* rfc2231.el (rfc2231-parse-string): "=" should have whitespace
[gnus] / lisp / ChangeLog
1 2003-05-08  Jesper Harder  <harder@ifa.au.dk>
2
3         * rfc2231.el (rfc2231-parse-string): "=" should have whitespace
4         syntax here.
5
6         * ietf-drums.el (ietf-drums-syntax-table): "=" should not have
7         whitespace syntax class when parsing email addresses.
8
9         * message.el (message-forward-subject-name-subject): Don't use
10         mail-decode-encoded-word-string before parsing from.
11
12 2003-05-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
13
14         * message.el (message-setup-1): Setup alternative email before
15         generate-headers.
16         
17         (message-forward-subject-name-subject): Fix the case when the
18         field "from" doesn't exist.
19
20 2003-05-07  Dave Love  <fx@gnu.org>
21
22         * rfc2047.el (rfc2047-encode-region): Skip \n as whitespace.
23
24         * mm-util.el (mm-find-mime-charset-region): Expurgate utf-16 from
25         possible values.
26
27 2003-05-07  Jesper Harder  <harder@ifa.au.dk>
28
29         * message.el (message-kill-to-signature): Fix.
30
31 2003-05-06  Jesper Harder  <harder@ifa.au.dk>
32
33         * gnus-sum.el (gnus-auto-goto-ignores): Docstring fix.
34
35         * gnus-art.el (gnus-mime-display-multipart-as-mixed)
36         (gnus-mime-display-multipart-related-as-mixed)
37         (gnus-button-mid-or-mail-heuristic-alist): do.
38
39 2003-05-05  Dave Love  <fx@gnu.org>
40
41         * mm-util.el (mm-default-multibyte-p): New.
42         (mm-coding-system-p): Maybe use find-coding-systems.
43
44 2003-05-04  Dave Love  <fx@gnu.org>
45
46         * rfc2047.el (with-syntax-table): Define if necessary.
47         (rfc2047-syntax-table): Fix last change for XEmacs.
48         (rfc2047-parse-and-decode): Revert last change.
49
50 2003-05-03  Jesper Harder  <harder@ifa.au.dk>
51
52         * gnus.el: Don't test for `mm-guess-mime-charset'.
53
54         * mm-util.el (mm-guess-mime-charset): Remove.  Not used any more.
55
56         * gnus.el (gnus-default-charset): Set default value to
57         `undecided'.
58
59         * gnus-art.el (article-decode-charset): Don't supply 4th arg to
60         mm-decode-body.
61
62         * mm-bodies.el (mm-decode-coding-region-safely): Remove.
63         (mm-decode-body): Don't use mm-decode-coding-region-safely.
64
65 2003-05-03  Vasily Korytov <deskpot@despammed.com>  (tiny change)
66
67         * gnus-util.el (gnus-multiple-choice): Add ", ?".
68
69 2003-05-03  Dave Love  <fx@gnu.org>
70
71         * rfc2047.el (rfc2047-syntax-table): Don't call make-char-table
72         with 2 args.
73         (rfc2047-decode-string): Don't set the buffer multibyte before
74         calling buffer-string.
75
76         * mm-encode.el (mm-long-lines-p): Autoload.
77         (mm-encode-content-transfer-encoding): Doc fix.  Don't make buffer
78         unibyte.  Signal error on unknown encoding.
79         (mm-encode-buffer, mm-qp-or-base64): Doc fix.
80
81         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): New.
82         Callers of gnus- versions changed to use them.
83         (rfc2047-header-encoding-alist): Add `address-mime' part.  Doc
84         fixes.
85         (rfc2047-encoding-type): New.
86         (rfc2047-encode-message-header): Use mm-charset-to-coding-system.
87         Don't include header name field in encoding.  Add `address-mime'
88         case and bind rfc2047-encoding-type for `mime' case.
89         (rfc2047-encodable-p): Deleted.
90         (rfc2047-syntax-table): New.
91         (rfc2047-encode-region, rfc2047-encode): Rewritten to take account
92         of rfc2047 rules with respect to rfc2822 tokens and to do encoding
93         in place rather than by passing strings.
94         (rfc2047-encode-string): Doc fix.
95         (rfc2047-q-encode-region): Don't use
96         mm-with-unibyte-current-buffer.
97         (rfc2047-encoded-word-regexp): eval-and-compile.
98         (rfc2047-decode-region): Avoid concatenation in loop.
99         (rfc2047-parse-and-decode): Remove useless disjunction.
100
101 2003-05-02  Dave Love  <fx@gnu.org>
102
103         * rfc2047.el (rfc2047-q-encode-region, rfc2047-decode): Use
104         mm-with-unibyte-current-buffer.
105         (ietf-drums, gnus-util): don't require.
106
107         * sieve.el (sieve-manage-mode-menu): Define before use.
108
109         * mml-smime.el (message-narrow-to-headers): Autoload.
110
111         * mm-util.el (mm-coding-system-p): Don't override nil from
112         coding-system-p.
113         (mm-mule4-p, mm-disable-multibyte-mule4)
114         (mm-with-unibyte-current-buffer-mule4): Deleted.
115         (mm-multibyte-p): Use defun, not defalias.
116         (mm-make-temp-file): Moved to group at top of file.
117         (mm-point-at-eol, mm-point-at-bol): New.
118
119         * gnus-cite.el (gnus-art): Require.
120
121         * gnus-ems.el (gnus-get-buffer-create)
122         (nnheader-find-etc-directory, message-text-with-property):
123         Autoload.
124         (gnus-tmp-unread, gnus-tmp-replied, gnus-tmp-score-char)
125         (gnus-tmp-indentation, gnus-tmp-opening-bracket, gnus-tmp-lines)
126         (gnus-tmp-name, gnus-tmp-closing-bracket, gnus-tmp-subject-or-nil)
127         (gnus-check-before-posting): Only defvar when compiling.
128
129         * gnus-int.el (gnus-agent-expire): Autoload, don't defun.
130
131         * gnus-util.el (rmail-default-rmail-file, mm-text-coding-system):
132         Defvar when compiling.
133         (gnus-output-to-rmail): Require mm-util.
134
135         * mail-source.el (mail-source-callback): Use mm-make-temp-file.
136         (mail-source-make-complex-temp-name): Deleted.
137
138         * message.el (message-use-idna): Use mm-coding-system-p.
139         (message-tokenize-header, message-make-organization)
140         (message-make-from):  Use with-temp-buffer.
141         (message-set-work-buffer): Deleted.
142         (message-fill-paragraph): Use `if' not `and' for compiler warning.
143         (message-check-news-header-syntax): Remove useless lambda.
144         (message-forward-make-body): Use mm-disable-multibyte,
145         mm-with-unibyte-current-buffer, mm-enable-multibyte.
146         (message-replace-chars-in-string): Deleted.
147
148         * mm-extern.el (mm-extern-local-file): Use mm-disable-multibyte.
149         (mm-extern-url): Use mm-with-unibyte-current-buffer,
150         mm-disable-multibyte.
151         (mm-extern-anon-ftp): Use mm-disable-multibyte.
152
153         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt): Use
154         mm-with-unibyte-current-buffer.
155
156         * mml2015.el (mml): Require.
157         (mml2015-mailcrypt-encrypt, mml2015-gpg-encrypt): Use
158         mm-with-unibyte-current-buffer.
159
160         * nnheader.el (gnus-util): Require.
161
162         * nntp.el (format-spec, format-spec-make, open-tls-stream):
163         Autoload.
164
165         * rfc2231.el (mail-header-remove-comments, mm-encode-body)
166         (mail-header-remove-whitespace): Autoload.
167
168         * sieve-manage.el (starttls-negotiate): Autoload.
169
170 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
171
172         * nnrss.el (nnrss-find-rss-via-syndic8): Indent.
173
174 2003-05-01  Mark A. Hershberger  <mah@everybody.org>
175
176         * nnrss.el (nnrss-find-rss-via-syndic8): Don't error out.
177
178 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
179
180         * gnus.el (gnus-version-number): Bump.
181
182 2003-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
183
184         * spam-report.el (spam-report-gmane-regex): docstring fix.  From
185         Jon Ericson <Jon.Ericson@jpl.nasa.gov> (tiny change)
186
187         * gnus.el (gnus-install-group-spam-parameters): docstring fix.
188         From Jon Ericson <Jon.Ericson@jpl.nasa.gov> (tiny change)
189
190         * gnus-registry.el (gnus-registry-fetch-extra) 
191         (gnus-registry-store-extra, gnus-registry-group-count): new functions
192         (gnus-registry-fetch-group, gnus-registry-delete-group) 
193         (gnus-registry-add-group): changed to work with extra data element
194         if present
195
196 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
197
198         * gnus.el: Gnus v5.10.1 is released.
199
200 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
201
202         * gnus.el: Oort Gnus v0.24 is released.
203
204 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
205
206         * dgnushack.el (when): Check whether defadvice is fbound.
207
208 2003-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
209
210         * gnus-registry.el (gnus-registry-unregistered-group-regex): new variable
211         (gnus-registry-register-message-ids): use it
212
213 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
214
215         * gnus.el (gnus-version-number): Bump.
216
217         * gnus.el: Update copyright for several files.
218
219 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
220
221         * gnus.el: Oort Gnus v0.23 is released.
222
223 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
224
225         * spam-stat.el (spam-stat-test-directory): Compare against zero. 
226
227 2003-05-01  Trey Jackson <tjackson@ichips.intel.com>  (tiny change)
228
229         * spam-stat.el (spam-stat-test-directory): Skip 0 length files.
230         
231 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
232
233         * message.el (message-forward-subject-name-subject): Decode
234         string when forwarding.
235
236 2003-05-01  Oystein Viggen  <oysteivi@tihlde.org>
237
238         * dgnushack.el (when): Add defadvice.
239
240 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
241
242         * gnus.el (gnus-version-number): Bump.
243
244 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
245
246         * gnus.el: Oort Gnus v0.22 is released.
247
248 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
249
250         * gnus.el: Oort Gnus v0.21 is released.
251
252 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
253
254         * gnus.el (gnus-version-number): Bump.
255
256 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
257
258         * gnus.el: Oort Gnus v0.20 is released.
259
260 2003-05-01  Vasily Korytov  <deskpot@despammed.com>
261
262         * gnus-dired.el (gnus-dired-mode-map): Move to C-c C-l.
263
264 2003-04-30  Mark A. Hershberger  <mah@everybody.org>
265
266         * mm-url.el (mm-url-insert-file-contents): set url-current-object
267         in the case where mm-url-use-external is set.
268
269         * nnrss.el (nnrss-request-article): Change the messages created to
270         multipart/alternative.  Hopefully fixes a problem interaction with
271         w3m.
272         (nnrss-find-rss-via-syndic8): Better handling if xml-rpc.el isn't
273         around.
274
275 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
276
277         * message.el (message-check-news-header-syntax): Alter "posting"
278         message. 
279
280         * nnrss.el (nnrss-node-text): Don't use char classes.
281
282 2003-05-01  David Z. Maze  <dmaze@mit.edu>
283
284         * nnrss.el (nnrss-find-rss-via-syndic8): Have an `error' branch
285         in condition-case.
286
287 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
288
289         * message.el (message-required-headers): Remove In-Reply-To.
290
291         * gnus-int.el (gnus-open-server): Revert changes.
292
293 2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
294
295         * gnus-int.el (gnus-open-server): Try to open unagentized servers
296         even when unplugged.
297
298 2003-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
299
300         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fixed typo in
301         doc-string.
302
303 2003-05-01  Steve Youngs  <youngs@xemacs.org>
304
305         * lpath.el: Add a section for non-Mule XEmacsen.
306         fbind `find-charset-string' and `coding-system-base' in that
307         section.
308
309         * gnus-util.el (gnus-completing-read-maybe-default): New.
310         (gnus-completing-read): Use it.
311
312         * mm-view.el (mm-view-pkcs7-decrypt): Ditto.
313
314         * gnus-art.el (gnus-read-string): New.
315         (gnus-summary-pipe-to-muttprint): Use it.
316
317         * gnus-xmas.el (gnus-xmas-open-network-stream): New.
318
319         * dns.el (dns-make-network-process): Use it.
320
321         Take care of some differences between XEmacs 21.1 and newer
322         versions of XEmacs.
323
324 2003-04-30  Teodor Zlatanov  <tzz@lifelogs.com>
325
326         * gnus-registry.el (gnus-registry-split-fancy-with-parent): added
327         diagnostic message
328         (gnus-registry-grep-in-list): don't run when word is nil
329         (gnus-registry-fetch-message-id-fast): new function
330         (gnus-registry-delete-group, gnus-registry-add-group): make sure
331         the id and group are not nil
332         (gnus-registry-register-message-ids): new function
333         (gnus-register-action): optimized logical flow
334         (gnus-summary-prepare-hook): added gnus-registry-register-message-ids
335
336 2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
337
338         * gnus-delay.el (gnus-delay-article): Call
339         `gnus-agent-queue-setup' to create the delay group.
340
341         * gnus-agent.el (gnus-agent-queue-setup): Support optional arg
342         for the (queue) group name.
343
344 2003-04-30  Simon Josefsson  <jas@extundo.com>
345
346         * mm-util.el (mm-charset-to-coding-system): Use user specified
347         charset unless coding-system-get is fboundp.
348
349 2003-04-30  Kevin Greiner <kgreiner@xpediantsolutions.com>
350
351         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-name):
352         Wrapped in eval-when-compile.
353         (gnus-agent-mode): Bind gnus-agent-go-online to nil as you
354         shouldn't be asked twice to go online with each server.
355         (gnus-agent-get-undownloaded-list, gnus-agent-fetch-articles,
356         gnus-agent-crosspost, gnus-agent-flush-cache,
357         gnus-agent-fetch-session, gnus-agent-unread-articles,
358         gnus-agent-uncached-articles, gnus-agent-regenerate-group,
359         gnus-agent-group-covered-p): Expanded pop macros used for
360         effect. Avoids compilation warning in emacs 21.3.
361
362         * gnus-int.el (gnus-open-server): Restructured to only open
363         nnagent when gnus-plugged is nil.
364
365 2003-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
366
367         * lpath.el: Fbind string-to-multibyte.
368
369 2003-04-30  Steve Youngs  <youngs@xemacs.org>
370
371         * dgnushack.el: Add some missing autoloads for XEmacs 21.1.
372
373 2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>
374
375         * gnus-registry.el (gnus-registry-fetch-group): faster
376         (gnus-registry-delete-group): new function
377         (gnus-registry-add-group): new function
378         (gnus-register-spool-action): use it
379         (gnus-register-action): use it
380         (gnus-registry-translate-from-alist) 
381         (gnus-registry-translate-to-alist): remove the headers registry
382         for now
383
384 2003-04-29  Reiner Steib  <Reiner.Steib@gmx.de>
385
386         * gnus-art.el (gnus-button-alist): Fixed CTAN regexp.
387
388 2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>
389
390         * spam-report.el (spam-report-gmane): gnus-summary-article-number
391         is not necessary, just use the function parameter
392
393 2003-04-29  Karl Pflysterer  <sigurd@12move.de>
394
395         * spam-stat.el (spam-stat-save): No longer font-locks the file
396         when saving
397
398 2003-04-29  Katsumi Yamaoka  <yamaoka@jpl.org>
399
400         * canlock.el: Bind mail-header-separator when compiling (XEmacs
401         provides it in mail-lib/auto-autoloads.el).
402
403 2003-04-29  Simon Josefsson  <jas@extundo.com>
404
405         * mml2015.el (mml2015-pgg-sign): Use mml-sender instead of
406         message-sender.
407
408         * mml.el (mml-generate-mime-1): Set mml-sender too.
409
410 2003-04-29  Jesper Harder  <harder@ifa.au.dk>
411
412         * gnus-sum.el (gnus-summary-display-while-building): Docstring fix.
413
414         * mm-url.el (mm-url-use-external): do.
415
416 2003-04-29  Simon Josefsson  <jas@extundo.com>
417
418         * canlock.el (mail-fetch-field): Autoload it (fix xemacs compile
419         warnings).
420
421         * sieve-mode.el (c-mode): Ditto.
422
423         * pgg.el (run-at-time): Ditto.
424
425         * mm-url.el (require): Require timer when compiling for
426         with-timeout macro (fix xemacs compile warnings).
427
428 2003-04-28  Dave Love  <fx@gnu.org>
429
430         * gnus-util.el (nnheader): Don't require.
431         (Nnheader-narrow-to-headers, nnheader-replace-chars-in-string):
432         Autoload.
433
434         * spam.el: Require cl when compiling.
435
436         * dns.el: Require cl when compiling.
437
438 2003-04-28  Jesper Harder  <harder@ifa.au.dk>
439
440         * gnus-art.el (gnus-article-goto-next-page)
441         (gnus-article-goto-prev-page): Revert 2003-02-12 change to make
442         gnus-pick-mode work.
443
444 2003-04-28  Steve Youngs  <youngs@xemacs.org>
445
446         * Makefile.in (FLAGS): Use @FLAGS@.
447
448 2003-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
449
450         * gnus-art.el (gnus-mime-display-multipart-as-mixed) 
451         (gnus-mime-display-multipart-alternative-as-mixed) 
452         (gnus-mime-display-multipart-related-as-mixed): Added doc-strings,
453         allow customization.
454
455 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
456
457         * dgnushack.el (dgnushack-compile-verbosely): New function.  Not
458         currently called (See source for explanation).
459
460 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
461
462         * gnus-sum.el (gnus-summary-catchup): Don't mark ticked messages. 
463         (gnus-summary-mark-read-and-unread-as-read): Take an optional
464         mark.
465
466         * gnus.el (gnus-version-number): Bump.
467
468 2003-04-27 06:47:31 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
469
470         * gnus.el: Oort Gnus v0.19 is released.
471
472 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
473
474         * gnus-registry.el (gnus-register-spool-action): Replaced literal
475         carriage-return character with its escape sequence.
476
477 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
478
479         * gnus-sum.el (gnus-summary-catchup-from-here): Doc fix.
480
481         * nnrss.el (nnrss-node-text): Use only one
482         gnus-replace-in-string. 
483
484         * gnus.el: Remove gnus-functionp throughout.
485
486         * gnus-util.el (gnus-functionp): Removed.
487
488         * gnus-msg.el (gnus-summary-wide-reply-with-original): Doc fix. 
489
490         * message.el (message-required-headers): Add In-Reply-To.
491
492 2003-04-27  Marshall T. Vandegrift  <vandem2@rpi.edu>
493
494         * gnus-fun.el (gnus-face-from-file): Bind coding-system-for-read
495         to binary.
496
497 2003-04-27  Jesper Harder  <harder@ifa.au.dk>
498
499         * mml.el (mml-preview): do.
500
501         * message.el (message-mode): do.
502
503         * gnus-undo.el (gnus-undo-mode): do.
504
505         * gnus-topic.el (gnus-topic-mode): do.
506
507         * gnus-sum.el (gnus-summary-mode, gnus-summary-edit-article): do.
508
509         * gnus-msg.el (gnus-setup-message)
510         (gnus-inews-add-send-actions, gnus-configure-posting-styles): do.
511
512         * gnus-gl.el (gnus-grouplens-mode): do.
513
514         * gnus-art.el (gnus-mime-save-part-and-strip)
515         (gnus-mime-delete-part): Use it.
516
517         * gnus-util.el (gnus-make-local-hook): New function.
518
519 2003-04-25  Simon Josefsson  <jas@extundo.com>
520
521         * nnrss.el (nnrss-node-text): Don't use a star.
522         (nnrss-node-text): Use g-r-i-s, not g-r-r-i-s which doesn't exist.
523
524 2003-04-24  Dave Love  <fx@gnu.org>
525
526         * mm-encode.el (mm-long-lines-p): Autoload.
527         (mm-encode-content-transfer-encoding): Don't try to make buffer
528         unibyte before decoding.  Don't ignore errors for base64 encoding.
529
530         * qp.el (quoted-printable-decode-region): Use mm-insert-byte.
531         Signal error on malformed text, as for base64.
532         (quoted-printable-encode-region): DTRT in Emacs 22.
533
534         * mm-util.el (mm-make-temp-file, mm-insert-byte): New.
535         (mm-auto-save-coding-system): Consider utf-8-emacs.
536         (mm-mime-mule-charset-alist, mm-mule-charset-to-mime-charset)
537         (mm-charset-to-coding-system, mm-mime-charset)
538         (mm-find-mime-charset-region): Check for :mime-charset coding
539         systems property.
540
541         * mml-sec.el (mml2015, mml1991): Don't require.
542         (mml2015-sign, mml2015-encrypt, mml1991-sign, mml1991-encrypt) 
543         (message-goto-body, mml-insert-tag): Autoload.
544
545         * mm-decode.el (mm-tmp-directory): Re-write to help avoid warnings.
546
547         * gnus-start.el (message-make-date): Autoload rather than
548         requiring message.
549
550         * gnus-group.el (gnus-group-name-charset-group-alist): Use
551         mm-coding-system-p.
552         (gnus-cache-active-altered): Defvar when compiling.
553         (gnus-group-delete-group): Re-write to help avoid warnings.
554
555         * gnus-art.el (gnus-use-idna): Use mm-coding-system-p.
556
557         * pgg.el: Split eval-when-compile forms.
558
559 2003-04-24  Reiner Steib  <Reiner.Steib@gmx.de>
560
561         * gnus-group.el (gnus-large-ephemeral-newsgroup) 
562         (gnus-fetch-old-ephemeral-headers): News variables.
563         (gnus-group-read-ephemeral-group): Use them.
564
565 2003-04-24  Simon Josefsson  <jas@extundo.com>
566
567         * sieve.el (sieve-upload): Don't use replace-regexp-in-string.
568
569         * nnrss.el (nnrss-node-text): Ditto.
570
571 2003-04-24  Katsumi Yamaoka  <yamaoka@jpl.org>
572
573         * gnus-msg.el (gnus-inews-do-gcc): Make sure the obsolete variable
574         gnus-inews-mark-gcc-as-read exists.
575
576 2003-04-23  Simon Josefsson  <jas@extundo.com>
577
578         * gnus-sieve.el (gnus-sieve-generate): Rewrite regexp search so it
579         doesn't exceed the regexp stack space.
580
581 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
582
583         * gnus-msg.el (gnus-inews-mark-gcc-as-read): Don't defvar it.
584
585         * gnus-art.el (gnus-article-hide-pgp-hook): do.
586
587 2003-04-23  Reiner Steib  <Reiner.Steib@gmx.de>
588
589         * mml.el (mml-preview): Bind `=', RET, and mouse-2.
590
591 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
592
593         * mm-bodies.el (mm-decode-body): Don't override supplied charset.
594
595 2003-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
596
597         * dgnushack.el (merge, copy-list): Remove compiler macros.
598         (butlast): Add a compiler macro.
599
600 2003-04-22  Paul Jarc  <prj@po.cwru.edu>
601
602         * gnus-util.el (gnus-merge): Added "type" argument to match CL
603         merge and gnus-sum.el's expectations.
604
605 2003-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
606
607         * gnus-art.el (gnus-button-url-regexp): Added nntp.
608
609         * message.el (message-generate-headers-first): Default to
610         '(references).
611
612         * gnus-art.el (gnus-mime-delete-part): Require confirmation.
613
614 2003-04-21  Jesper Harder  <harder@ifa.au.dk>
615
616         * smime.el (smime-decrypt-region): Insert From header.
617
618 2003-04-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
619
620         * gnus-fun.el (gnus-face-from-file, gnus-convert-png-to-face):
621         Max length of header is 726, not 740.  From Gaute B Strokkenes
622         <gs234@cam.ac.uk>.
623
624 2003-04-20  Jesper Harder  <harder@ifa.au.dk>
625
626         * nndb.el, mml1991.el: Fix license template.
627
628 2003-04-20  Simon Josefsson  <jas@extundo.com>
629
630         * nnimap.el (nnimap-split-articles): Don't download body unless
631         required.
632
633         * imap.el (imap-gssapi-open, imap-ssl-open): Erase buffer before
634         starting process, like imap-kerberos4-open does.
635
636         * mml-smime.el, rfc1843.el, dig.el, smime.el, uudecode.el: Fix
637         license template.
638
639         * mml-sec.el: Fix license template.
640
641         * gnus-sieve.el, sieve.el, sieve-manage.el, sieve-mode.el: Fix
642         license template.
643
644         * pgg-def.el, pgg.el, pgg-gpg.el, pgg-parse.el, pgg-pgp5.el,
645         pgg-pgp.el: Fix license template.
646
647 2003-04-19  Jesper Harder  <harder@ifa.au.dk>
648
649         * gnus-sum.el (gnus-summary-delete-article): Improve docstring.
650
651 2003-04-19  Teodor Zlatanov  <tzz@lifelogs.com>
652
653         * spam.el (spam-move-spam-nonspam-groups-only): dumb typo fix
654
655 2003-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
656
657         * spam.el (spam-split): allow a particular check as a parameter,
658         e.g. (: spam-split 'spam-use-bogofilter)
659         (spam-mark-only-unseen-as-spam): new parameter, see doc
660         (spam-mark-junk-as-spam-routine): use
661         spam-mark-only-unseen-as-spam, simplify routine to take advantage
662         of gnus-newsgroup-unread as well as gnus-newsgroup-unseen
663
664 2003-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
665
666         * gnus.el (gnus-group-short-name, gnus-group-prefixed-p): new functions
667         (gnus-group-guess-full-name): don't prefix the group twice
668
669         * nnmail.el (nnmail-split-fancy-with-parent): docstring fix
670
671         * gnus-registry.el (gnus-registry-clear)
672         (gnus-registry-fetch-group, gnus-registry-grep-in-list)
673         (gnus-registry-split-fancy-with-parent): new functions
674         (gnus-register-spool-action, gnus-register-action): simplified the format
675         (gnus-registry): new customization group
676         (gnus-registry-unfollowed-groups): new variable
677
678 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
679
680         * gnus-art.el (gnus-button-alist): Add nntp: urls.
681         (gnus-header-button-alist): Ditto.
682
683 2003-04-17  Dave Love  <fx@gnu.org>
684
685         * gnus-util.el (gnus-string-equal): Revert last change.
686
687 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
688
689         * gnus-srvr.el (gnus-browse-make-menu-bar): Fix typo.
690
691 2003-04-17  Mike Woolley  <mike@ariel.co.uk>
692
693         * gnus-sum.el (gnus-sum-thread-tree-false-root): New variable.
694
695 2003-04-15  Michael Shields  <shields@msrl.com>
696
697         * gnus-art.el (article-hide-boring-headers): Hide Reply-To: if
698         the broken-reply-to group parameter is set.  Idea from Vasily
699         Korytov <deskpot@myrealbox.com>.
700
701 2003-04-17  Steve Youngs  <youngs@xemacs.org>
702
703         * dgnushack.el: 'setenv' is in env.el for XEmacsen <= 21.4, but in
704         process.el in XEmacsen >= 21.5.
705
706 2003-04-17  Steve Youngs  <youngs@xemacs.org>
707
708         * dgnushack.el: Add a whole swag of autoloads and defaliases to
709         satisfy the byte-compiler when building with XEmacs.
710
711         * lpath.el (maybe-bind): Add 'w3-meta-content-type-charset-regexp'
712         and 'w3-meta-charset-content-type-regexp' in XEmacs.  The upstream
713         W3 doesn't have these.
714
715         * mailcap.el: Maybe require 'lpr in XEmacs.
716
717 2003-04-16  Simon Josefsson  <jas@extundo.com>
718
719         * mml2015.el (mml2015-pgg-sign): Bind pgg-default-user-id to MML
720         sender tag, if available.
721
722 2003-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
723
724         * gnus-registry.el (gnus-register-action)
725         (gnus-register-spool-action, hashtable-to-alist)
726         (gnus-registry-translate-from-alist, alist-to-hashtable)
727         (gnus-registry-translate-to-alist, gnus-registry-headers-hashtb):
728         new variables and function fixes
729
730         * gnus.el (gnus-registry-headers-alist): new variable to hold
731         article header data
732         (gnus-variable-list): save gnus-registry-headers-alist
733
734         * spam-report.el (Module): new module for spam reporting
735
736         * gnus.el (spam-process): added
737         gnus-group-spam-exit-processor-report-gmane to the list of choices
738         (gnus-install-group-spam-parameters): defined new spam exit processor
739
740         * spam.el (autoload): autoload spam-report-gmane when needed
741         (spam-report-gmane-register-routine): glue for spam-report.el
742         (spam-group-spam-processor-report-gmane-p): glue for the
743         gnus-group-spam-exit-processor-report-gmane spam processor
744         (spam-summary-prepare-exit): check the report-gmane spam processor
745         and run spam-report-gmane-register-routine if it's active
746
747         From John Wiegley <johnw@gnu.org>
748
749         * spam.el (spam-bogofilter-score): check bogofilter headers before
750         checking bogofilter itself
751
752 2003-04-16  Dave Love  <fx@gnu.org>
753
754         * gnus-agent.el: Wrap defsetf in eval-when-compile.
755         (gnus-agent-cat-defaccessor): Don't use gensym.
756
757         * mml1991.el: Require cl, mm-util when compiling.
758         (quoted-printable-decode-region, quoted-printable-encode-region):
759         Autoload.
760
761         * pgg.el: Require cl when compiling.
762
763         * nnmail.el (gnus): Require.
764
765         * gnus-util.el: Move provide to end.
766         (gnus-string-equal): Maybe use compare-strings.
767         (gnus-merge): New.
768
769         * gnus-sum.el (gnus-summary-prepare-threads): Don't use copy-list.
770         (gnus-summary-insert-articles): Use gnus-merge.
771
772         * gnus-fun.el: Require cl and mm-util when compiling.
773
774         * gnus-diary.el (gnus-diary-delay-format-french)
775         (gnus-diary-delay-format-english): Don't use setf with nthcdr.
776
777         * nndiary.el (nndiary-compute-reminders): Don't use setf with
778         nthcdr.
779
780 2003-04-16  Kevin Greiner <kgreiner@xpediantsolutions.com>
781
782         * gnus-agent.el (gnus-agent-make-cat): Added optional parameter to
783         specify a predicate other than false.
784         (gnus-category-read): Use the new feature to create a 'default'
785         category with a 'short' predicate.
786
787 2003-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
788
789         * message.el (message-unique-id): Comment change.
790
791         * gnus-art.el (gnus-article-next-page-1): New function.
792         (gnus-article-next-page): Use it.
793
794 2003-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
795
796         * spam.el (spam-split): added save-restriction to save-excursion
797
798 2003-04-15  Reiner Steib  <Reiner.Steib@gmx.de>
799         From Julien Avarre <julien@avarre.com>
800
801         * gnus-fun.el: Fixed autoload cookie.
802
803 2003-04-15  Paul Jarc  <prj@po.cwru.edu>
804         From Remi Letot  <remi.letot@easynet.be>
805
806         * nnmaildir.el (nnmaildir-request-scan): Use gnus-remove-if
807         instead of remove-if.
808
809 2003-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
810
811         * gnus-msg.el (gnus-summary-news-other-window): Use delq and
812         copy-sequence instead of remove which is a cl run-time function in
813         Emacs 20.
814
815 2003-04-14  Jesper Harder  <harder@ifa.au.dk>
816
817         * gnus-msg.el (gnus-summary-news-other-window): Make a buffer
818         local copy of gnus-discouraged-post-methods with the current
819         method removed.
820
821 2003-04-14  Simon Josefsson  <jas@extundo.com>
822
823         * mailcap.el (mailcap-mime-data): Add application/pgp-keys.
824
825 2003-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
826
827         * mm-util.el (mm-sort-coding-systems-predicate): Convert elements
828         of `mm-coding-system-priorities' to base coding system.
829
830         * gnus-sum.el: Added coding cookie ("middle dot" in
831         gnus-summary-morse-message).
832
833 2003-04-13  Simon Josefsson  <jas@extundo.com>
834
835         * gnus-art.el (article-fill-long-lines)
836         (article-verify-x-pgp-sig, article-decode-group-name)
837         (gnus-mime-button-menu): Split >80 character lines.
838
839 2003-04-13  Jesper Harder  <harder@ifa.au.dk>
840
841         * gnus-sum.el (gnus-summary-local-variables): Use defvar since
842         we're let-binding it.
843
844         * nnmbox.el (nnmbox-mbox-buffer): It's not a constant.
845
846 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
847
848         * message.el (message-hide-headers): Don't do intangible.
849
850         * gnus.el (gnus-group-prefixed-name): Comment out the test for
851         colon. 
852
853         * gnus-srvr.el (gnus-browse-read-group): Don't give the real name
854         to the ephemeral entry, but the prefixed name.
855
856         * gnus.el (gnus-group-prefixed-name): Clean up.
857
858 2003-04-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
859
860         * gnus-agent.el (gnus-agent-group-pathname): Bind
861         gnus-command-method so that gnus-agent-directory will always
862         return a valid directory.
863         * gnus-cache.el (gnus-cache-enter-article): Remove article from
864         gnus-newsgroup-undownloaded so that the summary will display the
865         article as downloaded.
866         (gnus-cache-remove-article): If the article isn't in the agent,
867         remove it from gnus-newsgroup-undownloaded so that the summary
868         will display the article as undownloaded.
869
870 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
871
872         * gnus.el (gnus-version-number): Bump.
873
874 2003-04-13 01:12:01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
875
876         * gnus.el: Oort Gnus v0.18 is released.
877
878 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
879
880         * gnus-draft.el (gnus-draft-send): Add message-hidden-headers. 
881
882 2003-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
883
884         * gnus-art.el (gnus-article-next-page): Use
885         gnus-article-over-scroll.
886         (gnus-article-over-scroll): New variable.
887
888         * message.el (message-newline-and-reformat): Place a boundary
889         before filling.
890         (message-make-forward-subject-function): Changed default to
891         message-forward-subject-name-subject. 
892         (message-forward-subject-name-subject): New function.
893
894         * nnimap.el (nnimap-split-fancy): Ditto.
895
896         * gnus-sum.el (gnus-summary-line-message-size): Ditto.
897
898         * gnus-cus.el (gnus-group-parameters): Removed "which see".
899
900         * mml.el (mml-minibuffer-read-file): Bind
901         completion-ignored-extensions to nil.
902
903         * message.el (message-fix-before-sending): Comment fix.
904         (message-fix-before-sending): Make hidden headers visible.
905         (message-hide-headers): Bind after-change-functions to nil.
906         (message-forbidden-properties): Put invisible and intangible
907         back. 
908         (message-strip-forbidden-properties): Ignore message-hidden text.
909
910         * gnus-msg.el: Hide headers.
911
912         * message.el (message-hidden-headers): New variable.
913         (message-hide-headers): New function.
914         (message-hide-header-p): New function.
915         (message-hide-header-p): Change logic.
916         (message-forbidden-properties): Remove intangible nil invisible
917         nil. 
918         (message-hide-headers): Narrow to headers.
919
920         * lpath.el (featurep): Bind Info-directory, Info-menu.
921
922 2003-04-12  Jesper Harder  <harder@ifa.au.dk>
923
924         * mm-bodies.el (mm-body-charset-encoding-alist): UTF-16 *must* be
925         encoded.
926         (mm-encode-body): Don't corrupt UTF-16.
927         (mm-body-encoding): Pay attention to mm-body-charset-encoding-alist.
928
929 2003-04-10  Kevin Greiner <kgreiner@xpediantsolutions.com>
930
931         * gnus-agent.el (gnus-agent-get-undownloaded-list): Articles in
932         the CACHE are now detected and handled the same as an article
933         downloaded into the agent.
934         (gnus-agent-group-path): Modified to match nnmail-group-pathname
935         so that the agent front-end and back-end (nnagent) always use the
936         same directory.
937         (gnus-agent-group-pathname): New function. Wrapper for
938         nnmail-group-pathname.
939         (gnus-agent-expire-unagentized-dirs): New variable.  May be
940         customized to disable gnus-agent-expire-unagentized-dirs.
941         (gnus-agent-expire-unagentized-dirs): Expand gnus-agent-directory
942         as the directories in gnus-agent-expire-current-dirs were
943         expanded.
944
945 2003-04-10  Jesper Harder  <harder@ifa.au.dk>
946
947         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Encrypt
948         body" entry in read only groups.
949
950 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
951
952         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Import file"
953         and "Create article" items in non-editable groups.
954
955 2003-04-09  Kevin Greiner <kgreiner@xpediantsolutions.com>
956
957         * gnus-agent.el (gnus-agent-write-active): Added option of
958         replacing, rather than updating, the agent's active file.  Do NOT
959         use the fully qualified group name as gnus-active-to-gnus-format
960         blindly prefixes group names with server names.
961         (gnus-agent-save-group-info): Merge BOTH min/max of current active
962         range, was just merging min, with specified active range.
963         (gnus-agent-expire): Save agent's active ranges after
964         expiring all groups.
965         (gnus-agent-expire-group-1): Update min of agent's active range to
966         min article currently fetched.
967         (gnus-agent-expire-unagentized-dirs): Avoid asking to delete the
968         same ancestor multiple times.
969
970         * gnus-async.el (gnus-asynchronous): Moved defcustom of
971         gnus-asynchronous away from defgroup of gnus-asynchronous.  This
972         seems to fix an intermittant error in which loading gnus-async
973         fails to define gnus-asynchronous (the variable).
974
975         * gnus-sum.el: Concur with Steve Young, 5th argument to 'load' is
976         non-essential.  Removed on all platforms.
977         (gnus-select-newsgroup): When the agent is active, expand the
978         group's active range to include fetched articles that are no
979         longer in the server's active range.
980
981         * gnus-util.el (gnus-with-output-to-file): Removed all of the
982         print-* bindings as they should be handled by the function doing
983         the printing.
984
985 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
986
987         * mm-uu.el (mm-uu-copy-to-buffer): buffer-file-coding-system
988         might be unbound in non-MULE XEmacsen.
989
990 2003-04-08  Jesper Harder  <harder@ifa.au.dk>
991
992         * mm-uu.el (mm-uu-diff-groups-regexp, mm-uu-type-alist)
993         (mm-uu-diff-extract, mm-uu-diff-test): New functionality:
994         recognize diffs.
995
996         * mm-bodies.el (mm-decode-body): Use the supplied charset
997         unconditionally if `code-pages' hasn't been loaded.
998
999 2003-04-07  Jesper Harder  <harder@ifa.au.dk>
1000
1001         * gnus-art.el (article-verify-x-pgp-sig): Don't use
1002         `insert-buffer', the docstring says "This function is meant for
1003         the user to run interactively.  Don't call it from programs!"
1004
1005         * mm-extern.el (mm-extern-mail-server): do.
1006
1007         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-sign)
1008         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
1009         (mml1991-pgg-encrypt): do.
1010
1011         * pgg.el (pgg-decrypt-region): do.
1012
1013         * mm-view.el (mm-view-pkcs7-decrypt): do.
1014
1015         * mml-smime.el (mml-smime-verify): do.
1016
1017         * mml.el (mml-insert-mime, mml-preview): do.
1018
1019         * mml2015.el (mml2015-gpg-decrypt-1, mml2015-gpg-sign)
1020         (mml2015-gpg-encrypt, mml2015-pgg-clear-decrypt)
1021         (mml2015-pgg-encrypt): do.
1022
1023 2003-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1024
1025         * mm-bodies.el (mm-decode-body): Silence XEmacs when compiling.
1026
1027 2003-04-06  Jesper Harder  <harder@ifa.au.dk>
1028
1029         * mm-uu.el (mm-uu-copy-to-buffer): Copy
1030         `buffer-file-coding-system' to the new buffer.
1031         (mm-uu-pgp-signed-extract-1): Don't copy
1032         `buffer-file-coding-system' here.
1033
1034         * mm-bodies.el (mm-decode-body): last-coding-system-used doesn't
1035         exist in XEmacs.
1036         (mm-decode-body): Add missing quote.
1037
1038         * mm-uu.el (mm-uu-pgp-signed-extract-1): Set
1039         buffer-file-coding-system.
1040
1041         * mm-bodies.el (mm-decode-body): Set buffer-file-coding-system to
1042         last-coding-system-used.
1043
1044         * mml2015.el (mml2015-pgg-clear-verify): Encode the text
1045         according to buffer-file-coding-system.
1046
1047         * pgg-gpg.el (pgg-gpg-process-region): Revert previous change.
1048
1049         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
1050         (pgg-pgp-snarf-keys-region): do.
1051
1052         * pgg-pgp5.el (pgg-pgp5-verify-region)
1053         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): do.
1054
1055         * pgg.el (pgg-make-temp-file, pgg-temporary-file-directory): do.
1056         
1057 2003-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
1058
1059         * spam.el (spam-split): (save-excursion) around (widen)
1060         (spam-ham-move-routine): Use spam-group-ham-mark-p, not
1061         spam-group-spam-mark-p (from Michael Shields <shields@msrl.com>)
1062
1063 2003-04-05  Steve Youngs  <youngs@xemacs.org>
1064
1065         * gnus-sum.el: XEmacs doesn't support the 5th arg to 'load', so
1066         don't use it when loading gnus-sum.el if we're in XEmacs.
1067
1068 2003-04-05  Kevin Greiner <kgreiner@xpediantsolutions.com>
1069
1070         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
1071         print-escape-nonascii to fix more characters in compiled format
1072         specs.
1073
1074 2003-04-05  Jesper Harder  <harder@ifa.au.dk>
1075
1076         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player):
1077         Fix customization type.
1078
1079 2003-04-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
1080
1081         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
1082         print-quoted, print-readably, print-escape-multibyte, and
1083         print-level to match original behavior of gnus-prin1.  This should
1084         repair the format of .newsrc.eld when using compiled format specs.
1085
1086 2003-04-04  Jesper Harder  <harder@ifa.au.dk>
1087
1088         * gnus-group.el (tool-bar-map): defvar it.
1089
1090         * gnus-art.el (tool-bar-map): do.
1091
1092         * gnus-sum.el (tool-bar-map): do.
1093
1094 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
1095
1096         * earcon.el (earcon-regexp-alist): catmeow is a wav file.
1097
1098 2003-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
1099
1100         * gnus-art.el (gnus-button-ctan-directory-regexp): Changed meaning
1101         and value.
1102         (gnus-button-alist): Use it.
1103
1104 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
1105
1106         * pgg-gpg.el (pgg-gpg-process-region): do.
1107
1108         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
1109         (pgg-pgp-snarf-keys-region): do.
1110
1111         * pgg-pgp5.el (pgg-pgp5-verify-region)
1112         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): Use it.
1113
1114         * pgg.el (pgg-make-temp-file): New function. `make-temp-name' is
1115         unsafe.
1116         (pgg-temporary-file-directory): Remove.
1117
1118 2003-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1119
1120         * lpath.el: Fbind Info-directory and Info-menu.
1121
1122 2003-04-02  Reiner Steib  <Reiner.Steib@gmx.de>
1123
1124         * gnus-util.el (gnus-message): Added doc-string.
1125
1126         * gnus-score.el (gnus-score-find-trace): Changed behavior of `q'.
1127         (gnus-score-edit-file-at-point): Goto first match when using `e'.
1128
1129 2003-04-01  Reiner Steib  <Reiner.Steib@gmx.de>
1130
1131         * gnus-art.el (gnus-button-ctan-directory-regexp): New variable.
1132         (gnus-button-alist): Use it.  Changed CTAN and "setq" entries.
1133
1134 2003-04-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1135
1136         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
1137         (nntp-open-via-rlogin-and-telnet): Disable the telnet linemode.
1138
1139 2003-03-31  Kevin Greiner <kgreiner@xpediantsolutions.com>
1140
1141         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
1142         print-escape-newlines to print escape sequences rather than
1143         literal newline characters.
1144
1145 2003-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
1146
1147         * gnus-art.el (gnus-button-valid-fqdn-regexp): Use
1148         `message-valid-fqdn-regexp' for initialization.
1149         (gnus-button-handle-info-url): Renamed and extended version of
1150         `gnus-button-handle-info'.
1151         (gnus-button-message-level): Renamed from `gnus-button-mail-level'
1152         (gnus-button-handle-symbol, gnus-button-handle-library)
1153         (gnus-button-handle-info-keystrokes): New functions.
1154         (gnus-button-browse-level): New variable.
1155         (gnus-button-alist): Use them.  Added levels.
1156         (gnus-header-button-alist): Added levels.
1157
1158 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1159
1160         * gnus.el (gnus-version-number): Bump.
1161
1162 2003-03-31 20:08:19 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1163
1164         * gnus.el: Oort Gnus v0.17 is released.
1165
1166 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1167
1168         * gnus-start.el (gnus-unload): Removed.
1169
1170         * pop3.el (pop3-read-response): Use
1171         nnheader-accept-process-output.
1172         (pop3-retr): Ditto.
1173
1174         * mm-view.el (mm-text-html-renderer-alist): Add -nolist to Lynx. 
1175         (mm-text-html-washer-alist): Ditto.
1176
1177 2003-03-31  Simon Josefsson  <jas@extundo.com>
1178
1179         * imap.el (imap-gssapi-program): Also try GNU SASL.
1180         (imap-gssapi-open): Accept GNU SASL greeting.
1181         (imap-read-timeout): New.
1182         (imap-wait-for-tag): Use it.
1183
1184 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1185
1186         * nntp.el (nntp-accept-process-output): Use new function.
1187
1188         * nnheader.el (nnheader-read-timeout): New variable.
1189         (nnheader-accept-process-output): New function.
1190
1191         * nntp.el (nntp-read-timeout): Removed.
1192
1193         * gnus-sum.el (gnus-summary-prepare-threads): Add comment.
1194
1195 2003-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1196
1197         * gnus-cache.el (gnus-cache-braid-nov): Revoke last change.
1198
1199 2003-03-30  Simon Josefsson  <jas@extundo.com>
1200
1201         * message.el (message-idna-inside-rhs-p): Narrow to header before
1202         searching.
1203
1204         * gnus-art.el (article-decode-idna-rhs): More restrictive regexp.
1205
1206 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1207
1208         * nnmail.el (nnmail-process-mmdf-mail-format): Indent.
1209
1210 2003-03-28  Vasily Korytov  <deskpot@myrealbox.com>
1211
1212         * message.el (message-make-in-reply-to): Use
1213         mail-extract-address-components to determine sender's
1214         name/address.
1215
1216 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1217
1218         * nndoc.el (nndoc-type-alist): Move mime-parts further ahead. 
1219
1220         * gnus-registry.el (gnus-registry-translate-to-alist): Make a
1221         valid lambda.
1222         (gnus-registry-translate-from-alist): Ditto.
1223
1224         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
1225         print-length to nil.
1226
1227         * gnus-sum.el (gnus-summary-highlight-line-0): Indent.
1228
1229         * gnus-fun.el (gnus-fun-ppm-change-string): New function.
1230         (gnus-grab-cam-face): Use it.
1231
1232 2003-03-28  Paul Jarc  <prj@po.cwru.edu>
1233
1234         * nnmaildir.el (nnmaildir-request-set-mark)
1235         (nnmaildir-close-group): Allow each mark directory in a group to
1236         have its own inode for mark files, to accommodate AFS.
1237
1238 2003-03-28  Teodor Zlatanov  <tzz@lifelogs.com>
1239
1240         * gnus-start.el (gnus-read-newsrc-el-hook): new hook called by
1241         gnus-read-newsrc-el-file
1242         (gnus-read-newsrc-el-file): call the gnus-read-newsrc-el-hook
1243
1244         * gnus-registry.el (gnus-registry-translate-to-alist)
1245         (gnus-registry-translate-from-alist, alist-to-hashtable)
1246         (hashtable-to-alist): new functions
1247         (gnus-register-spool-action): add a spool item to the registry
1248
1249         * gnus.el (gnus-variable-list): added gnus-registry-alist to the
1250         list of saved variables
1251         (gnus-registry-alist): new variable
1252
1253 2003-03-27  Simon Josefsson  <jas@extundo.com>
1254
1255         * gnus-art.el (article-decode-group-name): Be correct instead of
1256         smart.
1257
1258 2003-03-27  Katsumi Yamaoka <yamaoka@jpl.org>
1259
1260         * lpath.el: Bind url-current-object for Emacs; bind
1261         gnus-agent-expire-current-dirs for XEmacs; fbind open-ssl-stream
1262         for both Emacsen.
1263
1264 2003-03-27  Jesper Harder  <harder@ifa.au.dk>
1265
1266         * gnus-sum.el (gnus-article-loose-mime)
1267         (gnus-article-emulate-mime): Move to gnus-article-mime customize
1268         group.
1269
1270         * gnus-msg.el (gnus-mailing-list-groups): Fix customize type and
1271         doc string.
1272
1273 2003-03-26  Kevin Ryde <user42@zip.com.au>
1274
1275         * gnus-sum.el (gnus-summary-find-for-reselect): Renamed from
1276         gnus-summary-find-uncancelled, skip temporary articles inserted by
1277         "refer" functions.
1278
1279 2003-03-26  Vasily Korytov  <deskpot@myrealbox.com>
1280
1281         * smiley.el (smiley-buffer): New function.
1282
1283 2003-03-26  Kevin Greiner <kgreiner@xpediantsolutions.com>
1284
1285         * gnus-agent.el (gnus-agent-fetch-selected-article): Replaced
1286         gnus-summary-update-line (which updated the article's face) with
1287         gnus-summary-update-download-mark (which updates the article's
1288         face by calling gnus-summary-update-line AND updates the download
1289         mark to show that the article was fetched).
1290
1291 2003-03-23  Kevin Greiner <kgreiner@xpediantsolutions.com>
1292
1293         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Provides
1294         option of deleting agent directories for groups/servers that are
1295         not currently agentized.
1296         (gnus-agent-expire): Use gnus-agent-expire-unagentized-dirs.
1297
1298         * gnus-int.el (gnus-open-server): Report backend errors in
1299         condition handler.
1300
1301 2003-03-23  Simon Josefsson  <jas@extundo.com>
1302
1303         * message.el (message-idna-to-ascii-rhs-1): Don't continue outside
1304         header.
1305
1306         * rfc2047.el (rfc2047-header-encoding-alist): Make Followup-To
1307         same as Newsgroups.
1308
1309         * nntp.el (nntp-open-connection-function): Mention
1310         nntp-open-tls-stream.
1311         (nntp-open-tls-stream): New function.
1312
1313         * tls.el: New file.
1314
1315         * nnimap.el (nnimap-server-port, nnimap-stream): Say TLS/SSL
1316         instead of SSL.
1317         (nnimap-stream): Add other streams, link to imap variables.
1318         (nnimap-authenticator): Add other authenticator, link to imap
1319         variables.
1320
1321         * imap.el: Autoload open-tls-stream.
1322         (imap-streams): Add tls in front of ssl.
1323         (imap-stream-alist): Add tls.
1324         (imap-default-tls-port): New variable.
1325         (imap-tls-p, imap-tls-open): New functions.
1326
1327 2003-03-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1328
1329         * mm-url.el (mm-url-insert-file-contents): parse url only if
1330         results is a list.
1331
1332 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1333
1334         * mail-source.el (mail-source-fetch-imap): Revert.
1335
1336 2003-03-22  Svend Tollak Munkejord  <stm@bacchus.pvv.org>
1337
1338         * deuglify.el (gnus-outlook-repair-attribution-outlook): Use a
1339         less strict regexp.
1340
1341 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1342
1343         * mail-source.el (mail-source-fetch-imap): Use buffer name for
1344         more imap function.
1345
1346 2003-03-21  Simon Josefsson  <jas@extundo.com>
1347
1348         * gnus-art.el (article-decode-group-name): Replace Newsgroups and
1349         Followup-To data inline.
1350
1351 2003-03-21  Jesper Harder  <harder@ifa.au.dk>
1352
1353         * gnus-art.el (gnus-treat-display-xface): Don't enable if
1354         icontopbm isn't available.
1355
1356 2003-03-21  Kevin Greiner <kgreiner@xpediantsolutions.com>
1357
1358         * gnus-int.el (gnus-open-server): Catch errors in backend's
1359         open-server method.  Returns nil rather than crashing startup.
1360
1361         * gnus-sum.el (eval-when-compile): Modified to resolve
1362         compile-time warnings.
1363
1364         * gnus-uu.el (gnus-uu-mark-series): Added informative msg.
1365         Reports length of series so that the user can compare N with a
1366         subject that should, if the entire series is present, contain
1367         '(.../N)'.
1368         (gnus-uu-delete-work-dir): Avoid hanging when O/S forbids deletion
1369         of temp file (Win-XP may leave the temp file locked when the
1370         uudecode process fails).
1371
1372 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
1373
1374         * message.el (message-split-line): Ignore error.
1375
1376         * lpath.el (split-line): Avoid split-line warning message.
1377
1378 2003-03-20  Kim F. Storm  <storm@cua.dk>
1379
1380         * message.el (message-split-line): New function.
1381         (message-mode-map): Remap split-line to message-split-line.
1382
1383 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
1384
1385         * message.el (message-make-overlay): Defalias it to make-overlay.
1386         (message-delete-overlay): Defalias it to delete-overlay.
1387         (message-overlay-put): Defalias it to overlay-put.
1388         (message-idna-to-ascii-rhs-1): Use them.
1389
1390         * messagexmas.el (message-xmas-redefine): Defalias some overlay
1391         functions to extent functions.
1392
1393 2003-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1394
1395         * message.el (message-check-news-header-syntax): Fixed regexp.
1396
1397 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
1398
1399         * rfc2231.el (rfc2231-decode-encoded-string): Downcase charset.
1400
1401         * mm-url.el (mm-url-insert): Move url-current-object stuff into
1402         mm-url-insert-file-contents.
1403
1404         * nnrss.el (nnrss-fetch): Fetch the local stuff.
1405         (nnrss-check-group): Use it.
1406
1407 2003-03-20 Mark A. Hershberger  <mah@everybody.org>
1408
1409         * nnrss.el: Primitive XML Name-space support.  This means that RSS
1410         feeds like Kevin Burton's[1] can now be read in Gnus.
1411
1412         Implemented support for Mark Pilgrim's RSS Autodiscovery.[2] This
1413         means that if you want to read the RSS feed for example.com, all
1414         you have to do is hit "G R http://www.example.com/ RET" and
1415         nnrss.el will find and the feed listed on the site or (if you have
1416         loaded xml-rpc.el) look it up on syndic8.com.
1417
1418         Marked the message as HTML (by adding a Content-Type header) so
1419         that Gnus will render it as html if the user wants that.
1420
1421         Implemented the ability to save nnrss-group-alist so that any new
1422         feeds the you subscribe to will be found the next time you start
1423         up.
1424
1425         Implemented support for RSS 2.0 elements (author, pubDate).
1426
1427         Prefer for <content:encoded> over <description> where both
1428         elements exist.
1429
1430         * mm-url.el (mm-url-insert): Set url-current-object.
1431
1432         * gnus-group.el (gnus-group-make-rss-group): New function.
1433
1434 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
1435
1436         * message.el (message-idna-to-ascii-rhs-1): Don't use replace-*
1437         for highlight overlays.
1438
1439 2003-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1440
1441         * gnus-cache.el (gnus-cache-braid-nov): Test if a line looks like
1442         a NOV.
1443
1444 2003-03-20  Simon Josefsson  <jas@extundo.com>
1445
1446         * message.el (message-use-idna): Disable if UTF-8 unavailable.
1447         (message-idna-to-ascii-rhs): Use it.
1448
1449         * gnus-art.el (gnus-use-idna): Disable if UTF-8 unavailable.
1450
1451 2003-03-19  Teodor Zlatanov  <tzz@lifelogs.com>
1452
1453         * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
1454         (spam-group-ham-marks, spam-group-spam-marks): new functions
1455         (spam-spam-marks, spam-ham-marks): removed in favor of the
1456         spam-marks and ham-marks parameters
1457         (spam-generic-register-routine, spam-ham-move-routine): use the
1458         new spam-group-{spam,ham}-mark-p functions
1459
1460         * gnus.el (spam-marks, ham-marks): new group parameters with
1461         default values same as the old spam-spam-marks and spam-ham-marks
1462
1463 2003-03-19  Simon Josefsson  <jas@extundo.com>
1464
1465         * gnus-art.el (gnus-article-decode-hook): Add IDNA.
1466         (gnus-use-idna): New variable.
1467         (article-decode-idna-rhs): New function.
1468
1469         * message.el (message-use-idna): New variable.
1470         (message-mode-field-menu): Add entry for IDNA.
1471         (message-idna-inside-rhs-p, message-idna-to-ascii-rhs-1)
1472         (message-idna-to-ascii-rhs): New function.
1473         (message-generate-headers): Invoke IDNA code.
1474
1475 2003-03-19  Paul Jarc  <prj@po.cwru.edu>
1476
1477         * nnmaildir.el (nnmaildir--system-name): New function.
1478         (nnmaildir-request-accept-article): Use it.
1479
1480 2003-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1481
1482         * gnus-util.el (gnus-byte-compile): Make it work silently as the
1483         gnus-compile function does.
1484
1485         * gnus-sum.el (gnus-summary-highlight-line-0): Revoke the last
1486         bogus change.
1487
1488 2003-03-19  Jesper Harder  <harder@ifa.au.dk>
1489
1490         * mm-util.el (mm-mule-charset-to-mime-charset): Test if
1491         sort-coding-systems is defined.
1492
1493 2003-03-18  Paul Jarc  <prj@po.cwru.edu>
1494
1495         * nnmaildir.el (nnmaildir-open-server, nnmaildir-request-scan)
1496         (nnmaildir-request-create-group, nnmaildir-request-delete-group):
1497         Replace create-directory with target-prefix.
1498
1499 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
1500
1501         * mm-bodies.el (mm-decode-coding-region-safely): Don't use
1502         find-charset-string which is slooow in XEmacs.
1503
1504 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1505
1506         * gnus-sum.el (gnus-summary-highlight-line-0): Silence the byte-
1507         compiler under XEmacs.
1508
1509 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
1510
1511         * gnus-art.el (gnus-treat-highlight-signature): Make the default
1512         work for multipart/signed where the message text isn't `last'.
1513
1514 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1515
1516         * mm-view.el (mm-setup-w3m): Set w3m-display-inline-images to
1517         the value of mm-inline-text-html-with-images.
1518         (mm-inline-text-html-render-with-w3m): Don't bind
1519         w3m-display-inline-images.
1520
1521         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't bind
1522         w3m-display-inline-images.
1523
1524         * lpath.el: Bind w3m-display-inline-images; bind mm-w3m-mode-map
1525         regardless of an Emacs flavor.
1526
1527 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1528
1529         * gnus.el (gnus-version-number): Bump.
1530
1531 2003-03-18 00:38:22 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1532
1533         * gnus.el: Oort Gnus v0.16 is released.
1534
1535 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1536
1537         * lpath.el (featurep): Bind mm-w3m-mode-map.
1538
1539 2003-03-17  Paul Jarc  <prj@po.cwru.edu>
1540
1541         * nnmail.el (nnmail-cache-primary-mail-backend): Not all
1542         'respool-able backends define a global nnchoke-get-new-mail
1543         variable.
1544
1545 2003-03-17  Reiner Steib  <Reiner.Steib@gmx.de>
1546
1547         * gnus-art.el (gnus-mime-delete-part): New function.
1548         (gnus-mime-action-alist, gnus-mime-button-commands): Use it.
1549
1550 2003-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1551
1552         * message.el (message-check-news-header-syntax): Don't push
1553         groups twice onto list of unknown groups.
1554
1555         * nndoc.el (nndoc-type-alist): Move exim-bounce a bit further
1556         back.
1557
1558         * nnheader.el (nnheader-find-etc-directory): Doc fix.
1559
1560         * gnus-msg.el (gnus-inews-add-send-actions): Don't restore window
1561         config unless the summary buffer exists.
1562
1563         * gnus-sum.el (gnus-summary-next-group): Semi-exit group first to
1564         that target group is computed correctly when articles are marked
1565         as read by Xref handling.
1566
1567         * mail-source.el (mail-source-fetch-imap): Pass buffer-name to
1568         imap-open.
1569
1570         * message.el (message-send-mail): Add courtesy string to Bcc's,
1571         too.
1572
1573         * gnus-cite.el (gnus-cited-line-p): New function.
1574
1575 2003-03-15  Jesper Harder  <harder@ifa.au.dk>
1576
1577         * mm-bodies.el (mm-decode-body): Add new optional parameter,
1578         force, to use the supplied charset unconditionally.
1579
1580         * gnus-art.el (article-decode-charset): Use it.
1581
1582 2003-03-14  Jesper Harder  <harder@ifa.au.dk>
1583
1584         * mm-bodies.el (mm-decode-coding-region-safely): New function.
1585         (mm-decode-body): Use it.
1586
1587         * rfc2047.el (rfc2047-decode-region): do.
1588         (rfc2047-decode-string): Guess coding system if the default is
1589         invalid.
1590
1591 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
1592
1593         * nnmaildir.el (nnmaildir-request-update-info): Pretend missing
1594         articles are marked 'read, so we get correct article counts.
1595
1596 2003-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1597
1598         * gnus-art.el (gnus-insert-mime-button): Exclude a newline from
1599         the button.
1600         (gnus-insert-prev-page-button): Ditto.
1601         (gnus-insert-next-page-button): Ditto.
1602         (gnus-insert-mime-security-button): Ditto.
1603
1604         * mm-view.el (mm-inline-image-emacs): Open the bottom of an image
1605         one line.  Suggested by Greg Klanderman <gak@klanderman.net>.
1606         (mm-inline-image-xemacs): Ditto.
1607
1608 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
1609
1610         * nnmaildir.el (nnmaildir--parse-filename, nnmaildir--sort-files,
1611         nnmaildir--scan, nnmaildir-request-accept-article): Changes for
1612         the recent filename uniqueness discussion.
1613
1614 2003-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1615
1616         * mm-view.el (mm-inline-image-emacs): Make it delete an excessive
1617         newline next time.
1618         (mm-inline-image-xemacs): Ditto.
1619
1620 2003-03-10  Jesper Harder  <harder@ifa.au.dk>
1621
1622         * gnus-agent.el (gnus-agent-synchronize-flags-server): Don't use
1623         kill-line.
1624
1625 2003-03-09  Jesper Harder  <harder@ifa.au.dk>
1626
1627         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't use
1628         kill-line.
1629
1630 2003-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1631
1632         * gnus-agent.el (gnus-agent-fetched-hook): New variable.  Just
1633         fixing the code to match the documentation.
1634         (gnus-agent-fetch-selected-article): Replaced
1635         gnus-summary-update-article-line with gnus-summary-update-line as
1636         the former did not correctly recalculate the thread indentation.
1637         (gnus-agent-find-parameter): The agent-predicate, if not found
1638         anywhere else, defaults to the value of gnus-agent-predicate.
1639         (gnus-agent-fetch-session): Fixed typo; now executes
1640         gnus-agent-fetched-hook rather than the undocumented
1641         gnus-agent-fetch-hook.
1642         (gnus-agent-fetch-group-1): Removed part of 2003-03-06 fix.  The
1643         default agent predicate is now provided by
1644         gnus-agent-find-parameter.
1645         (gnus-agent-message): New macro.  This macro avoids potentially
1646         costly parameter evaluation when the message's level is too high
1647         to display.
1648         (gnus-agent-expire-group-1): Disabled undo tracking in temp
1649         overview buffer. Uses new gnus-agent-message macro to reduce
1650         overhead of optional messages. Reversed message levels to
1651         emphasize percent completion messages.  Detailed messages of
1652         little use except when debugging code.
1653
1654 2003-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1655
1656         * spam.el (spam-ham-move-routine): use
1657         spam-mark-ham-unread-before-move-from-spam-group
1658         (spam-mark-ham-unread-before-move-from-spam-group): new variable
1659
1660 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
1661
1662         * spam.el: load nnimap.el when compiling
1663         (spam-setup-widening): use
1664         nnimap-split-download-body-default instead of
1665         nnimap-split-download-body which is a user-customizable variable
1666
1667 2003-03-07  Simon Josefsson  <jas@extundo.com>
1668
1669         * nnimap.el (nnimap-split-download-body-default): New, holds
1670         default for n-s-d-b.
1671         (nnimap-split-download-body): Add new setting (symbol default),
1672         which uses contents of n-s-d-b-d, and made it the default.
1673
1674 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
1675
1676         * spam.el (spam-use-hashcash): new variable
1677         (spam-list-of-checks): added spam-use-hashcash with associated
1678         spam-check-hashcash
1679         (spam-check-hashcash): new function, installed iff hashcash.el is
1680         loaded
1681         (spam-setup-widening): don't use (return)
1682
1683 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1684
1685         * gnus-agent.el (gnus-agent-fetch-group-1): Added default
1686         predicate of `false' to avoid an error when a group defines no
1687         predicate. Fixed typo that disabled agent scoring (i.e. the
1688         low/high predicates should now work).
1689
1690 2003-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
1691
1692         * spam.el: add spam-maybe-spam-stat-load to
1693         gnus-get-top-new-news-hook, remove it from gnus-get-new-news-hook
1694         (spam-bogofilter-register-with-bogofilter): use
1695         spam-bogofilter-spam-switch and spam-bogofilter-ham-switch
1696         (spam-bogofilter-spam-switch, spam-bogofilter-ham-switch): new
1697         custom variables to replace "-s" and "-n"
1698
1699         * gnus-group.el (gnus-group-get-new-news): call the new
1700         gnus-get-top-new-news-hook hook
1701
1702         * gnus-start.el (gnus-get-top-new-news-hook): new hook, run ONLY
1703         by gnus-get-new-news, NOT by gnus-group-get-new-news-this-group
1704
1705 2003-03-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1706
1707         * mm-uu.el (mm-uu-pgp-encrypted-test): Fix message.
1708
1709 2003-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1710
1711         * gnus-cus.el (gnus-group-customize): Don't use delete-if which is
1712         a cl run-time function.
1713
1714 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1715
1716         * gnus-agent.el (gnus-agent-fetch-group-1): Added missing binding
1717         on gnus-agent-short-article.
1718         (gnus-category-read): Replaced CL function mapcar* with new macro:
1719         gnus-mapcar.
1720         * gnus-util.el (gnus-mapcar): New macro.  Generalizes mapcar to
1721         support functions that accept multiple parameters.  A separate
1722         sequence must be provided for each parameter in the function.
1723         Iteration stops when the end of the shortest list is reached.
1724
1725 2003-03-06  Jesper Harder  <harder@ifa.au.dk>
1726
1727         * nnimap.el (nnimap-request-accept-article): Use delete-region.
1728
1729         * html2text.el (html2text-clean-dtdd, html2text-delete-tags)
1730         (html2text-delete-single-tag, html2text-clean-anchor)
1731         (html2text-remove-tags): Use delete-region.
1732         (html2text-fix-paragraphs): Simplify.
1733
1734         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt)
1735         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
1736         (mml1991-pgg-encrypt, mml1991-pgg-encrypt): Use delete-region, not
1737         kill-region.
1738
1739 2003-03-04  John Paul Wallington  <jpw@gnu.org>
1740
1741         * gnus-agent.el (gnus-agent-enable-expiration)
1742         (gnus-agent-article-alist, gnus-agent-article-alist)
1743         (gnus-agent-cat-defaccessor): Doc fixes.
1744
1745 2003-03-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1746
1747         * gnus-agent.el (gnus-function-implies-unread-1): Grok
1748         byte-compiled functions.
1749
1750 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1751
1752         * gnus-sum.el (gnus-auto-goto-ignores): New variable. Provides
1753         customization between new maneuvering (which permits selecting
1754         undownloaded articles) and old maneuvering (which skipped over
1755         undownloaded articles) behaviors.
1756         (gnus-summary-find-next): Pass through the unread and subject
1757         parameters when calling gnus-summary-find-prev.
1758         (gnus-summary-find-next,gnus-summary-find-prev): Apply
1759         gnus-auto-goto-ignores to filter out unacceptable articles.
1760
1761 2003-03-04  Jesper Harder  <harder@ifa.au.dk>
1762
1763         * mail-source.el (mail-source-read-passwd): Remove. `read-passwd'
1764         exists in all supported Emacs versions, so we don't need this
1765         compatibility function.
1766         (mail-source-fetch-pop, mail-source-check-pop)
1767         (mail-source-fetch-webmail): Use read-passwd.
1768
1769         * nntp.el (nntp-send-authinfo, nntp-send-nosy-authinfo)
1770         (nntp-open-telnet, nntp-open-via-telnet-and-telnet): Use
1771         read-passwd.
1772
1773         * nnwarchive.el (nnwarchive-open-server): Use read-passwd.
1774
1775         * imap.el (imap-read-passwd): Remove.
1776         (imap-interactive-login): Use read-passwd.
1777
1778         * canlock.el (canlock-read-passwd): Remove.
1779         (canlock-insert-header, canlock-verify): Use read-passwd.
1780
1781         * sieve-manage.el (sieve-manage-read-passwd): Remove.
1782         (sieve-manage-interactive-login): Use read-passwd.
1783
1784         * pop3.el (pop3-read-passwd): Remove.
1785         (pop3-movemail, pop3-get-message-count, pop3-apop): Use
1786         read-passwd.
1787
1788         * pgg.el (pgg-read-passphrase): Simplify.
1789
1790 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1791
1792         * gnus-agent.el (gnus-agent-mode): Fixed the mode line reports
1793         'plugged' when actually 'unplugged' bug.
1794         (gnus-category-read): Ignore nil values when converting an
1795         old-format category so that the new-format category will default
1796         those attributes to the global variables.
1797
1798 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1799
1800         * mail-source.el (mail-source-delete-old-incoming-confirm): Fixed
1801         doc-string.
1802
1803 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
1804
1805         * nnrss.el (nnrss-decode-entities-unibyte-string): Use `buffer-string'.
1806         * nndoc.el (nndoc-dissect-mime-parts-sub): do.
1807         * nndb.el (nndb-request-accept-article, nndb-status-message): do.
1808         * mm-url.el (mm-url-decode-entities-string): do.
1809         * mml1991.el (mml1991-mailcrypt-sign, mml1991-gpg-sign): do.
1810         * mm-decode.el (mm-find-raw-part-by-type): do.
1811         * message.el (message-send-mail-partially)
1812         (message-send-mail-with-sendmail): do.
1813         * gnus-uu.el (gnus-uu-save-article, gnus-uu-reginize-string): do.
1814         * gnus-kill.el (gnus-pp-gnus-kill): do.
1815         * gnus-art.el (gnus-article-treat-unfold-headers)
1816         (gnus-article-encrypt-body): do.
1817
1818 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1819
1820         * mail-source.el (mail-source-delete-incoming): Allow integer value.
1821         (mail-source-delete-old-incoming-confirm): New variable.
1822         (mail-source-delete-old-incoming): Use it.  New function.
1823         (mail-source-callback): Call `mail-source-delete-old-incoming' if
1824         `mail-source-delete-incoming' is a nonnegative integer.
1825
1826 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1827
1828         * gnus-msg.el (gnus-extended-version): Fix for 'emacs-gnus-config.
1829         (gnus-user-agent): Fixed typo.
1830
1831 2003-03-03  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1832
1833         * gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
1834         (gnus-agent-expire-group-1): Removed invalid (interactive) specifier.
1835
1836 2003-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1837
1838         * gnus-agent.el (gnus-agent-fetch-articles): Fix nil message.
1839         (gnus-agent-fetch-session): Allow debugging to take place.
1840
1841 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
1842
1843         * gnus-sum.el (gnus-highlight-selected-summary)
1844         (gnus-article-get-xrefs, gnus-summary-show-thread): Use
1845         `gnus-point-at-bol' and `gnus-point-at-eol' instead of
1846         `(progn (beginning-of-line) (point))'.  It's shorter, faster,
1847         and makes it clear that we don't need the side effect.
1848         * gnus-util.el (gnus-delete-line): do.
1849         * gnus-xmas.el (gnus-group-add-icon): do.
1850         * nnmail.el (nnmail-article-group, nnmail-cache-fetch-group): do.
1851         * nntp.el (nntp-send-authinfo-from-file): do.
1852         * nnml.el (nnml-header-value): do.
1853         * nnheader.el (nnheader-insert-references): do.
1854         * gnus-cite.el (gnus-article-highlight-citation)
1855         (gnus-cite-parse): do.
1856         * gnus-score.el (gnus-score-followup): do.
1857         * gnus-draft.el (gnus-draft-send): do.
1858         * gnus-group.el (gnus-group-highlight-line): do.
1859         * gnus-cache.el (gnus-cache-braid-nov): do.
1860         * nnfolder.el (nnfolder-retrieve-headers)
1861         (nnfolder-request-article): do.
1862         * gnus-art.el (article-hide-boring-headers)
1863         (gnus-article-hide-header): do.
1864
1865         * nnheader.el (nnheader-find-nov-line): Use gnus-delete-line.
1866         * nnml.el (nnml-request-replace-article): do.
1867         * nnmbox.el (nnmbox-request-move-article, nnmbox-delete-mail): do.
1868         * nnfolder.el (nnfolder-request-move-article): do.
1869         * gnus-cache.el (gnus-cache-possibly-remove-article): do.
1870         * gnus-art.el (gnus-mm-display-part): do.
1871
1872         * gnus-art.el (gnus-article-goto-part): Use gnus-goto-char.
1873
1874 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1875
1876         * nntp.el (nntp-possibly-change-group): Avoid calling
1877         process-buffer on nil (Which happened when you lost your
1878         connection while fetching); instead signal a "Server Closed
1879         Connection" error.
1880
1881 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1882
1883         * gnus-agent.el (gnus-agent-enable-expiration): New
1884         variable. Either ENABLE or DISABLE.  Sets default behavior for
1885         selecting which groups are expired.
1886         (gnus-agent-cat-set-property, gnus-agent-cat-defaccessor,
1887         gnus-agent-set-cat-groups): Provides abstract interface for
1888         accessing agent category.  Category now implemented by an alist.
1889         (gnus-agent-add-group, gnus-agent-remove-group,
1890         gnus-category-insert-line, gnus-category-edit-predicate,
1891         gnus-category-edit-score, gnus-category-edit-groups,
1892         gnus-category-copy, gnus-category-add, gnus-group-category): Use
1893         new agent category abstraction.
1894         (gnus-agent-find-parameter): New function. Search for agent
1895         configuration parameter first in the group's parameters, then its
1896         topics (if any), and then the group's category.  If not found
1897         anywhere, use the original defined constants.
1898         (gnus-agent-fetch-headers, gnus-agent-fetch-group-1): Use new
1899         gnus-agent-find-parameter.
1900         (gnus-agent-fetch-headers, gnus-agent-uncached-articles): Clearing
1901         gnus-agent-cache now blocks retrieving headers and articles from
1902         the local cache.  Fetched content is still added to the cache
1903         before being returned.
1904         (gnus-agent-fetch-session): Use error-message-string to generate
1905         displayed error message.
1906         (gnus-agent-customize-category): New Command. 'e' in category
1907         buffer opens category customization buffer.
1908         (gnus-category-read): Reads either positional or alist format;
1909         returns alist format.
1910         (gnus-category-write): Writes category file compatible with
1911         current, and previous, versions of gnus-agent.
1912         (gnus-category-make-function, gnus-category-make-function-1):
1913         Corrected documentation; parameter is predicate NOT category.
1914         (gnus-predicate-implies-unread): Now works in more cases per the
1915         todo comment.
1916         (gnus-function-implies-unread-1): New function. Supports
1917         gnus-predicate-implies-unread.
1918         (gnus-agent-expire-group): Command now provides default of group
1919         under point.
1920         (gnus-agent-expire-group-1): Obeys new agent-enable-expiration and
1921         agent-days-until-old parameters. No longer supports
1922         gnus-agent-expire-days being set to an alist.
1923         (gnus-agent-request-article): Now performs its own checks of
1924         gnus-agent, gnus-agent-cache, and gnus-plugged rather than
1925         assuming that the caller will do them correctly.
1926         (): Added one-time hook to gnus-group-prepare-hook.  Detects when
1927         gnus-agent-expire-days is set to an alist.  Converts said alist
1928         into group parameter so that gnus-agent-expire-days will not be
1929         needed.
1930         * gnus-art.el (gnus-request-article-this-buffer): Conditional
1931         checks surrounding gnus-agent-request-article removed; now
1932         performed by gnus-agent-request-article.
1933         * gnus-cus.el (gnus-agent-parameters): New variable. List of
1934         customizable group/topic parameters that regulate the agent.
1935         (gnus-group-customize): Uses gnus-agent-parameters.  Replaced
1936         kill-buffer with gnus-kill-buffer to remove the killed buffer from
1937         the list of gnus buffers.
1938         (gnus-trim-whitespace): Removes leading and trailing whitespace
1939         from multiline strings.
1940         (gnus-agent-cat-prepare-category-field,
1941         gnus-agent-customize-category): Constructs a category
1942         customization buffer.
1943         * gnus-int.el (gnus-retrieve-headers,
1944         gnus-request-expire-articles): No longer checks gnus-agent-cache
1945         as it is handled internally by the agent.
1946         (gnus-request-head, gnus-request-body): Conditional checks
1947         surrounding gnus-agent-request-article removed; now performed by
1948         gnus-agent-request-article.
1949
1950         * gnus-start.el (): Added defvar statements to resolve compilation
1951         warnings.
1952         (gnus-long-file-names): New function. Isolates platform dependent
1953         msdos-long-file-names.
1954         (gnus-save-startup-file-via-temp-buffer): New variable. Provides
1955         option of writing directly to file.  Avoids memory exhausted
1956         errors when .newsrc.eld is huge.
1957         (gnus-save-newsrc-file): Uses new
1958         gnus-save-startup-file-via-temp-buffer.
1959         (gnus-gnus-to-quick-newsrc-format): Rewritten to write to
1960         standard-output.
1961         (gnus-display-time-event-handler): Changed to alias from a defun
1962         to avoid a compile-time warning when display-time-event-handler is
1963         not defined.
1964         * gnus-util.el (gnus-with-output-to-file): New macro. Binds
1965         standard-output such that prin1 and princ will write directly to a
1966         file.
1967
1968         * gnus.el (gnus-agent-cache): Expanded documentation.
1969         (gnus-summary-high-undownloaded-face): Removed second bold keyword
1970         so that this face is actually bold.
1971
1972         * nnkiboze.el (nnkiboze-request-article): Only use the cache when
1973         gnus-use-cache has been set.
1974
1975 2003-03-02  Jesper Harder  <harder@ifa.au.dk>
1976
1977         * nnvirtual.el (nnvirtual-update-xref-header): Simplify.
1978
1979 2003-03-01  Jesper Harder  <harder@ifa.au.dk>
1980
1981         * gnus-art.el (gnus-article-refer-article): Be more permissive.
1982
1983 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1984
1985         * spam.el: Fix typo.
1986
1987 2003-03-01  Satyaki Das  <satyaki@theforce.stanford.edu>
1988         (Trivial patch.)
1989
1990         * pgg-gpg.el (pgg-gpg-process-region): Insert process status into
1991         errors-buffer. This produces a nicer error message in case of
1992         problems.
1993
1994 2003-03-01  Teodor Zlatanov  <tzz@lifelogs.com>
1995
1996         * spam.el (spam-maybe-spam-stat-load, spam-maybe-spam-stat-load):
1997         load stats iff spam-use-stat is on
1998
1999         * spam.el: add spam-maybe-spam-stat-load to gnus-startup hook,
2000         also use spam-maybe-spam-stat-load and spam-maybe-spam-stat-save
2001         instead of spam-stat-load and spam-stat-save in the
2002         gnus-get-new-news-hook and gnus-save-newsrc-hook, respectively
2003
2004 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2005
2006         * mm-view.el (mm-inline-text): Ignore errors from enriched-decode.
2007
2008 2003-03-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2009
2010         * message.el (message-make-fqdn): Protect against nil user-mail.
2011
2012 2003-02-28  Vasily Korytov <deskpot@myrealbox.com>
2013
2014         * gnus-art.el (gnus-boring-article-headers): New values:
2015         'to-list and 'cc-list.
2016
2017 2003-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
2018
2019         * spam.el (spam-setup-widening): new function to set
2020         nnimap-split-download-body, we add it to gnus-get-new-news-hook
2021         (spam-list-of-statistical-checks): list of statistical splitter
2022         checks
2023         (spam-split): added a widen call when a statistical check is
2024         enabled
2025
2026 2003-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2027
2028         * gnus-msg.el (gnus-user-agent): Changed default to
2029         'emacs-gnus-type, renamed 'full.
2030
2031 2003-02-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
2032
2033         * nnfolder.el (nnfolder-request-accept-article): Don't use
2034         mail-header-unfold-field.
2035
2036 2003-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2037
2038         * imap.el (imap-ssl-open): Don't depend on ssl.el.
2039         * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
2040
2041 2003-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
2042
2043         * spam.el: add spam-stat-load to gnus-get-new-news-hook
2044         (spam-split): remove spam-stat-load call
2045
2046 2003-02-26  Simon Josefsson  <jas@extundo.com>
2047
2048         * gnus-sum.el (gnus-summary-toggle-header): Run
2049         gnus-article-decode-hook instead of calling a-decode-encoded-words
2050         directly (the latter is run as part of the former).
2051
2052 2003-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2053
2054         * gnus-agent.el (gnus-agent-expire-group): Remove debug.
2055
2056 2003-02-25  Jesper Harder  <harder@ifa.au.dk>
2057
2058         * message.el (message-sendmail-envelope-from): New option.
2059         (message-sendmail-envelope-from): New function.
2060         (message-send-mail-with-sendmail): Use it.
2061
2062 2003-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
2063
2064         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Added
2065         compensation for TDMA addresses.
2066
2067 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2068
2069         * gnus-msg.el (gnus-user-agent): New variable.
2070         (gnus-version-expose-system): Removed.  Obsoleted by
2071         `gnus-user-agent'.
2072         (gnus-extended-version): Use `gnus-user-agent'.
2073
2074 2003-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
2075
2076         * spam.el (spam-stat-register-spam-routine,
2077         spam-stat-register-ham-routine): remove spam-stat-save
2078         (spam-stat hook): add spam-stat-save to the gnus-save-newsrc-hook
2079
2080 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2081
2082         * gnus-group.el (gnus-topic-mode-p): Fixed free variable
2083         reference.
2084
2085 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2086
2087         * nnheader.el (nnheader-find-nov-line): Changed midpoint
2088         calculation to avoid integer overflow.
2089
2090 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2091
2092         * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
2093
2094 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
2095         * spam.el: disabled spam-get-article-as-filename
2096
2097         From Michael Shields  <shields@msrl.com>
2098
2099         * gnus-group.el (gnus-group-is-exiting-without-update-p): New.
2100         * gnus-sum.el (gnus-summary-exit-no-update): Use it.
2101         * gnus-sum.el (gnus-summary-expire-articles): Use it.
2102         * spam.el (spam-summary-prepare-exit): Use it.
2103         * gnus.el (gnus-install-group-spam-parameters): New.
2104         * spam.el (spam-group-ham-processor-copy-p): New.
2105         * spam.el (spam-summary-prepare-exit): Support for ham copying.
2106         * spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
2107         that would cause the current message to be moved if the group had
2108         no spam.
2109         * spam.el (spam-ham-move-routine): New `copy' argument.
2110
2111 2003-02-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2112         From Martin Thornquist <martint@ifi.uio.no>
2113
2114         * gnus-topic.el (gnus-topic-select-group): Select last group if
2115         after last group.
2116         * gnus-group.el (gnus-group-select-group): Ditto.
2117
2118 2003-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2119
2120         * gnus-art.el (popup-menu): Compiler macro for Emacs 20.
2121         (gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
2122         point-at-(b|e)ol which aren't available in Emacs 20.
2123
2124         * gnus-registry.el (puthash): Alias to cl-puthash for Emacs 20.
2125
2126 2003-02-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2127
2128         * gnus-start.el (gnus-activate-group): Re-enabled the catch error
2129         clause of the condition-case statement.  Errors connecting to a
2130         server no longer terminate gnus.
2131
2132         * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
2133         make its use obvious.  Added no-nothing case to avoid
2134         opening(closing) servers when already open(closed).
2135         (gnus-agent-while-plugged): Added macro to facilitate internal use
2136         of gnus-agent-toggle-plugged.
2137         (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
2138         temporarily open servers.
2139         (gnus-agent-get-undownloaded-list): Sort list of article numbers
2140         as sorting gnus-newsgroup-headers is wrong.
2141         (gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
2142         to temporarily open servers. Corrected logic to handle setting
2143         gnus-agent-mark-unread-after-downloaded.
2144         (gnus-agent-fetch-articles): Now handles headers with missing
2145         article sizes and/or missing article lengths.  Now clears the
2146         message buffer when finished.
2147         (gnus-agent-fetch-group-1): Position point before calling
2148         gnus-summary-set-agent-mark.
2149         (gnus-get-predicate): Corrected description, parameter is
2150         predicate not category.
2151         (gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
2152         provide a separate single group expiration function.
2153         (gnus-agent-regenerate-group): Now clears the message buffer when
2154         finished.
2155
2156 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2157
2158         * gnus.el (gnus-agent-target-move-group-header): New variable.
2159         * gnus-draft.el (gnus-draft-send): If special header
2160         "X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
2161         that group, instead of performing the regular sending functions.
2162
2163 2003-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2164
2165         * gnus-xmas.el (gnus-xmas-mime-button-menu): Accept a prefix arg.
2166
2167 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
2168
2169         * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
2170         variables.
2171         (message-make-fqdn): Use it.  Improved validity check.
2172
2173 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2174
2175         * message.el (message-user-mail-address): Check whether
2176         user-mail-address looks valid.
2177
2178         * gnus-msg.el (gnus-mailing-list-followup-to): New function.
2179
2180         * gnus-util.el (gnus-fetch-original-field): New function.
2181
2182 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2183
2184         * message.el (message-mode): \\(...\\) around additional
2185         paragraph-separate alternative.
2186
2187 2003-02-23  Jesper Harder  <harder@ifa.au.dk>
2188
2189         * gnus-art.el (gnus-mime-button-commands): Add ellipsis.
2190         (gnus-mime-button-menu): Define MIME popup menu with easy-menu to
2191         display key bindings.
2192         (gnus-mime-button-menu): Rewrite.
2193
2194 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2195
2196         * gnus-art.el (gnus-button-url-regexp): Removed `.
2197
2198 2003-02-23  Max Froumentin  <mf@w3.org>
2199
2200         * gnus-art.el (gnus-button-url-regexp): Remove `, enter '.
2201
2202 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2203
2204         * gnus-art.el (gnus-mime-action-on-part): Require a match
2205         interactively.
2206
2207         * gnus-start.el (gnus-save-newsrc-file): Use
2208         gnus-backup-startup-file.
2209         (gnus-backup-startup-file): New variable.
2210
2211 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2212
2213         * gnus.el (gnus-summary-buffer-name): Moved function here.
2214
2215         * gnus-draft.el (defun): Remove debug.
2216
2217 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
2218
2219         * gnus-sum.el (gnus-summary-refer-article): Skip method if we
2220         can't open server.
2221
2222 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2223
2224         * gnus-draft.el (defun): Configure posting styles.
2225
2226         * gnus-start.el (gnus-get-unread-articles-in-group): Make sure
2227         the entry for the group exists before we alter it.
2228
2229 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2230
2231         * message.el (message-mode): MML tags separate paragraphs.  Small
2232         change from David S Goldberg <david.goldberg6@verizon.net>.
2233
2234         * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
2235         `gnus-newsgroup-headers'.
2236
2237         * gnus-art.el (gnus-article-refer-article): Grok more message id
2238         formats.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
2239
2240 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
2241
2242         * mm-decode.el (mm-path-name-rewrite-functions): Doc fix: don't
2243         use "path name".
2244
2245 2003-02-21  Teodor Zlatanov  <tzz@lifelogs.com>
2246
2247         * gnus-sum.el (gnus-summary-move-article)
2248         (gnus-summary-expire-articles): send data header for article, not
2249         just article ID
2250
2251         * gnus-registry.el (gnus-registry-hashtb, gnus-register-action)
2252         (gnus-register-spool-action): added hashtable of message ID keys
2253         with message motion data
2254
2255 2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
2256         From Reiner Steib  <Reiner.Steib@gmx.de>.
2257
2258         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
2259         variable, used in `gnus-button-mid-or-mail-heuristic'.
2260         (gnus-button-mid-or-mail-heuristic): New function derived from
2261         Florian Weimer's Perl script.
2262         (gnus-button-handle-mid-or-mail): Allow a function instead of
2263         'guess.
2264         (gnus-button-guessed-mid-regexp): Removed.
2265
2266 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2267
2268         * message.el (message-resend): Bind message-setup-hook to nil;
2269         remove X-Draft-From header.
2270
2271 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
2272
2273         * gnus-sum.el (gnus-simplify-subject-fully, gnus-subject-equal)
2274         (gnus-newsgroup-undownloaded)
2275         (gnus-summary-save-parts-default-mime, gnus-auto-select-next):
2276         Doc fixes.
2277
2278 2003-02-17  John Paul Wallington  <jpw@gnu.org>
2279
2280         * gnus.el (gnus-shell-command-separator, gnus-email-address)
2281         (gnus-default-charset, gnus-other-frame-parameters): Doc fixes.
2282
2283 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
2284
2285         * gnus-spec.el (gnus-xmas-format): Use insert instead of
2286         insert-string which is obsolete in Emacs 21.4.
2287
2288         * message.el (message-cross-post-followup-to-header): do.
2289
2290         * spam.el (spam-ifile-register-with-ifile)
2291         (spam-stat-register-spam-routine)
2292         (spam-stat-register-ham-routine)
2293         (spam-bogofilter-register-with-bogofilter): do.
2294
2295         * mailcap.el (mailcap-mime-data): Fix typo.
2296
2297         * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
2298
2299 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
2300
2301         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
2302         (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
2303         `gnus-cite-unsightly-citation-regexp'.
2304
2305 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2306
2307         * gnus-msg.el (gnus-copy-article-buffer): Copy an article header
2308         even if there's just a header.
2309
2310 2003-02-19  Jesper Harder  <harder@ifa.au.dk>
2311
2312         * message.el (message-fix-before-sending): Fix highlighting of
2313         illegible and invisible text.
2314
2315         * gnus-util.el (gnus-multiple-choice): Separate choices with
2316         ",\e,A \e(B".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
2317
2318 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
2319
2320         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
2321
2322 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
2323
2324         * spam.el (spam-ham-move-routine)
2325         (spam-mark-spam-as-expired-and-move-routine): use
2326         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
2327         around process-mark manipulation on the group
2328
2329 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2330
2331         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
2332         submenu.
2333
2334 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2335
2336         * mail-source.el (mail-source-fetch): Reverse the return value of
2337         the continuation question.
2338
2339 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2340
2341         * nndraft.el (nndraft-request-move-article): Bind
2342         nnmh-allow-delete-final to t.
2343
2344 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
2345
2346         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
2347
2348 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
2349
2350         * nntp.el (nntp-accept-process-output): Don't use point-max to get
2351         the buffer's size.
2352
2353 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
2354
2355         * nnheader.el: Added cygwin to system-type comparisons.
2356
2357 2003-01-27  Juanma Barranquero  <lektu@terra.es>
2358
2359         * imap.el (imap-mailbox-status): Fix typo.
2360
2361 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
2362
2363         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
2364         online.
2365
2366 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2367
2368         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
2369         commands.
2370         * gnus-sum.el: Small change from Frank Weinberg
2371         <frank@usenet-rundfahrt.de>:
2372         (gnus-auto-center-group): New variable.
2373         (gnus-summary-read-group-1): Use it.
2374         (gnus-summary-next-group): Fix docstring.
2375
2376 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2377
2378         * gnus-util.el (gnus-faces-at): Simplify.
2379
2380 2003-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2381
2382         * spam.el (spam-ham-move-routine)
2383         (spam-mark-spam-as-expired-and-move-routine): made the article
2384         move conditional, so it's not called even if there's nothing to move
2385
2386 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2387
2388         * message.el (message-unix-mail-delimiter): Accept any whitespace
2389         after the email address and before the date; do not require the
2390         space character.  From Kurt B. Kaiser <kbk@shore.net>.
2391
2392 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2393
2394         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
2395         gnus-article-boring-faces variable is bound; use gnus-faces-at.
2396
2397         * gnus-util.el (gnus-faces-at): New macro.
2398
2399 2003-02-13  Michael Shields  <shields@msrl.com>
2400
2401         * gnus-cite.el
2402         (gnus-cite-attribution-suffix, gnus-cite-parse):
2403         Better handling for Microsoft citation styles.
2404         (gnus-unsightly-citation-regexp): New.
2405
2406 2003-02-12  Michael Shields  <shields@msrl.com>
2407
2408         * gnus-art.el (article-strip-banner): Strip both per-group and
2409         per-user-address banners.
2410         (article-really-strip-banner): New.
2411
2412 2003-02-12  Michael Shields  <shields@msrl.com>
2413
2414         * gnus-sum.el (gnus-article-goto-next-page,
2415         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
2416         relying on the summary bindings of `n' and `p'.
2417
2418 2003-02-12  Michael Shields  <shields@msrl.com>
2419
2420         * gnus-art.el (gnus-article-only-boring-p): New.
2421         (gnus-article-skip-boring): New.
2422         * gnus-cite.el (gnus-article-boring-faces): New.
2423         * gnus-sum.el (gnus-summary-next-page): Use
2424         gnus-article-only-boring-p.
2425
2426 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
2427
2428         * spam.el (spam-mark-spam-as-expired-and-move-routine)
2429         (spam-ham-move-routine): unmark all articles before marking those
2430         of interest and calling gnus-summary-move-article
2431
2432 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
2433
2434         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
2435         logically the complement of gnus-get-buffer-create and
2436         gnus-add-buffer.
2437
2438         * gnus-util.el (gnus-kill-buffer): do.
2439
2440         * nnmail.el: Autoload gnus-kill-buffer.
2441
2442 2003-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2443
2444         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
2445         gnus-summary-goto-subject as gnus-summary-update-mark operates on
2446         the current LINE.
2447         (gnus-agent-summary-fetch-group): Minimized the number of times
2448         that the article is updated in the buffer.
2449
2450 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
2451
2452         * spam.el (spam-ham-move-routine): use the process-mark instead of
2453         gnus-current-article when moving articles
2454         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
2455
2456 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2457
2458         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
2459         (gnus-topic-catchup-articles): Ditto.
2460         (gnus-topic-mark-topic): Reverse recursive logic.
2461
2462 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
2463
2464         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
2465         gnus-refer-thread-limit is t.
2466
2467 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
2468
2469         * mm-util.el (mm-mule-charset-to-mime-charset): Use
2470         sort-coding-systems to prefer utf-8 over utf-16.
2471
2472 2003-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2473
2474         * gnus-agent.el (gnus-agent-expire-days):
2475         gnus-request-move-article depends on gnus-agent-expire to clean up
2476         the cache after moving the article.  Therefore, g-a-e-d can NOT
2477         default to nil or can gnus-agent-expire be disabled by doing so.
2478         If you don't want to run gnus-agent-expire, don't call it.
2479         (gnus-agent-expire): The broken test to disable gnus-agent-expire
2480         when g-a-e-d was NOT nil was removed.
2481         (gnus-agent-article-name): Removed unnecessary input test as
2482         article IDs are always strings.
2483         (gnus-agent-regenerate-group): Added check to protect against
2484         servers that generate absurdly long article IDs.  Valid IDs are
2485         less than 10 digits to avoid overflow errors.  Fixed logic error
2486         when ensuring that the final article ID is present in the new
2487         alist.
2488
2489 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2490
2491         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
2492         next line after finding the parent.
2493
2494 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2495
2496         * gnus.el (gnus-version-number): Bumped.
2497
2498 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2499
2500         * gnus.el: Oort Gnus v0.15 is released.
2501
2502 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
2503
2504         * nnmail.el (nnmail-split-it): If a message ends up matching the
2505           same mailbox more than once, it will cause duplicates to appear
2506           in the mailbox.
2507
2508 2003-02-08  Simon Josefsson  <jas@extundo.com>
2509
2510         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
2511         code that only worked under Emacs.
2512
2513         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
2514         Das <satyaki@chicory.stanford.edu>.
2515
2516 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
2517
2518         * gnus-art.el (gnus-article-refer-article): Use
2519         gnus-replace-in-string.
2520
2521         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
2522         (gnus-remove-duplicates): do.
2523
2524 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
2525
2526         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
2527         (gnus-request-scan): set
2528         gnus-internal-registry-spool-current-method to gnus-command-method
2529         before a request-scan operation
2530
2531         * gnus-registry.el (regtest-nnmail): use
2532         gnus-internal-registry-spool-current-method
2533
2534 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2535
2536         * mail-source.el (mail-source-fetch): Typo fix.
2537
2538 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
2539
2540         * nnmail.el (nnmail-spool-hook): new hook
2541         (nnmail-cache-insert): call nnmail-spool-hook
2542
2543         * gnus-registry.el: new file with examples of using the hooks
2544
2545         * gnus.el (gnus-registry): added registry customization group
2546         (gnus-group-prefixed-name): improve function to return full group
2547         name optionally
2548         (gnus-group-guess-prefixed-name): shortcut to
2549         gnus-group-prefixed-name, using just the group name
2550         (gnus-group-full-name): always get a group's full name
2551         (gnus-group-guess-full-name): shortcut, using just the group name
2552
2553         * gnus-sum.el (gnus-summary-article-move-hook)
2554         (gnus-summary-article-delete-hook)
2555         (gnus-summary-article-expire-hook): new hooks
2556         (gnus-summary-move-article, gnus-summary-expire-articles)
2557         (gnus-summary-delete-article): invoke the new hooks
2558
2559 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
2560
2561         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
2562         from message-ID
2563
2564 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
2565
2566         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
2567
2568 2003-02-07  John Paul Wallington  <jpw@gnu.org>
2569
2570         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
2571         (mm-write-region, mm-detect-coding-region): Doc fixes.
2572
2573 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2574
2575         * mail-source.el (mail-source-fetch): Ignore errors.
2576         (mail-source-ignore-errors): New variable.
2577
2578         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
2579         articles.
2580
2581         * gnus-msg.el (gnus-version-expose-system): Change default.
2582
2583 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
2584
2585         * gnus-msg.el (gnus-version-expose-system): New variable.
2586
2587 2003-02-07  Simon Josefsson  <jas@extundo.com>
2588
2589         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
2590         patch from deskpot@myrealbox.com (Vasily Korytov).
2591
2592 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2593
2594         * gnus-art.el (article-display-face): Get the Face header from
2595         the current buffer.
2596
2597 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2598
2599         * gnus-art.el (gnus-mime-view-part-internally): Bind
2600         buffer-read-only to nil.
2601
2602 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2603
2604         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
2605         from g-a-e-1 to g-a-e-2.
2606
2607 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
2608
2609         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
2610         of bbdb-search-simple, use spam-use-BBDB-exclusive
2611         (spam-check-whitelist): use spam-use-whitelist-exclusive
2612         (spam-use-whitelist-exclusive): new variable affecting
2613         spam-use-whitelist
2614         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
2615
2616 2003-02-05  Simon Josefsson  <jas@extundo.com>
2617
2618         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
2619         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
2620         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
2621         (gnus-agent-expire-1): New.
2622         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
2623         (gnus-agent-expire-2): New.
2624
2625 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
2626
2627         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
2628         "delete-if" is misleading because it isn't actually destructive.
2629
2630         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
2631
2632         * nnmail.el (nnmail-purge-split-history): do.
2633
2634         * gnus-win.el (gnus-get-buffer-window): do.
2635
2636         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
2637         let-binding.
2638         (gnus-simplify-all-whitespace): do.
2639
2640 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2641
2642         * gnus-delay.el (gnus-delay-article): Fix binding of the
2643         nndraft:delayed group.
2644
2645 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
2646
2647         * gnus.el (spam group parameters): change 'other to 'const in
2648         the group parameter definitions to soothe XEmacs
2649
2650 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2651
2652         * gnus-delay.el (gnus-delay-article): Really create
2653         nndraft:delayed group if it doesn't exist.
2654
2655 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
2656
2657         * gnus-sum.el (gnus-summary-search-article): Speed up by
2658         disabling various visual features while searching.
2659         (gnus-summary-recenter): Test gnus-auto-center-summary first.
2660
2661 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
2662
2663         * spam.el (spam-list-of-checks): Don't quote nil and t in
2664         docstrings.  From the elisp manual:
2665
2666            When a documentation string refers to a Lisp symbol, write
2667            it [..] with single-quotes around it.  [..] There are two
2668            exceptions: write t and nil without single-quotes.
2669
2670         * messcompat.el (message-from-style): do.
2671
2672         * message.el (message-send-mail): do.
2673
2674         * gnus-util.el (gnus-use-byte-compile): do.
2675
2676         * gnus-score.el (gnus-score-lower-thread): do.
2677
2678         * gnus-int.el (gnus-server-unopen-status): do.
2679
2680         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
2681         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
2682
2683         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
2684         (gnus-group-parameters): do.
2685
2686         * gnus-art.el (gnus-article-mime-match-handle-function): do.
2687
2688         * mm-decode.el (mm-text-html-renderer): do.
2689
2690 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2691
2692         * nnheader.el (nnheader-directory-separator-character): Change the
2693         way to compute the dafault value.
2694
2695 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
2696
2697         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
2698         (gnus-button-alist): Fix regexp for describe-key.
2699         (gnus-button-handle-describe-function)
2700         (gnus-button-handle-describe-variable)
2701         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
2702         (gnus-button-handle-apropos-variable)
2703         (gnus-button-handle-apropos-documentation): Docstring fix.
2704
2705         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
2706
2707 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2708
2709         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
2710         to nil.
2711
2712         * nnmail.el: Removed gnus-util autoload.
2713
2714         * gnus.el: Use gnus-prin1-to-string throughout.
2715
2716         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
2717         print-level.
2718
2719         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
2720         (gnus-treat-display-grey-xface): Removed.
2721
2722         * gnus-fun.el (gnus-grab-cam-face): New.
2723         (gnus-convert-image-to-gray-x-face): Removed.
2724         (gnus-convert-gray-x-face-to-xpm): removed.
2725         (gnus-convert-gray-x-face-region): Removed.
2726         (gnus-grab-gray-x-face): Removed.
2727
2728         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
2729
2730 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
2731
2732         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
2733         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
2734         bound.
2735
2736         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
2737
2738 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
2739
2740         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
2741         Remove -- these are bogus options which are never used.
2742
2743 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
2744
2745         * gnus-art.el (gnus-article-mode): Use summary tool bar.
2746
2747 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
2748
2749         * spam.el (spam-check-blackholes)
2750         (spam-blackhole-good-server-regex): new variable to skip some IPs
2751         when checking blackholes; use it
2752         (spam-check-bogofilter-headers)
2753         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
2754         case more X-Bogosity is used than just "Yes/No"
2755         (spam-ham-move-routine): semi-fixed, only first article is
2756         properly moved now
2757
2758 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
2759
2760         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
2761         as well.
2762
2763         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
2764
2765         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
2766
2767         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
2768
2769         * gnus-bcklg.el (gnus-backlog-shutdown): do.
2770
2771         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
2772
2773 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2774
2775         * gnus-fun.el (gnus-face-encode): New function.
2776         (gnus-convert-png-to-face): Use it.
2777
2778         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks.
2779
2780 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
2781
2782         * mm-decode.el (mm-dissection-list): Remove.
2783         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
2784         only used in mm-remove-all-parts.
2785         (mm-remove-all-parts): Remove it, it's never called.
2786
2787 2003-01-25  Simon Josefsson  <jas@extundo.com>
2788
2789         * gnus-group.el (gnus-group-make-group): Report errors.
2790
2791         * nnimap.el (nnimap-request-create-group): Ditto.
2792
2793         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
2794
2795         * sieve.el (sieve-upload): Fix error printing.
2796
2797         * mm-encode.el (mm-qp-or-base64): Always QP iff
2798         mm-use-ultra-safe-encoding and cleartext PGP.
2799
2800         * gnus-sum.el (gnus-summary-select-article): Inhibit
2801         redisplay (mainly for secured messages).
2802
2803         * nnmail.el (nnmail-article-group): Copy body too (but don't
2804         process it).
2805
2806 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
2807
2808         * gnus-art.el (gnus-article-setup-buffer): Reset
2809         gnus-button-marker-list.
2810
2811 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2812
2813         * nntp.el (nntp-read-timeout): Default to using a second delay
2814         under Microsoft Windows.
2815
2816 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2817
2818         * nnheader.el (nnheader-directory-separator-character): New
2819         variable.
2820
2821 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2822
2823         * gnus-agent.el (gnus-agent-max-fetch-size)
2824         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
2825         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
2826         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
2827         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
2828         (gnus-agent-braid-nov, gnus-agent-load-alist)
2829         (gnus-agent-article-alist-save-format)
2830         (gnus-agent-read-agentview, gnus-agent-save-alist)
2831         (gnus-agent-fetch-group-1, gnus-agent-expire)
2832         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
2833         (gnus-agent-regenerate-group): Reformat to keep under eighty
2834         columns.  Reword docstrings so that first line is under eighty
2835         chars and a complete sentence.  Still need to work on the rear
2836         end of the file, in particular gnus-agent-expire.
2837
2838 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2839
2840         * gnus-agent.el (gnus-agentize): Indent.
2841
2842         * gnus.el (gnus-version-number): Bumped.
2843
2844 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2845
2846         * gnus.el: Oort Gnus v0.14 is released.
2847
2848 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2849
2850         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
2851         before beginning.  Tiny patch from Mark Thomas
2852         <swoon@bellatlantic.net>.
2853
2854 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2855
2856         * spam.el (spam-check-blackholes, spam-split)
2857         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
2858         gnus-message calls to show to users what spam.el is doing
2859
2860 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
2861
2862         * gnus-msg.el (gnus-message-replysign)
2863         (gnus-message-replyencrypt): Fix typo.
2864
2865 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2866
2867         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
2868         details.
2869
2870 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2871
2872         * gnus-art.el (gnus-article-press-button): let* -> let.
2873         (gnus-mime-security-show-details): Cleaned up.
2874         (gnus-mime-security-press-button): Save excursion.
2875         (gnus-insert-mime-security-button): Clean up.
2876
2877         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
2878
2879         * gnus-async.el (gnus-async-wait-for-article): Don't use a
2880         timeout.
2881
2882         * nntp.el (nntp-accept-process-output): Removed timeout.
2883         (nntp-read-timeout): New variable.
2884         (nntp-accept-process-output): Use it.
2885
2886         * gnus-sum.el (gnus-data-find-list): Remove *.
2887
2888 2003-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2889
2890         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
2891         introduced on 2002-01-22.
2892         (gnus-summary-first-unseen-or-unread-subject): Ditto.
2893
2894 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
2895
2896         * spam.el (spam-check-regex-headers, spam-list-of-checks)
2897         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
2898         checks of incoming mail based on simple header regexp matching
2899
2900 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
2901
2902         * gnus-sum.el (gnus-spam-mark): set to `$'
2903
2904 2003-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2905
2906         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
2907         gnus-newsgroup-unfetched, the list of articles whose headers have
2908         not been fetched from the server.
2909
2910         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
2911         parameter as it never worked due to a bug.  Added check to prevent
2912         selection of any article in the gnus-newsgroup-unfetched list.
2913         (gnus-summary-find-prev): Added check to prevent selection of any
2914         article in the gnus-newsgroup-unfetched list.
2915         (gnus-summary-first-subject): Documented API. Modified
2916         implementation so that constraints are handled independently.
2917         Added check to prevent selection of any article in the
2918         gnus-newsgroup-unfetched list.
2919         (gnus-summary-first-unseen-subject): Updated parameters in
2920         gnus-summary-first-subject call to match new API.
2921         (gnus-summary-first-unseen-or-unread-subject): Ditto.
2922         (gnus-summary-catchup): Do not mark unfetched articles as read.
2923
2924 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
2925
2926         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
2927         make-obsolete-variable allows only two arguments in XEmacs and
2928         Emacs 20.
2929
2930         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
2931         gnus-article-hide-pgp.
2932         (gnus-summary-make-menu-bar): do.
2933
2934         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
2935         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
2936         gnus-article-hide-pgp.
2937         (article-hide-pgp): Remove.
2938         (gnus-article-hide): Remove gnus-article-hide-pgp.
2939
2940         * gnus.el: Remove gnus-article-hide-pgp
2941
2942 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2943
2944         * message.el (message-required-headers): Doc fix.
2945
2946 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
2947
2948         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
2949         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
2950         option to make ifile a purely binary classifier
2951
2952 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2953
2954         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
2955         (mml-secure-encrypt-pgpmime): Removed double.
2956
2957         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
2958         debugging statements.
2959
2960 2003-01-21  Andreas Fuchs  <asf@void.at>
2961
2962         * mml-sec.el (mml-sign-alist): Added pgpauto.
2963
2964 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2965
2966         * gnus.el (gnus-version-number): Bumped version number.
2967
2968 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2969
2970         * gnus.el: Oort Gnus v0.13 is released.
2971
2972 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2973
2974         * gnus-art.el (gnus-button-url-regexp): Removed |.
2975
2976         * message.el (message-send-hook): Doc fix.
2977
2978         * gnus-win.el (gnus-buffer-configuration): Display article
2979         instead of article-copy when `reply'.
2980
2981 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
2982
2983         * gnus.el (gnus-format): Change customize group to gnus.
2984         (gnus-cache): Add link.
2985         (gnus-group-charter-alist): Fix docstring.
2986
2987 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
2988
2989         * mailcap.el (mailcap-print-command): lpr-command might be
2990         unbound in XEmacs.
2991
2992 2003-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2993
2994         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
2995
2996         * gnus-sum.el (gnus-summary-update-article-line): Fixed
2997         calculation of net characters added for use in the gnus-data
2998         structure.
2999
3000 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3001
3002         * nnmail.el (nnmail-process-unix-mail-format): Improve error
3003         message.  Suggested by Jari Aalto.
3004
3005 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3006
3007         * gnus-art.el (gnus-article-followup-with-original): Clean up.
3008         (gnus-article-reply-with-original): Ditto.
3009
3010         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
3011         read articles don't become unread.
3012
3013 2003-01-17  Simon Josefsson  <jas@extundo.com>
3014
3015         * gnus-fun.el (gnus-x-face-from-file):
3016         (gnus-face-from-file): Suggest image format in minibuffer prompt.
3017
3018         * gnus-fun.el (gnus-convert-image-to-x-face-command)
3019         (gnus-convert-image-to-face-command): Doc fix.
3020
3021 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3022
3023         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
3024
3025 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
3026
3027         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
3028         avoid encoding problems.
3029
3030         * mailcap.el (mailcap-ps-command): New variable.
3031         (mailcap-mime-data): Add print entry where applicable.  Use
3032         pdftotext on a tty.
3033
3034 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
3035
3036         * gnus-sum.el (gnus-alter-header-function): Add type and group.
3037
3038 2003-01-16  Simon Josefsson  <jas@extundo.com>
3039
3040         * gnus-fun.el (gnus-convert-image-to-x-face-command)
3041         (gnus-convert-image-to-face-command, gnus-x-face-from-file)
3042         (gnus-face-from-file): Doc fix; don't mention image format.
3043
3044 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3045
3046         * spam.el (spam-get-article-as-filename): new function (unused for now)
3047         (spam-get-article-as-buffer): new function
3048         (spam-get-article-as-string): use spam-get-article-as-buffer
3049         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
3050
3051 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3052
3053         * gnus-agent.el: Don't use `path'.
3054         From the GNU coding standards:
3055
3056             Please do not use the term ``pathname'' that is used in Unix
3057             documentation; use ``file name'' (two words) instead.  We use
3058             the term ``path'' only for search paths, which are lists of
3059             directory names.
3060
3061         * nnsoup.el (nnsoup-file-name): Ditto.
3062
3063         * nnmail.el (nnmail-pathname-coding-system): Ditto.
3064         (nnmail-group-pathname): Ditto.
3065
3066         * nnimap.el (nnimap-group-overview-filename): Ditto.
3067
3068         * nnheader.el (nnheader-pathname-coding-system): Ditto.
3069         (nnheader-group-pathname): Ditto.
3070
3071         * nnfolder.el (nnfolder-group-pathname): Ditto.
3072
3073         * gnus.el (gnus-home-directory): Ditto.
3074
3075         * gnus-group.el (gnus-group-icon-list): Ditto.
3076
3077 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
3078
3079         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
3080
3081         * message.el (message-mode-menu): Use it.
3082         (message-mode-menu): Deactivate "Yank Original" if there's no
3083         reply buffer.
3084
3085         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
3086
3087         * message.el (message-mark-active-p): New function.
3088
3089 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
3090
3091         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header)
3092         (spam-bogofilter-database-directory): new variables
3093         (spam-check-bogofilter-headers, spam-check-bogofilter)
3094         (spam-bogofilter-register-with-bogofilter)
3095         (spam-bogofilter-register-spam-routine)
3096         (spam-bogofilter-register-ham-routine)
3097         (spam-group-ham-processor-bogofilter-p): new functions for the new
3098         Bogofilter interface
3099         (spam-summary-prepare-exit): use the new Bogofilter functions
3100         (spam-list-of-checks): added spam-use-bogofilter-headers
3101         (spam-bogofilter-score): rewrote function
3102         (spam-check-bogofilter): optional score parameter, uses
3103         spam-check-bogofilter-headers better
3104         (spam-check-bogofilter-headers): optional score parameter
3105
3106         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
3107         default, in the gnus-start customization group.  Used to disable
3108         the spam-*/ham-* parameters.
3109         (gnus-group-ham-exit-processor-bogofilter): new ham processor
3110
3111 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
3112
3113         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
3114         XEmacs.
3115
3116         * gnus-ems.el (gnus-mark-active-p): do.
3117
3118 2003-01-15  Kevin Ryde  <user42@zip.com.au>
3119
3120         * gnus.texi (Using MIME): Mention auto-compression-mode with
3121         gnus-mime-copy-part.
3122
3123 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3124
3125         * message.el (message-send): Don't warn about duplicates when
3126         superseding.
3127
3128 2003-01-15  Simon Josefsson  <jas@extundo.com>
3129
3130         * nnimap.el (nnimap-split-download-body): New variable.
3131         (nnimap-split-articles): Use it.
3132
3133 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3134
3135         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
3136         integrity checker was incorrectly flagging, and removing, articles
3137         whose article number was negative.
3138         (gnus-agent-fetch-group-1): When executed in the group's summary
3139         buffer, refresh each downloaded line to update the status flag and
3140         font.  Preserve the value of gnus-newsgroup-headers so that
3141         gnus-agent-fetch-articles can split the requests by size.
3142         (gnus-agent-expire): Corrected day calculation for when
3143         gnus-agent-expire-days contains a list.
3144
3145 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3146
3147         * gnus-audio.el (gnus-audio-au-player): Use executable-find.
3148
3149 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
3150
3151         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
3152           /usr/bin/play as default player.
3153           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
3154
3155 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3156
3157         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
3158         articles to be marked as well.
3159
3160 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3161         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
3162         fictious headers generated by nnagent (ie. Undownloaded Article
3163         ####) in the list of articles that have not been downloaded.
3164
3165         * gnus-int.el (): Added require declarations to resolve
3166         compile-time warnings.
3167         (gnus-open-server): If the server status is set to offline,
3168         recursively execute gnus-open-server to open the offline backend
3169         (e.g. nnagent).
3170
3171 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
3172
3173         * gnus-art.el (gnus-article-reply-with-original): Use
3174         gnus-mark-active-p.
3175         (gnus-article-followup-with-original): do.
3176
3177 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3178
3179         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
3180
3181 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3182
3183         * gnus-score.el (gnus-score-edit-file-at-point): New function.
3184         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
3185
3186 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
3187
3188         * gnus-fun.el (gnus-x-face-from-file): Quote file name.
3189         (gnus-face-from-file): Ditto.
3190
3191 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3192
3193         * gnus-sum.el (gnus-articles-to-read): Don't just apply
3194         gnus-alter-articles-to-read-function to the unread articles.
3195
3196 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3197
3198         * deuglify.el (gnus-article-outlook-unwrap-lines)
3199         (gnus-article-outlook-repair-attribution)
3200         (gnus-article-outlook-rearrange-citation): New function names,
3201         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
3202         doc-string.
3203
3204         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
3205         removed `W k' key binding (use `W Y f' instead).
3206         (gnus-summary-make-menu-bar): Use new function names.
3207
3208 2003-01-13  Simon Josefsson  <jas@extundo.com>
3209
3210         * gnus-fun.el (gnus-random-x-face): Doc fix.
3211         (gnus-insert-random-x-face-header): New function.
3212
3213 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
3214
3215         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
3216         mark is not active.
3217
3218         * gnus-msg.el (gnus-inews-do-gcc): Comment.
3219
3220         * gnus-ems.el (gnus-mark-active-p): New function.
3221
3222         * gnus-group.el (gnus-topic-mode-p): New function.
3223         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
3224         Deactivate items if mark is not active.
3225
3226 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3227
3228         * gnus.el (gnus-version-number): Bumped version.
3229         (gnus-summary-line-format): Doc fix.
3230
3231 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3232
3233         * gnus.el: Oort Gnus v0.12 is released.
3234
3235 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3236
3237         * mail-source.el (mail-sources): Removed autoload to make it
3238         compile under XEmacs.
3239
3240 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
3241
3242         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
3243         regexp or a function too.
3244         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
3245         confirmation even if the original article is mail.
3246
3247 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3248
3249         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
3250         articles to be marked when not yanking.
3251
3252 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
3253
3254         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
3255
3256 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3257
3258         * gnus-fun.el (gnus-face-from-file): Autoload.
3259
3260         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
3261         errors.
3262
3263 2003-01-12  Simon Josefsson  <jas@extundo.com>
3264
3265         * sieve.el (sieve-upload-and-bury): New.  Suggested by
3266         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
3267
3268         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
3269         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
3270
3271 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3272
3273         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
3274         in every string.
3275
3276         * gnus.el (gnus-version-number): Bumped version number.
3277
3278 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3279
3280         * gnus.el: Oort Gnus v0.11 is released.
3281
3282 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
3283
3284         * message.el (message-fetch-reply-field): Narrow to headers.
3285
3286         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
3287         if Gnus isn't alive.
3288
3289 2003-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3290
3291         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
3292         marks from articles that are already stored in the agent.
3293         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
3294         backup copy of an invalid .overview file for later analysis.
3295
3296 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
3297
3298         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
3299         exit work with two frames.
3300
3301 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
3302
3303         * message.el (message-forward-make-body): Use mule4.
3304
3305 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3306
3307         * message.el (message-mode-map): Move wide-reply command.
3308
3309 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
3310
3311         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
3312         castellano.
3313         (gnus-outlook-display-hook): New variable.
3314         (gnus-outlook-display-article-buffer): New function.
3315         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
3316         (gnus-outlook-deuglify-article): Made them interactive and added
3317         optional arg.  Use `g-o-d-a-b'.
3318         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
3319
3320         * gnus-sum.el: Added autoloads.
3321         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
3322         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
3323
3324 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3325
3326         * gnus-art.el (gnus-display-mime): Use the mime emulation
3327         variable.
3328
3329         * gnus-sum.el (gnus-article-emulate-mime): New variable.
3330
3331         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
3332         newsrc-alist is initialized properly.
3333
3334         * mail-source.el (mail-sources): Autoload.
3335
3336         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
3337         nil.
3338
3339         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
3340         insert two newlines.
3341
3342         * message.el (message-check-news-header-syntax): Compute the
3343         header length correctly.
3344
3345 2003-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3346
3347         * gnus-agent.el (gnus-agent-expire): Do not remove article from
3348         alist when keeping fetched article file.
3349         (gnus-agent-retrieve-headers): When parsing response for article
3350         numbers, use the same algorithm as gnus-agent-braid-nov to protect
3351         against garbage in the server's response.
3352
3353         * gnus-int.el (gnus-request-expire-articles,
3354         gnus-request-move-article): Only expire when the group's server
3355         has been agentized.
3356
3357 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3358
3359         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
3360         errors when deleting overlays.
3361
3362         * gnus-score.el (gnus-score-followup): Allow tracing.
3363
3364         * gnus-art.el (gnus-treat-display-face): New variable.
3365         (article-display-face): New command.
3366
3367         * gnus-fun.el (gnus-face-from-file): New function.
3368         (gnus-convert-face-to-png): Ditto.
3369
3370         * gnus-art.el (gnus-ignored-headers): Added Face.
3371
3372 2003-01-10  Simon Josefsson  <jas@extundo.com>
3373
3374         * nndraft.el (nndraft-request-group): Avoid crash in
3375         directory-files when draft directory doesn't exists.
3376
3377         * gnus-sum.el (gnus-select-article-hook): Add :option.
3378
3379 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
3380
3381         * spam.el (spam-use-stat): new variable
3382         (spam-group-spam-processor-stat-p)
3383         (spam-group-ham-processor-stat-p): new convenience functions
3384         (spam-summary-prepare-exit): add spam/ham processors to sequence
3385         (spam-list-of-checks): add spam-use-stat to list of checks
3386         (spam-split): conditionally load the spam-stat tables
3387         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
3388         spam-check-ifile): new functions
3389
3390         * spam-stat.el (spam-stat): typo fix
3391         (spam-stat-install-hooks): new variable
3392         (spam-stat-split-fancy-spam-group): added documentation clarification
3393         (spam-stat-split-fancy-spam-threshhold): new variable
3394         (spam-stat-install-hooks): make hooks conditional
3395         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
3396
3397         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
3398         spam-stat ham/spam processor symbols
3399
3400 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3401
3402         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
3403         file exists.
3404
3405 2003-01-10  Simon Josefsson  <jas@extundo.com>
3406
3407         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
3408         undownloaded/downloadable only when unplugged.
3409
3410 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
3411
3412         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
3413
3414 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
3415
3416         * spam.el (spam-check-ifile): fixed call-process-region to use the
3417         db parameter only if it's set
3418         (spam-ifile-register-with-ifile): ditto
3419
3420 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
3421
3422         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
3423         spam-stat-nbad before creating the hash table.
3424         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
3425         Changed copyright statement to FSF.
3426
3427 2003-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3428
3429         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
3430         processable articles as read.
3431         (gnus-agent-summary-fetch-series): Remove processable and
3432         downloadable marks on all downloaded articles in the series.
3433
3434         * nntp.el (nntp-report): Throw error after reporting the problem.
3435         (nntp-accept-process-output): Corrected error check to report an
3436         error when the process is nil.
3437
3438 2003-01-09  Simon Josefsson  <jas@extundo.com>
3439
3440         * message.el (message-tool-bar-map): Add preview.
3441
3442 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
3443
3444         * mml.el (mml-preview): Get rid of MIME handles and buffers after
3445         previewing.
3446
3447 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
3448
3449         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
3450         bug when the (n+1)th article to be added to a group has a smaller
3451         number than the n articles already added.
3452
3453 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
3454
3455         * message.el (message-mode-field-menu): Use backquote.
3456
3457 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
3458
3459         * spam.el: fixed the BBDB autoloads again, using
3460         bbdb-search-simple now (which is not a macro, thank god)
3461
3462         * lpath.el (bbdb-search): removed function from maybe-fbind list
3463
3464         * gnus.el (ham-process-destination): added new parameter for
3465         destination of ham articles found in spam groups at summary exit
3466
3467         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
3468         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
3469         (spam-ifile-database-path): added new parameter for ifile's database
3470         (spam-move-spam-nonspam-groups-only): new parameter to determine
3471         if spam should be moved from all groups or only some
3472         (spam-summary-prepare-exit): fixed logic to use
3473         spam-move-spam-nonspam-groups-only when deciding to invoke
3474         spam-mark-spam-as-expired-and-move-routine; always invoke that
3475         routine after the spam has been expired-or-moved in case there's
3476         some spam left over; use spam-ham-move-routine in spam groups
3477         (spam-ham-move-routine): new function to move ham articles to the
3478         ham-process-destinations group parameter
3479
3480 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3481
3482         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
3483
3484         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
3485         gnus-summary-update-article-line.
3486
3487 2003-01-08  Simon Josefsson  <jas@extundo.com>
3488
3489         * nnmail.el (nnmail-expiry-target-group): Request group, create it
3490         not successful.
3491
3492 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3493
3494         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
3495
3496 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3497
3498         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
3499         logic, finally
3500
3501 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3502
3503         * gnus-spec.el (gnus-parse-format): %C is a complex format.
3504         (gnus-parse-format): Change to %~.
3505
3506         * message.el (message-generate-headers): Don't generate optional
3507         empty headers.
3508
3509 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3510
3511         * message.el (message-cross-post-default)
3512         (message-cross-post-note-function, message-shoot-gnksa-feet)
3513         (message-strip-subject-trailing-was, message-change-subject)
3514         (message-mark-insert-file, message-cross-post-followup-to)
3515         (message-cross-post-followup-to, message-mode-map)
3516         (message-generate-unsubscribed-mail-followup-to)
3517         (message-make-mail-followup-to): Minor changes to doc-strings and
3518         error messages.  Updated copyright line.
3519
3520         * message.el (message-make-mail-followup-to,
3521         message-generate-unsubscribed-mail-followup-to): New function
3522         names.  Renamed functions: "-mft" -> "-mail-followup-to".
3523         (message-make-mft, message-gen-unsubscribed-mft): Removed function
3524         names.
3525
3526         * mml.el (mml-preview-insert-mail-followup-to): New function name.
3527         (mml-preview-insert-mft): Removed function name.
3528         (mml-preview): Use new function names.
3529
3530         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
3531
3532         * message.el (message-mode-field-menu): Moved header related
3533         commands from "Message" to "Field" menu.
3534
3535 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3536
3537         * message.el (message-generate-headers-first): Added customization
3538         if variable is a list.
3539
3540 2003-01-07  Michael Shields  <shields@msrl.com>
3541
3542         * gnus-art.el (gnus-article-next-page): Correctly handle the case
3543         where the last line of the article is the last line of the window.
3544
3545 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3546
3547         * gnus-msg.el (gnus-debug): Use ignore-errors.
3548
3549         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
3550         `gnus-summary-update-line'.
3551
3552 2003-01-08  Simon Josefsson  <jas@extundo.com>
3553
3554         * gnus-art.el (gnus-unbuttonized-mime-types)
3555         (gnus-buttonized-mime-types): Doc fix.
3556
3557 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
3558
3559         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
3560
3561 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3562
3563         * nnrss.el (nnrss-group-alist): Add and clear up.
3564
3565 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3566
3567         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
3568
3569         * lpath.el (bbdb-search): added BBDB functions for a better way to
3570         fix missing functions
3571
3572         * spam.el (spam-check-ifile): if should be an unless
3573
3574         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
3575         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
3576         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
3577
3578 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3579
3580         * gnus-sum.el (gnus-summary-make-menu-bar): Added
3581         gnus-summary-refer-thread to thread menu.
3582
3583 2003-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3584
3585         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
3586         summary buffer, articles that cannot be fetched are marked as
3587         canceled.
3588
3589         * nntp.el (nntp-with-open-group): The quit signal handler must
3590         propagate the quit signal to the next outer handler so that the
3591         caller knows that the request aborted abnormally.
3592
3593 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3594
3595         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
3596         (spam-ifile-register-spam-routine)
3597         (spam-ifile-register-ham-routine): added ifile functionality that
3598         does not use ifile-gnus.el to classify and register articles
3599         (spam-get-article-as-string): convenience function
3600         (spam-summary-prepare-exit): added ifile spam and ham registration
3601         (spam-ifile-all-categories, spam-ifile-spam-category)
3602         (spam-ifile-path, spam-ifile): added customization options
3603
3604         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
3605         exit processor
3606         (spam-process): added gnus-group-ham-exit-processor-ifile to the
3607         list of choices
3608
3609 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3610
3611         * gnus-score.el (gnus-score-followup): Also score immediate
3612         followups.
3613
3614 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3615
3616         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
3617
3618 2003-01-07  Simon Josefsson  <jas@extundo.com>
3619
3620         * message.el (message-mode-menu): Fix receipt balloon help.
3621
3622 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
3623
3624         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
3625         always be interpreted as news.
3626
3627 2003-01-07  Simon Josefsson  <jas@extundo.com>
3628
3629         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
3630         gnus-sieve-script, instead of the global variable
3631         gnus-sieve-crosspost.  One-line patch from Steinar Bang
3632         <sb@dod.no>.
3633
3634 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3635
3636         * gnus.el: Renamed gnus-summary-*-uncached-face as
3637         gnus-summary-*-undownloaded-face to avoid confusing the agent with
3638         the cache.
3639
3640         * gnus-sum.el: Ditto.
3641
3642 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3643
3644         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
3645         in either the group or summary buffer.
3646         New command "JS", in summary buffer, will fetch articles per the
3647         group's category, predicate, and processable flags.
3648         (gnus-agent-summary-fetch-series): Rewritten to call
3649         gnus-agent-session-fetch-group once with all articles in the
3650         series.
3651         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
3652         return list of fetched articles.
3653         (gnus-agent-fetch-articles): Split fetch list into sublists such
3654         that the article buffer is only slightly larger than
3655         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
3656         the group's article alist is saved.
3657         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
3658         longer result in the agent trying to fetch an article.
3659         (gnus-agent-fetch-group-1): Can now be called in either the group
3660         or summary buffer.  Removed the max-fetch-size code that I added
3661         on 2002-12-13 as that capability is now part of
3662         gnus-agent-fetch-articles.  Added code to update summary buffer.
3663         When called in the group buffer, articles that can not be fetched
3664         are AUTOMATICALLY MARKED AS READ.
3665
3666         * gnus-sum.el (): Modified eval-when-compile to minimize
3667         misleading compilation warnings.
3668         (gnus-update-summary-mark-positions): Changed code to use
3669         gnus-undownloaded-mark rather than gnus-downloaded-mark.
3670
3671         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
3672         empty file as the parser assumes that the file isn't empty.
3673
3674         * nntp.el (nntp-send-string): The process-send-string call can,
3675         because it performs I/O on the process, change the process' state
3676         from open to closed.  If this happens, call nntp-report
3677         immediately to report the broken connection.
3678         (nntp-report): Rewritten to avoid needing a global variable to
3679         determine the appropriate course of action.  Instead, two function
3680         implementations are provided and the nntp-report function value is
3681         bound to the appropriate implementation.
3682         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
3683         (nntp-with-open-group): Now binds nntp-report's function cell
3684         rather than binding gnus-with-open-group-first-pass.  Added a
3685         condition-case to detect a quit during a nntp command.  When the
3686         quit occurs, the current connection is closed as a fetch articles
3687         request could have several megabytes queued up for reading.
3688         (nntp-retrieve-headers): Bind articles to itself.  If
3689         nntp-with-open-group repeats this command, I must have access to
3690         the original list of articles.
3691         (nntp-retrieve-groups): Ditto for groups.
3692         (nntp-retrieve-articles): Ditto for articles.
3693         (*): Replaced nntp-possibly-change-group calls to
3694         nntp-with-open-group forms in all, but one, occurrance.
3695         (nntp-accept-process-output): Bug fix. Detect when called with
3696         null process.
3697
3698 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
3699
3700         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
3701         if we don't need to.
3702         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
3703
3704 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3705
3706         * gnus-group.el (gnus-group-make-web-group): Pass the select
3707         method on to group-create.
3708         (gnus-group-line-format-alist): %U is an integer.
3709
3710         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
3711         ephemeral groups.
3712         (gnus-summary-read-group-1): Ditto.
3713         (gnus-group-make-articles-read): Ditto.
3714
3715         * mm-url.el (mm-url-program): Doc fix.
3716
3717         * message.el (message-mode-map): Rebound
3718         message-insert-wide-reply.
3719
3720 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3721
3722         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
3723         color as `gnus-group-startup-message' does.
3724
3725 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
3726
3727         * spam.el: fixed line lengths to 80 chars or less
3728
3729         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
3730         "not-read" mark
3731         (gnus-summary-mark-forward): added the spam-mark to the list of
3732         marks not to be marked as "read" when viewed
3733
3734 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3735
3736         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
3737
3738         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
3739         Protect against unactive groups.
3740
3741         * message.el (message-check-news-header-syntax): Check long
3742         header lines.
3743         (message-check-news-header-syntax): Update `start'.
3744
3745         * gnus-group.el (gnus-group-expire-articles): Doc fix.
3746         (gnus-group-line-format): %U.
3747         (gnus-group-line-format-alist): ?U.
3748         (gnus-number-of-unseen-articles-in-group): New function.
3749
3750         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
3751
3752         * gnus.el (gnus-version-number): Bump version number.
3753
3754 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3755
3756         * gnus.el: Oort Gnus v0.10 is released.
3757
3758 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3759
3760         * gnus.el (gnus-version-number): Fix version number.
3761
3762 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3763
3764         * gnus.el: Oort Gnus v0.08 is released.
3765
3766 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
3767
3768         * mm-util.el: Add mm-string-make-unibyte.
3769
3770         * gnus-group.el (gnus-group-jump-to-group): Make it work for
3771         UTF-8 groups.
3772
3773 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3774
3775         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
3776
3777         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
3778
3779 2003-01-04  Kevin Ryde  <user42@zip.com.au>
3780
3781         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
3782         function.
3783
3784 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3785
3786         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
3787         (gnus-summary-read-group-1): Update group line.
3788         (gnus-summary-exit-no-update): Update group on exit.
3789
3790         * gnus-group.el (gnus-group-line-format): Add %*.
3791         (gnus-group-line-format-alist): Ditto.
3792         (gnus-group-insert-group-line): Set it.
3793         (gnus-group-is-exiting-p): New variable.
3794         (gnus-group-insert-group-line): Use it.
3795
3796 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
3797
3798         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
3799         enable BBDB ham processing
3800         (spam-blacklist-register-routine): enable blacklist spam processing
3801         (spam-whitelist-register-routine): enable whitelist ham processing
3802         (spam-fetch-field-from-fast): fast fetching of the "from" field
3803         from (gnus-data-list)
3804         (spam-summary-prepare-exit): works completely now
3805         (spam-use-blacklist): oops, should be nil by default
3806         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
3807         split processing now; before it was for summary exit as
3808         well but that's done with the spam-contents and spam-process
3809         parameters now
3810
3811 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
3812
3813         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
3814         characters.
3815
3816 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
3817
3818         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
3819         (spam-group-processor-p, spam-group-processor-bogofilter-p)
3820         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
3821         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
3822         (spam-mark-spam-as-expired-and-move-routine)
3823         (spam-generic-register-routine, spam-BBDB-register-routine)
3824         (spam-ifile-register-routine, spam-blacklist-register-routine)
3825         (spam-whitelist-register-routine): new functions
3826         (spam-summary-prepare-exit): added summary exit processing (expire
3827         or move) of spam-marked articles for spam groups; added slots for
3828         all the spam-*-register-routine functions
3829
3830 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3831
3832         * pop3.el (pop3-retr): Wait 500 msecs.
3833         (pop3-read-response): Ditto.
3834
3835         * gnus-msg.el (gnus-setup-message): Get the evaliation order
3836         right.
3837         (gnus-inews-make-draft): New function.
3838         (gnus-setup-message): Use it.
3839
3840         * message.el (message-required-headers): Add From.
3841
3842 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3843         Trivial patch from Norbert Koch <nk@viteno.net>.
3844
3845         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
3846
3847 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3848
3849         * message.el (message-generate-headers): Let header formatters do
3850         their work.
3851
3852 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
3853
3854         * deuglify.el (gnus-article-outlook-deuglify-article):
3855         Rehighlight, reapply treatments and call
3856         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
3857         (gnus-outlook-repair-attribution-block): Recognize cited
3858         attributions.  Suggested by Niklas Morberg.
3859
3860 2003-01-02  Pete Kazmier  <pete@kazmier.com>
3861
3862         * gnus-art.el (gnus-treat-predicate): Check condition first.
3863
3864 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
3865
3866         * lpath.el: Add url-http-file-exists-p.
3867
3868         * gnus-group.el (gnus-group-fetch-charter): Use
3869         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
3870
3871 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3872
3873         * message.el (message-draft-headers): Also generate From to get a
3874         nicer draft buffer summary.
3875
3876         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
3877         parameter.
3878
3879         * gnus-art.el (article-wash-html): Clean up.
3880         (article-wash-html): Typo fix.
3881
3882         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
3883         (gnus-summary-mail-forward): To many lists of lists.
3884
3885         * gnus-art.el (article-wash-html): Clean up.
3886
3887 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
3888
3889         * gnus-art.el (gnus-treat-wash-html): New variable.
3890
3891 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3892
3893         * message.el (message-check-news-header-syntax): Allow posting.
3894         (message-check-news-header-syntax): Fix logic for sure, this
3895         time.
3896
3897 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
3898
3899         * message.el (message-check-news-header-syntax): Check syntax of
3900         continuation headers.
3901
3902 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
3903
3904         * gnus-art.el (gnus-button-url-regexp,
3905         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
3906         (gnus-header-button-alist): Regexps are case insensitive here.
3907
3908 2003-01-02  Simon Josefsson  <jas@extundo.com>
3909
3910         * dig.el (query-dig): Doc fix.
3911
3912 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3913
3914         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
3915         summary buffer line, not just the download mark.
3916
3917 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3918
3919         * gnus-sum.el (gnus-summary-goto-subjects): New function.
3920         (gnus-summary-insert-dormant-articles): New command and
3921         keystroke.
3922
3923         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
3924         function for mass insertion of subjects.
3925
3926         * nndraft.el (nndraft-generate-headers): Don't move point.
3927
3928         * gnus.el (nnheader): Require nnheader.
3929
3930         * nndraft.el (nndraft-request-associate-buffer): Use
3931         make-local-variable.
3932
3933 2003-01-02  Michael Shields  <shields@msrl.com>
3934
3935         * nndraft.el (nndraft-request-associate-buffer): Make
3936         write-contents-hooks buffer-local before setting it.
3937
3938 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3939
3940         * gnus.el (gnus-group-parameter-value): Take an extra param.
3941         (gnus-group-fast-parameter): Let group param results be nil.
3942
3943         * gnus-art.el (gnus-article-forward-header): New function.
3944         (article-date-ut): Use it to remove continuation date headers.
3945
3946         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
3947         read-event.
3948         (gnus-summary-remove-bookmark): Clean up.
3949         (gnus-summary-set-bookmark): Clean up.
3950
3951         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
3952
3953         * gnus.el (gnus-group-startup-message): Bind data-directory to
3954         the Gnus etc directory.
3955
3956 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
3957
3958         * spam.el (spam-summary-prepare-exit): added slots for spam- and
3959         ham-processing of articles; use the new
3960         spam-group-(spam|ham)-contents-p functions
3961         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
3962         convenience functions
3963         (spam-mark-junk-as-spam-routine): use the new
3964         spam-group-spam-contents-p function
3965
3966         * gnus.el (spam-process, spam-contents, spam-process-destination):
3967         added new parameters with corresponding global variables
3968         (gnus-group-spam-exit-processor-ifile,
3969         gnus-group-spam-exit-processor-bogofilter,
3970         gnus-group-spam-exit-processor-blacklist,
3971         gnus-group-spam-exit-processor-whitelist,
3972         gnus-group-spam-exit-processor-BBDB,
3973         gnus-group-spam-classification-spam,
3974         gnus-group-spam-classification-ham): added new symbols for the
3975         spam-process and spam-contents parameters
3976
3977         * spam.el (spam-ham-marks, spam-spam-marks): changed list
3978         customization and list itself to store mark symbol rather than
3979         mark character.
3980         (spam-bogofilter-register-routine): added logic to generate mark
3981         values list from spam-ham-marks and spam-spam-marks, so (member)
3982         would work.
3983
3984 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3985
3986         * message.el (message-cross-post-followup-to): Fix comment.
3987
3988 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
3989
3990         * spam.el (spam-ham-marks, spam-spam-marks): changed list
3991         customization and list itself to store mark symbol rather than
3992         mark character.
3993         (spam-bogofilter-register-routine): added logic to generate mark
3994         values list from spam-ham-marks and spam-spam-marks, so (member)
3995         would work.
3996
3997 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
3998
3999         * message.el (message-signature-insert-empty-line): New variable.
4000
4001 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4002
4003         * message.el: Renamed functions and variables: "xpost" ->
4004         "cross-post", "-fup2" -> "-followup-to".
4005         (message-cross-post-old-target, message-cross-post-default,
4006         message-cross-post-note, message-followup-to-note,
4007         message-cross-post-note-function): New variables names.
4008         (message-xpost-old-target, message-xpost-default,
4009         message-xpost-note, message-fup2-note,
4010         message-xpost-note-function): Removed variable names.
4011         (message-cross-post-followup-to-header,
4012         message-cross-post-insert-note, message-cross-post-followup-to):
4013         New function names.
4014         (message-xpost-fup2-header, message-xpost-insert-note,
4015         message-xpost-fup2): Removed function names.
4016
4017 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4018
4019         * message.el (message-send-mail): Added message-cleanup-headers to
4020         prevent newlines in headers.
4021
4022 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4023
4024         * dns.el (dns-make-network-process): Comment.
4025
4026         * gnus-sum.el (gnus-summary-display-while-building): Default to
4027         nil.
4028
4029 2003-01-01  Wes Hardaker  <wes@hardakers.net>
4030
4031         * gnus-sum.el (gnus-summary-display-while-building): New
4032         variable.
4033
4034 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
4035
4036         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
4037         before rearranging the article.
4038
4039 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4040
4041         * nndraft.el (nndraft-generate-headers): New function.
4042         (nndraft-request-associate-buffer): Use it to write headers on
4043         buffer save.
4044
4045         * message.el (message-generate-headers): Let the function be a
4046         lambda form.
4047         (message-draft-headers): New variable.
4048
4049         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
4050         function.
4051         (gnus-setup-message): Use it.
4052
4053         * message.el (message-generate-headers-first): Doc fix.
4054         (message-setup-1): Use new function for getting which headers to
4055         generate.
4056         (message-headers-to-generate): New function.
4057
4058 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4059
4060         * gnus-agent.el (gnus-agent-save-alist): Make directory.
4061
4062 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
4063
4064         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
4065         mention negatives.
4066
4067 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
4068
4069         * deuglify.el (gnus-outlook-rearrange-article): Use
4070         `transpose-regions' instead of tempering the kill-ring.
4071         (gnus-article-outlook-deuglify-article): Rehighlight article
4072         instead of a complete redisplay.
4073
4074 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
4075
4076         * spam.el: most defvars are defcustoms now
4077
4078         patches from Michael Shields  <shields@msrl.com>
4079
4080         * spam.el (spam-bogofilter-articles): Select the article
4081         body using gnus-summary-show-article t instead of
4082         gnus-summary-select-article; this presents the raw text
4083         without running any hooks.
4084
4085         * spam.el (spam-bogofilter-articles): Use message-remove-header
4086         to remove headers; the old way incorrectly removed just the first
4087         line of folded headers.
4088
4089 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4090
4091         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
4092
4093 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4094
4095         * gnus-start.el (gnus-load): New function.
4096         (gnus-read-newsrc-el-file): Use it.
4097
4098 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4099
4100         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
4101         (gnus-button-handle-apropos-documentation): New function.
4102         (gnus-button-handle-ctan): New function.
4103         (gnus-button-alist): Use them.  Improve some regexps.
4104         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
4105
4106 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4107
4108         * message.el (message-subscribed-p): New function.
4109         (message-send-mail): Use it.
4110         * mml.el (mml-preview-insert-mft): New function.
4111         (mml-preview): Use it.
4112
4113 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4114
4115         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
4116         when sorting by date.
4117
4118         * gnus-art.el (gnus-article-edit-mode): New variable.
4119         (gnus-article-setup-buffer): Warn user about discarding edits.
4120
4121         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
4122         (gnus-summary-pipe-output): Take a symbolic prefix to save all
4123         headers.
4124
4125         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
4126
4127 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4128
4129         * message.el (message-completion-alist): Added "Mail-Followup-To"
4130         and "Mail-Copies-To".
4131
4132 2002-07-21  Jesper harder  <harder@ifa.au.dk>
4133
4134         * gnus-group.el: Add key bindings for
4135         gnus-group-sort-groups-by-real-name and
4136         gnus-group-sort-selected-groups-by-real-name.
4137
4138 2002-07-21  Jesper harder  <harder@ifa.au.dk>
4139
4140         * gnus.texi (Sorting Groups): Add key bindings for
4141         gnus-group-sort-groups-by-real-name and
4142         gnus-group-sort-selected-groups-by-real-name.
4143
4144 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
4145
4146         * spam.el (spam-use-dig): new variable for blackhole checking
4147         through dig.el
4148         (spam-check-blackholes): added dig.el checking functionality and
4149         more verbose reporting; query-dig is autoloaded from dig.el
4150         (spam-use-blackholes): disabled by default
4151         (spam-blackhole-servers): removed rbl.maps.vix.com from the
4152         blackhole servers list
4153
4154 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4155
4156         * message.el (message-required-headers): New variable.
4157
4158 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
4159
4160         * dig.el (query-dig): new function
4161
4162 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4163
4164         * flow-fill.el (fill-flowed): Don't infloop on too long fill
4165         prefixes.
4166
4167         * dns.el (query-dns): Protect against errors.
4168
4169         * gnus-msg.el (gnus-article-yanked-articles): New variable.
4170         (gnus-inews-add-send-actions): Mark all answered messages as
4171         answered.
4172
4173 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
4174
4175         * nnmail.el (nnmail-split-it): Added tracing to
4176         `:' split rule
4177
4178 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
4179
4180         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
4181         and "%s" so we don't overquote them.
4182
4183 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
4184
4185         * (mm-display-external): Display the actual command that has been
4186         executed in the echo area.
4187
4188 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4189
4190         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
4191
4192         * message.el (message-with-reply-buffer): New macro.
4193         (message-fetch-reply-field): Use it.
4194         (message-insert-wide-reply): New command and keystroke.
4195         (message-carefully-insert-headers): New function.
4196         (message-insert-to): Use new function.
4197
4198         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
4199         (gnus-topic-goto-missing-group): Use it.
4200
4201         * message.el (message-required-news-headers): Removed Lines.
4202         (message-reply): Don't insert References first.
4203         (message-followup): Ditto.
4204         (message-make-references): New function.
4205         (message-followup): Set message-reply-headers before generating
4206         the buffer stuff.
4207
4208 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
4209
4210         * mml.el (mml-generate-mime-1): Reverse the order of
4211         encoding/flowing.
4212
4213 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4214
4215         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
4216         after moving them.
4217
4218         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
4219         fit with newer standard format.
4220         (gnus-summary-make-false-root-always): New variable.
4221         (gnus-gather-threads-by-subject): Use it.
4222
4223         * message.el (message-get-reply-headers): Take an address list
4224         optional argument.
4225
4226 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4227
4228         * gnus.el (gnus-keep-backlog): Change default to 20.
4229
4230         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
4231         start.
4232         (gnus-agent-check-overview-buffer): Remove negative article
4233         numbers.
4234
4235         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
4236         (nnmail-cache-ignore-groups): Doc fix.
4237
4238         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
4239         (nnimap-debug-buffer): New variable.
4240         (nnimap-debug): Use it.
4241
4242 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
4243
4244         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
4245
4246 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4247
4248         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
4249         they aren't already sorted.
4250
4251 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
4252
4253         * message.el (message-mode-menu): Add ellipses to menu items
4254         expecting user interaction.
4255         (message-mode-field-menu): do.
4256
4257 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
4258
4259         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
4260         it isn't used any more.
4261
4262 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
4263
4264         * binhex.el (binhex-decoder-program): Fix docstring.
4265
4266 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4267
4268         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
4269         special chars if the mailcap file uses single quotes around %s.
4270         From Laurent Martelli <laurent@bearteam.org>.
4271
4272 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
4273
4274         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
4275         return the info object.
4276
4277 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
4278
4279         * gnus-int.el (gnus-request-update-info): Artificially add
4280         (1 . (1- min)) to the read range, in case the backend doesn't
4281         store marks for nonexistent articles.
4282
4283 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4284
4285         * binhex.el (binhex-insert-char): Eval-and-compile.
4286
4287 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
4288
4289         * lpath.el: Add tool-bar-local-item-from-menu.
4290
4291         * message.el (message-tool-bar-local-item-from-menu): New function.
4292         (message-tool-bar-map): Use it.
4293
4294 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
4295
4296         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
4297
4298         * gnus-art.el (gnus-article-header-rank): Last header in
4299         gnus-sorted-header-list should have higher rank than non-members.
4300
4301 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4302
4303         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
4304         covered methods.
4305
4306 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4307
4308         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
4309         eval-when-compile.  Suggested by Kevin Greiner.
4310
4311 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
4312
4313         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
4314         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
4315         even though no headers may have been fetched
4316         (gnus-agent-fetch-group-1, and perhaps others, require this
4317         behavior).
4318         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
4319         server buffer is constrained by gnus-agent-max-fetch-size.
4320         Multiple chunks in the same group may perform arbitrarily large
4321         updates.
4322
4323 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
4324
4325         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
4326         gnus-summary-update-download-mark to update the article in the
4327         summary.
4328
4329 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
4330
4331         * gnus.el (gnus-summary-high-uncached-face,
4332         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
4333         New faces.
4334
4335         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
4336         added this on 2002-11-23 but it just wasn't working out as
4337         intended.  The idea isn't entirely dead, three new faces
4338         gnus-summary-*-uncached-face are being added to gnus.el to provide
4339         the basis for an improved implementation.
4340         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
4341         proper file to open is lib/servers.
4342         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
4343         (i.e. removing the article from gnus-newsgroup-downloadable) will
4344         now restore the article's default mark rather than simply setting
4345         no mark.
4346         (gnus-agent-get-undownloaded-list): Corrected documentation.
4347         Added code to set new summary local variable,
4348         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
4349         a temporary list.  No longer sets gnus-newsgroup-downloadable.
4350         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
4351         up to date.  Call new gnus-summary-update-download-mark to keep
4352         summary buffer up-to-date.
4353         (gnus-agent-fetch-selected-article): Keep
4354         gnus-newsgroup-undownloaded up to date.
4355         (gnus-agent-fetch-articles): Return list of articles that were
4356         successfully fetched.
4357         (gnus-agent-check-overview-buffer): No more thingatpt.
4358         (gnus-agent-expire): No longer deletes NOV entries of unread
4359         articles.
4360         (gnus-agent-unread-articles): New function.
4361         (gnus-agent-regenerate-group): The article number must be
4362         terminated by a tab character.  Added more messages to report
4363         repairs.  Inhibit quits while writing changes so it is now safe
4364         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
4365         downloaded to 1) resolve the unbound references and 2) avoid
4366         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
4367
4368         * gnus-art.el (gnus-article-prepare): The agent
4369         downloaded/undownloaded mark is no longer stored as the article's
4370         mark.
4371
4372         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
4373         gnus-summary-highlight may use it.  Added downloaded as
4374         gnus-summary-highlight was using it.
4375
4376         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
4377         the download mark now follows Kai's +/- convention.
4378         (gnus-downloaded-mark): Added ?+ mark.
4379         (gnus-summary-highlight): Added rules to select
4380         gnus-summary-high-uncached-face,
4381         gnus-summary-normal-uncached-face, and
4382         gnus-summary-low-uncached-face.  Removed the
4383         gnus-agent-downloaded-article-face.
4384         (gnus-summary-line-format-alist): Implemented the download flag
4385         format (?O) as named in the manual.  This implementation displays
4386         either gnus-undownloaded-mark, gnus-downloaded-mark, or
4387         gnus-no-mark.
4388         (gnus-newsgroup-agentized): New local variable that identifies
4389         which groups are agentized.  While the agent is now on by default,
4390         you don't have to agentize every server that you use.
4391         (gnus-update-summary-mark-positions): Completed support for the
4392         download type of mark.
4393         (gnus-summary-insert-line): Added undownloaded to the parameters.
4394         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
4395         reference by the gnus-summary-line-format-spec.
4396
4397         * nntp.el (nntp-with-open-group): This macro handles dropped or
4398         broken connections by opening a new connection and repeating the
4399         failed command.
4400         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
4401         XOVER commands preceeding the active articles with the nov entry
4402         of the first available article.  When gnus connected to such a
4403         server, the unexpected nov entry would result in duplicate lines
4404         in the agent's overview file.  This patch fixes the duplicate
4405         lines problem and improves performance by skipping over all
4406         articles IDs that preceed the first nov entry in the server's
4407         reply.
4408
4409 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4410
4411         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
4412         (gnus-summary-highlight): Use it instead of `downloaded'.
4413         (gnus-summary-highlight-line): Ditto.
4414
4415         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
4416
4417 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4418
4419         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
4420
4421         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
4422         calls.
4423
4424         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
4425         downloaded variable if we're in an uncovered group.
4426
4427         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
4428         font to soemthing less noticeable.
4429         (gnus-agent-group-covered-p): New function.
4430
4431 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4432
4433         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
4434         Because of an unknown bug, the group buffer is saved in .overview
4435         file.
4436
4437 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4438
4439         * nntp.el (nntp-send-command): Braino in last commit.  Replace
4440         `and' with `or'.
4441
4442 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4443
4444         * nntp.el (nntp-send-command): Assume that echo does not happen
4445         when nntp-open-connection-function is nntp-open-network-stream.
4446         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
4447
4448 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4449
4450         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
4451
4452 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
4453
4454         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
4455         nntp-server-buffer if we aren't going to write to it.
4456
4457 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4458         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
4459
4460         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
4461
4462 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4463
4464         * rfc2047.el (rfc2047-decode-region): Remove newlines between
4465         decoded words.
4466
4467 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4468
4469         * gnus.el (fboundp): After loading mm-util, make sure it was the
4470         right one.
4471
4472 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4473
4474         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
4475         gnus-sum.  Made into a user option.
4476
4477         * gnus-sum.el (gnus-simplify-ignored-prefixes)
4478         (gnus-summary-mark-article-as-unread)
4479
4480 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4481
4482         * time-date.el (date-to-time): Typo.
4483
4484         * parse-time.el: Typo.
4485
4486         * nnsoup.el (nnsoup-retrieve-headers): Typo.
4487
4488         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
4489
4490         * nnimap.el:
4491         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
4492
4493         * mm-encode.el (mm-safer-encoding): Typo.
4494
4495         * messcompat.el: Typo.
4496
4497         * message.el (message-face-alist): Typo.
4498
4499         * imap.el (imap-interactive-login, imap-open): Typos.
4500
4501         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
4502
4503         * gnus.el: Typo.
4504
4505         * gnus-win.el (gnus-configure-frame): Typo.
4506
4507         * gnus-util.el (gnus-atomic-progn-assign): Typo.
4508
4509         * gnus-topic.el (gnus-topic-sort-topics): Typo.
4510
4511         * gnus-sum.el (gnus-summary-article-number)
4512         (gnus-summary-read-group-1, gnus-summary-mark-article)
4513         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
4514
4515         * gnus-mule.el (gnus-mule-add-group): Typo.
4516
4517         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
4518
4519         * gnus-group.el (gnus-group-fetch-faq): Typo.
4520
4521         * gnus-art.el (gnus-decode-header-methods): Typo.
4522
4523         * flow-fill.el: Typo.
4524
4525 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
4526
4527         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
4528
4529 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4530
4531         * gnus-sum.el (gnus-simplify-ignored-prefixes)
4532         (gnus-summary-mark-article-as-unread)
4533         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
4534         Reformatting to avoid long lines.
4535         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
4536
4537 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
4538
4539         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
4540         be accessed through `mail-header-number'.
4541
4542 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4543
4544         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
4545         compressed range to gnus-summary-insert-articles.
4546
4547 2002-11-26  Kevin Ryde <user42@zip.com.au>
4548
4549         * gnus-art.el (gnus-mime-copy-part): Look for filename
4550         parameter under content-disposition, not content-type.
4551
4552         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
4553         (gnus-summary-reselect-current-group): Use it.
4554
4555 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4556
4557         * gnus-agent.el (gnus-agent-uncached-articles): if
4558         gnus-agent-load-alist fails, return ARTICLES.
4559
4560         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
4561
4562 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4563
4564         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
4565         superfluous function call.
4566         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
4567         Add warning to docstring.
4568
4569 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4570
4571         * gnus-agent.el: Autoload number-at-point instead.
4572         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
4573
4574 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4575
4576         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
4577         require thingatpt (for number-at-point) and protect against
4578         deactivate-mark being unbound (on XEmacs).
4579
4580 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4581
4582         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
4583         print message on entry.
4584
4585         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
4586
4587         * gnus-range.el (gnus-range-difference): New function.
4588         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
4589
4590 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4591
4592         * gnus-sum.el (gnus-summary-insert-old-articles): Use
4593         gnus-remove-from-range instead of gnus-range-difference which
4594         doesn't exist.
4595
4596 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4597         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
4598
4599         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
4600         used for showing which articles have been downloaded.
4601         (gnus-agent-article-alist): Format change.  Add documentation.
4602         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
4603         process-marked articles.
4604         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
4605         in the series are individually fetched to minimize lose of
4606         content due to an error/quit.
4607         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
4608         gnus-message instead of message.
4609         (gnus-agent-read-servers): Use file lib/methods instead of
4610         lib/servers.  TODO: Why?
4611         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
4612         (gnus-agent-get-undownloaded-list): Remove articles that appear to
4613         come from the agent.  This means that they are not downloaded.
4614         (gnus-agent-fetch-selected-article): Don't use history.
4615         (gnus-agent-save-history, gnus-agent-enter-history)
4616         (gnus-agent-article-in-history-p, gnus-agent-history-path):
4617         Removed function; history is not used anymore.
4618         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
4619         (gnus-agent-crosspost): Started rewrite then realized that a typo
4620         in gnus-agent-fetch-articles ensures that this function is never
4621         called.  This will need to be fixed later.
4622         (gnus-agent-check-overview-buffer): Some sanity checks on the
4623         agent overview buffer.  This is a safety net used during
4624         development.
4625         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
4626         changed, write a number to the file indicating this.
4627         (gnus-agent-fetch-headers): Rewrite to respect
4628         gnus-agent-consider-all-articles without relying on the
4629         `.fetched' files.  Make it fast.
4630         (gnus-agent-braid-nov): Change resulting from
4631         gnus-agent-fetch-headers change.
4632         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
4633         `.fetched' files.
4634         (gnus-agent-read-agentview): New function, used by
4635         gnus-agent-load-alist.
4636         (gnus-agent-load-fetched-headers): Remove.
4637         (gnus-agent-save-alist): Rewrite to accomodate new format.
4638         (gnus-agent-fetch-group-1): Make sure list of articles is in the
4639         same order as in gnus-newsgroup-headers.
4640         (gnus-agent-expire): Document and implement extra args ARTICLES,
4641         GROUP, FORCE.  Do not restrict usage.
4642         (gnus-agent-uncached-articles): New function.
4643         (gnus-agent-retrieve-headers): Use it.
4644         (gnus-agent-regenerate-group): No longer needs to be called from
4645         gnus-agent-regenerate.  Individual groups may be regenerated. The
4646         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
4647         The article fetch dates are validated in the article alist.  The
4648         article alist is pruned of entries that do not reference existing
4649         NOV entries.  All changes are computed then applied with
4650         inhibit-quit bound to t.  As a result, it is now safe to quit out of
4651         regeneration.  The optional clean parameter has been replaced with
4652         an optional reread parameter.  Clean is no longer necessary as
4653         regeneration gets the appropriate setting from
4654         gnus-agent-consider-all-articles.  The new reread parameter will
4655         result in fetched, or all, articles being marked as unread.
4656         (gnus-agent-regenerate): Removed code to regenerate the history
4657         file as it is no longer used.
4658
4659         * gnus-start.el (gnus-make-ascending-articles-unread): New
4660         function, for efficient mass-marking.
4661
4662         * gnus-sum.el (gnus-summary-highlight): Use new face for
4663         downloaded articles.
4664         (gnus-article-mark): Prefer to indicate read/unread status over
4665         downloaded status.
4666         (gnus-summary-highlight-line-0): New function, maybe rehighlights
4667         line.
4668         (gnus-summary-highlight-line): Use new face for downloaded
4669         articles.
4670         (gnus-summary-insert-old-articles): Improved performance by
4671         replacing the initial LIST of older articles with a compressed
4672         RANGE of older articles.  Some servers appear to lie about
4673         their active range so the original list could contain millions
4674         of article numbers.  The range is not expanded into a list
4675         until the optional ALL parameter has been applied.
4676
4677 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4678
4679         * gnus-agent.el (gnus-category-mode): Typo in doc string.
4680
4681 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
4682
4683         * spam.el:
4684         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
4685
4686         * spam.el: added `M s t' and `M s x' key mappings
4687
4688 2002-11-20  Simon Josefsson  <jas@extundo.com>
4689
4690         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
4691
4692 2002-11-19  Simon Josefsson  <jas@extundo.com>
4693
4694         * gnus-sum.el (gnus-summary-morse-message): Load
4695         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
4696         (unmorse-region): Autoload it instead.
4697
4698 2002-11-18  Simon Josefsson  <jas@extundo.com>
4699
4700         * gnus-sum.el (gnus-summary-morse-message): New function.
4701         (gnus-summary-wash-map): Bind to `W m'.
4702         (gnus-summary-make-menu-bar): Add.
4703
4704         * nnimap.el (nnimap-request-expire-articles): Compress sequence
4705         before storing \Deleted mark on expired articles.
4706
4707 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
4708         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
4709
4710         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
4711         parens in column 0.
4712
4713 2002-11-17  Juanma Barranquero  <lektu@terra.es>
4714
4715         * nnweb.el (nnweb-google-create-mapping): Fix typo.
4716
4717         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
4718
4719         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
4720
4721 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4722
4723         * message.el (message-set-auto-save-file-name): Use
4724         make-directory, to avoid the dependence on gnus-util.
4725
4726 2002-11-16  Simon Josefsson  <jas@extundo.com>
4727
4728         * nnimap.el (nnimap-callback-callback-function):
4729         (nnimap-callback-buffer): Removed, these cannot be global but must
4730         be embedded into the callback.
4731         (nnimap-make-callback): New.  Embedd article number, callback and
4732         buffer in function.
4733         (nnimap-callback, nnimap-request-article-part): Update.
4734
4735 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4736
4737         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
4738
4739 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4740
4741         * gnus.el (gnus-summary-line-format): Document %C.
4742
4743 2002-11-11  Simon Josefsson  <jas@extundo.com>
4744
4745         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
4746         output when called interactively.
4747
4748 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4749
4750         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
4751
4752         * message.el (message-draft-coding-system): Improve comment; use
4753         mm-auto-save-coding-system for the default value.
4754
4755         * nndraft.el (nndraft-request-article): Revert to the state before
4756         2002-10-29; regexp-quote mail-header-separator.
4757
4758 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
4759
4760         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
4761         allow editing of drafts from an nnvirtual group.
4762
4763 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4764
4765         * nndraft.el (nndraft-request-article): Replace emacs-mule with
4766         mm-auto-save-coding-system.
4767
4768         * message.el (message-draft-coding-system): Default to
4769         iso-2022-7bit.
4770
4771         * mm-util.el (mm-auto-save-coding-system): Undo last change to
4772         restore the default value to emacs-mule or escape-quoted.
4773
4774 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4775
4776         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
4777         a delayed or a queued article as well as a draft.
4778
4779         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
4780         delayed or a queued article in the raw format; treat a delayed
4781         article as a raw article as well as a draft.
4782         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
4783         for the delayed group.
4784
4785         * nndraft.el (nndraft-request-article): Ignore auto save files for
4786         a delayed or a queued article; don't bother to decode a queued
4787         article; don't bind nnmail-file-coding-system for a queued article.
4788
4789         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
4790         and the queue group.
4791
4792 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
4793
4794         * gnus-group.el (gnus-group-delete-group):
4795         gnus-cache-active-hashtb might be void.
4796
4797 2002-11-02  Simon Josefsson  <jas@extundo.com>
4798
4799         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
4800         setting of the default user ID.  From Raymond Scholz
4801         <ray-2002@zonix.de>.
4802
4803 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
4804
4805         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
4806         charset.
4807
4808 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
4809         From Alex Schroeder <alex@emacswiki.org>
4810         * spam-stat.el (spam-stat-process-directory): add dir to message
4811         (spam-stat-reduce-size): No longer remove words
4812         with values close to 0.5, because the default value is 0.2.
4813
4814 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4815
4816         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
4817         documentation.
4818
4819 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4820
4821         * gnus-agent.el (gnus-agent-fetched-headers)
4822         (gnus-agent-load-fetched-headers)
4823         (gnus-agent-save-fetched-headers): Remove variable and two
4824         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
4825         works better.
4826         (gnus-agent-fetch-headers): New implementation from Kevin
4827         Greiner.  Uses gnus-agent-article-alist to store information
4828         about fetched messages which aren't on the server anymore.  The
4829         trick is to return a list of considered messages to the caller,
4830         but to only fetch those which haven't been fetched yet.
4831
4832 2002-10-30  Simon Josefsson  <jas@extundo.com>
4833
4834         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
4835
4836         * pgg.el (pgg-passphrase-cache-expiry): Removed.
4837
4838 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4839
4840         * mm-view.el (mm-w3m-local-map-property): Make it work with older
4841         versions of emacs-w3m than 1.3.3.
4842
4843         * lpath.el: Bind w3m-minor-mode-map.
4844
4845         * mm-view.el (mm-w3m-mode-command-alist)
4846         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
4847         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
4848         (mm-setup-w3m): Simplified.
4849         (mm-w3m-local-map-property): New function.
4850         (mm-inline-text-html-render-with-w3m): Use it.
4851
4852         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
4853         mm-w3m-local-map-property.
4854
4855 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4856
4857         * mm-util.el (mm-auto-save-coding-system): Default to
4858         iso-2022-7bit.
4859
4860         * nndraft.el (nndraft-request-article): Decode an article using
4861         the coding-system emacs-mule if it seems to have been saved using
4862         emacs-mule.
4863         (nndraft-request-replace-article): Use message-draft-coding-system
4864         instead of mm-auto-save-coding-system for the draft or delayed
4865         group.
4866
4867 2002-10-28  Josh  <huber@alum.wpi.edu>
4868
4869         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
4870         functions.
4871
4872 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4873         From mah@everybody.org (Mark A. Hershberger).
4874
4875         * mm-url.el (mm-url-insert-file-contents): Make it return the same
4876         type values ("url" size) regardless of the values of
4877         mm-url-use-external.
4878
4879 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4880
4881         * nnimap.el (nnimap-request-article-part): Try harder to show
4882         group name in debugging message.
4883
4884 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4885
4886         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
4887         directory if it doesn't exist.
4888         (gnus-agent-fetch-headers): Remove old cruft that tried to
4889         abstain from downloading articles more than once if
4890         gnus-agent-consider-all-articles was true.  This is now done
4891         properly via the .fetched files.
4892
4893 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4894
4895         * nndraft.el (nndraft-request-article): Treat delayed articles
4896         like drafts.
4897
4898 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4899
4900         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
4901
4902 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4903
4904         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
4905         Remove unused optional arg DIR and corresponding code.
4906
4907         * nnimap.el (nnimap-request-article-part): Include group name in
4908         debugging output.
4909
4910 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
4911
4912         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
4913
4914 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4915
4916         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
4917         contains range of headers that have been fetched by the agent
4918         already.  Compare gnus-agent-article-alist.
4919         (gnus-agent-file-header-cache): Like
4920         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
4921         (gnus-agent-fetch-headers): Improve comment.  Revert to old
4922         seen/recent logic.
4923         Remember which headers have been fetched before and don't fetch
4924         them again the next time round.
4925         (gnus-agent-load-fetched-headers)
4926         (gnus-agent-save-fetched-headers): New functions, for remembering
4927         which headers have been fetched before.
4928
4929 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4930
4931         * lpath.el: Remove useless bindings.
4932
4933 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
4934
4935         * gnus-sum.el (gnus-summary-execute-command): Disable visual
4936         features while searching.
4937
4938 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4939
4940         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
4941
4942 2002-10-22  Simon Josefsson  <jas@extundo.com>
4943
4944         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
4945         (pgg-snarf-keys): Add.
4946
4947 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4948
4949         * lpath.el: Fbind bbdb-records.
4950
4951         * spam.el: Don't autoload bbdb-records.
4952
4953 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4954
4955         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
4956         prevent inf-loop.
4957
4958 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4959
4960         * nnslashdot.el: Removed some test lines.
4961         More test.
4962
4963 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4964
4965         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
4966         are known to be downloaded already.
4967
4968 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4969
4970         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
4971         (mm-text-html-washer-alist): Ditto.
4972
4973 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4974
4975         * nnheader.el (nnheader-remove-body): Fix an error of detecting
4976         boundary between headers and body.
4977         * nnml.el (nnml-parse-head): Ditto.
4978
4979 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4980
4981         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
4982         entries.
4983
4984         * gnus-group.el (gnus-fetch-group): Allow an optional
4985         specification of the articles to select.
4986
4987         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
4988
4989 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4990
4991         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
4992         headers from the group, update variable `articles' to contain
4993         only those numbers where headers exist.  (When fetching all
4994         articles in a group, Gnus creates lots of numbers where there is
4995         no articles.)
4996
4997 2002-10-20  Steve Youngs  <youngs@xemacs.org>
4998
4999         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
5000         doesn't have the 'alist custom type, use cons cells instead.
5001         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
5002         (pgg-parse-hash-algorithm-alist): Ditto.
5003         (pgg-parse-compression-algorithm-alist): Ditto.
5004         (pgg-parse-signature-type-alist): Ditto.
5005
5006         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
5007
5008         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
5009
5010         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
5011
5012 2002-10-19  Simon Josefsson  <jas@extundo.com>
5013
5014         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
5015         buffer.
5016
5017 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5018
5019         * gnus-spec.el (gnus-make-format-preserve-properties)
5020         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
5021         properties also on XEmacs.  `gnus-xmas-format' is like format but
5022         preserves text properties on XEmacs (though it only understands
5023         simple format specs).  The variable
5024         `gnus-make-format-preserve-properties' controls whether the
5025         function is used, and is checked in `gnus-parse-simple-format'.
5026         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
5027
5028         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
5029         output.
5030         (gnus-agent-consider-all-articles): New variable.
5031         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
5032         (gnus-agent-fetch-headers): Depending on
5033         gnus-agent-consider-all-articles, maybe get all articles.
5034         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
5035         `read'.
5036         (gnus-predicate-imples-unread): New function.
5037         (gnus-agent-fetch-headers): Optimize to call
5038         gnus-list-of-unread-articles if that is sufficient.
5039         Check unseen and recent instead of seen and recent.
5040         (gnus-agent-fetch-headers): Abstain from calling
5041         gnus-list-range-intersection if range (a . b) would have (> a b).
5042
5043 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5044
5045         * message.el (message-send-mail): Make it possible to perform
5046         edebug-defun.
5047
5048 2002-10-18  Simon Josefsson  <jas@extundo.com>
5049
5050         * gnus-art.el (gnus-button-man-handler): Change default to
5051         `manual-entry' (defined in both emacsen).
5052         (gnus-button-man-handler): Remove emacsen difference and use
5053         `manual-entry'.
5054
5055 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5056
5057         * spam.el: Wrap autoload settings for bbdb-records,
5058         executable-find and ifile-spam-filter with eval-and-compile.
5059         (spam-display-buffer-contents): Remove.
5060         (spam-bogofilter-score): Merge spam-display-buffer-contents.
5061
5062 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
5063
5064         * spam.el (spam-display-buffer-contents): New function.
5065         (spam-bogofilter-score): use spam-display-buffer-contents, patch
5066         from Katsumi Yamaoka <yamaoka@jpl.org>.
5067
5068 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5069
5070         * nnheader.el (nnheader-parse-naked-head): New function.
5071         (nnheader-parse-head): Use the above function, in order to handle
5072         continuation lines properly.
5073         (nnheader-remove-body): New function.
5074         (nnheader-remove-cr-followed-by-lf): New function.
5075         (nnheader-ms-strip-cr): Use the above function.
5076
5077         * gnus-agent.el (gnus-agent-regenerate-group): Call
5078         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
5079         `nnheader-parse-head'.
5080         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
5081
5082         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
5083         continuation lines by itself; call `nnheader-parse-naked-head'
5084         instead of `nnheader-parse-head'.
5085         * nndiary.el (nndiary-parse-head): Ditto.
5086         * nnfolder.el (nnfolder-parse-head): Ditto.
5087         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
5088         * nnmaildir.el (nnmaildir--update-nov): Ditto.
5089         * nnml.el (nnml-parse-head): Ditto.
5090
5091 2002-10-17  Steve Youngs  <youngs@xemacs.org>
5092
5093         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
5094         XEmacs, default to it if featurep 'xemacs.
5095
5096 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5097
5098         * spam-stat.el: Check for the existence of hash functions instead
5099         of the Emacs version to decide whether to load cl.  Suggested by
5100         Kai Gro\e,A_\e(Bjohann.
5101
5102 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5103
5104         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
5105         if it isn't open yet.
5106
5107 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5108
5109         * gnus-group.el: Require mm-url only when compiling.
5110         (gnus-group-fetch-charter): Require mm-url.
5111
5112         * spam-stat.el: Require cl for the functions gethash,
5113         hash-table-count, make-hash-table and mapc for Emacs 20.
5114         (puthash): Alias to cl-puthash for Emacs 20.
5115         (with-syntax-table): New macro for Emacs 20.
5116
5117 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
5118
5119         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
5120
5121 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
5122
5123         * spam.el (spam-check-ifile): added ifile as a spam checking
5124         backend, and spam-use-ifle as the variable to toggle that check.
5125
5126 2002-10-12  Simon Josefsson  <jas@extundo.com>
5127
5128         * message.el (message-beginning-of-line): New variable.
5129         (message-beginning-of-line): Use it.
5130
5131 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
5132
5133         * spam.el: more compilation fixes for BBDB
5134
5135         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
5136         (spam-stat-reduce-size): Interactive.
5137         (spam-stat-reset): New function.
5138         (spam-stat-save): Interactive.
5139
5140 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5141
5142         * gnus.el: Autoload gnus-delay-initialize.
5143
5144         * message.el: Autoload gnus-delay-article.
5145
5146 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
5147
5148         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
5149         text property in Emacs.
5150
5151 2002-10-11  Simon Josefsson  <jas@extundo.com>
5152
5153         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
5154         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
5155
5156         * mml1991.el (mml1991-pgg-sign): Remove CR.
5157
5158 2002-10-10  Simon Josefsson  <jas@extundo.com>
5159
5160         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
5161         decrypt failed.
5162         (mml2015-trust-boundaries-alist): Removed.
5163         (mml2015-gpg-extract-signature-details): Don't use it.
5164         (mml2015-unabbrev-trust-alist): New.
5165         (mml2015-gpg-extract-signature-details): Use it.
5166
5167 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
5168
5169         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
5170         BBDB installed
5171
5172         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
5173         statistical analysis of spam in Lisp only
5174
5175 2002-10-10  Simon Josefsson  <jas@extundo.com>
5176
5177         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
5178         auth, selected or examine state.
5179
5180         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
5181         buffer and error buffer depending on type of information.
5182
5183         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
5184         --status-fd stuff even if gpg.el is not used (revert earlier
5185         change).
5186         (mml2015-pgg-{clear-,}verify): Store both output and errors as
5187         gnus details.
5188         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
5189         buffer.
5190
5191         * pgg.el (pgg-verify-region): Use it.
5192
5193         * pgg-def.el (pgg-query-keyserver): New variable.
5194
5195         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
5196         key-identifier in packet.  Is this a good idea?
5197
5198         * mml.el (mml-mode-map): Add security commands that operates on
5199         MIME parts.
5200         (mml-menu): And menu items for them.
5201
5202         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
5203
5204         * mml.el (mml-parse-1): Support sender in #secure tags.
5205
5206         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
5207         defined.
5208
5209         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
5210         (mml-pgp-encrypt-buffer): Support combined signing.
5211
5212         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
5213         (mml1991-gpg-encrypt): Ditto.
5214         (mml1991-pgg-encrypt): Ditto.
5215         (mml1991-encrypt): Pass sign parameter.
5216
5217         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
5218         (mml-signencrypt-style): Mention the variable.
5219
5220 2002-10-09  Simon Josefsson  <jas@extundo.com>
5221
5222         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
5223         pgg-gpg-user-id.
5224
5225         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
5226         (pgg-fetch-key-function): Nil if w3 is not installed.
5227
5228 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5229
5230         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
5231         gnus-agent-current-history.
5232
5233 2002-10-06  Simon Josefsson  <jas@extundo.com>
5234
5235         * imap.el (imap-parse-status): Don't use read to read token.
5236
5237 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5238
5239         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
5240         for methods not covered by the agent, and when unplugged.
5241
5242 2002-10-05  Simon Josefsson  <jas@extundo.com>
5243
5244         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
5245         signing.
5246
5247         * gnus-agent.el (gnus-agent-read-servers): If getting method from
5248         a named server fails, ignore the server.
5249
5250         * mml1991.el (mml1991-pgg-sign): Do QP.
5251
5252         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
5253         work.
5254
5255 2002-10-04  Simon Josefsson  <jas@extundo.com>
5256
5257         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
5258
5259         * pgg-pgp.el (pgg-pgp-verify-region): Inline
5260         binary-write-decoded-region from MEL.
5261
5262         * pgg.el (pgg-encrypt-region): Support sign.
5263
5264         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
5265
5266         * mml2015.el (mml2015-pgg-encrypt): Ditto.
5267
5268         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
5269         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
5270         branch where PGG was taken from in the ChangeLog entries below.
5271
5272 2002-10-01  Simon Josefsson  <jas@extundo.com>
5273
5274         * pgg-pgp.el: Don't require mel.  Don't use luna.
5275         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
5276         (pgg-pgp-process-region): Use expand-file-name instead of concat.
5277         (pgg-pgp-process-region): Don't use binary-funcall.
5278
5279         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
5280
5281         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
5282         instead of concat.
5283
5284         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
5285
5286 2002-09-29  Simon Josefsson  <jas@extundo.com>
5287
5288         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
5289         compile warnings.
5290
5291         * pgg.el (pgg-decrypt-region): Don't parse packet.
5292
5293         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
5294
5295 2002-09-29  Daiki Ueno <ueno@unixuser.org>
5296
5297         * pgg.el: Remove dependency on calist.el.
5298
5299 2002-09-28  Simon Josefsson  <jas@extundo.com>
5300
5301         * pgg.el (pgg-temporary-file-directory): New variable.
5302         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
5303
5304         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
5305         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
5306
5307         * pgg-parse.el (pgg-char-int): Defalias.
5308         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
5309         (pgg-read-bytes, pgg-read-body): Use it.
5310         (pgg-decode-packets): Don't use MEL, use base64-*.
5311         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
5312         (pgg-string-as-unibyte): Defalias.
5313         (pgg-parse-armor-region): Use it.
5314
5315         * pgg-gpg.el (pgg-gpg-process-region): Use
5316         pgg-temporary-file-directory.
5317
5318         * luna.el: Don't def-edebug.
5319
5320         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
5321         binary-write-decoded-region from MEL.
5322
5323         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
5324
5325         * alist.el, calist.el: Don't require product/APEL.
5326
5327         * pgg-parse.el (top-level): Remove dependency on static.el,
5328         pccl.el, mel.el.
5329         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
5330         `define-ccl-program' is boundp, instead of using broken.
5331
5332 2002-10-01  Simon Josefsson  <jas@extundo.com>
5333
5334         * message.el (message-required-mail-headers): Remove Lines:.
5335
5336 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5337         From Jesper Harder.
5338
5339         * gnus-group.el (gnus-group-fetch-charter,
5340         gnus-group-fetch-control): Prompt for group if given a prefix
5341         argument.
5342         * gnus-sum.el (t): Add gnus-group-fetch-charter and
5343         gnus-group-fetch-control to summary key map and menu.
5344
5345 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
5346
5347         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
5348         number when there are no articles.
5349
5350 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5351
5352         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
5353         arg ALL means to fetch all articles, not only downloadable ones.
5354         (gnus-agent-fetch-selected-article): New function for
5355         gnus-select-article-hook or gnus-mark-article-hook.
5356
5357 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5358         From Peter von der Ahe <nospam2159@daimi.au.dk>.
5359
5360         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
5361         raw-text.
5362
5363 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
5364
5365         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
5366         Pinard).
5367         Major revamp of the code, documentation is in comments in the file
5368         for now.
5369
5370 2002-09-30  Simon Josefsson  <jas@extundo.com>
5371
5372         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
5373         buffer seem to be needed?
5374
5375 2002-09-29  Simon Josefsson  <jas@extundo.com>
5376
5377         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
5378         compile warnings.
5379
5380         * mml1991.el (mml1991-function-alist): Add pgg.
5381         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
5382         (mml1991-pgg-encrypt): Fix recipients querying.
5383
5384 2002-09-28  Simon Josefsson  <jas@extundo.com>
5385
5386         * mml2015.el (autoload): Autoload correct files.  Trivial patch
5387         from dme@dme.org.
5388         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
5389         handle is returned.
5390
5391 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5392
5393         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5394         Protect against non-existent of `nnimap-mailbox-info'.
5395
5396 2002-09-27  Simon Josefsson  <jas@extundo.com>
5397
5398         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
5399         (gnus-setup-news-hook): Use it.
5400         (gnus-after-getting-new-news-hook): Ditto.
5401
5402         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
5403
5404 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5405         From Mats Lidell <matsl@contactor.se>.
5406
5407         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
5408
5409 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5410
5411         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
5412         the part to decode encoded words, use raw words instead of decoded
5413         words.
5414
5415 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5416
5417         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
5418
5419         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
5420         (mm-setup-w3m): Use it.
5421
5422 2002-09-27  Simon Josefsson  <jas@extundo.com>
5423
5424         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
5425         article buffers.
5426
5427         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
5428         it just in case.
5429         (nnimap-update-unseen): New function; update unseen count in
5430         `n-m-info'.
5431         (nnimap-close-group): Call it.
5432
5433         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
5434         (gnus-after-getting-new-news-hook): Ditto.
5435
5436         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
5437         message into verboselevel 9.  Change slow mail check message.
5438         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
5439         (nnimap-fixup-unread-after-getting-new-news): New function, to be
5440         used as a hook after getting new mail.
5441
5442 2002-09-26  Simon Josefsson  <jas@extundo.com>
5443
5444         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
5445         SELECT/EXAMINE is first unseen article, not number of unseen
5446         articles.  Make them distinct by renaming the former to
5447         `first-unseen' instead of `unseen'.
5448
5449         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
5450         too.
5451         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
5452         changed.
5453         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
5454
5455         * gnus-int.el (gnus-server-unopen-status): Defcustom.
5456
5457         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
5458         better.
5459
5460         * mml2015.el (mml2015-pgg-decrypt): Only add security information
5461         if dissecting resulting buffer actually had any information.
5462
5463 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5464
5465         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
5466         because the function `string<' allows symbols.
5467
5468         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
5469
5470 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
5471
5472         * message.el (message-forward-make-body): Revert an early change
5473         because 8-bit utf-8 emails.
5474
5475 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
5476
5477         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
5478         links to Info)
5479         * gnus-art.el (gnus-treat-highlight-signature):
5480         * gnus-art.el (gnus-treat-buttonize):
5481         * gnus-art.el (gnus-treat-buttonize-head):
5482         * gnus-art.el (gnus-treat-emphasize):
5483         * gnus-art.el (gnus-treat-strip-cr):
5484         * gnus-art.el (gnus-treat-unsplit-urls):
5485         * gnus-art.el (gnus-treat-leading-whitespace):
5486         * gnus-art.el (gnus-treat-hide-headers):
5487         * gnus-art.el (gnus-treat-hide-boring-headers):
5488         * gnus-art.el (gnus-treat-hide-signature):
5489         * gnus-art.el (gnus-treat-fill-article):
5490         * gnus-art.el (gnus-treat-hide-citation):
5491         * gnus-art.el (gnus-treat-hide-citation-maybe):
5492         * gnus-art.el (gnus-treat-strip-list-identifiers):
5493         * gnus-art.el (gnus-treat-strip-pgp):
5494         * gnus-art.el (gnus-treat-strip-pem):
5495         * gnus-art.el (gnus-treat-strip-banner):
5496         * gnus-art.el (gnus-treat-highlight-headers):
5497         * gnus-art.el (gnus-treat-highlight-citation):
5498         * gnus-art.el (gnus-treat-date-ut):
5499         * gnus-art.el (gnus-treat-date-local):
5500         * gnus-art.el (gnus-treat-date-english):
5501         * gnus-art.el (gnus-treat-date-lapsed):
5502         * gnus-art.el (gnus-treat-date-original):
5503         * gnus-art.el (gnus-treat-date-iso8601):
5504         * gnus-art.el (gnus-treat-date-user-defined):
5505         * gnus-art.el (gnus-treat-strip-headers-in-body):
5506         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
5507         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
5508         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
5509         * gnus-art.el (gnus-treat-unfold-headers):
5510         * gnus-art.el (gnus-treat-fold-headers):
5511         * gnus-art.el (gnus-treat-fold-newsgroups):
5512         * gnus-art.el (gnus-treat-overstrike):
5513         * gnus-art.el (gnus-treat-display-xface):
5514         * gnus-art.el (gnus-treat-display-smileys):
5515         * gnus-art.el (gnus-treat-from-picon):
5516         * gnus-art.el (gnus-treat-mail-picon):
5517         * gnus-art.el (gnus-treat-newsgroups-picon):
5518         * gnus-art.el (gnus-treat-body-boundary):
5519         * gnus-art.el (gnus-treat-capitalize-sentences):
5520         * gnus-art.el (gnus-treat-fill-long-lines):
5521         * gnus-art.el (gnus-treat-play-sounds):
5522         * gnus-art.el (gnus-treat-translate):
5523         * gnus-art.el (gnus-treat-x-pgp-sig):
5524         * gnus-art.el (gnus-mime-button-line-format):
5525         * gnus-art.el (gnus-button-man-level):
5526         * gnus-art.el (gnus-button-emacs-level):
5527         * gnus-cus.el (gnus-group-parameters):
5528         * gnus-gl.el (bbb-build-mid-scores-alist):
5529         * gnus-group.el (gnus-group-line-format):
5530         * gnus-mlspl.el (gnus-group-split-setup):
5531         * gnus-mlspl.el (gnus-group-split):
5532         * gnus-msg.el (gnus-mailing-list-groups):
5533         * gnus-msg.el (gnus-posting-styles):
5534         * gnus-nocem.el (gnus-nocem-issuers):
5535         * gnus-score.el (gnus-score-regexp-bad-p):
5536         * gnus-srvr.el (gnus-server-line-format):
5537         * gnus-topic.el (gnus-topic-line-format):
5538         * gnus.el (gnus-summary-line-format):
5539         * mail-source.el (mail-sources):
5540         * message.el (message-subscribed-address-file):
5541         * nnmail.el (nnmail-split-fancy):
5542
5543 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
5544
5545         * mail-source.el(mail-source-run-script): use `functionp' to test
5546         whether the argument `script' is in fact a function.
5547         (mail-sources): adjust the defcustom to allow users to specify a
5548         function or a string as the value of the `:prescript' and
5549         `:postscript' arguments of the `file' and `pop3' mail sources.
5550
5551 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
5552
5553         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
5554         number when article 1 does not exist.
5555
5556 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5557
5558         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
5559         apropos if apropos-variable does not exist.
5560         (gnus-button-guessed-mid-regexp)
5561         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
5562         regexes.  From Reiner Steib.
5563         (gnus-button-handle-describe-function)
5564         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
5565         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
5566         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
5567
5568 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
5569         Trivial patch.
5570
5571         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
5572         the file.
5573
5574 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
5575
5576         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
5577
5578 2002-09-24  Simon Josefsson  <jas@extundo.com>
5579
5580         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
5581         (mml2015-use): Prefer PGG if installed.
5582         (mml2015-function-alist): Add PGG wrappers.
5583         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
5584         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
5585         prefix, make regexp optionally skip it.
5586         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
5587         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
5588         (mml2015-pgg-encrypt): New functions.
5589         (defvar, autoload): Prevent byte-compile warnings.
5590
5591 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5592         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
5593
5594         * gnus-art.el (article-strip-banner): Check for the existence of
5595         from header.
5596
5597 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
5598
5599         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
5600         (gnus-button-alist): Improved regexp for
5601         gnus-button-handle-mid-or-mail (false positives), fixed
5602         gnus-button-handle-man entries.
5603         From Reiner Steib.
5604
5605 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
5606         From Josh Huber.
5607
5608         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
5609         nnmail-extra-headers is non-nil.
5610
5611 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
5612
5613         * nnmaildir.el: Store article numbers persistently.  General
5614         revision.
5615         (nnmaildir-request-expire-articles): handle 'immediate and 'never
5616         for nnmail-expiry-wait; delete instead of moving if 'force is
5617         given.
5618
5619 2002-09-23  Simon Josefsson  <jas@extundo.com>
5620         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
5621
5622         * smime.el (smime-sign-buffer): Get key and extra certs.
5623         (smime-get-key-with-certs-by-email): Utility function.
5624
5625 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5626         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
5627
5628         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
5629         article exists.
5630
5631 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
5632
5633         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
5634
5635 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
5636         From Reiner Steib.
5637
5638         * gnus-art.el (gnus-button-handle-custom,
5639         gnus-button-handle-mid-or-mail,
5640         gnus-button-handle-describe-{function,variable,key},
5641         gnus-button-handle-apropos{,command,variable}): New functions.
5642         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
5643         gnus-button-{man,emacs,mail}-level): New variables.
5644         (gnus-button-alist): Use the above to buttonize emacs and mail
5645         related links.
5646
5647 2002-09-18  Juanma Barranquero  <lektu@terra.es>
5648
5649         * gnus-int.el (gnus-status-message): Fix spacing.
5650
5651         * imap.el (imap-continuation): Fix typos.
5652
5653 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5654
5655         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
5656
5657         * gnus-art.el (gnus-article-reply-with-original): Correct
5658         with-current-buffer scope.
5659
5660         * message.el (message-completion-alist): Add Reply-To, From, etc.
5661
5662 2002-09-18  Simon Josefsson  <jas@extundo.com>
5663
5664         * nnimap.el (nnimap-request-expire-articles): Make flag setting
5665         conditional.  From Nevin Kapur <nevin@jhu.edu>.
5666
5667 2002-09-17  Simon Josefsson  <jas@extundo.com>
5668
5669         * nnimap.el (nnimap-expiry-target): Don't search for which
5670         articles exists here.
5671         (nnimap-request-expire-articles): Do it here instead.  Only expire
5672         when articles are found.  Suggested by Nevin Kapur
5673         <nevin@jhu.edu>.
5674
5675 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5676         From Reiner Steib <reiner.steib@gmx.de>.
5677
5678         * message.el (message-strip-subject-trailing-was)
5679         (message-change-subject, message-add-archive-header)
5680         (message-xpost-fup2-header, message-xpost-insert-note)
5681         (message-xpost-fup2, message-reduce-to-to-cc): New functions
5682         adopted from message-utils.el.  Add functions to the keymap, mode
5683         describtion and menu.
5684         (message-change-subject,message-xpost-fup2): Signal error if
5685         current header is empty.
5686         (message-xpost-insert-note): Changed insert position.
5687         (message-archive-note): Ensure to insert note in message body (not
5688         in head).
5689         (message-archive-header, message-archive-note)
5690         (message-xpost-default, message-xpost-note, message-fup2-note)
5691         (message-xpost-note-function): New variables adopted from
5692         message-utils.el.  Changed some doc-strings.
5693         (message-mark-insert-{begin,end}): Rename from
5694         message-{begin,end}-inserted-text-mark (message-utils.el), changed
5695         values.
5696         (message-subject-trailing-was-query)
5697         (message-subject-trailing-was-ask-regexp)
5698         (message-subject-trailing-was-regexp): New variables.
5699         (message-to-list-only): Added doc-string and menu entry.
5700
5701         * message-utils.el: Removed.  Functions are now in message.el.
5702
5703 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
5704
5705         * gnus-art.el (gnus-article-reply-with-original,
5706         gnus-article-followup-with-original): Switch to
5707         gnus-summary-buffer before reply/followup.
5708
5709 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
5710
5711         * gnus-sum.el (gnus-summary-toggle-header): The article window may
5712         not exist. Toggle it anyway.
5713
5714 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
5715
5716         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
5717
5718         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
5719         Trivial patch from Urban Engberg <ue@ccieurope.com>.
5720
5721         * rfc2047.el (message-posting-charset): Defvar it.
5722         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
5723         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
5724
5725         * mail-source.el (mail-source-fetch): Hide password.
5726
5727         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
5728
5729 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5730         From John Paul Wallington <jpw@shootybangbang.com>.
5731
5732         * gnus.el (gnus-visual, gnus-meta): Fix typo.
5733
5734 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5735
5736         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
5737
5738 2002-09-11  Simon Josefsson  <jas@extundo.com>
5739
5740         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
5741         (nnimap-split-rule): Doc fix.
5742         (nnimap-request-expire-articles): Cleanup code.
5743
5744 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5745         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
5746
5747         * gnus-art.el (gnus-article-address-banner-alist): New option.
5748         (article-strip-banner): Refer the above option to split banners of
5749         free mail servers, when no group parameter is specified.
5750
5751 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5752
5753         * nntp.el (nntp-wait-for-string): Check for a process in the
5754         current buffer instead of `nntp-server-buffer'.
5755
5756 2002-09-09  Simon Josefsson  <jas@extundo.com>
5757
5758         * gnus-art.el (gnus-button-man-handler): New variable.
5759         (gnus-button-alist): Use g-b-handle-man.
5760         (gnus-button-handle-man): New, call g-b-man-handler.
5761
5762 2002-09-08  Simon Josefsson  <jas@extundo.com>
5763
5764         * gnus-art.el (gnus-button-alist): Buttonize man page links.
5765
5766 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5767
5768         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
5769
5770 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5771
5772         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
5773
5774         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
5775         keystroke.
5776
5777         * gnus-srvr.el (gnus-browse-describe-group): New command and
5778         keystroke.
5779
5780 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5781
5782         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
5783         value for gnus-decoration property.
5784
5785 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5786
5787         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
5788         string) as group name in case we have a CRLF in the file.
5789
5790 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
5791
5792         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
5793         group.
5794         (rfc1843-decode-hzp): do.
5795         (rfc1843-newsgroups-regexp): do.
5796
5797 2002-09-04  Simon Josefsson  <jas@extundo.com>
5798
5799         * message.el (message-canlock-generate): Make sure sha1 doesn't
5800         call external programs.
5801
5802 2002-09-03  Simon Josefsson  <jas@extundo.com>
5803
5804         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
5805
5806         * gnus-agent.el (gnus-agent-batch): Add doc.
5807
5808 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
5809
5810         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
5811         check for signed and encrypted parts.
5812         * mml.el (mml-parse-1): Correct small typo which preventing
5813         setting recipients in a secure tag.
5814
5815 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5816
5817         * mm-util.el (mm-coding-system-priorities): Default to a list of
5818         iso-2022-jp and others for the Japanese environment.
5819
5820 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5821
5822         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
5823         invalid display names.
5824
5825 2002-08-30  Simon Josefsson  <jas@extundo.com>
5826
5827         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
5828         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
5829
5830 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
5831
5832         * gnus.el (gnus-group-charter-alist): New option.
5833         (gnus-group-fetch-control-use-browse-url): New option.
5834
5835         * gnus-group.el (gnus-group-fetch-charter): New function.
5836         (gnus-group-fetch-control): New function.
5837         Add them to the keymap and menu. Require mm-url.
5838
5839 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5840
5841         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
5842         From Alex Schroeder <alex@emacswiki.org>.
5843
5844 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
5845
5846         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
5847         items expecting user interaction.
5848
5849         * gnus-topic.el (gnus-topic-make-menu-bar): do.
5850
5851         * gnus-sum.el (gnus-summary-make-menu-bar): do.
5852
5853         * gnus-srvr.el (gnus-server-make-menu-bar): do.
5854
5855         * mml.el (mml-menu): do.
5856
5857 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5858
5859         * mail-source.el (mail-source-touch-pop): New function.
5860
5861         * message.el (message-smtpmail-send-it): New function.
5862         (message-send-mail-function): Add it for a candidate.
5863
5864 2002-08-27  Simon Josefsson  <jas@extundo.com>
5865
5866         * gnus-msg.el (posting-charset-alist): Use
5867         gnus-define-group-parameter instead of defcustom.
5868         (gnus-put-message): Handle SPC in GCC.
5869         (gnus-inews-insert-gcc): Ditto.
5870         (gnus-inews-insert-archive-gcc): Ditto.
5871
5872 2002-08-26  Simon Josefsson  <jas@extundo.com>
5873
5874         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
5875         (gnus-agentize): Auto agentize all nntp and nnimap groups.
5876         (gnus-agent-possibly-save-gcc): Autoload.
5877         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
5878
5879 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5880
5881         * gnus.el (gnus-other-frame-function): New user option.
5882         (gnus-other-frame): Use it; add a doc-string; make it work with
5883         the gnuclient program.
5884
5885         * gnus-util.el (gnus-frame-or-window-display-name): New function.
5886
5887         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
5888         `device-connection' and `dfw-device'.
5889
5890 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5891
5892         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
5893         positives, make it stricter.  From Jochen Hein (trivial change).
5894
5895 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5896
5897         * gnus.el (gnus-other-frame): Trivial fix.
5898
5899 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5900
5901         * gnus.el (gnus-other-frame-parameters): New user option.
5902         (gnus-other-frame-object): New variable.
5903         (gnus-other-frame): Make it search for existing Gnus frame; don't
5904         read new news; delete frame on exit.
5905
5906         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
5907
5908         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
5909
5910 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5911         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
5912
5913         * message.el (message-set-auto-save-file-name): Add support for
5914         the Cygwin Emacs; the system-type is `cygwin'.
5915         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
5916
5917 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
5918
5919         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
5920
5921         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
5922         avoid arithmetic errors.
5923
5924 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5925
5926         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
5927
5928 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5929
5930         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
5931         (message-ignored-resent-headers): Add envelope From.
5932
5933 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5934
5935         * gnus.el (gnus-summary-line-format): Document %k specifier.
5936
5937 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5938
5939         * gnus-sum.el (gnus-summary-line-message-size): New function.
5940         (gnus-summary-line-format-alist): Use it.
5941
5942 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5943
5944         * gnus-art.el (article-make-date-line): Refer to the value for
5945         `gnus-article-time-format' in the summary buffer.
5946
5947         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
5948
5949 2002-08-14  Simon Josefsson  <jas@extundo.com>
5950
5951         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
5952         quoting.
5953         (gnus-button-alist): Fix doc.
5954         (gnus-header-button-alist): Use ' not ` for default value quoting.
5955         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
5956         rationale similar to 2002-05-01 change.
5957         (gnus-article-add-buttons-to-head): Evaluate expression.
5958
5959         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
5960
5961 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5962
5963         * message.el (message-font-lock-keywords): Refer to the value for
5964         `message-cite-prefix-regexp' dynamically.
5965
5966 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5967
5968         * gnus-art.el (gnus-decode-header-methods): Doc fix.
5969
5970 2002-08-12  Simon Josefsson  <jas@extundo.com>
5971
5972         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
5973         (imap-shell-open): Skip initial junk before IMAP greeting.
5974
5975 2002-08-11  Simon Josefsson  <jas@extundo.com>
5976
5977         * message-utils.el (message-xpost-default,
5978         message-xpost-fup2-header, message-xpost-fup2): Fixed
5979         Typos.  Trivial changes from Reiner Steib
5980         <4uce.02.r.steib@gmx.net>.
5981
5982 2002-08-09  Simon Josefsson  <jas@extundo.com>
5983
5984         * message.el (message-canlock-password): Set
5985         canlock-password-for-verify to newly generated canlock-password.
5986         When Emacs is restarted, Custom makes sure this is set, but during
5987         the same session we must set it manually.
5988
5989 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
5990
5991         * yenc.el: New file.
5992
5993         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
5994         (mm-uu-type-alist): Add yenc.
5995         (mm-uu-yenc-filename): New function.
5996         (mm-uu-yenc-extract): New function.
5997
5998         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
5999
6000 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6001
6002         * dgnushack.el (merge): Don't use coerce.
6003
6004 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
6005
6006         * mailcap.el (mailcap-mime-data): Test window-system rather than
6007         mm-device-type.
6008         (mailcap-mime-data): Call xdvi and gv with "-safer".
6009
6010         * mm-util.el: Don't define mm-device-type.
6011
6012 2002-08-05  Simon Josefsson  <jas@extundo.com>
6013
6014         * mm-util.el (mm-coding-system-priorities): coding-system type not
6015         supported everywhere.
6016
6017 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6018
6019         * gnus.el (gnus-version-number): Bumped version number.
6020
6021 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6022
6023         * gnus.el: Oort Gnus v0.07 is released.
6024
6025 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6026
6027         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
6028         (gnus-article-sort-functions): Doc fix.
6029         (t): New keystroke.
6030         (gnus-article-sort-by-random): New function.
6031         (gnus-thread-sort-by-random): New function.
6032
6033 2002-08-02  Simon Josefsson  <jas@extundo.com>
6034
6035         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
6036         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
6037
6038 2002-07-31  Danny Siu  <dsiu@adobe.com>
6039
6040         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
6041         when splitting malformed messages without message-id
6042
6043 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6044         From Niklas Morberg <niklas.morberg@axis.com>.
6045
6046         * nnweb.el (nnweb-type, nnweb-type-definition)
6047         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
6048         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
6049         functionality.
6050         * nnweb.el: Removed old non-functioning search engines.
6051
6052 2002-07-27  Simon Josefsson  <jas@extundo.com>
6053
6054         * message.el (message-forward-make-body): Don't use
6055         `message-forward-ignored-headers' when doing a "raw" followup (it
6056         is important to preserve e.g. CTE).
6057
6058         * flow-fill.el (fill-flowed): Disable filladapt-mode.
6059
6060         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
6061         regexp-quote, Cyrus Sieve is fixed.
6062
6063         * sieve-manage.el (sieve-manage-deletescript): New function.
6064
6065         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
6066         (sieve-manage-mode): Fix menubar.
6067         (sieve-activate): Change some messages.
6068         (sieve-deactivate-all): New function.
6069         (sieve-deactivate): New alias.
6070         (sieve-remove): New function.
6071         (sieve-help): Fix help.
6072         All suggested by Ned Ludd.
6073
6074 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6075
6076         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
6077         (mm-w3m-safe-url-regexp): New user option.
6078
6079         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
6080         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
6081
6082 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
6083
6084         * gnus-sum.el (gnus-summary-delete-article): Force
6085         nnmail-expiry-target to 'delete, so that absolute deletion
6086         happens when absolute deletion is requested.
6087
6088 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6089         From Nevin Kapur <nevin@jhu.edu>.
6090
6091         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
6092         headers as empty headers.
6093
6094 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6095         From Jochen Hein <jochen@jochen.org>.
6096
6097         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
6098         correct typo.
6099         (gnus-emphasis-strikethru): New face.
6100
6101 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6102         From Jason Merrill <jason@redhat.com>.
6103
6104         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
6105         entire file for each of a sequence of missing articles.
6106
6107         * gnus-salt.el (gnus-binary-display-article): Respect an existing
6108         value for gnus-view-pseudos.
6109
6110         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
6111         avoid nreverse.
6112
6113 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6114         From Ted Zlatanov <teodor.zlatanov@divine.com>.
6115
6116         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
6117         (gnus-summary-mode-line-format-alist): Add %h for number of
6118         spams.
6119         (gnus-newsgroup-spam-marked): New variable.
6120         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
6121         (gnus-article-read-p, gnus-article-mark)
6122         (gnus-set-global-variables, gnus-set-global-variables)
6123         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
6124         (gnus-summary-mark-article-as-unread)
6125         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
6126         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
6127         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
6128
6129 2002-07-10  Simon Josefsson  <jas@extundo.com>
6130
6131         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
6132         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
6133
6134 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
6135
6136         * gnus-sum.el (gnus-summary-delete-article): Respect group
6137         parameters while expiring.
6138
6139 2002-07-08  Simon Josefsson  <jas@extundo.com>
6140
6141         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
6142         Enberg.
6143
6144 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6145
6146         * gnus-art.el (article-unsplit-urls): Only display MIME when this
6147         function is called interactively.  From Niklas Morberg.
6148
6149 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6150
6151         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
6152         cdaar to cdar and car.
6153
6154         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
6155         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
6156
6157 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6158
6159         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
6160         don't break a narrowed article.
6161
6162         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
6163         (nntp-open-via-rlogin-and-telnet): Ditto.
6164
6165 2002-07-02  Didier Verna  <didier@xemacs.org>
6166
6167         * nnmail.el (nnmail-split-methods): fix custom type.
6168
6169 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6170
6171         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
6172         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
6173
6174 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6175
6176         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
6177         (gnus-summary-resend-message): Use it.
6178
6179 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6180
6181         * nntp.el (nntp-via-rlogin-command-switches): New variable.
6182         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
6183
6184 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6185
6186         * message.el (message-font-lock-keywords): Don't fontify
6187         headers in the message body, only in the header.
6188         (message-font-lock-make-header-matcher): New function, used by
6189         message-font-lock-keywords.
6190         From Katsumi Yamaoka <yamaoka@jpl.org>.
6191
6192 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6193
6194         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
6195
6196 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6197
6198         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
6199
6200 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6201
6202         * message.el (message-font-lock-keywords): Revert 2002-06-22
6203         change.
6204
6205 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6206
6207         * message.el (message-font-lock-keywords): Put colon in header
6208         name match.
6209
6210 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6211
6212         * message.el (message-font-lock-keywords): Don't use header faces
6213         in the body.  Thanks to Stefan Monnier for the hint on the
6214         implementation.
6215
6216 2002-05-09  Miles Bader  <miles@gnu.org>
6217
6218         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
6219         (gnus-article-hide-citation): Respect it.
6220
6221 2002-04-12  Juanma Barranquero  <lektu@terra.es>
6222
6223         * pop3.el (pop3-open-server): Fix typo.
6224
6225 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
6226
6227         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
6228         instead of push to ignore duplicate to-(list|address) values.
6229         * nnmail.el (nnmail-cache-ignore-groups): New.
6230         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
6231
6232 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6233
6234         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
6235         before sending.  Suggested by Jan Rychter.
6236
6237 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6238
6239         * dgnushack.el (remove): New compiler macro.
6240         (last, coerce, subseq): Remove compiler macros for those built-in
6241         or unused functions.
6242
6243 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6244
6245         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
6246         sure to write byte-compiled versions of gnus-*-format-alist to
6247         .newsrc.eld.  From Simon Josefsson.
6248
6249 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6250
6251         * gnus-agent.el (gnus-agent-read-servers)
6252         (gnus-agent-write-servers): Put server name (string like
6253         "nnchoke:frumple") in the file instead of a server specification
6254         (Lisp expression like (nnchoke "frumple" ...parameters...)).
6255         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
6256
6257 2002-06-16  Simon Josefsson  <jas@extundo.com>
6258
6259         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
6260         Reiner Steib <4uce.02.r.steib@gmx.net>.
6261
6262 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6263
6264         * nnheader.el (nnheader-file-name-translation-alist): Set the
6265         default value for MS Windows systems.
6266
6267         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
6268
6269 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6270
6271         * message.el (message-beginning-of-line): Keep the region active
6272         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
6273
6274 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
6275
6276         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
6277         * gnus-msg.el (gnus-summary-reply): Ditto.
6278         * gnus-msg.el (gnus-summary-handle-replysign): New.
6279
6280 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6281
6282         * message.el (message-send-mail-with-sendmail): Kill errbuf even
6283         if sending failed.
6284
6285 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
6286
6287         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
6288         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
6289         to sign while encrypting.
6290
6291 2002-06-11  Simon Josefsson  <jas@extundo.com>
6292
6293         * gnus-int.el (gnus-request-move-article): Agent expire article if
6294         successfuly moved.
6295
6296         * nnweb.el (nnweb-google-create-mapping): Honors the value of
6297         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
6298
6299 2002-06-10  Simon Josefsson  <jas@extundo.com>
6300
6301         * gnus-int.el (gnus-request-expire-articles): Fix last change?
6302
6303 2002-06-09  Simon Josefsson  <jas@extundo.com>
6304
6305         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
6306
6307         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
6308
6309 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6310
6311         * flow-fill.el (fill-flowed): Ignore errors.
6312
6313 2002-06-06  Simon Josefsson  <jas@extundo.com>
6314
6315         * message.el (message-send-mail-with-sendmail): Improve error message.
6316
6317 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6318
6319         * message.el (message-interactive): Change default from nil to t.
6320         Better to be safe than to be fast.
6321
6322 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6323
6324         * message.el (message-send-mail-with-sendmail): Check return value
6325         from call-process-region.
6326
6327 2002-06-04  Simon Josefsson  <jas@extundo.com>
6328
6329         * gnus-msg.el (gnus-group-mail, gnus-group-news)
6330         (gnus-group-post-news, gnus-summary-mail-other-window)
6331         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
6332         gnus-article-copy to nil, thereby inhibiting the `header' posting
6333         style match to use data from last viewed article.
6334         Suggested by Hrvoje Niksic.
6335
6336 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6337
6338         * spam.el (spam-point-at-eol): New alias.
6339         (spam-parse-whitelist): Use it.
6340
6341 2002-06-03  Simon Josefsson  <jas@extundo.com>
6342
6343         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
6344         (nnmail-article-group): Use it.
6345
6346 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6347
6348         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
6349         so that code reading them won't be surprised.  From Jesper Harder
6350         <harder@ifa.au.dk>.
6351
6352 2002-05-29  Simon Josefsson  <jas@extundo.com>
6353
6354         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
6355         articles.
6356
6357         * gnus.el (gnus-agent-cache): Doc fix.
6358         (gnus-agent): Change default to t.
6359
6360         * gnus-agent.el (gnus-agent-expire): Make it accept optional
6361         ARTICLES, GROUP and FORCE parameters.
6362
6363 2002-05-28  Simon Josefsson  <jas@extundo.com>
6364
6365         * gnus-group.el (gnus-group-line-format): Doc fix.
6366
6367 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6368
6369         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
6370         original article before yanking.  From Jesper Harder
6371         <harder@ifa.au.dk>.
6372
6373 2002-05-26  Simon Josefsson  <jas@extundo.com>
6374
6375         * gnus-sum.el (gnus-summary-menu-split): New function.
6376         (gnus-summary-make-menu-bar): Split charset submenu.
6377         (gnus-summary-menu-maxlen): New variable.
6378         (gnus-summary-menu-split): Use it.
6379
6380 2002-05-25  Simon Josefsson  <jas@extundo.com>
6381
6382         * mml.el (mml-preview): Generate some headers.
6383
6384         * gnus.el (gnus-large-newsgroup): Fix :type.
6385
6386         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
6387         Agent cache NOV's by default now).
6388         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
6389
6390 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
6391
6392         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
6393         call to gnus-parent-id when we check for References loops.
6394         (gnus-summary-prepare-threads): Avoid simplifying every Subject
6395         twice by saving the simplified subject string in simp-subject.
6396
6397 2002-05-23  Simon Josefsson  <jas@extundo.com>
6398
6399         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
6400         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
6401
6402         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
6403         Niklas Morberg <niklas.morberg@axis.com>.
6404
6405 2002-05-22  Simon Josefsson  <jas@extundo.com>
6406
6407         * sieve.el (sieve-change-region): Define it before it is used.
6408
6409         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
6410         (gnus-summary-reply): Ask for confirmation when replying to news.
6411         Defaults to not ask.  From Benjamin Rutt
6412         <rutt+news@cis.ohio-state.edu>.
6413
6414         * nnimap.el (nnimap-nov-is-evil): Improve doc.
6415
6416 2002-05-21  Simon Josefsson  <jas@extundo.com>
6417
6418         * sieve-mode.el (sieve-manage): Fix autoloads.
6419
6420         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
6421         name (makes it work with recent Cyrus timsieved).
6422
6423 2002-05-20  Jason  <jbaker@cs.utah.edu>
6424         Trivial patch.
6425
6426         * gnus-art.el (gnus-request-article-this-buffer): Try
6427         reconnecting if you don't get the message.
6428
6429 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6430
6431         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
6432         Reply-To headers from the headers.
6433
6434 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6435
6436         * mm-url.el (mm-url-insert): Remove junk message.
6437
6438 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6439
6440         * nnslashdot.el (nnslashdot-request-list): Parse new html.
6441         (nnslashdot-use-front-page): New variable.
6442         (nnslashdot-request-list): Use it.
6443
6444         * mm-url.el (mm-url-timeout): New variable.
6445         (mm-url-retries): Ditto.
6446         (mm-url-insert): Use it.
6447
6448 2002-05-16  Simon Josefsson  <jas@extundo.com>
6449
6450         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
6451         (gnus-simplify-subject-functions): Mention g-s-a-w.
6452
6453 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
6454
6455         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
6456         nnmail-cache-insert.
6457         * nndiary.el (nndiary-request-accept-article): Ditto.
6458         * nnfolder.el (nnfolder-request-accept-article): Ditto.
6459         * nnimap.el (nnimap-request-accept-article): Ditto.
6460         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
6461         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
6462         * nnmbox.el (nnmbox-request-accept-article): Ditto.
6463         * nnmh.el (nnmh-request-accept-article): Ditto.
6464         * nnmail.el (nnmail-cache-insert): Change group to required,
6465         removed code which tried to figure out the group.
6466
6467 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
6468
6469         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
6470         messages. From Hans de Graaff <hans@degraaff.org>.
6471         * nnml.el (nnml-request-accept-article): Pass in the group name to
6472         nnmail-cache-insert, since it's available.
6473
6474 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6475
6476         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
6477
6478 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6479         From Florian Weimer <fw@deneb.enyo.de>.
6480
6481         * gnus.el (subscribed): New group parameter.
6482         (gnus-find-subscribed-addresses): Use it.
6483
6484 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
6485
6486         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
6487         the default for pgpmime to support pgp v2.
6488         * mml-sec.el (mml-signencrypt-style): New accessor function to
6489         allow users to get/set the signencrypt style more easily without
6490         frobbing the alist directly.
6491         * mml.el (mml-generate-mime-1): Use accessor function.
6492
6493 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6494
6495         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
6496         parenthesis for "<" and ">".  Suggested by Andreas Schwab
6497         <schwab@suse.de>.
6498
6499 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6500
6501         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
6502         when intuiting the group the message is written to.  From Josh
6503         Huber <huber@alum.wpi.edu>.
6504
6505 2002-05-06  Simon Josefsson  <jas@extundo.com>
6506
6507         * gnus-topic.el (gnus-group-topic-parameters): Work when group
6508         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
6509
6510 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
6511
6512         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
6513         argument, and fixed compiler warning. (added autoload for
6514         gpg-encrypt).
6515
6516 2002-05-04  Simon Josefsson  <jas@extundo.com>
6517
6518         * mml1991.el (mml1991-function-alist): Doc fix.
6519
6520         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
6521         doesn't exist (for previewing messages without having Gnus
6522         started).
6523
6524         * mm-util.el (mm-coding-system-priorities): Defcustom.
6525
6526         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
6527
6528 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
6529
6530         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
6531         default.
6532         * mml-sec.el:
6533         * mml-sec.el (mml-signencrypt-style): New.
6534         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
6535         argument `sign'.
6536         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
6537         signencrypt.
6538         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
6539         * mml.el (mml-generate-mime-1): Changed logic so a part which is
6540         both signed & encryped is processed in one operation. (rather than
6541         two separate ops: sign, then encrypt)
6542         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
6543         indication if a message is signed by an expired key.
6544         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
6545         enables combined sign & encrypt operation. (this was always on
6546         before).
6547         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
6548
6549 2002-05-01  Simon Josefsson  <jas@extundo.com>
6550
6551         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
6552         server.
6553         (nnimap-mailbox-info): defvar instead of defvoo.
6554
6555 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6556
6557         * gnus.el: Oort Gnus v0.06 is released.
6558
6559 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6560
6561         * lpath.el: Bind url-package-version.
6562
6563 2002-05-01  Simon Josefsson  <jas@extundo.com>
6564
6565         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
6566         filename before deleting the group itself, because the presence of
6567         a group filename decides if long filenames are used or not.
6568
6569         * gnus-art.el (gnus-button-alist): Don't inline
6570         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
6571         without also modifying g-button-alist.
6572         (gnus-button-alist): Fix type to allow variable as well as regexp.
6573         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
6574         themselves, variables to its contents.
6575         (gnus-button-entry): Ditto.
6576
6577 2002-05-01  Simon Josefsson  <jas@extundo.com>
6578
6579         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
6580         UIDNEXT as a string.
6581
6582         * nnimap.el (nnimap-string-lessp-numerical): New function.
6583         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
6584         integers.
6585
6586 2002-04-29  Simon Josefsson  <jas@extundo.com>
6587
6588         * nnmail.el (nnmail-cache-insert): Accept optional group
6589         parameter.
6590
6591         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
6592         n-r-g-a is disabled.
6593
6594 2002-04-29  Simon Josefsson  <jas@extundo.com>
6595
6596         * nnimap.el (nnimap-split-fancy): Fix doc.
6597         (nnimap-split-fancy): Fix doc.
6598
6599         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
6600         (nnimap-mailbox-info): New internal variable.
6601         (nnimap-retrieve-groups): Implement faster new mail check.
6602
6603         * nnimap.el (nnimap-split-articles): Support
6604         nnmail-cache-accepted-message-ids.
6605         (nnimap-request-accept-article): Ditto.
6606
6607         * imap.el (imap-mailbox-status-asynch): New command.
6608
6609 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
6610
6611         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
6612         are no subscribed mail groups.
6613         - Strip quoted names when comparing addresses
6614
6615 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
6616
6617         * mm-decode.el (mm-text-html-renderer): Change customize type to
6618         const.
6619
6620         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
6621         (gnus-debug-exclude-variables): do.
6622
6623 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6624
6625         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
6626         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
6627
6628 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6629
6630         * dns.el (dns-make-network-process): New macro.
6631         (query-dns): Use it.
6632
6633 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6634
6635         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
6636         article-buffer.
6637
6638         * mm-url.el (mm-url-package-name): New variable.
6639         (mm-url-package-version): New variable.
6640         (mm-url-insert-file-contents): Bind url-package-name and
6641         url-package-version here.
6642         * nnrss.el (nnrss-insert-w3): Move the bindings.
6643
6644         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
6645         url-package-version. Trivial change from Andrew J Cosgriff
6646         <ajc@polydistortion.net>
6647
6648         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
6649         attachments. Trivial change from Peter 'Luna' Runestig
6650         <peter@runestig.com>.
6651
6652 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
6653
6654         * nnkiboze.el (nnkiboze-request-scan): Call
6655         nnkiboze-possibly-change-group.
6656         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
6657         problems.
6658         (nnkiboze-generate-group): Set newsrc to the *highest* article
6659         number kibozed, not the lowest.
6660
6661 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
6662
6663         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
6664
6665 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6666         From Dan Christensen <jdc+news@uwo.ca>.
6667
6668         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6669         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6670         Recognize math postings.  Extract Date (now ignores "(15kb)").
6671         Extract email address using gnus-extract-address-components
6672         instead of just taking the first word.  Create Date and From
6673         headers for message which are missing these headers.  Get rid
6674         of spurious \\ lines (purely cosmetic).  Extend body-end and
6675         file-end regexps, to exclude more garbage from the message.
6676         Make URL rephrasing regexp more flexible, to match current
6677         format.
6678
6679 2002-04-23  Simon Josefsson  <jas@extundo.com>
6680
6681         * netrc.el: New file, functions copied from gnus-util.el by Ted
6682         Zlatanov <tzz@lifelogs.com>.
6683
6684         * gnus-util.el: Require netrc.
6685         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
6686         new code in netrc.el.
6687
6688 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6689
6690         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
6691         message-ignored-resent-headers, too.  From Matthieu Moy
6692         <Matthieu.Moy@imag.fr>.
6693
6694 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6695
6696         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
6697         boolean not a string
6698         * gnus-group.el (gnus-group-line-format): add description of %C
6699         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
6700           as %C
6701         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
6702
6703 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
6704
6705         * nnmaildir.el (nnmaildir-request-scan): typo: set
6706         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
6707         nnmail-get-new-mail for 'find-new-groups.
6708
6709 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
6710
6711         * nnmaildir.el (nnmaildir-request-update-info,
6712         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
6713         unnecessary calls to nnmaildir-request-scan.
6714
6715 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
6716
6717         * gnus-msg.el:
6718         * gnus-msg.el (gnus-message-replysign): New.
6719         * gnus-msg.el (gnus-message-replyencrypt): New.
6720         * gnus-msg.el (gnus-message-replysignencrypted): New.
6721         * gnus-msg.el (gnus-summary-reply): Use the three new variables
6722         (above) to automatically encrypt/sign to encrypted/signed
6723         messages.
6724         * message.el:
6725         * message.el (message-mode-map): Add keybinding for
6726         `message-to-list-only'
6727         * message.el (message-mode): Add description for
6728         `message-to-list-only'
6729         * message.el (message-to-list-only): New.
6730         * message.el (message-make-mft): Changed to use the cl loop macro,
6731         and added optional flag to return only the matched list. (for use
6732         in new message-to-list-only function)
6733
6734 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
6735
6736         * gnus-msg.el:
6737         * gnus-msg.el (gnus-message-replysign):
6738         * gnus-msg.el (gnus-replysign): New.
6739         * gnus-msg.el (gnus-replyencrypt): New.
6740         * gnus-msg.el (gnus-replysignencrypted): New.
6741         * gnus-msg.el (gnus-summary-reply):
6742         * message.el:
6743         * message.el (message-mode-map):
6744         * message.el (message-mode):
6745         * message.el (message-to-list-only): New.
6746         * message.el (message-make-mft):
6747
6748 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6749
6750         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
6751
6752 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
6753
6754         * message.el (message-gen-unsubscribed-mft): accept a prefix
6755         argument so CC can be included with C-u C-c C-f C-a
6756
6757 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6758         From Ted Zlatanov <teodor.zlatanov@divine.com>.
6759
6760         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
6761         Improve docstring.
6762         (spam-enter-blacklist): New command.
6763
6764         * gnus-sum.el (gnus-spam-mark): New mark.
6765         (gnus-auto-expirable-marks): Add gnus-spam-mark.
6766         (gnus-summary-make-tool-bar): Correct conditional.
6767         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
6768         (gnus-summary-mark-as-spam): New command.
6769
6770 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
6771
6772         * mml-sec.el (mml-secure-message): changed to support arbritrary
6773         modes.
6774         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
6775         changed to support "signencrypt" mode.
6776         * mml.el (mml-parse-1): changed to support different secure modes
6777         more easily. (for signencrypt)
6778
6779 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
6780
6781         * gnus-sum.el (gnus-update-summary-mark-positions)
6782         (gnus-summary-toggle-header):
6783         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
6784         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
6785         (gnus-uu-post-encoded):
6786         * nnfolder.el (nnfolder-possibly-change-group):
6787         * nnimap.el (nnimap-retrieve-headers):
6788         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
6789
6790 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
6791
6792         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
6793         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
6794
6795 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6796
6797         * gnus-srvr.el (gnus-server-set-info): Clear
6798         `gnus-server-method-cache' when `gnus-server-alist' is changed.
6799         From Daiki Ueno <ueno@unixuser.org>.
6800
6801 2002-04-11  Simon Josefsson  <jas@extundo.com>
6802
6803         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
6804         viewing of security buttons.  Thanks to Nicolas Kowalski
6805         <Nicolas.Kowalski@imag.fr>.
6806
6807         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
6808         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
6809         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
6810         <Nicolas.Kowalski@imag.fr>.
6811         (smime-decrypt-buffer): Ditto.
6812
6813 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6814
6815         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
6816         header line.
6817
6818 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
6819
6820         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
6821
6822 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6823
6824         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
6825
6826 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6827
6828         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
6829         errors when debug.
6830
6831 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
6832
6833         * message.el (message-make-mft): Changed MFT code from using
6834         message-recipients (which included Bcc) to use only the To and CC
6835         headers.
6836
6837 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
6838
6839         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
6840         add link.
6841         (gnus-treat-mail-picon): Ditto.
6842         (gnus-treat-newsgroups-picon): Ditto.
6843         (gnus-picon-databases): Fix custom type.
6844         (gnus-picon-databases): Add link.
6845         (gnus-article-x-face-command): Add to gnus-picon group.
6846
6847 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
6848
6849         * message.el (message-buffer-naming-style): Remove.
6850
6851 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6852
6853         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
6854
6855         * message.el (message-tool-bar-map): Ditto.
6856
6857         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6858
6859 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6860
6861         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
6862
6863 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
6864
6865         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
6866
6867 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
6868         Trivial patch.
6869
6870         * dns.el: open-network-stream under XEmacs does udp.
6871
6872 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
6873
6874         * spam.el (spam-enter-whitelist): New function.
6875         (spam-parse-whitelist): Ditto.
6876         (spam-refresh-list-cache): Ditto.
6877         (spam-address-whitelisted-p): New function.
6878
6879         * dns.el (query-dns): Use TCP when make-network-process isn't
6880         available.
6881         (dns-servers): New variable.
6882         (dns-parse-resolv-conf): New function.
6883         (query-dns): Use it.
6884
6885         * spam.el: New file.
6886
6887         * dns.el (query-dns): Test.
6888
6889 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6890
6891         * lpath.el (featurep): Bind make-network-process.
6892
6893 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
6894
6895         * nnmaildir.el: Use defstruct.  Use a single copy of
6896         nnmail-extra-headers to save memory.  Store server's group name
6897         prefix instead of each group's prefixed name.
6898         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
6899         nntp-server-buffer.
6900
6901 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6902
6903         * dns.el: New file.
6904
6905 2002-03-28  Simon Josefsson  <jas@extundo.com>
6906
6907         * gnus-sum.el (gnus-summary-dummy-line-format):
6908         * gnus.el (gnus-summary-line-format): Fixing links to Info.
6909         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
6910
6911 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6912
6913         * gnus-sum.el (gnus-summary-move-article)
6914         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
6915         the doc string.
6916
6917 2002-03-28  Simon Josefsson  <jas@extundo.com>
6918
6919         * mml-sec.el (mml-secure-message): Search after
6920         mail-header-separator from top of message.
6921
6922 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
6923
6924         * nnmaildir.el: Cosmetic changes.
6925         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
6926         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
6927         nnmaildir--group-ls): New macros/functions.  Use them.
6928         (nnmaildir--unlink): Evalutate argument only once.
6929
6930 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
6931
6932         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
6933         symbols.
6934         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
6935         `gnus-point-at-eol'.
6936
6937 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
6938
6939         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
6940         nnmaildir--marks-dir): New macros.  Use them.
6941         Use inhibit-quit for atomicity instead of in-memory journaling.
6942         (nnmaildir--edit-prep): New function.
6943         (Local Variables): Use it.
6944
6945 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
6946
6947         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6948
6949 2002-03-25  Simon Josefsson  <jas@extundo.com>
6950
6951         * message.el (message-mode): Fix doc.
6952
6953 2002-03-25  Simon Josefsson  <jas@extundo.com>
6954
6955         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
6956         Matthieu Moy <Matthieu.Moy@imag.fr>.
6957
6958 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
6959
6960         * mml-sec.el (mml-unsecure-message): Add docstring.
6961
6962 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
6963
6964         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
6965         value.
6966         Trivial change from andre@slamdunknetworks.com
6967
6968 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
6969
6970         * mml.el (mml-mode-map): Added a keybinding for
6971         `mml-unsecure-message'.  Also, added a menu entry for said
6972         function in the Attachments menu.
6973
6974 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6975
6976         * canlock.el (canlock-version): Remove.
6977         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
6978         here; simplify \x insertions.
6979         (canlock-sha1): New function, always return a unibyte string.
6980         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
6981         of a password.
6982         (canlock-insert-header): Use `canlock-sha1'.
6983         (canlock-verify): Ditto.
6984
6985 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
6986
6987         * message.el (message-fix-before-sending): Add an option that
6988         ignores illegible text.
6989         Trivial change from Mark Milhollan <mlm@attglobal.net>
6990
6991         * message.el (message-font-lock-keywords): Support multi-line MML
6992         tags.
6993
6994         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
6995         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
6996
6997 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6998
6999         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
7000         symbols for "View as different encoding" submenu.
7001
7002 2002-03-19  Simon Josefsson  <jas@extundo.com>
7003
7004         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
7005         encoding" submenu.
7006
7007 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
7008
7009         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
7010
7011 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7012
7013         * gnus-sum.el (gnus-sum-thread-tree-root)
7014         (gnus-sum-thread-tree-single-indent)
7015         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
7016         (gnus-sum-thread-tree-leaf-with-other)
7017         (gnus-sum-thread-tree-single-leaf): Make customizable.
7018
7019 2002-03-16  Simon Josefsson  <jas@extundo.com>
7020
7021         * gnus-util.el (gnus-extract-address-components): Don't break on
7022         names such as James "Kibo" Parry.  From Francis Litterio
7023         <franl@world.std.com>.
7024
7025 2002-03-13  Simon Josefsson  <jas@extundo.com>
7026
7027         * pop3.el (pop3-open-server): Revert multibyte change.  From
7028         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
7029
7030         * message.el (message-send-mail-with-qmail): Make it work.  From
7031         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
7032
7033 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
7034
7035         * message.el (message-make-mft): Set case-fold-search while
7036         generating the MFT.  Also, a little cleanup in the MFT code.
7037
7038 2002-03-12  Simon Josefsson  <jas@extundo.com>
7039
7040         * message.el (message-qmail-inject-args): May be function.
7041         (message-send-mail-with-qmail): Call function if m-q-i-a is
7042         function.  From fn@hungry.org (Faried Nawaz).
7043
7044 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
7045
7046         * message.el (message-abbrevs-loaded): Remove.
7047         (mailabbrev): Require it.
7048
7049         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
7050
7051 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7052
7053         * pop3.el (pop3-open-server): Set process buffer unibyte.
7054
7055 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7056
7057         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
7058
7059 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
7060
7061         * nnslashdot.el (nnslashdot-request-article): Remove javascript
7062         too.
7063
7064 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
7065
7066         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
7067         duplication.
7068         (gnus-summary-save-parts-type-history): Ditto.
7069         (gnus-summary-save-parts-last-directory): Ditto.
7070         Trivial change from andre@slamdunknetworks.com
7071
7072 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
7073
7074         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
7075
7076 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7077
7078         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
7079         -->" as the end of the first article.
7080
7081         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
7082         From Matthieu Moy <Matthieu.Moy@imag.fr>
7083
7084         * message.el (message-add-action): Use add-to-list.
7085         (message-delete-action): New function.
7086
7087         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
7088         pieces.
7089
7090 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
7091
7092         * nnnil.el: New file.
7093         * gnus.el (gnus-valid-select-methods): Include nnnil.
7094
7095 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
7096
7097         * message.el (message-syntax-checks): Because canlock is
7098         supported, we disable sender syntax check.
7099         (message-shoot-gnksa-feet): Add cancel-messages option doc.
7100
7101         * gnus-draft.el (gnus-draft-send): If interactive, use its default
7102         value of message-syntax-checks.
7103
7104         * qp.el (quoted-printable-decode-region): Doc addition.
7105         From: Eli Zaretskii <eliz@is.elta.co.il>
7106
7107         * mail-source.el (make-source-make-complex-temp-name): Use
7108         make-temp-file.
7109
7110         * mm-util.el (mm-make-temp-file): New function.
7111         * nneething.el (nneething-file-name): Use it.
7112         * mml-smime.el (mml-smime-encrypt): Ditto.
7113         * mm-view.el (mm-inline-wash-with-file): Ditto.
7114         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
7115         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
7116         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
7117         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
7118         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
7119         * gnus-art.el (gnus-mime-print-part): Ditto.
7120
7121 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
7122
7123         * message.el (nnmaildir-article-number-to-base-name): New
7124         function.
7125         (nnmaildir-base-name-to-article-number): New function.
7126
7127 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7128
7129         * smime.el (smime-make-temp-file): Don't quote
7130         `temporary-file-directory'.
7131
7132 2002-03-04  Simon Josefsson  <jas@extundo.com>
7133
7134         * smime.el (smime-sign-region): Rename argument keyfiles to
7135         keyfile. You only sign something with one key.
7136         (smime-sign-buffer): Better completing-read prompt.
7137         (smime-decrypt-buffer): Ditto.
7138
7139         * smime.el (smime-make-temp-file): Make it work under XEmacs.
7140
7141         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
7142         completing-read.
7143         (mm-view-pkcs7-decrypt): CRLF->LF.
7144
7145 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
7146
7147         * message.el (message-hierarchical-addresses): New variable.
7148         (message-get-reply-headers): Use it.
7149         From Ted Zlatanov <teodor.zlatanov@divine.com>
7150
7151 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7152
7153         * message.el (message-mode): If buffer-file-name, don't set auto
7154         save file name.
7155         Trivial change from Geoff Greene <ggreene@wpi.edu>
7156
7157 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7158
7159         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
7160         takes one argument in read-char.
7161
7162         * message.el (message-fix-before-sending): Forward a char.
7163         Check mmu-multibyte-p, add control-1.
7164
7165 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7166
7167         * gnus-start.el (gnus-read-init-file): Ditto.
7168
7169         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
7170
7171         * dgnushack.el (dgnushack-make-load): Ditto.
7172
7173         * mail-source.el (mail-source-fetch): Extract the right error
7174         code.
7175
7176         * message.el (message-fix-before-sending): Check illegible text.
7177
7178         * gnus-util.el (gnus-multiple-choice): New function.
7179
7180         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
7181         also defined in gnus-score.el.
7182
7183 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
7184
7185         * message.el (message-get-reply-headers): downcase email addresses
7186         for comaparisons for duplicate removal.
7187
7188 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7189
7190         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
7191         implementation of PKCS#7, which just allows users read the
7192         message.
7193         (mm-view-pkcs7): Use it.
7194
7195 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
7196
7197         * gnus.el (large-newsgroup-initial): New parameter.
7198
7199         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
7200         (gnus-summary-insert-old-articles): Ditto.
7201
7202 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
7203
7204         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
7205         used as the default answer of the question, "How many articles?".
7206         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7207
7208         * nnagent.el (nnagent-retrieve-headers): Remove articles with
7209         small numbers.
7210
7211 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
7212
7213         * deuglify.el: Fix comments.
7214
7215 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
7216
7217         * html2text.el (html2text-clean-anchor): If there is no HREF,
7218         insert nothing.
7219
7220         * mml.el (mml-generate-mime-1): Add cdr.
7221         From: andre@slamdunknetworks.com
7222
7223         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
7224         (mm-text-html-washer-alist): Ditto.
7225
7226         * mm-decode.el (mm-text-html-renderer): Add html2text.
7227
7228         * html2text.el: Face lift.
7229
7230         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
7231
7232 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
7233
7234         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
7235
7236         * deuglify.el: Change copy right. Add autoload. Add coding-system.
7237
7238         * deuglify.el: New file. The original file name is
7239         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
7240
7241         * mm-decode.el (mm-display-external): Use
7242         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
7243
7244 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
7245
7246         * nnmaildir.el (nnmaildir-request-list): Report the highest
7247         article number, not the total number of articles.
7248
7249 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
7250
7251         * gnus-sum.el: Move uu key map here.
7252         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
7253
7254 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
7255
7256         * nnmaildir.el (nnmaildir-request-expire-articles): Use
7257         nnmail-expiry-wait* if expire-age parameter is not set.
7258
7259 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
7260
7261         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
7262         function.
7263         (gnus-group-sort-selected-groups-by-real-name): New function.
7264         (gnus-group-make-menu-bar): Add sort by real name.
7265
7266         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
7267         rebuild.
7268         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
7269         nil as dependencies as well.
7270
7271 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
7272
7273         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
7274         for mime-parts.
7275
7276         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
7277
7278         * gnus-group.el (gnus-group-name-decode): Don't test
7279         multibyte-string, because it breaks XEmacs.
7280         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
7281
7282         * message.el (message-send-mail): Be talkative.
7283
7284         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
7285         (mm-automatic-display): Ditto.
7286
7287         * mailcap.el (mailcap-mime-data): Ditto.
7288         From: Reiner Steib <4uce.02.r.steib@gmx.net>
7289
7290 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7291
7292         * many files: Remove trailing whitespaces, replace spc+tab with
7293         tab, replace leading whitespaces with tabs.
7294
7295 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
7296
7297         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
7298         articles with no body and no blank line after the header.
7299
7300 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
7301
7302         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
7303         parts.
7304
7305         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
7306         non-ascii chars.
7307
7308         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
7309
7310         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
7311         w3-delay-image-loads.
7312         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
7313         (mm-w3-prepare-buffer): Ditto.
7314
7315         * mail-source.el (mail-source-fetch-directory): Run scripts.
7316
7317 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7318
7319         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
7320         for Majordomo confirmations.
7321
7322 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7323
7324         * gnus-fun.el (gnus-respond-to-confirmation): New command.
7325
7326 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7327
7328         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
7329
7330 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
7331
7332         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
7333         References header field.  From Mark Thomas <mthomas@cmu.edu>.
7334
7335 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
7336
7337         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
7338         (mm-inline-render-with-stdin): Ditto.
7339         (mm-inline-render-with-function): Ditto.
7340         (mm-inline-wash-with-file): Bind coding-system-for-write.
7341         (mm-inline-wash-with-stdin): Ditto.
7342
7343 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
7344
7345         Suggested by Felix Natter <fnatter@gmx.net>
7346
7347         * gnus-art.el (gnus-mime-view-part-externally): Rename from
7348         gnus-mime-externalize-view.
7349         (gnus-mime-view-part-internally): Rename from
7350         gnus-mime-internalize-view.
7351         (gnus-article-view-part-externally): Rename from
7352         gnus-article-externalize-part.
7353         (gnus-mime-action-alist): Change correspondingly.
7354         (gnus-mime-button-commands): Ditto.
7355         (gnus-mime-action-alist): Remove duplication.
7356
7357         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
7358
7359 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
7360
7361         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
7362
7363         * gnus-art.el (gnus-display-mime): Use it.
7364
7365         * mm-partial.el (mm-partial-find-parts): Use it.
7366
7367         * gnus-sum.el (gnus-article-loose-mime): Rename from
7368         gnus-article-no-strict-mime.
7369         (gnus-summary-save-parts): Use it.
7370
7371 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7372
7373         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
7374         local variable.
7375
7376         * gnus-art.el (article-display-x-face): Don't sort multiple
7377         X-Faces.
7378
7379 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7380
7381         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
7382         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
7383
7384         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
7385
7386 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
7387
7388         Some ideas is inspired by code from Hrvoje Niksic
7389         <hniksic@arsdigita.com>
7390
7391         * gnus-art.el (gnus-article-wash-function): Set the default to
7392         nil, so that we use mm-text-html-renderer instead.
7393         (article-wash-html): Use mm-text-html-renderer.
7394
7395         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
7396         (mm-text-html-renderer): New variable.
7397         (mm-inline-text-html-renderer): Set the default to nil, so that we
7398         use mm-text-html-renderer instead.
7399
7400         * mm-view.el (mm-inline-text-html): New function.
7401         (mm-text-html-renderer-alist): New variable.
7402         (mm-inline-text-vcard): New function.
7403         (mm-inline-text): Split.
7404         (mm-links-remove-leading-blank): New function.
7405         (mm-inline-render-with-file): New function.
7406         (mm-inline-render-with-stdin): New function.
7407         (mm-inline-render-with-function): New function.
7408         (mm-text-html-washer-alist): New variable.
7409         (mm-inline-wash-with-file): New function.
7410         (mm-inline-wash-with-stdin): New function.
7411
7412 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
7413
7414         * message-utils.el: Fix installation doc.
7415         From: Reiner Steib <4uce.02.r.steib@gmx.net>
7416
7417 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
7418
7419         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
7420         (gnus-post-method): Use it.
7421         (gnus-summary-cancel-article): Find the correct post-method.
7422
7423         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
7424         * message.el (message-send-news): Ditto.
7425         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
7426         <ipmonger@delamancha.org>
7427
7428         * gnus.el (gnus-select-method): Fix doc.
7429         (gnus-server-string): Use 'using nntp'.
7430
7431         * gnus-agent.el (gnus-slave-unplugged): New command.
7432         From: Felix Natter <fnatter@gmx.net>
7433
7434 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7435
7436         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
7437         Call edit-done-function first, then change the window
7438         configuration.
7439         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
7440         (gnus-article-edit-mode): mml-mode.
7441
7442         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
7443         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
7444
7445         * message-utils.el: Adopt the file.
7446
7447         * message-utils.el: New file.
7448         From Holger Schauer <Holger.Schauer@gmx.de>
7449
7450 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
7451
7452         * gnus-sum.el (gnus-summary-move-article): Select-article only
7453         when gnus-move-split-methods is non-nil. And we don't render or
7454         mark the article.
7455
7456         * gnus-fun.el (gnus-shell-command-to-string): New function.
7457         (gnus-shell-command-on-region): New function.
7458         (gnus-random-x-face): Use them.
7459         (gnus-x-face-from-file): Ditto.
7460         (gnus-convert-image-to-gray-x-face): Ditto.
7461         (gnus-convert-gray-x-face-to-xpm): Ditto.
7462         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
7463
7464 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7465
7466         * gnus-art.el (gnus-treat-display-xface): Don't use
7467         `shell-command-to-string' when compiling.
7468         (gnus-treat-display-grey-xface): Ditto.
7469
7470 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
7471
7472         * nnmaildir.el (nnmaildir--article-count): If the group is
7473         completely empty, report minimum article number as 1 instead of 0.
7474
7475 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
7476
7477         * gnus-agent.el (gnus-get-predicate): Use nconc.
7478
7479         * gnus-sum.el (gnus-summary-display-make-predicate): Use
7480         gnus-summary-display-cache as cache.
7481
7482         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
7483         (nndoc-mail-in-mail-type-p): New function.
7484         (nndoc-mail-in-mail-article-begin): New function.
7485
7486 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
7487
7488         * mailcap.el (mailcap-mime-data): Use enriched-decode.
7489
7490         * gnus-cite.el (gnus-article-fill-cited-article): Bind
7491         use-hard-newlines to nil.
7492
7493         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
7494         image is not available if window-system is not available.
7495
7496         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
7497
7498 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7499
7500         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
7501         bookmark, because update-mark doesn't handle it correctly.
7502
7503 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
7504
7505         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
7506         directly instead of calling message-send-mail.
7507
7508         * gnus-start.el (gnus-read-descriptions-file): Use
7509         gnus-default-charset.
7510
7511         * mm-util.el (mm-guess-mime-charset): New function.
7512
7513         * gnus.el (gnus-default-charset): Use it.
7514         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
7515         the default.
7516
7517 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7518
7519         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
7520         (article-display-x-face): Use it.  Disable grey xface, if
7521         uncompface is not found.
7522
7523         * message.el (message-mode): Don't enable multibyte on an indirect
7524         buffer.
7525
7526         * nnrss.el (nnrss-content-function): New variable.
7527         (nnrss-request-article): Use it.
7528
7529 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7530
7531         * gnus.el: Add article-unsplit-urls.
7532         * gnus-sum.el: Ditto.
7533         * gnus-art.el (gnus-treat-strip-cr): New variable.
7534         (gnus-treatment-function-alist): Use it.
7535         (article-unsplit-urls): New function.
7536         (gnus-article-make-menu-bar): Use it.
7537         From: Michael Cook <michael.cook@cisco.com>
7538
7539 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7540
7541         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
7542         copy.
7543
7544 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
7545
7546         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
7547         with internal whitespace.
7548         (gnus-parent-id): Ditto.
7549
7550 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
7551
7552         * gnus-art.el (gnus-article-treat-body-boundary): Add
7553         gnus-decoration property.
7554         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
7555
7556         * message.el (message-mode): Set local-abbrev-table.
7557         From Matt Armstrong <matt@lickey.com>.
7558
7559         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
7560         too many spaces.
7561
7562         * rfc2047.el (rfc2047-unfold-region): Ditto.
7563         (rfc2047-decode-region): Don't unfold. Let
7564         gnus-article-treat-unfold-headers do it.
7565
7566         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
7567         From: Jesper Harder <harder@ifa.au.dk>
7568
7569 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7570
7571         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
7572         (gnus-configure-posting-styles): Use it.
7573         (gnus-configure-posting-styles): Remove trailing newspaces.
7574
7575 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7576
7577         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
7578         is non-nil.
7579
7580         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
7581
7582         * gnus.el (gnus-server-to-method): Switch position with
7583         gnus-server-get-method.
7584         (gnus-agent): Add doc.
7585
7586         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
7587         (gnus-summary-save-parts): Use it.
7588
7589         * gnus-art.el (gnus-display-mime): Use it.
7590         * mm-partial.el (mm-partial-find-parts): Use it.
7591
7592         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
7593
7594         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
7595         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
7596
7597         * nnagent.el (nnagent-request-expire-articles): Don't delete
7598         files.
7599
7600 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
7601
7602         * message.el (message-gen-unsubscribed-mft): New function.
7603         From Sriram Karra <karra@cs.utah.edu>.
7604
7605         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
7606         open parenthesis.
7607
7608         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
7609         (mm-inline-text-html-render-with-w3): Ditto.
7610         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
7611         Suggested by Dave Love  <d.love@dl.ac.uk>.
7612
7613         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
7614
7615         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
7616         * nntp.el (nntp-send-command): Ditto.
7617         * nntp.el (nntp-send-command-nodelete): Ditto.
7618
7619 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7620
7621         * mm-url.el (mm-url-load-url): New function.
7622         (mm-url-insert-file-contents): Use it.
7623
7624         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
7625
7626         * message.el (message-forward-make-body): Correctly copy
7627         forward-buffer.
7628
7629         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
7630
7631 2002-02-04  Simon Josefsson  <jas@extundo.com>
7632
7633         * gnus-art.el (gnus-article-followup-with-original): Mark with
7634         force, prevent errors when following up from article buffer.
7635         (gnus-article-reply-with-original): Ditto.
7636
7637         * binhex.el (binhex-decoder-switches): Fix doc.  From
7638         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
7639
7640 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7641
7642         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
7643         highlight-citation after emphasize.
7644
7645 2002-02-04  Simon Josefsson  <jas@extundo.com>
7646
7647         * nnfolder.el (nnfolder-open-marks):
7648
7649         * nnml.el (nnml-open-marks): Message when done.  From David
7650         Edmondson <dme@sun.com>.
7651
7652 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7653
7654         * imap.el (imap-anonymous-auth): Fix typo.
7655         From: Steinar Bang <sb@dod.no>
7656
7657         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
7658         save-excursion.
7659         (gnus-cache-braid-heads): Ditto.
7660
7661         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
7662         line, because there are extra articles in the overview buffer.
7663
7664         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
7665
7666         * message.el (message-forward-rmail-make-body): Directly use
7667         rmail-msg-restore-non-pruned-header to avoid calling
7668         vertical-motion.
7669
7670 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7671
7672         * gnus-cache.el (gnus-summary-insert-cached-articles):
7673         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
7674
7675         * gnus-group.el (gnus-group-mark-article-read): Nreverse
7676         gnus-newsgroups-unselected.
7677
7678         * gnus-agent.el (gnus-summary-set-agent-mark): Use
7679         gnus-add-to-sorted-list.
7680
7681         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
7682         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
7683         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
7684         (gnus-update-read-articles): UNREAD is sorted.
7685         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
7686         (gnus-newsgroup-marked, gnus-newsgroup-cached)
7687         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
7688         (gnus-newsgroup-dormant): Require sorted.
7689
7690         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
7691         directories.
7692         (gnus-dired-print): New function.
7693
7694         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
7695         ps-despool.
7696
7697 2002-02-02  Simon Josefsson  <jas@extundo.com>
7698
7699         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
7700
7701 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7702
7703         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
7704         t. This makes gnus-agent customizable without putting
7705         gnus-agentize into .gnus.
7706
7707         * gnus.el (gnus-agent): Make it customizable.
7708
7709         * gnus-dired.el: New file.
7710         From Benjamin Rutt <brutt@bloomington.in.us>
7711
7712         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
7713         if no article.
7714         (gnus-cache-possibly-remove-article): Ditto.
7715         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
7716
7717 2002-02-01  Simon Josefsson  <jas@extundo.com>
7718
7719         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
7720
7721 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7722
7723         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
7724         (mm-setup-w3m): Don't bind keys listed in the above.
7725
7726 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7727
7728         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
7729         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
7730         is non-nil; bind `w3m-force-redisplay' with nil.
7731
7732         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7733
7734         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
7735
7736 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
7737
7738         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
7739         use mail-header-unfold-field.
7740
7741         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
7742         gnus-summary-limit.
7743
7744         * gnus-range.el (gnus-add-to-sorted-list): New function.
7745         * gnus-sum.el (gnus-mark-article-as-read): Use it.
7746         (gnus-mark-article-as-unread): Ditto.
7747         (gnus-summary-mark-article-as-unread): Ditto.
7748         (gnus-build-get-header): Ditto.
7749         (gnus-summary-prepare-threads): Ditto.
7750         (gnus-summary-insert-pseudos): Ditto.
7751         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
7752         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
7753         (gnus-summary-insert-old-articles): Ditto.
7754
7755         * gnus-msg.el (gnus-posting-styles): Add new format of header.
7756         (gnus-configure-posting-styles): Support the new format.
7757
7758         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
7759         edebug-form-spec to (sexp body).
7760         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
7761
7762         * message.el (message-reply-headers): Add doc.
7763
7764 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7765
7766         * gnus-group.el (gnus-group-delete-group): Nix the entry in
7767         gnus-cache-active-hashtb.
7768
7769         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
7770         (gnus-agent-summary-fetch-group): Use it.
7771
7772         * gnus-msg.el (gnus-debug-files): New variable.
7773         (gnus-debug-exclude-variables): New variable.
7774         (gnus-debug): Use them.
7775
7776         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
7777
7778 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7779
7780         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
7781         (message-mode-syntax-table): Move back the previous position.
7782
7783         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
7784
7785         * gnus-agent.el (gnus-agent-retrieve-headers): Use
7786         gnus-sorted-difference.
7787
7788         * nnsoup.el (nnsoup-request-expire-articles): Use
7789         gnus-sorted-difference.
7790
7791         * nnheader.el: Autoload gnus-sorted-difference.
7792
7793         * nnfolder.el (nnfolder-request-expire-articles): Use
7794         gnus-sorted-difference.
7795
7796         * gnus-cache.el (gnus-cache-retrieve-headers): Use
7797         gnus-sorted-difference.
7798
7799         * gnus-range.el: Autoload cookies.
7800         (gnus-sorted-difference): New function.
7801         (gnus-sorted-ndifference): New function.
7802         (gnus-sorted-nintersection): Rename from
7803         gnus-set-sorted-intersection.
7804         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
7805         (gnus-list-range-difference): Rename from
7806         gnus-inverse-list-range-intersection.
7807         (gnus-inverse-list-range-intersection): Use defalias.
7808
7809         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
7810         gnus-sorted-ndifference, and gnus-sorted-nintersection.
7811         (gnus-articles-to-read): Use gnus-sorted-difference.
7812         (gnus-summary-limit-mark-excluded-as-read): Use
7813         gnus-sorted-intersection and gnus-sorted-ndifference.
7814         (gnus-list-of-read-articles): Use gnus-list-range-difference.
7815         (gnus-summary-insert-articles): Use gnus-sorted-difference.
7816
7817         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
7818
7819 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7820
7821         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
7822         property to the buffer for using emacs-w3m command keys.
7823
7824         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
7825         option.
7826
7827         * mm-view.el (mm-w3m-mode-map): New variable.
7828         (mm-w3m-mode-command-alist): New variable.
7829         (mm-w3m-minor-mode): Removed.
7830         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
7831         (mm-inline-text-html-render-with-w3m): Add keymap property to the
7832         buffer for using emacs-w3m command keys.
7833
7834 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
7835
7836         * message.el (message-mode-syntax-table): Move forward.
7837         (message-cite-prefix-regexp): Auto detect non word constituents.
7838         (message-cite-prefix-regexp): Don't use with-syntax-table.
7839
7840         * gnus-sum.el (gnus-summary-update-info): Use
7841         gnus-list-range-intersection.
7842
7843         * gnus-agent.el (gnus-agent-fetch-headers): Use
7844         gnus-list-range-intersection.
7845
7846         * gnus-range.el (gnus-range-normalize): Use correct predicate.
7847         (gnus-list-range-intersection): Use it.
7848         (gnus-inverse-list-range-intersection): Ditto.
7849         (gnus-sorted-intersection): Add doc.
7850         (gnus-set-sorted-intersection): Add doc.
7851         (gnus-sorted-union): New function.
7852         (gnus-set-sorted-union): New function.
7853
7854         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
7855         (gnus-inverse-list-range-intersection): Ditto.
7856
7857 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
7858
7859         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
7860
7861         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
7862         and permit `:' and `\' in order to handle full Windows pathnames.
7863         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
7864         technically not correct per standard, but seems to have common use.
7865
7866 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
7867
7868         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
7869         replacing numbers.
7870
7871 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
7872
7873         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
7874
7875         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
7876         Don't split when the window is small, e.g. when a small *BBDB*
7877         window is the lowest one.
7878
7879         * gnus-agent.el (gnus-agent-retrieve-headers): Use
7880         nnheader-find-nov-line to speed up. Use nreverse, because it is
7881         sorted. Use nnheader-insert-nov-file.
7882
7883 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7884
7885         * mm-decode.el (mm-inline-text-html-with-images): New user option.
7886
7887         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
7888         of `w3m-display-inline-images' with the value of
7889         `mm-inline-text-html-with-images'.
7890         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
7891
7892         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7893
7894 2002-01-27  Richard M. Stallman  <rms@gnu.org>
7895
7896         * time-date.el: Add autoload cookies.  Many doc fixes.
7897         (time-add): New function.
7898         (time-subtract): Renamed from subtract-time.
7899         (subtract-time): New alias for time-subtract.
7900
7901 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7902
7903         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
7904         emacs-w3m in doc-string.
7905
7906         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
7907         `w3m-current-buffer'.
7908
7909 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7910
7911         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
7912
7913         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
7914         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
7915         (mm-w3m-cid-retrieve): New function.
7916         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
7917
7918 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
7919
7920         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
7921
7922 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7923
7924         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
7925
7926 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7927
7928         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
7929         32K.
7930
7931         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
7932
7933         * nnmail.el (nnmail-article-group): Decode headers before running
7934         split rules over them.
7935         (nnmail-mail-splitting-charset): New variable.
7936
7937         * smiley.el: Replaced with smiley-ems.el.
7938
7939 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
7940
7941         * mm-url.el (mm-url-predefined-programs): Add w3m.
7942         (mm-url-program): Ditto.
7943
7944 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7945
7946         * nnml.el (nnml-use-compressed-files): New variable.
7947         (nnml-filenames-are-evil): Removed.
7948         (nnml-current-group-article-to-file-alist): Don't use.
7949         (nnml-update-file-alist): Inhibit.
7950         (nnml-article-to-file): Use new var.
7951
7952 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
7953
7954         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
7955
7956         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
7957
7958 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7959
7960         * gnus-agent.el (gnus-agent-load-alist): Use new caching
7961         function.
7962
7963         * gnus-util.el (gnus-cache-file-contents): New function.
7964
7965         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
7966         (gnus-agent-load-alist): Use it.
7967
7968         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
7969
7970         * nnheader.el (nnheader-insert-nov-file): New function.
7971
7972         * gnus-util.el (gnus-parse-without-error): Correct the loop.
7973
7974         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
7975         there are no references.
7976         (gnus-extract-message-id-from-in-reply-to): New function.
7977         (gnus-nov-parse-line): Use in-reply-to if there are no
7978         references.
7979
7980 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7981
7982         * nnagent.el (nnagent-retrieve-headers): Use new macro.
7983
7984         * gnus-util.el (gnus-parse-without-error): New macro.
7985
7986 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
7987
7988         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
7989         (gnus-article-wash-function): use locate-library to decide which
7990         to use.
7991
7992 2002-01-25  Simon Josefsson  <jas@extundo.com>
7993
7994         * pop3.el (pop3-munge-message-separator): Work if no date.
7995         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
7996
7997 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7998
7999         * gnus-agent.el (gnus-agent-save-alist): Fix.
8000
8001         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
8002         mistake.  Reinstated lost code.
8003
8004 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
8005
8006         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
8007         one exists in the case of an encrypted message with an internal
8008         signature.
8009
8010 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8011
8012         * gnus-agent.el (gnus-agent-save-alist): Optimized.
8013
8014 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8015
8016         * dgnushack.el: Commented out the experimental code.
8017
8018 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8019
8020         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
8021         error.
8022
8023         * gnus.el (gnus-server-to-method): Made into subst.
8024         (gnus-server-method-cache): New variable.
8025         (gnus-server-to-method): Use it.
8026         (gnus-group-method-cache): New variable.
8027         (gnus-find-method-for-group-1): Renamed.
8028         (gnus-find-method-for-group): New function.
8029         (gnus-group-method-cache): Removed.
8030
8031         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
8032         function.
8033
8034         * gnus-range.el (gnus-members-of-range): New function.
8035         (gnus-list-range-intersection): Renamed.
8036         (gnus-inverse-list-range-intersection): New function.
8037
8038         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
8039
8040         * nnagent.el (nnagent-retrieve-headers): New implementation.
8041
8042         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
8043         implementation.
8044
8045 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8046
8047         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
8048         `w3m-meta-content-type-charset-regexp'.
8049
8050         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
8051         charset-encoded html contents.
8052
8053 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
8054
8055         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
8056         an empty file.
8057
8058         * nnweb.el (url): Ignore errors when request url.
8059
8060         * nnrss.el: Clean up the comments.
8061
8062 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8063
8064         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
8065
8066         * mm-decode.el (mm-inline-text-html-renderer): New user option.
8067         (mm-inline-media-tests): Test whether the value of
8068         `mm-inline-text-html-renderer' is a function for text/html.
8069
8070         * mm-view.el (mm-inline-text-html-render-with-w3): New function
8071         separated from `mm-inline-text'.
8072         (mm-w3m-minor-mode): New variable.
8073         (mm-w3m-setup): New variable.
8074         (mm-setup-w3m): New function.
8075         (mm-inline-text-html-render-with-w3m): New function.
8076         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
8077         text/html.
8078
8079 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
8080
8081         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
8082
8083 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8084
8085         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
8086         and `gnus-xmas-completing-read'.
8087
8088 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8089
8090         * nneething.el (nneething-message-id-number): Abolished.
8091         (nneething-encode-file-name): Not encode numerical characters.
8092         (nneething-make-head): `nneething-message-id-number' is not
8093         used to generate message IDs.
8094
8095 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8096
8097         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
8098         characters.
8099
8100 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8101
8102         * gnus-xmas.el (gnus-xmas-completing-read): New function.
8103         (gnus-xmas-redefine): Redefine conditionally.
8104
8105 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
8106
8107         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
8108         tag.
8109
8110 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
8111
8112         * message.el (message-font-lock-keywords): Added the secure tag.
8113         * mml-sec.el: Added functions to generate/modify/remove the secure
8114         tag while in message mode.
8115         * mml-sec.el (mml-secure-message): New.
8116         * mml-sec.el (mml-unsecure-message): New.
8117         * mml-sec.el (mml-secure-message-sign-smime): New.
8118         * mml-sec.el (mml-secure-message-sign-pgp): New.
8119         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
8120         * mml-sec.el (mml-secure-message-encrypt-smime): New.
8121         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
8122         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
8123         * mml.el (mml-parse-1): Added code to recognise the secure tag and
8124         convert it to either a part or multipart depending on if there are
8125         other parts in the message.
8126         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
8127         to use the secure tag, rather than the part tag.
8128         * mml.el (mml-preview): Added a save-excursion to keep cursor
8129         position after doing an MML preview.
8130
8131 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8132
8133         * nnheader.el (nnheader-parse-overview-file): New function.
8134         (nnheader-write-overview-file): New function.
8135
8136 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8137
8138         * gnus.el (gnus-group-fast-parameter): Check better if expansion
8139         in wanted.
8140
8141         * nnweb.el (nnweb-type-definition): Clean up.
8142
8143 2002-01-21  Alastair Burt  <burt@dfki.de>
8144         Trivial patch.
8145
8146         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
8147         buffer exists before jumping to it.
8148
8149 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8150
8151         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
8152         function.
8153         (article-wash-html): Use it.
8154         (gnus-article-wash-function): New variable.
8155         (gnus-article-wash-html-with-w3m): New function.
8156
8157 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
8158
8159         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
8160         XEmacs.
8161
8162 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
8163
8164         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
8165         command line.
8166
8167 2002-01-21  Simon Josefsson  <jas@extundo.com>
8168
8169         * canlock.el (base64-encode-string): Autoload it from base64.
8170         (canlock-make-cancel-key): Base64 encode unibyte string.
8171
8172 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8173
8174         * nnfolder.el (nnfolder-request-accept-article): Unfold
8175         x-from-line.
8176         (nnfolder-request-replace-article): Ditto.
8177
8178 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
8179
8180         * gnus-group.el (gnus-group-best-unread-group): Use the right
8181         positioning function.
8182
8183 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8184
8185         * smiley-ems.el (smiley-region): Use new function.
8186         (smiley-update-cache): Use general image functions.
8187         (smiley-region): Use general functions.
8188
8189         * gnus-util.el (gnus-graphic-display-p): New function.
8190
8191         * nnmail.el (nnmail-article-group): Allow outputting traces of
8192         non-strings.
8193
8194         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
8195         (nndoc-exim-bounce-type-p): New function.
8196
8197         * message.el (message-dont-send): Doc fix.
8198
8199         * gnus-util.el (gnus-completing-read): Remove
8200         inherit-input-method.
8201
8202         * gnus-art.el (gnus-treat-smiley): Doc fix.
8203
8204         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
8205         articles.
8206
8207 2002-01-19  Simon Josefsson  <jas@extundo.com>
8208
8209         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
8210         (imap-kerberos4-open): Ditto.
8211         (imap-open): Set port correctly, don't set auth.
8212
8213 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8214
8215         * gnus.el (gnus-version-number): Bump version number.
8216
8217 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8218
8219         * gnus.el: Oort Gnus v0.05 is released.
8220
8221 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8222
8223         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
8224         exists.
8225
8226         * gnus-spec.el (gnus-string-width-function): New function.
8227         (gnus-tilde-cut-form): Use it.
8228         (gnus-tilde-max-form): Ditto.
8229         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
8230         (gnus-substring-function): Use it.
8231         (gnus-tilde-cut-form): Ditto.
8232         (gnus-substring-function): New function.
8233
8234         * message.el (message-check-news-header-syntax): New message.
8235
8236         * gnus.el (gnus-slave-no-server): Doc fix.
8237
8238         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
8239
8240 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8241
8242         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
8243         `seen' if it looks like (seen NUM1 . NUM2).  It should be
8244         (seen (NUM1 . NUM2)).
8245
8246 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8247
8248         * gnus-topic.el (gnus-topic-catchup-articles): Update article
8249         number in closed topics.
8250
8251 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
8252
8253         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
8254         functions.
8255
8256 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8257
8258         * gnus.el (gnus-group-find-parameter): Clean up.
8259
8260         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
8261         articles.
8262
8263         * gnus-util.el (gnus-completing-read-with-default): Renamed.
8264
8265         * nnmail.el (nnmail-article-group): Clean up.
8266
8267 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
8268
8269         * gnus-agent.el (gnus-category-name): Intern the category name.
8270
8271 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8272
8273         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
8274
8275         * gnus-util.el (gnus-completing-read): New function.
8276
8277 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
8278
8279         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
8280
8281         * smiley-ems.el (smiley-region): Register smiley.
8282         (smiley-toggle-buffer): Rewrite the function.
8283         (smiley-active): Removed.
8284
8285 2002-01-19  Simon Josefsson  <jas@extundo.com>
8286
8287         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
8288         Jesper Harder <harder@ifa.au.dk>.
8289
8290 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8291
8292         * gnus-art.el (gnus-request-article-this-buffer): Call
8293         `nneething-get-file-name' to extract the file name from the
8294         message id.
8295
8296         * nneething.el (nneething-encode-file-name): New function.
8297         (nneething-decode-file-name): Ditto.
8298         (nneething-get-file-name): Ditto.
8299         (nneething-make-head): Encode the file name and encapsulate it
8300         into the field of the message id.
8301
8302 2002-01-18  Simon Josefsson  <jas@extundo.com>
8303
8304         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
8305         stored in .marks.
8306
8307         * nnfolder.el (nnfolder-request-update-info): Ditto.
8308
8309 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
8310
8311         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
8312
8313 2002-01-18  Simon Josefsson  <jas@extundo.com>
8314
8315         * imap.el (imap-starttls-p): Don't check for binary.
8316         (imap-gssapi-auth-p): Ditto.
8317         (imap-kerberos4-auth-p): Ditto.
8318         (imap-open): Change logic.  Iterate through all possible streams,
8319         instead of bailing out after first failure.  Move authenticator
8320         decision to `imap-authenticate'.
8321         (imap-authenticate): Change logic, now finds the authenticator to
8322         use, was previously in `imap-open'.
8323         (imap-open): Return nil on failure.
8324         (imap-open): Setup temp buffer correctly.
8325         (imap-open): Return buffer only on success.
8326         (imap-interactive-login, imap-interactive-login): Tell the user
8327         which stream/authenticator is used for the queried
8328         username/password.
8329         (imap-open, imap-authenticate): Set variables.
8330         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
8331         (imap-open): Don't assume how `with-temp-buffer' is implemented.
8332
8333 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8334
8335         * gnus-fun.el (gnus-grab-cam-x-face): New function.
8336
8337 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8338
8339         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
8340
8341 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
8342
8343         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
8344         (gnus-agent-group-mode-map): Bind it to "Jo".
8345         (gnus-agent-group-make-menu-bar): Add it into menu bar.
8346
8347 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
8348
8349         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
8350         (gnus-summary-mail-toolbar): Add mail article deletion button.
8351
8352         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
8353         false positives for lines of "^^^^".
8354
8355         * gnus-picon.el (gnus-picon-find-face): faces database is all
8356         lowercase.
8357
8358 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
8359
8360         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
8361         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
8362         duplications.
8363         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
8364
8365 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8366
8367         * gnus-sum.el (gnus-summary-initial-limit): Inline
8368         gnus-summary-limit-children.
8369         (gnus-summary-initial-limit): Don't limit if
8370         gnus-newsgroup-display is nil.
8371         (gnus-summary-initial-limit): No, don't.
8372
8373         * gnus-util.el
8374         (gnus-put-text-property-excluding-characters-with-faces): Inline
8375         gnus-put-text-property.
8376
8377         * gnus-spec.el (gnus-default-format-specs): New variable.
8378
8379         * gnus-start.el (gnus-read-newsrc-file): Don't clear
8380         gnus-format-specs.
8381         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
8382
8383         * gnus-spec.el (gnus-update-format-specifications): Really check
8384         the Gnus version of the .newsrc.eld file.
8385         (gnus-format-specs): Save the new default summary format.
8386
8387         * gnus-util.el (gnus-parent-id): Check whether references is empty
8388         before splitting.
8389
8390         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
8391         functions.
8392         (gnus-gather-threads-by-references): Inline
8393         `gnus-split-references'.
8394
8395         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
8396         default value of gnus-summary-line-format-spec.
8397
8398 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
8399
8400         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
8401         message.
8402         (nnslashdot-request-list): Ditto.
8403         (nnslashdot-sid-strip): Removed.
8404
8405 2002-01-15  Simon Josefsson  <jas@extundo.com>
8406
8407         * nnimap.el (nnimap-close-asynchronous): Enable.
8408         (nnimap-close-group): Expunge.
8409
8410 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
8411
8412         * gnus-util.el (gnus-user-date-format-alist): Typo.
8413         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
8414
8415 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8416
8417         * nneething.el (nneething-request-article): Set
8418         `nnmail-file-coding-system' to `binary' locally, in order to read
8419         files without any conversion.
8420
8421 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
8422
8423         * gnus-agent.el (gnus-agent-retrieve-headers): Use
8424         nnheader-file-coding-system and nnmail-active-file-coding-system.
8425         (gnus-agent-regenerate-group): Ditto.
8426         (gnus-agent-regenerate): Ditto.
8427         (gnus-agent-write-active): Ditto.
8428         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
8429
8430 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
8431
8432         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
8433         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
8434
8435 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
8436
8437         * gnus.el: We don't need gnus-article-show-all-headers.
8438
8439         * gnus-art.el (article-show-all, gnus-article-show-all-header):
8440         Ditto.
8441
8442         * gnus-sum.el (gnus-summary-select-article): Don't call
8443         show-all-headers, because hidden headers are not hidden text any
8444         more.
8445
8446 2002-01-13  Simon Josefsson  <jas@extundo.com>
8447
8448         * message.el (message-newline-and-reformat): Use `newline' instead
8449         of inserting \n, so that the newline is marked as hard.
8450
8451         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
8452         From Jesper Harder <harder@ifa.au.dk>.
8453
8454 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
8455
8456         * imap.el (imap-close): Keep going if quit.
8457
8458         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
8459         nntp-server-buffer.
8460
8461 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8462
8463         * mm-view.el (mm-display-inline-fontify): Require font-lock to
8464         avoid unbinding shadowed variables.
8465
8466         * gnus-art.el (gnus-picon-databases): Moved here.
8467         (gnus-picons-installed-p): Moved here.
8468         (gnus-article-reply-with-original): Use `mark'.
8469
8470         * gnus.el (gnus-picon): Moved here and renamed.
8471
8472         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
8473         installed.
8474         (gnus-treat-mail-picon): Ditto.
8475         (gnus-treat-newsgroups-picon): Ditto.
8476
8477         * gnus-picon.el (gnus-picons-installed-p): New function.
8478
8479 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
8480
8481         * gnus-agent.el (gnus-agent-go-online): Fix doc.
8482
8483 2002-01-12  Simon Josefsson  <jas@extundo.com>
8484
8485         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
8486         (nnimap-before-find-minmax-bugworkaround): Use it.
8487         (nnimap-find-minmax-uid): Don't reselect current mailbox.
8488         (nnimap-dont-close): New variable.
8489         (nnimap-close-group): Use it.
8490
8491 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8492
8493         * gnus-art.el (gnus-article-reply-with-original): Use
8494         `mark-active'.
8495
8496         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
8497
8498         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
8499         (gnus-score-advanced): Clean up.
8500         (gnus-score-advanced): Accept a multiple of the score.
8501
8502 2002-01-12  Simon Josefsson  <jas@extundo.com>
8503
8504         * flow-fill.el (fill-flowed-display-column)
8505         (fill-flowed-encode-columnq): New variables.  Suggested by
8506         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
8507         (fill-flowed-encode, fill-flowed): Use them.
8508
8509         * message.el (message-send-news, message-send-mail): Use
8510         m-b-s-n-p-e-h-n.
8511
8512         * mml.el (autoload): Autoload fill-flowed-encode.
8513         (mml-buffer-substring-no-properties-except-hard-newlines): New
8514         function.
8515         (mml-read-part): Use it.
8516         (mml-generate-mime-1): Encode format=flowed if appropriate.
8517         (mml-insert-mime-headers): Insert format=flowed.
8518
8519         * flow-fill.el (fill-flowed-encode): New function.
8520         (fill-flowed): Bind fill-column to window width.
8521
8522 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8523
8524         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
8525         it exists.
8526         (gnus-summary-setup-buffer): Wake up dead summary buffers.
8527         (gnus-summary-buffer-name): Don't return the dead name after all.
8528         (gnus-summary-setup-buffer): Kill the dead buffer.
8529
8530         * gnus-art.el (gnus-article-followup-with-original): Store the
8531         value of the mark before deactivating it.
8532
8533 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8534
8535         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
8536         From: Karl Kleinpaste <karl@charcoal.com>
8537
8538         * gnus-art.el (article-display-x-face): Ditto.
8539         (gnus-article-reply-with-original): Use gnus-region-active-p.
8540         (gnus-article-followup-with-original): Ditto.
8541
8542         * gnus-sum.el (gnus-summary-read-group-1): Don't select
8543         downloadable article either.
8544
8545 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8546
8547         * gnus-art.el (article-display-x-face): Insert From:.
8548
8549         * gnus-sum.el (gnus-summary-move-article): Don't draw the
8550         article. Bind gnus-display-mime-function and
8551         gnus-article-prepare-hook.
8552
8553         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
8554         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
8555         gnus-agent-possibly-synchronize-flags to the last.
8556         (gnus-agent-go-online): New function. New variable.
8557
8558 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8559
8560         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
8561         (gnus-agent-regenerate): Ditto.
8562
8563 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8564
8565         * message.el (message-ignored-news-headers)
8566         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
8567         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
8568
8569         * gnus.el (gnus-gethash-safe): New macro.
8570
8571         * gnus-agent.el (gnus-agent-regenerate-history): New function.
8572         (gnus-agent-regenerate): Show messages.
8573
8574 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8575
8576         * gnus-agent.el (gnus-agent-regenerate-group): New function.
8577         (gnus-agent-regenerate): New function.
8578         (gnus-agent-save-alist): Sort.
8579         (gnus-agent-copy-nov-line): Test eobp.
8580         (gnus-agent-retrieve-headers): Erase buffer.
8581
8582 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
8583
8584         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
8585         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
8586
8587         * gnus.el (gnus-agent-covered-methods): Move here.
8588         (gnus-online): New function.
8589         (gnus-agent-method-p): Move here.
8590
8591         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
8592         nil. Remove articles-alist.
8593
8594         * gnus-start.el (gnus-get-unread-articles): Check online.
8595         (gnus-groups-to-gnus-format): Ditto.
8596         (gnus-active-to-gnus-format): Ditto.
8597
8598         * gnus-agent.el (gnus-agent-get-function): Use it.
8599         (gnus-agent-get-undownloaded-list): Ditto.
8600         (gnus-agent-fetch-session): Only fetch online methods.
8601
8602         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
8603         (gnus-server-mode-map): Ditto.
8604         (gnus-server-offline-face): New face.
8605         (gnus-server-offline-face): New variable.
8606         (gnus-server-font-lock-keywords): Add offline.
8607         (gnus-server-insert-server-line): Ditto.
8608         (gnus-server-offline-server): New function.
8609
8610         * gnus-int.el (gnus-open-server): Turn to offline.
8611         (gnus-server-unopen-status): New variable.
8612
8613 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
8614
8615         * nnkiboze.el (nnkiboze-request-article): Use
8616         gnus-agent-request-article.
8617
8618         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
8619         function. Insert undownloaded NOV.
8620
8621         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
8622         (gnus-agent-request-article): New function.
8623
8624         * gnus.el (gnus-agent-cache): New variable.
8625
8626         * gnus-int.el (gnus-retrieve-headers): Use
8627         gnus-agent-retrieve-headers.
8628         (gnus-request-head): Use gnus-agent-request-article.
8629         (gnus-request-body): Ditto.
8630
8631         * gnus-art.el (gnus-request-article-this-buffer): Use
8632         gnus-agent-request-article.
8633
8634         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
8635         article if it is undownloaded.
8636
8637 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8638
8639         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
8640
8641 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8642
8643         * canlock.el (canlock-string-as-unibyte): New macro.
8644         (canlock-sha1-with-openssl): Return a unibyte string.
8645         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
8646
8647 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
8648
8649         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
8650
8651 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8652
8653         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
8654         application/x-emacs-lisp.
8655
8656         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
8657
8658         * nntp.el (nntp-request-article): Add group parameter.
8659         (nntp-request-head): Ditto.
8660         (nntp-find-group-and-number): Add parameter group. Figure out
8661         number if the status line doesn't give (e.g. quimby.gnus.org).
8662
8663 2002-01-08  Simon Josefsson  <jas@extundo.com>
8664
8665         * mml.el (mml-generate-mime-1): Set recipient correctly.
8666
8667 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8668
8669         * message.el (message-read-from-minibuffer): Add parameter
8670         initial-contents.
8671         * gnus-msg.el (gnus-summary-resend-message): Use it.
8672
8673         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
8674         behavior of quit-config.
8675
8676         * message.el (message-make-from): Don't quote fullname.
8677         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
8678
8679         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
8680         From: <andre@slamdunknetworks.com>
8681
8682 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
8683
8684         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
8685
8686         * gnus-art.el (gnus-header-button-alist): Handle mailto.
8687
8688         * mml.el (mml-preview): Bind gnus-original-article-buffer because
8689         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
8690         because bbdb may use it.
8691
8692 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8693
8694         * nneething.el (nneething-request-article): When a non-text file
8695         is converted to an article, its data is encoded in base64.  Call
8696         `nneething-make-head' with options to specify MIME types.
8697         (nneething-make-head): Add optional arguments to specify MIME
8698         types.
8699
8700 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8701
8702         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
8703         header if there is not.
8704
8705         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
8706
8707         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
8708         (gnus-inews-mark-gcc-as-read): Obsolete variable.
8709         (gnus-inews-do-gcc): Use them.
8710
8711         * gnus-group.el (gnus-group-mark-article-read): Put holes into
8712         gnus-newsgroup-unselected.
8713
8714 2002-01-06  Simon Josefsson  <jas@extundo.com>
8715
8716         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
8717         condition-case, not ignore-errors.
8718
8719 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8720
8721         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
8722         gnus-fetch-old-headers.
8723
8724         * gnus-art.el (article-display-x-face): Use the current buffer
8725         unless `W f'. Otherwise, X-Face may be shown in the header of a
8726         forwarded part.
8727         (gnus-treatment-function-alist): Treat xface before hiding
8728         headers.
8729
8730 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8731
8732         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
8733         parameters.
8734
8735 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8736
8737         * mm-util.el (mm-multibyte-p): Define conditionally when load.
8738         (mm-guess-charset): New function.
8739         (mm-charset-after): Use it.
8740         (mm-detect-coding-region): New function.
8741         (mm-detect-mime-charset-region): New function.
8742
8743         * gnus-sum.el (gnus-summary-show-article): Use
8744         mm-detect-coding-region.
8745
8746 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8747
8748         * message.el (message-make-fqdn): Be less violent.
8749
8750         * gnus.el (gnus-logo-color-style): Compute custom form
8751         automatically.
8752
8753         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
8754         score file of the parent to the document group.
8755
8756         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
8757         parameters parameter.
8758
8759         * gnus-score.el (gnus-score-load-file): Clean up.
8760
8761 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8762
8763         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
8764         From: Damien Wyart <damien.wyart@free.fr>
8765
8766         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
8767
8768 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
8769
8770         * gnus-sum.el (gnus-select-group-hook): Typo.
8771
8772         * rfc2047.el (rfc2047-decode-string): Return immediately if there
8773         is no quoted-printable-encoded STRING.
8774         From: Jesper Harder <harder@ifa.au.dk>
8775
8776         (rfc2047-decode-string): Decode it.
8777
8778 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8779
8780         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
8781
8782 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
8783         Trivial patch.
8784
8785         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
8786         buffer to get rid of junk line.
8787
8788 2002-01-05  Simon Josefsson  <jas@extundo.com>
8789
8790         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
8791         C-o.
8792         (message-mode-map): Bind message-insert-or-toggle-importance to
8793         C-c C-u.
8794         (message-mode-map): Bind message-disposition-notification-to to
8795         C-c M-n.
8796         (message-mode-menu): Add m-d-n-t.
8797         (message-mode-field-menu): Add m-goto-from.
8798         (message-mode): Doc fix.
8799         (message-goto-from): New function.
8800         (message-insert-disposition-notification-to): New function.
8801         (message-tool-bar-map): Add receipt button.
8802
8803 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8804
8805         * gnus-sum.el (gnus-thread-latest-date): New function.
8806         (gnus-thread-sort-by-most-recent-number): Renamed.
8807         (gnus-thread-sort-functions): Doc fix.
8808         (gnus-select-group-hook): Don't use setq on a hook.
8809         (gnus-thread-latest-date): Use date, not number
8810
8811         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
8812         (gnus-agent-expire): Allow regexp of expire-days.
8813
8814         * gnus-art.el (gnus-article-reply-with-original): Deactivate
8815         region.
8816         (gnus-article-followup-with-original): Ditto.
8817
8818         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
8819
8820         * gnus-art.el (gnus-mime-display-alternative): Use
8821         gnus-local-map-property.
8822         (gnus-mime-display-alternative): Ditto.
8823         (gnus-insert-mime-security-button): Ditto.
8824         (gnus-insert-next-page-button): Ditto.
8825         (gnus-button-prev-page): Take optional args.
8826         (gnus-insert-prev-page-button): widget-convert.
8827
8828         * gnus-util.el (gnus-local-map-property): New function.
8829
8830         * gnus-art.el (gnus-prev-page-map): Use parent map.
8831         (gnus-next-page-map): Ditto.
8832
8833         * gnus-spec.el (gnus-parse-format): Clean up.
8834         (gnus-parse-format): Do complex formatting for %=.
8835
8836         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
8837         "X-Face: " to the data in the built-in scenario.
8838
8839         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
8840         (gnus-correct-pad-form): Renamed.
8841         (gnus-tilde-max-form): Clean up.
8842         (gnus-pad-form): Use gnus-use-correct-string-widths.
8843
8844         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
8845         support if that is available.
8846
8847         * gnus-sum.el (gnus-thread-highest-number): New function.
8848         (gnus-thread-sort-by-most-recent-thread): New function.
8849         (gnus-thread-sort-functions): Doc fix.
8850
8851 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8852
8853         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
8854         all cases.
8855         (gnus-summary-mode): Enable it in all cases.
8856         (gnus-summary-display-article): Ditto.
8857         (gnus-summary-edit-article): Ditto.
8858
8859         * gnus-ems.el (gnus-put-image): Really return glyph.
8860
8861         * gnus-art.el (gnus-article-x-face-command): Fix :type.
8862         (gnus-treat-smiley): Don't take "P" in the interactive form.
8863
8864 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8865
8866         * compface.el (uncompface): XEmacs and Emacs have differing
8867         capabilities.
8868
8869         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
8870
8871         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
8872         (gnus-article-xface-ring-size): Removed.
8873         (gnus-article-display-xface): Removed.
8874         (gnus-remove-image): Cleaned up.
8875
8876         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
8877         (gnus-xmas-create-image): Take pbm files.
8878         (gnus-x-face): Removed.
8879         (gnus-xmas-article-display-xface): Removed.
8880
8881         * gnus-fun.el (gnus-display-x-face-in-from): Bind
8882         default-enable-multibyte-characters.
8883
8884         * compface.el (uncompface): Doc fix.
8885
8886         * gnus-art.el (gnus-article-x-face-command): Use
8887         gnus-display-x-face-in-from.
8888
8889         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
8890
8891         * gnus-ems.el (gnus-put-image): Return the image.
8892
8893         * gnus-fun.el (gnus-display-x-face-in-from): New function.
8894         (gnus-x-face): Moved here.
8895
8896 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8897
8898         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
8899         invisible if string is nil.
8900         (gnus-xmas-article-display-xface): Use it.
8901
8902         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
8903         property when string is nil.
8904         (gnus-article-display-xface): Use it.
8905
8906 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8907
8908         * gnus-art.el (article-display-x-face): Check whether valid grey
8909         face was returned.
8910         (article-display-x-face): Place image in the right spot.
8911
8912         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
8913         stderr.
8914         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
8915
8916 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8917
8918         * gnus-xmas.el (gnus-xmas-create-image): Take optional
8919         parameters.
8920         (gnus-xmas-put-image): Allow non-strings to be passed.
8921
8922         * gnus-art.el (article-display-x-face): Use optional parameters.
8923
8924         * gnus-ems.el (gnus-create-image): Take optional parameters.
8925
8926         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
8927
8928         * compface.el (compface-xbm-p): Removed.
8929
8930         * gnus-ems.el (gnus-article-compface-xbm): Removed.
8931         (gnus-article-display-xface): Use compface.
8932
8933         * compface.el: New file.
8934
8935         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
8936         (gnus-convert-image-to-x-face-command): Ditto.
8937         (gnus-random-x-face): Quote argument.
8938         (gnus-x-face-from-file): Ditto.
8939
8940 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
8941
8942         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
8943         the expire-group parameter once per article rather than once
8944         per group; bind `nnmaildir-article-file-name' and `article'
8945         for convenience.  Leave article alone when expire-group
8946         specifies the current group.
8947         (nnmaildir--update-nov): be more concurrency-friendly with
8948         temp file names.
8949
8950 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8951
8952         * gnus-start.el (gnus-read-init-file): Cleaned up.
8953
8954 2002-01-03  Dave Love  <d.love@dl.ac.uk>
8955
8956         * gnus-start.el (gnus-startup-file-coding-system): Removed.
8957         (gnus-read-init-file): Don't use it.
8958
8959 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8960
8961         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
8962
8963 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8964
8965         * gnus-start.el (gnus-read-init-file): Don't force coding system
8966         for ~/.gnus.  From Dave Love <fx@gnu.org>.
8967
8968 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8969
8970         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
8971         * nnspool.el (nnspool-request-post): Ditto.
8972
8973         * mm-util.el (mm-use-find-coding-systems-region): New variable.
8974         (mm-find-mime-charset-region): Use it.
8975
8976 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
8977
8978         * gnus.el (gnus-summary-line-format): Added :link.
8979         * gnus-topic.el (gnus-topic-line-format): Ditto.
8980         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
8981         * gnus-srvr.el (gnus-server-line-format): Ditto.
8982         * gnus-group.el (gnus-group-line-format): Ditto.
8983
8984         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
8985         :keys, it works on both Emacsen.
8986
8987 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8988
8989         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
8990
8991 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8992
8993         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
8994
8995 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
8996
8997         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
8998         very wide reply.
8999
9000 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9001
9002         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
9003         (gnus-picon-cache): New variable.
9004         (gnus-picon-transform-newsgroups): Cache stuff.
9005
9006         * gnus-art.el (gnus-article-reply-with-original): New command.
9007         (gnus-article-followup-with-original): New command.
9008
9009         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
9010         END parameters.
9011         (gnus-summary-followup): Take a list of list of articles.
9012         (gnus-inews-yank-articles): Allow lists of article/regions.
9013
9014         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
9015         longer the usual commands.
9016
9017         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
9018         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
9019         shell-command-on-region.
9020
9021 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9022
9023         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
9024           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
9025
9026 2002-01-03  Steve Youngs  <youngs@xemacs.org>
9027
9028         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
9029         understand ':keys', wrap it in an featurep 'xemacs.
9030
9031 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9032
9033         * gnus-ems.el (gnus-article-display-xface): Show xface in the
9034         order of headers (Actually, it is called in a reversed order). Add
9035         'gnus-image-text-deletable property.
9036         (gnus-remove-image): Remove text with such a property.
9037
9038         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
9039         gnus-put-image.
9040
9041         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
9042         with ", "
9043
9044 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9045
9046         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
9047
9048         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
9049         (article-display-x-face): Display grey X-Faces.
9050
9051         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
9052         (gnus-convert-gray-x-face-to-ppm): Ditto.
9053         (gnus-convert-image-to-gray-x-face): Ditto.
9054
9055         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
9056         gnus-summary-show-raw-article.
9057
9058 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9059
9060         Display picons in XEmacs without showing text.
9061
9062         * gnus-xmas.el (gnus-xmas-create-image): Don't use
9063         mm-create-image-xemacs to create xbm glyph, because it deletes
9064         temporary files.
9065         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
9066         (gnus-xmas-remove-image): Make text visible, remove glyph.
9067
9068         * gnus-picon.el (gnus-picon-transform-newsgroups)
9069         (gnus-picon-transform-address): Insert spec backward, due to the
9070         incompatibility of gnus-xmas-put-image.
9071
9072 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9073
9074         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
9075
9076 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9077
9078         * gnus.el: Doc fix.
9079
9080         * gnus-art.el: Doc fix.
9081
9082         * gnus-agent.el: Doc fix.
9083
9084 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
9085
9086         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
9087
9088 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
9089
9090         * nnmaildir.el (nnmaildir--update-nov): automatically parse
9091         NOV data out of the message again if nnmail-extra-headers has
9092         changed.
9093
9094 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9095
9096         * gnus-fun.el: New file.
9097         (gnus-convert-image-to-x-face-command): New variable.
9098         (gnus-insert-x-face): New function.
9099         (gnus-random-x-face): Renamed.
9100         (gnus-x-face-from-file): Renamed.
9101
9102         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
9103         "_".
9104         (gnus-body-boundary-delimiter): Typo fix.
9105
9106 2002-01-02  Simon Josefsson  <jas@extundo.com>
9107
9108         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
9109         (gnus-body-boundary-delimiter): Fix type.
9110
9111 2002-01-01  Simon Josefsson  <jas@extundo.com>
9112
9113         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
9114         (gnus-treat-emphasize, gnus-treat-strip-cr)
9115         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
9116         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
9117         (gnus-treat-fill-article, gnus-treat-hide-citation)
9118         (gnus-treat-hide-citation-maybe)
9119         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
9120         (gnus-treat-strip-pem, gnus-treat-strip-banner)
9121         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
9122         (gnus-treat-date-ut, gnus-treat-date-local)
9123         (gnus-treat-date-english, gnus-treat-date-lapsed)
9124         (gnus-treat-date-original, gnus-treat-date-iso8601)
9125         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
9126         (gnus-treat-strip-trailing-blank-lines)
9127         (gnus-treat-strip-leading-blank-lines)
9128         (gnus-treat-strip-multiple-blank-lines)
9129         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
9130         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
9131         (gnus-treat-display-xface, gnus-treat-display-smileys)
9132         (gnus-treat-from-picon, gnus-treat-mail-picon)
9133         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
9134         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
9135         (gnus-treat-play-sounds, gnus-treat-translate)
9136         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
9137
9138         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
9139         (gnus-article-treat-body-boundary): Use it.
9140
9141         * message.el (message-mode): Fix doc.
9142         (message-mode-menu): Fix names.
9143
9144 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9145
9146         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
9147         articles.
9148
9149         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
9150         (gnus-picon-transform-address): Search for unknown faces as well.
9151         (gnus-picon-find-face): Don't search "news" for MISC.
9152         (gnus-picon-user-directories): Changed default back to exclude
9153         "unknown".
9154
9155         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
9156
9157         * gnus-picon.el (gnus-picon-find-face): Search through all
9158         databases.
9159         (gnus-picon-find-face): New implementation.
9160
9161         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
9162         keystroke.
9163         (gnus-topic-goto-next-topic): Ditto.
9164
9165         * gnus.el (gnus-summary-line-format): Changed default.
9166
9167         * nnmail.el (nnmail-extra-headers): Change default.
9168
9169         * gnus-sum.el (gnus-extra-headers): Change default.
9170
9171         * message.el (message-news-other-window): Changed "news" to
9172         "posting".
9173         (message-news-other-frame): Ditto.
9174         (message-do-send-housekeeping): Ditto.
9175
9176         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
9177         function.
9178         (gnus-article-unread-p): New function.
9179         (gnus-article-unseen-p): New function.
9180         (gnus-dead-summary-mode-map): Typo.
9181
9182         * gnus-util.el (gnus-make-predicate): New function.
9183         (gnus-make-predicate-1): New function.
9184
9185         * gnus-sum.el: New function.
9186         (gnus-map-articles): New function.
9187
9188         * gnus-art.el (gnus-treat-fold-headers): New variable.
9189         (gnus-article-treat-fold-headers): New command and keystroke.
9190
9191         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
9192         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
9193
9194 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
9195
9196         * message.el (message-fcc-externalize-attachments): New variable.
9197         (message-do-fcc): Use it.
9198
9199         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
9200         (gnus-inews-do-gcc): Use it.
9201
9202         * mml.el (mml-tweak-sexp-alist): New variable.
9203         (mml-externalize-attachments): New variable.
9204         (mml-tweak-part): Use mml-tweak-sexp-alist.
9205         (mml-tweak-externalize-attachments): New function.
9206
9207 2002-01-01  Steve Youngs  <youngs@xemacs.org>
9208
9209         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
9210         'set-glyph-face' so x-face back/foreground can be set.
9211
9212 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
9213
9214         * message.el (message-fix-before-sending): Fix a typo.
9215
9216 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9217
9218         * gnus-art.el (gnus-treat-smiley): Renamed command.
9219         (gnus-article-remove-images): New command and keystroke.
9220
9221         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
9222
9223         * smiley-ems.el (gnus-smiley-display): Removed.
9224
9225         * gnus.el (gnus-version-number): Update version.
9226
9227         * message.el (message-text-with-property): Renamed and moved
9228         here.
9229         (message-fix-before-sending): Highlight invisible text and place
9230         point there.
9231
9232 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9233
9234         * gnus.el: Oort Gnus v0.04 is released.
9235
9236 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9237
9238         * gnus-delay.el (gnus-delay-send-queue): Renamed.
9239
9240         * gnus-art.el (gnus-ignored-headers): More headers,
9241
9242         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
9243         of `scan-error', since XEmacs doesn't seem to support that.
9244
9245 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9246
9247         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
9248         arg.
9249         (gnus-summary-best-unread-subject): Ditto.
9250         (gnus-summary-best-unread-subject): No, don't.
9251         (gnus-summary-better-unread-subject): New command.
9252
9253         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
9254
9255         * lpath.el ((featurep 'xemacs)): fbind url function.
9256
9257         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
9258         buffer.
9259         (gnus-xmas-remove-image): Implementation that does something.
9260         (gnus-xmas-article-display-xface): Mark images properly.
9261
9262         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
9263
9264 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
9265
9266         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
9267
9268 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9269
9270         * gnus-group.el (gnus-group-line-format): Added %O to the default
9271         value.
9272
9273         * gnus-util.el (gnus-text-with-property): The smallest point is
9274         point-min.
9275
9276         * smiley-ems.el (smiley-region): Return images.
9277         (gnus-smiley-display): Allow toggling.
9278         (smiley-region): Use text properties, not overlays.
9279
9280         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
9281         implemented yet.
9282
9283         * smiley-ems.el (smiley-update-cache): Check for valid types.
9284
9285         * gnus-art.el (gnus-with-article-buffer): New macro.
9286
9287         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
9288         strings as well as the glyphs.
9289         (gnus-picon-transform-address): Ditto.
9290         (gnus-picon-insert-glyph): Ditto.
9291         (gnus-picon-transform-newsgroups): Toggle.
9292         (gnus-picon-transform-address): Toggle.
9293
9294         * gnus-ems.el (gnus-remove-image): New function.
9295         (gnus-put-image): Take an optional string.
9296
9297         * gnus-util.el (gnus-text-with-property): New function.
9298
9299         * gnus-art.el (gnus-delete-images): New function.
9300
9301         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
9302
9303         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
9304         (gnus-article-wash-status): Use it.
9305         (gnus-signature-toggle): Clean up.
9306         (gnus-add-wash-status): New function.
9307         (gnus-delete-wash-status): New function.
9308         (gnus-article-hide-text-type): Use them throughout.
9309         (gnus-add-image): New function.
9310
9311         * gnus-ems.el (gnus-article-display-xface): Use new interface.
9312
9313         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
9314         interface.
9315
9316         * gnus-art.el (article-display-x-face): Cleaned up.
9317
9318         * rfc2047.el (rfc2047-field-value): New function.
9319
9320         * mail-parse.el (mail-header-field-value): New alias.
9321
9322         * gnus-art.el (gnus-mime-print-part): Fix typos.
9323
9324         * smiley-ems.el (gnus-smiley-file-types): New variable.
9325         (smiley-update-cache): Use it.
9326         (smiley-regexp-alist): Suffix-less smiley names.
9327         (smiley-regexp-alist): Added more smileys.
9328
9329         * gnus-sum.el (gnus-print-buffer): Made into own function.
9330         (gnus-summary-print-article): Use it.
9331
9332         * mailcap.el (mailcap-mime-info): Actually return the bit that we
9333         looked for when REQUEST is a string.
9334
9335         * gnus-art.el (gnus-mime-button-commands): Add printing
9336         keystroke.
9337         (gnus-mime-copy-part): Doc fix.
9338         (gnus-mime-print-part): New command.
9339
9340 2001-12-31  Simon Josefsson  <jas@extundo.com>
9341
9342         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
9343         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
9344
9345 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
9346
9347         * gnus-picon.el (gnus-treat-from-picon): Autoload.
9348         (picon): Fix doc.
9349
9350         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
9351         longer exists. Remove those codes.
9352         * gnus.el (gnus-use-picons): Ditto.
9353
9354 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9355
9356         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
9357         infloop.
9358
9359         * gnus-sum.el (t): New `W D' map.
9360
9361         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
9362         (gnus-article-treat-body-boundary): Clean up.
9363         (gnus-body-boundary-face): Removed.
9364         (gnus-article-goto-header): Moved here.
9365         (gnus-article-goto-header): Allow better regexps.
9366         (gnus-article-treat-fold-newsgroups): New command.
9367
9368         * gnus-sum.el (gnus-summary-move-article): We have to select an
9369         article to give `gnus-read-move-group-name' an opportunity to
9370         suggest an appropriate default.
9371
9372         * rfc2047.el (rfc2047-fold-line): New function.
9373         (rfc2047-unfold-line): Ditto.
9374         (rfc2047-fold-region): Don't fold just after the header name.
9375
9376         * mail-parse.el (mail-header-fold-line): New alias.
9377         (mail-header-unfold-line): Ditto.
9378
9379         * gnus-art.el (gnus-body-boundary-face): Renamed.
9380         (gnus-article-treat-body-boundary): Use it.
9381         (gnus-article-treat-body-boundary): Use an invisible header and a
9382         line of underline characters.
9383
9384 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
9385
9386         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
9387
9388         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
9389         (gnus-picon-split-address): New function.
9390         (gnus-picon-find-face): Use it.
9391         (gnus-picon-transform-address): Use it. Set first to t for each
9392         address.
9393
9394         * gnus-art.el (gnus-with-article-headers): Move to here. Define
9395         the macro then use it.
9396         (gnus-treatment-function-alist): Treat picons earlier.
9397
9398 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9399
9400         * gnus-art.el (gnus-body-separator-face): New variable.
9401         (gnus-article-treat-body-boundary): Use a blank, colored line.
9402
9403         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
9404         well.
9405
9406         * gnus-art.el (gnus-treat-body-boundary): New variable.
9407         (gnus-article-treat-unfold-headers): Use helper macro.
9408         (gnus-article-treat-body-boundary): New command.
9409
9410         * gnus.el (gnus-logo-color-style): Change the default color.
9411         (gnus-splash-face): Gray, gray.
9412
9413         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
9414         colors.
9415
9416         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
9417         (gnus-logo-color-style): Ditto.
9418         (gnus-logo-colors): Ditto.
9419
9420         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
9421
9422         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
9423
9424         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
9425         (gnus-picon-transform-newsgroups): New function.
9426
9427         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
9428         string.
9429
9430         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
9431
9432         * gnus-art.el (gnus-treat-cc-picon): New variable.
9433         (gnus-treat-mail-picon): Renamed.
9434
9435         * gnus-picon.el: New implementation.
9436         (gnus-picon-find-face): Renamed.
9437         (gnus-treat-from-picon): Use it.
9438         (gnus-picon-transform-address): Renamed.
9439         (gnus-treat-from-picon): Use it.
9440         (gnus-picon-create-glyph): Renamed.
9441         (gnus-picon-transform-address): Use it.
9442         (gnus-treat-cc-picon): New command.
9443
9444         * mm-decode.el (mm-create-image-xemacs): Separated out into
9445         function.
9446         (mm-get-image): Use it.
9447
9448         * gnus-art.el (gnus-treat-display-picons): Simplify.
9449         (gnus-treat-from-picon): Renamed.
9450
9451         * gnus-ems.el (gnus-create-image): New function.
9452         (gnus-put-image): New function.
9453
9454         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
9455         (gnus-with-article-headers): New macro.
9456         (gnus-article-goto-header): New function.
9457
9458         * gnus-xmas.el (gnus-image-type-available-p): New function.
9459
9460         * gnus-ems.el (gnus-image-type-available-p): New function.
9461
9462 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
9463
9464         * nnrss.el (nnrss-check-group): Find the correct tag, because
9465         xml.el is changed.
9466
9467 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9468
9469         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
9470         lines are shorter than the window width.
9471         (gnus-ignored-headers): More headers.
9472
9473 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9474
9475         * gnus-art.el (gnus-treat-unfold-lines): New variable.
9476         (gnus-treat-unfold-headers): Renamed.
9477         (gnus-article-treat-unfold-headers): New command and keystroke.
9478
9479         * rfc2047.el (rfc2047-encode-message-header): Clean up.
9480
9481         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
9482
9483 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
9484
9485         * sha1-el.el (sha1-use-external): New variable.
9486         (sha1-region): Use it.
9487         (sha1-string): Ditto.
9488
9489         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
9490         * gnus-picon.el: Less warnings when compile.
9491
9492 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9493
9494         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
9495         alias.
9496         (gnus-picons-database): Default to list.
9497         (gnus-picons-lookup-internal): Use it.
9498
9499         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
9500         to "bogus".
9501
9502         * gnus-win.el (gnus-configure-windows-hook): New hook.
9503
9504 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
9505
9506         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
9507
9508 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9509
9510         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
9511         lists.
9512         (gnus-select-newsgroup): Don't append; push.
9513         (gnus-adjust-marked-articles): Remove obsolete ranges from
9514         `seen'.
9515         (gnus-update-marks): Clean up.
9516         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
9517
9518 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
9519
9520         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
9521
9522 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9523
9524         * gnus-sum.el (gnus-auto-select-subject): New variable.
9525         (gnus-summary-best-unread-subject): New function.
9526         (gnus-summary-best-unread-article): Use it.
9527         (gnus-summary-first-unseen-subject): New function and command.
9528
9529         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
9530         other treatments.
9531
9532         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
9533         function.
9534
9535         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
9536         from the list of hidden types.
9537
9538         * mm-view.el (mm-inline-text): Ditto.
9539         (mm-inline-text): Ditto.
9540         (mm-w3-prepare-buffer): Ditto.
9541
9542         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
9543
9544 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9545
9546         * gnus-art.el (gnus-ignored-headers): Added more headers.
9547
9548 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
9549
9550         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
9551         once.
9552
9553 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9554
9555         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
9556
9557 2001-12-28  Simon Josefsson  <jas@extundo.com>
9558
9559         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
9560         Jesper Harder <harder@ifa.au.dk>.
9561
9562 2001-12-27  Simon Josefsson  <jas@extundo.com>
9563
9564         * gnus-sum.el (gnus-select-newsgroup): Make
9565         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
9566         contain all articles (instead of none) when no seen marks have
9567         been set for the group.
9568         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
9569         instead, it seems to result in shorter ranges.
9570
9571 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9572
9573         * mm-util.el (mm-iso-8859-x-to-15-region): Use
9574         insert-before-markers.
9575         From Jesper Harder <harder@ifa.au.dk>
9576
9577 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
9578
9579         * nnmaildir.el (nnmaildir-save-mail): create the destination
9580         groups if they do not exist.
9581
9582 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9583
9584         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
9585
9586 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9587
9588         * gnus-group.el (gnus-group-read-ephemeral-group): Call
9589         gnus-group-real-name.
9590
9591         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
9592         (gnus-newsgroup-variables): Ditto.
9593
9594         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
9595         return it.
9596
9597 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
9598
9599         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
9600         * nnmaildir.el (top-level): Add commentary.
9601         (nnmaildir-version): Indicate that nnmaildir is now a standard
9602         part of Gnus, not separately released.
9603
9604 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9605
9606         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
9607         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
9608         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
9609         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9610
9611 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9612
9613         * nnmaildir.el: Copyright changes. Require cl only at compile time.
9614
9615 2001-12-20  Simon Josefsson  <jas@extundo.com>
9616
9617         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
9618         ZHU <zsh@cs.rochester.edu>.
9619         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
9620         Brian P Templeton <bpt@tunes.org>.
9621
9622 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9623
9624         * nnmaildir.el: New file.
9625         From Paul Jarc <prj@po.cwru.edu>.
9626
9627 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9628
9629         * nndoc.el (nndoc-type-alist): Move forward to the end.
9630
9631 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9632
9633         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
9634         `dolist'.
9635
9636 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9637
9638         * gnus-win.el (gnus-frames-on-display-list): New function.
9639         (gnus-get-buffer-window): Use it.
9640
9641 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9642
9643         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
9644
9645 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9646
9647         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
9648
9649 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9650            From Harald Meland <Harald.Meland@usit.uio.no>
9651
9652         * gnus-win.el (gnus-get-buffer-window): New function.
9653         (gnus-all-windows-visible-p): Use it.
9654
9655         * gnus-util.el (gnus-horizontal-recenter)
9656         (gnus-horizontal-recenter, gnus-horizontal-recenter)
9657         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
9658
9659         * gnus-score.el (gnus-score-insert-help): Use it.
9660
9661         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
9662         (gnus-generate-tree, gnus-highlight-selected-tree)
9663         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
9664         it.
9665
9666         * gnus-art.el (gnus-article-set-window-start)
9667         (gnus-mm-display-part, gnus-request-article-this-buffer)
9668         (gnus-button-next-page, gnus-button-prev-page)
9669         (gnus-article-button-next-page, gnus-article-button-prev-page):
9670         Use it.
9671
9672 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
9673
9674         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
9675         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
9676         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
9677
9678 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9679
9680         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
9681         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
9682         * mml1991.el, nnultimate.el: Add `coding'.
9683
9684 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
9685
9686         * ChangeLog: changed coding to buffer-file-coding-system
9687         * ChangeLog.1: same
9688         * nnwfm.el: same
9689         * gnus-smiley.el: same
9690         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
9691         * gnus-delay.el: same
9692         * gnus-spec.el: same
9693         * message.el: same
9694         * mml1991.el: same
9695         * nnultimate.el: same
9696
9697 2001-12-16  Simon Josefsson  <jas@extundo.com>
9698         Inspired by code by Dirk Meyer <dischi@tzi.de>.
9699
9700         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
9701         (gnus-summary-save-map): Add muttprint.
9702         (gnus-summary-make-menu-bar): Ditto.
9703         (gnus-summary-muttprint): New function.
9704
9705         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
9706
9707 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9708
9709         * uudecode.el (uudecode-decode-region-internal): Speedup by using
9710         temporary list instead of buffer.
9711
9712         * mm-url.el (executable-find): autoload.
9713
9714 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9715
9716         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
9717         to variable, follow doc-string conventions).
9718
9719 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
9720
9721         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
9722         subscribe-level
9723         * gnus-topic.el (gnus-subscribe-topics): use it.
9724
9725 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9726
9727         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
9728         messages. (A small patch with indentation)
9729         From Sean Neakums <sneakums@zork.net>.
9730
9731         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
9732         nil after shooting down the gnus-original-article-buffer.
9733
9734 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9735
9736         * uudecode.el (uudecode-use-external): New variable.
9737         (uudecode-decode-region): Automatically detect external program.
9738
9739         * binhex.el (binhex-use-external): New variable.
9740         (binhex-decode-region-internal): New function.
9741         (binhex-decode-region): Automatically detect external program.
9742
9743         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
9744         Use them.
9745
9746 2001-12-12  Simon Josefsson  <jas@extundo.com>
9747
9748         * nnvirtual.el (nnvirtual-always-rescan)
9749         (nnvirtual-component-regexp): Fix doc.
9750
9751         * nnoo.el (defvoo): Add doc to defvoo variables.
9752
9753         * nnml.el (nnml-directory, nnml-active-file)
9754         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
9755         (nnml-marks-is-evil, nnml-filenames-are-evil)
9756         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
9757
9758         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
9759         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
9760         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
9761         `error'.
9762
9763         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
9764         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
9765
9766         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
9767         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
9768         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
9769         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
9770
9771         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
9772         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
9773
9774         * imap.el, nnimap.el: Fix indentation.
9775
9776         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
9777
9778 2001-12-12  Didier Verna  <didier@xemacs.org>
9779
9780         * gnus-msg.el (gnus-group-news): New function.
9781         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
9782         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
9783         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
9784         for it.
9785         * gnus-msg.el (gnus-summary-news-other-window): New function.
9786         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
9787         bind it to `i'.
9788         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
9789         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
9790         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
9791         for it (called with a prefix).
9792         * gnus-msg.el (gnus-configure-posting-styles): add an optional
9793         group-name argument.
9794         * gnus-msg.el (gnus-setup-message): use it.
9795
9796 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9797
9798         * gnus-sum.el (gnus-summary-show-article): Fix doc.
9799
9800 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9801
9802         * mml.el (mime-to-mml): Remove Content-Disposition too.
9803
9804 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9805
9806         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
9807         * gnus-group.el (gnus-group-name-decode): Decode unibyte
9808         strings only.
9809         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9810
9811 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
9812
9813         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
9814         (nnmail-fancy-expiry-target): Use it.
9815         Suggestions from Simon Josefsson <jas@extundo.com>.
9816
9817 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9818
9819         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
9820
9821 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9822
9823         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
9824
9825         * gnus-util.el (gnus-url-unhex-string): Move here.
9826
9827 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9828
9829         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
9830         mm-url-decode-entities-nbsp.
9831
9832         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
9833         * webmail.el, nnwfm.el: Use mm-url.
9834
9835         * mm-url.el (mm-url-fetch-form): Move from nnweb.
9836         (mm-url-remove-markup): Move from nnweb.
9837         (mm-url-fetch-simple): Move from webmail.
9838
9839         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
9840
9841 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9842
9843         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
9844         (gnus-summary-print-article): Use it.
9845
9846         * gnus-util.el (gnus-replace-in-string): Typo.
9847
9848 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9849
9850         * nnweb.el (nnweb-replace-in-string): Removed.
9851
9852         * gnus-util.el (gnus-replace-in-string): New function.
9853         (gnus-mode-string-quote): Use it.
9854
9855         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
9856         * nnwfm.el (nnwfm-create-mapping): Ditto.
9857
9858 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9859
9860         * dgnushack.el (dgnushack-compile): nnrss.el and
9861         nnslashdot.el don't depend on nnweb, url, w3.
9862
9863         * nnrss.el: Use mm-url.
9864
9865 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9866
9867         * mm-url.el (mm-url-insert-file-contents): Support file:.
9868
9869 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9870
9871         * mm-view.el: Lower case for the description line. Sync from the
9872         Emacs CVS.
9873
9874 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9875
9876         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
9877         From:  Stefan Monnier  <monnier@cs.yale.edu>
9878
9879 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9880
9881         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
9882
9883 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9884
9885         * mm-url.el: Require executable.
9886         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
9887
9888 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9889
9890         * pop3.el (pop3-munge-message-separator): Only use valid date.
9891         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
9892
9893         * Makefile.in: gnus-load.elc may not be generated.
9894
9895 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9896
9897         * mm-url.el: New file.
9898         * nnslashdot.el: Use it.
9899         * mm-extern.el (mm-extern-url): Use it.
9900
9901 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9902
9903         * gnus-sum.el (gnus-summary-save-article): Nix
9904         gnus-display-mime-function and gnus-article-prepare-hook.
9905
9906         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
9907         the beginning of lines.
9908         (gnus-complex-form-to-spec): Ditto.
9909
9910 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9911
9912         * message.el (message-make-mft): Fix the m-s-a-file regexp.
9913         From Paul Jarc <prj@po.cwru.edu>.
9914
9915 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9916
9917         * message.el: New variable message-subscribed-address-file;
9918         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
9919
9920 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9921
9922         * message.el (message-tab-body-function): Set to nil.
9923         (message-tab): Use text-mode-map or global-map.
9924         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
9925
9926 2001-11-30  Simon Josefsson  <jas@extundo.com>
9927
9928         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
9929         instead of gnus-union, for speed.  Suggested by Christoph Conrad
9930         <christoph.conrad@gmx.de>.
9931         (gnus-agent-fetch-group-1): Add verbose message.
9932
9933 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9934
9935         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
9936         of integers.
9937
9938 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9939
9940         * message.el (message-newgroups-header-regexp)
9941         (message-completion-alist, message-tab-body-function): Use
9942         defcustom rather than defvar.
9943         (message-tab): Mention `message-tab-body-function' in doc.
9944         Suggested by Karl Eichwalder.
9945
9946 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9947
9948         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
9949
9950 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9951
9952         * nnheader.el (nnheader-find-nov-line): Don't use macro
9953         gnus-delete-line.
9954
9955         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
9956         (gnus-group-name-charset): Ditto.
9957
9958         * gnus-util.el (gnus-buffer-live-p): Ditto.
9959
9960 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9961
9962         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
9963         open parenthesis in doc.
9964         (sieve-manage-authenticator-alist): Typo in doc.
9965         * imap.el (imap-authenticator-alist): Typo in doc.
9966         (imap-stream-alist): Backslash.
9967
9968         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
9969           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
9970
9971 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9972
9973         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
9974
9975         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
9976
9977         * gnus-msg.el (gnus-configure-posting-styles): use
9978         make-local-hook. Add LOCAL for add-hook.
9979
9980 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
9981
9982         * message.el (message-mode): Use `make-local-hook' unless
9983         obsolete.
9984         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
9985
9986 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9987
9988         * canlock.el: Remove sha1.el and base64.el stuff.
9989
9990 2001-11-26  Didier Verna  <didier@xemacs.org>
9991
9992         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
9993         if needed.
9994
9995 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9996
9997         * message.el (message-tamago-not-in-use-p): New function.
9998         (message-strip-forbidden-properties): Use it.
9999
10000 2001-11-26  Didier Verna  <didier@xemacs.org>
10001
10002         * gnus-start.el (gnus-check-first-time-used): only check for
10003         existence of .el[d] files.
10004
10005 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10006
10007         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
10008
10009         * message.el (message-setup-1): Clean up mc-*.
10010
10011 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10012
10013         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
10014         * gnus-score.el (gnus-score-find-bnews): Use it.
10015
10016         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
10017         (gnus-summary-limit-to-author): Ditto.
10018         (gnus-summary-limit-to-extra): Ditto.
10019         (gnus-summary-find-matching): Support not-matching argument.
10020
10021 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10022
10023         * message.el (message-wash-subject): Use `insert' rather than
10024         `insert-string', which is deprecated.
10025
10026 2001-11-24  Simon Josefsson  <jas@extundo.com>
10027
10028         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
10029         message. (Gnus does not "default" to using 8bit for the message,
10030         it default to use 8bit encoding and the user-supplied CTE
10031         value. Calling this behaviour "treating it as 8bit" is perhaps
10032         better.)
10033
10034         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
10035         (compare mm-charset-to-coding-system).
10036
10037 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10038
10039         * canlock.el (canlock-sha1-with-openssl): Use unibyte
10040         buffer. Correctly decode hex.
10041
10042 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10043
10044         * gnus-agent.el (gnus-category-insert-line): Convert category
10045         names to strings.
10046
10047 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10048
10049         * message.el (sha1): eval-and-compile.
10050
10051 2001-11-20  Simon Josefsson  <jas@extundo.com>
10052
10053         * message.el (message-allow-no-recipients): New variable.
10054         (message-send): Use it, customize the prompting when posting to
10055         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
10056
10057 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10058
10059         * mm-util.el (mm-coding-system-priorities): New variable.
10060         (mm-sort-coding-systems-predicate): New function.
10061         (mm-find-mime-charset-region): Resort coding systems if needed.
10062         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
10063
10064 2001-11-20  Didier Verna  <didier@xemacs.org>
10065
10066         * gnus-group.el (gnus-group-make-help-group): new optional
10067         argument to control the error behavior.
10068         * gnus-start.el (gnus-check-first-time-used): use it to avoid
10069         erroring.
10070
10071 2001-11-19  Simon Josefsson  <jas@extundo.com>
10072
10073         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
10074         instead of C-c C-u.  Suggested by Per Abrahamsen
10075         <abraham@dina.kvl.dk>.
10076
10077 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10078
10079         * nnfolder.el (nnfolder-read-folder): Use group instead of
10080         nnfolder-current-group.
10081         Suggested by Lorentey Karoly <lorentey@elte.hu>.
10082
10083 2001-11-17  Simon Josefsson  <jas@extundo.com>
10084
10085         * message.el (message-send): Ask user if Fcc/Gcc should be
10086         performed when no other sender was specified.
10087         Suggested by prj@po.cwru.edu (Paul Jarc).
10088
10089 2001-11-17  Simon Josefsson  <jas@extundo.com>
10090
10091         * message.el (message-mode, message-mode-map): Use C-c C-u for
10092         Importance: instead of C-c C-p (used by SC).
10093
10094 2001-11-16  Simon Josefsson  <jas@extundo.com>
10095
10096         * message.el (message-insert-importance-high)
10097         (message-insert-importance-low): Save point.
10098
10099         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
10100         value.
10101
10102 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
10103
10104         * message.el (message-strip-special-text-properties): New option.
10105         (message-strip-forbidden-properties): Obey it.
10106
10107 2001-11-14  Sam Steingold  <sds@gnu.org>
10108
10109         * gnus-score.el: Fixed some doc strings to properly quote symbols.
10110
10111 2001-11-15  Simon Josefsson  <jas@extundo.com>
10112
10113         Support "Importance:" header in Message.
10114
10115         * message.el (message-mode-map): Bind C-c C-p to
10116         `message-insert-or-toggle-importance'
10117         (message-mode-menu): Add message-insert-importance-{high,low}.
10118         (message-insert-importance-high, message-insert-importance-low)
10119         (message-insert-or-toggle-importance): New functions.
10120         (message-tool-bar-map): Add {un,}important.
10121         (message-mode): Doc fix.
10122
10123 2001-11-15  Simon Josefsson  <jas@extundo.com>
10124
10125         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
10126
10127         * mml.el (mml-menu): Fix toolbar tooltip.
10128
10129 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10130
10131         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
10132         * nnml.el (nnml-save-marks): Ditto.
10133
10134         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
10135
10136 2001-11-15  Simon Josefsson  <jas@extundo.com>
10137
10138         * nnml.el (nnml-save-marks):
10139         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
10140         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
10141
10142 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
10143
10144         * gnus-art.el (gnus-article-wash-status-strings): Use
10145         `copy-sequence', not `copy-seq'.
10146
10147 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
10148
10149         * gnus-art.el (gnus-article-wash-status-strings): New constant.
10150         (gnus-gnus-article-wash-status-entry): New function.
10151         (gnus-article-wash-status): Use it.
10152
10153 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10154
10155         * mml1991.el: Add coding header.
10156
10157 2001-11-12  Simon Josefsson  <jas@extundo.com>
10158
10159         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
10160         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
10161         `mml1991-sign' and `mml1991-encrypt'.
10162         (mml1991-encrypt, mml1991-sign): New glue functions.
10163         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
10164
10165         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
10166         (mml-menu): Add PGP to menu.
10167
10168         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
10169         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
10170         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
10171         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
10172
10173         * mml2015.el: Mention RFC 3156.
10174
10175         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
10176
10177 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10178
10179         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
10180
10181         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
10182           From <Michael.Cook@cisco.com>
10183
10184 2001-11-11  Simon Josefsson  <jas@extundo.com>
10185
10186         * message.el (top-level): Autoload sha1.
10187         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
10188         canlock, no need to require two different hash algs).  Suggested
10189         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
10190
10191 2001-11-09  Simon Josefsson  <jas@extundo.com>
10192
10193         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
10194         <Pavel@Janik.cz>.
10195
10196 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10197
10198         * message.el (message-point-in-header-p): New function.
10199         (message-do-auto-fill): Use it.
10200         (message-beginning-of-line): New function.  Goes to beginning of
10201         header value (i.e., end of header name), or to beginning of line
10202         if already at beginning of value.  Behaves like
10203         `beginning-of-line' when in message body.
10204         (message-mode-map): Bind it.
10205
10206 2001-11-08  Simon Josefsson  <jas@extundo.com>
10207
10208         * gnus-msg.el (gnus-posting-styles): Add doc.
10209
10210 2001-11-07  Simon Josefsson  <jas@extundo.com>
10211
10212         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
10213
10214         * sieve-mode.el (sieve-control-commands-face)
10215         (sieve-control-commands-face, sieve-action-commands-face)
10216         (sieve-test-commands-face, sieve-tagged-arguments-face): New
10217         faces.
10218         (sieve-font-lock-keywords): Use them.
10219         (sieve-mode): Only set font-lock-defaults in emacs.
10220
10221         * gnus-art.el (gnus-default-article-saver): Add
10222         gnus-summary-save-body-in-file.
10223         (gnus-summary-write-to-file): Fix doc.
10224
10225 2001-11-07  Simon Josefsson  <jas@extundo.com>
10226
10227         * gnus-art.el (gnus-treat-highlight-signature): Add cross
10228         reference to the correct chapter in the manual.
10229
10230         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
10231         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
10232
10233 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10234
10235         * mml.el (mml-preview): Bind mail-header-separator.
10236
10237 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10238
10239         * message.el: Always require canlock.
10240         (message-ignored-supersedes-headers): Include Cancel-Lock and
10241         Cancel-Key.
10242         (message-insert-canlock): Don't require canlock.
10243         (message-cancel-news): Don't check whether canlock is available.
10244         (message-supersede): Support cancel-locks.
10245
10246         * gnus-art.el: Don't autoload canlock.
10247
10248 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10249
10250         * mail-source.el (mail-source-fetch-imap): ASYNC param.
10251         From: <andre@slamdunknetworks.com>
10252
10253 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10254
10255         * many files: Fix copyright lines.
10256
10257 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10258
10259         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
10260         Suggested by Dave Love  <fx@gnu.org>.
10261
10262 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10263
10264         * message.el (message-kill-buffer): Remove auto-save file after
10265         confirm.
10266
10267         * message.el (message-send-mail): Call message-generate-headers
10268         once.  Suggested by Matt Armstrong <matt@lickey.com>.
10269
10270         * gnus-topic.el (gnus-topic-rename): Initial-input.
10271         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
10272
10273 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
10274
10275         * message.el (message-forbidden-properties): New constant.
10276         (message-strip-forbidden-properties): New function.
10277         (message-mode): Activate it.
10278
10279 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10280
10281         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
10282         (mm-hack-charsets): Fix doc.
10283
10284 2001-11-02  Simon Josefsson  <jas@extundo.com>
10285
10286         * gnus-int.el (gnus-check-server): Message "...done" when done.
10287
10288         * imap.el (imap-close): Don't message (imap-send-command-wait
10289         returns if the connection is dropped).
10290         (imap-wait-for-tag): Nix out message only when necessary.
10291
10292         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
10293         for non-crossposting.
10294         (gnus-sieve-crosspost): Default to t to be consistent with other
10295         parts of Gnus.
10296
10297 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10298
10299         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
10300         (mm-iso-8859-x-to-15-table): Ditto.
10301         (mm-iso-8859-x-to-15-region): Ditto.
10302         (mm-find-mime-charset-region): Ditto.
10303
10304 2001-11-01  Simon Josefsson  <jas@extundo.com>
10305
10306         * nnimap.el (nnimap-close-asynchronous): New variable.
10307         (nnimap-close-group): Use it.
10308         (nnimap-expunge): Don't use it.
10309
10310         * imap.el (imap-callbacks): New variable.
10311         (imap-remassoc): Copied from `gnus-remassoc'.
10312         (imap-add-callback): New function.
10313         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
10314         behaviour.
10315         (imap-parse-response): Call the callback.
10316
10317         * message.el (message-insert-canlock): New variable.
10318         (message-canlock-generate, message-canlock-password)
10319         (message-insert-canlock): New functions.
10320         (message-send-news): Call `message-insert-canlock'.
10321         (top-level): Require canlock when compiling.
10322         (message-insert-canlock): Require canlock before we need it.
10323
10324 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10325
10326         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
10327
10328 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10329
10330         * dgnushack.el (dgnushack-make-load): A workaround for
10331         custom-add-loads bug in some versions of XEmacs.
10332
10333 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10334
10335         * mm-util.el (mm-charset-synonym-alist): Revert (some).
10336
10337 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10338
10339         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
10340         (mm-hack-charsets): New variable.
10341         (mm-iso-8859-15-compatible): New variable.
10342         (mm-iso-8859-x-to-15-table): New variable.
10343         (mm-find-mime-charset-region): Add parameter hack-charsets.
10344
10345         * mm-bodies.el (mm-encode-body): Use it.
10346         * mml.el (mml-parse-1): Ditto.
10347
10348 2001-11-01  Simon Josefsson  <jas@extundo.com>
10349
10350         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
10351
10352 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10353
10354         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
10355         is nil.
10356
10357 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10358
10359         * smiley-ems.el (smiley-update-cache): Auto detect file type.
10360
10361         * message.el (message-forward-rmail-make-body): Use
10362         save-window-excursion.
10363         (message-encode-message-body): Search with noerror.
10364         (message-setup-1): Convert compose-mail send-actions to
10365         message-send-actions.
10366
10367 2001-11-01  Simon Josefsson  <jas@extundo.com>
10368
10369         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
10370         <yamaoka@jpl.org>.
10371
10372 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10373
10374         * sieve-manage.el (sieve-string-bytes): No complain.
10375
10376 2001-11-01  Simon Josefsson  <jas@extundo.com>
10377
10378         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
10379         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
10380         has autoload cookies, so no `require' should be necessary.)
10381
10382         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
10383         files.
10384
10385 2001-10-31  Simon Josefsson  <jas@extundo.com>
10386
10387         * gnus-cus.el (gnus-group-parameters): Support integer `display'
10388         parameter.
10389
10390         * gnus-sum.el (gnus-select-newsgroup): If group parameter
10391         `display' is a number (and C-u wasn't used to enter group), only
10392         fetch that number of articles.
10393
10394 2001-10-31  Matt Armstrong  <matt@lickey.com>
10395
10396         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
10397         not-subscribed -> subscribed.
10398
10399 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10400         From: Josh Huber <huber@alum.wpi.edu>
10401
10402         * message.el (message-subscribed-address-functions): New variable.
10403         (message-subscribed-addresses): New variable.
10404         (message-subscribed-regexps): New variable.
10405         (message-goto-mail-followup-to): New function.
10406         (message-send-mail): Add Mail-Followup-To.
10407         (message-make-mft): New function.
10408
10409         * gnus.el (gnus-find-subscribed-addresses): New function.
10410
10411 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10412
10413         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
10414         (mail-source-fetch-pop): Ditto.
10415         (mail-source-check-pop): Ditto.
10416
10417         * gnus-start.el (gnus-read-init-file): Ditto.
10418         (gnus-activate-group): Ditto.
10419         (gnus-read-newsrc-el-file): Ditto.
10420
10421 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10422
10423         * message.el (message-get-reply-headers): Make sure there is ", ".
10424
10425         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
10426         mm-coding-system-p. Don't correct it only in XEmacs.
10427         (mm-charset-to-coding-system): Use mm-coding-system-p and
10428         mm-get-coding-system-list.
10429         (mm-emacs-mule, mm-mule4-p): New variables.
10430         (mm-enable-multibyte, mm-disable-multibyte,
10431         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
10432         mm-with-unibyte-current-buffer,
10433         mm-with-unibyte-current-buffer-mule4): Use them.
10434         (mm-find-mime-charset-region): Treat iso-2022-jp.
10435
10436         From  Dave Love  <fx@gnu.org>:
10437
10438         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
10439         construction.
10440         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
10441         entries conditional on not having a coding system defined for
10442         them.
10443         (mm-mule-charset-to-mime-charset): Use
10444         find-coding-systems-for-charsets if defined.
10445         (mm-charset-to-coding-system): Don't use
10446         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
10447         later.  Add last resort search of coding systems.
10448         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
10449         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
10450         Mule 4.
10451         (mm-find-mime-charset-region): Re-write.
10452         (mm-with-unibyte-current-buffer): Restore buffer as well as
10453         multibyteness.
10454
10455 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10456
10457         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
10458         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
10459         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
10460
10461 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10462
10463         * gnus-art.el (article-display-x-face): Nix buffer-read-only
10464         again.
10465
10466         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
10467
10468 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10469
10470         * gnus-spec.el (gnus-parse-simple-format): Use
10471           buffer-substring-no-properties.
10472
10473 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10474
10475         * gnus-art.el (article-verify-cancel-lock): New function.
10476
10477         * nnheader.el (nntp-process-response): New variable.
10478         (nnheader-init-server-buffer): Make `nntp-process-response'
10479         buffer-local in `nntp-server-buffer'.
10480
10481         * nntp.el (nntp-prepare-post-hook): New hook.
10482         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
10483         (nntp-async-trigger): Ditto.
10484         (nntp-request-post): Insert a server's ID if there's no Message-ID
10485         header; run `nntp-prepare-post-hook'.
10486
10487 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10488
10489         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
10490         instead.
10491
10492         * message.el (message-forward-subject-author-subject): Don't use
10493         message-news-p, which widens the buffer.
10494         (message-forward-make-body): New function.
10495         (message-forward): Use it.
10496         (message-insinuate-rmail): New function.
10497         (message-forward-rmail-make-body): New function.
10498
10499 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10500
10501         * mm-extern.el (mm-extern): Provide it.
10502
10503         * mm-partial.el (mm-partial): Provide it.
10504
10505 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10506
10507         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
10508
10509 2001-10-29  Simon Josefsson  <jas@extundo.com>
10510
10511         * mml.el (mml-preview): Bind message-this-is-news if it is
10512         news. From Jesper Harder <harder@myrealbox.com>.
10513
10514 2001-10-28  Simon Josefsson  <jas@extundo.com>
10515
10516         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
10517
10518 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
10519
10520         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
10521         ironic smilies.
10522
10523 2001-10-27  Simon Josefsson  <jas@extundo.com>
10524
10525         * message.el (message-indent-citation): Don't add trailing
10526         whitespace when citing text.
10527
10528         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
10529         <harder@ifa.au.dk>.
10530
10531 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10532
10533         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
10534         not available.
10535         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
10536         (nnweb-type-definition): Add google as alias of dejanews.
10537         (nnweb-google-parse-1): Forward 1 line.
10538
10539 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10540
10541         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
10542         variable `message-forward-ignored-headers'.
10543
10544 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
10545
10546         * gnus.el (gnus-expand-group-parameter): New function.
10547         (gnus-expand-group-parameters): Call it.
10548         (gnus-group-fast-parameter): New function.
10549         (gnus-group-find-parameter): Call it.
10550
10551 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
10552
10553         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
10554         vector (it didn't before because of a bug).
10555         * gnus-msg.el (gnus-post-news): Use header vector directly, if
10556         available.  Before it converted it to an article number.
10557
10558         This makes followup to news articles with negative numbers in
10559         nnvirtual groups use news instead of mail.
10560
10561 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
10562
10563         * gnus.el (post-method): Use `native' instead of `nil'.
10564
10565         * gnus-msg.el (gnus-post-method): Ditto.
10566
10567 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
10568
10569         * gnus.el (gnus-define-group-parameter): Grammar fix.
10570
10571 2001-10-22  Simon Josefsson  <jas@extundo.com>
10572
10573         * gnus-msg.el (gnus-extended-version): Include
10574         system-configuration.
10575         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
10576
10577 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
10578
10579         * gnus.el (post-method): Customization fix: `native' is not a
10580         valid value.
10581         * gnus-msg.el (gnus-post-method): Doc and customization fix:
10582         `native' is not a valid value.
10583
10584 2001-10-21  Simon Josefsson  <jas@extundo.com>
10585
10586         * nnimap.el (nnimap): Defgroup
10587         (nnimap-strict-function, nnimap-strict-function-match): New
10588         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
10589         (nnimap-split-crosspost, nnimap-split-inbox)
10590         (nnimap-split-rule, nnimap-split-predicate)
10591         (nnimap-split-predicate): Defcustom.
10592         (nnimap-split-inbox, nnimap-expunge-search-string)
10593         (nnimap-importantize-dormant): Remove "*" from doc.
10594
10595 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10596
10597         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
10598         not supplied via prefix arg.  From Lisp, make arg mandatory.
10599         Suggested by Frank Schmitt.
10600
10601 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10602
10603         * message.el (message-do-auto-fill): Avoid calling
10604         'rfc822-goto-eoh'.
10605
10606 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10607         From Paul Jarc <prj@po.cwru.edu>.
10608
10609         * message.el (message-get-reply-headers): Restructure the logic
10610         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
10611
10612 2001-10-20  Simon Josefsson  <jas@extundo.com>
10613
10614         * message.el (message-cancel-news): Support cancel-locks.
10615         Suggested by Per Abrahamsson.
10616
10617         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
10618         conses.  From David Z Maze <dmaze@MIT.EDU>.
10619
10620         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
10621
10622 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
10623
10624         * mm-decode.el (mm-default-directory): Fix customize type.
10625
10626         * message.el (message-setup-fill-variables): Kludge to use
10627         normal-auto-fill-function even if auto fill is already activated.
10628
10629 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
10630
10631         * message.el (message-do-auto-fill): New version that does not
10632         rely on text properties, by Simon Josefsson <jas@extundo.com>.
10633         (message-setup-1): Removed the `message-field' property.
10634
10635         * gnus-draft.el (gnus-draft-edit-message): Removed the
10636         `message-field' property.
10637
10638 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
10639
10640         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
10641         `message-field'.  The `field' property has a special significance in
10642         Emacs 21.
10643
10644         * message.el (message-send, message-setup-1): Ditto.
10645
10646 2001-10-18  Simon Josefsson  <jas@extundo.com>
10647
10648         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
10649         when undoing.
10650
10651 2001-10-18  Simon Josefsson  <jas@extundo.com>
10652         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
10653
10654         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
10655         (gnus-summary-make-menu-bar): Ditto.
10656
10657 2001-10-17  Simon Josefsson  <jas@extundo.com>
10658
10659         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
10660         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
10661
10662 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10663
10664         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
10665         * gnus-util.el (gnus-user-date): New function.
10666         From Frank Schmitt <usenet@Frank-Schmitt.net>.
10667
10668 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
10669
10670         * message.el (message-check-news-header-syntax): Special case
10671         nnvirtual groups.
10672
10673         * gnus-sum.el (gnus-summary-respool-default-method): Changed
10674         customize type to `symbol'.
10675
10676 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10677
10678         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
10679         %&foo;.
10680         (gnus-parse-simple-format): Support user extended spec too.
10681         %u&foo; invokes gnus-user-format-function-foo.
10682
10683 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10684
10685         * nnml.el (nnml-request-expire-articles): Make sure it is back to
10686         the server.
10687         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
10688         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
10689         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
10690         * nndiary.el (nndiary-request-expire-articles): Ditto.
10691         (nndiary-schedule): Defsubst it before use it.
10692         (nndiary-error): eval-and-compile.
10693
10694 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
10695
10696         * gnus-msg.el (gnus-post-method): Changed two instances of
10697         `active' to `current' and one `null' to `not'.
10698
10699 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10700         From Katsumi Yamaoka <yamaoka@jpl.org>.
10701
10702         * message.el (message-setup-fill-variables): Use
10703         `normal-auto-fill-function' instead of `auto-fill-function'.
10704
10705 2001-10-16  Simon Josefsson  <jas@extundo.com>
10706
10707         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
10708         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
10709         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
10710
10711 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10712         Patch by Oliver Scholz <oscholz@my.gnus.org>.
10713
10714         * gnus-draft.el (gnus-draft-edit-message): Add text property
10715         `field' with value `header' to message headers.
10716         * message.el (message-setup-1): Really add text property to all of
10717         the header, not just part of it.
10718
10719 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10720
10721         * gnus-group.el (gnus-group-sort-by-server): Use it.
10722
10723         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
10724
10725         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
10726         and keystroke.
10727
10728 2001-10-14  Simon Josefsson  <jas@extundo.com>
10729
10730         * dig.el: Doc fix.
10731
10732         * smime.el: Doc fix.
10733
10734         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
10735         charset magic from message.el.
10736
10737 2001-10-12  Simon Josefsson  <jas@extundo.com>
10738         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
10739
10740         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
10741         'cite from g-a-wash-types.
10742         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
10743         (gnus-article-hide-citation): Fix.
10744
10745         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
10746         character.
10747         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
10748
10749         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
10750         definition.
10751         (gnus-signature-toggle): Toggle `s' mode line character.
10752
10753         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
10754         doing stuff that clears it.
10755
10756 2001-10-12  Simon Josefsson  <jas@extundo.com>
10757
10758         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
10759         From Eric Marsden <emarsden@laas.fr>.
10760
10761 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10762
10763         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
10764         (autoload): Add some autoloads.
10765
10766 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10767         Suggested by Oliver Scholz <epameinondas@gmx.de>.
10768
10769         * message.el (message-do-auto-fill): New function.  Like
10770         `do-auto-fill' but don't fill when in the message header.
10771         (message-setup-1): Put a text property on the message header.
10772         (message-setup-fill-variables): Use `message-do-auto-fill'.
10773
10774 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10775
10776         * message.el (message-send-mail-partially): Insert an empty line
10777         first, because of the change of message-make-lines.
10778
10779 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
10780
10781         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
10782         iso-8859-15, make it an alias for iso-8859-1.
10783
10784 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10785
10786         * message.el (message-send-news): Don't modify the value of
10787         `message-syntax-checks' if it is not a list (possibly it is
10788         `dont-check-for-anything-just-trust-me').
10789
10790 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10791
10792         * gnus-group.el (gnus-group-name-charset-group-alist): Use
10793         `find-coding-system' for XEmacs to check whether the coding-system
10794         `utf-8' is available.
10795
10796 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10797
10798         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
10799
10800 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
10801
10802         * message.el (message-send-news): Oops, missed case with no
10803         "Followup-To" header...
10804
10805 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
10806
10807         * message.el (message-send-news): Allow
10808         `gnus-group-name-charset-group-alist' to affect encoding of the
10809         "Newsgroups" and "Followup-To" headers.
10810
10811 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10812
10813         * Makefile.in (install-el): Depend on gnus-load.el.
10814
10815 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10816
10817         * Makefile.in (install-el): Use -f.
10818         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
10819
10820 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
10821
10822         * message.el (message-send-news): Don't encode Followups-To when
10823         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
10824
10825         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
10826         header.
10827
10828         * gnus-art.el (article-decode-group-name): Also decode
10829         "Followup-To".
10830
10831         * rfc2047.el (rfc2047-encode-message-header): Encode without
10832         asking for null methods.
10833
10834         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
10835         default charset for newsgroup names in accordance with USEFOR.
10836
10837         * gnus-group.el (gnus-group-name-charset-method-alist,
10838         gnus-group-name-charset-group-alist): Removed "*" from doc
10839         strings, "*" should not be used for complex variables.
10840
10841 2001-10-06  Simon Josefsson  <jas@extundo.com>
10842
10843         Support UTF-8 group names better.
10844
10845         * message.el (message-check-news-header-syntax): Encode group
10846         names before comparison.
10847
10848         * gnus-msg.el (gnus-copy-article-buffer): Run all
10849         `gnus-article-decode-hook's except `article-decode-charset'
10850         instead of hardcoding call to one of them.
10851
10852         * gnus-art.el (gnus-article-decode-hook): Add
10853         `article-decode-group-name'.
10854         (article-decode-group-name): New function, use `g-d-n'.
10855
10856         * gnus-group.el (gnus-group-insert-group-line): Decode
10857         gnus-tmp-group using `g-d-n'.
10858
10859         * gnus-util.el (gnus-decode-newsgroups): New function.
10860
10861 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
10862
10863         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
10864         `gnus-group-name-charset-group-alist'.
10865
10866 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10867
10868         * Makefile.in: Install el in install. Add uninstall.
10869
10870 2001-10-05  Simon Josefsson  <jas@extundo.com>
10871
10872         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
10873
10874         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
10875
10876         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
10877         empty folders.
10878
10879         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
10880         limiting if read-all (C-u RET) was used.
10881
10882 2001-10-04  Simon Josefsson  <jas@extundo.com>
10883
10884         * mail-source.el (mail-source-movemail-program): New variable.
10885         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
10886         <thutt@thutt.vmware.com>.
10887
10888 2001-10-03  Simon Josefsson  <jas@extundo.com>
10889
10890         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
10891         (gnus-summary-line-format-alist): Fix param.
10892
10893 2001-10-02  Simon Josefsson  <jas@extundo.com>
10894
10895         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
10896         don't go through `nnimap-request-expire-articles' to delete the
10897         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
10898
10899 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10900
10901         * gnus-agent.el (gnus-agent-write-active): The min in the
10902         agent/active may be larger than that in the server/active.
10903
10904 2001-10-01  Simon Josefsson  <jas@extundo.com>
10905
10906         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
10907         is IMAP4rev1.
10908
10909         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
10910
10911         * nnfolder.el: Ditto.
10912
10913 2001-09-30  Dan Christensen  <jdc@uwo.ca>
10914
10915         * gnus-sum.el (gnus-summary-extract-address-component): New function.
10916         (gnus-summary-from-or-to-or-newsgroups): Optimize.
10917
10918 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10919
10920         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
10921         (message-mode-menu): Menu item for same.
10922
10923         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
10924         delayed articles.
10925
10926         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
10927         nndraft:delayed does not exist.
10928         (gnus-delay-initialize): Don't set up keymap, that's done from
10929         message.el now.
10930         (gnus-delay, gnus-delay-group, gnus-delay-header)
10931         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
10932
10933 2001-09-29  Simon Josefsson  <jas@extundo.com>
10934
10935         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
10936         utf-8, not eight-bit-control.
10937
10938         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
10939         (imap-log, imap-debug): Custom.
10940         (imap-log-buffer, imap-debug-buffer): New constants.
10941         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
10942         (imap-network-open, imap-shell-open, imap-starttls-open)
10943         (imap-send-command-1, imap-send-command, imap-arrival-filter)
10944         (imap-debug): Use imap-*-buffer.
10945
10946         * nndoc.el (nndoc-article-type): Add mailman.
10947         (nndoc-type-alist): Ditto.
10948         (nndoc-mailman-type-p): New function.
10949
10950 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10951
10952         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
10953         gnus-art.el.
10954
10955 2001-09-27  Simon Josefsson  <jas@extundo.com>
10956
10957         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
10958         (gnus-topic-catchup-articles): New function. Suggested by Robin
10959         S. Socha <robin-dated-1001857693.185e29@socha.net>.
10960
10961 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10962         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
10963
10964         * gnus-ems.el (gnus-article-display-xface): Insert xface after
10965         previous ones.
10966
10967 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10968         From Daiki Ueno  <ueno@unixuser.org>
10969
10970         * gnus-sum.el (gnus-summary-show-article): The arglist of
10971         detect-coding-region is incompatible.
10972
10973 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10974         From Katsuhiro Hermit Endo <hermit@koka-in.org>
10975
10976         * gnus-group.el (gnus-group-delete-group): Typo.
10977
10978 2001-09-26  Simon Josefsson  <jas@extundo.com>
10979
10980         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
10981
10982         * nnimap.el (nnimap-expiry-target): Use temp buffer.
10983
10984 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10985
10986         * gnus-cus.el (gnus-group-parameters): Display as sexp.
10987
10988 2001-09-22  Simon Josefsson  <jas@extundo.com>
10989
10990         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
10991
10992         * nnfolder.el (nnfolder-open-marks): Ditto.
10993
10994         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
10995         (gnus-update-marks): Use it.
10996         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
10997         hardcoded list.
10998
10999         * gnus.el (gnus-article-special-mark-lists): Add killed.
11000         (gnus-article-unpropagated-mark-lists): New constant.
11001
11002 2001-09-22  Simon Josefsson  <jas@extundo.com>
11003
11004         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
11005         custom option.
11006
11007 2001-09-23  Simon Josefsson  <jas@extundo.com>
11008
11009         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
11010
11011 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11012
11013         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
11014
11015 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
11016
11017         * gnus-group.el (gnus-group-sort-function): Fix customize type to
11018         accept lists of functions.
11019
11020 2001-09-20  Simon Josefsson  <jas@extundo.com>
11021
11022         * gnus-group.el (gnus-group-catchup): Update expire marks in
11023         backend.  Also, if ALL also set expire marks on tick/dormant.
11024
11025 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11026
11027         * message.el (message-tab-body-function): New variable.
11028         * message.el (message-tab): Use it.
11029
11030 2001-09-19  Sam Steingold  <sds@gnu.org>
11031
11032         * gnus-win.el (gnus-buffer-configuration): Respect
11033         `gnus-bug-create-help-buffer'.
11034
11035 2001-09-18  Simon Josefsson  <jas@extundo.com>
11036
11037         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
11038         (gnus-parse-simple-format): Re-revert.
11039
11040 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
11041         Trivial patch.
11042
11043         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
11044         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
11045
11046 2001-09-18  Simon Josefsson  <jas@extundo.com>
11047
11048         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
11049         signed.
11050         (gnus-parse-simple-format): Don't use it.
11051
11052 2001-09-17  Miles Bader  <miles@gnu.org>
11053
11054         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
11055         error querying a backend abort the whole process.
11056
11057 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11058
11059         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
11060         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
11061
11062 2001-09-17  Didier Verna  <didier@xemacs.org>
11063
11064         * nndiary.el: version 0.2-b14.
11065         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
11066         compatibility problem with XEmacs 21.1.
11067
11068 2001-09-15  Simon Josefsson  <jas@extundo.com>
11069
11070         * gnus-group.el (gnus-group-line-format): Document %c.
11071
11072         * nnml.el (nnml-parse-head): Handle CRLF files.
11073         (nnml-generate-nov-file): Ditto.
11074         (nnml-retrieve-headers): Ditto.
11075
11076 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
11077
11078         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
11079
11080 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
11081
11082         * gnus-spec.el (gnus-correct-substring): Still stopped one
11083         character before we wanted (never included last character).
11084         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
11085         add missing "," (once per function)
11086
11087 2001-09-14  Simon Josefsson  <jas@extundo.com>
11088
11089         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
11090         (otherwise e.g. gnus-agentize in .gnus overrides the customized
11091         default before gnus-group is loaded and the variable set.)
11092
11093         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
11094         killed or unsent marks.
11095
11096         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
11097         isn't an article to set it on (e.g. when you `a' in a group).
11098
11099 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11100
11101         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
11102         can read e-mails from Microsoft Outlook users not using ISO
11103         8859-2 character set.
11104
11105 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11106
11107         * gnus-diary.el: Minor modifications to avoid warnings.
11108         (gnus-summary-misc-menu): defvar.
11109         (gnus-diary-check-message): Use gnus-point-at-eol.
11110         (gnus-diary-kill-entire-line): eval-and-compile.
11111
11112 2001-09-12  Didier Verna  <didier@xemacs.org>
11113
11114         * nndiary.el: new version (0.2-b13).
11115         * nndiary.el (nndiary-mail-sources): doc update.
11116         * nndiary.el (nndiary-split-methods): ditto.
11117         * nndiary.el (nndiary-request-accept-article-hooks): New.
11118         * nndiary.el (nndiary-request-accept-article): use it, check
11119         message validity.
11120         * nndiary.el (nndiary-get-new-mail): changed default to nil.
11121         * nndiary.el (nndiary-schedule): fix bug (misplaced
11122         condition-case): it didn't return nil on error.
11123         * gnus-diary.el: new version.
11124         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
11125         * gnus-diary.el (gnus-diary-header-value-history): New.
11126         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
11127         * gnus-diary.el (gnus-diary-add-header): New.
11128         * gnus-diary.el (gnus-diary-check-message): New.
11129         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
11130         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
11131
11132 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11133
11134         * gnus-sum.el (gnus-select-newsgroup): Make
11135         `gnus-current-select-method' buffer-local.
11136
11137         * gnus-art.el (gnus-request-article-this-buffer): Refer
11138         `gnus-current-select-method' in the current summary buffer.
11139
11140 2001-09-10  Simon Josefsson  <jas@extundo.com>
11141         From Daniel Pittman <daniel@rimspace.net>
11142
11143         * gnus-spec.el (gnus-correct-pad-form): Fix.
11144
11145 2001-09-09  Simon Josefsson  <jas@extundo.com>
11146
11147         * mm-decode.el (mm-inline-media-tests): Add
11148         application/x-emacs-lisp.
11149         (mm-attachment-override-types): Add
11150         application/{x-,}pkcs7-signature.
11151
11152         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
11153         (gnus-server-line-format, gnus-server-mode-line-format)
11154         (gnus-server-browse-in-group-buffer): Customize.
11155
11156 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11157
11158         * nnml.el (nnml-marks-changed-p): Typo.
11159         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
11160         (nnml-marks-changed-p): Use gnus-gethash.
11161         (nnml-marks-modtime): Use gnus-make-hashtable.
11162
11163         * nnfolder.el (nnfolder-marks-changed-p): Typo.
11164         (nnfolder-request-expire-articles, nnfolder-save-marks)
11165         (nnfolder-open-marks): Typo.
11166         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
11167         (nnfolder-marks-changed-p): Use gnus-gethash.
11168         (nnfolder-marks-modtime): Use gnus-make-hashtable.
11169
11170 2001-09-08  Simon Josefsson  <jas@extundo.com>
11171
11172         * nnfolder.el (nnfolder-marks-modtime): New variable.
11173         (nnfolder-marks-changed-p): New function.
11174         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
11175         (nnfolder-request-update-info): Don't update if marks didn't change.
11176
11177         * nnml.el (nnml-marks-modtime): New variable.
11178         (nnml-marks-changed-p): New function.
11179         (nnml-save-marks, nnml-open-marks): Save modtime.
11180         (nnml-request-update-info): Don't update if marks didn't change.
11181
11182         * gnus-agent.el (gnus-agent-any-covered-gcc)
11183         (gnus-agent-add-server, gnus-agent-remove-server): Use
11184         gnus-agent-method-p.
11185
11186         * gnus-art.el (gnus-buttonized-mime-types): New variable.
11187         (gnus-unbuttonized-mime-type-p): Use it.
11188
11189         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
11190         fetch group.
11191
11192 2001-09-08  Simon Josefsson  <jas@extundo.com>
11193         From Daniel Pittman <daniel@rimspace.net>
11194
11195         * gnus-spec.el (gnus-correct-pad-form): New function.
11196         (gnus-parse-simple-format): Use it.
11197
11198 2001-09-07  Simon Josefsson  <jas@extundo.com>
11199
11200         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
11201         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
11202         Putnam <reader@newsguy.com>.
11203         (gnus-group-sort-selected-groups): Touch dribble file.
11204
11205 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
11206
11207         * nnml.el (nnml-filenames-are-evil): New variable.
11208         (nnml-article-to-file-alist): Rename to ...
11209         (nnml-current-group-article-to-file-alist): ... this.
11210         Respect `nnml-filenames-are-evil'.
11211         (nnml-active-number): Update.
11212         (nnml-update-file-alist): Update.
11213         (nnml-request-article): Use nnheader-article-to-file-alist.
11214         (nnml-request-rename-group): Likewise.
11215
11216 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11217
11218         * gnus-sum.el (gnus-summary-insert-line): Fix.
11219
11220 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
11221
11222         * gnus-sum.el: Bind g-s-t-s to "W g".
11223         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
11224         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
11225         display of graphical smilies.
11226
11227 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11228
11229         * gnus-start.el (gnus-setup-news): A typo.
11230         From Bill White <billw@wolfram.com>.
11231
11232 2001-09-06  Simon Josefsson  <jas@extundo.com>
11233
11234         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
11235         and unseen marks.
11236
11237 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11238
11239         * nnmail.el (nnmail-split-fancy): Document `junk'.
11240
11241 2001-09-04  Simon Josefsson  <jas@extundo.com>
11242
11243         * imap.el (imap-search): Don't error if server is broken.
11244
11245 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
11246
11247         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
11248         searching for an article that isn't in the mbox.
11249
11250 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11251
11252         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
11253         right, and get all the comments.
11254
11255 2001-09-02  Simon Josefsson  <jas@extundo.com>
11256         Suggested by Dan Christensen <jdc+news@uwo.ca>
11257
11258         * nnfolder.el (nnfolder-request-update-info): Fix message.
11259
11260         * nnml.el (nnml-request-update-info): Ditto.
11261
11262 2001-09-01  Simon Josefsson  <jas@extundo.com>
11263
11264         * nnml.el (nnml-request-expire-articles): Also bind
11265         `nnml-current-group' and `nnml-article-file-alist' when using
11266         expiry-target. (Otherwise nnml will be in a inconsistent internal
11267         state causing all kind of problems.)
11268         (nnml-request-expire-articles): If `nnml-article-to-file' or
11269         `file-attributes' failes, return article as un-expirable instead
11270         of treating it as expired.
11271
11272 2001-08-31  Sam Steingold  <sds@gnu.org>
11273
11274         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
11275         typo: `exmine' --> `examine'.
11276
11277 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11278
11279         * nndoc.el (nndoc-forward-type-p): It is not a digest.
11280
11281 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11282
11283         * nnml.el (nnml-check-directory-twice): Remove.
11284         (nnml-retrieve-headers): Ditto.
11285         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
11286
11287 2001-08-30  Andrew Innes  <andrewi@gnu.org>
11288
11289         * nnheader.el (nnheader-directory-files-is-safe): No need to read
11290         directory twice on Windows, or on GNU Emacs-21.
11291
11292 2001-08-30  Andrew Innes  <andrewi@gnu.org>
11293
11294         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
11295         (nnml-request-rename-group): Ditto.
11296         (nnml-active-number): Ditto.
11297         (nnml-request-create-group): Use nnml-directory-articles.
11298         (nnml-request-expire-articles): Use nnml-directory-articles, which
11299         gets list from nov database if available.
11300         (nnml-get-nov-buffer): New function.
11301         (nnml-open-nov): Use it.
11302         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
11303         gets alist from nov database if available.
11304         (nnml-directory-articles): New function.
11305         (nnml-article-to-file-alist): New function.
11306
11307 2001-08-30  Andrew Innes  <andrewi@gnu.org>
11308
11309         * mm-decode.el (mm-display-external): Use `name' as filename, if
11310         `filename' attribute is not present.
11311
11312 2001-08-30  Andrew Innes  <andrewi@gnu.org>
11313
11314         * mail-source.el (mail-source-flash): New defcustom.
11315         (mail-source-new-mail-p): Ring visible bell if appropriate.
11316         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
11317         timer is cleared even if mail check signals an error.
11318
11319 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11320
11321         * gnus-sum.el (gnus-summary-move-article): Only update marks of
11322         type 'list.
11323
11324 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11325
11326         * flow-fill.el (fill-flowed): eol might be point-max.
11327
11328 2001-08-27  Simon Josefsson  <jas@extundo.com>
11329
11330         * nnml.el (nnml-request-update-info): Fix message.
11331         (nnml-open-marks): Ditto.
11332
11333         * nnfolder.el (nnfolder-request-update-info):
11334         (nnfolder-open-marks): Fix message.
11335
11336 2001-08-25  Simon Josefsson  <jas@extundo.com>
11337
11338         * nnfolder.el (nnfolder-save-marks): Don't create directory named
11339         after group in ~/.
11340
11341 2001-08-25  Simon Josefsson  <jas@extundo.com>
11342         From Andreas Jaeger  <aj@suse.de>
11343
11344         * nnfolder.el (nnfolder-open-marks): Fix typo.
11345         * nnml.el (nnml-open-marks): Likewise.
11346
11347 2001-08-25  Simon Josefsson  <jas@extundo.com>
11348
11349         Make nnfolder groups self-contained as far as marks are concerned.
11350
11351         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
11352         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
11353         (nnfolder-open-server): Make marks directory.
11354         (nnfolder-request-delete-group): Delete marks file.
11355         (nnfolder-request-delete-group): Check of nov/marks file exist
11356         before deleting.
11357         (nnfolder-request-rename-group): Rename marks file.
11358         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
11359         (nnfolder-request-set-mark, nnfolder-request-update-info)
11360         (nnfolder-group-marks-pathname, nnfolder-save-marks)
11361         (nnfolder-open-marks): New functions.
11362         (top-level): Require gnus.
11363
11364 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11365
11366         * nnweb.el (nnweb-type-definition): Use google raw file.
11367         (nnweb-google-parse-1): Ditto.
11368         (nnweb-google-identity): Ditto.
11369         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
11370         (nnweb-altavista-wash-article): Ditto.
11371         (nnweb-request-article): Remove nnweb-decode-entities.
11372
11373         * nnml.el: Require 'gnus.
11374
11375 2001-08-25  Simon Josefsson  <jas@extundo.com>
11376
11377         * nnml.el (nnml-marks-is-evil): Add doc.
11378
11379 2001-08-25  Simon Josefsson  <jas@extundo.com>
11380
11381         * nnml.el (nnml-save-marks): Wrap saving marks in a
11382         condition-case, to allow user to start Gnus if saving marks failed
11383         for some reason.
11384
11385 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11386
11387         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
11388
11389         * gnus-group.el (gnus-update-group-mark-positions): Bind
11390         gnus-group-update-hook to nil.
11391
11392 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11393
11394         * mml.el (mml-generate-mime-1): Force as multibyte string.
11395
11396 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11397
11398         * gnus-sum.el (gnus-summary-insert-line)
11399         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
11400         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
11401
11402         * gnus-spec.el (gnus-correct-substring): Take optional END.
11403
11404         * nnrss.el (nnrss-request-article): Remove \n.
11405         (nnrss-retrieve-headers): Lines number is -1.
11406
11407 2001-08-24  Simon Josefsson  <jas@extundo.com>
11408
11409         * gnus-group.el (gnus-info-clear-data): Call
11410         nnfoo-request-set-mark to propagate marks.  Fix bug:
11411         `gnus-group-update-line' doesn't update read range unless we call
11412         `gnus-get-unread-articles-in-group' first.
11413
11414         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
11415         to server.
11416
11417 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11418
11419         * gnus-util.el (gnus-create-info-command): Return an interactive
11420         function.
11421
11422 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11423         From Katsumi Yamaoka <yamaoka@jpl.org>
11424
11425         * gnus-spec.el (gnus-parse-complex-format): Use equal.
11426
11427 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11428
11429         * gnus-sum.el (gnus-select-newsgroup): Use it.
11430
11431         * gnus-util.el (gnus-not-ignore): New function.
11432
11433         * lpath.el (featurep): Don't fbind char-int.
11434
11435         * gnus-util.el (gnus-create-info-command): New function.
11436
11437         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
11438         right node.
11439
11440         * gnus-sum.el (gnus-select-newsgroup): Clean up.
11441         (gnus-summary-limit-children): Use 'identity instead of `all'.
11442         (gnus-summary-limit-to-display-predicate): New command and
11443         keystroke.
11444
11445 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11446
11447         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
11448
11449         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
11450
11451 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11452
11453         * gnus-spec.el: Add the Gnus version.
11454         (gnus-update-format-specifications): If the Gnus version changes,
11455         nix out the format spec cache.
11456
11457         * gnus.el (gnus-continuum-version): Made into a command and
11458         optionalize the VERSION.
11459
11460         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
11461         the start of the lines.
11462
11463 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11464
11465         * gnus.el (gnus-visual-p): Define function before use of
11466         function.
11467
11468 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11469
11470         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
11471         (gnus-article-mark-to-type): New function.
11472         (gnus-update-missing-marks): Only update marks of type 'list.
11473
11474         * gnus.el (gnus-article-special-mark-lists): New variable.
11475
11476 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11477
11478         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
11479         (gnus-select-newsgroup): Still use 'all.
11480         (gnus-summary-initial-limit): Comparing with 'all.
11481
11482 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11483
11484         * gnus-start.el (gnus-activate-group): If dont-check, don't update
11485         active.
11486
11487 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11488
11489         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
11490         nnslashdot-*-retrieve-headers.
11491         (nnslashdot-request-article): Fix for slashcode 2.2.
11492         (nnslashdot-make-tuple): New function.
11493         (nnslashdot-read-groups): Use it.
11494
11495 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11496
11497         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
11498         list.
11499
11500         * gnus-sum.el (gnus-summary-move-article): Don't select article.
11501
11502 2001-08-20  Simon Josefsson  <jas@extundo.com>
11503
11504         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
11505         opened, error instead of continuing (and exploding later).
11506
11507 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11508
11509         * gnus.el (gnus-expand-group-parameters): Return the parameter
11510         list.
11511
11512         * gnus-sum.el (gnus-summary-show-article): Doc fix.
11513         (gnus-summary-show-article): Guess at charset if required.
11514
11515         * gnus-spec.el (gnus-correct-substring): Stopped one character
11516         before we wanted.
11517
11518 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11519
11520         * earcon.el (earcon-auto-play): Remove unused option.
11521
11522 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11523
11524         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
11525         message down in levels, since it happens very fast.
11526
11527         * smiley-ems.el (smiley-update-cache): Respect the symbol version
11528         of smiley-regexp-alist.
11529
11530         * mm-view.el (mm-inline-text): Ignore vcard errors.
11531
11532         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
11533
11534         * gnus-score.el (gnus-all-score-files): Use append instead of
11535         nconc.
11536
11537         * gnus.el (gnus-splash-face): Doc fix.
11538
11539         * mm-decode.el (mm-mailcap-command): Use
11540         mm-path-name-rewrite-functions.
11541         (mm-path-name-rewrite-functions): New variable.
11542
11543         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
11544         (gnus-complex-form-to-spec): Insert tab.
11545         (gnus-spec-tab): New function.
11546
11547         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
11548         entering the group.
11549
11550         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
11551         the positional spec.
11552         (gnus-parse-complex-format): React to %C.
11553
11554         * gnus-ems.el (gnus-char-width): Moved here.
11555
11556         * gnus-sum.el (gnus-select-newsgroup): Set
11557         gnus-newsgroup-articles.
11558         (gnus-unseen-mark): New variable.
11559         (gnus-newsgroup-unseen): Ditto.
11560         (gnus-newsgroup-seen): Ditto.
11561         (gnus-adjust-marked-articles): Use them.
11562         (gnus-update-marks): Use them.
11563         (gnus-summary-update-secondary-mark): Display.
11564         (gnus-summary-prepare-threads): Display.
11565
11566         * gnus-msg.el (gnus-inews-group-method): Use and return the
11567         method, not the server.
11568
11569 2001-08-19  Simon Josefsson  <jas@extundo.com>
11570
11571         * gnus-srvr.el (gnus-server-agent-face): New.
11572         (gnus-server-agent-face): New.
11573         (gnus-server-mode): Turn on font-lock-mode.
11574
11575         * gnus.el (gnus-server-visual): Add defgroup.
11576
11577 2001-08-19  Simon Josefsson  <jas@extundo.com>
11578         From Joe Casadonte <jcasadonte@northbound-train.com>
11579
11580         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
11581         gnus-server-denied-face): New.
11582         (gnus-server-opened-face, gnus-server-closed-face,
11583         gnus-server-denied-face): New.
11584         (gnus-server-font-lock-keywords): Add.
11585
11586 2001-08-19  Simon Josefsson  <jas@extundo.com>
11587
11588         * nnml.el (nnml-request-set-mark): Return nil.
11589         (nnml-save-marks): Use nnml-possibly-create-directory.
11590         (nnml-open-marks): Only work in temp buffer when inserting/reading
11591         .marks file.
11592
11593 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11594
11595         * gnus.el (gnus-expand-group-parameters): Fix.
11596
11597         * gnus-spec.el (gnus-char-width): New function.
11598         (gnus-correct-substring, gnus-correct-length): Use it.
11599
11600         * message.el (message-required-mail-headers): Fix doc.
11601
11602 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11603
11604         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
11605
11606         * mm-decode.el (mm-save-part-to-file): Insert the handle.
11607
11608 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11609
11610         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
11611         slashdot 2.2 (not fully fixed yet).
11612         (nnslashdot-request-article): Ditto.
11613
11614 2001-08-18  Simon Josefsson  <jas@extundo.com>
11615
11616         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
11617         nnimap.
11618
11619         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
11620         gnus-util.
11621         (nnimap-request-update-info-internal): Use new functions.
11622
11623         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
11624         new functions.
11625
11626 2001-08-18  Simon Josefsson  <jas@extundo.com>
11627
11628         Make nnml groups self-contained as far as marks are concerned.
11629
11630         * nnml.el (nnml-request-delete-group): Delete marks file.
11631         (nnml-request-rename-group): Move marks file.
11632         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
11633         variables.
11634         (nnml-request-set-mark, nnml-request-update-info): New server
11635         functions.
11636         (nnml-save-marks, nnml-open-marks): New functions.
11637
11638 2001-08-18  Simon Josefsson  <jas@extundo.com>
11639
11640         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
11641         `set' when setting marks.
11642
11643 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11644
11645         * gnus.el (gnus-info-find-node): Take an argument.
11646
11647         * gnus-art.el (gnus-button-handle-info): New function.
11648         (gnus-url-unhex-string): Replace "+" with " ".
11649
11650 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11651
11652         * message.el (message-check-news-header-syntax): Check bad From.
11653
11654 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11655
11656         * gnus-spec.el (gnus-correct-length): New function.
11657         (gnus-correct-substring): New function.
11658         (gnus-tilde-max-form): Use it.
11659
11660 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
11661
11662         * nnmh.el: Docstring changes as below.
11663
11664         * nnml.el: Docstring changes as below.
11665
11666         * nnbabyl.el: Docstring changes as below.
11667
11668         * nnmbox.el: Docstring changes as below.
11669
11670         * nnfolder.el: Added docstrings identifying each virtual server
11671         parameter.
11672
11673 2001-08-18  Simon Josefsson  <jas@extundo.com>
11674
11675         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
11676
11677 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
11678
11679         * message.el: rename "Abort Message" to "Postpone Message".
11680         Remove "Attach file as MIME" from Message menu, it's already in
11681         the MIME menu.
11682
11683 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11684
11685         * smime.el (smime-point-at-eol): eval-and-compile.
11686         (smime-make-temp-file): New function.
11687         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
11688         Use it.
11689
11690 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11691
11692         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
11693         (gnus-agent-summary-fetch-group): New command and keystroke.
11694
11695         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
11696         (gnus-mime-display-security): Make it respect
11697         gnus-unbuttonized-mime-type-p.
11698
11699         * gnus-sum.el (gnus-articles-to-read): Comments.
11700         (gnus-article-marked-p): New function.
11701         (gnus-summary-display-make-predicate): New function.
11702         (gnus-select-newsgroup): Use them.
11703
11704         * mm-decode.el (mm-save-part-to-file): Made it not error.
11705
11706 2001-08-17  Simon Josefsson  <jas@extundo.com>
11707
11708         * imap.el (imap-wait-for-tag): If process-status isn't open or
11709         run, return nil instead of sit-for looping.
11710
11711 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11712
11713         * lpath.el (featurep): fbind xml-parse-region.
11714
11715         * gnus.el (gnus-message-archive-method): Default to "archive".
11716         (gnus-message-archive-method): Doc fix.
11717         (gnus-parameters-get-parameter): Cleaned up.
11718         (gnus-expand-group-parameter): New function.
11719
11720         * gnus-start.el (gnus-setup-news): Push the archive server only
11721         the server list.
11722
11723         * mml.el (mml-menu): Changed name to "Attachments".
11724
11725         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
11726         when there is something to detroy.
11727
11728 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11729
11730         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
11731         nil.
11732
11733 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11734
11735         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
11736         which specifies a time today or tomorrow.
11737
11738 2001-08-15  Simon Josefsson  <jas@extundo.com>
11739         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
11740
11741         * gnus-agent.el (gnus-agent-make-mode-line-string)
11742         (gnus-agent-toggle-plugged): Use new API.
11743
11744 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11745
11746         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
11747         deadline has expired.
11748
11749 2001-08-12  Simon Josefsson  <jas@extundo.com>
11750         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
11751
11752         Support `recent' mark indicating newly arrived messages (to
11753         separate from old but unread messages).
11754
11755         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
11756         `nnmail-split-history' if recent is > 0.
11757         (nnimap-request-update-info-internal): Update `recent' marks.
11758         (nnimap-request-set-mark): Never set `recent' marks.
11759         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
11760         recent.
11761
11762         * gnus-sum.el (gnus-recent-mark): New mark.
11763         (gnus-newsgroup-recent): New variable.
11764         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
11765         (gnus-summary-prepare-threads): Mark recent articles.
11766         (gnus-summary-add-mark): Support recent.
11767         (gnus-summary-update-secondary-mark): Support recent.
11768
11769         * gnus.el (gnus-article-mark-lists): Add recent.
11770
11771 2001-08-12  Simon Josefsson  <jas@extundo.com>
11772
11773         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
11774         whether successful decoding took place.  Add doc.
11775
11776 2001-08-12  Simon Josefsson  <jas@extundo.com>
11777         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
11778
11779         * gnus.el (gnus-summary-line-format, gnus-parameters):
11780         * gnus-gl.el (gnus-summary-grouplens-line-format):
11781         * gnus-salt.el (gnus-summary-pick-line-format):
11782         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
11783
11784 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
11785         Committed by Kai Gro\e,b_\e(Bjohann.
11786
11787         * gnus-score.el (gnus-score-string): Fix `match' regexp
11788         for `extra' header case.
11789
11790 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11791
11792         * nnmbox.el (nnmbox-read-mbox): No warning.
11793
11794 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11795
11796         * nndoc.el (nndoc-article-type): Fix doc.
11797         (nndoc-generate-article-function): New variable.
11798         (nndoc-dissection-function): New variable.
11799         (nndoc-type-alist): Add oe-dbx.
11800         (nndoc-oe-dbx-type-p): New function.
11801         (nndoc-oe-dbx-dissection): New function.
11802         (nndoc-oe-dbx-generate-article): New function.
11803
11804 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11805
11806         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
11807         whether deadline has been reached.  Patch from Dan Nicolaescu
11808         <dann@godzilla.ics.uci.edu>.
11809
11810 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11811
11812         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
11813         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
11814         <rintaman@cs.Helsinki.FI>.
11815
11816         * mail-source.el (mail-source-movemail): The error buffer is
11817         modified, but nothing in it.
11818
11819 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11820
11821         * message.el (message-bogus-system-names): New variable.
11822         (message-make-fqdn): Use it.
11823
11824 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11825
11826         * nndraft.el (nndraft-request-group): Use
11827         nndraft-auto-save-file-name.
11828
11829 2001-08-09  Simon Josefsson  <jas@extundo.com>
11830
11831         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
11832         Don't ask whether to decrypt.  Just leave result in buffer (don't
11833         call mm).
11834
11835         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
11836         parts as well.
11837         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
11838         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
11839
11840 2001-08-09  Simon Josefsson  <jas@extundo.com>
11841
11842         * mm-decode.el (mm-insert-part): Return decoding success status.
11843         (mm-save-part-to-file): Error if decoding failed.
11844
11845 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11846
11847         * message.el (message-tab): Use indent-relative.
11848         (message-mode): Don't bind indent-line-function to indent-relative.
11849
11850 2001-08-09  Simon Josefsson  <jas@extundo.com>
11851
11852         * message.el (message-get-reply-headers): Fix string. Suggested by
11853         Christoph Conrad <cc@cli.de>.
11854
11855 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11856
11857         * message.el (message-tab): Use the current value of
11858         indent-line-function.
11859         (message-mode): Bind indent-line-function to indent-relative.
11860
11861 2001-08-08  Simon Josefsson  <jas@extundo.com>
11862
11863         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
11864         whether `imtest' is installed.
11865
11866 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
11867         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
11868
11869         * gnus-sum.el (gnus-summary-show-article): Call
11870         gnus-summary-update-secondary-secondary-mark.
11871         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
11872         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
11873
11874 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11875
11876         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
11877
11878         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
11879
11880         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
11881         <gerd@gnu.org>.
11882
11883         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
11884
11885         * gnus-util.el (gnus-output-to-rmail): Ditto.
11886         (gnus-output-to-mail): Ditto.
11887
11888         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
11889
11890 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
11891
11892         * message.el (message-indent-citation): Use
11893         `message-yank-cited-prefix' for empty lines.
11894
11895 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
11896
11897         * message.el (message-indent-citation): Quote only lines starting
11898         with ">" using `message-yank-cited-prefix'.
11899
11900 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
11901         Trivial patch.
11902
11903         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
11904         gnus-cache-fully-p.
11905
11906 2001-08-04  Simon Josefsson  <jas@extundo.com>
11907
11908         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
11909         file if it doesn't exist (by calling gnus-cache-read-active).
11910
11911 2001-08-04  Simon Josefsson  <jas@extundo.com>
11912
11913         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
11914         (gnus-cache-passively-or-fully-p): Removed.
11915         (gnus-cache-fully-p): Fix it.
11916
11917         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
11918
11919 2001-08-04  Simon Josefsson  <jas@extundo.com>
11920
11921         * gnus-cache.el (gnus-cache-fully-p)
11922         (gnus-cache-passively-or-fully-p): New functions.
11923         (gnus-cache-possibly-enter-article): Cosmetic change, use
11924         `g-c-p-o-f-p'.
11925         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
11926         was bogus (`g-c-p-a-a' does not change active info, just change
11927         the functions parameters).
11928         (gnus-cache-possibly-remove-articles-1): Make sure articles are
11929         not removed in groups that match `gnus-uncacheable-groups'.
11930
11931         Reported and modifications based on discussions with Nuutti
11932         Kotivuori <nuutti.kotivuori@smarttrust.com>.
11933
11934 2001-08-04  Simon Josefsson  <jas@extundo.com>
11935         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
11936
11937         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
11938         calls `gnus-cache-update-active' if bounds has been extended.
11939
11940 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11941
11942         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
11943         before remove.
11944         (gnus-mime-security-show-details): Ditto.
11945
11946 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11947
11948         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
11949         syntax.  Protect string-match against nil string and regexp.
11950
11951 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11952
11953         * mm-util.el (mm-find-charset-region): Remove control-1.
11954
11955 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11956
11957         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
11958
11959 2001-08-04  Simon Josefsson  <jas@extundo.com>
11960
11961         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
11962         buffer.  Delete MIME-Version header.
11963
11964 2001-08-03  Simon Josefsson  <jas@extundo.com>
11965
11966         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
11967         that is entered does not necessarily have the highest article
11968         number in the group, so use `gnus-cache-possibly-alter-active'
11969         instead of `gnus-cache-update-active'.
11970
11971 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11972
11973         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
11974
11975 2001-08-03  Simon Josefsson  <jas@extundo.com>
11976
11977         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
11978         menu.
11979
11980 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11981
11982         * gnus.el (post-method): New group parameter.  It also provides
11983         the user option `gnus-post-method-alist' and the internal function
11984         `gnus-parameter-post-method'.
11985
11986         * gnus-msg.el (gnus-post-method): Bind the value of
11987         `gnus-post-method' to the group parameter if it is defined.
11988
11989 2001-08-02  Simon Josefsson  <jas@extundo.com>
11990
11991         * smime.el (smime-extra-arguments): Removed.
11992         (smime-call-openssl-region): Don't use it.
11993
11994 2001-08-02  Simon Josefsson  <jas@extundo.com>
11995
11996         * smime.el (smime-sign-region): Handle stderr.
11997         (smime-encrypt-region): Ditto.
11998
11999         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
12000         match the ASN.1 length bytes.
12001         (mm-pkcs7-enveloped-magic): Ditto.
12002         (mm-view-pkcs7-get-type): Don't regexp quote.
12003
12004 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12005         From Andreas Fuchs <asf@void.at>
12006
12007         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
12008
12009 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12010
12011         * gnus-art.el (gnus-header-button-alist): References regexp.
12012
12013 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
12014
12015         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
12016         already fboundp.  Add INTERACTIVE arg to autoload form.
12017
12018 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12019
12020         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
12021
12022         * nnmail.el (nnmail-cache-open): Ditto.
12023
12024 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12025
12026         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
12027
12028 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12029
12030         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
12031
12032 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12033         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12034
12035         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
12036         (gnus-agent-toggle-plugged): Use it.
12037
12038 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
12039
12040         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
12041         (gnus-ding-file-coding-system): New variable.
12042         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
12043         (gnus-slave-save-newsrc): Use it.
12044
12045 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12046
12047         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
12048         syntax.
12049
12050 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12051         Originally from Andreas Fuchs <asf@void.at>
12052
12053         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
12054         (mml2015-gpg-pretty-print-fpr): New function.
12055         (mml2015-gpg-extract-signature-details): More details, rename from
12056         `m-g-e-from'.
12057         (mml2015-gpg-verify): Use them.
12058         (mml2015-gpg-clear-verify): Use them.
12059
12060 2001-07-31  Simon Josefsson  <jas@extundo.com>
12061
12062         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
12063         buffer when done.
12064
12065 2001-07-30  Simon Josefsson  <jas@extundo.com>
12066
12067         * smime.el (smime-call-openssl-region): Revert previous change,
12068         just pass on buf to `call-process-region'.
12069         (smime-verify-region): Doc fix.  Don't message stuff.  Use
12070         `smime-new-details-buffer'.  Inserts error messages into buffer.
12071         (smime-noverify-region): Ditto.
12072         (smime-decrypt-region): Ditto.  Handles stderr separately.
12073         (smime-verify-buffer, smime-noverify-buffer)
12074         (smime-decrypt-buffer): Doc fix.
12075         (smime-new-details-buffer): New function.
12076         (smime-pkcs7-region, smime-pkcs7-certificates-region)
12077         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
12078         (smime-sign-region, smime-encrypt-region): Don't use
12079         `insert-buffer'.
12080
12081         * mml-smime.el (mml-smime-verify): Fix security button strings.
12082
12083 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12084
12085         * gnus-art.el (gnus-mime-save-part-and-strip): Save
12086         gnus-article-mime-handles.
12087
12088 2001-07-29  Simon Josefsson  <jas@extundo.com>
12089
12090         * mail-source.el (top-level): Require message for message-directory.
12091         (mail-source-directory): Change default to message-directory.
12092
12093         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
12094         (smime-certificate-directory, smime-openssl-program)
12095         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
12096         (smime-extra-arguments): New variable.
12097         (smime-dns-server): Fix customize group.
12098         (smime-call-openssl-region): Use `smime-extra-arguments'.
12099
12100 2001-07-29  Simon Josefsson  <jas@extundo.com>
12101         From Vladimir Volovich <vvv@vsu.ru>
12102
12103         * smime.el (smime-call-openssl-region): Ignore stderr.
12104
12105 2001-07-29  Simon Josefsson  <jas@extundo.com>
12106         From Christoph Conrad <christoph.conrad@gmx.de>
12107
12108         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
12109         file.
12110
12111 2001-07-29  Simon Josefsson  <jas@extundo.com>
12112
12113         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
12114
12115         Support S/MIME decryption.
12116
12117         * mm-decode.el (mm-inline-media-tests):
12118         (mm-inlined-types):
12119         (mm-automatic-display):
12120         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
12121
12122         * mm-view.el (mm-pkcs7-signed-magic):
12123         (mm-pkcs7-enveloped-magic): New variables.
12124         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
12125         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
12126         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
12127         PKCS#7 blobs.
12128
12129         * smime.el (smime-decrypt-region): Expand keyfile.
12130
12131 2001-07-29  Simon Josefsson  <jas@extundo.com>
12132
12133         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
12134         `ssl.el' variables.
12135
12136         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
12137         but line instead of narrowing to it, because `nnmail-parse-active'
12138         calls widen.  Thanks to Christoph Conrad
12139         <christoph.conrad@gmx.de>.
12140
12141 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12142
12143         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
12144         for %B spec.
12145
12146         * gnus-sum.el (gnus-summary-prepare-threads): If
12147         gnus-sum-thread-tree-root is nil, use subject instead.
12148         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
12149         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12150         (gnus-sum-thread-tree-leaf-with-other)
12151         (gnus-sum-thread-tree-single-leaf): Documentation.
12152         (gnus-sum-thread-tree-single-indent): Allow nil.
12153
12154 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12155
12156         * message.el (message-fill-paragraph): Do nothing if the user
12157         wants filladapt-mode.
12158
12159 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12160
12161         * mm-decode.el (mm-image-type-from-buffer): New function.
12162         (mm-get-image): Use it.
12163
12164 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12165
12166         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
12167
12168         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
12169         mm-display-parts too.
12170
12171 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12172
12173         * nnfolder.el (nnfolder-request-accept-article): Bind
12174         nntp-server-buffer.
12175
12176         * nnmail.el (nnmail-parse-active): Read from buffer instead of
12177         nntp-server-buffer.
12178
12179 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12180
12181         * message.el (message-check-news-header-syntax): Use
12182         message-post-method.
12183         (message-send-news): Bind message-post-method.
12184
12185 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12186
12187         * mml.el (mml-tweak-type-alist): New variable.
12188         (mml-tweak-function-alist): New variable.
12189         (mml-tweak-part): New function.
12190         (mml-generate-mime-1): Use it.
12191
12192 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12193
12194         * nnfolder.el (nnfolder-request-accept-article): Replace
12195         nnfolder-request-list.
12196
12197 2001-07-27  Simon Josefsson  <jas@extundo.com>
12198
12199         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
12200         nnoo-change-server failed to do it.
12201
12202 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12203
12204         * gnus.el (gnus-parameters): Make it customizable.
12205
12206 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12207
12208         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
12209
12210         * message.el (message-set-auto-save-file-name): More
12211         poor-system-types.
12212
12213         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
12214
12215         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
12216         supports +.
12217
12218 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12219
12220         * mm-decode.el (mm-readable-p): New function.
12221         (mm-inline-media-tests): Fix the default testers.
12222
12223 2001-07-26  Simon Josefsson  <jas@extundo.com>
12224
12225         * nnimap.el (nnimap-version): Bump version number.
12226
12227 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12228         From Steven E. Harris <seh@speakeasy.org>
12229
12230         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
12231         in M$Windows too.
12232
12233 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12234
12235         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
12236
12237 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12238
12239         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
12240
12241         * mm-decode.el (mm-get-image): Guess then use the type.
12242
12243         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
12244
12245 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
12246
12247         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
12248         display (%B) for threads if threading is off.
12249
12250 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12251         From Henrik Enberg <henrik@enberg.org>
12252
12253         * gnus-msg.el: Customization patch.
12254
12255 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
12256
12257         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
12258         variable.
12259         (nnmail-split-fancy-with-parent): Ignore certain groups.
12260
12261 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12262
12263         * gnus-util.el (gnus-byte-compile): New function.
12264         (gnus-use-byte-compile): New variable.
12265         (gnus-make-sort-function): Use it.
12266
12267         * nnmail.el (nnmail-get-new-mail): Use it.
12268
12269         * gnus-agent.el (gnus-category-make-function): Simple function or
12270         compiled function.
12271         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
12272
12273         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
12274         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
12275         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
12276
12277         * message.el (message-check-news-header-syntax): Remove quote.
12278
12279 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12280
12281         * message.el (message-use-mail-followup-to): `t' is not a
12282         documented value.
12283
12284 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12285
12286         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
12287
12288 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12289
12290         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
12291         there are long lines.
12292
12293 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12294
12295         * dgnushack.el (copy-list): New compiler macro.
12296
12297 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12298
12299         * message.el (message-bounce): If no Return-Path, the whole
12300         content is considered as the original message.
12301
12302         * nnml.el (nnml-check-directory-twice): New variable.
12303         (nnml-article-to-file): Use it.
12304         (nnml-retrieve-headers): Hack it.
12305
12306 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12307
12308         * gnus-win.el (gnus-buffer-configuration): New configure.
12309
12310         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
12311         not alive.
12312
12313         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
12314         (mm-display-external): Use display-term configure.
12315
12316 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12317
12318         * gnus-delay.el (gnus-delay-default-hour): New variable.
12319         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
12320
12321 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12322         From Karl Kleinpaste <karl@charcoal.com>
12323
12324         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
12325         (gnus-summary-prepare-threads): Ditto.
12326
12327         * gnus.el (gnus-summary-line-format): Add %B.
12328
12329 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12330
12331         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
12332
12333         * mm-util.el (mm-string-as-multibyte): New function.
12334
12335         * nnmh.el (nnmh-request-list-1): Encode, not decode!
12336
12337 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12338
12339         * mm-util.el (mm-universal-coding-system): New variable.
12340
12341         * gnus-start.el (gnus-startup-file-coding-system): Use it.
12342
12343         * score-mode.el (score-mode-coding-system): Use it.
12344
12345 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12346
12347         * gnus-start.el (gnus-setup-news): Call
12348         `gnus-check-bogus-newsgroups' just after the native server is
12349         opened.
12350
12351 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12352
12353         * nnmail.el (nnmail-do-request-post): Util function to be used by
12354         `nnchoke-request-post' for all nnmail-derived backends.
12355
12356         * nnml.el (nnml-request-post): Use it.
12357
12358         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
12359         backend, for it groks nnml-request-post.
12360
12361         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
12362         Treat `mail-post' backends like `mail' backends, not like `news'
12363         backends.
12364
12365 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12366
12367         * gnus-msg.el (gnus-setup-message): make-local-hook.
12368
12369 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12370
12371         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
12372         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
12373         <karl@charcoal.com>, slightly changed by Kai.
12374
12375         * message.el (message-check-news-header-syntax): When checking
12376         whether the groups exist, check the right server based on
12377         `gnus-post-method'.
12378
12379 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12380
12381         * gnus-delay.el: New file.
12382
12383 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12384
12385         * mm-util.el (mm-read-coding-system): Take two arguments.
12386
12387         * gnus-sum.el (gnus-summary-show-article): Use
12388         mm-read-coding-system.
12389
12390         * gnus-art.el (article-de-quoted-unreadable):
12391         (article-de-base64-unreadable, article-wash-html):
12392         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
12393
12394 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12395
12396         * nnml.el (nnml-request-post): New function.  Can be used for
12397         annotations in nnml groups.
12398
12399 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12400
12401         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
12402         command.
12403
12404         * gnus-start.el (gnus-find-new-newsgroups): Use
12405         `message-make-date' instead of `current-time-string'.
12406         (gnus-ask-server-for-new-groups): Ditto.
12407         (gnus-check-first-time-used): Ditto.
12408
12409 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12410
12411         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
12412
12413 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
12414
12415         * message.el (message-shorten-references): Change `maxcount' and
12416         `cut' to obey USEFOR draft 5.
12417
12418 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
12419
12420         * gnus-sum.el (gnus-summary-display-arrow): New variable.
12421         (gnus-summary-set-article-display-arrow): New function.
12422         (gnus-summary-goto-subject): Use it.
12423
12424 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12425
12426         * gnus-sum.el (gnus-summary-import-article): Insert date if
12427         doesn't exist.
12428
12429 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12430
12431         * mml.el (mml-content-type-parameters): New variable.
12432         (mml-content-disposition-parameters): New variable.
12433         (mml-insert-mime-headers): Use them.
12434         (mml-parse-1): Accept charset.
12435
12436 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12437
12438         * gnus-group.el (gnus-group-select-group): Doc fix.
12439
12440         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
12441
12442 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12443
12444         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
12445         to handle `define-derived-mode'.
12446
12447 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12448         From:  Stefan Monnier  <monnier@cs.yale.edu>
12449
12450         * message.el (message-mode): Use define-derived-mode.
12451         (message-tab): message-completion-alist.
12452
12453         * imap.el (imap-interactive-login): Use make-local-variable.
12454         (imap-open): Ditto.
12455         (imap-authenticate): Ditto.
12456
12457         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
12458
12459         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
12460
12461 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12462
12463         * message.el (message-citation-line-function): Refer to
12464         gnus-cite-attribution-suffix.
12465
12466 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12467
12468         * gnus-art.el,...: Error convention changes.
12469
12470 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12471
12472         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
12473
12474 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12475
12476         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
12477         (nnrss-read-server-data): Ditto.
12478
12479 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12480
12481         * gnus-setup.el (gnus-use-installed-gnus): Typo.
12482         * Cleanup files.
12483         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
12484
12485 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12486
12487         * gnus.el (gnus-summary-line-format): Add %o.
12488
12489         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
12490         unless shell outputs something.
12491
12492 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12493
12494         * gnus-art.el (gnus-boring-article-headers): Better doc.
12495         (article-hide-headers): Better regexp.
12496         Suggested by Matt Swift <swift@alum.mit.edu>.
12497
12498         * nnheader.el (nnheader-max-head-length): Better doc.
12499         (nnheader-header-value): Skip spaces.
12500         (nnheader-parse-head): Remove space.
12501         Suggested by Matt Swift <swift@alum.mit.edu>.
12502
12503         * gnus-sum.el (gnus-summary-show-raw-article): New function.
12504         (gnus-get-newsgroup-headers): Remove space.
12505
12506 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12507
12508         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
12509         (gnus-summary-reply): Use it.
12510         (gnus-summary-reply-broken-reply-to): New function.
12511         (gnus-msg-force-broken-reply-to): New function.
12512
12513         * mm-view.el (mm-inline-text): Showing as text/plain when error.
12514
12515 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12516
12517         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
12518
12519 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12520
12521         * mm-decode.el (mm-external-terminal-program): New variable.
12522         (mm-display-external): Use it. Use term to display when no
12523         window-system.
12524
12525 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
12526
12527         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
12528         Browse->Next entries to Browse->Prev
12529
12530 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12531
12532         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
12533
12534 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12535
12536         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
12537         for the default encoding.
12538
12539         * nnrss.el (nnrss-url-field): New field.
12540         (nnrss-request-article): Add newsgroups.
12541
12542         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
12543
12544 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12545
12546         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
12547
12548         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
12549         (gnus-draft-setup): Remove backlog.
12550
12551 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12552
12553         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
12554         Cleanup.
12555
12556 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12557
12558         * gnus-msg.el (gnus-bug): Erase buffer.
12559
12560         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
12561
12562 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12563
12564         * mm-decode.el (mm-attachment-override-p): Fix typo.
12565
12566 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
12567
12568         * gnus-kill.el (gnus-execute): Work with the extra headers.
12569         * gnus-sum.el (gnus-summary-execute-command): Ditto.
12570
12571 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12572
12573         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
12574         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
12575
12576         * message.el (message-send-mail-real-function): New variable.
12577         (message-send-mail-partially, message-send-mail):
12578
12579         * nngateway.el (nngateway-request-post): Use it.
12580
12581         * gnus-agent.el (gnus-agentize): Use it.
12582
12583         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
12584         (nnsoup-revert-variables): Use it.
12585
12586 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
12587
12588         * mm-decode.el (mm-inline-media-tests): Default to displaying as
12589         text/plain if the type doesn't match any other media types.
12590         (mm-inlined-types): Doc fix.
12591         (mm-display-inline): Revert previous change (now handled by a
12592         default type in `mm-inline-media-tests'.
12593         (mm-inlinable-p): Revive.
12594         (mm-display-part): Call `mm-inlinable-p'.
12595         (mm-attachment-override-p): Ditto.
12596         (mm-inlined-p): Doc fix.
12597
12598         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
12599         well as `mm-inlined-p'.
12600
12601 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12602
12603         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
12604         (nntp-send-command-and-decode): Use gnus-point-at-bol.
12605
12606 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12607         From  Paul Jarc <prj@po.cwru.edu>
12608
12609         * message.el (message-use-mail-followup-to): New variable.
12610         (message-get-reply-headers): Use it.
12611
12612 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
12613
12614         * nnheader.el (nnheader-init-server-buffer): Make sure the
12615         *nntpd* buffer is made multibyte instead of a random buffer.
12616
12617 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12618
12619         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
12620         when it returns headers.
12621
12622 2001-07-07  Simon Josefsson  <jas@extundo.com>
12623
12624         * rfc2047.el (rfc2047-encode-message-header): Skip header when
12625         trying to fold. Thanks to Colin Walters
12626         <walters@cis.ohio-state.edu>
12627
12628 2001-07-06  Simon Josefsson  <jas@extundo.com>
12629
12630         * imap.el (imap-parse-address-list, imap-parse-flag-list)
12631         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
12632         Add information in `assert's.
12633
12634         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
12635         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
12636         and `nnimap-group-overview-filename', should handle all
12637         change-of-uidvalidity related issues.  But there may be other
12638         problems.)
12639
12640 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
12641
12642         * rfc2047.el (rfc2047-encode-message-header): Don't include the
12643         header name when folding.
12644
12645 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
12646
12647         * mm-decode.el (mm-inlined-types): Document relationship with
12648         `mm-inline-media-tests'.
12649         (mm-display-inline): Default to displaying as plain text if no
12650         inlining handler is available.
12651         (mm-inlinable-p): Remove.
12652         (mm-inlined-p): Don't call `mm-inlinable-p'.
12653         (mm-automatic-display-p): Ditto.
12654         (mm-attachment-override-p): Ditto.
12655
12656 2001-07-04  Simon Josefsson  <jas@extundo.com>
12657
12658         * nnimap.el (nnimap-importantize-dormant): New variable.
12659         (nnimap-request-update-info-internal): Use it.
12660         (nnimap-request-set-mark): Ditto.
12661
12662 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
12663
12664         * nntp.el (nntp-send-command): don't pass a buffer argument to
12665         `point'. Only XEmacs accepts this.
12666         * nntp.el (nntp-send-command-nodelete): ditto.
12667         * nntp.el (nntp-send-command-and-decode): ditto.
12668
12669 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
12670
12671         * nntp.el (nntp-open-connection-function): doc update.
12672         * nntp.el (nntp-pre-command): New.
12673         * nntp.el (nntp-via-rlogin-command): New.
12674         * nntp.el (nntp-via-telnet-command): New.
12675         * nntp.el (nntp-via-telnet-switches): New.
12676         * nntp.el (nntp-via-user-name): New.
12677         * nntp.el (nntp-via-user-password): New.
12678         * nntp.el (nntp-via-address): New.
12679         * nntp.el (nntp-via-envuser): New.
12680         * nntp.el (nntp-via-shell-prompt): New.
12681         * nntp.el (nntp-open-telnet-stream): New.
12682         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
12683         * nntp.el (nntp-open-via-telnet-and-telnet): New.
12684         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
12685         * nntp.el (nntp-send-command): ditto.
12686         * nntp.el (nntp-send-command-nodelete): ditto.
12687         * nntp.el (nntp-send-command-and-decode): ditto.
12688
12689 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
12690         Trivial patch.
12691
12692         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
12693         `when'.
12694
12695 2001-07-03  Simon Josefsson  <jas@extundo.com>
12696         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
12697
12698         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
12699
12700 2001-07-03  Simon Josefsson  <jas@extundo.com>
12701
12702         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
12703         remove it (workaround XEmacs `fill-region' bug).
12704
12705 2001-07-01  Simon Josefsson  <jas@extundo.com>
12706
12707         * nnimap.el (nnimap-date-days-ago): Defeat locale.
12708
12709 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12710
12711         * mml2015.el (mml2015-format-error): New function.
12712         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
12713         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
12714         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
12715
12716 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12717
12718         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
12719         Suggested by Christoph Conrad <C.Conrad@cli.de>.
12720
12721         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
12722         group variables.
12723
12724 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12725
12726         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
12727
12728         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
12729         (nnrss-save-group-data): Ditto.
12730
12731         * gnus-agent.el (gnus-agent-save-alist): Ditto.
12732
12733 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12734
12735         * message.el (message-do-send-housekeeping): Narrow to headers.
12736
12737 2001-06-24  Simon Josefsson  <jas@extundo.com>
12738
12739         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
12740         insertion when breaking lines looked for " \t" instead of "[ \t]".
12741         (rfc2047-encode-message-header): Fold lines even if
12742         no QP encoding is done.
12743
12744 2001-06-23  Simon Josefsson  <jas@extundo.com>
12745         From Samuel Tardieu <sam@inf.enst.fr>
12746
12747         * smime.el (smime-keys): Support additional certificates.
12748         (smime-make-certfiles): New function.
12749         (smime-sign-region): Use previous variables.
12750         (smime-get-certfiles): New function.
12751         (smime-sign-buffer): Use it.
12752         (smime-verify-region): Support both CAfile and CApath.
12753
12754 2001-06-23  Simon Josefsson  <jas@extundo.com>
12755
12756         * smime.el (smime-decrypt-region): Perhaps work.
12757
12758 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12759
12760         * gnus-msg.el (gnus-copy-article-buffer): Typo.
12761
12762 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
12763
12764         * mm-decode.el (mm-save-part): Rewrite file name.
12765         (mm-file-name-rewrite-functions): New variable.
12766         (mm-file-name-delete-whitespace): New function.
12767         (mm-file-name-trim-whitespace): New function.
12768         (mm-file-name-collapse-whitespace): New function.
12769         (mm-file-name-replace-whitespace): New variable and function.
12770
12771 2001-06-22  Simon Josefsson  <jas@extundo.com>
12772
12773         * message.el (message-make-date): Workaround locale for weekdays.
12774
12775 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12776
12777         * message.el (message-goto-body): Return nil if not found. (revert!)
12778
12779 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12780         From Fremlin <chief@bandits.org>
12781
12782         * message.el (message-goto-body): Some messages have no header.
12783
12784         * gnus-msg.el (gnus-copy-article-buffer): Use it.
12785
12786 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
12787
12788         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
12789
12790 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12791
12792         * message.el (message-make-date): Add week day.
12793         Suggested by Jason R. Mastaler <jason@mastaler.com>.
12794
12795 2001-06-19  Simon Josefsson  <jas@extundo.com>
12796
12797         * message.el (message-yank-prefix): Doc fix.
12798         (message-yank-cited-prefix): Ditto.
12799         (message-delete-not-region): Keep citation prefix on first line,
12800         if possible and appropriate.
12801
12802 2001-06-19  Simon Josefsson  <jas@extundo.com>
12803
12804         * imap.el (imap-process-connection-type): New variable.
12805         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
12806         recent `imtest's work completely (no line length issues), while
12807         making making old `imtest's unusable.  Thanks to NAGY Andras
12808         <nagya@inf.elte.hu> for his work.
12809
12810 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
12811
12812         * imap.el (imap-ssl-program): Add -quiet to shut up
12813         OpenSSL/SSLeay's internal debug talk.
12814
12815 2001-06-19  Matt Armstrong  <matt@lickey.com>
12816
12817         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
12818         server.
12819
12820 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12821
12822         * nnmail.el (nnmail-article-buffer): New variable.
12823         (nnmail-split-incoming): Use it.
12824
12825 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
12826
12827         * qp.el (quoted-printable-decode-region): If called interactively,
12828         use coding-system-for-read.
12829
12830 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12831
12832         * message.el (message-check-news-header-syntax): Check Reply-To.
12833
12834 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12835
12836         * mml.el (mml-parse-1): Use message options.
12837
12838         * message.el (message-do-fcc): Don't do anything if there is no
12839         FCC.
12840
12841 2001-06-16  Simon Josefsson  <jas@extundo.com>
12842
12843         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
12844         (nnimap-expunge-search-string): New variable.
12845         (nnimap-request-expire-articles): Use it.
12846
12847 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12848
12849         * message.el (message-send-mail-with-qmail): wrong exit status is
12850         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
12851
12852 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12853
12854         * gnus-art.el (article-strip-multiple-blank-lines): Use
12855         delete-region instead of replace-match.
12856
12857 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12858
12859         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
12860         (nnweb-google-wash-article): Ditto.
12861
12862 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
12863
12864         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
12865
12866 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12867
12868         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
12869         specs.
12870
12871 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12872
12873         * gnus.el (gnus-email-address): Move it here.
12874
12875         * gnus-art.el (article-de-quoted-unreadable): Read charset if
12876         requested.
12877         (article-de-base64-unreadable): Ditto.
12878         (article-wash-html): Ditto.
12879
12880 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12881
12882         * message.el (message-options-set-recipient): Don't add ", "
12883         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
12884
12885 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12886
12887         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
12888
12889 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12890
12891         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
12892         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
12893
12894         * nnrss.el (nnrss-node-text): Node might be nil.
12895
12896 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12897
12898         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
12899         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
12900
12901         * nnrss.el (nnrss-group-alist): More items.
12902
12903 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12904
12905         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
12906
12907 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12908         Trivial patch from Dale Hagglund  <rdh@best.com>
12909
12910         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
12911         restrict clauses.
12912
12913 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12914
12915         From Benjamin Rutt <brutt+news@bloomington.in.us>
12916
12917         * message.el (message-wide-reply-confirm-recipients): New variable.
12918
12919 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
12920         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
12921
12922         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
12923         fix so it works with XEmacs.
12924
12925 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12926
12927         * nnrss.el (nnrss-retrieve-headers): Support description as extra
12928         headers.
12929
12930 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12931
12932         * nnrss.el: Fix a few bugs.
12933
12934 2001-06-05  Simon Josefsson  <jas@extundo.com>
12935
12936         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
12937         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
12938
12939 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
12940
12941         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
12942         binary so that we don't transmit ISO 2022 garbage to the process.
12943         This is needed under XEmacs.
12944
12945 2001-06-03  Simon Josefsson  <simon@josefsson.org>
12946
12947         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
12948         autoloaded incorrectly below because ssl-program-* is bound.)
12949         Thanks to Amos Gouaux for report.
12950
12951 2001-06-02  Simon Josefsson  <simon@josefsson.org>
12952
12953         * imap.el (imap-kerberos4-open):
12954         (imap-gssapi-open):
12955         (imap-ssl-open):
12956         (imap-network-open):
12957         (imap-shell-open):
12958         (imap-starttls-open): Set buffer to workaround spurious
12959         `accept-process-output' buffer changes.  Thanks to Mats Lidell
12960         <Mats.Lidell@contactor.se> for report and partial patch and Jake
12961         Colman <colman@ppllc.com> for report.
12962
12963 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12964
12965         * gnus-sum.el (gnus-summary-catchup): New argument.
12966         (gnus-summary-catchup-from-here): New function.
12967
12968 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12969
12970         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
12971         back, then insert glyph.  (Before, the glyph was inserted first,
12972         then the newline.)  This works around a behavior in XEmacs where
12973         it is not possible to insert a character after a glyph which is at
12974         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
12975
12976 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12977
12978         From Jaap-Henk Hoepman (jhh@xs4all.nl).
12979
12980         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
12981         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
12982         mm-destroy-postponed-undisplay-list): New functions.
12983         (mm-display-external): Use them.
12984
12985 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12986
12987         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
12988         `default-low' when evaluating `gnus-summary-highlight'.
12989         From Raja R Harinath <harinath@cs.umn.edu>.
12990
12991 2001-05-27  Simon Josefsson  <simon@josefsson.org>
12992
12993         * message.el (message-yank-cited-prefix): New variable.
12994         (message-indent-citation): Use it.
12995
12996         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
12997         as details.
12998         (mml2015-mailcrypt-clear-verify): Ditto.
12999
13000 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13001         From Nevin Kapur <nevin@jhu.edu>.
13002
13003         * gnus-sum.el (gnus-summary-default-high-score,
13004         gnus-summary-default-low-score): New variables.
13005         (gnus-summary-highlight): Use them.
13006
13007 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
13008
13009         * message.el (message-mail): pass the 'send-actions argument to
13010         `message-setup'.
13011
13012 2001-05-16  Simon Josefsson  <simon@josefsson.org>
13013         From Raymond Scholz <ray-2001@zonix.de>
13014
13015         * gnus-art.el (gnus-mime-view-part-as-charset):
13016         (gnus-mime-internalize-part): Doc fixes.
13017
13018 2001-05-11  Simon Josefsson  <simon@josefsson.org>
13019
13020         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
13021         status lines without any text ("^215$").
13022
13023 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13024
13025         * nnrss.el (nnrss-check-group): Reverse.
13026
13027 2001-05-07  Simon Josefsson  <simon@josefsson.org>
13028
13029         * message.el (message-get-reply-headers):
13030         (message-followup): Fix typo, suggested by David Green
13031         <dgreen@uab.edu>
13032
13033 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13034
13035         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
13036
13037         * nnrss.el (nnrss-open-server): Read server data when it is called.
13038         (nnrss-request-expire-articles): Fix.
13039
13040 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13041
13042         * message.el (message-do-send-housekeeping): mail-abbrevs may
13043         rename buffer behind Gnus.
13044
13045 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13046
13047         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
13048         (nnrss-group-alist): Add more resources.
13049         (nnrss-check-group): Ignore errors.
13050
13051 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13052
13053         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
13054
13055         * nnslashdot.el (nnslashdot-request-list): Add time.
13056         (nnslashdot-request-expire-articles): New function.
13057
13058         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
13059         secondary methods too.
13060
13061 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13062
13063         * message.el (message-use-followup-to): Set default value to t.
13064
13065 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
13066
13067         * message.el (message-dont-reply-to-names): Fix documentation.
13068         (message-get-reply-headers): Use Mail-Followup-To only for wide
13069         replies.
13070
13071 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13072
13073         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
13074         correctly.
13075         (nnrss-check-group): Use time.
13076
13077 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13078
13079         * gnus.el: Oort Gnus v0.03 is released.
13080
13081 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13082
13083         * nnultimate.el (nnultimate-topic-article-to-article): Use the
13084         group.
13085
13086 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13087
13088         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
13089
13090 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13091
13092         * nnultimate.el (nnultimate-retrieve-headers): Return all
13093         available headers.
13094
13095         * gnus-sum.el (gnus-read-all-available-headers): New variable.
13096         (gnus-get-newsgroup-headers-xover): Use it.
13097
13098 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13099
13100         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
13101
13102 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13103
13104         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
13105
13106 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13107
13108         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
13109         disable it.
13110
13111         * gnus.el (gnus-info-nodes): Remove a few The's.
13112
13113 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13114
13115         * mail-source.el (mail-source-movemail): Call-process may return a
13116         signal description string.
13117
13118         * gnus-start.el (gnus-read-newsrc-el-file):
13119         gnus-newsrc-file-version may be nil.
13120
13121         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
13122         Suggested by Michael Sperber [Mr. Preprocessor]
13123         <sperber@informatik.uni-tuebingen.de>.
13124
13125 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
13126
13127         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
13128
13129 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
13130
13131         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
13132         fontify HANDLE.
13133
13134 2001-04-18  Simon Josefsson  <simon@josefsson.org>
13135
13136         * smime.el (smime-ask-passphrase): Rework to return value.
13137         (smime-sign-region): Rework to bind value and use it.
13138         (smime-decrypt-region): Ditto.
13139
13140 2001-04-18  Simon Josefsson  <simon@josefsson.org>
13141         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
13142
13143         * smime.el (smime-ask-passphrase): New function.
13144         (smime-sign-region): Use it.
13145         (smime-encrypt-cipher): New variable.
13146         (smime-decrypt-region): Ditto.
13147
13148 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
13149         Committed by Simon Josefsson  <simon@josefsson.org>
13150
13151         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
13152         the log.
13153
13154 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13155
13156         * gnus.el: Oort Gnus v0.02 is released.
13157
13158 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
13159
13160         * gnus.el: Oort Gnus v0.01 is released.
13161
13162 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13163
13164         * gnus-sum.el (gnus-summary-highlight): Highlight read
13165         undownloaded articles as read articles.
13166
13167         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
13168         (gnus-agent-get-undownloaded-list): Mark all undownloaded
13169         articles, even read ones, as such.
13170
13171         * gnus-sum.el (gnus-summary-find-matching): Clean up.
13172         (gnus-find-matching-articles): New function.
13173         (gnus-summary-limit-include-matching-articles): New command.
13174         (gnus-summary-limit-include-thread): Include articles that have
13175         matching subjects.
13176         (gnus-offer-save-summaries): Clean up.
13177
13178 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13179
13180         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
13181
13182 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13183         From Jason Merrill <jason_merrill@redhat.com>
13184
13185         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
13186
13187 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
13188         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13189
13190         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
13191         newsgroup names when the original article is a news message.
13192
13193 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13194
13195         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
13196         supported. Suggest by Jim Meyering <jim@meyering.net>.
13197
13198 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
13199         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
13200
13201         * nnmail.el (nnmail-split-it): Added check for .* at the end of
13202         regexp in nnmail-split-fancy.
13203
13204 2001-04-10  Simon Josefsson  <simon@josefsson.org>
13205
13206         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
13207
13208 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
13209
13210         * message.el (message-send-mail): Improve the interaction with the
13211         user.
13212
13213 2001-04-10  Simon Josefsson  <simon@josefsson.org>
13214
13215         * imap.el (imap-message-copy): Work around buggy servers that
13216         doesn't send TRYCREATE tags.
13217
13218 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
13219
13220         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
13221
13222 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13223
13224         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
13225         date.
13226
13227 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13228
13229         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
13230         lives.
13231
13232 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13233
13234         * gnus-art.el (gnus-parse-news-url): New function.
13235         (gnus-button-handle-news): New function.
13236         (gnus-button-alist): Point to new functions.
13237
13238         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
13239
13240         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
13241         gnus-format-specs.
13242
13243         * message.el (message-check-news-header-syntax): Question even
13244         when Gnus doesn't know the group names.
13245         (message-send-news): Clean up.
13246
13247         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
13248         exited on purpose without saving.
13249
13250         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
13251
13252 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13253
13254         * gnus-score.el (gnus-score-orphans): Clean up.
13255
13256         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
13257
13258         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
13259         later.
13260
13261         * gnus-start.el (gnus-close-all-servers): Find the right items to
13262         close.
13263
13264         * qp.el (quoted-printable-decode-region): Just message
13265         malformation; don't quit.
13266
13267 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13268         From Gerd Moellmann <gerd@gnu.org>.
13269
13270         * gnus.el (gnus-interactive): A typo.
13271
13272 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
13273         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13274
13275         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
13276         `assq-delete-all', if that function exists; otherwise use the old
13277         definition. Documentation changed to match the one in
13278         `assq-delete-all'.
13279
13280 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13281
13282         * gnus-start.el (gnus-close-all-servers): New function.
13283
13284         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
13285         (gnus-server-remove-denials): Clean up.
13286
13287         * gnus-sum.el (gnus-summary-sort-by-original): New command and
13288         keystroke.
13289
13290 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13291
13292         * message.el (message-send-news): Message where we are sending.
13293         (message-send-mail): Ditto.
13294
13295         * gnus.el (gnus-server-string): New function.
13296
13297         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
13298
13299         * mm-decode.el (mm-default-directory): Customized.
13300         (mm-tmp-directory): Ditto.
13301
13302         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
13303         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
13304         or Chars.
13305         (gnus-summary-line-format-alist): ?l is now a string.
13306         (gnus-summary-prepare-threads): Output ? for unknown lines.
13307         (gnus-summary-insert-line): Ditto.
13308         (gnus-summary-print-article): Unbalanced parentheses.
13309
13310         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
13311         out whether new stuff has arrived.
13312
13313 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
13314
13315         * gnus-sum.el: Let printing work on ttys on Emacs.
13316
13317 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13318
13319         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
13320         when forcing news.
13321
13322         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
13323         command.
13324
13325 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
13326
13327         * message.el (message-set-auto-save-file-name): Don't use
13328         asterisks under nt.
13329
13330 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13331
13332         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
13333         lists of articles.
13334
13335         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
13336
13337         * gnus-msg.el (gnus-put-message): Clean up.
13338         (gnus-summary-reply): Mark all replied-to articles as replied to.
13339         (gnus-inews-add-send-actions): Also mark as forwarded.
13340         (gnus-summary-mail-forward): Mark as forwarded.
13341
13342         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
13343         of articles.
13344         (gnus-summary-mark-article-as-forwarded): Ditto.
13345
13346         * gnus-msg.el (gnus-summary-resend-message): Mark article as
13347         forwarded.
13348         (gnus-summary-mail-forward): Clean up.
13349
13350         * gnus.el (gnus-article-mark-lists): Added forward.
13351
13352         * gnus-sum.el (gnus-forwarded-mark): New variable.
13353         (gnus-summary-prepare-threads): Use it.
13354         (gnus-summary-update-secondary-mark): Ditto.
13355         (gnus-newsgroup-forwarded): New variable.
13356
13357 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13358
13359         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
13360         (gnus-summary-very-wide-reply): New command and keystroke.
13361         (gnus-summary-very-wide-reply-with-original): Ditto.
13362
13363         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
13364         (gnus-score-adaptive): Use it.
13365
13366         * gnus-start.el (gnus-get-unread-articles): Clean up.
13367
13368 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13369
13370         * nnultimate.el (nnultimate-retrieve-headers): Work for other
13371         boards.
13372
13373 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
13374
13375         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
13376         * gnus-start.el (gnus-subscribe-newsgroup): use it.
13377
13378 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13379
13380         * nnultimate.el (nnultimate-retrieve-headers): Understand
13381         long-form month names.
13382
13383 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13384
13385         * gnus-sum.el (gnus-summary-show-all-headers):
13386         gnus-article-show-all-headers is broken. Use
13387         gnus-summary-toggle-header instead.
13388
13389         * mml2015.el (mml2015-gpg-extract-from): No error.
13390
13391 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13392         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
13393
13394         * mml2015.el (mml2015-gpg-extract-from): New function.
13395         (mml2015-gpg-verify): Use it.
13396         (mml2015-gpg-clear-verify): Use it.
13397
13398 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13399
13400         * message.el (message-setup-fill-variables): Use
13401         fill-paragraph-function.
13402         (message-fill-paragraph): Take an argument.
13403         (message-newline-and-reformat): Take another argument.
13404
13405 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13406
13407         * message.el (rmail-output): It is in rmailout.el not rmail.el.
13408
13409 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13410
13411         * message.el (message-forward): local-variable-p takes an extra
13412         argument in XEmacs.
13413
13414 2001-03-16  Simon Josefsson  <simon@josefsson.org>
13415
13416         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
13417         `nnimap-use-nov-p' (it really tested the negative).
13418         (nnimap-retrieve-headers): Use it.
13419
13420 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13421
13422         * message.el (message-generate-headers-first): Update doc.
13423
13424 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
13425         Trivial patch.
13426
13427         * gnus.el (gnus-summary-line-format): Typo.
13428
13429 2001-03-11  Simon Josefsson  <simon@josefsson.org>
13430
13431         * mailcap.el (mailcap-mime-data): Add application/sieve.
13432         (mailcap-mime-extensions): Add .siv, .xls.
13433
13434 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13435         From Christoph Conrad <christoph.conrad@gmx.de>
13436
13437         * gnus-score.el (gnus-summary-lower-thread): Typo.
13438
13439 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13440
13441         * message.el (message-forward-decoded-p): New variable.
13442         (message-forward-subject-author-subject): Use it.
13443         (message-make-forward-subject): Use it.
13444         (message-forward): Use it.
13445
13446         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
13447
13448         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
13449         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
13450
13451 ;;Has been fixed -- zsh.
13452 ;;2001-03-05  Dave Love  <fx@gnu.org>
13453 ;;
13454 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
13455 ;;      Move it after definition of mm-coding-system-p.
13456 ;;
13457 2001-03-01  Dave Love  <fx@gnu.org>
13458
13459         * mm-util.el (mm-inhibit-file-name-handlers): Add
13460         image-file-handler.
13461
13462 2001-02-11  Dave Love  <fx@gnu.org>
13463
13464         * message.el (message-signature-file): Fix doc, :type.
13465
13466 2001-02-08  Dave Love  <fx@gnu.org>
13467
13468         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
13469         (message-posting-charset): Defvar when compiling again.
13470         (rfc2047-encodable-p): Require message.
13471
13472         * gnus-sum.el (gnus-alter-articles-to-read-function):
13473         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
13474
13475 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13476
13477         * nnrss.el: New file.
13478
13479 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
13480         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13481
13482         * rfc2047.el (rfc2047-unfold-region): Fix arg of
13483         `skip-chars-forward'.
13484
13485 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13486
13487         * nndraft.el (nndraft-request-group): Restore auto save files if
13488         the original files do not exist.
13489
13490 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13491
13492         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
13493         SCORE paths.
13494
13495         * mm-decode.el (mm-dissect-buffer): Call
13496         mail-extract-address-components only if necessary.
13497
13498 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13499
13500         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
13501         directory part.
13502         (gnus-score-search-global-directories): Use file-directory-p.
13503
13504         * gnus-score.el (gnus-score-score-files-1): Use
13505         gnus-kill-files-directory.
13506         From Adrian Aichner <adrian@xemacs.org>.
13507
13508 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13509
13510         * gnus.el (charset): Move here from gnus-sum.el.
13511
13512 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13513
13514         * mml.el (mml-preview): Disable local map.
13515
13516         * gnus-sum.el (gnus-summary-make-menu-bar): Make
13517         gnus-article-post-menu here.
13518
13519         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
13520         if it has not been made.
13521
13522 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13523
13524         * gnus-art.el (gnus-article-describe-key): Map key to event.
13525         (gnus-article-describe-key-briefly): Ditto
13526
13527 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13528
13529         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
13530
13531 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13532         From Katsumi Yamaoka <yamaoka@jpl.org>.
13533
13534         * dgnushack.el (coerce, merge, subseq): defmacro.
13535
13536 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13537
13538         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
13539         A fake defalias in nndraft.el results a not-activated bug in
13540         uncompiled versions.
13541
13542 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
13543         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13544
13545         * gnus-util.el (gnus-split-references): Handle malformed References:.
13546
13547 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13548
13549         * gnus-art.el (gnus-article-mime-part-status): 1 part.
13550
13551 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13552         From NAGY Andras <nagya@inf.elte.hu>.
13553
13554         * gnus.el (gnus-parameters): Typo.
13555
13556 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13557
13558         * gnus.el (gnus-read-method): Remove redundancy.
13559
13560 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13561
13562         * nnslashdot.el (nnslashdot-backslash-url): New variable.
13563         (nnslashdot-request-list): Use it.
13564
13565 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13566
13567         * nnml.el (nnml-generate-active-info): Fix the case when there is
13568         no file.
13569
13570         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
13571         (gnus-summary-create-article): New function.
13572
13573         * gnus-group.el (gnus-group-mark-article-read): New function.
13574
13575         * gnus-msg.el (gnus-inews-do-gcc): Use it.
13576
13577         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
13578
13579 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13580
13581         * gnus-art.el (gnus-article-edit-done): Don't use
13582         gnus-article-edit-exit.
13583         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
13584
13585         * gnus.el (gnus-parameters): New variable.
13586         Suggested by NAGY Andras <nagya@inf.elte.hu>.
13587         (gnus-parameters-get-parameter): New function.
13588         (gnus-group-find-parameter): Use it.
13589
13590 2001-02-23  Simon Josefsson  <simon@josefsson.org>
13591
13592         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
13593         change of default value to `current'.
13594
13595 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13596
13597         * nneething.el (nneething-get-head): Insert unreadable file too.
13598
13599 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13600
13601         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
13602
13603         * webmail.el (webmail-type-definition): Deja is bought by google.
13604
13605 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13606
13607         * gnus-sum.el (gnus-fetch-headers): New function.
13608         (gnus-select-newsgroup): Use it.
13609         (gnus-summary-insert-articles): New function.
13610         (gnus-summary-insert-old-articles): New function.
13611         (gnus-summary-insert-new-articles): New function.
13612
13613         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
13614         (gnus-group-list-active): Ditto.
13615         * gnus-sum.el (gnus-set-mode-line): Ditto.
13616         (gnus-summary-read-group-1): Ditto.
13617
13618 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13619
13620         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
13621         current topic.
13622
13623 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13624
13625         * smiley.el (gnus-smiley-display): Don't do widening.
13626
13627         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
13628         within body.
13629
13630         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
13631
13632         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
13633         New variable.
13634         (gnus-mime-display-multipart-related-as-mixed): New variable.
13635         (gnus-mime-display-part): Use them.
13636
13637 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13638
13639         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
13640         something special.
13641
13642 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13643
13644         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
13645         (nnweb-request-article): Call reference if exists.
13646         (nnweb-type-definition): Dejanews is bought by google.com.
13647         Beta!
13648
13649 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13650
13651         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
13652
13653 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13654
13655         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
13656         gnus-article-sort-functions.
13657         (gnus-article-sort-functions): Doc fix.  Refer to
13658         gnus-thread-sort-functions.
13659
13660 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13661         From Paul Jarc <prj@po.cwru.edu>.
13662
13663         * message.el (message-get-reply-headers): More fixes.
13664
13665 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
13666         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13667
13668         * message.el (message-get-reply-headers): Fix bug with
13669         Mail-Followup-To/to-address interaction.
13670
13671 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13672
13673         * gnus-msg.el (gnus-configure-posting-styles): Match header in
13674         gnus-article-copy.
13675
13676 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13677
13678         * message.el (message-do-send-housekeeping): Rename to a better
13679         name.
13680
13681 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13682
13683         * message.el (message-cancel-news): Check article first, then ask
13684         yes or no.
13685
13686 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13687
13688         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
13689
13690 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13691
13692         * gnus-range.el (gnus-range-normalize): New function.
13693
13694 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
13695
13696         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
13697
13698 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13699
13700         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
13701
13702         * nnagent.el (nnagent-request-regenerate): New function.
13703
13704         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
13705
13706         * nnml.el (nnml-generate-nov-databases): Accept argument
13707         server. Don't open server if it is opened.
13708         (nnml-request-regenerate): Use it. Change to deffoo.
13709
13710 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13711         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13712
13713         * gnus.el (gnus-define-group-parameter): Fix.
13714
13715 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13716
13717         * gnus.el (gnus-define-group-parameter): Improved.
13718
13719         * gnus-sum.el (charset): Define parameter.
13720         (ignored-charsets): Ditto.
13721         (gnus-summary-setup-default-charset): Use them.
13722
13723         * gnus-start.el (gnus-read-descriptions-file): Use them.
13724
13725         * gnus-cus.el (gnus-group-parameters): Remove them.
13726
13727 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13728
13729         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
13730
13731 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13732
13733         * gnus-sum.el (gnus-summary-read-group-1): Remove
13734         gnus-summary-set-local-parameters.
13735         (gnus-summary-setup-buffer): Put it here.
13736
13737 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13738
13739         * gnus.el (to-address): Define parameter.
13740         (to-list): Ditto.
13741         * gnus-art.el (article-hide-boring-headers): Use them.
13742         * gnus-msg.el (gnus-post-news): Ditto.
13743         * gnus-cus.el (gnus-group-parameters): Remove them.
13744
13745 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13746
13747         * gnus-draft.el (gnus-draft-reminder): New function.
13748
13749         * gnus-art.el (gnus-sender-save-name): New function.
13750
13751 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13752
13753         * mm-util.el (mm-mime-charset): Error message.
13754
13755 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13756
13757         * message.el (message-check-news-body-syntax): Don't check mml lines.
13758
13759 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13760
13761         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
13762         subscribe.
13763
13764         * gnus-start.el (gnus-call-subscribe-functions): New function.
13765         (gnus-find-new-newsgroups): Use it.
13766         (gnus-ask-server-for-new-groups): Use it.
13767         (gnus-check-first-time-used): Use it.
13768         (gnus-subscribe-newsgroup-method): Grok a list of functions.
13769         (gnus-subscribe-options-newsgroup-method): Ditto.
13770         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
13771         return .
13772
13773 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13774
13775         * gnus-cus.el (gnus-score-customize): Doc fix.
13776
13777 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
13778
13779         * dgnushack.el (my-getenv): Typo.
13780
13781 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13782
13783         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
13784
13785 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13786
13787         * gnus-group.el (gnus-group-suspend): Offer save summaries.
13788
13789         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
13790         (gnus-treatment-function-alist): Use it.
13791         (article-remove-leading-whitespace): New function.
13792         (gnus-article-make-menu-bar): Use it.
13793
13794         * gnus-sum.el (gnus-summary-wash-empty-map): Add
13795         remove-leading-whitespace.
13796         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
13797         because of conflict.
13798
13799 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13800
13801         * Makefile.in: Hack generating gnus-load.el.
13802         * dgnushack.el: Ditto.
13803         * gnus-load.el: Remove it.
13804
13805 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13806
13807         * dgnushack.el : Add URLDIR.
13808
13809         * Makefile.in (EMACS_COMP): Ditto.
13810
13811 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13812
13813         * gnus-cus.el (gnus-score-customize): Error on no score file.
13814
13815 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13816
13817         * mm-decode.el (mm-merge-handles): New function.
13818
13819         * mm-view.el (mm-inline-message): Use it.
13820         (mm-view-message): Ditto.
13821
13822         * mm-partial.el (mm-inline-partial): Ditto.
13823
13824         * mm-extern.el (mm-inline-external-body): Ditto.
13825
13826         * gnus-art.el (gnus-mime-view-part): Ditto.
13827         (gnus-mime-view-part-as-type): Ditto.
13828         (gnus-mime-save-part-and-strip): Prevent users to strip in some
13829         cases.
13830
13831 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13832
13833         * message.el (message-cancel-news): Allow to shoot foot.
13834         (message-supersede): Ditto.
13835
13836 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
13837         Trivial patch.
13838
13839         * gnus-sum.el (gnus-simplify-subject-re): Use
13840         message-subject-re-regexp.
13841
13842 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13843
13844         * nnmail.el (nnmail-expiry-target-group): Bind
13845         nnmail-cache-accepted-message-ids to nil.
13846
13847         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
13848         coding system.
13849
13850 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13851
13852         * qp.el (quoted-printable-encode-region): Make sure characters are
13853         between 00 and FF.  Don't check charset.
13854
13855         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
13856         in Emacs 20.
13857         * rfc2047.el (rfc2047-q-encode-region): Ditto.
13858
13859 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13860
13861         * message.el (message-make-forward-subject): Argument decoded.
13862         (message-forward): Use it when digest.
13863
13864         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
13865         buffer.
13866
13867 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13868
13869         * message.el (message-generate-headers-first): Doc fix.
13870
13871 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13872
13873         * gnus-art.el (article-make-date-line): Error proof.
13874
13875 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13876
13877         * gnus-group.el (gnus-group-listing-limit): New variable.
13878         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
13879
13880         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
13881
13882 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13883
13884         * message.el (message-newline-and-reformat): Special case for
13885         breaking at BOL.
13886
13887 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
13888
13889         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
13890         message/rfc822.
13891
13892 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13893
13894         * message.el (message-encode-message-body): Don't insert
13895         Content-Type if it is inside a mail.
13896
13897 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13898
13899         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
13900         gnus-article-commands-menu.
13901
13902         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
13903         in Emacs.
13904
13905         * gnus-start.el (gnus-read-descriptions-file): Use
13906         gnus-group-name-charset and gnus-group-charset-alist.
13907
13908 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13909
13910         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
13911         active region.
13912
13913         * gnus-start.el (gnus-group-change-level): Remove from both
13914         gnus-zombie-list and gnus-killed-list.
13915
13916 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13917
13918         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
13919         gnus-subscribe-topics.
13920
13921         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
13922
13923 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13924
13925         * gnus-art.el (gnus-article-make-menu-bar): Make
13926         gnus-article-post-menu.
13927
13928         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
13929
13930         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
13931
13932         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
13933
13934         * message.el (message-mode-menu): Ditto.
13935
13936         * gnus-art.el (defvar): eval-when-compile.
13937
13938 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13939
13940         * gnus-agent.el (gnus-agentize): Fix doc.
13941
13942 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
13943
13944         * mml.el (mml-preview): Bind `q'.
13945
13946 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13947
13948         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
13949
13950 2001-01-31  Dave Love  <fx@gnu.org>
13951
13952         * mm-util.el (mm-mime-mule-charset-alist)
13953         (mm-find-mime-charset-region): Consider mule-utf-8.
13954
13955 2001-01-31  Dave Love  <fx@gnu.org>
13956
13957         * gnus-art.el (gnus-article-x-face-command)
13958         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
13959         :version.
13960
13961 2001-01-26  Dave Love  <fx@gnu.org>
13962
13963         * mm-util.el (mm-multibyte-string-p): New.
13964
13965 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
13966 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
13967 ;;      string-as-multibyte on class.  Clarify line-folding.
13968         (quoted-printable-encode-string): Make temp buffer inherit
13969         string's multibyteness.
13970
13971 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
13972
13973         * nnheader.el (toplevel): Don't require `gnus-util' at
13974         compile-time; this creates a circular dependency, and prevents
13975         a bootstrap.
13976
13977 2001-01-22  Andreas Schwab  <schwab@suse.de>
13978
13979         * nnheader.el (gnus-delete-line): Autoload it as a macro.
13980
13981 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13982
13983         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
13984
13985         * gnus-art.el (article-hide-list-identifiers): Ditto.
13986
13987         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
13988
13989 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13990
13991         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
13992
13993         * gnus-art.el (article-hide-list-identifiers): Similar.
13994
13995 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
13996
13997         * nnmail.el (nnmail-remove-list-identifiers): Improved.
13998
13999 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14000
14001         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
14002
14003 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14004
14005         * gnus-util.el (gnus-string-equal): New function.
14006
14007         * gnus-art.el (article-hide-boring-headers): Use it.
14008
14009 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
14010
14011         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
14012
14013 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14014
14015         * gnus-msg.el (gnus-msg-mail): Support switch-action.
14016
14017 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14018
14019         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
14020         command if there is not last-saver.
14021
14022 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14023
14024         * nntp.el (nntp-open-connection): 201 is possible.
14025
14026 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14027
14028         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
14029         (rfc2047-charset-encoding-alist): Add big5.
14030
14031 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14032
14033         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
14034         (gnus-agent-remove-server): Ditto.
14035         (autoload): gnus-server-update-server.
14036
14037         * gnus-srvr.el (gnus-server-line-format): Add %a.
14038         (gnus-server-line-format-alist): Add gnus-tmp-agent.
14039         (gnus-server-insert-server-line): Use it.
14040
14041 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14042
14043         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
14044         GB2312 and Big5.
14045
14046 2001-01-24  Simon Josefsson  <sj@extundo.com>
14047
14048         * mail-source.el (mail-sources): Add :program specifier to IMAP
14049         mail source.
14050         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
14051
14052 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14053
14054         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
14055
14056 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14057
14058         * nntp.el (nntp-wait-for): Return the success code.
14059         (nntp-open-connection): Use it.
14060
14061 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14062
14063         * gnus-int.el (gnus-check-server): Allow breaking the opening.
14064
14065 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14066
14067         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
14068
14069 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14070
14071         * gnus-sum.el (gnus-summary-print-article): Take one prefix
14072         argument. Allow to print several articles in one file.
14073
14074 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14075
14076         * webmail.el (webmail-type-definition): netaddress changes.
14077
14078 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14079
14080         * gnus.el: Fix copyright. Remove trailing spaces.
14081
14082         * message.el (message-forward): Use mule4.
14083
14084 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14085
14086         * mm-util.el (mm-string-as-unibyte): New function.
14087
14088         * message.el (message-forward): Use it.
14089
14090 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14091
14092         * message.el (message-cite-original-without-signature): Don't peel
14093         off the blank line.
14094         (message-get-reply-headers): Add Cc if it is not in follow-to.
14095
14096 2001-01-20  Simon Josefsson  <sj@extundo.com>
14097
14098         * mm-decode.el (mm-handle-multipart-from): Add.
14099         (mm-dissect-buffer): Save From: header value.
14100         (mm-security-from): Remove.
14101         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
14102
14103         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
14104         instead of `mml-security-from'.  Protect null from value.
14105
14106 2001-01-20  Simon Josefsson  <sj@extundo.com>
14107
14108         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
14109         application/vnd.ms-excel attachments.
14110
14111 2001-01-19  Simon Josefsson  <sj@extundo.com>
14112
14113         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
14114
14115 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14116
14117         * message.el (message-ignored-mail-headers): Ditto.
14118
14119 2001-01-19  Simon Josefsson  <sj@extundo.com>
14120
14121         * message.el (message-ignored-news-headers): Only search beginning
14122         of line.
14123
14124 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
14125         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
14126
14127         * message.el (message-send-mail): Content-Type may not be there.
14128
14129 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14130
14131         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
14132         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
14133
14134         * gnus-art.el (article-display-x-face): Insert X-Face if there is
14135         not.
14136
14137 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14138
14139         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
14140         non-native groups.
14141
14142 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14143
14144         * message.el (message-yank-original): Understand
14145         universal-argument.
14146
14147 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14148
14149         * gnus-art.el (gnus-boring-article-headers): Add to-address.
14150         (article-hide-boring-headers): Ditto.
14151
14152         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
14153
14154 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14155
14156         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
14157         one.
14158
14159 2001-01-16  Simon Josefsson  <simon@josefsson.org>
14160
14161         * message.el (message-make-in-reply-to): Add comment to message-id
14162         (old syntax, see 2000-08-02 change).
14163
14164 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14165
14166         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
14167         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
14168         (gnus-button-reply): Ditto.
14169
14170 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14171
14172         * gnus-art.el (article-display-x-face): Fix.
14173
14174 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14175
14176         * gnus-art.el (article-display-x-face): Use
14177         gnus-original-article-buffer.
14178
14179 2001-01-15  Jack Twilley  <jmt@tbe.net>
14180
14181         * message.el (message-add-header): Move to point-max.
14182
14183 2001-01-15  Simon Josefsson  <simon@josefsson.org>
14184
14185         * smime.el (smime-CA-directory, smime-CA-file): Change default to
14186         nil, improve documentation.
14187         (smime-certificate-directory): Comment out false hints (until it
14188         is implemented).
14189
14190         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
14191         there aren't any keys.
14192         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
14193         verify certificate.  Default is changed to only check integrity.
14194         Improved security status texts.  If a certificate doesn't contain
14195         a email address, don't fail.
14196
14197         * smime.el (smime-noverify-region):
14198         (smime-noverify-buffer): New functions.  Verifies integrity only.
14199
14200 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14201
14202         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
14203
14204 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14205
14206         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
14207         (gnus-remove-some-windows): Ditto.
14208
14209 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14210
14211         * gnus-art.el (article-make-date-line): 11th.
14212
14213 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14214
14215         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
14216         (mml2015-gpg-sign): Ditto.
14217
14218 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14219
14220         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
14221         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
14222
14223 2001-01-08  Dave Love  <fx@gnu.org>
14224
14225         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
14226         single character.
14227
14228         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
14229
14230         * message.el: Doc and message fixes.
14231         (message-send-rename-function)
14232         (message-make-forward-subject-function)
14233         (message-send-mail-function, message-reply-to-function)
14234         (message-wide-reply-to-function, message-followup-to-function)
14235         (message-distribution-function, message-auto-save-directory): Fix
14236         :type.
14237
14238         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
14239         proceeding after warnings.  Amend multipart warning message.
14240
14241 2001-01-04  Dave Love  <fx@gnu.org>
14242
14243         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
14244         compiling.
14245         (gnus-make-directory): Require nnmail.
14246
14247         * mm-decode.el (mm-inline-media-tests): Add
14248         image/x-portable-bitmap.
14249         (mm-get-image): Grok pbm.
14250
14251 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
14252
14253         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
14254
14255 2001-01-09  Didier Verna  <didier@xemacs.org>
14256
14257         * dgnushack.el (dgnushack-compile): give a dummy value to
14258         `gnus-xmas-glyph-directory' for the time of compilation.
14259         * gnus-agent.el: moved some XEmacs specific hook add-ons from
14260         `gnus-xmas-[re]define' to avoid loosing user custom settings.
14261         * gnus-art.el: ditto.
14262         * gnus-group.el: ditto.
14263         * gnus-salt.el: ditto.
14264         * gnus-sum.el: ditto.
14265         * gnus-topic.el: ditto.
14266         * gnus-xmas.el (gnus-xmas-define): see above.
14267         * gnus-xmas.el (gnus-xmas-redefine): see above.
14268         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
14269         non-continuable error when the directory can't be found.
14270
14271 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14272
14273         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
14274         handle.
14275         * gnus-art.el (gnus-mime-view-part): Copy it.
14276         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
14277
14278 2001-01-09  Michael Downes  <mjd@ams.org>
14279
14280         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
14281
14282 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14283
14284         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
14285         orig-file. Use ',source.
14286
14287 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14288
14289         * gnus-xmas.el (gnus-xmas-modeline-glyph):
14290         (gnus-xmas-group-startup-message):
14291         Detect gnus-xmas-glyph-directory when it is nil.
14292
14293 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14294
14295         * pop3.el (pop3-get-message-count): Andrew Innes
14296         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
14297
14298 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14299
14300         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
14301
14302         * time-date.el (time-to-number-of-days): New function.
14303
14304 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
14305         Trivial patch.
14306
14307         * nnslashdot.el (nnslashdot-request-list): Always get the right
14308         sid.
14309
14310 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14311
14312         * message.el (message-minibuffer-local-map): New keymap.
14313         (message-read-from-minibuffer): Use it.
14314         * gnus-msg.el (gnus-summary-resend-message): Use it
14315
14316 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14317
14318         * gnus-start.el (gnus-display-time-event-handler): New function.
14319         (gnus-after-getting-new-news-hook): Use it.
14320
14321 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14322
14323         * message.el (message-ignored-mail-headers): Add draft header.
14324
14325 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14326
14327         * gnus-sum.el (gnus-summary-expire-articles): Don't save
14328         excursion.
14329
14330         * nnslashdot.el (nnslashdot-request-list): Get the right year.
14331
14332 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
14333         A revoked patch.
14334
14335         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
14336
14337 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14338
14339         * qp.el (quoted-printable-decode-region): Don't backward-char.
14340
14341 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14342
14343         * gnus-draft.el: Mark articles as replied.
14344
14345         * gnus-sum.el (gnus-summary-add-mark): New function.
14346
14347         * gnus-group.el (gnus-add-mark): New function.
14348
14349         * gnus-sum.el (gnus-summary-buffer-name): New function.
14350         (gnus-summary-setup-buffer): Use it.
14351
14352         * gnus-draft.el: Set things up with the right post method and
14353         stuff.
14354
14355         * message.el (message-ignored-news-headers): Remove X-Draft-From.
14356
14357         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
14358
14359         * gnus.el (gnus-draft-meta-information-header): New variable.
14360
14361 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14362
14363         * gnus-art.el (gnus-treatment-function-alist): Move the date
14364         functions before the header sorting functions.
14365
14366         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
14367
14368         * dgnushack.el (dgnushack-compile): Message whether there is w3.
14369         Don't (push "/usr/share/emacs/site-lisp" load-path).
14370
14371         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
14372         to empty fill prefixes.
14373
14374 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14375
14376         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
14377         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
14378
14379 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14380
14381         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
14382
14383         * nnml.el (autoload): Move to nnheader.el.
14384
14385         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
14386         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
14387         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
14388         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
14389
14390 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14391
14392         * gnus-art.el (article-make-date-line): Get the hours right.
14393         (gnus-ignored-headers): More hiding.
14394
14395         * nnmail.el (nnmail-expiry-wait): Not an integer.
14396
14397         * message.el (message-goto-body): Only expand abbrev when called
14398         interactively.
14399         (message-make-lines): Use it.
14400
14401 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14402
14403         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
14404
14405 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14406
14407         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
14408         include the expunged articles.
14409
14410         * gnus-group.el (gnus-group-sort-by-server): New function.
14411
14412         * gnus.el (gnus-method-to-server-name): New function.
14413         (gnus-group-prefixed-name): Use it.
14414
14415         * gnus-group.el (gnus-group-sort-function): Doc fix.
14416         (gnus-group-sort-groups-by-server): New command.
14417
14418 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14419
14420         * gnus-art.el (gnus-treat-date-english): New variable.
14421         (article-date-english): New command.
14422         (gnus-english-month-names): New variable.
14423         (article-make-date-line): Do 'english.
14424
14425         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
14426         after the fill prefix.
14427
14428         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
14429         score...".
14430
14431         * gnus-art.el (gnus-ignored-headers): Hide more headers.
14432
14433         * message.el (message-mode-map): Bind comment-region.
14434
14435         * gnus-art.el (gnus-mime-display-part): Let w3 display
14436         multipart/related.
14437
14438         * mm-bodies.el (mm-long-lines-p): New function.
14439         (mm-body-encoding): Use it.
14440         (mm-body-encoding): Encode articles with lines longer than 1000
14441         characters.
14442
14443 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14444
14445         * mm-util.el (mm-enable-multibyte): Use
14446         default-enable-multibyte-characters.
14447         (mm-enable-multibyte-mule4): Ditto.
14448         (mm-disable-multibyte): Test XEmacs.
14449         (mm-disable-multibyte-mule4): Ditto.
14450         (mm-with-unibyte-current-buffer): Simplified.
14451         (mm-with-unibyte-current-buffer-mule4): Ditto.
14452
14453 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14454
14455         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
14456
14457         * nnheader.el (nnheader-string-as-multibyte): New alias.
14458
14459         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
14460
14461         * gnus-uu.el (gnus-message-process-mark): New function.
14462         (gnus-uu-mark-by-regexp): Use it.
14463         (gnus-new-processable): New function.
14464
14465 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
14466          Trivial patch.
14467
14468         * gnus-sum.el (gnus-no-mark): New variable.
14469
14470 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14471
14472         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
14473         backslashes.
14474
14475 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14476
14477         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
14478         definition.
14479
14480 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14481
14482         * dgnushack.el (dgnushack-compile): elc is in the current directory.
14483
14484         * qp.el (quoted-printable-encode-region): Don't check multibyte in
14485         XEmacs.
14486
14487 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
14488         Trivial patch.
14489
14490         * mml.el (mml-read-tag): Save tag location.
14491
14492 2000-12-25  Simon Josefsson  <simon@josefsson.org>
14493
14494         * starttls.el: Sync with Emacs 21.
14495
14496 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14497
14498         * message.el (message-mail): Support yank-action.
14499
14500         * message.el (message-setup): Revoke the last change.
14501
14502 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14503
14504         * message.el (message-setup): Use cons. Suggested by Johan Vromans
14505         <jvromans@squirrel.nl>.
14506
14507 2000-12-24  Simon Josefsson  <sj@extundo.com>
14508
14509         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
14510         mailing list junk at end of part.
14511
14512 2000-12-23  Simon Josefsson  <sj@extundo.com>
14513
14514         * nnimap.el (nnimap-expiry-target): New function.
14515         (nnimap-request-expire-articles): Use it.
14516
14517 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14518
14519         * gnus.el (gnus-group-parameters-more): New variable.
14520         * gnus-cus.el (gnus-group-customize): Use it.
14521
14522         * gnus.el (gnus-define-group-parameter): New macro.
14523         (auto-expire): Use it
14524         (total-expire): Use it.
14525         * gnus-art.el (banner): Use it.
14526
14527         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
14528         <ljz@asfast.com>.
14529
14530 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14531
14532         * gnus-topic.el (gnus-topic-create-topic): Use list.
14533
14534         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
14535         before binding gnus-default-article-saver.
14536
14537         * gnus-sum.el (gnus-summary-save-article):
14538         (gnus-summary-pipe-output):
14539         (gnus-summary-save-article-mail):
14540         (gnus-summary-save-article-rmail):
14541         (gnus-summary-save-article-file):
14542         (gnus-summary-write-article-file):
14543         (gnus-summary-save-article-body-file): Ditto.
14544
14545         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
14546
14547 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14548
14549         * gnus-art.el (gnus-mime-security-button-map):
14550         (gnus-mime-button-map): Add parent.
14551
14552 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14553
14554         * messagexmas.el (message-xmas-redefine): New function.
14555
14556         * message.el: Use it.
14557
14558         * gnus-art.el (gnus-article-check-hidden-text): Return t.
14559
14560         * gnus-util.el (gnus-remove-text-properties-when): Return t.
14561
14562 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14563
14564         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
14565         malformatted messages.
14566
14567 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14568
14569         * mm-util.el (mm-image-load-path): New function.
14570
14571         * gnus-group.el (gnus-group-make-tool-bar): Use it.
14572
14573         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
14574
14575         * message.el (message-tool-bar-map): Use it.
14576
14577         * Makefile.in (install-el): New rule.
14578
14579 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14580
14581         * gnus-art.el (article-treat-dumbquotes): Quote \.
14582
14583 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14584
14585         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
14586         Emacs 20 runs on a terminal.
14587
14588 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14589
14590         * gnus-msg.el (gnus-bug): Revert to save-excursion.
14591
14592         * mml.el (gnus-add-minor-mode): Autoload.
14593
14594         * message.el (message-forward): Save-restriction.
14595
14596 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14597
14598         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
14599         Paul Stevenson <p.stevenson@surrey.ac.uk>
14600
14601 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14602
14603         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
14604
14605         * mml.el (gnus-ems): Don't require.
14606
14607         * gnus.el (gnus-decode-rfc1522): Removed.
14608         (gnus-set-text-properties): Define.
14609
14610 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14611
14612         * gnus-art.el (gnus-mime-*): handle may be nil.
14613
14614         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
14615
14616         * gnus.el (gnus-group-remove-excess-properties): Not defined
14617         in gnus-xmas.
14618
14619 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14620
14621         * message.el (message-mail-user-agent): Add :version.
14622
14623 2000-12-21  Miles Bader  <miles@gnu.org>
14624
14625         * message.el (message-mode): Set `comment-start' to the  yank prefix.
14626
14627 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14628
14629         * message.el (message-mail-user-agent): New variable.
14630         (message-setup): Renamed to message-setup-1. Support
14631         mail-user-agent.
14632         (message-mail-user-agent): New function.
14633         (message-mail): Use it.
14634         (message-reply): Use it.
14635         (message-resend): Use it.
14636         (message-mail-other-window): Use it.
14637         (message-mail-other-frame): Use it.
14638
14639         * gnus-msg.el (gnus-bug): Support mail-user-agent.
14640
14641 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14642
14643         * message.el (message-tool-bar-map): Simplify.
14644         (message-narrow-to-head-1): New function.
14645         (message-narrow-to-head): Use it.
14646         (message-reply): Ditto.
14647         (message-cancel-news): Ditto.
14648         (message-supersede): Ditto.
14649         (message-make-forward-subject): Ditto.
14650         (message-bounce): Ditto.
14651
14652 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14653
14654         * uudecode.el (uudecode-decode-region-external): make-temp-file
14655         may not be defined.
14656
14657         * binhex.el (defalias): eval-and-compile.
14658
14659         * message.el (message-tool-bar-map): New function.
14660         (message-mode): Use it.
14661
14662 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14663
14664         * nntp.el (nntp-find-connection): Remove the entry.
14665         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
14666
14667 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14668
14669         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
14670
14671         * message.el (message-forward): Copy buffer in unibyte mode.
14672
14673 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14674
14675         * message.el (message-make-forward-subject): Don't widen. Decode.
14676         (message-forward): Don't decode subject.
14677
14678 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
14679
14680         * qp.el (quoted-printable-encode-region): Upcase QP.
14681
14682 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14683
14684         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
14685         mail-extract-a-c instead. Don't depend on Gnus.
14686
14687         * mml.el (gnus-ems): Require it.
14688
14689         * gnus-msg.el (gnus-summary-mail-forward):
14690
14691         * message.el (message-forward):  Move mime-to-mml here.
14692
14693 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14694
14695         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
14696         * gnus-art.el (gnus-insert-mime-button): Simplify.
14697         (gnus-mime-display-alternative): Ditto.
14698         (gnus-insert-mime-security-button): Ditto.
14699
14700 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14701
14702         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
14703         text-property-not-all doesn't return nil when start=mark(end).
14704         (gnus-remove-text-properties-when): Ditto.
14705
14706 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14707
14708         * gnus-start.el (gnus-group-change-level): Remove group from
14709         gnus-active-hashtb if real killed.
14710
14711 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14712
14713         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
14714         (gnus-mime-display-alternative): Ditto.
14715         (gnus-insert-mime-security-button): Ditto.
14716
14717 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14718
14719         * gnus-start.el (gnus-group-change-level): Don't add it into
14720         killed-list if it was killed.
14721
14722 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14723
14724         * nnmbox.el (nnmbox-file-coding-system): Use binary.
14725         (nnmbox-active-file-coding-system): Ditto.
14726
14727         * gnus-cus.el (gnus-group-parameters): Add posting-style.
14728
14729 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14730
14731         * gnus.el (gnus-version):
14732         (gnus-version-number): Set to Oort Gnus 0.01.
14733
14734         * gnus-art.el (gnus-mime-security-button-map):
14735         (gnus-insert-mime-security-button): Fix for Emacs21.
14736
14737 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14738
14739         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
14740         easymenu, because XEmacs doesn't understand :help.
14741
14742         * mm-uu.el: Require binhex.
14743
14744 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14745
14746         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
14747
14748 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
14749
14750         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
14751
14752 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
14753
14754         * *.xpm, *.pbm: Convert icons icons to size 24x24.
14755
14756 2000-12-18  Dave Love  <fx@gnu.org>
14757
14758         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
14759         (unused).
14760
14761 2000-12-13  Miles Bader  <miles@gnu.org>
14762
14763         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
14764         to t, so that we don't get stuck while trying to smilefy
14765         intangible text.
14766
14767 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
14768
14769         * smiley-ems.el (smiley-regexp-alist): Make regexps match
14770         at the end of the buffer.
14771         (smiley-region): In the loop, move to the end of the submatch
14772         matching the smiley instead of using the end of the match
14773         of the whole regexp.
14774
14775 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
14776
14777         * message.el (message-mode): Doc fix.
14778
14779 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
14780
14781         * smiley-ems.el (smiley-region): Doc fix.
14782
14783 2000-12-11  Miles Bader  <miles@gnu.org>
14784
14785         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
14786         bottom line visible, check to see if it's partially obscured, and
14787         if so, either scroll one more line to make it fully visible, or
14788         revert to showing the second line from the top.
14789
14790 2000-12-07  Dave Love  <fx@gnu.org>
14791
14792         * mailcap.el (mailcap-download-directory)
14793         * gnus-audio.el (gnus-audio-directory)
14794         * smiley-ems.el (smiley-data-directory): Fix :type.
14795
14796 2000-11-30  Dave Love  <fx@gnu.org>
14797
14798         * message.el (message-auto-save-directory): Use
14799         file-name-as-directory.
14800         (message-set-auto-save-file-name): Create
14801         message-auto-save-directory if necessary.
14802         (message-replace-chars-in-string): Removed -- unused.
14803         (message-mail-alias-type): Customize.
14804         (message-headers): Remove duplicate defgroup.
14805
14806 2000-11-29  Dave Love  <fx@gnu.org>
14807
14808         * qp.el (quoted-printable-decode-region): Use error, not message
14809         to report malformed text (like base64).  Amend message.
14810
14811 2000-11-29  Miles Bader  <miles@gnu.org>
14812
14813         * message.el (message-header-lines): Fontify tag.
14814
14815 2000-11-27  Dave Love  <fx@gnu.org>
14816
14817         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
14818         compiler warning.
14819
14820 ;2000-11-26  Dave Love  <fx@gnu.org>
14821 ;
14822 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
14823 ;
14824 2000-11-23  Dave Love  <fx@gnu.org>
14825
14826         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
14827
14828         * mm-uu.el (uudecode): Require.
14829         (uudecode-decode-region, uudecode-decode-region-external): Don't
14830         autoload.
14831         (mm-uu-copy-to-buffer): Doc fix.
14832         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
14833         type fix.
14834
14835         * mailcap.el: Doc fixes.
14836         (mailcap-mime-data): Various adjustments.
14837         (mailcap): New group.
14838         (mailcap-download-directory): Customize.
14839         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
14840         (mailcap-temporary-directory): Deleted (unused).
14841         (mailcap-unescape-mime-test): Simplify slightly.
14842         (mailcap-viewer-passes-test): Use functionp.
14843         (mailcap-command-p): Aliased to executable-find.
14844
14845         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
14846         default-enable-multibyte-characters is nil.
14847
14848 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
14849
14850         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
14851
14852 2000-11-21  Dave Love  <fx@gnu.org>
14853
14854         * gnus-art.el (gnus-mime-button-map): Don't inherit from
14855         gnus-article-mode-map.
14856 ;       (gnus-mime-button-menu): Use mouse-set-point.
14857         (gnus-insert-mime-button, gnus-mime-display-alternative)
14858         (gnus-mime-display-alternative): Don't use local-map property.
14859
14860 2000-11-17  Dave Love  <fx@gnu.org>
14861
14862         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
14863         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
14864         and make-temp-file.
14865         (uudecode-decode-region): Doc fix.
14866
14867 2000-11-14  Dave Love  <fx@gnu.org>
14868
14869         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
14870         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
14871         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
14872         New files, derived from the XPMs.
14873
14874 2000-11-10  Dave Love  <fx@gnu.org>
14875
14876         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
14877         (gnus-agent-lib-file, gnus-agent-load-alist)
14878         (gnus-agent-save-alist, gnus-agent-article-name): Use
14879         expand-file-name.
14880
14881         * gnus-group.el (gnus-group-name-charset-method-alist): Add
14882         :version.
14883         (nnkiboze-score-file): Defvar when compiling.
14884
14885         * gnus-start.el (gnus-read-newsrc-file): Add :version.
14886
14887         * gnus-art.el (gnus-article-banner-alist)
14888         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
14889         (gnus-article-date-lapsed-new-header)
14890         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
14891         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
14892         (gnus-treat-strip-headers-in-body)
14893         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
14894         (gnus-treat-translate): Add :version.
14895         (gnus-article-mime-part-function): Fix defcustom.
14896
14897         * nnmail.el (nnmail-expiry-target)
14898         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
14899         (nnmail-split-header-length-limit): Add :version.
14900
14901         * gnus-sum.el (gnus-auto-expirable-marks)
14902         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
14903         (gnus-extra-headers, gnus-ignored-from-addresses)
14904         (gnus-newsgroup-ignored-charsets)
14905         (gnus-group-highlight-words-alist)
14906         (gnus-summary-show-article-charset-alist): Add :version.
14907
14908         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
14909         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
14910         files, converted from the XPMs.
14911
14912         * gnus-cache.el (gnus-cache-active-file): Don't use
14913         file-name-as-directory on directory.
14914         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
14915         use file-name-as-directory on directory.
14916
14917         * time-date.el (timezone-make-date-arpa-standard): Autoload.
14918         (date-to-time): Use it.
14919
14920 ;       * message.el (message-mode) <adaptive-fill-regexp>:
14921 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
14922 ;       (message-newline-and-reformat): Likewise.
14923         (message-forward-as-mime, message-forward-ignored-headers)
14924         (message-buffer-naming-style, message-default-charset)
14925         (message-dont-reply-to-names, message-send-mail-partially-limit):
14926         Add :version.
14927
14928         * mm-util.el: Doc fixes.
14929         (mm-mime-charset): Don't use the raw result of
14930         mm-preferred-coding-system.
14931         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
14932         (mm-with-unibyte): Simplify.
14933
14934         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
14935         concat.
14936
14937         * pop3.el (pop3-version): Deleted.
14938         (pop3-make-date): New function, avoiding message-make-date.
14939         (pop3-munge-message-separator): Use it.
14940
14941 2000-11-09  Dave Love  <fx@gnu.org>
14942
14943         * gnus-group.el (gnus-group-make-directory-group)
14944         (gnus-group-fetch-faq): Use expand-file-name.
14945         (gnus-group-fetch-faq): Simplify completing-read form.
14946
14947         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
14948         test for Mule.
14949
14950         * message.el (tool-bar-map): Defvar when compiling.
14951
14952         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
14953         (gnus-tm-lisp-directory): Deleted.
14954         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
14955         (featurep 'xemacs).
14956         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
14957         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
14958         version numbers from file names.
14959
14960 2000-11-08  Dave Love  <fx@gnu.org>
14961
14962         * mm-view.el: Use featurep for XEmacs test.
14963         (mm-inline-message): Test for `remove-specifier'; don't use
14964         condition-case.
14965
14966         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
14967
14968         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
14969         (gnus-score-find-bnews): Don't concat "".
14970
14971         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
14972         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
14973         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
14974         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
14975
14976         * gnus-sum.el: Put some defvars in eval-when-compile.
14977         (gnus-summary-mode-hook): Add :options.
14978         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
14979         (gnus-summary-tool-bar-map): New variable.
14980         (gnus-summary-make-tool-bar): New function.
14981         (gnus-summary-mode): Put kill-all-local-variables first.
14982
14983         * gnus-group.el (gnus-group-toolbar-map): New variable.
14984         (gnus-group-make-tool-bar): Rewritten.
14985         (gnus-group-mode): Put kill-all-local-variables first.
14986
14987         * rfc2047.el: Require gnus-util.
14988
14989         * nnml.el (gnus-sorted-intersection): Autoload.
14990
14991         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
14992         Put some defvars in eval-when-compile.
14993         (gnus-intersection, gnus-sorted-complement):  Autoload.
14994
14995         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
14996
14997         * mm-encode.el (mm-body-7-or-8): Autoload.
14998
14999         * mm-decode.el (mm-insert-inline): Autoload.
15000
15001         * mml.el:
15002         * message.el: Put some defvars in eval-when-compile.
15003
15004         * gnus-msg.el: Put some defvars in eval-when-compile.
15005         (gnus-msg-mail): Move after gnus-setup-message.
15006
15007         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
15008
15009 2000-11-07  Dave Love  <fx@gnu.org>
15010
15011         * gnus-util.el (nnheader): Don't require message (recursive
15012         autoload).
15013
15014         * uudecode.el: Avoid compiler warnings.
15015
15016         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
15017         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
15018
15019 2000-11-06  Dave Love  <fx@gnu.org>
15020
15021         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
15022
15023         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
15024         (uudecode-char-int): New alias, replacing char-int.
15025         (uudecode-decode-region): Don't call buffer-disable-undo.
15026
15027 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
15028 ;       (mm-uu-configure-list): Doc fix.
15029 ;
15030 ;       * earcon.el (running-xemacs): Don't define.
15031 ;
15032 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
15033 ;
15034 ;       * message.el (message-font-lock-keywords): Match a final newline
15035 ;       to help font-lock's multiline support.
15036 ;
15037 2000-11-03  Dave Love  <fx@gnu.org>
15038
15039         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
15040
15041         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
15042         name.
15043
15044         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
15045         <banner>: Fix custom type, doc.
15046
15047         * mm-decode.el (mm-display-external): Space-prefix temp buffer
15048         name.  Don't disable undo explicitly.
15049
15050 ;2000-11-02  Dave Love  <fx@gnu.org>
15051 ;
15052 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
15053 ;       cite-prefix.
15054
15055 2000-11-01  Dave Love  <fx@gnu.org>
15056
15057         * rfc2047.el (base64): Require unconditionally.
15058         (message-posting-charset): Defvar when compiling.
15059         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
15060         message.
15061
15062         * gnus-sum.el (nnoo): Require.
15063         (mm-uu-dissect): Autoload.
15064
15065         * mml.el (mml-parse-1): Clarify message.
15066         (mml-minibuffer-read-type): Use mailcap-mime-types.
15067
15068 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
15069
15070         * mml.el: Fix a typo in the requiring of CL.
15071
15072 2000-11-01  Dave Love  <fx@gnu.org>
15073
15074         * utf7.el: Require cl when compiling.
15075
15076         * binhex.el: Use (featurep 'xemacs).
15077         (binhex-char-int): New alias, replacing char-int.  Change callers.
15078         (binhex-decode-region): Simplify work buffer code.
15079         (binhex-decode-region-external): Use expand-file-name, not concat.
15080
15081 2000-10-30  Dave Love  <fx@gnu.org>
15082
15083         * gnus-art.el: Fix 2000-10-27 change properly.
15084
15085 2000-10-28  Miles Bader  <miles@gnu.org>
15086
15087         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
15088
15089 2000-10-27  Dave Love  <fx@gnu.org>
15090
15091         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
15092         strings.
15093         (gnus-group-make-tool-bar): New function.
15094         (gnus-group-mode): Use it.
15095
15096         * message.el (message-mode-menu): Add some :help strings.
15097         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
15098         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
15099
15100         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
15101         * describe-group.xpm, get-news.xpm, kill-group.xpm:
15102         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
15103
15104         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
15105         display-graphic-p here.
15106
15107 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
15108
15109         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
15110         of the `gnus-xemacs' variable, as the latter has been removed.
15111         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
15112         * gnus-art.el (gnus-treat-display-xface)
15113         (gnus-treat-display-smileys, gnus-treat-display-picons)
15114         (gnus-article-read-summary-keys): Likewise.
15115
15116 2000-10-26  Dave Love  <fx@gnu.org>
15117
15118         (defvar): Use rmail-spool-directory unconditionally.
15119
15120 2000-10-18  Dave Love  <fx@gnu.org>
15121
15122         * mm-bodies.el (mm-uu-decode-function)
15123         (mm-uu-binhex-decode-function): Defvar when compiling.
15124
15125         * gnus-nocem.el (gnus-nocem-issuers): Update.
15126         (gnus-nocem-check-from): New option.
15127         (gnus-nocem-scan-groups): Use it.
15128         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
15129         (gnus-nocem-check-article-limit): Add :version.
15130
15131 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
15132
15133         * ietf-drums.el (mm-util): Require CL when compiling.
15134
15135 2000-10-15  Dave Love  <fx@gnu.org>
15136
15137         * qp.el: Require mm-util.
15138
15139 2000-10-13  Dave Love  <fx@gnu.org>
15140
15141         * qp.el (quoted-printable-decode-region): Avoid invalid
15142         coding-systems.
15143
15144 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
15145
15146         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
15147         to a recursive load.
15148
15149 2000-10-12  Dave Love  <fx@gnu.org>
15150
15151         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
15152
15153         * gnus.el (gnus-group-startup-message): Check for PBM image.
15154
15155 2000-10-09  Dave Love  <fx@gnu.org>
15156
15157         * mail-source.el (mail-source-fetch-imap): Bind
15158         default-enable-multibyte-characters rather than using
15159         mm-disable-multibyte.
15160
15161 2000-10-05  Dave Love  <fx@gnu.org>
15162
15163         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
15164         Autoload.
15165         (quoted-printable-decode-region):  Rename arg which confused
15166         charset with coding-system.  Don't use nonascii-insert-offset.
15167         Coding-system encode the region initially.  Don't recognize `=='
15168         as valid QP.  Coding-system decode the region finally.
15169         (quoted-printable-decode-string): Rename arg which confused
15170         charset with coding-system.
15171
15172         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
15173         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
15174         mm-encode-coding-region.
15175         (mm-decode-body, mm-decode-string): Rename variables which
15176         confused charset with coding-system.
15177         (binhex-decode-region): Don't autoload.
15178         (mm-body-encoding): Require message.
15179         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
15180         cond branches.
15181
15182         * gnus-art.el (article-de-quoted-unreadable)
15183         (article-de-base64-unreadable): Fold search case
15184         rather than downcasing string.  Apply mm-charset-to-coding-system
15185         to arg of quoted-printable-decode-region.
15186
15187 2000-10-04  Dave Love  <fx@gnu.org>
15188
15189         * gnus-ems.el: Don't turn off compiler warnings in local vars.
15190         Require ring when compiling.
15191         (gnus-article-compface-xbm): New variable.
15192
15193 2000-10-04  Dave Love  <fx@gnu.org>
15194
15195         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
15196         pbm images.
15197
15198         * frown.pbm, smile.pbm, wry.pbm: New files.
15199
15200         * frown.xbm, smile.xbm, wry.xbm: Deleted.
15201
15202 2000-10-03  Dave Love  <fx@gnu.org>
15203
15204         * mail-source.el (mail-sources): Revert to nil.
15205
15206         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
15207
15208         * qp.el: Don't require mm-util.
15209         (quoted-printable-decode-region): Rewritten.
15210         (quoted-printable-decode-string, quoted-printable-encode-region):
15211         Doc fix.
15212         (quoted-printable-encode-region): Barf on multibyte characters.
15213         Maybe make the class multibyte.  Upcase chars, not formatted
15214         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
15215         (quoted-printable-encode-string): Don't use
15216         mm-with-unibyte-buffer.
15217
15218 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
15219
15220         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
15221
15222 2000-09-21  Dave Love  <fx@gnu.org>
15223
15224         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
15225         (for Emacs 20).  Tidy somewhat.
15226
15227 2000-09-21  Dave Love  <fx@gnu.org>
15228
15229         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
15230         image processing.  Rationalize logic somewhat.
15231
15232 2000-09-20  Dave Love  <fx@gnu.org>
15233
15234         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
15235         specifically.
15236
15237         * gnus.el (gnus-version-number): Avoid some redundant
15238         autoloads.
15239
15240 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
15241
15242         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
15243         to XBM; we always have PBM support.
15244
15245 2000-09-14  Dave Love  <fx@gnu.org>
15246
15247         * gnus.el (gnus-charset):
15248         * mm-decode.el (mime-display):
15249         * imap.el (imap) <defgroup>: Add :version.
15250
15251 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
15252
15253         * parse-time.el: Fix author's mail address.
15254
15255         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
15256         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
15257         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
15258         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
15259         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
15260         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
15261         * rfc2231.el, uudecode.el: Fix copyright notice.
15262
15263         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
15264         require `w3' at load-time only if not running in batch mode.
15265
15266 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15267
15268         * gnus.el: Before merge with Emacs21.
15269
15270 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
15271
15272         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
15273
15274 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
15275
15276         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
15277         to avoid conflict with the standard `back-to-indentation'
15278         binding.
15279
15280 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15281
15282         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
15283
15284         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
15285         (mm-disable-multibyte-mule4): Ditto.
15286         (mm-with-unibyte-current-buffer-mule4): Ditto.
15287
15288 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15289
15290         * pop3.el (pop3-movemail): Use binary.
15291         (pop3-movemail-file-coding-system): Removed.
15292
15293 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15294
15295         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
15296
15297 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15298
15299         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
15300         exists.
15301
15302 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15303
15304         * gnus-msg.el (gnus-post-method): Use backend name when the
15305         address is "".
15306
15307 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15308
15309         * gnus-art.el (article-verify-x-pgp-sig): Don't test
15310         mm-verify-option.
15311         (gnus-treat-x-pgp-sig): Default value.
15312         (gnus-ignored-headers): Redundant.
15313
15314 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15315
15316         * gnus-win.el (gnus-configure-frame): Save selected window.
15317
15318 2000-02-15  Andrew Innes  <andrewi@gnu.org>
15319
15320         * nnmbox.el: Require gnus-range.
15321         (nnmbox-group-building-active-articles): New variable.
15322         (nnmbox-group-active-articles): New variable; this is a cache of
15323         all active articles by group and number.
15324         (nnmbox-in-header-p): New function.
15325         (nnmbox-find-article): New function.
15326         (nnmbox-record-active-article): New function.
15327         (nnmbox-record-deleted-article): New function.
15328         (nnmbox-is-article-active-p): New function.
15329         (nnmbox-retrieve-headers): Use nnmbox-find-article.
15330         (nnmbox-request-article): Ditto.  Also supply extra arg to
15331         nnmbox-article-group-number.
15332         (nnmbox-request-expire-articles): Ditto.
15333         (nnmbox-request-move-article): Ditto.
15334         (nnmbox-request-replace-article): Ditto.
15335         (nnmbox-request-rename-group): Rename group entry in active
15336         article cache.
15337         (nnmbox-delete-mail): Update active article cache, unless article
15338         is being replaced.
15339         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
15340         than partially duplicating it.
15341         (nnmbox-article-group-number): Add extra `this-line' arg, to
15342         handle articles belonging to multiple groups.
15343         (nnmbox-save-mail): Update active article cache.
15344         (nnmbox-read-mbox): Build active article cache when loading mbox.
15345         Also do some repair work, if we find articles that are missing the
15346         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
15347         reconstruct these from Xref info.
15348
15349 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15350
15351         * mail-source.el (mail-source-report-new-mail): Use
15352         nnheader-run-at-time.
15353
15354 2000-02-15  Andrew Innes  <andrewi@gnu.org>
15355
15356         * mail-source.el (mail-source-fetch-pop): Clear pop password when
15357         an error is thrown, and then rethrow the error.
15358         (mail-source-check-pop): Ditto.
15359         (mail-source-start-idle-timer): Prevent multiple pop checks
15360         running if the check takes a long time.
15361
15362 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15363
15364         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
15365         succeed.
15366
15367 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15368
15369         * gnus-win.el (gnus-configure-windows): Make sure
15370         nntp-server-buffer is live.
15371         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
15372
15373 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
15374
15375         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
15376
15377 2000-12-04  Andreas Jaeger  <aj@suse.de>
15378
15379         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
15380
15381 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15382
15383         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
15384
15385 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
15386         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
15387
15388         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
15389
15390 2000-12-01  Simon Josefsson  <sj@extundo.com>
15391
15392         * mml-smime.el (mml-smime-verify): Fix address parsing.
15393
15394 2000-12-01  Simon Josefsson  <sj@extundo.com>
15395
15396         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
15397         more than one certificate inside PKCS#7 blob.  Better security
15398         information (clamed / actual sender, openssl output, certificates
15399         inside message).
15400
15401         * smime.el (smime-verify-region): Output to /dev/null.
15402         (smime-buffer-as-string-region): Don't parse empty lines.
15403
15404 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15405
15406         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
15407         ?d and ?D.
15408         (gnus-mime-security-show-details-inline): New variable.
15409         (gnus-mime-security-show-details): Use them.
15410         (gnus-insert-mime-security-button): Ditto.
15411
15412         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
15413         Suggest by Michael Duggan (md5i@cs.cmu.edu).
15414         (mml2015-gpg-clear-verify): Ditto.
15415         (mml2015-gpg-decrypt-1): Ditto.
15416         (mml2015-use): Prefer 'gpg.
15417
15418 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15419
15420         * gnus-util.el (gnus-add-text-properties-when): New function.
15421         (gnus-remove-text-properties-when): Ditto.
15422
15423         * gnus-cite.el (gnus-article-hide-citation): Use them.
15424         (gnus-article-toggle-cited-text): Use them.
15425
15426         * gnus-art.el (gnus-signature-toggle): Use them.
15427         (gnus-article-show-hidden-text): Ditto.
15428         (gnus-article-hide-text): Ditto.
15429
15430 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15431
15432         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
15433
15434 2000-11-30  Simon Josefsson  <sj@extundo.com>
15435
15436         * smime.el (smime-point-at-eol): New alias.
15437         (smime-buffer-as-string-region): Use it.
15438
15439 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15440
15441         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
15442
15443 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15444
15445         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
15446
15447         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
15448
15449         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
15450
15451 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
15452
15453         * nnmh.el (nnmh-request-expire-articles): Implemented
15454         expiry-target for nnmh backend.
15455
15456 2000-11-30  Simon Josefsson  <sj@extundo.com>
15457
15458         * mm-decode.el (mm-security-from): New variable.
15459         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
15460
15461         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
15462         than `from'.
15463
15464 2000-11-30  Simon Josefsson  <sj@extundo.com>
15465
15466         * mml-smime.el (mml-smime-verify): Verify that certificate mail
15467         address match sender address.
15468
15469         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
15470
15471         * smime.el (smime-verify-region): Don't copy buffer.
15472         (smime-decrypt-buffer): Use expand-file-name on keyfile.
15473         (smime-pkcs7-region): New function.
15474         (smime-pkcs7-certificates-region): Ditto.
15475         (smime-pkcs7-email-region): Ditto.
15476         (smime-buffer-as-string-region): Ditto.
15477
15478         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
15479         buffer.
15480
15481 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
15482
15483         * smime.el (smime-decrypt-region): Fix keyfile argument.
15484
15485 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15486
15487         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
15488
15489 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15490
15491         * message.el (message-shoot-gnksa-feet): New variable.
15492         (message-gnksa-enable-p): New function.
15493         (message-send): Use it.
15494         (message-check-news-body-syntax): Ditto.
15495
15496 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15497
15498         * message.el (message-make-message-id): Remove the redundancy.
15499
15500 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15501
15502         * message.el (message-setup): Discourage using mc-install-*-mode.
15503
15504         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
15505
15506 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15507
15508         * gnus-cite.el (gnus-cite-parse): Guess citation length.
15509
15510 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15511
15512         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
15513
15514 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15515
15516         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
15517
15518 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15519
15520         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
15521         insert-buffer-substring.
15522
15523         * message.el (message-send-mail): Use buffer-substring-no-properties.
15524         (message-send-news): Ditto.
15525
15526 2000-11-22  David Edmondson  <dme@dme.org>
15527
15528         * imap.el (imap-wait-for-tag): Message read info.
15529
15530 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15531
15532         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
15533         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
15534         (mml2015-gpg-encrypt): Ditto.
15535
15536 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15537
15538         * mm-decode.el (mm-verify-option): Default value.
15539
15540         * mml-sec.el (mml-secure-part): Error message.
15541
15542 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15543
15544         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
15545
15546 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15547
15548         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
15549
15550 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15551
15552         * gnus-art.el (gnus-article-describe-key): Use prompt.
15553         (gnus-article-describe-key-briefly): Ditto.
15554
15555 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15556
15557         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
15558
15559 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15560
15561         * gnus-art.el (gnus-article-describe-key): New function.
15562         (gnus-article-describe-key-briefly): New function.
15563
15564 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15565
15566         * mm-decode.el (mm-decrypt-option): Doc typo.
15567
15568         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
15569         return a number.
15570
15571 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15572
15573         * message.el (message-newline-and-reformat): Typo.
15574
15575 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15576
15577         * gnus-art.el (article-verify-x-pgp-sig): Check whether
15578         original-article-buffer exists.
15579
15580         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
15581         (rfc2047-header-encoding-alist): Addresses are different from text.
15582         (rfc2047-encode-message-header): Ditto.
15583         (rfc2047-dissect-region): Extra parameter.
15584         (rfc2047-encode-region): Ditto.
15585         (rfc2047-encode-string): Ditto.
15586
15587 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15588
15589         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
15590         (mm-uu-pgp-encrypted-extract): Use it.
15591         (mm-uu-pgp-signed-extract-1): New function.
15592         (mm-uu-pgp-signed-extract): Use it.
15593
15594         * gnus-art.el (gnus-mime-display-security): New function.
15595         (gnus-mime-display-part): Use it.
15596         (gnus-mime-security-verify-or-decrypt): New function.
15597         (gnus-mime-security-press-button): New function.
15598         (gnus-insert-mime-security-button): Use it.
15599
15600         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
15601         (mm-find-raw-part-by-type): Ditto.
15602         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
15603         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
15604         (mm-destroy-parts): Kill nested multibyte buffer.
15605
15606         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
15607         (mml2015-gpg-verify): Ditto.
15608
15609 2000-11-18  Simon Josefsson  <sj@extundo.com>
15610
15611         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
15612         (mml2015-function-alist): Use it.
15613
15614         * mml-sec.el (mml-sign-alist): Update names.
15615         (mml-encrypt-alist): Ditto.
15616         (mml-secure-part-smime-sign): Moved to mml-smime.el
15617         as `mml-smime-sign-query'.
15618         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
15619         `mml-smime-get-file-cert'.
15620         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
15621         `mml-smime-get-dns-cert'.
15622         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
15623         `mml-smime-encrypt-query'.
15624         (mml-smime-sign-buffer): Use mml-smime-sign.
15625         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
15626
15627         * mml-smime.el (mml-smime-sign): New function.
15628         (mml-smime-encrypt):
15629         (mml-smime-sign-query):
15630         (mml-smime-get-file-cert):
15631         (mml-smime-get-dns-cert):
15632         (mml-smime-encrypt-query): Moved from mml-sec.el.
15633
15634 2000-11-16  Simon Josefsson  <sj@extundo.com>
15635
15636         * mml2015.el (mml2015-gpg-clear-verify): New function.
15637         (mml2015-function-alist): Add it.
15638
15639 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
15640
15641         * message.el (message-setup-fill-variables): Use
15642         message-cite-prefix-regexp.
15643         (message-newline-and-reformat): Check the end of citation, leading
15644         WSP, break in the cite prefix.
15645         (message-fill-paragraph): New function.
15646
15647 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
15648
15649         * lpath.el: Shut up.
15650
15651 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
15652
15653         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
15654         raw 8-bit in headers in dk.* newsgroups.
15655
15656 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
15657
15658         * message.el (message-newline-and-reformat): Match extra WSPs.
15659
15660 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
15661
15662         * mml.el (mml-generate-mime-1): Ignore ascii.
15663
15664 2000-11-16 Justin Sheehy  <justin@iago.org>
15665
15666         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
15667
15668 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15669
15670         * message.el (message-cite-prefix-regexp): Prefix should not end
15671         at space.
15672
15673 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
15674
15675         * message.el (message-mode-syntax-table): Add - as a word
15676         constituent as in articles.
15677         (message-setup-fill-variables): Add -_. as supercite-style prefix.
15678         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
15679         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
15680
15681 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
15682
15683         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
15684
15685 2000-11-12  David Edmondson  <dme@dme.org>
15686
15687         * message.el (message-font-lock-keywords): use
15688         message-cite-prefix-regexp.
15689
15690 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15691
15692         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
15693         Stein Arild Str\e,Ax\e(Bmme.
15694         (gnus-group-jump-to-group): Use it.
15695         (gnus-group-jump-to-group-prompt): Customize.
15696
15697 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
15698
15699         * mailcap.el (mailcap-possible-viewers): Match the entire string.
15700
15701 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
15702
15703         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
15704         incompatible.
15705         (mml2015-mailcrypt-sign): Ditto.
15706
15707 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15708
15709         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
15710         group is open.
15711
15712 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
15713
15714         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
15715         nnvirtual articles.
15716         (gnus-backlog-request-article): Don't request nnvirtual articles.
15717
15718 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
15719
15720         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
15721         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
15722
15723 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
15724
15725         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
15726         * mml.el (mml-generate-mime-1): Use charset attribute.
15727         * mm-bodies.el (mm-encode-body): Add parameter charset.
15728         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
15729
15730 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
15731
15732         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
15733         (mml2015-mailcrypt-clear-decrypt): Ditto.
15734         (mml2015-mailcrypt-verify): Ditto.
15735         (mml2015-mailcrypt-clear-verify): Ditto.
15736         (mml2015-gpg-verify): Ditto.
15737
15738 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15739
15740         * smime.el (smime-openssl-program): Test the existence of openssl.
15741         * mml-smime.el: Require mm-decode.
15742         (mml-smime-verify-test): New function.
15743         * mm-decode.el (mm-verify-function-alist): Use it.
15744
15745 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
15746
15747         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
15748         anyway.
15749
15750 2000-11-13  Simon Josefsson  <sj@extundo.com>
15751
15752         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
15753         verification doesn't work.
15754
15755 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
15756
15757         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
15758         (gnus-inews-do-gcc): Use it.
15759
15760 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
15761
15762         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
15763         leading space.
15764         * mm-extern.el (mm-inline-external-body): Report error when no
15765         access-type.
15766
15767 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
15768
15769         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
15770
15771 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
15772
15773         * gnus-art.el (gnus-mime-button-menu): Use select-window.
15774
15775 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
15776
15777         * gnus-art.el (gnus-mime-display-part): Display multipart/related
15778         as multipart/mixed.
15779
15780 2000-11-12  David Edmondson  <dme@dme.org>
15781
15782         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
15783         and replace `.' with `\w' to allow for different syntax tables
15784         (from Vladimir Volovich).
15785         * message.el (message-newline-and-reformat): use
15786         `message-cite-prefix-regexp'.
15787         * gnus-cite.el (gnus-supercite-regexp): use
15788         `message-cite-prefix-regexp'.
15789         * gnus-cite.el (gnus-cite-parse): use
15790         `message-cite-prefix-regexp'.
15791
15792 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
15793
15794         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
15795         PGP SIGNATURE.  Escape leading "-"'s.
15796         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
15797
15798 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
15799
15800         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
15801
15802 2000-11-11  Simon Josefsson  <sj@extundo.com>
15803
15804         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
15805
15806         * smime.el (smime-details-buffer): New variable.
15807         (smime-sign-region):
15808         (smime-encrypt-region):
15809         (smime-verify-region):
15810         (smime-decrypt-region): Copy OpenSSL output to the buffer.
15811
15812         * mml-smime.el (mml-smime-verify): Support security info.
15813
15814 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
15815
15816         * mm-decode.el (mm-verify-option): Set default to nil.
15817         (mm-decrypt-option): Ditto.
15818         * gnus-art.el (article-verify-x-pgp-sig): New function.
15819
15820 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
15821
15822         * gnus-art.el (gnus-mime-display-alternative): Show button if no
15823         preferred part.
15824
15825 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15826
15827         * gnus-sum.el (gnus-move-split-methods): Say that
15828         `gnus-split-methods' uses file names, whereas this uses group
15829         names.  (Report from Nevin Kapur)
15830
15831 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
15832
15833         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
15834
15835 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
15836
15837         * nnheader.el (nnheader-directory-files-is-safe): New variable.
15838         (nnheader-directory-articles): Use it.
15839         (nnheader-article-to-file-alist): Ditto.
15840
15841 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
15842
15843         * rfc2047.el (rfc2047-pad-base64): New function.
15844         (rfc2047-decode): Use it.
15845
15846 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
15847
15848         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
15849         select method.
15850
15851 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15852
15853         * mml2015.el (mml2015-gpg-decrypt-1):
15854         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
15855
15856 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
15857
15858         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
15859
15860 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
15861
15862         * pop3.el (pop3-munge-message-separator): A message may have an
15863         empty body.
15864
15865 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
15866
15867         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
15868         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
15869         (mm-uu-pgp-signed-extract): Use coding-system.
15870
15871 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
15872
15873         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
15874         (gnus-insert-mime-security-button): New function.
15875         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
15876         * mml2015.el:  Add security info when verify or decrypt.
15877         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
15878         (mm-uu-pgp-encrypted-extract): Ditto.
15879
15880 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
15881
15882         * mm-decode.el (mm-display-parts): New function.
15883         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
15884
15885 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15886
15887         * gnus-mlspl.el: Documentation tweaks.
15888
15889 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
15890
15891         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
15892         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
15893         argument.
15894
15895 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
15896
15897         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
15898
15899 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
15900
15901         * gnus-art.el (gnus-article-encrypt): New function.
15902         (gnus-article-encrypt-protocol-alist): New variable.
15903         (gnus-article-encrypt-protocol): New variable.
15904         * mml2015.el (mml2015-self-encrypt): New function.
15905         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
15906
15907 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
15908
15909         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
15910         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
15911         let mailcap do it.
15912         * mml2015.el: Remove snarf code.
15913         * mm-decode.el: Remove snarf code.
15914
15915 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
15916
15917         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
15918         (mml-insert-mime): Understand gnus-decoded.
15919         (mime-to-mml): New parameter handles.
15920         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15921         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
15922
15923 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
15924
15925         * mm-decode.el (mime-security): New group.
15926         (mm-verify-function-alist): Add test function.
15927         (mm-decrypt-function-alist): Ditto.
15928         (mm-snarf-option): Set default value as nil.
15929         (mm-find-part-by-type): Recursive parameter.
15930         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
15931         * mml2015.el: Support draft-ietf-openpgp-multsig.
15932
15933 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
15934
15935         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
15936         (gnus-article-view-part-as-charset): New function.
15937
15938 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
15939
15940         * mm-decode.el (mm-verify-option): Default value.
15941         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
15942
15943 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15944
15945         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
15946
15947 2000-11-05  Simon Josefsson  <sj@extundo.com>
15948
15949         * mml-smime.el (mml-smime-verify): Work in original multipart
15950         buffert.
15951
15952         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
15953         (mm-handle-multipart-ctl-parameter): Ditto.
15954         (mm-alist-to-plist): New function.
15955         (mm-dissect-buffer): Store CTL parameters and copy original buffer
15956         for multiparts.
15957         (mm-destroy-parts): Destroy multipart buffert.
15958         (mm-remove-part): Ditto.
15959
15960         * mml-smime.el (mml-smime-sign): Not used.
15961         (mml-smime-encrypt): Ditto.
15962
15963         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
15964
15965         Verify S/MIME signature support.
15966
15967         * mm-decode.el (mm-inline-media-tests): Add
15968         application/{x-,}pkcs7-signature.
15969         (mm-inlined-types): Ditto.
15970         (mm-automatic-display): Ditto.
15971         (mm-verify-function-alist): Ditto.  Add name of method.
15972         (mm-decrypt-function-alist): Add name of method.
15973         (mm-find-part-by-type): Add documentation.
15974         (mm-possibly-verify-or-decrypt): Use new format of
15975         mm-{verify,decrypt}-function-alist.  Use method names.
15976
15977         * mml-smime.el (mml-smime-verify): New function.
15978
15979 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
15980
15981         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
15982
15983 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
15984
15985         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
15986         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
15987         * mm-decode.el (mm-snarf-option): New variable.
15988
15989 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
15990
15991         * mm-util.el (mm-subst-char-in-string): New function.
15992         (mm-replace-chars-in-string): Use it.
15993         * message.el (message-replace-chars-in-string): Use it.
15994         * nnheader.el (nnheader-replace-chars-in-string): Use it.
15995         * gnus-mh.el (mh-lib-progs): Shut up.
15996
15997 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
15998
15999         * base64.el, md5.el: Moved to contrib directory.
16000
16001 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
16002
16003         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
16004         the last article when search.
16005
16006 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
16007
16008         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
16009         * nnmail.el (nnmail-pathname-coding-system): Ditto.
16010
16011 2000-09-29  David Edmondson  <dme@thus.net>
16012
16013         * message.el (message-newline-and-reformat): Typo.
16014
16015 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
16016
16017         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
16018
16019 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
16020
16021         * nntp.el (nntp-decode-text): Delete bogus status lines.
16022
16023 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
16024
16025         * message.el (message-font-lock-keywords): Match a final newline
16026         to help font-lock's multiline support.
16027
16028 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
16029
16030         * nnoo.el (nnoo-set): New function.
16031
16032 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
16033
16034         * gpg.el, gpg-ring.el: Moved to contrib directory.
16035
16036 2000-11-04  Simon Josefsson  <sj@extundo.com>
16037
16038         * nnimap.el (nnimap-split-inbox): Typo.
16039
16040 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
16041
16042         * gnus-msg.el (gnus-msg-mail): Move it backwards.
16043
16044 2000-11-03  Simon Josefsson  <sj@extundo.com>
16045
16046         * rfc2231.el (rfc2231-parse-qp-string): New function.
16047         (require): rfc2047.
16048
16049         * mail-parse.el (mail-header-parse-content-type):
16050         (mail-header-parse-content-disposition): Support invalid QP
16051         encoded strings, by using `rfc2231-parse-qp-string'.
16052
16053 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
16054
16055         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
16056         (rfc2231-decode-encoded-string): Typo "> X 1".
16057         (rfc2231-encode-string): Insert the name of charset.
16058         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
16059
16060 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
16061
16062         * mm-decode.el (mm-save-part): Return the filename.
16063         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
16064         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
16065         (gnus-mime-action-alist): Use it.
16066         (gnus-mime-button-commands): Use it.
16067         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
16068         (mm-inline-external-body): unwind-protect.
16069
16070 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
16071
16072         * gnus-art.el (gnus-insert-mime-button): Show url.
16073
16074 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
16075
16076         * mml.el (mml-generate-mime-1): Support external url.
16077         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
16078
16079 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
16080
16081         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
16082         * mm-decode.el (mm-display-external): Ditto.
16083         * mm-extern.el: New file.
16084         * mm-decode.el (mm-inline-media-tests): Hook it up.
16085         (mm-inlined-types): Inline message/external-body.
16086
16087 2000-11-02  Simon Josefsson  <sj@extundo.com>
16088
16089         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
16090
16091         * message.el (message-get-reply-headers): Better handling when
16092         Mail-Followup-To is very large.
16093
16094 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
16095
16096         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
16097         * gnus-art.el (gnus-article-edit-done):
16098         * gnus-sum.el (gnus-summary-edit-article-done): Move line
16099         counting code here.
16100         * gnus-msg.el (gnus-setup-message): Remove a hack.
16101
16102 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
16103
16104         * gnus-sum.el (gnus-newsgroup-variables): New variable.
16105         (gnus-summary-mode): Make them local variables.
16106         (gnus-set-global-variables): Globalize them.
16107         (gnus-summary-exit): Kill them.
16108
16109 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
16110
16111         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
16112         word.
16113
16114 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
16115
16116         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
16117         gnus-article-wash-types.
16118         * gnus-art.el (gnus-article-wash-status): Use them.
16119
16120 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
16121
16122         * mml.el (mml-read-tag): Remove spaces and LF.
16123
16124 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
16125
16126         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
16127         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
16128
16129 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
16130
16131         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
16132
16133 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
16134
16135         * gnus-sum.el (gnus-article-charset): New variable.
16136         (gnus-summary-display-article): Set it.
16137         * gnus-msg.el (gnus-copy-article-buffer): Use it.
16138         * gnus-art.el (gnus-article-mode): Make it local variable.
16139
16140 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16141
16142         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
16143
16144 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16145
16146         * nnwfm.el: New file.
16147
16148         * nnweb.el (nnweb-replace-in-string): New function.
16149
16150 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
16151
16152         * mml2015.el: Wrap gpg.el.
16153         * gpg.el (gpg-verify): The last argument of apply is a list.
16154         (gpg-encrypt): Add passphrase as a parameter.
16155
16156 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
16157
16158         * gpg.el: New file.
16159         * gpg-ring.el: New file.
16160
16161 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
16162
16163         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
16164
16165 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16166
16167         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
16168         double-quote characters.
16169         (gnus-summary-prepare-threads): Ditto.
16170
16171 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
16172
16173         * gnus-art.el (gnus-mime-display-single): Forward line -1.
16174         * mml.el (mml-read-tag): Don't skip the leading space.
16175         * lpath.el (font-lock-set-defaults): Shut up.
16176
16177 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
16178
16179         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
16180
16181 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
16182
16183         * qp.el (quoted-printable-encode-region): Replace leading - when
16184         ultra safe.
16185         * mml.el (mml-generate-mime-postprocess-function): Removed.
16186         (mml-postprocess-alist): Removed.
16187         (mml-generate-mime-1): Use ultra-safe when sign.
16188         * mml2015.el (mml2015-fix-micalg): Uppercase.
16189         (mml2015-verify): Insert LF.
16190         (mml2015-mailcrypt-sign): Downcase; search backward.
16191
16192 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16193
16194         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
16195         restrictive.
16196         (nnultimate-table-regexp): New variable.
16197         (nnultimate-forum-table-p): Use it.
16198
16199 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
16200         Trivial patch.
16201
16202         * gnus-sum.el (gnus-summary-expire-articles): Save point.
16203
16204 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
16205
16206         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
16207         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
16208
16209 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
16210
16211         * mml2015.el: Shut up.
16212
16213 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
16214
16215         * gnus.el (gnus-server-browse-hashtb): Removed.
16216         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
16217         (gnus-group-insert-group-line-info): Use simplified method.
16218         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
16219
16220 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
16221
16222         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
16223         moved here.
16224         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
16225         * gnus-group.el (gnus-group-prepare-flat): Use it.
16226         * gnus-topic.el (gnus-group-prepare-topics): Use it.
16227
16228 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
16229
16230         * mml.el (mml-mode): Show menu in XEmacs.
16231
16232 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
16233
16234         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
16235         (gnus-server-read-server-in-server-buffer): New function.
16236         (gnus-browse-foreign-server): Browse in group buffer.
16237         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
16238         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
16239         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
16240         * gnus.el (gnus-server-browse-hashtb): New variable.
16241
16242 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
16243
16244         * nnfolder.el (nnfolder-open-nov): Use group.
16245
16246 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
16247
16248         * nnfolder.el: Add NOV. Set version to 2.0.
16249         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
16250
16251 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
16252
16253         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
16254
16255 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
16256
16257         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
16258         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
16259
16260 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
16261
16262         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
16263
16264 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
16265
16266         * mm-decode.el (mm-verify-function-alist): New variable.
16267         (mm-verify-option): New variable.
16268         (mm-decrypt-function-alist): Ditto.
16269         (mm-decrypt-option): Ditto.
16270         (mm-find-raw-part-by-type): New function.
16271         (mm-possibly-verify-or-decrypt): New function.
16272         (mm-dissect-multipart): Use it.
16273         * mml2015.el (mml2015-fix-micalg): New function.
16274         (mml2015-decrypt): Use new interface.
16275         (mml2015-verify):  Use new interface.
16276         (mml2015-setup): Make it bogus.
16277
16278 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
16279
16280         * mml.el (mml-generate-mime-postprocess-function): Set to
16281         mml-postprocess.
16282         (autoload): Autoload mml2015 and mml-smime.
16283         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
16284         * mml2015.el (mml2015-encrypt): New function.
16285         (mml2015-sign): New function.
16286         (mml2015-encrypt-function): New variable.
16287         (mml2015-sign-function): New variable.
16288         (mml2015-mailcrypt-encrypt): Use message-recipients.
16289         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
16290         * mml-smime.el (mml-smime-setup): Ditto.
16291
16292 2000-10-28  Simon Josefsson  <sj@extundo.com>
16293
16294         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
16295         Communigate Pro 3.3.1 server.
16296
16297         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
16298         in buffers.
16299         (mml-secure-dns-server): Removed.
16300         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
16301         write certificates to files.
16302
16303         * smime.el (smime-dns-server): New variable.
16304         (smime-mail-to-domain):
16305         (smime-cert-by-dns): New functions.
16306
16307         * dig.el: New file.
16308
16309 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
16310
16311         * message.el (message-options): New variable.
16312         (message-options-set-recipient): New function.
16313         (message-send): Use them.
16314         * gnus-int.el (gnus-request-replace-article): Use them.
16315         (gnus-request-accept-article): Ditto.
16316         * mml.el (mml-preview): Use them.
16317         * gnus-sum.el (gnus-summary-edit-article): Use them.
16318
16319         * message.el (message-options-get): New function.
16320         (message-options-get): New function.
16321         * rfc2047.el (rfc2047-encode-message-header): Use them.
16322         * mm-bodies.el (mm-encode-body): Use them.
16323
16324 2000-10-28  Simon Josefsson  <sj@extundo.com>
16325
16326         * nnimap.el (nnimap-retrieve-which-headers):
16327         (nnimap-request-article-part): Quote message-id.
16328
16329         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
16330         (smime-CA-file): New variable.
16331         (smime-call-openssl-region): Don't error.
16332         (smime-sign-region): Return result value.
16333         (smime-encrypt-region): Ditto.
16334         (smime-verify-region): New function.
16335         (smime-decrypt-region): Ditto.
16336         (smime-verify-buffer): Ditto.
16337         (smime-decrypt-buffer): Ditto.
16338
16339         * mml.el: Require mml-sec.
16340         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
16341         (mml-mode-map): Add "sign" and "encrypt" maps.
16342         (mml-menu): Add security menu.
16343         (mml-preview): Use generate-new-buffer.
16344
16345         * mml-sec.el: New file.
16346
16347 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
16348
16349         * mm-decode.el (mm-find-part-by-type): Move it here.
16350         * mml.el (mml-postprocess): Move it here.
16351         (mml-postprocess-alist): Move it here. Merge them.
16352
16353 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
16354
16355         * rfc2047.el (rfc2047-encode-message-header): Make sure no
16356         unencoded stuff in the header.
16357
16358 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
16359
16360         * gnus-group.el (gnus-group-listed-groups): New variable.
16361         (gnus-group-list-option): New variable.
16362         (gnus-group-list-limit-map): New keymap.
16363         (gnus-group-list-flush-map): New keymap.
16364         (gnus-group-list-plus-map): New keymap.
16365         (gnus-group-prepare-logic): New function.
16366         (gnus-group-prepare-flat): Merge with
16367         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
16368         (gnus-group-prepare-flat-list-dead): Ditto.
16369         (gnus-group-list-matching): Use gnus-group-prepare-function.
16370         (gnus-group-list-dormant): Ditto.
16371         (gnus-group-list-cached): Ditto.
16372         (gnus-group-listed-groups): New function.
16373         (gnus-group-list-limit): New function.
16374         (gnus-group-list-flush): New function.
16375         (gnus-group-list-plus): New function.
16376         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
16377         (gnus-topic-prepare-topic): Ditto.
16378
16379 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
16380
16381         * message.el (message-insert-to, message-get-reply-headers):
16382         (message-reply, message-followup): Mail-{Followup,Reply}-To.
16383
16384 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
16385
16386         * mml2015.el: New file.
16387         * smime.el: New file.
16388         * mml-smime.el: New file.
16389
16390 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
16391
16392         * ChangeLog: Moved to ChangeLog.1.
16393
16394     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
16395   Copying and distribution of this file, with or without modification,
16396   are permitted provided the copyright notice and this notice are preserved.
16397
16398 ;; Local Variables:
16399 ;; coding: iso-2022-7bit
16400 ;; End: