* rfc2047.el (rfc2047-syntax-table): Funcall.
[gnus] / lisp / ChangeLog
1 2003-05-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * rfc2047.el (rfc2047-syntax-table): Funcall.
4
5         * lpath.el ((featurep 'xemacs)): Added set-char-table-range. 
6         ((featurep 'xemacs)): No, don't.
7
8         * rfc2047.el (rfc2047-encodable-p): Use the header charset. 
9
10         * gnus-sum.el (gnus-summary-reselect-current-group): Supply
11         leave-hidden. 
12
13 2003-05-14  Jonathan Kamens  <jik@kamens.brookline.ma.us>
14
15         * gnus-sum.el (gnus-summary-exit): Added `leave-hidden'.  (Tiny
16         patch.) 
17
18 2003-05-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19
20         * gnus-registry.el (gnus-registry-store-extra-entry): Use
21         gnus-assq-delete-all. 
22
23         * gnus-xmas.el (gnus-xmas-assq-delete-all): New function.
24
25         * message.el (message-ignored-bounced-headers): Add Delivered-To. 
26
27         * gnus-sum.el (gnus-summary-find-next): Indent.
28         (gnus-summary-find-prev): Ditto.
29         (gnus-summary-catchup): Doc fix.
30         (gnus-summary-mark-current-read-and-unread-as-read): New function.
31         (gnus-summary-catchup): Really mark after point.
32
33         * gnus-util.el (gnus-user-date): Use %d instead of %m.
34         (gnus-user-date): Use floating point time so that we don't get
35         overflows. 
36
37         * gnus-sum.el (gnus-summary-local-variables): Clean up.
38
39         * gnus-fun.el (gnus-display-x-face-in-from): Don't use centering
40         since none of the other image things do.
41
42 2003-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
43
44         * dgnushack.el (assq-delete-all): New compiler macro for Emacs 20.
45
46 2003-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
47
48         * lpath.el: Fbind find-coding-system.
49
50         * dgnushack.el (dgnushack-make-load): Remove redundant format call
51         in message.  Suggested by Yoichi NAKAYAMA <yoichi@geiin.org>.
52         * pop3.el (pop3-movemail): Ditto.
53
54 2003-05-12  Colin Marquardt <c.marquardt@alcatel.de>  (tiny change)
55
56         * gnus.el (gnus-agent): Docstring fix.
57
58 2003-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
59
60         * gnus-registry.el (gnus-registry-install): new variable
61         (gnus-registry-fetch-extra, gnus-registry-fetch-extra-entry) 
62         (gnus-registry-store-extra-entry, gnus-registry-delete-group) 
63         (gnus-registry-add-group): add a modification timestamp to each entry
64         (gnus-registry-install-hooks): new function
65
66 2003-05-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
67
68         * gnus-agent.el (gnus-agent-cat-name): Eval macro while compiling.
69         (gnus-agent-cat-disable-undownloaded-faces): New function.
70         Accessor for new agent property
71         'agent-disable-undownloaded-faces'.
72         gnus-cus.el (gnus-agent-parameters): Added
73         agent-disable-undownloaded-faces and corrected documentation.
74         (gnus-agent-cat-prepare-category-field,
75         gnus-agent-customize-category): Changed to avoid creating free
76         references to each field's symbol.
77         gnus-sum.el (gnus-summary-use-undownloaded-faces): New local variable.
78         (gnus-select-newgroup): Initialize it.
79         (gnus-summary-highlight-line): Use it.  
80
81 2003-05-12  Dave Love  <fx@gnu.org>
82
83         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-bol): Eval
84         and compile.
85         (rfc2047-syntax-table): Fix building table to work in Emacs 22.
86         (rfc2047-unfold-region): Delete unused var `leading'.
87
88 2003-05-12  Simon Josefsson  <jas@extundo.com>
89
90         * pgg.el (pgg-temp-buffer-show-function): Reuse existing visible
91         output window if one is available.  Tiny patch from Ville Skytt\e,Ad\e(B
92         <scop@xemacs.org>.
93
94 2003-05-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
95
96         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Added
97         space. 
98
99 2003-05-11  Jesper Harder  <harder@ifa.au.dk>
100
101         * gnus-sum.el (gnus-summary-enter-digest-group): Don't do article
102         washing etc.
103         (gnus-handle-ephemeral-exit): Don't reload article after exiting.
104
105         * nndoc.el (nndoc-type-alist): `mime-digest' should be before
106         `mime-parts'.
107
108 2003-05-10  Jesper Harder  <harder@ifa.au.dk>
109
110         * gnus-cite.el (gnus-article-hide-citation-maybe): Make toggling
111         work.  Update mode-line.
112
113 2003-05-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
114
115         * gnus.el (gnus-logo-color-alist): Added no colours.
116
117 2003-05-09  Dave Love  <fx@gnu.org>
118
119         * utf7.el (mm-util): Require.
120         (utf7-direct-encoding-chars, utf7-imap-direct-encoding-chars):
121         Defconst, not defvar.
122         (utf7-utf-16-coding-system): New.
123         (utf7-encode-internal): Hoist concat out of loop.
124         (utf7-fragment-encode): Use mm-with-unibyte-current-buffer.
125         (utf7-get-u16char-converter) [utf7-utf-16-coding-system]: New
126         case.
127         (utf7-latin1-u16-char-converter): Encode the region.
128         (utf7-u16-latin1-char-converter): Decode the region.
129         (utf7-encode, utf7-decode): Fix multibyteness.
130
131         * mm-bodies.el (mm-body-7-or-8): Don't special-case mule.
132         (mm-encode-body): Use mm-read-coding-system, not mm-read-charset.
133         (mm-uu-yenc-decode-function): Defvar when compiling.
134         (mm-encode-body, mm-decode-body): Doc fix.
135
136 2003-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
137
138         * gnus-registry.el (gnus-registry-unregistered-group-regex):
139         removed in favor of the group/topic/global variables
140         (gnus-registry-register-message-ids): fixed test to omit
141         gnus-registry-unregistered-group-regex
142
143         * gnus.el (gnus-variable-list): removed gnus-registry-alist and
144         gnus-registry-headers-alist from the list
145         (gnus-registry-headers-alist): removed
146         (registry-ignore): new parameter, with accompanying
147         gnus-registry-ignored-groups global variable
148
149         * gnus-start.el (gnus-clear-system): no need to clear the
150         registry, we can do it ourselves
151         (gnus-gnus-to-quick-newsrc-format): extra parameters so it can be
152         used by gnus-registry.el
153
154         * gnus-registry.el (gnus-registry-cache-file): new file variable
155         (gnus-registry-cache-read, gnus-registry-cache-save): new
156         functions
157         (gnus-registry-cache-whitespace): new function.  From Dan
158         Christensen <jdc@chow.mat.jhu.edu>
159         (gnus-registry-save, gnus-registry-read): use the new
160         gnus-registry-cache-{read|save} functions, and change the name
161         from gnus-registry-translate-{from|to}-alist
162         (gnus-registry-clear): fixed so it doesn't refer to old function name
163
164 2003-05-09  Jesper Harder  <harder@ifa.au.dk>
165
166         * gnus-picon.el (gnus-picon-transform-address): Parse the encoded
167         address.
168
169 2003-05-08  Teodor Zlatanov  <tzz@lifelogs.com>
170
171         * gnus-start.el (gnus-clear-system): added gnus-registry-alist to
172         the list of cleared variables
173
174         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
175         nnmail-split-fancy-with-parent-ignore-groups can be a single regex
176         in addition to a list of regexes.
177
178         * spam.el (spam-use-regex-headers): docstring fix.  From Niklas
179         Morberg <niklas.morberg@axis.com>
180
181 2003-05-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
182
183         * gnus-sum.el (gnus-summary-next-page): Mention
184         `gnus-article-skip-boring' in docstring.
185
186 2003-05-08  Jesper Harder  <harder@ifa.au.dk>
187
188         * rfc2231.el (rfc2231-parse-string): "=" should have whitespace
189         syntax here.
190
191         * ietf-drums.el (ietf-drums-syntax-table): "=" should not have
192         whitespace syntax class when parsing email addresses.
193
194         * message.el (message-forward-subject-name-subject): Don't use
195         mail-decode-encoded-word-string before parsing from.
196
197 2003-05-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
198
199         * message.el (message-setup-1): Setup alternative email before
200         generate-headers.
201         
202         (message-forward-subject-name-subject): Fix the case when the
203         field "from" doesn't exist.
204
205 2003-05-07  Dave Love  <fx@gnu.org>
206
207         * rfc2047.el (rfc2047-encode-region): Skip \n as whitespace.
208
209         * mm-util.el (mm-find-mime-charset-region): Expurgate utf-16 from
210         possible values.
211
212 2003-05-07  Jesper Harder  <harder@ifa.au.dk>
213
214         * message.el (message-kill-to-signature): Fix.
215
216 2003-05-06  Jesper Harder  <harder@ifa.au.dk>
217
218         * gnus-sum.el (gnus-auto-goto-ignores): Docstring fix.
219
220         * gnus-art.el (gnus-mime-display-multipart-as-mixed)
221         (gnus-mime-display-multipart-related-as-mixed)
222         (gnus-button-mid-or-mail-heuristic-alist): do.
223
224 2003-05-05  Dave Love  <fx@gnu.org>
225
226         * mm-util.el (mm-default-multibyte-p): New.
227         (mm-coding-system-p): Maybe use find-coding-systems.
228
229 2003-05-04  Dave Love  <fx@gnu.org>
230
231         * rfc2047.el (with-syntax-table): Define if necessary.
232         (rfc2047-syntax-table): Fix last change for XEmacs.
233         (rfc2047-parse-and-decode): Revert last change.
234
235 2003-05-03  Jesper Harder  <harder@ifa.au.dk>
236
237         * gnus.el: Don't test for `mm-guess-mime-charset'.
238
239         * mm-util.el (mm-guess-mime-charset): Remove.  Not used any more.
240
241         * gnus.el (gnus-default-charset): Set default value to
242         `undecided'.
243
244         * gnus-art.el (article-decode-charset): Don't supply 4th arg to
245         mm-decode-body.
246
247         * mm-bodies.el (mm-decode-coding-region-safely): Remove.
248         (mm-decode-body): Don't use mm-decode-coding-region-safely.
249
250 2003-05-03  Vasily Korytov <deskpot@despammed.com>  (tiny change)
251
252         * gnus-util.el (gnus-multiple-choice): Add ", ?".
253
254 2003-05-03  Dave Love  <fx@gnu.org>
255
256         * rfc2047.el (rfc2047-syntax-table): Don't call make-char-table
257         with 2 args.
258         (rfc2047-decode-string): Don't set the buffer multibyte before
259         calling buffer-string.
260
261         * mm-encode.el (mm-long-lines-p): Autoload.
262         (mm-encode-content-transfer-encoding): Doc fix.  Don't make buffer
263         unibyte.  Signal error on unknown encoding.
264         (mm-encode-buffer, mm-qp-or-base64): Doc fix.
265
266         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): New.
267         Callers of gnus- versions changed to use them.
268         (rfc2047-header-encoding-alist): Add `address-mime' part.  Doc
269         fixes.
270         (rfc2047-encoding-type): New.
271         (rfc2047-encode-message-header): Use mm-charset-to-coding-system.
272         Don't include header name field in encoding.  Add `address-mime'
273         case and bind rfc2047-encoding-type for `mime' case.
274         (rfc2047-encodable-p): Deleted.
275         (rfc2047-syntax-table): New.
276         (rfc2047-encode-region, rfc2047-encode): Rewritten to take account
277         of rfc2047 rules with respect to rfc2822 tokens and to do encoding
278         in place rather than by passing strings.
279         (rfc2047-encode-string): Doc fix.
280         (rfc2047-q-encode-region): Don't use
281         mm-with-unibyte-current-buffer.
282         (rfc2047-encoded-word-regexp): eval-and-compile.
283         (rfc2047-decode-region): Avoid concatenation in loop.
284         (rfc2047-parse-and-decode): Remove useless disjunction.
285
286 2003-05-02  Dave Love  <fx@gnu.org>
287
288         * rfc2047.el (rfc2047-q-encode-region, rfc2047-decode): Use
289         mm-with-unibyte-current-buffer.
290         (ietf-drums, gnus-util): don't require.
291
292         * sieve.el (sieve-manage-mode-menu): Define before use.
293
294         * mml-smime.el (message-narrow-to-headers): Autoload.
295
296         * mm-util.el (mm-coding-system-p): Don't override nil from
297         coding-system-p.
298         (mm-mule4-p, mm-disable-multibyte-mule4)
299         (mm-with-unibyte-current-buffer-mule4): Deleted.
300         (mm-multibyte-p): Use defun, not defalias.
301         (mm-make-temp-file): Moved to group at top of file.
302         (mm-point-at-eol, mm-point-at-bol): New.
303
304         * gnus-cite.el (gnus-art): Require.
305
306         * gnus-ems.el (gnus-get-buffer-create)
307         (nnheader-find-etc-directory, message-text-with-property):
308         Autoload.
309         (gnus-tmp-unread, gnus-tmp-replied, gnus-tmp-score-char)
310         (gnus-tmp-indentation, gnus-tmp-opening-bracket, gnus-tmp-lines)
311         (gnus-tmp-name, gnus-tmp-closing-bracket, gnus-tmp-subject-or-nil)
312         (gnus-check-before-posting): Only defvar when compiling.
313
314         * gnus-int.el (gnus-agent-expire): Autoload, don't defun.
315
316         * gnus-util.el (rmail-default-rmail-file, mm-text-coding-system):
317         Defvar when compiling.
318         (gnus-output-to-rmail): Require mm-util.
319
320         * mail-source.el (mail-source-callback): Use mm-make-temp-file.
321         (mail-source-make-complex-temp-name): Deleted.
322
323         * message.el (message-use-idna): Use mm-coding-system-p.
324         (message-tokenize-header, message-make-organization)
325         (message-make-from):  Use with-temp-buffer.
326         (message-set-work-buffer): Deleted.
327         (message-fill-paragraph): Use `if' not `and' for compiler warning.
328         (message-check-news-header-syntax): Remove useless lambda.
329         (message-forward-make-body): Use mm-disable-multibyte,
330         mm-with-unibyte-current-buffer, mm-enable-multibyte.
331         (message-replace-chars-in-string): Deleted.
332
333         * mm-extern.el (mm-extern-local-file): Use mm-disable-multibyte.
334         (mm-extern-url): Use mm-with-unibyte-current-buffer,
335         mm-disable-multibyte.
336         (mm-extern-anon-ftp): Use mm-disable-multibyte.
337
338         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt): Use
339         mm-with-unibyte-current-buffer.
340
341         * mml2015.el (mml): Require.
342         (mml2015-mailcrypt-encrypt, mml2015-gpg-encrypt): Use
343         mm-with-unibyte-current-buffer.
344
345         * nnheader.el (gnus-util): Require.
346
347         * nntp.el (format-spec, format-spec-make, open-tls-stream):
348         Autoload.
349
350         * rfc2231.el (mail-header-remove-comments, mm-encode-body)
351         (mail-header-remove-whitespace): Autoload.
352
353         * sieve-manage.el (starttls-negotiate): Autoload.
354
355 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
356
357         * nnrss.el (nnrss-find-rss-via-syndic8): Indent.
358
359 2003-05-01  Mark A. Hershberger  <mah@everybody.org>
360
361         * nnrss.el (nnrss-find-rss-via-syndic8): Don't error out.
362
363 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
364
365         * gnus.el (gnus-version-number): Bump.
366
367 2003-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
368
369         * spam-report.el (spam-report-gmane-regex): docstring fix.  From
370         Jon Ericson <Jon.Ericson@jpl.nasa.gov> (tiny change)
371
372         * gnus.el (gnus-install-group-spam-parameters): docstring fix.
373         From Jon Ericson <Jon.Ericson@jpl.nasa.gov> (tiny change)
374
375         * gnus-registry.el (gnus-registry-fetch-extra) 
376         (gnus-registry-store-extra, gnus-registry-group-count): new functions
377         (gnus-registry-fetch-group, gnus-registry-delete-group) 
378         (gnus-registry-add-group): changed to work with extra data element
379         if present
380
381 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
382
383         * gnus.el: Gnus v5.10.1 is released.
384
385 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
386
387         * gnus.el: Oort Gnus v0.24 is released.
388
389 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
390
391         * dgnushack.el (when): Check whether defadvice is fbound.
392
393 2003-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
394
395         * gnus-registry.el (gnus-registry-unregistered-group-regex): new variable
396         (gnus-registry-register-message-ids): use it
397
398 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
399
400         * gnus.el (gnus-version-number): Bump.
401
402         * gnus.el: Update copyright for several files.
403
404 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
405
406         * gnus.el: Oort Gnus v0.23 is released.
407
408 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
409
410         * spam-stat.el (spam-stat-test-directory): Compare against zero. 
411
412 2003-05-01  Trey Jackson <tjackson@ichips.intel.com>  (tiny change)
413
414         * spam-stat.el (spam-stat-test-directory): Skip 0 length files.
415         
416 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
417
418         * message.el (message-forward-subject-name-subject): Decode
419         string when forwarding.
420
421 2003-05-01  Oystein Viggen  <oysteivi@tihlde.org>
422
423         * dgnushack.el (when): Add defadvice.
424
425 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
426
427         * gnus.el (gnus-version-number): Bump.
428
429 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
430
431         * gnus.el: Oort Gnus v0.22 is released.
432
433 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
434
435         * gnus.el: Oort Gnus v0.21 is released.
436
437 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
438
439         * gnus.el (gnus-version-number): Bump.
440
441 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
442
443         * gnus.el: Oort Gnus v0.20 is released.
444
445 2003-05-01  Vasily Korytov  <deskpot@despammed.com>
446
447         * gnus-dired.el (gnus-dired-mode-map): Move to C-c C-l.
448
449 2003-04-30  Mark A. Hershberger  <mah@everybody.org>
450
451         * mm-url.el (mm-url-insert-file-contents): set url-current-object
452         in the case where mm-url-use-external is set.
453
454         * nnrss.el (nnrss-request-article): Change the messages created to
455         multipart/alternative.  Hopefully fixes a problem interaction with
456         w3m.
457         (nnrss-find-rss-via-syndic8): Better handling if xml-rpc.el isn't
458         around.
459
460 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
461
462         * message.el (message-check-news-header-syntax): Alter "posting"
463         message. 
464
465         * nnrss.el (nnrss-node-text): Don't use char classes.
466
467 2003-05-01  David Z. Maze  <dmaze@mit.edu>
468
469         * nnrss.el (nnrss-find-rss-via-syndic8): Have an `error' branch
470         in condition-case.
471
472 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
473
474         * message.el (message-required-headers): Remove In-Reply-To.
475
476         * gnus-int.el (gnus-open-server): Revert changes.
477
478 2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
479
480         * gnus-int.el (gnus-open-server): Try to open unagentized servers
481         even when unplugged.
482
483 2003-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
484
485         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fixed typo in
486         doc-string.
487
488 2003-05-01  Steve Youngs  <youngs@xemacs.org>
489
490         * lpath.el: Add a section for non-Mule XEmacsen.
491         fbind `find-charset-string' and `coding-system-base' in that
492         section.
493
494         * gnus-util.el (gnus-completing-read-maybe-default): New.
495         (gnus-completing-read): Use it.
496
497         * mm-view.el (mm-view-pkcs7-decrypt): Ditto.
498
499         * gnus-art.el (gnus-read-string): New.
500         (gnus-summary-pipe-to-muttprint): Use it.
501
502         * gnus-xmas.el (gnus-xmas-open-network-stream): New.
503
504         * dns.el (dns-make-network-process): Use it.
505
506         Take care of some differences between XEmacs 21.1 and newer
507         versions of XEmacs.
508
509 2003-04-30  Teodor Zlatanov  <tzz@lifelogs.com>
510
511         * gnus-registry.el (gnus-registry-split-fancy-with-parent): added
512         diagnostic message
513         (gnus-registry-grep-in-list): don't run when word is nil
514         (gnus-registry-fetch-message-id-fast): new function
515         (gnus-registry-delete-group, gnus-registry-add-group): make sure
516         the id and group are not nil
517         (gnus-registry-register-message-ids): new function
518         (gnus-register-action): optimized logical flow
519         (gnus-summary-prepare-hook): added gnus-registry-register-message-ids
520
521 2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
522
523         * gnus-delay.el (gnus-delay-article): Call
524         `gnus-agent-queue-setup' to create the delay group.
525
526         * gnus-agent.el (gnus-agent-queue-setup): Support optional arg
527         for the (queue) group name.
528
529 2003-04-30  Simon Josefsson  <jas@extundo.com>
530
531         * mm-util.el (mm-charset-to-coding-system): Use user specified
532         charset unless coding-system-get is fboundp.
533
534 2003-04-30  Kevin Greiner <kgreiner@xpediantsolutions.com>
535
536         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-name):
537         Wrapped in eval-when-compile.
538         (gnus-agent-mode): Bind gnus-agent-go-online to nil as you
539         shouldn't be asked twice to go online with each server.
540         (gnus-agent-get-undownloaded-list, gnus-agent-fetch-articles,
541         gnus-agent-crosspost, gnus-agent-flush-cache,
542         gnus-agent-fetch-session, gnus-agent-unread-articles,
543         gnus-agent-uncached-articles, gnus-agent-regenerate-group,
544         gnus-agent-group-covered-p): Expanded pop macros used for
545         effect. Avoids compilation warning in emacs 21.3.
546
547         * gnus-int.el (gnus-open-server): Restructured to only open
548         nnagent when gnus-plugged is nil.
549
550 2003-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
551
552         * lpath.el: Fbind string-to-multibyte.
553
554 2003-04-30  Steve Youngs  <youngs@xemacs.org>
555
556         * dgnushack.el: Add some missing autoloads for XEmacs 21.1.
557
558 2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>
559
560         * gnus-registry.el (gnus-registry-fetch-group): faster
561         (gnus-registry-delete-group): new function
562         (gnus-registry-add-group): new function
563         (gnus-register-spool-action): use it
564         (gnus-register-action): use it
565         (gnus-registry-translate-from-alist) 
566         (gnus-registry-translate-to-alist): remove the headers registry
567         for now
568
569 2003-04-29  Reiner Steib  <Reiner.Steib@gmx.de>
570
571         * gnus-art.el (gnus-button-alist): Fixed CTAN regexp.
572
573 2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>
574
575         * spam-report.el (spam-report-gmane): gnus-summary-article-number
576         is not necessary, just use the function parameter
577
578 2003-04-29  Karl Pflysterer  <sigurd@12move.de>
579
580         * spam-stat.el (spam-stat-save): No longer font-locks the file
581         when saving
582
583 2003-04-29  Katsumi Yamaoka  <yamaoka@jpl.org>
584
585         * canlock.el: Bind mail-header-separator when compiling (XEmacs
586         provides it in mail-lib/auto-autoloads.el).
587
588 2003-04-29  Simon Josefsson  <jas@extundo.com>
589
590         * mml2015.el (mml2015-pgg-sign): Use mml-sender instead of
591         message-sender.
592
593         * mml.el (mml-generate-mime-1): Set mml-sender too.
594
595 2003-04-29  Jesper Harder  <harder@ifa.au.dk>
596
597         * gnus-sum.el (gnus-summary-display-while-building): Docstring fix.
598
599         * mm-url.el (mm-url-use-external): do.
600
601 2003-04-29  Simon Josefsson  <jas@extundo.com>
602
603         * canlock.el (mail-fetch-field): Autoload it (fix xemacs compile
604         warnings).
605
606         * sieve-mode.el (c-mode): Ditto.
607
608         * pgg.el (run-at-time): Ditto.
609
610         * mm-url.el (require): Require timer when compiling for
611         with-timeout macro (fix xemacs compile warnings).
612
613 2003-04-28  Dave Love  <fx@gnu.org>
614
615         * gnus-util.el (nnheader): Don't require.
616         (Nnheader-narrow-to-headers, nnheader-replace-chars-in-string):
617         Autoload.
618
619         * spam.el: Require cl when compiling.
620
621         * dns.el: Require cl when compiling.
622
623 2003-04-28  Jesper Harder  <harder@ifa.au.dk>
624
625         * gnus-art.el (gnus-article-goto-next-page)
626         (gnus-article-goto-prev-page): Revert 2003-02-12 change to make
627         gnus-pick-mode work.
628
629 2003-04-28  Steve Youngs  <youngs@xemacs.org>
630
631         * Makefile.in (FLAGS): Use @FLAGS@.
632
633 2003-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
634
635         * gnus-art.el (gnus-mime-display-multipart-as-mixed) 
636         (gnus-mime-display-multipart-alternative-as-mixed) 
637         (gnus-mime-display-multipart-related-as-mixed): Added doc-strings,
638         allow customization.
639
640 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
641
642         * dgnushack.el (dgnushack-compile-verbosely): New function.  Not
643         currently called (See source for explanation).
644
645 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
646
647         * gnus-sum.el (gnus-summary-catchup): Don't mark ticked messages. 
648         (gnus-summary-mark-read-and-unread-as-read): Take an optional
649         mark.
650
651         * gnus.el (gnus-version-number): Bump.
652
653 2003-04-27 06:47:31 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
654
655         * gnus.el: Oort Gnus v0.19 is released.
656
657 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
658
659         * gnus-registry.el (gnus-register-spool-action): Replaced literal
660         carriage-return character with its escape sequence.
661
662 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
663
664         * gnus-sum.el (gnus-summary-catchup-from-here): Doc fix.
665
666         * nnrss.el (nnrss-node-text): Use only one
667         gnus-replace-in-string. 
668
669         * gnus.el: Remove gnus-functionp throughout.
670
671         * gnus-util.el (gnus-functionp): Removed.
672
673         * gnus-msg.el (gnus-summary-wide-reply-with-original): Doc fix. 
674
675         * message.el (message-required-headers): Add In-Reply-To.
676
677 2003-04-27  Marshall T. Vandegrift  <vandem2@rpi.edu>
678
679         * gnus-fun.el (gnus-face-from-file): Bind coding-system-for-read
680         to binary.
681
682 2003-04-27  Jesper Harder  <harder@ifa.au.dk>
683
684         * mml.el (mml-preview): do.
685
686         * message.el (message-mode): do.
687
688         * gnus-undo.el (gnus-undo-mode): do.
689
690         * gnus-topic.el (gnus-topic-mode): do.
691
692         * gnus-sum.el (gnus-summary-mode, gnus-summary-edit-article): do.
693
694         * gnus-msg.el (gnus-setup-message)
695         (gnus-inews-add-send-actions, gnus-configure-posting-styles): do.
696
697         * gnus-gl.el (gnus-grouplens-mode): do.
698
699         * gnus-art.el (gnus-mime-save-part-and-strip)
700         (gnus-mime-delete-part): Use it.
701
702         * gnus-util.el (gnus-make-local-hook): New function.
703
704 2003-04-25  Simon Josefsson  <jas@extundo.com>
705
706         * nnrss.el (nnrss-node-text): Don't use a star.
707         (nnrss-node-text): Use g-r-i-s, not g-r-r-i-s which doesn't exist.
708
709 2003-04-24  Dave Love  <fx@gnu.org>
710
711         * mm-encode.el (mm-long-lines-p): Autoload.
712         (mm-encode-content-transfer-encoding): Don't try to make buffer
713         unibyte before decoding.  Don't ignore errors for base64 encoding.
714
715         * qp.el (quoted-printable-decode-region): Use mm-insert-byte.
716         Signal error on malformed text, as for base64.
717         (quoted-printable-encode-region): DTRT in Emacs 22.
718
719         * mm-util.el (mm-make-temp-file, mm-insert-byte): New.
720         (mm-auto-save-coding-system): Consider utf-8-emacs.
721         (mm-mime-mule-charset-alist, mm-mule-charset-to-mime-charset)
722         (mm-charset-to-coding-system, mm-mime-charset)
723         (mm-find-mime-charset-region): Check for :mime-charset coding
724         systems property.
725
726         * mml-sec.el (mml2015, mml1991): Don't require.
727         (mml2015-sign, mml2015-encrypt, mml1991-sign, mml1991-encrypt) 
728         (message-goto-body, mml-insert-tag): Autoload.
729
730         * mm-decode.el (mm-tmp-directory): Re-write to help avoid warnings.
731
732         * gnus-start.el (message-make-date): Autoload rather than
733         requiring message.
734
735         * gnus-group.el (gnus-group-name-charset-group-alist): Use
736         mm-coding-system-p.
737         (gnus-cache-active-altered): Defvar when compiling.
738         (gnus-group-delete-group): Re-write to help avoid warnings.
739
740         * gnus-art.el (gnus-use-idna): Use mm-coding-system-p.
741
742         * pgg.el: Split eval-when-compile forms.
743
744 2003-04-24  Reiner Steib  <Reiner.Steib@gmx.de>
745
746         * gnus-group.el (gnus-large-ephemeral-newsgroup) 
747         (gnus-fetch-old-ephemeral-headers): News variables.
748         (gnus-group-read-ephemeral-group): Use them.
749
750 2003-04-24  Simon Josefsson  <jas@extundo.com>
751
752         * sieve.el (sieve-upload): Don't use replace-regexp-in-string.
753
754         * nnrss.el (nnrss-node-text): Ditto.
755
756 2003-04-24  Katsumi Yamaoka  <yamaoka@jpl.org>
757
758         * gnus-msg.el (gnus-inews-do-gcc): Make sure the obsolete variable
759         gnus-inews-mark-gcc-as-read exists.
760
761 2003-04-23  Simon Josefsson  <jas@extundo.com>
762
763         * gnus-sieve.el (gnus-sieve-generate): Rewrite regexp search so it
764         doesn't exceed the regexp stack space.
765
766 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
767
768         * gnus-msg.el (gnus-inews-mark-gcc-as-read): Don't defvar it.
769
770         * gnus-art.el (gnus-article-hide-pgp-hook): do.
771
772 2003-04-23  Reiner Steib  <Reiner.Steib@gmx.de>
773
774         * mml.el (mml-preview): Bind `=', RET, and mouse-2.
775
776 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
777
778         * mm-bodies.el (mm-decode-body): Don't override supplied charset.
779
780 2003-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
781
782         * dgnushack.el (merge, copy-list): Remove compiler macros.
783         (butlast): Add a compiler macro.
784
785 2003-04-22  Paul Jarc  <prj@po.cwru.edu>
786
787         * gnus-util.el (gnus-merge): Added "type" argument to match CL
788         merge and gnus-sum.el's expectations.
789
790 2003-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
791
792         * gnus-art.el (gnus-button-url-regexp): Added nntp.
793
794         * message.el (message-generate-headers-first): Default to
795         '(references).
796
797         * gnus-art.el (gnus-mime-delete-part): Require confirmation.
798
799 2003-04-21  Jesper Harder  <harder@ifa.au.dk>
800
801         * smime.el (smime-decrypt-region): Insert From header.
802
803 2003-04-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
804
805         * gnus-fun.el (gnus-face-from-file, gnus-convert-png-to-face):
806         Max length of header is 726, not 740.  From Gaute B Strokkenes
807         <gs234@cam.ac.uk>.
808
809 2003-04-20  Jesper Harder  <harder@ifa.au.dk>
810
811         * nndb.el, mml1991.el: Fix license template.
812
813 2003-04-20  Simon Josefsson  <jas@extundo.com>
814
815         * nnimap.el (nnimap-split-articles): Don't download body unless
816         required.
817
818         * imap.el (imap-gssapi-open, imap-ssl-open): Erase buffer before
819         starting process, like imap-kerberos4-open does.
820
821         * mml-smime.el, rfc1843.el, dig.el, smime.el, uudecode.el: Fix
822         license template.
823
824         * mml-sec.el: Fix license template.
825
826         * gnus-sieve.el, sieve.el, sieve-manage.el, sieve-mode.el: Fix
827         license template.
828
829         * pgg-def.el, pgg.el, pgg-gpg.el, pgg-parse.el, pgg-pgp5.el,
830         pgg-pgp.el: Fix license template.
831
832 2003-04-19  Jesper Harder  <harder@ifa.au.dk>
833
834         * gnus-sum.el (gnus-summary-delete-article): Improve docstring.
835
836 2003-04-19  Teodor Zlatanov  <tzz@lifelogs.com>
837
838         * spam.el (spam-move-spam-nonspam-groups-only): dumb typo fix
839
840 2003-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
841
842         * spam.el (spam-split): allow a particular check as a parameter,
843         e.g. (: spam-split 'spam-use-bogofilter)
844         (spam-mark-only-unseen-as-spam): new parameter, see doc
845         (spam-mark-junk-as-spam-routine): use
846         spam-mark-only-unseen-as-spam, simplify routine to take advantage
847         of gnus-newsgroup-unread as well as gnus-newsgroup-unseen
848
849 2003-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
850
851         * gnus.el (gnus-group-short-name, gnus-group-prefixed-p): new functions
852         (gnus-group-guess-full-name): don't prefix the group twice
853
854         * nnmail.el (nnmail-split-fancy-with-parent): docstring fix
855
856         * gnus-registry.el (gnus-registry-clear)
857         (gnus-registry-fetch-group, gnus-registry-grep-in-list)
858         (gnus-registry-split-fancy-with-parent): new functions
859         (gnus-register-spool-action, gnus-register-action): simplified the format
860         (gnus-registry): new customization group
861         (gnus-registry-unfollowed-groups): new variable
862
863 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
864
865         * gnus-art.el (gnus-button-alist): Add nntp: urls.
866         (gnus-header-button-alist): Ditto.
867
868 2003-04-17  Dave Love  <fx@gnu.org>
869
870         * gnus-util.el (gnus-string-equal): Revert last change.
871
872 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
873
874         * gnus-srvr.el (gnus-browse-make-menu-bar): Fix typo.
875
876 2003-04-17  Mike Woolley  <mike@ariel.co.uk>
877
878         * gnus-sum.el (gnus-sum-thread-tree-false-root): New variable.
879
880 2003-04-15  Michael Shields  <shields@msrl.com>
881
882         * gnus-art.el (article-hide-boring-headers): Hide Reply-To: if
883         the broken-reply-to group parameter is set.  Idea from Vasily
884         Korytov <deskpot@myrealbox.com>.
885
886 2003-04-17  Steve Youngs  <youngs@xemacs.org>
887
888         * dgnushack.el: 'setenv' is in env.el for XEmacsen <= 21.4, but in
889         process.el in XEmacsen >= 21.5.
890
891 2003-04-17  Steve Youngs  <youngs@xemacs.org>
892
893         * dgnushack.el: Add a whole swag of autoloads and defaliases to
894         satisfy the byte-compiler when building with XEmacs.
895
896         * lpath.el (maybe-bind): Add 'w3-meta-content-type-charset-regexp'
897         and 'w3-meta-charset-content-type-regexp' in XEmacs.  The upstream
898         W3 doesn't have these.
899
900         * mailcap.el: Maybe require 'lpr in XEmacs.
901
902 2003-04-16  Simon Josefsson  <jas@extundo.com>
903
904         * mml2015.el (mml2015-pgg-sign): Bind pgg-default-user-id to MML
905         sender tag, if available.
906
907 2003-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
908
909         * gnus-registry.el (gnus-register-action)
910         (gnus-register-spool-action, hashtable-to-alist)
911         (gnus-registry-translate-from-alist, alist-to-hashtable)
912         (gnus-registry-translate-to-alist, gnus-registry-headers-hashtb):
913         new variables and function fixes
914
915         * gnus.el (gnus-registry-headers-alist): new variable to hold
916         article header data
917         (gnus-variable-list): save gnus-registry-headers-alist
918
919         * spam-report.el (Module): new module for spam reporting
920
921         * gnus.el (spam-process): added
922         gnus-group-spam-exit-processor-report-gmane to the list of choices
923         (gnus-install-group-spam-parameters): defined new spam exit processor
924
925         * spam.el (autoload): autoload spam-report-gmane when needed
926         (spam-report-gmane-register-routine): glue for spam-report.el
927         (spam-group-spam-processor-report-gmane-p): glue for the
928         gnus-group-spam-exit-processor-report-gmane spam processor
929         (spam-summary-prepare-exit): check the report-gmane spam processor
930         and run spam-report-gmane-register-routine if it's active
931
932         From John Wiegley <johnw@gnu.org>
933
934         * spam.el (spam-bogofilter-score): check bogofilter headers before
935         checking bogofilter itself
936
937 2003-04-16  Dave Love  <fx@gnu.org>
938
939         * gnus-agent.el: Wrap defsetf in eval-when-compile.
940         (gnus-agent-cat-defaccessor): Don't use gensym.
941
942         * mml1991.el: Require cl, mm-util when compiling.
943         (quoted-printable-decode-region, quoted-printable-encode-region):
944         Autoload.
945
946         * pgg.el: Require cl when compiling.
947
948         * nnmail.el (gnus): Require.
949
950         * gnus-util.el: Move provide to end.
951         (gnus-string-equal): Maybe use compare-strings.
952         (gnus-merge): New.
953
954         * gnus-sum.el (gnus-summary-prepare-threads): Don't use copy-list.
955         (gnus-summary-insert-articles): Use gnus-merge.
956
957         * gnus-fun.el: Require cl and mm-util when compiling.
958
959         * gnus-diary.el (gnus-diary-delay-format-french)
960         (gnus-diary-delay-format-english): Don't use setf with nthcdr.
961
962         * nndiary.el (nndiary-compute-reminders): Don't use setf with
963         nthcdr.
964
965 2003-04-16  Kevin Greiner <kgreiner@xpediantsolutions.com>
966
967         * gnus-agent.el (gnus-agent-make-cat): Added optional parameter to
968         specify a predicate other than false.
969         (gnus-category-read): Use the new feature to create a 'default'
970         category with a 'short' predicate.
971
972 2003-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
973
974         * message.el (message-unique-id): Comment change.
975
976         * gnus-art.el (gnus-article-next-page-1): New function.
977         (gnus-article-next-page): Use it.
978
979 2003-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
980
981         * spam.el (spam-split): added save-restriction to save-excursion
982
983 2003-04-15  Reiner Steib  <Reiner.Steib@gmx.de>
984         From Julien Avarre <julien@avarre.com>
985
986         * gnus-fun.el: Fixed autoload cookie.
987
988 2003-04-15  Paul Jarc  <prj@po.cwru.edu>
989         From Remi Letot  <remi.letot@easynet.be>
990
991         * nnmaildir.el (nnmaildir-request-scan): Use gnus-remove-if
992         instead of remove-if.
993
994 2003-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
995
996         * gnus-msg.el (gnus-summary-news-other-window): Use delq and
997         copy-sequence instead of remove which is a cl run-time function in
998         Emacs 20.
999
1000 2003-04-14  Jesper Harder  <harder@ifa.au.dk>
1001
1002         * gnus-msg.el (gnus-summary-news-other-window): Make a buffer
1003         local copy of gnus-discouraged-post-methods with the current
1004         method removed.
1005
1006 2003-04-14  Simon Josefsson  <jas@extundo.com>
1007
1008         * mailcap.el (mailcap-mime-data): Add application/pgp-keys.
1009
1010 2003-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
1011
1012         * mm-util.el (mm-sort-coding-systems-predicate): Convert elements
1013         of `mm-coding-system-priorities' to base coding system.
1014
1015         * gnus-sum.el: Added coding cookie ("middle dot" in
1016         gnus-summary-morse-message).
1017
1018 2003-04-13  Simon Josefsson  <jas@extundo.com>
1019
1020         * gnus-art.el (article-fill-long-lines)
1021         (article-verify-x-pgp-sig, article-decode-group-name)
1022         (gnus-mime-button-menu): Split >80 character lines.
1023
1024 2003-04-13  Jesper Harder  <harder@ifa.au.dk>
1025
1026         * gnus-sum.el (gnus-summary-local-variables): Use defvar since
1027         we're let-binding it.
1028
1029         * nnmbox.el (nnmbox-mbox-buffer): It's not a constant.
1030
1031 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1032
1033         * message.el (message-hide-headers): Don't do intangible.
1034
1035         * gnus.el (gnus-group-prefixed-name): Comment out the test for
1036         colon. 
1037
1038         * gnus-srvr.el (gnus-browse-read-group): Don't give the real name
1039         to the ephemeral entry, but the prefixed name.
1040
1041         * gnus.el (gnus-group-prefixed-name): Clean up.
1042
1043 2003-04-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
1044
1045         * gnus-agent.el (gnus-agent-group-pathname): Bind
1046         gnus-command-method so that gnus-agent-directory will always
1047         return a valid directory.
1048         * gnus-cache.el (gnus-cache-enter-article): Remove article from
1049         gnus-newsgroup-undownloaded so that the summary will display the
1050         article as downloaded.
1051         (gnus-cache-remove-article): If the article isn't in the agent,
1052         remove it from gnus-newsgroup-undownloaded so that the summary
1053         will display the article as undownloaded.
1054
1055 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1056
1057         * gnus.el (gnus-version-number): Bump.
1058
1059 2003-04-13 01:12:01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1060
1061         * gnus.el: Oort Gnus v0.18 is released.
1062
1063 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1064
1065         * gnus-draft.el (gnus-draft-send): Add message-hidden-headers. 
1066
1067 2003-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1068
1069         * gnus-art.el (gnus-article-next-page): Use
1070         gnus-article-over-scroll.
1071         (gnus-article-over-scroll): New variable.
1072
1073         * message.el (message-newline-and-reformat): Place a boundary
1074         before filling.
1075         (message-make-forward-subject-function): Changed default to
1076         message-forward-subject-name-subject. 
1077         (message-forward-subject-name-subject): New function.
1078
1079         * nnimap.el (nnimap-split-fancy): Ditto.
1080
1081         * gnus-sum.el (gnus-summary-line-message-size): Ditto.
1082
1083         * gnus-cus.el (gnus-group-parameters): Removed "which see".
1084
1085         * mml.el (mml-minibuffer-read-file): Bind
1086         completion-ignored-extensions to nil.
1087
1088         * message.el (message-fix-before-sending): Comment fix.
1089         (message-fix-before-sending): Make hidden headers visible.
1090         (message-hide-headers): Bind after-change-functions to nil.
1091         (message-forbidden-properties): Put invisible and intangible
1092         back. 
1093         (message-strip-forbidden-properties): Ignore message-hidden text.
1094
1095         * gnus-msg.el: Hide headers.
1096
1097         * message.el (message-hidden-headers): New variable.
1098         (message-hide-headers): New function.
1099         (message-hide-header-p): New function.
1100         (message-hide-header-p): Change logic.
1101         (message-forbidden-properties): Remove intangible nil invisible
1102         nil. 
1103         (message-hide-headers): Narrow to headers.
1104
1105         * lpath.el (featurep): Bind Info-directory, Info-menu.
1106
1107 2003-04-12  Jesper Harder  <harder@ifa.au.dk>
1108
1109         * mm-bodies.el (mm-body-charset-encoding-alist): UTF-16 *must* be
1110         encoded.
1111         (mm-encode-body): Don't corrupt UTF-16.
1112         (mm-body-encoding): Pay attention to mm-body-charset-encoding-alist.
1113
1114 2003-04-10  Kevin Greiner <kgreiner@xpediantsolutions.com>
1115
1116         * gnus-agent.el (gnus-agent-get-undownloaded-list): Articles in
1117         the CACHE are now detected and handled the same as an article
1118         downloaded into the agent.
1119         (gnus-agent-group-path): Modified to match nnmail-group-pathname
1120         so that the agent front-end and back-end (nnagent) always use the
1121         same directory.
1122         (gnus-agent-group-pathname): New function. Wrapper for
1123         nnmail-group-pathname.
1124         (gnus-agent-expire-unagentized-dirs): New variable.  May be
1125         customized to disable gnus-agent-expire-unagentized-dirs.
1126         (gnus-agent-expire-unagentized-dirs): Expand gnus-agent-directory
1127         as the directories in gnus-agent-expire-current-dirs were
1128         expanded.
1129
1130 2003-04-10  Jesper Harder  <harder@ifa.au.dk>
1131
1132         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Encrypt
1133         body" entry in read only groups.
1134
1135 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
1136
1137         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Import file"
1138         and "Create article" items in non-editable groups.
1139
1140 2003-04-09  Kevin Greiner <kgreiner@xpediantsolutions.com>
1141
1142         * gnus-agent.el (gnus-agent-write-active): Added option of
1143         replacing, rather than updating, the agent's active file.  Do NOT
1144         use the fully qualified group name as gnus-active-to-gnus-format
1145         blindly prefixes group names with server names.
1146         (gnus-agent-save-group-info): Merge BOTH min/max of current active
1147         range, was just merging min, with specified active range.
1148         (gnus-agent-expire): Save agent's active ranges after
1149         expiring all groups.
1150         (gnus-agent-expire-group-1): Update min of agent's active range to
1151         min article currently fetched.
1152         (gnus-agent-expire-unagentized-dirs): Avoid asking to delete the
1153         same ancestor multiple times.
1154
1155         * gnus-async.el (gnus-asynchronous): Moved defcustom of
1156         gnus-asynchronous away from defgroup of gnus-asynchronous.  This
1157         seems to fix an intermittant error in which loading gnus-async
1158         fails to define gnus-asynchronous (the variable).
1159
1160         * gnus-sum.el: Concur with Steve Young, 5th argument to 'load' is
1161         non-essential.  Removed on all platforms.
1162         (gnus-select-newsgroup): When the agent is active, expand the
1163         group's active range to include fetched articles that are no
1164         longer in the server's active range.
1165
1166         * gnus-util.el (gnus-with-output-to-file): Removed all of the
1167         print-* bindings as they should be handled by the function doing
1168         the printing.
1169
1170 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
1171
1172         * mm-uu.el (mm-uu-copy-to-buffer): buffer-file-coding-system
1173         might be unbound in non-MULE XEmacsen.
1174
1175 2003-04-08  Jesper Harder  <harder@ifa.au.dk>
1176
1177         * mm-uu.el (mm-uu-diff-groups-regexp, mm-uu-type-alist)
1178         (mm-uu-diff-extract, mm-uu-diff-test): New functionality:
1179         recognize diffs.
1180
1181         * mm-bodies.el (mm-decode-body): Use the supplied charset
1182         unconditionally if `code-pages' hasn't been loaded.
1183
1184 2003-04-07  Jesper Harder  <harder@ifa.au.dk>
1185
1186         * gnus-art.el (article-verify-x-pgp-sig): Don't use
1187         `insert-buffer', the docstring says "This function is meant for
1188         the user to run interactively.  Don't call it from programs!"
1189
1190         * mm-extern.el (mm-extern-mail-server): do.
1191
1192         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-sign)
1193         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
1194         (mml1991-pgg-encrypt): do.
1195
1196         * pgg.el (pgg-decrypt-region): do.
1197
1198         * mm-view.el (mm-view-pkcs7-decrypt): do.
1199
1200         * mml-smime.el (mml-smime-verify): do.
1201
1202         * mml.el (mml-insert-mime, mml-preview): do.
1203
1204         * mml2015.el (mml2015-gpg-decrypt-1, mml2015-gpg-sign)
1205         (mml2015-gpg-encrypt, mml2015-pgg-clear-decrypt)
1206         (mml2015-pgg-encrypt): do.
1207
1208 2003-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1209
1210         * mm-bodies.el (mm-decode-body): Silence XEmacs when compiling.
1211
1212 2003-04-06  Jesper Harder  <harder@ifa.au.dk>
1213
1214         * mm-uu.el (mm-uu-copy-to-buffer): Copy
1215         `buffer-file-coding-system' to the new buffer.
1216         (mm-uu-pgp-signed-extract-1): Don't copy
1217         `buffer-file-coding-system' here.
1218
1219         * mm-bodies.el (mm-decode-body): last-coding-system-used doesn't
1220         exist in XEmacs.
1221         (mm-decode-body): Add missing quote.
1222
1223         * mm-uu.el (mm-uu-pgp-signed-extract-1): Set
1224         buffer-file-coding-system.
1225
1226         * mm-bodies.el (mm-decode-body): Set buffer-file-coding-system to
1227         last-coding-system-used.
1228
1229         * mml2015.el (mml2015-pgg-clear-verify): Encode the text
1230         according to buffer-file-coding-system.
1231
1232         * pgg-gpg.el (pgg-gpg-process-region): Revert previous change.
1233
1234         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
1235         (pgg-pgp-snarf-keys-region): do.
1236
1237         * pgg-pgp5.el (pgg-pgp5-verify-region)
1238         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): do.
1239
1240         * pgg.el (pgg-make-temp-file, pgg-temporary-file-directory): do.
1241         
1242 2003-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
1243
1244         * spam.el (spam-split): (save-excursion) around (widen)
1245         (spam-ham-move-routine): Use spam-group-ham-mark-p, not
1246         spam-group-spam-mark-p (from Michael Shields <shields@msrl.com>)
1247
1248 2003-04-05  Steve Youngs  <youngs@xemacs.org>
1249
1250         * gnus-sum.el: XEmacs doesn't support the 5th arg to 'load', so
1251         don't use it when loading gnus-sum.el if we're in XEmacs.
1252
1253 2003-04-05  Kevin Greiner <kgreiner@xpediantsolutions.com>
1254
1255         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
1256         print-escape-nonascii to fix more characters in compiled format
1257         specs.
1258
1259 2003-04-05  Jesper Harder  <harder@ifa.au.dk>
1260
1261         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player):
1262         Fix customization type.
1263
1264 2003-04-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
1265
1266         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
1267         print-quoted, print-readably, print-escape-multibyte, and
1268         print-level to match original behavior of gnus-prin1.  This should
1269         repair the format of .newsrc.eld when using compiled format specs.
1270
1271 2003-04-04  Jesper Harder  <harder@ifa.au.dk>
1272
1273         * gnus-group.el (tool-bar-map): defvar it.
1274
1275         * gnus-art.el (tool-bar-map): do.
1276
1277         * gnus-sum.el (tool-bar-map): do.
1278
1279 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
1280
1281         * earcon.el (earcon-regexp-alist): catmeow is a wav file.
1282
1283 2003-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
1284
1285         * gnus-art.el (gnus-button-ctan-directory-regexp): Changed meaning
1286         and value.
1287         (gnus-button-alist): Use it.
1288
1289 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
1290
1291         * pgg-gpg.el (pgg-gpg-process-region): do.
1292
1293         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
1294         (pgg-pgp-snarf-keys-region): do.
1295
1296         * pgg-pgp5.el (pgg-pgp5-verify-region)
1297         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): Use it.
1298
1299         * pgg.el (pgg-make-temp-file): New function. `make-temp-name' is
1300         unsafe.
1301         (pgg-temporary-file-directory): Remove.
1302
1303 2003-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1304
1305         * lpath.el: Fbind Info-directory and Info-menu.
1306
1307 2003-04-02  Reiner Steib  <Reiner.Steib@gmx.de>
1308
1309         * gnus-util.el (gnus-message): Added doc-string.
1310
1311         * gnus-score.el (gnus-score-find-trace): Changed behavior of `q'.
1312         (gnus-score-edit-file-at-point): Goto first match when using `e'.
1313
1314 2003-04-01  Reiner Steib  <Reiner.Steib@gmx.de>
1315
1316         * gnus-art.el (gnus-button-ctan-directory-regexp): New variable.
1317         (gnus-button-alist): Use it.  Changed CTAN and "setq" entries.
1318
1319 2003-04-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1320
1321         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
1322         (nntp-open-via-rlogin-and-telnet): Disable the telnet linemode.
1323
1324 2003-03-31  Kevin Greiner <kgreiner@xpediantsolutions.com>
1325
1326         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
1327         print-escape-newlines to print escape sequences rather than
1328         literal newline characters.
1329
1330 2003-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
1331
1332         * gnus-art.el (gnus-button-valid-fqdn-regexp): Use
1333         `message-valid-fqdn-regexp' for initialization.
1334         (gnus-button-handle-info-url): Renamed and extended version of
1335         `gnus-button-handle-info'.
1336         (gnus-button-message-level): Renamed from `gnus-button-mail-level'
1337         (gnus-button-handle-symbol, gnus-button-handle-library)
1338         (gnus-button-handle-info-keystrokes): New functions.
1339         (gnus-button-browse-level): New variable.
1340         (gnus-button-alist): Use them.  Added levels.
1341         (gnus-header-button-alist): Added levels.
1342
1343 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1344
1345         * gnus.el (gnus-version-number): Bump.
1346
1347 2003-03-31 20:08:19 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1348
1349         * gnus.el: Oort Gnus v0.17 is released.
1350
1351 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1352
1353         * gnus-start.el (gnus-unload): Removed.
1354
1355         * pop3.el (pop3-read-response): Use
1356         nnheader-accept-process-output.
1357         (pop3-retr): Ditto.
1358
1359         * mm-view.el (mm-text-html-renderer-alist): Add -nolist to Lynx. 
1360         (mm-text-html-washer-alist): Ditto.
1361
1362 2003-03-31  Simon Josefsson  <jas@extundo.com>
1363
1364         * imap.el (imap-gssapi-program): Also try GNU SASL.
1365         (imap-gssapi-open): Accept GNU SASL greeting.
1366         (imap-read-timeout): New.
1367         (imap-wait-for-tag): Use it.
1368
1369 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1370
1371         * nntp.el (nntp-accept-process-output): Use new function.
1372
1373         * nnheader.el (nnheader-read-timeout): New variable.
1374         (nnheader-accept-process-output): New function.
1375
1376         * nntp.el (nntp-read-timeout): Removed.
1377
1378         * gnus-sum.el (gnus-summary-prepare-threads): Add comment.
1379
1380 2003-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1381
1382         * gnus-cache.el (gnus-cache-braid-nov): Revoke last change.
1383
1384 2003-03-30  Simon Josefsson  <jas@extundo.com>
1385
1386         * message.el (message-idna-inside-rhs-p): Narrow to header before
1387         searching.
1388
1389         * gnus-art.el (article-decode-idna-rhs): More restrictive regexp.
1390
1391 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1392
1393         * nnmail.el (nnmail-process-mmdf-mail-format): Indent.
1394
1395 2003-03-28  Vasily Korytov  <deskpot@myrealbox.com>
1396
1397         * message.el (message-make-in-reply-to): Use
1398         mail-extract-address-components to determine sender's
1399         name/address.
1400
1401 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1402
1403         * nndoc.el (nndoc-type-alist): Move mime-parts further ahead. 
1404
1405         * gnus-registry.el (gnus-registry-translate-to-alist): Make a
1406         valid lambda.
1407         (gnus-registry-translate-from-alist): Ditto.
1408
1409         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
1410         print-length to nil.
1411
1412         * gnus-sum.el (gnus-summary-highlight-line-0): Indent.
1413
1414         * gnus-fun.el (gnus-fun-ppm-change-string): New function.
1415         (gnus-grab-cam-face): Use it.
1416
1417 2003-03-28  Paul Jarc  <prj@po.cwru.edu>
1418
1419         * nnmaildir.el (nnmaildir-request-set-mark)
1420         (nnmaildir-close-group): Allow each mark directory in a group to
1421         have its own inode for mark files, to accommodate AFS.
1422
1423 2003-03-28  Teodor Zlatanov  <tzz@lifelogs.com>
1424
1425         * gnus-start.el (gnus-read-newsrc-el-hook): new hook called by
1426         gnus-read-newsrc-el-file
1427         (gnus-read-newsrc-el-file): call the gnus-read-newsrc-el-hook
1428
1429         * gnus-registry.el (gnus-registry-translate-to-alist)
1430         (gnus-registry-translate-from-alist, alist-to-hashtable)
1431         (hashtable-to-alist): new functions
1432         (gnus-register-spool-action): add a spool item to the registry
1433
1434         * gnus.el (gnus-variable-list): added gnus-registry-alist to the
1435         list of saved variables
1436         (gnus-registry-alist): new variable
1437
1438 2003-03-27  Simon Josefsson  <jas@extundo.com>
1439
1440         * gnus-art.el (article-decode-group-name): Be correct instead of
1441         smart.
1442
1443 2003-03-27  Katsumi Yamaoka <yamaoka@jpl.org>
1444
1445         * lpath.el: Bind url-current-object for Emacs; bind
1446         gnus-agent-expire-current-dirs for XEmacs; fbind open-ssl-stream
1447         for both Emacsen.
1448
1449 2003-03-27  Jesper Harder  <harder@ifa.au.dk>
1450
1451         * gnus-sum.el (gnus-article-loose-mime)
1452         (gnus-article-emulate-mime): Move to gnus-article-mime customize
1453         group.
1454
1455         * gnus-msg.el (gnus-mailing-list-groups): Fix customize type and
1456         doc string.
1457
1458 2003-03-26  Kevin Ryde <user42@zip.com.au>
1459
1460         * gnus-sum.el (gnus-summary-find-for-reselect): Renamed from
1461         gnus-summary-find-uncancelled, skip temporary articles inserted by
1462         "refer" functions.
1463
1464 2003-03-26  Vasily Korytov  <deskpot@myrealbox.com>
1465
1466         * smiley.el (smiley-buffer): New function.
1467
1468 2003-03-26  Kevin Greiner <kgreiner@xpediantsolutions.com>
1469
1470         * gnus-agent.el (gnus-agent-fetch-selected-article): Replaced
1471         gnus-summary-update-line (which updated the article's face) with
1472         gnus-summary-update-download-mark (which updates the article's
1473         face by calling gnus-summary-update-line AND updates the download
1474         mark to show that the article was fetched).
1475
1476 2003-03-23  Kevin Greiner <kgreiner@xpediantsolutions.com>
1477
1478         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Provides
1479         option of deleting agent directories for groups/servers that are
1480         not currently agentized.
1481         (gnus-agent-expire): Use gnus-agent-expire-unagentized-dirs.
1482
1483         * gnus-int.el (gnus-open-server): Report backend errors in
1484         condition handler.
1485
1486 2003-03-23  Simon Josefsson  <jas@extundo.com>
1487
1488         * message.el (message-idna-to-ascii-rhs-1): Don't continue outside
1489         header.
1490
1491         * rfc2047.el (rfc2047-header-encoding-alist): Make Followup-To
1492         same as Newsgroups.
1493
1494         * nntp.el (nntp-open-connection-function): Mention
1495         nntp-open-tls-stream.
1496         (nntp-open-tls-stream): New function.
1497
1498         * tls.el: New file.
1499
1500         * nnimap.el (nnimap-server-port, nnimap-stream): Say TLS/SSL
1501         instead of SSL.
1502         (nnimap-stream): Add other streams, link to imap variables.
1503         (nnimap-authenticator): Add other authenticator, link to imap
1504         variables.
1505
1506         * imap.el: Autoload open-tls-stream.
1507         (imap-streams): Add tls in front of ssl.
1508         (imap-stream-alist): Add tls.
1509         (imap-default-tls-port): New variable.
1510         (imap-tls-p, imap-tls-open): New functions.
1511
1512 2003-03-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1513
1514         * mm-url.el (mm-url-insert-file-contents): parse url only if
1515         results is a list.
1516
1517 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1518
1519         * mail-source.el (mail-source-fetch-imap): Revert.
1520
1521 2003-03-22  Svend Tollak Munkejord  <stm@bacchus.pvv.org>
1522
1523         * deuglify.el (gnus-outlook-repair-attribution-outlook): Use a
1524         less strict regexp.
1525
1526 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1527
1528         * mail-source.el (mail-source-fetch-imap): Use buffer name for
1529         more imap function.
1530
1531 2003-03-21  Simon Josefsson  <jas@extundo.com>
1532
1533         * gnus-art.el (article-decode-group-name): Replace Newsgroups and
1534         Followup-To data inline.
1535
1536 2003-03-21  Jesper Harder  <harder@ifa.au.dk>
1537
1538         * gnus-art.el (gnus-treat-display-xface): Don't enable if
1539         icontopbm isn't available.
1540
1541 2003-03-21  Kevin Greiner <kgreiner@xpediantsolutions.com>
1542
1543         * gnus-int.el (gnus-open-server): Catch errors in backend's
1544         open-server method.  Returns nil rather than crashing startup.
1545
1546         * gnus-sum.el (eval-when-compile): Modified to resolve
1547         compile-time warnings.
1548
1549         * gnus-uu.el (gnus-uu-mark-series): Added informative msg.
1550         Reports length of series so that the user can compare N with a
1551         subject that should, if the entire series is present, contain
1552         '(.../N)'.
1553         (gnus-uu-delete-work-dir): Avoid hanging when O/S forbids deletion
1554         of temp file (Win-XP may leave the temp file locked when the
1555         uudecode process fails).
1556
1557 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
1558
1559         * message.el (message-split-line): Ignore error.
1560
1561         * lpath.el (split-line): Avoid split-line warning message.
1562
1563 2003-03-20  Kim F. Storm  <storm@cua.dk>
1564
1565         * message.el (message-split-line): New function.
1566         (message-mode-map): Remap split-line to message-split-line.
1567
1568 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
1569
1570         * message.el (message-make-overlay): Defalias it to make-overlay.
1571         (message-delete-overlay): Defalias it to delete-overlay.
1572         (message-overlay-put): Defalias it to overlay-put.
1573         (message-idna-to-ascii-rhs-1): Use them.
1574
1575         * messagexmas.el (message-xmas-redefine): Defalias some overlay
1576         functions to extent functions.
1577
1578 2003-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1579
1580         * message.el (message-check-news-header-syntax): Fixed regexp.
1581
1582 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
1583
1584         * rfc2231.el (rfc2231-decode-encoded-string): Downcase charset.
1585
1586         * mm-url.el (mm-url-insert): Move url-current-object stuff into
1587         mm-url-insert-file-contents.
1588
1589         * nnrss.el (nnrss-fetch): Fetch the local stuff.
1590         (nnrss-check-group): Use it.
1591
1592 2003-03-20 Mark A. Hershberger  <mah@everybody.org>
1593
1594         * nnrss.el: Primitive XML Name-space support.  This means that RSS
1595         feeds like Kevin Burton's[1] can now be read in Gnus.
1596
1597         Implemented support for Mark Pilgrim's RSS Autodiscovery.[2] This
1598         means that if you want to read the RSS feed for example.com, all
1599         you have to do is hit "G R http://www.example.com/ RET" and
1600         nnrss.el will find and the feed listed on the site or (if you have
1601         loaded xml-rpc.el) look it up on syndic8.com.
1602
1603         Marked the message as HTML (by adding a Content-Type header) so
1604         that Gnus will render it as html if the user wants that.
1605
1606         Implemented the ability to save nnrss-group-alist so that any new
1607         feeds the you subscribe to will be found the next time you start
1608         up.
1609
1610         Implemented support for RSS 2.0 elements (author, pubDate).
1611
1612         Prefer for <content:encoded> over <description> where both
1613         elements exist.
1614
1615         * mm-url.el (mm-url-insert): Set url-current-object.
1616
1617         * gnus-group.el (gnus-group-make-rss-group): New function.
1618
1619 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
1620
1621         * message.el (message-idna-to-ascii-rhs-1): Don't use replace-*
1622         for highlight overlays.
1623
1624 2003-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1625
1626         * gnus-cache.el (gnus-cache-braid-nov): Test if a line looks like
1627         a NOV.
1628
1629 2003-03-20  Simon Josefsson  <jas@extundo.com>
1630
1631         * message.el (message-use-idna): Disable if UTF-8 unavailable.
1632         (message-idna-to-ascii-rhs): Use it.
1633
1634         * gnus-art.el (gnus-use-idna): Disable if UTF-8 unavailable.
1635
1636 2003-03-19  Teodor Zlatanov  <tzz@lifelogs.com>
1637
1638         * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
1639         (spam-group-ham-marks, spam-group-spam-marks): new functions
1640         (spam-spam-marks, spam-ham-marks): removed in favor of the
1641         spam-marks and ham-marks parameters
1642         (spam-generic-register-routine, spam-ham-move-routine): use the
1643         new spam-group-{spam,ham}-mark-p functions
1644
1645         * gnus.el (spam-marks, ham-marks): new group parameters with
1646         default values same as the old spam-spam-marks and spam-ham-marks
1647
1648 2003-03-19  Simon Josefsson  <jas@extundo.com>
1649
1650         * gnus-art.el (gnus-article-decode-hook): Add IDNA.
1651         (gnus-use-idna): New variable.
1652         (article-decode-idna-rhs): New function.
1653
1654         * message.el (message-use-idna): New variable.
1655         (message-mode-field-menu): Add entry for IDNA.
1656         (message-idna-inside-rhs-p, message-idna-to-ascii-rhs-1)
1657         (message-idna-to-ascii-rhs): New function.
1658         (message-generate-headers): Invoke IDNA code.
1659
1660 2003-03-19  Paul Jarc  <prj@po.cwru.edu>
1661
1662         * nnmaildir.el (nnmaildir--system-name): New function.
1663         (nnmaildir-request-accept-article): Use it.
1664
1665 2003-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1666
1667         * gnus-util.el (gnus-byte-compile): Make it work silently as the
1668         gnus-compile function does.
1669
1670         * gnus-sum.el (gnus-summary-highlight-line-0): Revoke the last
1671         bogus change.
1672
1673 2003-03-19  Jesper Harder  <harder@ifa.au.dk>
1674
1675         * mm-util.el (mm-mule-charset-to-mime-charset): Test if
1676         sort-coding-systems is defined.
1677
1678 2003-03-18  Paul Jarc  <prj@po.cwru.edu>
1679
1680         * nnmaildir.el (nnmaildir-open-server, nnmaildir-request-scan)
1681         (nnmaildir-request-create-group, nnmaildir-request-delete-group):
1682         Replace create-directory with target-prefix.
1683
1684 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
1685
1686         * mm-bodies.el (mm-decode-coding-region-safely): Don't use
1687         find-charset-string which is slooow in XEmacs.
1688
1689 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1690
1691         * gnus-sum.el (gnus-summary-highlight-line-0): Silence the byte-
1692         compiler under XEmacs.
1693
1694 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
1695
1696         * gnus-art.el (gnus-treat-highlight-signature): Make the default
1697         work for multipart/signed where the message text isn't `last'.
1698
1699 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1700
1701         * mm-view.el (mm-setup-w3m): Set w3m-display-inline-images to
1702         the value of mm-inline-text-html-with-images.
1703         (mm-inline-text-html-render-with-w3m): Don't bind
1704         w3m-display-inline-images.
1705
1706         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't bind
1707         w3m-display-inline-images.
1708
1709         * lpath.el: Bind w3m-display-inline-images; bind mm-w3m-mode-map
1710         regardless of an Emacs flavor.
1711
1712 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1713
1714         * gnus.el (gnus-version-number): Bump.
1715
1716 2003-03-18 00:38:22 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1717
1718         * gnus.el: Oort Gnus v0.16 is released.
1719
1720 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1721
1722         * lpath.el (featurep): Bind mm-w3m-mode-map.
1723
1724 2003-03-17  Paul Jarc  <prj@po.cwru.edu>
1725
1726         * nnmail.el (nnmail-cache-primary-mail-backend): Not all
1727         'respool-able backends define a global nnchoke-get-new-mail
1728         variable.
1729
1730 2003-03-17  Reiner Steib  <Reiner.Steib@gmx.de>
1731
1732         * gnus-art.el (gnus-mime-delete-part): New function.
1733         (gnus-mime-action-alist, gnus-mime-button-commands): Use it.
1734
1735 2003-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1736
1737         * message.el (message-check-news-header-syntax): Don't push
1738         groups twice onto list of unknown groups.
1739
1740         * nndoc.el (nndoc-type-alist): Move exim-bounce a bit further
1741         back.
1742
1743         * nnheader.el (nnheader-find-etc-directory): Doc fix.
1744
1745         * gnus-msg.el (gnus-inews-add-send-actions): Don't restore window
1746         config unless the summary buffer exists.
1747
1748         * gnus-sum.el (gnus-summary-next-group): Semi-exit group first to
1749         that target group is computed correctly when articles are marked
1750         as read by Xref handling.
1751
1752         * mail-source.el (mail-source-fetch-imap): Pass buffer-name to
1753         imap-open.
1754
1755         * message.el (message-send-mail): Add courtesy string to Bcc's,
1756         too.
1757
1758         * gnus-cite.el (gnus-cited-line-p): New function.
1759
1760 2003-03-15  Jesper Harder  <harder@ifa.au.dk>
1761
1762         * mm-bodies.el (mm-decode-body): Add new optional parameter,
1763         force, to use the supplied charset unconditionally.
1764
1765         * gnus-art.el (article-decode-charset): Use it.
1766
1767 2003-03-14  Jesper Harder  <harder@ifa.au.dk>
1768
1769         * mm-bodies.el (mm-decode-coding-region-safely): New function.
1770         (mm-decode-body): Use it.
1771
1772         * rfc2047.el (rfc2047-decode-region): do.
1773         (rfc2047-decode-string): Guess coding system if the default is
1774         invalid.
1775
1776 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
1777
1778         * nnmaildir.el (nnmaildir-request-update-info): Pretend missing
1779         articles are marked 'read, so we get correct article counts.
1780
1781 2003-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1782
1783         * gnus-art.el (gnus-insert-mime-button): Exclude a newline from
1784         the button.
1785         (gnus-insert-prev-page-button): Ditto.
1786         (gnus-insert-next-page-button): Ditto.
1787         (gnus-insert-mime-security-button): Ditto.
1788
1789         * mm-view.el (mm-inline-image-emacs): Open the bottom of an image
1790         one line.  Suggested by Greg Klanderman <gak@klanderman.net>.
1791         (mm-inline-image-xemacs): Ditto.
1792
1793 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
1794
1795         * nnmaildir.el (nnmaildir--parse-filename, nnmaildir--sort-files,
1796         nnmaildir--scan, nnmaildir-request-accept-article): Changes for
1797         the recent filename uniqueness discussion.
1798
1799 2003-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1800
1801         * mm-view.el (mm-inline-image-emacs): Make it delete an excessive
1802         newline next time.
1803         (mm-inline-image-xemacs): Ditto.
1804
1805 2003-03-10  Jesper Harder  <harder@ifa.au.dk>
1806
1807         * gnus-agent.el (gnus-agent-synchronize-flags-server): Don't use
1808         kill-line.
1809
1810 2003-03-09  Jesper Harder  <harder@ifa.au.dk>
1811
1812         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't use
1813         kill-line.
1814
1815 2003-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1816
1817         * gnus-agent.el (gnus-agent-fetched-hook): New variable.  Just
1818         fixing the code to match the documentation.
1819         (gnus-agent-fetch-selected-article): Replaced
1820         gnus-summary-update-article-line with gnus-summary-update-line as
1821         the former did not correctly recalculate the thread indentation.
1822         (gnus-agent-find-parameter): The agent-predicate, if not found
1823         anywhere else, defaults to the value of gnus-agent-predicate.
1824         (gnus-agent-fetch-session): Fixed typo; now executes
1825         gnus-agent-fetched-hook rather than the undocumented
1826         gnus-agent-fetch-hook.
1827         (gnus-agent-fetch-group-1): Removed part of 2003-03-06 fix.  The
1828         default agent predicate is now provided by
1829         gnus-agent-find-parameter.
1830         (gnus-agent-message): New macro.  This macro avoids potentially
1831         costly parameter evaluation when the message's level is too high
1832         to display.
1833         (gnus-agent-expire-group-1): Disabled undo tracking in temp
1834         overview buffer. Uses new gnus-agent-message macro to reduce
1835         overhead of optional messages. Reversed message levels to
1836         emphasize percent completion messages.  Detailed messages of
1837         little use except when debugging code.
1838
1839 2003-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1840
1841         * spam.el (spam-ham-move-routine): use
1842         spam-mark-ham-unread-before-move-from-spam-group
1843         (spam-mark-ham-unread-before-move-from-spam-group): new variable
1844
1845 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
1846
1847         * spam.el: load nnimap.el when compiling
1848         (spam-setup-widening): use
1849         nnimap-split-download-body-default instead of
1850         nnimap-split-download-body which is a user-customizable variable
1851
1852 2003-03-07  Simon Josefsson  <jas@extundo.com>
1853
1854         * nnimap.el (nnimap-split-download-body-default): New, holds
1855         default for n-s-d-b.
1856         (nnimap-split-download-body): Add new setting (symbol default),
1857         which uses contents of n-s-d-b-d, and made it the default.
1858
1859 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
1860
1861         * spam.el (spam-use-hashcash): new variable
1862         (spam-list-of-checks): added spam-use-hashcash with associated
1863         spam-check-hashcash
1864         (spam-check-hashcash): new function, installed iff hashcash.el is
1865         loaded
1866         (spam-setup-widening): don't use (return)
1867
1868 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1869
1870         * gnus-agent.el (gnus-agent-fetch-group-1): Added default
1871         predicate of `false' to avoid an error when a group defines no
1872         predicate. Fixed typo that disabled agent scoring (i.e. the
1873         low/high predicates should now work).
1874
1875 2003-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
1876
1877         * spam.el: add spam-maybe-spam-stat-load to
1878         gnus-get-top-new-news-hook, remove it from gnus-get-new-news-hook
1879         (spam-bogofilter-register-with-bogofilter): use
1880         spam-bogofilter-spam-switch and spam-bogofilter-ham-switch
1881         (spam-bogofilter-spam-switch, spam-bogofilter-ham-switch): new
1882         custom variables to replace "-s" and "-n"
1883
1884         * gnus-group.el (gnus-group-get-new-news): call the new
1885         gnus-get-top-new-news-hook hook
1886
1887         * gnus-start.el (gnus-get-top-new-news-hook): new hook, run ONLY
1888         by gnus-get-new-news, NOT by gnus-group-get-new-news-this-group
1889
1890 2003-03-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1891
1892         * mm-uu.el (mm-uu-pgp-encrypted-test): Fix message.
1893
1894 2003-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1895
1896         * gnus-cus.el (gnus-group-customize): Don't use delete-if which is
1897         a cl run-time function.
1898
1899 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1900
1901         * gnus-agent.el (gnus-agent-fetch-group-1): Added missing binding
1902         on gnus-agent-short-article.
1903         (gnus-category-read): Replaced CL function mapcar* with new macro:
1904         gnus-mapcar.
1905         * gnus-util.el (gnus-mapcar): New macro.  Generalizes mapcar to
1906         support functions that accept multiple parameters.  A separate
1907         sequence must be provided for each parameter in the function.
1908         Iteration stops when the end of the shortest list is reached.
1909
1910 2003-03-06  Jesper Harder  <harder@ifa.au.dk>
1911
1912         * nnimap.el (nnimap-request-accept-article): Use delete-region.
1913
1914         * html2text.el (html2text-clean-dtdd, html2text-delete-tags)
1915         (html2text-delete-single-tag, html2text-clean-anchor)
1916         (html2text-remove-tags): Use delete-region.
1917         (html2text-fix-paragraphs): Simplify.
1918
1919         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt)
1920         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
1921         (mml1991-pgg-encrypt, mml1991-pgg-encrypt): Use delete-region, not
1922         kill-region.
1923
1924 2003-03-04  John Paul Wallington  <jpw@gnu.org>
1925
1926         * gnus-agent.el (gnus-agent-enable-expiration)
1927         (gnus-agent-article-alist, gnus-agent-article-alist)
1928         (gnus-agent-cat-defaccessor): Doc fixes.
1929
1930 2003-03-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1931
1932         * gnus-agent.el (gnus-function-implies-unread-1): Grok
1933         byte-compiled functions.
1934
1935 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1936
1937         * gnus-sum.el (gnus-auto-goto-ignores): New variable. Provides
1938         customization between new maneuvering (which permits selecting
1939         undownloaded articles) and old maneuvering (which skipped over
1940         undownloaded articles) behaviors.
1941         (gnus-summary-find-next): Pass through the unread and subject
1942         parameters when calling gnus-summary-find-prev.
1943         (gnus-summary-find-next,gnus-summary-find-prev): Apply
1944         gnus-auto-goto-ignores to filter out unacceptable articles.
1945
1946 2003-03-04  Jesper Harder  <harder@ifa.au.dk>
1947
1948         * mail-source.el (mail-source-read-passwd): Remove. `read-passwd'
1949         exists in all supported Emacs versions, so we don't need this
1950         compatibility function.
1951         (mail-source-fetch-pop, mail-source-check-pop)
1952         (mail-source-fetch-webmail): Use read-passwd.
1953
1954         * nntp.el (nntp-send-authinfo, nntp-send-nosy-authinfo)
1955         (nntp-open-telnet, nntp-open-via-telnet-and-telnet): Use
1956         read-passwd.
1957
1958         * nnwarchive.el (nnwarchive-open-server): Use read-passwd.
1959
1960         * imap.el (imap-read-passwd): Remove.
1961         (imap-interactive-login): Use read-passwd.
1962
1963         * canlock.el (canlock-read-passwd): Remove.
1964         (canlock-insert-header, canlock-verify): Use read-passwd.
1965
1966         * sieve-manage.el (sieve-manage-read-passwd): Remove.
1967         (sieve-manage-interactive-login): Use read-passwd.
1968
1969         * pop3.el (pop3-read-passwd): Remove.
1970         (pop3-movemail, pop3-get-message-count, pop3-apop): Use
1971         read-passwd.
1972
1973         * pgg.el (pgg-read-passphrase): Simplify.
1974
1975 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1976
1977         * gnus-agent.el (gnus-agent-mode): Fixed the mode line reports
1978         'plugged' when actually 'unplugged' bug.
1979         (gnus-category-read): Ignore nil values when converting an
1980         old-format category so that the new-format category will default
1981         those attributes to the global variables.
1982
1983 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1984
1985         * mail-source.el (mail-source-delete-old-incoming-confirm): Fixed
1986         doc-string.
1987
1988 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
1989
1990         * nnrss.el (nnrss-decode-entities-unibyte-string): Use `buffer-string'.
1991         * nndoc.el (nndoc-dissect-mime-parts-sub): do.
1992         * nndb.el (nndb-request-accept-article, nndb-status-message): do.
1993         * mm-url.el (mm-url-decode-entities-string): do.
1994         * mml1991.el (mml1991-mailcrypt-sign, mml1991-gpg-sign): do.
1995         * mm-decode.el (mm-find-raw-part-by-type): do.
1996         * message.el (message-send-mail-partially)
1997         (message-send-mail-with-sendmail): do.
1998         * gnus-uu.el (gnus-uu-save-article, gnus-uu-reginize-string): do.
1999         * gnus-kill.el (gnus-pp-gnus-kill): do.
2000         * gnus-art.el (gnus-article-treat-unfold-headers)
2001         (gnus-article-encrypt-body): do.
2002
2003 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2004
2005         * mail-source.el (mail-source-delete-incoming): Allow integer value.
2006         (mail-source-delete-old-incoming-confirm): New variable.
2007         (mail-source-delete-old-incoming): Use it.  New function.
2008         (mail-source-callback): Call `mail-source-delete-old-incoming' if
2009         `mail-source-delete-incoming' is a nonnegative integer.
2010
2011 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
2012
2013         * gnus-msg.el (gnus-extended-version): Fix for 'emacs-gnus-config.
2014         (gnus-user-agent): Fixed typo.
2015
2016 2003-03-03  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2017
2018         * gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
2019         (gnus-agent-expire-group-1): Removed invalid (interactive) specifier.
2020
2021 2003-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2022
2023         * gnus-agent.el (gnus-agent-fetch-articles): Fix nil message.
2024         (gnus-agent-fetch-session): Allow debugging to take place.
2025
2026 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
2027
2028         * gnus-sum.el (gnus-highlight-selected-summary)
2029         (gnus-article-get-xrefs, gnus-summary-show-thread): Use
2030         `gnus-point-at-bol' and `gnus-point-at-eol' instead of
2031         `(progn (beginning-of-line) (point))'.  It's shorter, faster,
2032         and makes it clear that we don't need the side effect.
2033         * gnus-util.el (gnus-delete-line): do.
2034         * gnus-xmas.el (gnus-group-add-icon): do.
2035         * nnmail.el (nnmail-article-group, nnmail-cache-fetch-group): do.
2036         * nntp.el (nntp-send-authinfo-from-file): do.
2037         * nnml.el (nnml-header-value): do.
2038         * nnheader.el (nnheader-insert-references): do.
2039         * gnus-cite.el (gnus-article-highlight-citation)
2040         (gnus-cite-parse): do.
2041         * gnus-score.el (gnus-score-followup): do.
2042         * gnus-draft.el (gnus-draft-send): do.
2043         * gnus-group.el (gnus-group-highlight-line): do.
2044         * gnus-cache.el (gnus-cache-braid-nov): do.
2045         * nnfolder.el (nnfolder-retrieve-headers)
2046         (nnfolder-request-article): do.
2047         * gnus-art.el (article-hide-boring-headers)
2048         (gnus-article-hide-header): do.
2049
2050         * nnheader.el (nnheader-find-nov-line): Use gnus-delete-line.
2051         * nnml.el (nnml-request-replace-article): do.
2052         * nnmbox.el (nnmbox-request-move-article, nnmbox-delete-mail): do.
2053         * nnfolder.el (nnfolder-request-move-article): do.
2054         * gnus-cache.el (gnus-cache-possibly-remove-article): do.
2055         * gnus-art.el (gnus-mm-display-part): do.
2056
2057         * gnus-art.el (gnus-article-goto-part): Use gnus-goto-char.
2058
2059 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2060
2061         * nntp.el (nntp-possibly-change-group): Avoid calling
2062         process-buffer on nil (Which happened when you lost your
2063         connection while fetching); instead signal a "Server Closed
2064         Connection" error.
2065
2066 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2067
2068         * gnus-agent.el (gnus-agent-enable-expiration): New
2069         variable. Either ENABLE or DISABLE.  Sets default behavior for
2070         selecting which groups are expired.
2071         (gnus-agent-cat-set-property, gnus-agent-cat-defaccessor,
2072         gnus-agent-set-cat-groups): Provides abstract interface for
2073         accessing agent category.  Category now implemented by an alist.
2074         (gnus-agent-add-group, gnus-agent-remove-group,
2075         gnus-category-insert-line, gnus-category-edit-predicate,
2076         gnus-category-edit-score, gnus-category-edit-groups,
2077         gnus-category-copy, gnus-category-add, gnus-group-category): Use
2078         new agent category abstraction.
2079         (gnus-agent-find-parameter): New function. Search for agent
2080         configuration parameter first in the group's parameters, then its
2081         topics (if any), and then the group's category.  If not found
2082         anywhere, use the original defined constants.
2083         (gnus-agent-fetch-headers, gnus-agent-fetch-group-1): Use new
2084         gnus-agent-find-parameter.
2085         (gnus-agent-fetch-headers, gnus-agent-uncached-articles): Clearing
2086         gnus-agent-cache now blocks retrieving headers and articles from
2087         the local cache.  Fetched content is still added to the cache
2088         before being returned.
2089         (gnus-agent-fetch-session): Use error-message-string to generate
2090         displayed error message.
2091         (gnus-agent-customize-category): New Command. 'e' in category
2092         buffer opens category customization buffer.
2093         (gnus-category-read): Reads either positional or alist format;
2094         returns alist format.
2095         (gnus-category-write): Writes category file compatible with
2096         current, and previous, versions of gnus-agent.
2097         (gnus-category-make-function, gnus-category-make-function-1):
2098         Corrected documentation; parameter is predicate NOT category.
2099         (gnus-predicate-implies-unread): Now works in more cases per the
2100         todo comment.
2101         (gnus-function-implies-unread-1): New function. Supports
2102         gnus-predicate-implies-unread.
2103         (gnus-agent-expire-group): Command now provides default of group
2104         under point.
2105         (gnus-agent-expire-group-1): Obeys new agent-enable-expiration and
2106         agent-days-until-old parameters. No longer supports
2107         gnus-agent-expire-days being set to an alist.
2108         (gnus-agent-request-article): Now performs its own checks of
2109         gnus-agent, gnus-agent-cache, and gnus-plugged rather than
2110         assuming that the caller will do them correctly.
2111         (): Added one-time hook to gnus-group-prepare-hook.  Detects when
2112         gnus-agent-expire-days is set to an alist.  Converts said alist
2113         into group parameter so that gnus-agent-expire-days will not be
2114         needed.
2115         * gnus-art.el (gnus-request-article-this-buffer): Conditional
2116         checks surrounding gnus-agent-request-article removed; now
2117         performed by gnus-agent-request-article.
2118         * gnus-cus.el (gnus-agent-parameters): New variable. List of
2119         customizable group/topic parameters that regulate the agent.
2120         (gnus-group-customize): Uses gnus-agent-parameters.  Replaced
2121         kill-buffer with gnus-kill-buffer to remove the killed buffer from
2122         the list of gnus buffers.
2123         (gnus-trim-whitespace): Removes leading and trailing whitespace
2124         from multiline strings.
2125         (gnus-agent-cat-prepare-category-field,
2126         gnus-agent-customize-category): Constructs a category
2127         customization buffer.
2128         * gnus-int.el (gnus-retrieve-headers,
2129         gnus-request-expire-articles): No longer checks gnus-agent-cache
2130         as it is handled internally by the agent.
2131         (gnus-request-head, gnus-request-body): Conditional checks
2132         surrounding gnus-agent-request-article removed; now performed by
2133         gnus-agent-request-article.
2134
2135         * gnus-start.el (): Added defvar statements to resolve compilation
2136         warnings.
2137         (gnus-long-file-names): New function. Isolates platform dependent
2138         msdos-long-file-names.
2139         (gnus-save-startup-file-via-temp-buffer): New variable. Provides
2140         option of writing directly to file.  Avoids memory exhausted
2141         errors when .newsrc.eld is huge.
2142         (gnus-save-newsrc-file): Uses new
2143         gnus-save-startup-file-via-temp-buffer.
2144         (gnus-gnus-to-quick-newsrc-format): Rewritten to write to
2145         standard-output.
2146         (gnus-display-time-event-handler): Changed to alias from a defun
2147         to avoid a compile-time warning when display-time-event-handler is
2148         not defined.
2149         * gnus-util.el (gnus-with-output-to-file): New macro. Binds
2150         standard-output such that prin1 and princ will write directly to a
2151         file.
2152
2153         * gnus.el (gnus-agent-cache): Expanded documentation.
2154         (gnus-summary-high-undownloaded-face): Removed second bold keyword
2155         so that this face is actually bold.
2156
2157         * nnkiboze.el (nnkiboze-request-article): Only use the cache when
2158         gnus-use-cache has been set.
2159
2160 2003-03-02  Jesper Harder  <harder@ifa.au.dk>
2161
2162         * nnvirtual.el (nnvirtual-update-xref-header): Simplify.
2163
2164 2003-03-01  Jesper Harder  <harder@ifa.au.dk>
2165
2166         * gnus-art.el (gnus-article-refer-article): Be more permissive.
2167
2168 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2169
2170         * spam.el: Fix typo.
2171
2172 2003-03-01  Satyaki Das  <satyaki@theforce.stanford.edu>
2173         (Trivial patch.)
2174
2175         * pgg-gpg.el (pgg-gpg-process-region): Insert process status into
2176         errors-buffer. This produces a nicer error message in case of
2177         problems.
2178
2179 2003-03-01  Teodor Zlatanov  <tzz@lifelogs.com>
2180
2181         * spam.el (spam-maybe-spam-stat-load, spam-maybe-spam-stat-load):
2182         load stats iff spam-use-stat is on
2183
2184         * spam.el: add spam-maybe-spam-stat-load to gnus-startup hook,
2185         also use spam-maybe-spam-stat-load and spam-maybe-spam-stat-save
2186         instead of spam-stat-load and spam-stat-save in the
2187         gnus-get-new-news-hook and gnus-save-newsrc-hook, respectively
2188
2189 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2190
2191         * mm-view.el (mm-inline-text): Ignore errors from enriched-decode.
2192
2193 2003-03-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2194
2195         * message.el (message-make-fqdn): Protect against nil user-mail.
2196
2197 2003-02-28  Vasily Korytov <deskpot@myrealbox.com>
2198
2199         * gnus-art.el (gnus-boring-article-headers): New values:
2200         'to-list and 'cc-list.
2201
2202 2003-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
2203
2204         * spam.el (spam-setup-widening): new function to set
2205         nnimap-split-download-body, we add it to gnus-get-new-news-hook
2206         (spam-list-of-statistical-checks): list of statistical splitter
2207         checks
2208         (spam-split): added a widen call when a statistical check is
2209         enabled
2210
2211 2003-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2212
2213         * gnus-msg.el (gnus-user-agent): Changed default to
2214         'emacs-gnus-type, renamed 'full.
2215
2216 2003-02-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
2217
2218         * nnfolder.el (nnfolder-request-accept-article): Don't use
2219         mail-header-unfold-field.
2220
2221 2003-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2222
2223         * imap.el (imap-ssl-open): Don't depend on ssl.el.
2224         * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
2225
2226 2003-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
2227
2228         * spam.el: add spam-stat-load to gnus-get-new-news-hook
2229         (spam-split): remove spam-stat-load call
2230
2231 2003-02-26  Simon Josefsson  <jas@extundo.com>
2232
2233         * gnus-sum.el (gnus-summary-toggle-header): Run
2234         gnus-article-decode-hook instead of calling a-decode-encoded-words
2235         directly (the latter is run as part of the former).
2236
2237 2003-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2238
2239         * gnus-agent.el (gnus-agent-expire-group): Remove debug.
2240
2241 2003-02-25  Jesper Harder  <harder@ifa.au.dk>
2242
2243         * message.el (message-sendmail-envelope-from): New option.
2244         (message-sendmail-envelope-from): New function.
2245         (message-send-mail-with-sendmail): Use it.
2246
2247 2003-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
2248
2249         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Added
2250         compensation for TDMA addresses.
2251
2252 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2253
2254         * gnus-msg.el (gnus-user-agent): New variable.
2255         (gnus-version-expose-system): Removed.  Obsoleted by
2256         `gnus-user-agent'.
2257         (gnus-extended-version): Use `gnus-user-agent'.
2258
2259 2003-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
2260
2261         * spam.el (spam-stat-register-spam-routine,
2262         spam-stat-register-ham-routine): remove spam-stat-save
2263         (spam-stat hook): add spam-stat-save to the gnus-save-newsrc-hook
2264
2265 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2266
2267         * gnus-group.el (gnus-topic-mode-p): Fixed free variable
2268         reference.
2269
2270 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2271
2272         * nnheader.el (nnheader-find-nov-line): Changed midpoint
2273         calculation to avoid integer overflow.
2274
2275 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2276
2277         * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
2278
2279 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
2280         * spam.el: disabled spam-get-article-as-filename
2281
2282         From Michael Shields  <shields@msrl.com>
2283
2284         * gnus-group.el (gnus-group-is-exiting-without-update-p): New.
2285         * gnus-sum.el (gnus-summary-exit-no-update): Use it.
2286         * gnus-sum.el (gnus-summary-expire-articles): Use it.
2287         * spam.el (spam-summary-prepare-exit): Use it.
2288         * gnus.el (gnus-install-group-spam-parameters): New.
2289         * spam.el (spam-group-ham-processor-copy-p): New.
2290         * spam.el (spam-summary-prepare-exit): Support for ham copying.
2291         * spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
2292         that would cause the current message to be moved if the group had
2293         no spam.
2294         * spam.el (spam-ham-move-routine): New `copy' argument.
2295
2296 2003-02-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2297         From Martin Thornquist <martint@ifi.uio.no>
2298
2299         * gnus-topic.el (gnus-topic-select-group): Select last group if
2300         after last group.
2301         * gnus-group.el (gnus-group-select-group): Ditto.
2302
2303 2003-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2304
2305         * gnus-art.el (popup-menu): Compiler macro for Emacs 20.
2306         (gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
2307         point-at-(b|e)ol which aren't available in Emacs 20.
2308
2309         * gnus-registry.el (puthash): Alias to cl-puthash for Emacs 20.
2310
2311 2003-02-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2312
2313         * gnus-start.el (gnus-activate-group): Re-enabled the catch error
2314         clause of the condition-case statement.  Errors connecting to a
2315         server no longer terminate gnus.
2316
2317         * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
2318         make its use obvious.  Added no-nothing case to avoid
2319         opening(closing) servers when already open(closed).
2320         (gnus-agent-while-plugged): Added macro to facilitate internal use
2321         of gnus-agent-toggle-plugged.
2322         (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
2323         temporarily open servers.
2324         (gnus-agent-get-undownloaded-list): Sort list of article numbers
2325         as sorting gnus-newsgroup-headers is wrong.
2326         (gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
2327         to temporarily open servers. Corrected logic to handle setting
2328         gnus-agent-mark-unread-after-downloaded.
2329         (gnus-agent-fetch-articles): Now handles headers with missing
2330         article sizes and/or missing article lengths.  Now clears the
2331         message buffer when finished.
2332         (gnus-agent-fetch-group-1): Position point before calling
2333         gnus-summary-set-agent-mark.
2334         (gnus-get-predicate): Corrected description, parameter is
2335         predicate not category.
2336         (gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
2337         provide a separate single group expiration function.
2338         (gnus-agent-regenerate-group): Now clears the message buffer when
2339         finished.
2340
2341 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2342
2343         * gnus.el (gnus-agent-target-move-group-header): New variable.
2344         * gnus-draft.el (gnus-draft-send): If special header
2345         "X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
2346         that group, instead of performing the regular sending functions.
2347
2348 2003-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2349
2350         * gnus-xmas.el (gnus-xmas-mime-button-menu): Accept a prefix arg.
2351
2352 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
2353
2354         * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
2355         variables.
2356         (message-make-fqdn): Use it.  Improved validity check.
2357
2358 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2359
2360         * message.el (message-user-mail-address): Check whether
2361         user-mail-address looks valid.
2362
2363         * gnus-msg.el (gnus-mailing-list-followup-to): New function.
2364
2365         * gnus-util.el (gnus-fetch-original-field): New function.
2366
2367 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2368
2369         * message.el (message-mode): \\(...\\) around additional
2370         paragraph-separate alternative.
2371
2372 2003-02-23  Jesper Harder  <harder@ifa.au.dk>
2373
2374         * gnus-art.el (gnus-mime-button-commands): Add ellipsis.
2375         (gnus-mime-button-menu): Define MIME popup menu with easy-menu to
2376         display key bindings.
2377         (gnus-mime-button-menu): Rewrite.
2378
2379 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2380
2381         * gnus-art.el (gnus-button-url-regexp): Removed `.
2382
2383 2003-02-23  Max Froumentin  <mf@w3.org>
2384
2385         * gnus-art.el (gnus-button-url-regexp): Remove `, enter '.
2386
2387 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2388
2389         * gnus-art.el (gnus-mime-action-on-part): Require a match
2390         interactively.
2391
2392         * gnus-start.el (gnus-save-newsrc-file): Use
2393         gnus-backup-startup-file.
2394         (gnus-backup-startup-file): New variable.
2395
2396 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2397
2398         * gnus.el (gnus-summary-buffer-name): Moved function here.
2399
2400         * gnus-draft.el (defun): Remove debug.
2401
2402 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
2403
2404         * gnus-sum.el (gnus-summary-refer-article): Skip method if we
2405         can't open server.
2406
2407 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2408
2409         * gnus-draft.el (defun): Configure posting styles.
2410
2411         * gnus-start.el (gnus-get-unread-articles-in-group): Make sure
2412         the entry for the group exists before we alter it.
2413
2414 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2415
2416         * message.el (message-mode): MML tags separate paragraphs.  Small
2417         change from David S Goldberg <david.goldberg6@verizon.net>.
2418
2419         * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
2420         `gnus-newsgroup-headers'.
2421
2422         * gnus-art.el (gnus-article-refer-article): Grok more message id
2423         formats.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
2424
2425 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
2426
2427         * mm-decode.el (mm-path-name-rewrite-functions): Doc fix: don't
2428         use "path name".
2429
2430 2003-02-21  Teodor Zlatanov  <tzz@lifelogs.com>
2431
2432         * gnus-sum.el (gnus-summary-move-article)
2433         (gnus-summary-expire-articles): send data header for article, not
2434         just article ID
2435
2436         * gnus-registry.el (gnus-registry-hashtb, gnus-register-action)
2437         (gnus-register-spool-action): added hashtable of message ID keys
2438         with message motion data
2439
2440 2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
2441         From Reiner Steib  <Reiner.Steib@gmx.de>.
2442
2443         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
2444         variable, used in `gnus-button-mid-or-mail-heuristic'.
2445         (gnus-button-mid-or-mail-heuristic): New function derived from
2446         Florian Weimer's Perl script.
2447         (gnus-button-handle-mid-or-mail): Allow a function instead of
2448         'guess.
2449         (gnus-button-guessed-mid-regexp): Removed.
2450
2451 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2452
2453         * message.el (message-resend): Bind message-setup-hook to nil;
2454         remove X-Draft-From header.
2455
2456 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
2457
2458         * gnus-sum.el (gnus-simplify-subject-fully, gnus-subject-equal)
2459         (gnus-newsgroup-undownloaded)
2460         (gnus-summary-save-parts-default-mime, gnus-auto-select-next):
2461         Doc fixes.
2462
2463 2003-02-17  John Paul Wallington  <jpw@gnu.org>
2464
2465         * gnus.el (gnus-shell-command-separator, gnus-email-address)
2466         (gnus-default-charset, gnus-other-frame-parameters): Doc fixes.
2467
2468 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
2469
2470         * gnus-spec.el (gnus-xmas-format): Use insert instead of
2471         insert-string which is obsolete in Emacs 21.4.
2472
2473         * message.el (message-cross-post-followup-to-header): do.
2474
2475         * spam.el (spam-ifile-register-with-ifile)
2476         (spam-stat-register-spam-routine)
2477         (spam-stat-register-ham-routine)
2478         (spam-bogofilter-register-with-bogofilter): do.
2479
2480         * mailcap.el (mailcap-mime-data): Fix typo.
2481
2482         * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
2483
2484 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
2485
2486         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
2487         (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
2488         `gnus-cite-unsightly-citation-regexp'.
2489
2490 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2491
2492         * gnus-msg.el (gnus-copy-article-buffer): Copy an article header
2493         even if there's just a header.
2494
2495 2003-02-19  Jesper Harder  <harder@ifa.au.dk>
2496
2497         * message.el (message-fix-before-sending): Fix highlighting of
2498         illegible and invisible text.
2499
2500         * gnus-util.el (gnus-multiple-choice): Separate choices with
2501         ",\e,A \e(B".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
2502
2503 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
2504
2505         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
2506
2507 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
2508
2509         * spam.el (spam-ham-move-routine)
2510         (spam-mark-spam-as-expired-and-move-routine): use
2511         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
2512         around process-mark manipulation on the group
2513
2514 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2515
2516         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
2517         submenu.
2518
2519 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2520
2521         * mail-source.el (mail-source-fetch): Reverse the return value of
2522         the continuation question.
2523
2524 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2525
2526         * nndraft.el (nndraft-request-move-article): Bind
2527         nnmh-allow-delete-final to t.
2528
2529 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
2530
2531         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
2532
2533 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
2534
2535         * nntp.el (nntp-accept-process-output): Don't use point-max to get
2536         the buffer's size.
2537
2538 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
2539
2540         * nnheader.el: Added cygwin to system-type comparisons.
2541
2542 2003-01-27  Juanma Barranquero  <lektu@terra.es>
2543
2544         * imap.el (imap-mailbox-status): Fix typo.
2545
2546 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
2547
2548         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
2549         online.
2550
2551 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2552
2553         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
2554         commands.
2555         * gnus-sum.el: Small change from Frank Weinberg
2556         <frank@usenet-rundfahrt.de>:
2557         (gnus-auto-center-group): New variable.
2558         (gnus-summary-read-group-1): Use it.
2559         (gnus-summary-next-group): Fix docstring.
2560
2561 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2562
2563         * gnus-util.el (gnus-faces-at): Simplify.
2564
2565 2003-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2566
2567         * spam.el (spam-ham-move-routine)
2568         (spam-mark-spam-as-expired-and-move-routine): made the article
2569         move conditional, so it's not called even if there's nothing to move
2570
2571 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2572
2573         * message.el (message-unix-mail-delimiter): Accept any whitespace
2574         after the email address and before the date; do not require the
2575         space character.  From Kurt B. Kaiser <kbk@shore.net>.
2576
2577 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2578
2579         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
2580         gnus-article-boring-faces variable is bound; use gnus-faces-at.
2581
2582         * gnus-util.el (gnus-faces-at): New macro.
2583
2584 2003-02-13  Michael Shields  <shields@msrl.com>
2585
2586         * gnus-cite.el
2587         (gnus-cite-attribution-suffix, gnus-cite-parse):
2588         Better handling for Microsoft citation styles.
2589         (gnus-unsightly-citation-regexp): New.
2590
2591 2003-02-12  Michael Shields  <shields@msrl.com>
2592
2593         * gnus-art.el (article-strip-banner): Strip both per-group and
2594         per-user-address banners.
2595         (article-really-strip-banner): New.
2596
2597 2003-02-12  Michael Shields  <shields@msrl.com>
2598
2599         * gnus-sum.el (gnus-article-goto-next-page,
2600         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
2601         relying on the summary bindings of `n' and `p'.
2602
2603 2003-02-12  Michael Shields  <shields@msrl.com>
2604
2605         * gnus-art.el (gnus-article-only-boring-p): New.
2606         (gnus-article-skip-boring): New.
2607         * gnus-cite.el (gnus-article-boring-faces): New.
2608         * gnus-sum.el (gnus-summary-next-page): Use
2609         gnus-article-only-boring-p.
2610
2611 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
2612
2613         * spam.el (spam-mark-spam-as-expired-and-move-routine)
2614         (spam-ham-move-routine): unmark all articles before marking those
2615         of interest and calling gnus-summary-move-article
2616
2617 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
2618
2619         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
2620         logically the complement of gnus-get-buffer-create and
2621         gnus-add-buffer.
2622
2623         * gnus-util.el (gnus-kill-buffer): do.
2624
2625         * nnmail.el: Autoload gnus-kill-buffer.
2626
2627 2003-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2628
2629         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
2630         gnus-summary-goto-subject as gnus-summary-update-mark operates on
2631         the current LINE.
2632         (gnus-agent-summary-fetch-group): Minimized the number of times
2633         that the article is updated in the buffer.
2634
2635 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
2636
2637         * spam.el (spam-ham-move-routine): use the process-mark instead of
2638         gnus-current-article when moving articles
2639         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
2640
2641 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2642
2643         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
2644         (gnus-topic-catchup-articles): Ditto.
2645         (gnus-topic-mark-topic): Reverse recursive logic.
2646
2647 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
2648
2649         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
2650         gnus-refer-thread-limit is t.
2651
2652 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
2653
2654         * mm-util.el (mm-mule-charset-to-mime-charset): Use
2655         sort-coding-systems to prefer utf-8 over utf-16.
2656
2657 2003-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2658
2659         * gnus-agent.el (gnus-agent-expire-days):
2660         gnus-request-move-article depends on gnus-agent-expire to clean up
2661         the cache after moving the article.  Therefore, g-a-e-d can NOT
2662         default to nil or can gnus-agent-expire be disabled by doing so.
2663         If you don't want to run gnus-agent-expire, don't call it.
2664         (gnus-agent-expire): The broken test to disable gnus-agent-expire
2665         when g-a-e-d was NOT nil was removed.
2666         (gnus-agent-article-name): Removed unnecessary input test as
2667         article IDs are always strings.
2668         (gnus-agent-regenerate-group): Added check to protect against
2669         servers that generate absurdly long article IDs.  Valid IDs are
2670         less than 10 digits to avoid overflow errors.  Fixed logic error
2671         when ensuring that the final article ID is present in the new
2672         alist.
2673
2674 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2675
2676         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
2677         next line after finding the parent.
2678
2679 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2680
2681         * gnus.el (gnus-version-number): Bumped.
2682
2683 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2684
2685         * gnus.el: Oort Gnus v0.15 is released.
2686
2687 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
2688
2689         * nnmail.el (nnmail-split-it): If a message ends up matching the
2690           same mailbox more than once, it will cause duplicates to appear
2691           in the mailbox.
2692
2693 2003-02-08  Simon Josefsson  <jas@extundo.com>
2694
2695         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
2696         code that only worked under Emacs.
2697
2698         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
2699         Das <satyaki@chicory.stanford.edu>.
2700
2701 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
2702
2703         * gnus-art.el (gnus-article-refer-article): Use
2704         gnus-replace-in-string.
2705
2706         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
2707         (gnus-remove-duplicates): do.
2708
2709 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
2710
2711         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
2712         (gnus-request-scan): set
2713         gnus-internal-registry-spool-current-method to gnus-command-method
2714         before a request-scan operation
2715
2716         * gnus-registry.el (regtest-nnmail): use
2717         gnus-internal-registry-spool-current-method
2718
2719 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2720
2721         * mail-source.el (mail-source-fetch): Typo fix.
2722
2723 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
2724
2725         * nnmail.el (nnmail-spool-hook): new hook
2726         (nnmail-cache-insert): call nnmail-spool-hook
2727
2728         * gnus-registry.el: new file with examples of using the hooks
2729
2730         * gnus.el (gnus-registry): added registry customization group
2731         (gnus-group-prefixed-name): improve function to return full group
2732         name optionally
2733         (gnus-group-guess-prefixed-name): shortcut to
2734         gnus-group-prefixed-name, using just the group name
2735         (gnus-group-full-name): always get a group's full name
2736         (gnus-group-guess-full-name): shortcut, using just the group name
2737
2738         * gnus-sum.el (gnus-summary-article-move-hook)
2739         (gnus-summary-article-delete-hook)
2740         (gnus-summary-article-expire-hook): new hooks
2741         (gnus-summary-move-article, gnus-summary-expire-articles)
2742         (gnus-summary-delete-article): invoke the new hooks
2743
2744 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
2745
2746         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
2747         from message-ID
2748
2749 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
2750
2751         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
2752
2753 2003-02-07  John Paul Wallington  <jpw@gnu.org>
2754
2755         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
2756         (mm-write-region, mm-detect-coding-region): Doc fixes.
2757
2758 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2759
2760         * mail-source.el (mail-source-fetch): Ignore errors.
2761         (mail-source-ignore-errors): New variable.
2762
2763         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
2764         articles.
2765
2766         * gnus-msg.el (gnus-version-expose-system): Change default.
2767
2768 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
2769
2770         * gnus-msg.el (gnus-version-expose-system): New variable.
2771
2772 2003-02-07  Simon Josefsson  <jas@extundo.com>
2773
2774         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
2775         patch from deskpot@myrealbox.com (Vasily Korytov).
2776
2777 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2778
2779         * gnus-art.el (article-display-face): Get the Face header from
2780         the current buffer.
2781
2782 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2783
2784         * gnus-art.el (gnus-mime-view-part-internally): Bind
2785         buffer-read-only to nil.
2786
2787 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2788
2789         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
2790         from g-a-e-1 to g-a-e-2.
2791
2792 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
2793
2794         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
2795         of bbdb-search-simple, use spam-use-BBDB-exclusive
2796         (spam-check-whitelist): use spam-use-whitelist-exclusive
2797         (spam-use-whitelist-exclusive): new variable affecting
2798         spam-use-whitelist
2799         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
2800
2801 2003-02-05  Simon Josefsson  <jas@extundo.com>
2802
2803         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
2804         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
2805         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
2806         (gnus-agent-expire-1): New.
2807         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
2808         (gnus-agent-expire-2): New.
2809
2810 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
2811
2812         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
2813         "delete-if" is misleading because it isn't actually destructive.
2814
2815         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
2816
2817         * nnmail.el (nnmail-purge-split-history): do.
2818
2819         * gnus-win.el (gnus-get-buffer-window): do.
2820
2821         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
2822         let-binding.
2823         (gnus-simplify-all-whitespace): do.
2824
2825 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2826
2827         * gnus-delay.el (gnus-delay-article): Fix binding of the
2828         nndraft:delayed group.
2829
2830 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
2831
2832         * gnus.el (spam group parameters): change 'other to 'const in
2833         the group parameter definitions to soothe XEmacs
2834
2835 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2836
2837         * gnus-delay.el (gnus-delay-article): Really create
2838         nndraft:delayed group if it doesn't exist.
2839
2840 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
2841
2842         * gnus-sum.el (gnus-summary-search-article): Speed up by
2843         disabling various visual features while searching.
2844         (gnus-summary-recenter): Test gnus-auto-center-summary first.
2845
2846 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
2847
2848         * spam.el (spam-list-of-checks): Don't quote nil and t in
2849         docstrings.  From the elisp manual:
2850
2851            When a documentation string refers to a Lisp symbol, write
2852            it [..] with single-quotes around it.  [..] There are two
2853            exceptions: write t and nil without single-quotes.
2854
2855         * messcompat.el (message-from-style): do.
2856
2857         * message.el (message-send-mail): do.
2858
2859         * gnus-util.el (gnus-use-byte-compile): do.
2860
2861         * gnus-score.el (gnus-score-lower-thread): do.
2862
2863         * gnus-int.el (gnus-server-unopen-status): do.
2864
2865         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
2866         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
2867
2868         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
2869         (gnus-group-parameters): do.
2870
2871         * gnus-art.el (gnus-article-mime-match-handle-function): do.
2872
2873         * mm-decode.el (mm-text-html-renderer): do.
2874
2875 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2876
2877         * nnheader.el (nnheader-directory-separator-character): Change the
2878         way to compute the dafault value.
2879
2880 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
2881
2882         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
2883         (gnus-button-alist): Fix regexp for describe-key.
2884         (gnus-button-handle-describe-function)
2885         (gnus-button-handle-describe-variable)
2886         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
2887         (gnus-button-handle-apropos-variable)
2888         (gnus-button-handle-apropos-documentation): Docstring fix.
2889
2890         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
2891
2892 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2893
2894         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
2895         to nil.
2896
2897         * nnmail.el: Removed gnus-util autoload.
2898
2899         * gnus.el: Use gnus-prin1-to-string throughout.
2900
2901         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
2902         print-level.
2903
2904         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
2905         (gnus-treat-display-grey-xface): Removed.
2906
2907         * gnus-fun.el (gnus-grab-cam-face): New.
2908         (gnus-convert-image-to-gray-x-face): Removed.
2909         (gnus-convert-gray-x-face-to-xpm): removed.
2910         (gnus-convert-gray-x-face-region): Removed.
2911         (gnus-grab-gray-x-face): Removed.
2912
2913         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
2914
2915 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
2916
2917         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
2918         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
2919         bound.
2920
2921         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
2922
2923 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
2924
2925         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
2926         Remove -- these are bogus options which are never used.
2927
2928 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
2929
2930         * gnus-art.el (gnus-article-mode): Use summary tool bar.
2931
2932 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
2933
2934         * spam.el (spam-check-blackholes)
2935         (spam-blackhole-good-server-regex): new variable to skip some IPs
2936         when checking blackholes; use it
2937         (spam-check-bogofilter-headers)
2938         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
2939         case more X-Bogosity is used than just "Yes/No"
2940         (spam-ham-move-routine): semi-fixed, only first article is
2941         properly moved now
2942
2943 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
2944
2945         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
2946         as well.
2947
2948         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
2949
2950         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
2951
2952         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
2953
2954         * gnus-bcklg.el (gnus-backlog-shutdown): do.
2955
2956         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
2957
2958 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2959
2960         * gnus-fun.el (gnus-face-encode): New function.
2961         (gnus-convert-png-to-face): Use it.
2962
2963         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks.
2964
2965 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
2966
2967         * mm-decode.el (mm-dissection-list): Remove.
2968         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
2969         only used in mm-remove-all-parts.
2970         (mm-remove-all-parts): Remove it, it's never called.
2971
2972 2003-01-25  Simon Josefsson  <jas@extundo.com>
2973
2974         * gnus-group.el (gnus-group-make-group): Report errors.
2975
2976         * nnimap.el (nnimap-request-create-group): Ditto.
2977
2978         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
2979
2980         * sieve.el (sieve-upload): Fix error printing.
2981
2982         * mm-encode.el (mm-qp-or-base64): Always QP iff
2983         mm-use-ultra-safe-encoding and cleartext PGP.
2984
2985         * gnus-sum.el (gnus-summary-select-article): Inhibit
2986         redisplay (mainly for secured messages).
2987
2988         * nnmail.el (nnmail-article-group): Copy body too (but don't
2989         process it).
2990
2991 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
2992
2993         * gnus-art.el (gnus-article-setup-buffer): Reset
2994         gnus-button-marker-list.
2995
2996 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2997
2998         * nntp.el (nntp-read-timeout): Default to using a second delay
2999         under Microsoft Windows.
3000
3001 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3002
3003         * nnheader.el (nnheader-directory-separator-character): New
3004         variable.
3005
3006 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3007
3008         * gnus-agent.el (gnus-agent-max-fetch-size)
3009         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
3010         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
3011         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
3012         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
3013         (gnus-agent-braid-nov, gnus-agent-load-alist)
3014         (gnus-agent-article-alist-save-format)
3015         (gnus-agent-read-agentview, gnus-agent-save-alist)
3016         (gnus-agent-fetch-group-1, gnus-agent-expire)
3017         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
3018         (gnus-agent-regenerate-group): Reformat to keep under eighty
3019         columns.  Reword docstrings so that first line is under eighty
3020         chars and a complete sentence.  Still need to work on the rear
3021         end of the file, in particular gnus-agent-expire.
3022
3023 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3024
3025         * gnus-agent.el (gnus-agentize): Indent.
3026
3027         * gnus.el (gnus-version-number): Bumped.
3028
3029 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3030
3031         * gnus.el: Oort Gnus v0.14 is released.
3032
3033 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3034
3035         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
3036         before beginning.  Tiny patch from Mark Thomas
3037         <swoon@bellatlantic.net>.
3038
3039 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
3040
3041         * spam.el (spam-check-blackholes, spam-split)
3042         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
3043         gnus-message calls to show to users what spam.el is doing
3044
3045 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
3046
3047         * gnus-msg.el (gnus-message-replysign)
3048         (gnus-message-replyencrypt): Fix typo.
3049
3050 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3051
3052         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
3053         details.
3054
3055 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3056
3057         * gnus-art.el (gnus-article-press-button): let* -> let.
3058         (gnus-mime-security-show-details): Cleaned up.
3059         (gnus-mime-security-press-button): Save excursion.
3060         (gnus-insert-mime-security-button): Clean up.
3061
3062         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
3063
3064         * gnus-async.el (gnus-async-wait-for-article): Don't use a
3065         timeout.
3066
3067         * nntp.el (nntp-accept-process-output): Removed timeout.
3068         (nntp-read-timeout): New variable.
3069         (nntp-accept-process-output): Use it.
3070
3071         * gnus-sum.el (gnus-data-find-list): Remove *.
3072
3073 2003-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3074
3075         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
3076         introduced on 2002-01-22.
3077         (gnus-summary-first-unseen-or-unread-subject): Ditto.
3078
3079 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
3080
3081         * spam.el (spam-check-regex-headers, spam-list-of-checks)
3082         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
3083         checks of incoming mail based on simple header regexp matching
3084
3085 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
3086
3087         * gnus-sum.el (gnus-spam-mark): set to `$'
3088
3089 2003-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3090
3091         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
3092         gnus-newsgroup-unfetched, the list of articles whose headers have
3093         not been fetched from the server.
3094
3095         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
3096         parameter as it never worked due to a bug.  Added check to prevent
3097         selection of any article in the gnus-newsgroup-unfetched list.
3098         (gnus-summary-find-prev): Added check to prevent selection of any
3099         article in the gnus-newsgroup-unfetched list.
3100         (gnus-summary-first-subject): Documented API. Modified
3101         implementation so that constraints are handled independently.
3102         Added check to prevent selection of any article in the
3103         gnus-newsgroup-unfetched list.
3104         (gnus-summary-first-unseen-subject): Updated parameters in
3105         gnus-summary-first-subject call to match new API.
3106         (gnus-summary-first-unseen-or-unread-subject): Ditto.
3107         (gnus-summary-catchup): Do not mark unfetched articles as read.
3108
3109 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
3110
3111         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
3112         make-obsolete-variable allows only two arguments in XEmacs and
3113         Emacs 20.
3114
3115         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
3116         gnus-article-hide-pgp.
3117         (gnus-summary-make-menu-bar): do.
3118
3119         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
3120         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
3121         gnus-article-hide-pgp.
3122         (article-hide-pgp): Remove.
3123         (gnus-article-hide): Remove gnus-article-hide-pgp.
3124
3125         * gnus.el: Remove gnus-article-hide-pgp
3126
3127 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3128
3129         * message.el (message-required-headers): Doc fix.
3130
3131 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
3132
3133         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
3134         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
3135         option to make ifile a purely binary classifier
3136
3137 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3138
3139         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
3140         (mml-secure-encrypt-pgpmime): Removed double.
3141
3142         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
3143         debugging statements.
3144
3145 2003-01-21  Andreas Fuchs  <asf@void.at>
3146
3147         * mml-sec.el (mml-sign-alist): Added pgpauto.
3148
3149 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3150
3151         * gnus.el (gnus-version-number): Bumped version number.
3152
3153 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3154
3155         * gnus.el: Oort Gnus v0.13 is released.
3156
3157 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3158
3159         * gnus-art.el (gnus-button-url-regexp): Removed |.
3160
3161         * message.el (message-send-hook): Doc fix.
3162
3163         * gnus-win.el (gnus-buffer-configuration): Display article
3164         instead of article-copy when `reply'.
3165
3166 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
3167
3168         * gnus.el (gnus-format): Change customize group to gnus.
3169         (gnus-cache): Add link.
3170         (gnus-group-charter-alist): Fix docstring.
3171
3172 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
3173
3174         * mailcap.el (mailcap-print-command): lpr-command might be
3175         unbound in XEmacs.
3176
3177 2003-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3178
3179         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
3180
3181         * gnus-sum.el (gnus-summary-update-article-line): Fixed
3182         calculation of net characters added for use in the gnus-data
3183         structure.
3184
3185 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3186
3187         * nnmail.el (nnmail-process-unix-mail-format): Improve error
3188         message.  Suggested by Jari Aalto.
3189
3190 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3191
3192         * gnus-art.el (gnus-article-followup-with-original): Clean up.
3193         (gnus-article-reply-with-original): Ditto.
3194
3195         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
3196         read articles don't become unread.
3197
3198 2003-01-17  Simon Josefsson  <jas@extundo.com>
3199
3200         * gnus-fun.el (gnus-x-face-from-file):
3201         (gnus-face-from-file): Suggest image format in minibuffer prompt.
3202
3203         * gnus-fun.el (gnus-convert-image-to-x-face-command)
3204         (gnus-convert-image-to-face-command): Doc fix.
3205
3206 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3207
3208         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
3209
3210 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
3211
3212         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
3213         avoid encoding problems.
3214
3215         * mailcap.el (mailcap-ps-command): New variable.
3216         (mailcap-mime-data): Add print entry where applicable.  Use
3217         pdftotext on a tty.
3218
3219 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
3220
3221         * gnus-sum.el (gnus-alter-header-function): Add type and group.
3222
3223 2003-01-16  Simon Josefsson  <jas@extundo.com>
3224
3225         * gnus-fun.el (gnus-convert-image-to-x-face-command)
3226         (gnus-convert-image-to-face-command, gnus-x-face-from-file)
3227         (gnus-face-from-file): Doc fix; don't mention image format.
3228
3229 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3230
3231         * spam.el (spam-get-article-as-filename): new function (unused for now)
3232         (spam-get-article-as-buffer): new function
3233         (spam-get-article-as-string): use spam-get-article-as-buffer
3234         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
3235
3236 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3237
3238         * gnus-agent.el: Don't use `path'.
3239         From the GNU coding standards:
3240
3241             Please do not use the term ``pathname'' that is used in Unix
3242             documentation; use ``file name'' (two words) instead.  We use
3243             the term ``path'' only for search paths, which are lists of
3244             directory names.
3245
3246         * nnsoup.el (nnsoup-file-name): Ditto.
3247
3248         * nnmail.el (nnmail-pathname-coding-system): Ditto.
3249         (nnmail-group-pathname): Ditto.
3250
3251         * nnimap.el (nnimap-group-overview-filename): Ditto.
3252
3253         * nnheader.el (nnheader-pathname-coding-system): Ditto.
3254         (nnheader-group-pathname): Ditto.
3255
3256         * nnfolder.el (nnfolder-group-pathname): Ditto.
3257
3258         * gnus.el (gnus-home-directory): Ditto.
3259
3260         * gnus-group.el (gnus-group-icon-list): Ditto.
3261
3262 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
3263
3264         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
3265
3266         * message.el (message-mode-menu): Use it.
3267         (message-mode-menu): Deactivate "Yank Original" if there's no
3268         reply buffer.
3269
3270         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
3271
3272         * message.el (message-mark-active-p): New function.
3273
3274 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
3275
3276         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header)
3277         (spam-bogofilter-database-directory): new variables
3278         (spam-check-bogofilter-headers, spam-check-bogofilter)
3279         (spam-bogofilter-register-with-bogofilter)
3280         (spam-bogofilter-register-spam-routine)
3281         (spam-bogofilter-register-ham-routine)
3282         (spam-group-ham-processor-bogofilter-p): new functions for the new
3283         Bogofilter interface
3284         (spam-summary-prepare-exit): use the new Bogofilter functions
3285         (spam-list-of-checks): added spam-use-bogofilter-headers
3286         (spam-bogofilter-score): rewrote function
3287         (spam-check-bogofilter): optional score parameter, uses
3288         spam-check-bogofilter-headers better
3289         (spam-check-bogofilter-headers): optional score parameter
3290
3291         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
3292         default, in the gnus-start customization group.  Used to disable
3293         the spam-*/ham-* parameters.
3294         (gnus-group-ham-exit-processor-bogofilter): new ham processor
3295
3296 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
3297
3298         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
3299         XEmacs.
3300
3301         * gnus-ems.el (gnus-mark-active-p): do.
3302
3303 2003-01-15  Kevin Ryde  <user42@zip.com.au>
3304
3305         * gnus.texi (Using MIME): Mention auto-compression-mode with
3306         gnus-mime-copy-part.
3307
3308 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3309
3310         * message.el (message-send): Don't warn about duplicates when
3311         superseding.
3312
3313 2003-01-15  Simon Josefsson  <jas@extundo.com>
3314
3315         * nnimap.el (nnimap-split-download-body): New variable.
3316         (nnimap-split-articles): Use it.
3317
3318 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3319
3320         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
3321         integrity checker was incorrectly flagging, and removing, articles
3322         whose article number was negative.
3323         (gnus-agent-fetch-group-1): When executed in the group's summary
3324         buffer, refresh each downloaded line to update the status flag and
3325         font.  Preserve the value of gnus-newsgroup-headers so that
3326         gnus-agent-fetch-articles can split the requests by size.
3327         (gnus-agent-expire): Corrected day calculation for when
3328         gnus-agent-expire-days contains a list.
3329
3330 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3331
3332         * gnus-audio.el (gnus-audio-au-player): Use executable-find.
3333
3334 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
3335
3336         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
3337           /usr/bin/play as default player.
3338           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
3339
3340 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3341
3342         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
3343         articles to be marked as well.
3344
3345 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3346         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
3347         fictious headers generated by nnagent (ie. Undownloaded Article
3348         ####) in the list of articles that have not been downloaded.
3349
3350         * gnus-int.el (): Added require declarations to resolve
3351         compile-time warnings.
3352         (gnus-open-server): If the server status is set to offline,
3353         recursively execute gnus-open-server to open the offline backend
3354         (e.g. nnagent).
3355
3356 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
3357
3358         * gnus-art.el (gnus-article-reply-with-original): Use
3359         gnus-mark-active-p.
3360         (gnus-article-followup-with-original): do.
3361
3362 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3363
3364         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
3365
3366 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3367
3368         * gnus-score.el (gnus-score-edit-file-at-point): New function.
3369         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
3370
3371 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
3372
3373         * gnus-fun.el (gnus-x-face-from-file): Quote file name.
3374         (gnus-face-from-file): Ditto.
3375
3376 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3377
3378         * gnus-sum.el (gnus-articles-to-read): Don't just apply
3379         gnus-alter-articles-to-read-function to the unread articles.
3380
3381 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3382
3383         * deuglify.el (gnus-article-outlook-unwrap-lines)
3384         (gnus-article-outlook-repair-attribution)
3385         (gnus-article-outlook-rearrange-citation): New function names,
3386         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
3387         doc-string.
3388
3389         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
3390         removed `W k' key binding (use `W Y f' instead).
3391         (gnus-summary-make-menu-bar): Use new function names.
3392
3393 2003-01-13  Simon Josefsson  <jas@extundo.com>
3394
3395         * gnus-fun.el (gnus-random-x-face): Doc fix.
3396         (gnus-insert-random-x-face-header): New function.
3397
3398 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
3399
3400         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
3401         mark is not active.
3402
3403         * gnus-msg.el (gnus-inews-do-gcc): Comment.
3404
3405         * gnus-ems.el (gnus-mark-active-p): New function.
3406
3407         * gnus-group.el (gnus-topic-mode-p): New function.
3408         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
3409         Deactivate items if mark is not active.
3410
3411 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3412
3413         * gnus.el (gnus-version-number): Bumped version.
3414         (gnus-summary-line-format): Doc fix.
3415
3416 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3417
3418         * gnus.el: Oort Gnus v0.12 is released.
3419
3420 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3421
3422         * mail-source.el (mail-sources): Removed autoload to make it
3423         compile under XEmacs.
3424
3425 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
3426
3427         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
3428         regexp or a function too.
3429         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
3430         confirmation even if the original article is mail.
3431
3432 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3433
3434         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
3435         articles to be marked when not yanking.
3436
3437 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
3438
3439         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
3440
3441 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3442
3443         * gnus-fun.el (gnus-face-from-file): Autoload.
3444
3445         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
3446         errors.
3447
3448 2003-01-12  Simon Josefsson  <jas@extundo.com>
3449
3450         * sieve.el (sieve-upload-and-bury): New.  Suggested by
3451         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
3452
3453         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
3454         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
3455
3456 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3457
3458         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
3459         in every string.
3460
3461         * gnus.el (gnus-version-number): Bumped version number.
3462
3463 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3464
3465         * gnus.el: Oort Gnus v0.11 is released.
3466
3467 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
3468
3469         * message.el (message-fetch-reply-field): Narrow to headers.
3470
3471         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
3472         if Gnus isn't alive.
3473
3474 2003-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3475
3476         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
3477         marks from articles that are already stored in the agent.
3478         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
3479         backup copy of an invalid .overview file for later analysis.
3480
3481 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
3482
3483         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
3484         exit work with two frames.
3485
3486 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
3487
3488         * message.el (message-forward-make-body): Use mule4.
3489
3490 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3491
3492         * message.el (message-mode-map): Move wide-reply command.
3493
3494 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
3495
3496         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
3497         castellano.
3498         (gnus-outlook-display-hook): New variable.
3499         (gnus-outlook-display-article-buffer): New function.
3500         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
3501         (gnus-outlook-deuglify-article): Made them interactive and added
3502         optional arg.  Use `g-o-d-a-b'.
3503         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
3504
3505         * gnus-sum.el: Added autoloads.
3506         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
3507         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
3508
3509 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3510
3511         * gnus-art.el (gnus-display-mime): Use the mime emulation
3512         variable.
3513
3514         * gnus-sum.el (gnus-article-emulate-mime): New variable.
3515
3516         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
3517         newsrc-alist is initialized properly.
3518
3519         * mail-source.el (mail-sources): Autoload.
3520
3521         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
3522         nil.
3523
3524         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
3525         insert two newlines.
3526
3527         * message.el (message-check-news-header-syntax): Compute the
3528         header length correctly.
3529
3530 2003-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3531
3532         * gnus-agent.el (gnus-agent-expire): Do not remove article from
3533         alist when keeping fetched article file.
3534         (gnus-agent-retrieve-headers): When parsing response for article
3535         numbers, use the same algorithm as gnus-agent-braid-nov to protect
3536         against garbage in the server's response.
3537
3538         * gnus-int.el (gnus-request-expire-articles,
3539         gnus-request-move-article): Only expire when the group's server
3540         has been agentized.
3541
3542 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3543
3544         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
3545         errors when deleting overlays.
3546
3547         * gnus-score.el (gnus-score-followup): Allow tracing.
3548
3549         * gnus-art.el (gnus-treat-display-face): New variable.
3550         (article-display-face): New command.
3551
3552         * gnus-fun.el (gnus-face-from-file): New function.
3553         (gnus-convert-face-to-png): Ditto.
3554
3555         * gnus-art.el (gnus-ignored-headers): Added Face.
3556
3557 2003-01-10  Simon Josefsson  <jas@extundo.com>
3558
3559         * nndraft.el (nndraft-request-group): Avoid crash in
3560         directory-files when draft directory doesn't exists.
3561
3562         * gnus-sum.el (gnus-select-article-hook): Add :option.
3563
3564 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
3565
3566         * spam.el (spam-use-stat): new variable
3567         (spam-group-spam-processor-stat-p)
3568         (spam-group-ham-processor-stat-p): new convenience functions
3569         (spam-summary-prepare-exit): add spam/ham processors to sequence
3570         (spam-list-of-checks): add spam-use-stat to list of checks
3571         (spam-split): conditionally load the spam-stat tables
3572         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
3573         spam-check-ifile): new functions
3574
3575         * spam-stat.el (spam-stat): typo fix
3576         (spam-stat-install-hooks): new variable
3577         (spam-stat-split-fancy-spam-group): added documentation clarification
3578         (spam-stat-split-fancy-spam-threshhold): new variable
3579         (spam-stat-install-hooks): make hooks conditional
3580         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
3581
3582         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
3583         spam-stat ham/spam processor symbols
3584
3585 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3586
3587         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
3588         file exists.
3589
3590 2003-01-10  Simon Josefsson  <jas@extundo.com>
3591
3592         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
3593         undownloaded/downloadable only when unplugged.
3594
3595 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
3596
3597         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
3598
3599 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
3600
3601         * spam.el (spam-check-ifile): fixed call-process-region to use the
3602         db parameter only if it's set
3603         (spam-ifile-register-with-ifile): ditto
3604
3605 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
3606
3607         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
3608         spam-stat-nbad before creating the hash table.
3609         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
3610         Changed copyright statement to FSF.
3611
3612 2003-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3613
3614         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
3615         processable articles as read.
3616         (gnus-agent-summary-fetch-series): Remove processable and
3617         downloadable marks on all downloaded articles in the series.
3618
3619         * nntp.el (nntp-report): Throw error after reporting the problem.
3620         (nntp-accept-process-output): Corrected error check to report an
3621         error when the process is nil.
3622
3623 2003-01-09  Simon Josefsson  <jas@extundo.com>
3624
3625         * message.el (message-tool-bar-map): Add preview.
3626
3627 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
3628
3629         * mml.el (mml-preview): Get rid of MIME handles and buffers after
3630         previewing.
3631
3632 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
3633
3634         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
3635         bug when the (n+1)th article to be added to a group has a smaller
3636         number than the n articles already added.
3637
3638 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
3639
3640         * message.el (message-mode-field-menu): Use backquote.
3641
3642 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
3643
3644         * spam.el: fixed the BBDB autoloads again, using
3645         bbdb-search-simple now (which is not a macro, thank god)
3646
3647         * lpath.el (bbdb-search): removed function from maybe-fbind list
3648
3649         * gnus.el (ham-process-destination): added new parameter for
3650         destination of ham articles found in spam groups at summary exit
3651
3652         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
3653         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
3654         (spam-ifile-database-path): added new parameter for ifile's database
3655         (spam-move-spam-nonspam-groups-only): new parameter to determine
3656         if spam should be moved from all groups or only some
3657         (spam-summary-prepare-exit): fixed logic to use
3658         spam-move-spam-nonspam-groups-only when deciding to invoke
3659         spam-mark-spam-as-expired-and-move-routine; always invoke that
3660         routine after the spam has been expired-or-moved in case there's
3661         some spam left over; use spam-ham-move-routine in spam groups
3662         (spam-ham-move-routine): new function to move ham articles to the
3663         ham-process-destinations group parameter
3664
3665 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3666
3667         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
3668
3669         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
3670         gnus-summary-update-article-line.
3671
3672 2003-01-08  Simon Josefsson  <jas@extundo.com>
3673
3674         * nnmail.el (nnmail-expiry-target-group): Request group, create it
3675         not successful.
3676
3677 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3678
3679         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
3680
3681 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3682
3683         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
3684         logic, finally
3685
3686 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3687
3688         * gnus-spec.el (gnus-parse-format): %C is a complex format.
3689         (gnus-parse-format): Change to %~.
3690
3691         * message.el (message-generate-headers): Don't generate optional
3692         empty headers.
3693
3694 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3695
3696         * message.el (message-cross-post-default)
3697         (message-cross-post-note-function, message-shoot-gnksa-feet)
3698         (message-strip-subject-trailing-was, message-change-subject)
3699         (message-mark-insert-file, message-cross-post-followup-to)
3700         (message-cross-post-followup-to, message-mode-map)
3701         (message-generate-unsubscribed-mail-followup-to)
3702         (message-make-mail-followup-to): Minor changes to doc-strings and
3703         error messages.  Updated copyright line.
3704
3705         * message.el (message-make-mail-followup-to,
3706         message-generate-unsubscribed-mail-followup-to): New function
3707         names.  Renamed functions: "-mft" -> "-mail-followup-to".
3708         (message-make-mft, message-gen-unsubscribed-mft): Removed function
3709         names.
3710
3711         * mml.el (mml-preview-insert-mail-followup-to): New function name.
3712         (mml-preview-insert-mft): Removed function name.
3713         (mml-preview): Use new function names.
3714
3715         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
3716
3717         * message.el (message-mode-field-menu): Moved header related
3718         commands from "Message" to "Field" menu.
3719
3720 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3721
3722         * message.el (message-generate-headers-first): Added customization
3723         if variable is a list.
3724
3725 2003-01-07  Michael Shields  <shields@msrl.com>
3726
3727         * gnus-art.el (gnus-article-next-page): Correctly handle the case
3728         where the last line of the article is the last line of the window.
3729
3730 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3731
3732         * gnus-msg.el (gnus-debug): Use ignore-errors.
3733
3734         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
3735         `gnus-summary-update-line'.
3736
3737 2003-01-08  Simon Josefsson  <jas@extundo.com>
3738
3739         * gnus-art.el (gnus-unbuttonized-mime-types)
3740         (gnus-buttonized-mime-types): Doc fix.
3741
3742 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
3743
3744         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
3745
3746 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3747
3748         * nnrss.el (nnrss-group-alist): Add and clear up.
3749
3750 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3751
3752         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
3753
3754         * lpath.el (bbdb-search): added BBDB functions for a better way to
3755         fix missing functions
3756
3757         * spam.el (spam-check-ifile): if should be an unless
3758
3759         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
3760         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
3761         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
3762
3763 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3764
3765         * gnus-sum.el (gnus-summary-make-menu-bar): Added
3766         gnus-summary-refer-thread to thread menu.
3767
3768 2003-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3769
3770         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
3771         summary buffer, articles that cannot be fetched are marked as
3772         canceled.
3773
3774         * nntp.el (nntp-with-open-group): The quit signal handler must
3775         propagate the quit signal to the next outer handler so that the
3776         caller knows that the request aborted abnormally.
3777
3778 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3779
3780         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
3781         (spam-ifile-register-spam-routine)
3782         (spam-ifile-register-ham-routine): added ifile functionality that
3783         does not use ifile-gnus.el to classify and register articles
3784         (spam-get-article-as-string): convenience function
3785         (spam-summary-prepare-exit): added ifile spam and ham registration
3786         (spam-ifile-all-categories, spam-ifile-spam-category)
3787         (spam-ifile-path, spam-ifile): added customization options
3788
3789         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
3790         exit processor
3791         (spam-process): added gnus-group-ham-exit-processor-ifile to the
3792         list of choices
3793
3794 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3795
3796         * gnus-score.el (gnus-score-followup): Also score immediate
3797         followups.
3798
3799 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3800
3801         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
3802
3803 2003-01-07  Simon Josefsson  <jas@extundo.com>
3804
3805         * message.el (message-mode-menu): Fix receipt balloon help.
3806
3807 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
3808
3809         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
3810         always be interpreted as news.
3811
3812 2003-01-07  Simon Josefsson  <jas@extundo.com>
3813
3814         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
3815         gnus-sieve-script, instead of the global variable
3816         gnus-sieve-crosspost.  One-line patch from Steinar Bang
3817         <sb@dod.no>.
3818
3819 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3820
3821         * gnus.el: Renamed gnus-summary-*-uncached-face as
3822         gnus-summary-*-undownloaded-face to avoid confusing the agent with
3823         the cache.
3824
3825         * gnus-sum.el: Ditto.
3826
3827 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3828
3829         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
3830         in either the group or summary buffer.
3831         New command "JS", in summary buffer, will fetch articles per the
3832         group's category, predicate, and processable flags.
3833         (gnus-agent-summary-fetch-series): Rewritten to call
3834         gnus-agent-session-fetch-group once with all articles in the
3835         series.
3836         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
3837         return list of fetched articles.
3838         (gnus-agent-fetch-articles): Split fetch list into sublists such
3839         that the article buffer is only slightly larger than
3840         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
3841         the group's article alist is saved.
3842         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
3843         longer result in the agent trying to fetch an article.
3844         (gnus-agent-fetch-group-1): Can now be called in either the group
3845         or summary buffer.  Removed the max-fetch-size code that I added
3846         on 2002-12-13 as that capability is now part of
3847         gnus-agent-fetch-articles.  Added code to update summary buffer.
3848         When called in the group buffer, articles that can not be fetched
3849         are AUTOMATICALLY MARKED AS READ.
3850
3851         * gnus-sum.el (): Modified eval-when-compile to minimize
3852         misleading compilation warnings.
3853         (gnus-update-summary-mark-positions): Changed code to use
3854         gnus-undownloaded-mark rather than gnus-downloaded-mark.
3855
3856         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
3857         empty file as the parser assumes that the file isn't empty.
3858
3859         * nntp.el (nntp-send-string): The process-send-string call can,
3860         because it performs I/O on the process, change the process' state
3861         from open to closed.  If this happens, call nntp-report
3862         immediately to report the broken connection.
3863         (nntp-report): Rewritten to avoid needing a global variable to
3864         determine the appropriate course of action.  Instead, two function
3865         implementations are provided and the nntp-report function value is
3866         bound to the appropriate implementation.
3867         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
3868         (nntp-with-open-group): Now binds nntp-report's function cell
3869         rather than binding gnus-with-open-group-first-pass.  Added a
3870         condition-case to detect a quit during a nntp command.  When the
3871         quit occurs, the current connection is closed as a fetch articles
3872         request could have several megabytes queued up for reading.
3873         (nntp-retrieve-headers): Bind articles to itself.  If
3874         nntp-with-open-group repeats this command, I must have access to
3875         the original list of articles.
3876         (nntp-retrieve-groups): Ditto for groups.
3877         (nntp-retrieve-articles): Ditto for articles.
3878         (*): Replaced nntp-possibly-change-group calls to
3879         nntp-with-open-group forms in all, but one, occurrance.
3880         (nntp-accept-process-output): Bug fix. Detect when called with
3881         null process.
3882
3883 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
3884
3885         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
3886         if we don't need to.
3887         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
3888
3889 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3890
3891         * gnus-group.el (gnus-group-make-web-group): Pass the select
3892         method on to group-create.
3893         (gnus-group-line-format-alist): %U is an integer.
3894
3895         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
3896         ephemeral groups.
3897         (gnus-summary-read-group-1): Ditto.
3898         (gnus-group-make-articles-read): Ditto.
3899
3900         * mm-url.el (mm-url-program): Doc fix.
3901
3902         * message.el (message-mode-map): Rebound
3903         message-insert-wide-reply.
3904
3905 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3906
3907         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
3908         color as `gnus-group-startup-message' does.
3909
3910 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
3911
3912         * spam.el: fixed line lengths to 80 chars or less
3913
3914         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
3915         "not-read" mark
3916         (gnus-summary-mark-forward): added the spam-mark to the list of
3917         marks not to be marked as "read" when viewed
3918
3919 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3920
3921         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
3922
3923         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
3924         Protect against unactive groups.
3925
3926         * message.el (message-check-news-header-syntax): Check long
3927         header lines.
3928         (message-check-news-header-syntax): Update `start'.
3929
3930         * gnus-group.el (gnus-group-expire-articles): Doc fix.
3931         (gnus-group-line-format): %U.
3932         (gnus-group-line-format-alist): ?U.
3933         (gnus-number-of-unseen-articles-in-group): New function.
3934
3935         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
3936
3937         * gnus.el (gnus-version-number): Bump version number.
3938
3939 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3940
3941         * gnus.el: Oort Gnus v0.10 is released.
3942
3943 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3944
3945         * gnus.el (gnus-version-number): Fix version number.
3946
3947 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3948
3949         * gnus.el: Oort Gnus v0.08 is released.
3950
3951 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
3952
3953         * mm-util.el: Add mm-string-make-unibyte.
3954
3955         * gnus-group.el (gnus-group-jump-to-group): Make it work for
3956         UTF-8 groups.
3957
3958 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3959
3960         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
3961
3962         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
3963
3964 2003-01-04  Kevin Ryde  <user42@zip.com.au>
3965
3966         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
3967         function.
3968
3969 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3970
3971         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
3972         (gnus-summary-read-group-1): Update group line.
3973         (gnus-summary-exit-no-update): Update group on exit.
3974
3975         * gnus-group.el (gnus-group-line-format): Add %*.
3976         (gnus-group-line-format-alist): Ditto.
3977         (gnus-group-insert-group-line): Set it.
3978         (gnus-group-is-exiting-p): New variable.
3979         (gnus-group-insert-group-line): Use it.
3980
3981 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
3982
3983         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
3984         enable BBDB ham processing
3985         (spam-blacklist-register-routine): enable blacklist spam processing
3986         (spam-whitelist-register-routine): enable whitelist ham processing
3987         (spam-fetch-field-from-fast): fast fetching of the "from" field
3988         from (gnus-data-list)
3989         (spam-summary-prepare-exit): works completely now
3990         (spam-use-blacklist): oops, should be nil by default
3991         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
3992         split processing now; before it was for summary exit as
3993         well but that's done with the spam-contents and spam-process
3994         parameters now
3995
3996 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
3997
3998         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
3999         characters.
4000
4001 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
4002
4003         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
4004         (spam-group-processor-p, spam-group-processor-bogofilter-p)
4005         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
4006         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
4007         (spam-mark-spam-as-expired-and-move-routine)
4008         (spam-generic-register-routine, spam-BBDB-register-routine)
4009         (spam-ifile-register-routine, spam-blacklist-register-routine)
4010         (spam-whitelist-register-routine): new functions
4011         (spam-summary-prepare-exit): added summary exit processing (expire
4012         or move) of spam-marked articles for spam groups; added slots for
4013         all the spam-*-register-routine functions
4014
4015 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4016
4017         * pop3.el (pop3-retr): Wait 500 msecs.
4018         (pop3-read-response): Ditto.
4019
4020         * gnus-msg.el (gnus-setup-message): Get the evaliation order
4021         right.
4022         (gnus-inews-make-draft): New function.
4023         (gnus-setup-message): Use it.
4024
4025         * message.el (message-required-headers): Add From.
4026
4027 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4028         Trivial patch from Norbert Koch <nk@viteno.net>.
4029
4030         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
4031
4032 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4033
4034         * message.el (message-generate-headers): Let header formatters do
4035         their work.
4036
4037 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
4038
4039         * deuglify.el (gnus-article-outlook-deuglify-article):
4040         Rehighlight, reapply treatments and call
4041         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
4042         (gnus-outlook-repair-attribution-block): Recognize cited
4043         attributions.  Suggested by Niklas Morberg.
4044
4045 2003-01-02  Pete Kazmier  <pete@kazmier.com>
4046
4047         * gnus-art.el (gnus-treat-predicate): Check condition first.
4048
4049 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
4050
4051         * lpath.el: Add url-http-file-exists-p.
4052
4053         * gnus-group.el (gnus-group-fetch-charter): Use
4054         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
4055
4056 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4057
4058         * message.el (message-draft-headers): Also generate From to get a
4059         nicer draft buffer summary.
4060
4061         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
4062         parameter.
4063
4064         * gnus-art.el (article-wash-html): Clean up.
4065         (article-wash-html): Typo fix.
4066
4067         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
4068         (gnus-summary-mail-forward): To many lists of lists.
4069
4070         * gnus-art.el (article-wash-html): Clean up.
4071
4072 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
4073
4074         * gnus-art.el (gnus-treat-wash-html): New variable.
4075
4076 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4077
4078         * message.el (message-check-news-header-syntax): Allow posting.
4079         (message-check-news-header-syntax): Fix logic for sure, this
4080         time.
4081
4082 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
4083
4084         * message.el (message-check-news-header-syntax): Check syntax of
4085         continuation headers.
4086
4087 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
4088
4089         * gnus-art.el (gnus-button-url-regexp,
4090         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
4091         (gnus-header-button-alist): Regexps are case insensitive here.
4092
4093 2003-01-02  Simon Josefsson  <jas@extundo.com>
4094
4095         * dig.el (query-dig): Doc fix.
4096
4097 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4098
4099         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
4100         summary buffer line, not just the download mark.
4101
4102 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4103
4104         * gnus-sum.el (gnus-summary-goto-subjects): New function.
4105         (gnus-summary-insert-dormant-articles): New command and
4106         keystroke.
4107
4108         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
4109         function for mass insertion of subjects.
4110
4111         * nndraft.el (nndraft-generate-headers): Don't move point.
4112
4113         * gnus.el (nnheader): Require nnheader.
4114
4115         * nndraft.el (nndraft-request-associate-buffer): Use
4116         make-local-variable.
4117
4118 2003-01-02  Michael Shields  <shields@msrl.com>
4119
4120         * nndraft.el (nndraft-request-associate-buffer): Make
4121         write-contents-hooks buffer-local before setting it.
4122
4123 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4124
4125         * gnus.el (gnus-group-parameter-value): Take an extra param.
4126         (gnus-group-fast-parameter): Let group param results be nil.
4127
4128         * gnus-art.el (gnus-article-forward-header): New function.
4129         (article-date-ut): Use it to remove continuation date headers.
4130
4131         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
4132         read-event.
4133         (gnus-summary-remove-bookmark): Clean up.
4134         (gnus-summary-set-bookmark): Clean up.
4135
4136         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
4137
4138         * gnus.el (gnus-group-startup-message): Bind data-directory to
4139         the Gnus etc directory.
4140
4141 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
4142
4143         * spam.el (spam-summary-prepare-exit): added slots for spam- and
4144         ham-processing of articles; use the new
4145         spam-group-(spam|ham)-contents-p functions
4146         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
4147         convenience functions
4148         (spam-mark-junk-as-spam-routine): use the new
4149         spam-group-spam-contents-p function
4150
4151         * gnus.el (spam-process, spam-contents, spam-process-destination):
4152         added new parameters with corresponding global variables
4153         (gnus-group-spam-exit-processor-ifile,
4154         gnus-group-spam-exit-processor-bogofilter,
4155         gnus-group-spam-exit-processor-blacklist,
4156         gnus-group-spam-exit-processor-whitelist,
4157         gnus-group-spam-exit-processor-BBDB,
4158         gnus-group-spam-classification-spam,
4159         gnus-group-spam-classification-ham): added new symbols for the
4160         spam-process and spam-contents parameters
4161
4162         * spam.el (spam-ham-marks, spam-spam-marks): changed list
4163         customization and list itself to store mark symbol rather than
4164         mark character.
4165         (spam-bogofilter-register-routine): added logic to generate mark
4166         values list from spam-ham-marks and spam-spam-marks, so (member)
4167         would work.
4168
4169 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4170
4171         * message.el (message-cross-post-followup-to): Fix comment.
4172
4173 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
4174
4175         * spam.el (spam-ham-marks, spam-spam-marks): changed list
4176         customization and list itself to store mark symbol rather than
4177         mark character.
4178         (spam-bogofilter-register-routine): added logic to generate mark
4179         values list from spam-ham-marks and spam-spam-marks, so (member)
4180         would work.
4181
4182 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
4183
4184         * message.el (message-signature-insert-empty-line): New variable.
4185
4186 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4187
4188         * message.el: Renamed functions and variables: "xpost" ->
4189         "cross-post", "-fup2" -> "-followup-to".
4190         (message-cross-post-old-target, message-cross-post-default,
4191         message-cross-post-note, message-followup-to-note,
4192         message-cross-post-note-function): New variables names.
4193         (message-xpost-old-target, message-xpost-default,
4194         message-xpost-note, message-fup2-note,
4195         message-xpost-note-function): Removed variable names.
4196         (message-cross-post-followup-to-header,
4197         message-cross-post-insert-note, message-cross-post-followup-to):
4198         New function names.
4199         (message-xpost-fup2-header, message-xpost-insert-note,
4200         message-xpost-fup2): Removed function names.
4201
4202 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4203
4204         * message.el (message-send-mail): Added message-cleanup-headers to
4205         prevent newlines in headers.
4206
4207 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4208
4209         * dns.el (dns-make-network-process): Comment.
4210
4211         * gnus-sum.el (gnus-summary-display-while-building): Default to
4212         nil.
4213
4214 2003-01-01  Wes Hardaker  <wes@hardakers.net>
4215
4216         * gnus-sum.el (gnus-summary-display-while-building): New
4217         variable.
4218
4219 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
4220
4221         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
4222         before rearranging the article.
4223
4224 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4225
4226         * nndraft.el (nndraft-generate-headers): New function.
4227         (nndraft-request-associate-buffer): Use it to write headers on
4228         buffer save.
4229
4230         * message.el (message-generate-headers): Let the function be a
4231         lambda form.
4232         (message-draft-headers): New variable.
4233
4234         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
4235         function.
4236         (gnus-setup-message): Use it.
4237
4238         * message.el (message-generate-headers-first): Doc fix.
4239         (message-setup-1): Use new function for getting which headers to
4240         generate.
4241         (message-headers-to-generate): New function.
4242
4243 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4244
4245         * gnus-agent.el (gnus-agent-save-alist): Make directory.
4246
4247 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
4248
4249         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
4250         mention negatives.
4251
4252 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
4253
4254         * deuglify.el (gnus-outlook-rearrange-article): Use
4255         `transpose-regions' instead of tempering the kill-ring.
4256         (gnus-article-outlook-deuglify-article): Rehighlight article
4257         instead of a complete redisplay.
4258
4259 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
4260
4261         * spam.el: most defvars are defcustoms now
4262
4263         patches from Michael Shields  <shields@msrl.com>
4264
4265         * spam.el (spam-bogofilter-articles): Select the article
4266         body using gnus-summary-show-article t instead of
4267         gnus-summary-select-article; this presents the raw text
4268         without running any hooks.
4269
4270         * spam.el (spam-bogofilter-articles): Use message-remove-header
4271         to remove headers; the old way incorrectly removed just the first
4272         line of folded headers.
4273
4274 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4275
4276         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
4277
4278 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4279
4280         * gnus-start.el (gnus-load): New function.
4281         (gnus-read-newsrc-el-file): Use it.
4282
4283 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4284
4285         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
4286         (gnus-button-handle-apropos-documentation): New function.
4287         (gnus-button-handle-ctan): New function.
4288         (gnus-button-alist): Use them.  Improve some regexps.
4289         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
4290
4291 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4292
4293         * message.el (message-subscribed-p): New function.
4294         (message-send-mail): Use it.
4295         * mml.el (mml-preview-insert-mft): New function.
4296         (mml-preview): Use it.
4297
4298 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4299
4300         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
4301         when sorting by date.
4302
4303         * gnus-art.el (gnus-article-edit-mode): New variable.
4304         (gnus-article-setup-buffer): Warn user about discarding edits.
4305
4306         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
4307         (gnus-summary-pipe-output): Take a symbolic prefix to save all
4308         headers.
4309
4310         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
4311
4312 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4313
4314         * message.el (message-completion-alist): Added "Mail-Followup-To"
4315         and "Mail-Copies-To".
4316
4317 2002-07-21  Jesper harder  <harder@ifa.au.dk>
4318
4319         * gnus-group.el: Add key bindings for
4320         gnus-group-sort-groups-by-real-name and
4321         gnus-group-sort-selected-groups-by-real-name.
4322
4323 2002-07-21  Jesper harder  <harder@ifa.au.dk>
4324
4325         * gnus.texi (Sorting Groups): Add key bindings for
4326         gnus-group-sort-groups-by-real-name and
4327         gnus-group-sort-selected-groups-by-real-name.
4328
4329 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
4330
4331         * spam.el (spam-use-dig): new variable for blackhole checking
4332         through dig.el
4333         (spam-check-blackholes): added dig.el checking functionality and
4334         more verbose reporting; query-dig is autoloaded from dig.el
4335         (spam-use-blackholes): disabled by default
4336         (spam-blackhole-servers): removed rbl.maps.vix.com from the
4337         blackhole servers list
4338
4339 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4340
4341         * message.el (message-required-headers): New variable.
4342
4343 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
4344
4345         * dig.el (query-dig): new function
4346
4347 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4348
4349         * flow-fill.el (fill-flowed): Don't infloop on too long fill
4350         prefixes.
4351
4352         * dns.el (query-dns): Protect against errors.
4353
4354         * gnus-msg.el (gnus-article-yanked-articles): New variable.
4355         (gnus-inews-add-send-actions): Mark all answered messages as
4356         answered.
4357
4358 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
4359
4360         * nnmail.el (nnmail-split-it): Added tracing to
4361         `:' split rule
4362
4363 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
4364
4365         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
4366         and "%s" so we don't overquote them.
4367
4368 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
4369
4370         * (mm-display-external): Display the actual command that has been
4371         executed in the echo area.
4372
4373 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4374
4375         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
4376
4377         * message.el (message-with-reply-buffer): New macro.
4378         (message-fetch-reply-field): Use it.
4379         (message-insert-wide-reply): New command and keystroke.
4380         (message-carefully-insert-headers): New function.
4381         (message-insert-to): Use new function.
4382
4383         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
4384         (gnus-topic-goto-missing-group): Use it.
4385
4386         * message.el (message-required-news-headers): Removed Lines.
4387         (message-reply): Don't insert References first.
4388         (message-followup): Ditto.
4389         (message-make-references): New function.
4390         (message-followup): Set message-reply-headers before generating
4391         the buffer stuff.
4392
4393 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
4394
4395         * mml.el (mml-generate-mime-1): Reverse the order of
4396         encoding/flowing.
4397
4398 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4399
4400         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
4401         after moving them.
4402
4403         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
4404         fit with newer standard format.
4405         (gnus-summary-make-false-root-always): New variable.
4406         (gnus-gather-threads-by-subject): Use it.
4407
4408         * message.el (message-get-reply-headers): Take an address list
4409         optional argument.
4410
4411 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4412
4413         * gnus.el (gnus-keep-backlog): Change default to 20.
4414
4415         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
4416         start.
4417         (gnus-agent-check-overview-buffer): Remove negative article
4418         numbers.
4419
4420         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
4421         (nnmail-cache-ignore-groups): Doc fix.
4422
4423         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
4424         (nnimap-debug-buffer): New variable.
4425         (nnimap-debug): Use it.
4426
4427 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
4428
4429         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
4430
4431 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4432
4433         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
4434         they aren't already sorted.
4435
4436 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
4437
4438         * message.el (message-mode-menu): Add ellipses to menu items
4439         expecting user interaction.
4440         (message-mode-field-menu): do.
4441
4442 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
4443
4444         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
4445         it isn't used any more.
4446
4447 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
4448
4449         * binhex.el (binhex-decoder-program): Fix docstring.
4450
4451 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4452
4453         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
4454         special chars if the mailcap file uses single quotes around %s.
4455         From Laurent Martelli <laurent@bearteam.org>.
4456
4457 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
4458
4459         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
4460         return the info object.
4461
4462 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
4463
4464         * gnus-int.el (gnus-request-update-info): Artificially add
4465         (1 . (1- min)) to the read range, in case the backend doesn't
4466         store marks for nonexistent articles.
4467
4468 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4469
4470         * binhex.el (binhex-insert-char): Eval-and-compile.
4471
4472 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
4473
4474         * lpath.el: Add tool-bar-local-item-from-menu.
4475
4476         * message.el (message-tool-bar-local-item-from-menu): New function.
4477         (message-tool-bar-map): Use it.
4478
4479 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
4480
4481         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
4482
4483         * gnus-art.el (gnus-article-header-rank): Last header in
4484         gnus-sorted-header-list should have higher rank than non-members.
4485
4486 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4487
4488         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
4489         covered methods.
4490
4491 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4492
4493         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
4494         eval-when-compile.  Suggested by Kevin Greiner.
4495
4496 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
4497
4498         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
4499         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
4500         even though no headers may have been fetched
4501         (gnus-agent-fetch-group-1, and perhaps others, require this
4502         behavior).
4503         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
4504         server buffer is constrained by gnus-agent-max-fetch-size.
4505         Multiple chunks in the same group may perform arbitrarily large
4506         updates.
4507
4508 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
4509
4510         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
4511         gnus-summary-update-download-mark to update the article in the
4512         summary.
4513
4514 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
4515
4516         * gnus.el (gnus-summary-high-uncached-face,
4517         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
4518         New faces.
4519
4520         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
4521         added this on 2002-11-23 but it just wasn't working out as
4522         intended.  The idea isn't entirely dead, three new faces
4523         gnus-summary-*-uncached-face are being added to gnus.el to provide
4524         the basis for an improved implementation.
4525         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
4526         proper file to open is lib/servers.
4527         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
4528         (i.e. removing the article from gnus-newsgroup-downloadable) will
4529         now restore the article's default mark rather than simply setting
4530         no mark.
4531         (gnus-agent-get-undownloaded-list): Corrected documentation.
4532         Added code to set new summary local variable,
4533         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
4534         a temporary list.  No longer sets gnus-newsgroup-downloadable.
4535         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
4536         up to date.  Call new gnus-summary-update-download-mark to keep
4537         summary buffer up-to-date.
4538         (gnus-agent-fetch-selected-article): Keep
4539         gnus-newsgroup-undownloaded up to date.
4540         (gnus-agent-fetch-articles): Return list of articles that were
4541         successfully fetched.
4542         (gnus-agent-check-overview-buffer): No more thingatpt.
4543         (gnus-agent-expire): No longer deletes NOV entries of unread
4544         articles.
4545         (gnus-agent-unread-articles): New function.
4546         (gnus-agent-regenerate-group): The article number must be
4547         terminated by a tab character.  Added more messages to report
4548         repairs.  Inhibit quits while writing changes so it is now safe
4549         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
4550         downloaded to 1) resolve the unbound references and 2) avoid
4551         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
4552
4553         * gnus-art.el (gnus-article-prepare): The agent
4554         downloaded/undownloaded mark is no longer stored as the article's
4555         mark.
4556
4557         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
4558         gnus-summary-highlight may use it.  Added downloaded as
4559         gnus-summary-highlight was using it.
4560
4561         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
4562         the download mark now follows Kai's +/- convention.
4563         (gnus-downloaded-mark): Added ?+ mark.
4564         (gnus-summary-highlight): Added rules to select
4565         gnus-summary-high-uncached-face,
4566         gnus-summary-normal-uncached-face, and
4567         gnus-summary-low-uncached-face.  Removed the
4568         gnus-agent-downloaded-article-face.
4569         (gnus-summary-line-format-alist): Implemented the download flag
4570         format (?O) as named in the manual.  This implementation displays
4571         either gnus-undownloaded-mark, gnus-downloaded-mark, or
4572         gnus-no-mark.
4573         (gnus-newsgroup-agentized): New local variable that identifies
4574         which groups are agentized.  While the agent is now on by default,
4575         you don't have to agentize every server that you use.
4576         (gnus-update-summary-mark-positions): Completed support for the
4577         download type of mark.
4578         (gnus-summary-insert-line): Added undownloaded to the parameters.
4579         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
4580         reference by the gnus-summary-line-format-spec.
4581
4582         * nntp.el (nntp-with-open-group): This macro handles dropped or
4583         broken connections by opening a new connection and repeating the
4584         failed command.
4585         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
4586         XOVER commands preceeding the active articles with the nov entry
4587         of the first available article.  When gnus connected to such a
4588         server, the unexpected nov entry would result in duplicate lines
4589         in the agent's overview file.  This patch fixes the duplicate
4590         lines problem and improves performance by skipping over all
4591         articles IDs that preceed the first nov entry in the server's
4592         reply.
4593
4594 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4595
4596         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
4597         (gnus-summary-highlight): Use it instead of `downloaded'.
4598         (gnus-summary-highlight-line): Ditto.
4599
4600         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
4601
4602 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4603
4604         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
4605
4606         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
4607         calls.
4608
4609         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
4610         downloaded variable if we're in an uncovered group.
4611
4612         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
4613         font to soemthing less noticeable.
4614         (gnus-agent-group-covered-p): New function.
4615
4616 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4617
4618         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
4619         Because of an unknown bug, the group buffer is saved in .overview
4620         file.
4621
4622 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4623
4624         * nntp.el (nntp-send-command): Braino in last commit.  Replace
4625         `and' with `or'.
4626
4627 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4628
4629         * nntp.el (nntp-send-command): Assume that echo does not happen
4630         when nntp-open-connection-function is nntp-open-network-stream.
4631         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
4632
4633 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4634
4635         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
4636
4637 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
4638
4639         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
4640         nntp-server-buffer if we aren't going to write to it.
4641
4642 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4643         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
4644
4645         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
4646
4647 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4648
4649         * rfc2047.el (rfc2047-decode-region): Remove newlines between
4650         decoded words.
4651
4652 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4653
4654         * gnus.el (fboundp): After loading mm-util, make sure it was the
4655         right one.
4656
4657 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4658
4659         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
4660         gnus-sum.  Made into a user option.
4661
4662         * gnus-sum.el (gnus-simplify-ignored-prefixes)
4663         (gnus-summary-mark-article-as-unread)
4664
4665 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4666
4667         * time-date.el (date-to-time): Typo.
4668
4669         * parse-time.el: Typo.
4670
4671         * nnsoup.el (nnsoup-retrieve-headers): Typo.
4672
4673         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
4674
4675         * nnimap.el:
4676         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
4677
4678         * mm-encode.el (mm-safer-encoding): Typo.
4679
4680         * messcompat.el: Typo.
4681
4682         * message.el (message-face-alist): Typo.
4683
4684         * imap.el (imap-interactive-login, imap-open): Typos.
4685
4686         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
4687
4688         * gnus.el: Typo.
4689
4690         * gnus-win.el (gnus-configure-frame): Typo.
4691
4692         * gnus-util.el (gnus-atomic-progn-assign): Typo.
4693
4694         * gnus-topic.el (gnus-topic-sort-topics): Typo.
4695
4696         * gnus-sum.el (gnus-summary-article-number)
4697         (gnus-summary-read-group-1, gnus-summary-mark-article)
4698         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
4699
4700         * gnus-mule.el (gnus-mule-add-group): Typo.
4701
4702         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
4703
4704         * gnus-group.el (gnus-group-fetch-faq): Typo.
4705
4706         * gnus-art.el (gnus-decode-header-methods): Typo.
4707
4708         * flow-fill.el: Typo.
4709
4710 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
4711
4712         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
4713
4714 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4715
4716         * gnus-sum.el (gnus-simplify-ignored-prefixes)
4717         (gnus-summary-mark-article-as-unread)
4718         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
4719         Reformatting to avoid long lines.
4720         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
4721
4722 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
4723
4724         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
4725         be accessed through `mail-header-number'.
4726
4727 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4728
4729         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
4730         compressed range to gnus-summary-insert-articles.
4731
4732 2002-11-26  Kevin Ryde <user42@zip.com.au>
4733
4734         * gnus-art.el (gnus-mime-copy-part): Look for filename
4735         parameter under content-disposition, not content-type.
4736
4737         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
4738         (gnus-summary-reselect-current-group): Use it.
4739
4740 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4741
4742         * gnus-agent.el (gnus-agent-uncached-articles): if
4743         gnus-agent-load-alist fails, return ARTICLES.
4744
4745         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
4746
4747 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4748
4749         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
4750         superfluous function call.
4751         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
4752         Add warning to docstring.
4753
4754 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4755
4756         * gnus-agent.el: Autoload number-at-point instead.
4757         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
4758
4759 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4760
4761         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
4762         require thingatpt (for number-at-point) and protect against
4763         deactivate-mark being unbound (on XEmacs).
4764
4765 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4766
4767         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
4768         print message on entry.
4769
4770         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
4771
4772         * gnus-range.el (gnus-range-difference): New function.
4773         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
4774
4775 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4776
4777         * gnus-sum.el (gnus-summary-insert-old-articles): Use
4778         gnus-remove-from-range instead of gnus-range-difference which
4779         doesn't exist.
4780
4781 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4782         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
4783
4784         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
4785         used for showing which articles have been downloaded.
4786         (gnus-agent-article-alist): Format change.  Add documentation.
4787         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
4788         process-marked articles.
4789         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
4790         in the series are individually fetched to minimize lose of
4791         content due to an error/quit.
4792         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
4793         gnus-message instead of message.
4794         (gnus-agent-read-servers): Use file lib/methods instead of
4795         lib/servers.  TODO: Why?
4796         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
4797         (gnus-agent-get-undownloaded-list): Remove articles that appear to
4798         come from the agent.  This means that they are not downloaded.
4799         (gnus-agent-fetch-selected-article): Don't use history.
4800         (gnus-agent-save-history, gnus-agent-enter-history)
4801         (gnus-agent-article-in-history-p, gnus-agent-history-path):
4802         Removed function; history is not used anymore.
4803         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
4804         (gnus-agent-crosspost): Started rewrite then realized that a typo
4805         in gnus-agent-fetch-articles ensures that this function is never
4806         called.  This will need to be fixed later.
4807         (gnus-agent-check-overview-buffer): Some sanity checks on the
4808         agent overview buffer.  This is a safety net used during
4809         development.
4810         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
4811         changed, write a number to the file indicating this.
4812         (gnus-agent-fetch-headers): Rewrite to respect
4813         gnus-agent-consider-all-articles without relying on the
4814         `.fetched' files.  Make it fast.
4815         (gnus-agent-braid-nov): Change resulting from
4816         gnus-agent-fetch-headers change.
4817         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
4818         `.fetched' files.
4819         (gnus-agent-read-agentview): New function, used by
4820         gnus-agent-load-alist.
4821         (gnus-agent-load-fetched-headers): Remove.
4822         (gnus-agent-save-alist): Rewrite to accomodate new format.
4823         (gnus-agent-fetch-group-1): Make sure list of articles is in the
4824         same order as in gnus-newsgroup-headers.
4825         (gnus-agent-expire): Document and implement extra args ARTICLES,
4826         GROUP, FORCE.  Do not restrict usage.
4827         (gnus-agent-uncached-articles): New function.
4828         (gnus-agent-retrieve-headers): Use it.
4829         (gnus-agent-regenerate-group): No longer needs to be called from
4830         gnus-agent-regenerate.  Individual groups may be regenerated. The
4831         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
4832         The article fetch dates are validated in the article alist.  The
4833         article alist is pruned of entries that do not reference existing
4834         NOV entries.  All changes are computed then applied with
4835         inhibit-quit bound to t.  As a result, it is now safe to quit out of
4836         regeneration.  The optional clean parameter has been replaced with
4837         an optional reread parameter.  Clean is no longer necessary as
4838         regeneration gets the appropriate setting from
4839         gnus-agent-consider-all-articles.  The new reread parameter will
4840         result in fetched, or all, articles being marked as unread.
4841         (gnus-agent-regenerate): Removed code to regenerate the history
4842         file as it is no longer used.
4843
4844         * gnus-start.el (gnus-make-ascending-articles-unread): New
4845         function, for efficient mass-marking.
4846
4847         * gnus-sum.el (gnus-summary-highlight): Use new face for
4848         downloaded articles.
4849         (gnus-article-mark): Prefer to indicate read/unread status over
4850         downloaded status.
4851         (gnus-summary-highlight-line-0): New function, maybe rehighlights
4852         line.
4853         (gnus-summary-highlight-line): Use new face for downloaded
4854         articles.
4855         (gnus-summary-insert-old-articles): Improved performance by
4856         replacing the initial LIST of older articles with a compressed
4857         RANGE of older articles.  Some servers appear to lie about
4858         their active range so the original list could contain millions
4859         of article numbers.  The range is not expanded into a list
4860         until the optional ALL parameter has been applied.
4861
4862 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4863
4864         * gnus-agent.el (gnus-category-mode): Typo in doc string.
4865
4866 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
4867
4868         * spam.el:
4869         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
4870
4871         * spam.el: added `M s t' and `M s x' key mappings
4872
4873 2002-11-20  Simon Josefsson  <jas@extundo.com>
4874
4875         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
4876
4877 2002-11-19  Simon Josefsson  <jas@extundo.com>
4878
4879         * gnus-sum.el (gnus-summary-morse-message): Load
4880         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
4881         (unmorse-region): Autoload it instead.
4882
4883 2002-11-18  Simon Josefsson  <jas@extundo.com>
4884
4885         * gnus-sum.el (gnus-summary-morse-message): New function.
4886         (gnus-summary-wash-map): Bind to `W m'.
4887         (gnus-summary-make-menu-bar): Add.
4888
4889         * nnimap.el (nnimap-request-expire-articles): Compress sequence
4890         before storing \Deleted mark on expired articles.
4891
4892 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
4893         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
4894
4895         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
4896         parens in column 0.
4897
4898 2002-11-17  Juanma Barranquero  <lektu@terra.es>
4899
4900         * nnweb.el (nnweb-google-create-mapping): Fix typo.
4901
4902         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
4903
4904         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
4905
4906 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4907
4908         * message.el (message-set-auto-save-file-name): Use
4909         make-directory, to avoid the dependence on gnus-util.
4910
4911 2002-11-16  Simon Josefsson  <jas@extundo.com>
4912
4913         * nnimap.el (nnimap-callback-callback-function):
4914         (nnimap-callback-buffer): Removed, these cannot be global but must
4915         be embedded into the callback.
4916         (nnimap-make-callback): New.  Embedd article number, callback and
4917         buffer in function.
4918         (nnimap-callback, nnimap-request-article-part): Update.
4919
4920 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4921
4922         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
4923
4924 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4925
4926         * gnus.el (gnus-summary-line-format): Document %C.
4927
4928 2002-11-11  Simon Josefsson  <jas@extundo.com>
4929
4930         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
4931         output when called interactively.
4932
4933 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4934
4935         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
4936
4937         * message.el (message-draft-coding-system): Improve comment; use
4938         mm-auto-save-coding-system for the default value.
4939
4940         * nndraft.el (nndraft-request-article): Revert to the state before
4941         2002-10-29; regexp-quote mail-header-separator.
4942
4943 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
4944
4945         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
4946         allow editing of drafts from an nnvirtual group.
4947
4948 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4949
4950         * nndraft.el (nndraft-request-article): Replace emacs-mule with
4951         mm-auto-save-coding-system.
4952
4953         * message.el (message-draft-coding-system): Default to
4954         iso-2022-7bit.
4955
4956         * mm-util.el (mm-auto-save-coding-system): Undo last change to
4957         restore the default value to emacs-mule or escape-quoted.
4958
4959 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4960
4961         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
4962         a delayed or a queued article as well as a draft.
4963
4964         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
4965         delayed or a queued article in the raw format; treat a delayed
4966         article as a raw article as well as a draft.
4967         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
4968         for the delayed group.
4969
4970         * nndraft.el (nndraft-request-article): Ignore auto save files for
4971         a delayed or a queued article; don't bother to decode a queued
4972         article; don't bind nnmail-file-coding-system for a queued article.
4973
4974         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
4975         and the queue group.
4976
4977 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
4978
4979         * gnus-group.el (gnus-group-delete-group):
4980         gnus-cache-active-hashtb might be void.
4981
4982 2002-11-02  Simon Josefsson  <jas@extundo.com>
4983
4984         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
4985         setting of the default user ID.  From Raymond Scholz
4986         <ray-2002@zonix.de>.
4987
4988 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
4989
4990         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
4991         charset.
4992
4993 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
4994         From Alex Schroeder <alex@emacswiki.org>
4995         * spam-stat.el (spam-stat-process-directory): add dir to message
4996         (spam-stat-reduce-size): No longer remove words
4997         with values close to 0.5, because the default value is 0.2.
4998
4999 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5000
5001         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
5002         documentation.
5003
5004 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5005
5006         * gnus-agent.el (gnus-agent-fetched-headers)
5007         (gnus-agent-load-fetched-headers)
5008         (gnus-agent-save-fetched-headers): Remove variable and two
5009         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
5010         works better.
5011         (gnus-agent-fetch-headers): New implementation from Kevin
5012         Greiner.  Uses gnus-agent-article-alist to store information
5013         about fetched messages which aren't on the server anymore.  The
5014         trick is to return a list of considered messages to the caller,
5015         but to only fetch those which haven't been fetched yet.
5016
5017 2002-10-30  Simon Josefsson  <jas@extundo.com>
5018
5019         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
5020
5021         * pgg.el (pgg-passphrase-cache-expiry): Removed.
5022
5023 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5024
5025         * mm-view.el (mm-w3m-local-map-property): Make it work with older
5026         versions of emacs-w3m than 1.3.3.
5027
5028         * lpath.el: Bind w3m-minor-mode-map.
5029
5030         * mm-view.el (mm-w3m-mode-command-alist)
5031         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
5032         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
5033         (mm-setup-w3m): Simplified.
5034         (mm-w3m-local-map-property): New function.
5035         (mm-inline-text-html-render-with-w3m): Use it.
5036
5037         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
5038         mm-w3m-local-map-property.
5039
5040 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5041
5042         * mm-util.el (mm-auto-save-coding-system): Default to
5043         iso-2022-7bit.
5044
5045         * nndraft.el (nndraft-request-article): Decode an article using
5046         the coding-system emacs-mule if it seems to have been saved using
5047         emacs-mule.
5048         (nndraft-request-replace-article): Use message-draft-coding-system
5049         instead of mm-auto-save-coding-system for the draft or delayed
5050         group.
5051
5052 2002-10-28  Josh  <huber@alum.wpi.edu>
5053
5054         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
5055         functions.
5056
5057 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5058         From mah@everybody.org (Mark A. Hershberger).
5059
5060         * mm-url.el (mm-url-insert-file-contents): Make it return the same
5061         type values ("url" size) regardless of the values of
5062         mm-url-use-external.
5063
5064 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5065
5066         * nnimap.el (nnimap-request-article-part): Try harder to show
5067         group name in debugging message.
5068
5069 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5070
5071         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
5072         directory if it doesn't exist.
5073         (gnus-agent-fetch-headers): Remove old cruft that tried to
5074         abstain from downloading articles more than once if
5075         gnus-agent-consider-all-articles was true.  This is now done
5076         properly via the .fetched files.
5077
5078 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5079
5080         * nndraft.el (nndraft-request-article): Treat delayed articles
5081         like drafts.
5082
5083 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5084
5085         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
5086
5087 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5088
5089         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
5090         Remove unused optional arg DIR and corresponding code.
5091
5092         * nnimap.el (nnimap-request-article-part): Include group name in
5093         debugging output.
5094
5095 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
5096
5097         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
5098
5099 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5100
5101         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
5102         contains range of headers that have been fetched by the agent
5103         already.  Compare gnus-agent-article-alist.
5104         (gnus-agent-file-header-cache): Like
5105         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
5106         (gnus-agent-fetch-headers): Improve comment.  Revert to old
5107         seen/recent logic.
5108         Remember which headers have been fetched before and don't fetch
5109         them again the next time round.
5110         (gnus-agent-load-fetched-headers)
5111         (gnus-agent-save-fetched-headers): New functions, for remembering
5112         which headers have been fetched before.
5113
5114 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5115
5116         * lpath.el: Remove useless bindings.
5117
5118 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
5119
5120         * gnus-sum.el (gnus-summary-execute-command): Disable visual
5121         features while searching.
5122
5123 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5124
5125         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
5126
5127 2002-10-22  Simon Josefsson  <jas@extundo.com>
5128
5129         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
5130         (pgg-snarf-keys): Add.
5131
5132 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5133
5134         * lpath.el: Fbind bbdb-records.
5135
5136         * spam.el: Don't autoload bbdb-records.
5137
5138 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5139
5140         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
5141         prevent inf-loop.
5142
5143 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5144
5145         * nnslashdot.el: Removed some test lines.
5146         More test.
5147
5148 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5149
5150         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
5151         are known to be downloaded already.
5152
5153 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5154
5155         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
5156         (mm-text-html-washer-alist): Ditto.
5157
5158 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5159
5160         * nnheader.el (nnheader-remove-body): Fix an error of detecting
5161         boundary between headers and body.
5162         * nnml.el (nnml-parse-head): Ditto.
5163
5164 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5165
5166         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
5167         entries.
5168
5169         * gnus-group.el (gnus-fetch-group): Allow an optional
5170         specification of the articles to select.
5171
5172         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
5173
5174 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5175
5176         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
5177         headers from the group, update variable `articles' to contain
5178         only those numbers where headers exist.  (When fetching all
5179         articles in a group, Gnus creates lots of numbers where there is
5180         no articles.)
5181
5182 2002-10-20  Steve Youngs  <youngs@xemacs.org>
5183
5184         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
5185         doesn't have the 'alist custom type, use cons cells instead.
5186         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
5187         (pgg-parse-hash-algorithm-alist): Ditto.
5188         (pgg-parse-compression-algorithm-alist): Ditto.
5189         (pgg-parse-signature-type-alist): Ditto.
5190
5191         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
5192
5193         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
5194
5195         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
5196
5197 2002-10-19  Simon Josefsson  <jas@extundo.com>
5198
5199         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
5200         buffer.
5201
5202 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5203
5204         * gnus-spec.el (gnus-make-format-preserve-properties)
5205         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
5206         properties also on XEmacs.  `gnus-xmas-format' is like format but
5207         preserves text properties on XEmacs (though it only understands
5208         simple format specs).  The variable
5209         `gnus-make-format-preserve-properties' controls whether the
5210         function is used, and is checked in `gnus-parse-simple-format'.
5211         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
5212
5213         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
5214         output.
5215         (gnus-agent-consider-all-articles): New variable.
5216         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
5217         (gnus-agent-fetch-headers): Depending on
5218         gnus-agent-consider-all-articles, maybe get all articles.
5219         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
5220         `read'.
5221         (gnus-predicate-imples-unread): New function.
5222         (gnus-agent-fetch-headers): Optimize to call
5223         gnus-list-of-unread-articles if that is sufficient.
5224         Check unseen and recent instead of seen and recent.
5225         (gnus-agent-fetch-headers): Abstain from calling
5226         gnus-list-range-intersection if range (a . b) would have (> a b).
5227
5228 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5229
5230         * message.el (message-send-mail): Make it possible to perform
5231         edebug-defun.
5232
5233 2002-10-18  Simon Josefsson  <jas@extundo.com>
5234
5235         * gnus-art.el (gnus-button-man-handler): Change default to
5236         `manual-entry' (defined in both emacsen).
5237         (gnus-button-man-handler): Remove emacsen difference and use
5238         `manual-entry'.
5239
5240 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5241
5242         * spam.el: Wrap autoload settings for bbdb-records,
5243         executable-find and ifile-spam-filter with eval-and-compile.
5244         (spam-display-buffer-contents): Remove.
5245         (spam-bogofilter-score): Merge spam-display-buffer-contents.
5246
5247 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
5248
5249         * spam.el (spam-display-buffer-contents): New function.
5250         (spam-bogofilter-score): use spam-display-buffer-contents, patch
5251         from Katsumi Yamaoka <yamaoka@jpl.org>.
5252
5253 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5254
5255         * nnheader.el (nnheader-parse-naked-head): New function.
5256         (nnheader-parse-head): Use the above function, in order to handle
5257         continuation lines properly.
5258         (nnheader-remove-body): New function.
5259         (nnheader-remove-cr-followed-by-lf): New function.
5260         (nnheader-ms-strip-cr): Use the above function.
5261
5262         * gnus-agent.el (gnus-agent-regenerate-group): Call
5263         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
5264         `nnheader-parse-head'.
5265         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
5266
5267         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
5268         continuation lines by itself; call `nnheader-parse-naked-head'
5269         instead of `nnheader-parse-head'.
5270         * nndiary.el (nndiary-parse-head): Ditto.
5271         * nnfolder.el (nnfolder-parse-head): Ditto.
5272         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
5273         * nnmaildir.el (nnmaildir--update-nov): Ditto.
5274         * nnml.el (nnml-parse-head): Ditto.
5275
5276 2002-10-17  Steve Youngs  <youngs@xemacs.org>
5277
5278         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
5279         XEmacs, default to it if featurep 'xemacs.
5280
5281 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5282
5283         * spam-stat.el: Check for the existence of hash functions instead
5284         of the Emacs version to decide whether to load cl.  Suggested by
5285         Kai Gro\e,A_\e(Bjohann.
5286
5287 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5288
5289         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
5290         if it isn't open yet.
5291
5292 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5293
5294         * gnus-group.el: Require mm-url only when compiling.
5295         (gnus-group-fetch-charter): Require mm-url.
5296
5297         * spam-stat.el: Require cl for the functions gethash,
5298         hash-table-count, make-hash-table and mapc for Emacs 20.
5299         (puthash): Alias to cl-puthash for Emacs 20.
5300         (with-syntax-table): New macro for Emacs 20.
5301
5302 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
5303
5304         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
5305
5306 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
5307
5308         * spam.el (spam-check-ifile): added ifile as a spam checking
5309         backend, and spam-use-ifle as the variable to toggle that check.
5310
5311 2002-10-12  Simon Josefsson  <jas@extundo.com>
5312
5313         * message.el (message-beginning-of-line): New variable.
5314         (message-beginning-of-line): Use it.
5315
5316 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
5317
5318         * spam.el: more compilation fixes for BBDB
5319
5320         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
5321         (spam-stat-reduce-size): Interactive.
5322         (spam-stat-reset): New function.
5323         (spam-stat-save): Interactive.
5324
5325 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5326
5327         * gnus.el: Autoload gnus-delay-initialize.
5328
5329         * message.el: Autoload gnus-delay-article.
5330
5331 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
5332
5333         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
5334         text property in Emacs.
5335
5336 2002-10-11  Simon Josefsson  <jas@extundo.com>
5337
5338         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
5339         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
5340
5341         * mml1991.el (mml1991-pgg-sign): Remove CR.
5342
5343 2002-10-10  Simon Josefsson  <jas@extundo.com>
5344
5345         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
5346         decrypt failed.
5347         (mml2015-trust-boundaries-alist): Removed.
5348         (mml2015-gpg-extract-signature-details): Don't use it.
5349         (mml2015-unabbrev-trust-alist): New.
5350         (mml2015-gpg-extract-signature-details): Use it.
5351
5352 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
5353
5354         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
5355         BBDB installed
5356
5357         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
5358         statistical analysis of spam in Lisp only
5359
5360 2002-10-10  Simon Josefsson  <jas@extundo.com>
5361
5362         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
5363         auth, selected or examine state.
5364
5365         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
5366         buffer and error buffer depending on type of information.
5367
5368         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
5369         --status-fd stuff even if gpg.el is not used (revert earlier
5370         change).
5371         (mml2015-pgg-{clear-,}verify): Store both output and errors as
5372         gnus details.
5373         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
5374         buffer.
5375
5376         * pgg.el (pgg-verify-region): Use it.
5377
5378         * pgg-def.el (pgg-query-keyserver): New variable.
5379
5380         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
5381         key-identifier in packet.  Is this a good idea?
5382
5383         * mml.el (mml-mode-map): Add security commands that operates on
5384         MIME parts.
5385         (mml-menu): And menu items for them.
5386
5387         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
5388
5389         * mml.el (mml-parse-1): Support sender in #secure tags.
5390
5391         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
5392         defined.
5393
5394         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
5395         (mml-pgp-encrypt-buffer): Support combined signing.
5396
5397         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
5398         (mml1991-gpg-encrypt): Ditto.
5399         (mml1991-pgg-encrypt): Ditto.
5400         (mml1991-encrypt): Pass sign parameter.
5401
5402         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
5403         (mml-signencrypt-style): Mention the variable.
5404
5405 2002-10-09  Simon Josefsson  <jas@extundo.com>
5406
5407         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
5408         pgg-gpg-user-id.
5409
5410         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
5411         (pgg-fetch-key-function): Nil if w3 is not installed.
5412
5413 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5414
5415         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
5416         gnus-agent-current-history.
5417
5418 2002-10-06  Simon Josefsson  <jas@extundo.com>
5419
5420         * imap.el (imap-parse-status): Don't use read to read token.
5421
5422 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5423
5424         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
5425         for methods not covered by the agent, and when unplugged.
5426
5427 2002-10-05  Simon Josefsson  <jas@extundo.com>
5428
5429         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
5430         signing.
5431
5432         * gnus-agent.el (gnus-agent-read-servers): If getting method from
5433         a named server fails, ignore the server.
5434
5435         * mml1991.el (mml1991-pgg-sign): Do QP.
5436
5437         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
5438         work.
5439
5440 2002-10-04  Simon Josefsson  <jas@extundo.com>
5441
5442         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
5443
5444         * pgg-pgp.el (pgg-pgp-verify-region): Inline
5445         binary-write-decoded-region from MEL.
5446
5447         * pgg.el (pgg-encrypt-region): Support sign.
5448
5449         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
5450
5451         * mml2015.el (mml2015-pgg-encrypt): Ditto.
5452
5453         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
5454         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
5455         branch where PGG was taken from in the ChangeLog entries below.
5456
5457 2002-10-01  Simon Josefsson  <jas@extundo.com>
5458
5459         * pgg-pgp.el: Don't require mel.  Don't use luna.
5460         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
5461         (pgg-pgp-process-region): Use expand-file-name instead of concat.
5462         (pgg-pgp-process-region): Don't use binary-funcall.
5463
5464         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
5465
5466         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
5467         instead of concat.
5468
5469         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
5470
5471 2002-09-29  Simon Josefsson  <jas@extundo.com>
5472
5473         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
5474         compile warnings.
5475
5476         * pgg.el (pgg-decrypt-region): Don't parse packet.
5477
5478         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
5479
5480 2002-09-29  Daiki Ueno <ueno@unixuser.org>
5481
5482         * pgg.el: Remove dependency on calist.el.
5483
5484 2002-09-28  Simon Josefsson  <jas@extundo.com>
5485
5486         * pgg.el (pgg-temporary-file-directory): New variable.
5487         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
5488
5489         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
5490         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
5491
5492         * pgg-parse.el (pgg-char-int): Defalias.
5493         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
5494         (pgg-read-bytes, pgg-read-body): Use it.
5495         (pgg-decode-packets): Don't use MEL, use base64-*.
5496         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
5497         (pgg-string-as-unibyte): Defalias.
5498         (pgg-parse-armor-region): Use it.
5499
5500         * pgg-gpg.el (pgg-gpg-process-region): Use
5501         pgg-temporary-file-directory.
5502
5503         * luna.el: Don't def-edebug.
5504
5505         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
5506         binary-write-decoded-region from MEL.
5507
5508         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
5509
5510         * alist.el, calist.el: Don't require product/APEL.
5511
5512         * pgg-parse.el (top-level): Remove dependency on static.el,
5513         pccl.el, mel.el.
5514         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
5515         `define-ccl-program' is boundp, instead of using broken.
5516
5517 2002-10-01  Simon Josefsson  <jas@extundo.com>
5518
5519         * message.el (message-required-mail-headers): Remove Lines:.
5520
5521 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5522         From Jesper Harder.
5523
5524         * gnus-group.el (gnus-group-fetch-charter,
5525         gnus-group-fetch-control): Prompt for group if given a prefix
5526         argument.
5527         * gnus-sum.el (t): Add gnus-group-fetch-charter and
5528         gnus-group-fetch-control to summary key map and menu.
5529
5530 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
5531
5532         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
5533         number when there are no articles.
5534
5535 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5536
5537         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
5538         arg ALL means to fetch all articles, not only downloadable ones.
5539         (gnus-agent-fetch-selected-article): New function for
5540         gnus-select-article-hook or gnus-mark-article-hook.
5541
5542 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5543         From Peter von der Ahe <nospam2159@daimi.au.dk>.
5544
5545         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
5546         raw-text.
5547
5548 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
5549
5550         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
5551         Pinard).
5552         Major revamp of the code, documentation is in comments in the file
5553         for now.
5554
5555 2002-09-30  Simon Josefsson  <jas@extundo.com>
5556
5557         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
5558         buffer seem to be needed?
5559
5560 2002-09-29  Simon Josefsson  <jas@extundo.com>
5561
5562         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
5563         compile warnings.
5564
5565         * mml1991.el (mml1991-function-alist): Add pgg.
5566         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
5567         (mml1991-pgg-encrypt): Fix recipients querying.
5568
5569 2002-09-28  Simon Josefsson  <jas@extundo.com>
5570
5571         * mml2015.el (autoload): Autoload correct files.  Trivial patch
5572         from dme@dme.org.
5573         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
5574         handle is returned.
5575
5576 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5577
5578         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5579         Protect against non-existent of `nnimap-mailbox-info'.
5580
5581 2002-09-27  Simon Josefsson  <jas@extundo.com>
5582
5583         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
5584         (gnus-setup-news-hook): Use it.
5585         (gnus-after-getting-new-news-hook): Ditto.
5586
5587         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
5588
5589 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5590         From Mats Lidell <matsl@contactor.se>.
5591
5592         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
5593
5594 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5595
5596         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
5597         the part to decode encoded words, use raw words instead of decoded
5598         words.
5599
5600 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5601
5602         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
5603
5604         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
5605         (mm-setup-w3m): Use it.
5606
5607 2002-09-27  Simon Josefsson  <jas@extundo.com>
5608
5609         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
5610         article buffers.
5611
5612         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
5613         it just in case.
5614         (nnimap-update-unseen): New function; update unseen count in
5615         `n-m-info'.
5616         (nnimap-close-group): Call it.
5617
5618         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
5619         (gnus-after-getting-new-news-hook): Ditto.
5620
5621         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
5622         message into verboselevel 9.  Change slow mail check message.
5623         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
5624         (nnimap-fixup-unread-after-getting-new-news): New function, to be
5625         used as a hook after getting new mail.
5626
5627 2002-09-26  Simon Josefsson  <jas@extundo.com>
5628
5629         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
5630         SELECT/EXAMINE is first unseen article, not number of unseen
5631         articles.  Make them distinct by renaming the former to
5632         `first-unseen' instead of `unseen'.
5633
5634         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
5635         too.
5636         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
5637         changed.
5638         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
5639
5640         * gnus-int.el (gnus-server-unopen-status): Defcustom.
5641
5642         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
5643         better.
5644
5645         * mml2015.el (mml2015-pgg-decrypt): Only add security information
5646         if dissecting resulting buffer actually had any information.
5647
5648 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5649
5650         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
5651         because the function `string<' allows symbols.
5652
5653         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
5654
5655 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
5656
5657         * message.el (message-forward-make-body): Revert an early change
5658         because 8-bit utf-8 emails.
5659
5660 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
5661
5662         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
5663         links to Info)
5664         * gnus-art.el (gnus-treat-highlight-signature):
5665         * gnus-art.el (gnus-treat-buttonize):
5666         * gnus-art.el (gnus-treat-buttonize-head):
5667         * gnus-art.el (gnus-treat-emphasize):
5668         * gnus-art.el (gnus-treat-strip-cr):
5669         * gnus-art.el (gnus-treat-unsplit-urls):
5670         * gnus-art.el (gnus-treat-leading-whitespace):
5671         * gnus-art.el (gnus-treat-hide-headers):
5672         * gnus-art.el (gnus-treat-hide-boring-headers):
5673         * gnus-art.el (gnus-treat-hide-signature):
5674         * gnus-art.el (gnus-treat-fill-article):
5675         * gnus-art.el (gnus-treat-hide-citation):
5676         * gnus-art.el (gnus-treat-hide-citation-maybe):
5677         * gnus-art.el (gnus-treat-strip-list-identifiers):
5678         * gnus-art.el (gnus-treat-strip-pgp):
5679         * gnus-art.el (gnus-treat-strip-pem):
5680         * gnus-art.el (gnus-treat-strip-banner):
5681         * gnus-art.el (gnus-treat-highlight-headers):
5682         * gnus-art.el (gnus-treat-highlight-citation):
5683         * gnus-art.el (gnus-treat-date-ut):
5684         * gnus-art.el (gnus-treat-date-local):
5685         * gnus-art.el (gnus-treat-date-english):
5686         * gnus-art.el (gnus-treat-date-lapsed):
5687         * gnus-art.el (gnus-treat-date-original):
5688         * gnus-art.el (gnus-treat-date-iso8601):
5689         * gnus-art.el (gnus-treat-date-user-defined):
5690         * gnus-art.el (gnus-treat-strip-headers-in-body):
5691         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
5692         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
5693         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
5694         * gnus-art.el (gnus-treat-unfold-headers):
5695         * gnus-art.el (gnus-treat-fold-headers):
5696         * gnus-art.el (gnus-treat-fold-newsgroups):
5697         * gnus-art.el (gnus-treat-overstrike):
5698         * gnus-art.el (gnus-treat-display-xface):
5699         * gnus-art.el (gnus-treat-display-smileys):
5700         * gnus-art.el (gnus-treat-from-picon):
5701         * gnus-art.el (gnus-treat-mail-picon):
5702         * gnus-art.el (gnus-treat-newsgroups-picon):
5703         * gnus-art.el (gnus-treat-body-boundary):
5704         * gnus-art.el (gnus-treat-capitalize-sentences):
5705         * gnus-art.el (gnus-treat-fill-long-lines):
5706         * gnus-art.el (gnus-treat-play-sounds):
5707         * gnus-art.el (gnus-treat-translate):
5708         * gnus-art.el (gnus-treat-x-pgp-sig):
5709         * gnus-art.el (gnus-mime-button-line-format):
5710         * gnus-art.el (gnus-button-man-level):
5711         * gnus-art.el (gnus-button-emacs-level):
5712         * gnus-cus.el (gnus-group-parameters):
5713         * gnus-gl.el (bbb-build-mid-scores-alist):
5714         * gnus-group.el (gnus-group-line-format):
5715         * gnus-mlspl.el (gnus-group-split-setup):
5716         * gnus-mlspl.el (gnus-group-split):
5717         * gnus-msg.el (gnus-mailing-list-groups):
5718         * gnus-msg.el (gnus-posting-styles):
5719         * gnus-nocem.el (gnus-nocem-issuers):
5720         * gnus-score.el (gnus-score-regexp-bad-p):
5721         * gnus-srvr.el (gnus-server-line-format):
5722         * gnus-topic.el (gnus-topic-line-format):
5723         * gnus.el (gnus-summary-line-format):
5724         * mail-source.el (mail-sources):
5725         * message.el (message-subscribed-address-file):
5726         * nnmail.el (nnmail-split-fancy):
5727
5728 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
5729
5730         * mail-source.el(mail-source-run-script): use `functionp' to test
5731         whether the argument `script' is in fact a function.
5732         (mail-sources): adjust the defcustom to allow users to specify a
5733         function or a string as the value of the `:prescript' and
5734         `:postscript' arguments of the `file' and `pop3' mail sources.
5735
5736 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
5737
5738         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
5739         number when article 1 does not exist.
5740
5741 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5742
5743         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
5744         apropos if apropos-variable does not exist.
5745         (gnus-button-guessed-mid-regexp)
5746         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
5747         regexes.  From Reiner Steib.
5748         (gnus-button-handle-describe-function)
5749         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
5750         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
5751         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
5752
5753 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
5754         Trivial patch.
5755
5756         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
5757         the file.
5758
5759 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
5760
5761         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
5762
5763 2002-09-24  Simon Josefsson  <jas@extundo.com>
5764
5765         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
5766         (mml2015-use): Prefer PGG if installed.
5767         (mml2015-function-alist): Add PGG wrappers.
5768         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
5769         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
5770         prefix, make regexp optionally skip it.
5771         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
5772         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
5773         (mml2015-pgg-encrypt): New functions.
5774         (defvar, autoload): Prevent byte-compile warnings.
5775
5776 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5777         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
5778
5779         * gnus-art.el (article-strip-banner): Check for the existence of
5780         from header.
5781
5782 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
5783
5784         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
5785         (gnus-button-alist): Improved regexp for
5786         gnus-button-handle-mid-or-mail (false positives), fixed
5787         gnus-button-handle-man entries.
5788         From Reiner Steib.
5789
5790 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
5791         From Josh Huber.
5792
5793         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
5794         nnmail-extra-headers is non-nil.
5795
5796 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
5797
5798         * nnmaildir.el: Store article numbers persistently.  General
5799         revision.
5800         (nnmaildir-request-expire-articles): handle 'immediate and 'never
5801         for nnmail-expiry-wait; delete instead of moving if 'force is
5802         given.
5803
5804 2002-09-23  Simon Josefsson  <jas@extundo.com>
5805         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
5806
5807         * smime.el (smime-sign-buffer): Get key and extra certs.
5808         (smime-get-key-with-certs-by-email): Utility function.
5809
5810 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5811         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
5812
5813         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
5814         article exists.
5815
5816 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
5817
5818         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
5819
5820 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
5821         From Reiner Steib.
5822
5823         * gnus-art.el (gnus-button-handle-custom,
5824         gnus-button-handle-mid-or-mail,
5825         gnus-button-handle-describe-{function,variable,key},
5826         gnus-button-handle-apropos{,command,variable}): New functions.
5827         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
5828         gnus-button-{man,emacs,mail}-level): New variables.
5829         (gnus-button-alist): Use the above to buttonize emacs and mail
5830         related links.
5831
5832 2002-09-18  Juanma Barranquero  <lektu@terra.es>
5833
5834         * gnus-int.el (gnus-status-message): Fix spacing.
5835
5836         * imap.el (imap-continuation): Fix typos.
5837
5838 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5839
5840         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
5841
5842         * gnus-art.el (gnus-article-reply-with-original): Correct
5843         with-current-buffer scope.
5844
5845         * message.el (message-completion-alist): Add Reply-To, From, etc.
5846
5847 2002-09-18  Simon Josefsson  <jas@extundo.com>
5848
5849         * nnimap.el (nnimap-request-expire-articles): Make flag setting
5850         conditional.  From Nevin Kapur <nevin@jhu.edu>.
5851
5852 2002-09-17  Simon Josefsson  <jas@extundo.com>
5853
5854         * nnimap.el (nnimap-expiry-target): Don't search for which
5855         articles exists here.
5856         (nnimap-request-expire-articles): Do it here instead.  Only expire
5857         when articles are found.  Suggested by Nevin Kapur
5858         <nevin@jhu.edu>.
5859
5860 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5861         From Reiner Steib <reiner.steib@gmx.de>.
5862
5863         * message.el (message-strip-subject-trailing-was)
5864         (message-change-subject, message-add-archive-header)
5865         (message-xpost-fup2-header, message-xpost-insert-note)
5866         (message-xpost-fup2, message-reduce-to-to-cc): New functions
5867         adopted from message-utils.el.  Add functions to the keymap, mode
5868         describtion and menu.
5869         (message-change-subject,message-xpost-fup2): Signal error if
5870         current header is empty.
5871         (message-xpost-insert-note): Changed insert position.
5872         (message-archive-note): Ensure to insert note in message body (not
5873         in head).
5874         (message-archive-header, message-archive-note)
5875         (message-xpost-default, message-xpost-note, message-fup2-note)
5876         (message-xpost-note-function): New variables adopted from
5877         message-utils.el.  Changed some doc-strings.
5878         (message-mark-insert-{begin,end}): Rename from
5879         message-{begin,end}-inserted-text-mark (message-utils.el), changed
5880         values.
5881         (message-subject-trailing-was-query)
5882         (message-subject-trailing-was-ask-regexp)
5883         (message-subject-trailing-was-regexp): New variables.
5884         (message-to-list-only): Added doc-string and menu entry.
5885
5886         * message-utils.el: Removed.  Functions are now in message.el.
5887
5888 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
5889
5890         * gnus-art.el (gnus-article-reply-with-original,
5891         gnus-article-followup-with-original): Switch to
5892         gnus-summary-buffer before reply/followup.
5893
5894 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
5895
5896         * gnus-sum.el (gnus-summary-toggle-header): The article window may
5897         not exist. Toggle it anyway.
5898
5899 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
5900
5901         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
5902
5903         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
5904         Trivial patch from Urban Engberg <ue@ccieurope.com>.
5905
5906         * rfc2047.el (message-posting-charset): Defvar it.
5907         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
5908         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
5909
5910         * mail-source.el (mail-source-fetch): Hide password.
5911
5912         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
5913
5914 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5915         From John Paul Wallington <jpw@shootybangbang.com>.
5916
5917         * gnus.el (gnus-visual, gnus-meta): Fix typo.
5918
5919 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5920
5921         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
5922
5923 2002-09-11  Simon Josefsson  <jas@extundo.com>
5924
5925         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
5926         (nnimap-split-rule): Doc fix.
5927         (nnimap-request-expire-articles): Cleanup code.
5928
5929 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5930         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
5931
5932         * gnus-art.el (gnus-article-address-banner-alist): New option.
5933         (article-strip-banner): Refer the above option to split banners of
5934         free mail servers, when no group parameter is specified.
5935
5936 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5937
5938         * nntp.el (nntp-wait-for-string): Check for a process in the
5939         current buffer instead of `nntp-server-buffer'.
5940
5941 2002-09-09  Simon Josefsson  <jas@extundo.com>
5942
5943         * gnus-art.el (gnus-button-man-handler): New variable.
5944         (gnus-button-alist): Use g-b-handle-man.
5945         (gnus-button-handle-man): New, call g-b-man-handler.
5946
5947 2002-09-08  Simon Josefsson  <jas@extundo.com>
5948
5949         * gnus-art.el (gnus-button-alist): Buttonize man page links.
5950
5951 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5952
5953         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
5954
5955 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5956
5957         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
5958
5959         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
5960         keystroke.
5961
5962         * gnus-srvr.el (gnus-browse-describe-group): New command and
5963         keystroke.
5964
5965 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5966
5967         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
5968         value for gnus-decoration property.
5969
5970 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5971
5972         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
5973         string) as group name in case we have a CRLF in the file.
5974
5975 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
5976
5977         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
5978         group.
5979         (rfc1843-decode-hzp): do.
5980         (rfc1843-newsgroups-regexp): do.
5981
5982 2002-09-04  Simon Josefsson  <jas@extundo.com>
5983
5984         * message.el (message-canlock-generate): Make sure sha1 doesn't
5985         call external programs.
5986
5987 2002-09-03  Simon Josefsson  <jas@extundo.com>
5988
5989         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
5990
5991         * gnus-agent.el (gnus-agent-batch): Add doc.
5992
5993 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
5994
5995         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
5996         check for signed and encrypted parts.
5997         * mml.el (mml-parse-1): Correct small typo which preventing
5998         setting recipients in a secure tag.
5999
6000 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6001
6002         * mm-util.el (mm-coding-system-priorities): Default to a list of
6003         iso-2022-jp and others for the Japanese environment.
6004
6005 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6006
6007         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
6008         invalid display names.
6009
6010 2002-08-30  Simon Josefsson  <jas@extundo.com>
6011
6012         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
6013         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
6014
6015 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
6016
6017         * gnus.el (gnus-group-charter-alist): New option.
6018         (gnus-group-fetch-control-use-browse-url): New option.
6019
6020         * gnus-group.el (gnus-group-fetch-charter): New function.
6021         (gnus-group-fetch-control): New function.
6022         Add them to the keymap and menu. Require mm-url.
6023
6024 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6025
6026         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
6027         From Alex Schroeder <alex@emacswiki.org>.
6028
6029 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
6030
6031         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
6032         items expecting user interaction.
6033
6034         * gnus-topic.el (gnus-topic-make-menu-bar): do.
6035
6036         * gnus-sum.el (gnus-summary-make-menu-bar): do.
6037
6038         * gnus-srvr.el (gnus-server-make-menu-bar): do.
6039
6040         * mml.el (mml-menu): do.
6041
6042 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6043
6044         * mail-source.el (mail-source-touch-pop): New function.
6045
6046         * message.el (message-smtpmail-send-it): New function.
6047         (message-send-mail-function): Add it for a candidate.
6048
6049 2002-08-27  Simon Josefsson  <jas@extundo.com>
6050
6051         * gnus-msg.el (posting-charset-alist): Use
6052         gnus-define-group-parameter instead of defcustom.
6053         (gnus-put-message): Handle SPC in GCC.
6054         (gnus-inews-insert-gcc): Ditto.
6055         (gnus-inews-insert-archive-gcc): Ditto.
6056
6057 2002-08-26  Simon Josefsson  <jas@extundo.com>
6058
6059         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
6060         (gnus-agentize): Auto agentize all nntp and nnimap groups.
6061         (gnus-agent-possibly-save-gcc): Autoload.
6062         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
6063
6064 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6065
6066         * gnus.el (gnus-other-frame-function): New user option.
6067         (gnus-other-frame): Use it; add a doc-string; make it work with
6068         the gnuclient program.
6069
6070         * gnus-util.el (gnus-frame-or-window-display-name): New function.
6071
6072         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
6073         `device-connection' and `dfw-device'.
6074
6075 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6076
6077         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
6078         positives, make it stricter.  From Jochen Hein (trivial change).
6079
6080 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6081
6082         * gnus.el (gnus-other-frame): Trivial fix.
6083
6084 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6085
6086         * gnus.el (gnus-other-frame-parameters): New user option.
6087         (gnus-other-frame-object): New variable.
6088         (gnus-other-frame): Make it search for existing Gnus frame; don't
6089         read new news; delete frame on exit.
6090
6091         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
6092
6093         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
6094
6095 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6096         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
6097
6098         * message.el (message-set-auto-save-file-name): Add support for
6099         the Cygwin Emacs; the system-type is `cygwin'.
6100         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
6101
6102 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
6103
6104         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
6105
6106         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
6107         avoid arithmetic errors.
6108
6109 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6110
6111         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
6112
6113 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6114
6115         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
6116         (message-ignored-resent-headers): Add envelope From.
6117
6118 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6119
6120         * gnus.el (gnus-summary-line-format): Document %k specifier.
6121
6122 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6123
6124         * gnus-sum.el (gnus-summary-line-message-size): New function.
6125         (gnus-summary-line-format-alist): Use it.
6126
6127 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6128
6129         * gnus-art.el (article-make-date-line): Refer to the value for
6130         `gnus-article-time-format' in the summary buffer.
6131
6132         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
6133
6134 2002-08-14  Simon Josefsson  <jas@extundo.com>
6135
6136         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
6137         quoting.
6138         (gnus-button-alist): Fix doc.
6139         (gnus-header-button-alist): Use ' not ` for default value quoting.
6140         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
6141         rationale similar to 2002-05-01 change.
6142         (gnus-article-add-buttons-to-head): Evaluate expression.
6143
6144         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
6145
6146 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6147
6148         * message.el (message-font-lock-keywords): Refer to the value for
6149         `message-cite-prefix-regexp' dynamically.
6150
6151 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6152
6153         * gnus-art.el (gnus-decode-header-methods): Doc fix.
6154
6155 2002-08-12  Simon Josefsson  <jas@extundo.com>
6156
6157         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
6158         (imap-shell-open): Skip initial junk before IMAP greeting.
6159
6160 2002-08-11  Simon Josefsson  <jas@extundo.com>
6161
6162         * message-utils.el (message-xpost-default,
6163         message-xpost-fup2-header, message-xpost-fup2): Fixed
6164         Typos.  Trivial changes from Reiner Steib
6165         <4uce.02.r.steib@gmx.net>.
6166
6167 2002-08-09  Simon Josefsson  <jas@extundo.com>
6168
6169         * message.el (message-canlock-password): Set
6170         canlock-password-for-verify to newly generated canlock-password.
6171         When Emacs is restarted, Custom makes sure this is set, but during
6172         the same session we must set it manually.
6173
6174 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
6175
6176         * yenc.el: New file.
6177
6178         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
6179         (mm-uu-type-alist): Add yenc.
6180         (mm-uu-yenc-filename): New function.
6181         (mm-uu-yenc-extract): New function.
6182
6183         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
6184
6185 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6186
6187         * dgnushack.el (merge): Don't use coerce.
6188
6189 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
6190
6191         * mailcap.el (mailcap-mime-data): Test window-system rather than
6192         mm-device-type.
6193         (mailcap-mime-data): Call xdvi and gv with "-safer".
6194
6195         * mm-util.el: Don't define mm-device-type.
6196
6197 2002-08-05  Simon Josefsson  <jas@extundo.com>
6198
6199         * mm-util.el (mm-coding-system-priorities): coding-system type not
6200         supported everywhere.
6201
6202 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6203
6204         * gnus.el (gnus-version-number): Bumped version number.
6205
6206 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6207
6208         * gnus.el: Oort Gnus v0.07 is released.
6209
6210 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6211
6212         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
6213         (gnus-article-sort-functions): Doc fix.
6214         (t): New keystroke.
6215         (gnus-article-sort-by-random): New function.
6216         (gnus-thread-sort-by-random): New function.
6217
6218 2002-08-02  Simon Josefsson  <jas@extundo.com>
6219
6220         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
6221         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
6222
6223 2002-07-31  Danny Siu  <dsiu@adobe.com>
6224
6225         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
6226         when splitting malformed messages without message-id
6227
6228 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6229         From Niklas Morberg <niklas.morberg@axis.com>.
6230
6231         * nnweb.el (nnweb-type, nnweb-type-definition)
6232         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
6233         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
6234         functionality.
6235         * nnweb.el: Removed old non-functioning search engines.
6236
6237 2002-07-27  Simon Josefsson  <jas@extundo.com>
6238
6239         * message.el (message-forward-make-body): Don't use
6240         `message-forward-ignored-headers' when doing a "raw" followup (it
6241         is important to preserve e.g. CTE).
6242
6243         * flow-fill.el (fill-flowed): Disable filladapt-mode.
6244
6245         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
6246         regexp-quote, Cyrus Sieve is fixed.
6247
6248         * sieve-manage.el (sieve-manage-deletescript): New function.
6249
6250         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
6251         (sieve-manage-mode): Fix menubar.
6252         (sieve-activate): Change some messages.
6253         (sieve-deactivate-all): New function.
6254         (sieve-deactivate): New alias.
6255         (sieve-remove): New function.
6256         (sieve-help): Fix help.
6257         All suggested by Ned Ludd.
6258
6259 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6260
6261         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
6262         (mm-w3m-safe-url-regexp): New user option.
6263
6264         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
6265         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
6266
6267 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
6268
6269         * gnus-sum.el (gnus-summary-delete-article): Force
6270         nnmail-expiry-target to 'delete, so that absolute deletion
6271         happens when absolute deletion is requested.
6272
6273 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6274         From Nevin Kapur <nevin@jhu.edu>.
6275
6276         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
6277         headers as empty headers.
6278
6279 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6280         From Jochen Hein <jochen@jochen.org>.
6281
6282         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
6283         correct typo.
6284         (gnus-emphasis-strikethru): New face.
6285
6286 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6287         From Jason Merrill <jason@redhat.com>.
6288
6289         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
6290         entire file for each of a sequence of missing articles.
6291
6292         * gnus-salt.el (gnus-binary-display-article): Respect an existing
6293         value for gnus-view-pseudos.
6294
6295         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
6296         avoid nreverse.
6297
6298 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6299         From Ted Zlatanov <teodor.zlatanov@divine.com>.
6300
6301         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
6302         (gnus-summary-mode-line-format-alist): Add %h for number of
6303         spams.
6304         (gnus-newsgroup-spam-marked): New variable.
6305         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
6306         (gnus-article-read-p, gnus-article-mark)
6307         (gnus-set-global-variables, gnus-set-global-variables)
6308         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
6309         (gnus-summary-mark-article-as-unread)
6310         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
6311         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
6312         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
6313
6314 2002-07-10  Simon Josefsson  <jas@extundo.com>
6315
6316         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
6317         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
6318
6319 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
6320
6321         * gnus-sum.el (gnus-summary-delete-article): Respect group
6322         parameters while expiring.
6323
6324 2002-07-08  Simon Josefsson  <jas@extundo.com>
6325
6326         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
6327         Enberg.
6328
6329 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6330
6331         * gnus-art.el (article-unsplit-urls): Only display MIME when this
6332         function is called interactively.  From Niklas Morberg.
6333
6334 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6335
6336         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
6337         cdaar to cdar and car.
6338
6339         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
6340         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
6341
6342 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6343
6344         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
6345         don't break a narrowed article.
6346
6347         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
6348         (nntp-open-via-rlogin-and-telnet): Ditto.
6349
6350 2002-07-02  Didier Verna  <didier@xemacs.org>
6351
6352         * nnmail.el (nnmail-split-methods): fix custom type.
6353
6354 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6355
6356         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
6357         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
6358
6359 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6360
6361         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
6362         (gnus-summary-resend-message): Use it.
6363
6364 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6365
6366         * nntp.el (nntp-via-rlogin-command-switches): New variable.
6367         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
6368
6369 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6370
6371         * message.el (message-font-lock-keywords): Don't fontify
6372         headers in the message body, only in the header.
6373         (message-font-lock-make-header-matcher): New function, used by
6374         message-font-lock-keywords.
6375         From Katsumi Yamaoka <yamaoka@jpl.org>.
6376
6377 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6378
6379         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
6380
6381 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6382
6383         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
6384
6385 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6386
6387         * message.el (message-font-lock-keywords): Revert 2002-06-22
6388         change.
6389
6390 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6391
6392         * message.el (message-font-lock-keywords): Put colon in header
6393         name match.
6394
6395 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6396
6397         * message.el (message-font-lock-keywords): Don't use header faces
6398         in the body.  Thanks to Stefan Monnier for the hint on the
6399         implementation.
6400
6401 2002-05-09  Miles Bader  <miles@gnu.org>
6402
6403         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
6404         (gnus-article-hide-citation): Respect it.
6405
6406 2002-04-12  Juanma Barranquero  <lektu@terra.es>
6407
6408         * pop3.el (pop3-open-server): Fix typo.
6409
6410 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
6411
6412         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
6413         instead of push to ignore duplicate to-(list|address) values.
6414         * nnmail.el (nnmail-cache-ignore-groups): New.
6415         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
6416
6417 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6418
6419         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
6420         before sending.  Suggested by Jan Rychter.
6421
6422 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6423
6424         * dgnushack.el (remove): New compiler macro.
6425         (last, coerce, subseq): Remove compiler macros for those built-in
6426         or unused functions.
6427
6428 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6429
6430         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
6431         sure to write byte-compiled versions of gnus-*-format-alist to
6432         .newsrc.eld.  From Simon Josefsson.
6433
6434 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6435
6436         * gnus-agent.el (gnus-agent-read-servers)
6437         (gnus-agent-write-servers): Put server name (string like
6438         "nnchoke:frumple") in the file instead of a server specification
6439         (Lisp expression like (nnchoke "frumple" ...parameters...)).
6440         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
6441
6442 2002-06-16  Simon Josefsson  <jas@extundo.com>
6443
6444         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
6445         Reiner Steib <4uce.02.r.steib@gmx.net>.
6446
6447 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6448
6449         * nnheader.el (nnheader-file-name-translation-alist): Set the
6450         default value for MS Windows systems.
6451
6452         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
6453
6454 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6455
6456         * message.el (message-beginning-of-line): Keep the region active
6457         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
6458
6459 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
6460
6461         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
6462         * gnus-msg.el (gnus-summary-reply): Ditto.
6463         * gnus-msg.el (gnus-summary-handle-replysign): New.
6464
6465 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6466
6467         * message.el (message-send-mail-with-sendmail): Kill errbuf even
6468         if sending failed.
6469
6470 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
6471
6472         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
6473         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
6474         to sign while encrypting.
6475
6476 2002-06-11  Simon Josefsson  <jas@extundo.com>
6477
6478         * gnus-int.el (gnus-request-move-article): Agent expire article if
6479         successfuly moved.
6480
6481         * nnweb.el (nnweb-google-create-mapping): Honors the value of
6482         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
6483
6484 2002-06-10  Simon Josefsson  <jas@extundo.com>
6485
6486         * gnus-int.el (gnus-request-expire-articles): Fix last change?
6487
6488 2002-06-09  Simon Josefsson  <jas@extundo.com>
6489
6490         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
6491
6492         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
6493
6494 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6495
6496         * flow-fill.el (fill-flowed): Ignore errors.
6497
6498 2002-06-06  Simon Josefsson  <jas@extundo.com>
6499
6500         * message.el (message-send-mail-with-sendmail): Improve error message.
6501
6502 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6503
6504         * message.el (message-interactive): Change default from nil to t.
6505         Better to be safe than to be fast.
6506
6507 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6508
6509         * message.el (message-send-mail-with-sendmail): Check return value
6510         from call-process-region.
6511
6512 2002-06-04  Simon Josefsson  <jas@extundo.com>
6513
6514         * gnus-msg.el (gnus-group-mail, gnus-group-news)
6515         (gnus-group-post-news, gnus-summary-mail-other-window)
6516         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
6517         gnus-article-copy to nil, thereby inhibiting the `header' posting
6518         style match to use data from last viewed article.
6519         Suggested by Hrvoje Niksic.
6520
6521 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6522
6523         * spam.el (spam-point-at-eol): New alias.
6524         (spam-parse-whitelist): Use it.
6525
6526 2002-06-03  Simon Josefsson  <jas@extundo.com>
6527
6528         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
6529         (nnmail-article-group): Use it.
6530
6531 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6532
6533         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
6534         so that code reading them won't be surprised.  From Jesper Harder
6535         <harder@ifa.au.dk>.
6536
6537 2002-05-29  Simon Josefsson  <jas@extundo.com>
6538
6539         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
6540         articles.
6541
6542         * gnus.el (gnus-agent-cache): Doc fix.
6543         (gnus-agent): Change default to t.
6544
6545         * gnus-agent.el (gnus-agent-expire): Make it accept optional
6546         ARTICLES, GROUP and FORCE parameters.
6547
6548 2002-05-28  Simon Josefsson  <jas@extundo.com>
6549
6550         * gnus-group.el (gnus-group-line-format): Doc fix.
6551
6552 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6553
6554         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
6555         original article before yanking.  From Jesper Harder
6556         <harder@ifa.au.dk>.
6557
6558 2002-05-26  Simon Josefsson  <jas@extundo.com>
6559
6560         * gnus-sum.el (gnus-summary-menu-split): New function.
6561         (gnus-summary-make-menu-bar): Split charset submenu.
6562         (gnus-summary-menu-maxlen): New variable.
6563         (gnus-summary-menu-split): Use it.
6564
6565 2002-05-25  Simon Josefsson  <jas@extundo.com>
6566
6567         * mml.el (mml-preview): Generate some headers.
6568
6569         * gnus.el (gnus-large-newsgroup): Fix :type.
6570
6571         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
6572         Agent cache NOV's by default now).
6573         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
6574
6575 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
6576
6577         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
6578         call to gnus-parent-id when we check for References loops.
6579         (gnus-summary-prepare-threads): Avoid simplifying every Subject
6580         twice by saving the simplified subject string in simp-subject.
6581
6582 2002-05-23  Simon Josefsson  <jas@extundo.com>
6583
6584         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
6585         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
6586
6587         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
6588         Niklas Morberg <niklas.morberg@axis.com>.
6589
6590 2002-05-22  Simon Josefsson  <jas@extundo.com>
6591
6592         * sieve.el (sieve-change-region): Define it before it is used.
6593
6594         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
6595         (gnus-summary-reply): Ask for confirmation when replying to news.
6596         Defaults to not ask.  From Benjamin Rutt
6597         <rutt+news@cis.ohio-state.edu>.
6598
6599         * nnimap.el (nnimap-nov-is-evil): Improve doc.
6600
6601 2002-05-21  Simon Josefsson  <jas@extundo.com>
6602
6603         * sieve-mode.el (sieve-manage): Fix autoloads.
6604
6605         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
6606         name (makes it work with recent Cyrus timsieved).
6607
6608 2002-05-20  Jason  <jbaker@cs.utah.edu>
6609         Trivial patch.
6610
6611         * gnus-art.el (gnus-request-article-this-buffer): Try
6612         reconnecting if you don't get the message.
6613
6614 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6615
6616         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
6617         Reply-To headers from the headers.
6618
6619 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6620
6621         * mm-url.el (mm-url-insert): Remove junk message.
6622
6623 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6624
6625         * nnslashdot.el (nnslashdot-request-list): Parse new html.
6626         (nnslashdot-use-front-page): New variable.
6627         (nnslashdot-request-list): Use it.
6628
6629         * mm-url.el (mm-url-timeout): New variable.
6630         (mm-url-retries): Ditto.
6631         (mm-url-insert): Use it.
6632
6633 2002-05-16  Simon Josefsson  <jas@extundo.com>
6634
6635         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
6636         (gnus-simplify-subject-functions): Mention g-s-a-w.
6637
6638 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
6639
6640         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
6641         nnmail-cache-insert.
6642         * nndiary.el (nndiary-request-accept-article): Ditto.
6643         * nnfolder.el (nnfolder-request-accept-article): Ditto.
6644         * nnimap.el (nnimap-request-accept-article): Ditto.
6645         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
6646         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
6647         * nnmbox.el (nnmbox-request-accept-article): Ditto.
6648         * nnmh.el (nnmh-request-accept-article): Ditto.
6649         * nnmail.el (nnmail-cache-insert): Change group to required,
6650         removed code which tried to figure out the group.
6651
6652 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
6653
6654         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
6655         messages. From Hans de Graaff <hans@degraaff.org>.
6656         * nnml.el (nnml-request-accept-article): Pass in the group name to
6657         nnmail-cache-insert, since it's available.
6658
6659 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6660
6661         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
6662
6663 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6664         From Florian Weimer <fw@deneb.enyo.de>.
6665
6666         * gnus.el (subscribed): New group parameter.
6667         (gnus-find-subscribed-addresses): Use it.
6668
6669 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
6670
6671         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
6672         the default for pgpmime to support pgp v2.
6673         * mml-sec.el (mml-signencrypt-style): New accessor function to
6674         allow users to get/set the signencrypt style more easily without
6675         frobbing the alist directly.
6676         * mml.el (mml-generate-mime-1): Use accessor function.
6677
6678 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6679
6680         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
6681         parenthesis for "<" and ">".  Suggested by Andreas Schwab
6682         <schwab@suse.de>.
6683
6684 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6685
6686         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
6687         when intuiting the group the message is written to.  From Josh
6688         Huber <huber@alum.wpi.edu>.
6689
6690 2002-05-06  Simon Josefsson  <jas@extundo.com>
6691
6692         * gnus-topic.el (gnus-group-topic-parameters): Work when group
6693         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
6694
6695 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
6696
6697         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
6698         argument, and fixed compiler warning. (added autoload for
6699         gpg-encrypt).
6700
6701 2002-05-04  Simon Josefsson  <jas@extundo.com>
6702
6703         * mml1991.el (mml1991-function-alist): Doc fix.
6704
6705         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
6706         doesn't exist (for previewing messages without having Gnus
6707         started).
6708
6709         * mm-util.el (mm-coding-system-priorities): Defcustom.
6710
6711         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
6712
6713 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
6714
6715         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
6716         default.
6717         * mml-sec.el:
6718         * mml-sec.el (mml-signencrypt-style): New.
6719         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
6720         argument `sign'.
6721         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
6722         signencrypt.
6723         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
6724         * mml.el (mml-generate-mime-1): Changed logic so a part which is
6725         both signed & encryped is processed in one operation. (rather than
6726         two separate ops: sign, then encrypt)
6727         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
6728         indication if a message is signed by an expired key.
6729         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
6730         enables combined sign & encrypt operation. (this was always on
6731         before).
6732         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
6733
6734 2002-05-01  Simon Josefsson  <jas@extundo.com>
6735
6736         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
6737         server.
6738         (nnimap-mailbox-info): defvar instead of defvoo.
6739
6740 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6741
6742         * gnus.el: Oort Gnus v0.06 is released.
6743
6744 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6745
6746         * lpath.el: Bind url-package-version.
6747
6748 2002-05-01  Simon Josefsson  <jas@extundo.com>
6749
6750         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
6751         filename before deleting the group itself, because the presence of
6752         a group filename decides if long filenames are used or not.
6753
6754         * gnus-art.el (gnus-button-alist): Don't inline
6755         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
6756         without also modifying g-button-alist.
6757         (gnus-button-alist): Fix type to allow variable as well as regexp.
6758         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
6759         themselves, variables to its contents.
6760         (gnus-button-entry): Ditto.
6761
6762 2002-05-01  Simon Josefsson  <jas@extundo.com>
6763
6764         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
6765         UIDNEXT as a string.
6766
6767         * nnimap.el (nnimap-string-lessp-numerical): New function.
6768         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
6769         integers.
6770
6771 2002-04-29  Simon Josefsson  <jas@extundo.com>
6772
6773         * nnmail.el (nnmail-cache-insert): Accept optional group
6774         parameter.
6775
6776         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
6777         n-r-g-a is disabled.
6778
6779 2002-04-29  Simon Josefsson  <jas@extundo.com>
6780
6781         * nnimap.el (nnimap-split-fancy): Fix doc.
6782         (nnimap-split-fancy): Fix doc.
6783
6784         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
6785         (nnimap-mailbox-info): New internal variable.
6786         (nnimap-retrieve-groups): Implement faster new mail check.
6787
6788         * nnimap.el (nnimap-split-articles): Support
6789         nnmail-cache-accepted-message-ids.
6790         (nnimap-request-accept-article): Ditto.
6791
6792         * imap.el (imap-mailbox-status-asynch): New command.
6793
6794 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
6795
6796         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
6797         are no subscribed mail groups.
6798         - Strip quoted names when comparing addresses
6799
6800 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
6801
6802         * mm-decode.el (mm-text-html-renderer): Change customize type to
6803         const.
6804
6805         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
6806         (gnus-debug-exclude-variables): do.
6807
6808 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6809
6810         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
6811         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
6812
6813 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6814
6815         * dns.el (dns-make-network-process): New macro.
6816         (query-dns): Use it.
6817
6818 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6819
6820         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
6821         article-buffer.
6822
6823         * mm-url.el (mm-url-package-name): New variable.
6824         (mm-url-package-version): New variable.
6825         (mm-url-insert-file-contents): Bind url-package-name and
6826         url-package-version here.
6827         * nnrss.el (nnrss-insert-w3): Move the bindings.
6828
6829         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
6830         url-package-version. Trivial change from Andrew J Cosgriff
6831         <ajc@polydistortion.net>
6832
6833         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
6834         attachments. Trivial change from Peter 'Luna' Runestig
6835         <peter@runestig.com>.
6836
6837 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
6838
6839         * nnkiboze.el (nnkiboze-request-scan): Call
6840         nnkiboze-possibly-change-group.
6841         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
6842         problems.
6843         (nnkiboze-generate-group): Set newsrc to the *highest* article
6844         number kibozed, not the lowest.
6845
6846 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
6847
6848         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
6849
6850 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6851         From Dan Christensen <jdc+news@uwo.ca>.
6852
6853         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6854         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6855         Recognize math postings.  Extract Date (now ignores "(15kb)").
6856         Extract email address using gnus-extract-address-components
6857         instead of just taking the first word.  Create Date and From
6858         headers for message which are missing these headers.  Get rid
6859         of spurious \\ lines (purely cosmetic).  Extend body-end and
6860         file-end regexps, to exclude more garbage from the message.
6861         Make URL rephrasing regexp more flexible, to match current
6862         format.
6863
6864 2002-04-23  Simon Josefsson  <jas@extundo.com>
6865
6866         * netrc.el: New file, functions copied from gnus-util.el by Ted
6867         Zlatanov <tzz@lifelogs.com>.
6868
6869         * gnus-util.el: Require netrc.
6870         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
6871         new code in netrc.el.
6872
6873 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6874
6875         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
6876         message-ignored-resent-headers, too.  From Matthieu Moy
6877         <Matthieu.Moy@imag.fr>.
6878
6879 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6880
6881         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
6882         boolean not a string
6883         * gnus-group.el (gnus-group-line-format): add description of %C
6884         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
6885           as %C
6886         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
6887
6888 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
6889
6890         * nnmaildir.el (nnmaildir-request-scan): typo: set
6891         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
6892         nnmail-get-new-mail for 'find-new-groups.
6893
6894 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
6895
6896         * nnmaildir.el (nnmaildir-request-update-info,
6897         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
6898         unnecessary calls to nnmaildir-request-scan.
6899
6900 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
6901
6902         * gnus-msg.el:
6903         * gnus-msg.el (gnus-message-replysign): New.
6904         * gnus-msg.el (gnus-message-replyencrypt): New.
6905         * gnus-msg.el (gnus-message-replysignencrypted): New.
6906         * gnus-msg.el (gnus-summary-reply): Use the three new variables
6907         (above) to automatically encrypt/sign to encrypted/signed
6908         messages.
6909         * message.el:
6910         * message.el (message-mode-map): Add keybinding for
6911         `message-to-list-only'
6912         * message.el (message-mode): Add description for
6913         `message-to-list-only'
6914         * message.el (message-to-list-only): New.
6915         * message.el (message-make-mft): Changed to use the cl loop macro,
6916         and added optional flag to return only the matched list. (for use
6917         in new message-to-list-only function)
6918
6919 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
6920
6921         * gnus-msg.el:
6922         * gnus-msg.el (gnus-message-replysign):
6923         * gnus-msg.el (gnus-replysign): New.
6924         * gnus-msg.el (gnus-replyencrypt): New.
6925         * gnus-msg.el (gnus-replysignencrypted): New.
6926         * gnus-msg.el (gnus-summary-reply):
6927         * message.el:
6928         * message.el (message-mode-map):
6929         * message.el (message-mode):
6930         * message.el (message-to-list-only): New.
6931         * message.el (message-make-mft):
6932
6933 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6934
6935         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
6936
6937 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
6938
6939         * message.el (message-gen-unsubscribed-mft): accept a prefix
6940         argument so CC can be included with C-u C-c C-f C-a
6941
6942 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6943         From Ted Zlatanov <teodor.zlatanov@divine.com>.
6944
6945         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
6946         Improve docstring.
6947         (spam-enter-blacklist): New command.
6948
6949         * gnus-sum.el (gnus-spam-mark): New mark.
6950         (gnus-auto-expirable-marks): Add gnus-spam-mark.
6951         (gnus-summary-make-tool-bar): Correct conditional.
6952         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
6953         (gnus-summary-mark-as-spam): New command.
6954
6955 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
6956
6957         * mml-sec.el (mml-secure-message): changed to support arbritrary
6958         modes.
6959         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
6960         changed to support "signencrypt" mode.
6961         * mml.el (mml-parse-1): changed to support different secure modes
6962         more easily. (for signencrypt)
6963
6964 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
6965
6966         * gnus-sum.el (gnus-update-summary-mark-positions)
6967         (gnus-summary-toggle-header):
6968         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
6969         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
6970         (gnus-uu-post-encoded):
6971         * nnfolder.el (nnfolder-possibly-change-group):
6972         * nnimap.el (nnimap-retrieve-headers):
6973         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
6974
6975 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
6976
6977         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
6978         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
6979
6980 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6981
6982         * gnus-srvr.el (gnus-server-set-info): Clear
6983         `gnus-server-method-cache' when `gnus-server-alist' is changed.
6984         From Daiki Ueno <ueno@unixuser.org>.
6985
6986 2002-04-11  Simon Josefsson  <jas@extundo.com>
6987
6988         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
6989         viewing of security buttons.  Thanks to Nicolas Kowalski
6990         <Nicolas.Kowalski@imag.fr>.
6991
6992         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
6993         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
6994         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
6995         <Nicolas.Kowalski@imag.fr>.
6996         (smime-decrypt-buffer): Ditto.
6997
6998 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6999
7000         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
7001         header line.
7002
7003 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
7004
7005         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
7006
7007 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7008
7009         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
7010
7011 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
7012
7013         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
7014         errors when debug.
7015
7016 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
7017
7018         * message.el (message-make-mft): Changed MFT code from using
7019         message-recipients (which included Bcc) to use only the To and CC
7020         headers.
7021
7022 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
7023
7024         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
7025         add link.
7026         (gnus-treat-mail-picon): Ditto.
7027         (gnus-treat-newsgroups-picon): Ditto.
7028         (gnus-picon-databases): Fix custom type.
7029         (gnus-picon-databases): Add link.
7030         (gnus-article-x-face-command): Add to gnus-picon group.
7031
7032 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
7033
7034         * message.el (message-buffer-naming-style): Remove.
7035
7036 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7037
7038         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
7039
7040         * message.el (message-tool-bar-map): Ditto.
7041
7042         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7043
7044 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7045
7046         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
7047
7048 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
7049
7050         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
7051
7052 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
7053         Trivial patch.
7054
7055         * dns.el: open-network-stream under XEmacs does udp.
7056
7057 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
7058
7059         * spam.el (spam-enter-whitelist): New function.
7060         (spam-parse-whitelist): Ditto.
7061         (spam-refresh-list-cache): Ditto.
7062         (spam-address-whitelisted-p): New function.
7063
7064         * dns.el (query-dns): Use TCP when make-network-process isn't
7065         available.
7066         (dns-servers): New variable.
7067         (dns-parse-resolv-conf): New function.
7068         (query-dns): Use it.
7069
7070         * spam.el: New file.
7071
7072         * dns.el (query-dns): Test.
7073
7074 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7075
7076         * lpath.el (featurep): Bind make-network-process.
7077
7078 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
7079
7080         * nnmaildir.el: Use defstruct.  Use a single copy of
7081         nnmail-extra-headers to save memory.  Store server's group name
7082         prefix instead of each group's prefixed name.
7083         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
7084         nntp-server-buffer.
7085
7086 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7087
7088         * dns.el: New file.
7089
7090 2002-03-28  Simon Josefsson  <jas@extundo.com>
7091
7092         * gnus-sum.el (gnus-summary-dummy-line-format):
7093         * gnus.el (gnus-summary-line-format): Fixing links to Info.
7094         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
7095
7096 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7097
7098         * gnus-sum.el (gnus-summary-move-article)
7099         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
7100         the doc string.
7101
7102 2002-03-28  Simon Josefsson  <jas@extundo.com>
7103
7104         * mml-sec.el (mml-secure-message): Search after
7105         mail-header-separator from top of message.
7106
7107 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
7108
7109         * nnmaildir.el: Cosmetic changes.
7110         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
7111         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
7112         nnmaildir--group-ls): New macros/functions.  Use them.
7113         (nnmaildir--unlink): Evalutate argument only once.
7114
7115 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
7116
7117         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
7118         symbols.
7119         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
7120         `gnus-point-at-eol'.
7121
7122 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
7123
7124         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
7125         nnmaildir--marks-dir): New macros.  Use them.
7126         Use inhibit-quit for atomicity instead of in-memory journaling.
7127         (nnmaildir--edit-prep): New function.
7128         (Local Variables): Use it.
7129
7130 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
7131
7132         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7133
7134 2002-03-25  Simon Josefsson  <jas@extundo.com>
7135
7136         * message.el (message-mode): Fix doc.
7137
7138 2002-03-25  Simon Josefsson  <jas@extundo.com>
7139
7140         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
7141         Matthieu Moy <Matthieu.Moy@imag.fr>.
7142
7143 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
7144
7145         * mml-sec.el (mml-unsecure-message): Add docstring.
7146
7147 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
7148
7149         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
7150         value.
7151         Trivial change from andre@slamdunknetworks.com
7152
7153 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
7154
7155         * mml.el (mml-mode-map): Added a keybinding for
7156         `mml-unsecure-message'.  Also, added a menu entry for said
7157         function in the Attachments menu.
7158
7159 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7160
7161         * canlock.el (canlock-version): Remove.
7162         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
7163         here; simplify \x insertions.
7164         (canlock-sha1): New function, always return a unibyte string.
7165         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
7166         of a password.
7167         (canlock-insert-header): Use `canlock-sha1'.
7168         (canlock-verify): Ditto.
7169
7170 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
7171
7172         * message.el (message-fix-before-sending): Add an option that
7173         ignores illegible text.
7174         Trivial change from Mark Milhollan <mlm@attglobal.net>
7175
7176         * message.el (message-font-lock-keywords): Support multi-line MML
7177         tags.
7178
7179         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
7180         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
7181
7182 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7183
7184         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
7185         symbols for "View as different encoding" submenu.
7186
7187 2002-03-19  Simon Josefsson  <jas@extundo.com>
7188
7189         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
7190         encoding" submenu.
7191
7192 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
7193
7194         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
7195
7196 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7197
7198         * gnus-sum.el (gnus-sum-thread-tree-root)
7199         (gnus-sum-thread-tree-single-indent)
7200         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
7201         (gnus-sum-thread-tree-leaf-with-other)
7202         (gnus-sum-thread-tree-single-leaf): Make customizable.
7203
7204 2002-03-16  Simon Josefsson  <jas@extundo.com>
7205
7206         * gnus-util.el (gnus-extract-address-components): Don't break on
7207         names such as James "Kibo" Parry.  From Francis Litterio
7208         <franl@world.std.com>.
7209
7210 2002-03-13  Simon Josefsson  <jas@extundo.com>
7211
7212         * pop3.el (pop3-open-server): Revert multibyte change.  From
7213         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
7214
7215         * message.el (message-send-mail-with-qmail): Make it work.  From
7216         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
7217
7218 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
7219
7220         * message.el (message-make-mft): Set case-fold-search while
7221         generating the MFT.  Also, a little cleanup in the MFT code.
7222
7223 2002-03-12  Simon Josefsson  <jas@extundo.com>
7224
7225         * message.el (message-qmail-inject-args): May be function.
7226         (message-send-mail-with-qmail): Call function if m-q-i-a is
7227         function.  From fn@hungry.org (Faried Nawaz).
7228
7229 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
7230
7231         * message.el (message-abbrevs-loaded): Remove.
7232         (mailabbrev): Require it.
7233
7234         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
7235
7236 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7237
7238         * pop3.el (pop3-open-server): Set process buffer unibyte.
7239
7240 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7241
7242         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
7243
7244 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
7245
7246         * nnslashdot.el (nnslashdot-request-article): Remove javascript
7247         too.
7248
7249 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
7250
7251         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
7252         duplication.
7253         (gnus-summary-save-parts-type-history): Ditto.
7254         (gnus-summary-save-parts-last-directory): Ditto.
7255         Trivial change from andre@slamdunknetworks.com
7256
7257 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
7258
7259         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
7260
7261 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7262
7263         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
7264         -->" as the end of the first article.
7265
7266         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
7267         From Matthieu Moy <Matthieu.Moy@imag.fr>
7268
7269         * message.el (message-add-action): Use add-to-list.
7270         (message-delete-action): New function.
7271
7272         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
7273         pieces.
7274
7275 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
7276
7277         * nnnil.el: New file.
7278         * gnus.el (gnus-valid-select-methods): Include nnnil.
7279
7280 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
7281
7282         * message.el (message-syntax-checks): Because canlock is
7283         supported, we disable sender syntax check.
7284         (message-shoot-gnksa-feet): Add cancel-messages option doc.
7285
7286         * gnus-draft.el (gnus-draft-send): If interactive, use its default
7287         value of message-syntax-checks.
7288
7289         * qp.el (quoted-printable-decode-region): Doc addition.
7290         From: Eli Zaretskii <eliz@is.elta.co.il>
7291
7292         * mail-source.el (make-source-make-complex-temp-name): Use
7293         make-temp-file.
7294
7295         * mm-util.el (mm-make-temp-file): New function.
7296         * nneething.el (nneething-file-name): Use it.
7297         * mml-smime.el (mml-smime-encrypt): Ditto.
7298         * mm-view.el (mm-inline-wash-with-file): Ditto.
7299         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
7300         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
7301         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
7302         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
7303         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
7304         * gnus-art.el (gnus-mime-print-part): Ditto.
7305
7306 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
7307
7308         * message.el (nnmaildir-article-number-to-base-name): New
7309         function.
7310         (nnmaildir-base-name-to-article-number): New function.
7311
7312 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7313
7314         * smime.el (smime-make-temp-file): Don't quote
7315         `temporary-file-directory'.
7316
7317 2002-03-04  Simon Josefsson  <jas@extundo.com>
7318
7319         * smime.el (smime-sign-region): Rename argument keyfiles to
7320         keyfile. You only sign something with one key.
7321         (smime-sign-buffer): Better completing-read prompt.
7322         (smime-decrypt-buffer): Ditto.
7323
7324         * smime.el (smime-make-temp-file): Make it work under XEmacs.
7325
7326         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
7327         completing-read.
7328         (mm-view-pkcs7-decrypt): CRLF->LF.
7329
7330 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
7331
7332         * message.el (message-hierarchical-addresses): New variable.
7333         (message-get-reply-headers): Use it.
7334         From Ted Zlatanov <teodor.zlatanov@divine.com>
7335
7336 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7337
7338         * message.el (message-mode): If buffer-file-name, don't set auto
7339         save file name.
7340         Trivial change from Geoff Greene <ggreene@wpi.edu>
7341
7342 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7343
7344         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
7345         takes one argument in read-char.
7346
7347         * message.el (message-fix-before-sending): Forward a char.
7348         Check mmu-multibyte-p, add control-1.
7349
7350 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7351
7352         * gnus-start.el (gnus-read-init-file): Ditto.
7353
7354         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
7355
7356         * dgnushack.el (dgnushack-make-load): Ditto.
7357
7358         * mail-source.el (mail-source-fetch): Extract the right error
7359         code.
7360
7361         * message.el (message-fix-before-sending): Check illegible text.
7362
7363         * gnus-util.el (gnus-multiple-choice): New function.
7364
7365         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
7366         also defined in gnus-score.el.
7367
7368 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
7369
7370         * message.el (message-get-reply-headers): downcase email addresses
7371         for comaparisons for duplicate removal.
7372
7373 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7374
7375         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
7376         implementation of PKCS#7, which just allows users read the
7377         message.
7378         (mm-view-pkcs7): Use it.
7379
7380 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
7381
7382         * gnus.el (large-newsgroup-initial): New parameter.
7383
7384         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
7385         (gnus-summary-insert-old-articles): Ditto.
7386
7387 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
7388
7389         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
7390         used as the default answer of the question, "How many articles?".
7391         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7392
7393         * nnagent.el (nnagent-retrieve-headers): Remove articles with
7394         small numbers.
7395
7396 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
7397
7398         * deuglify.el: Fix comments.
7399
7400 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
7401
7402         * html2text.el (html2text-clean-anchor): If there is no HREF,
7403         insert nothing.
7404
7405         * mml.el (mml-generate-mime-1): Add cdr.
7406         From: andre@slamdunknetworks.com
7407
7408         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
7409         (mm-text-html-washer-alist): Ditto.
7410
7411         * mm-decode.el (mm-text-html-renderer): Add html2text.
7412
7413         * html2text.el: Face lift.
7414
7415         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
7416
7417 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
7418
7419         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
7420
7421         * deuglify.el: Change copy right. Add autoload. Add coding-system.
7422
7423         * deuglify.el: New file. The original file name is
7424         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
7425
7426         * mm-decode.el (mm-display-external): Use
7427         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
7428
7429 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
7430
7431         * nnmaildir.el (nnmaildir-request-list): Report the highest
7432         article number, not the total number of articles.
7433
7434 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
7435
7436         * gnus-sum.el: Move uu key map here.
7437         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
7438
7439 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
7440
7441         * nnmaildir.el (nnmaildir-request-expire-articles): Use
7442         nnmail-expiry-wait* if expire-age parameter is not set.
7443
7444 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
7445
7446         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
7447         function.
7448         (gnus-group-sort-selected-groups-by-real-name): New function.
7449         (gnus-group-make-menu-bar): Add sort by real name.
7450
7451         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
7452         rebuild.
7453         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
7454         nil as dependencies as well.
7455
7456 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
7457
7458         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
7459         for mime-parts.
7460
7461         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
7462
7463         * gnus-group.el (gnus-group-name-decode): Don't test
7464         multibyte-string, because it breaks XEmacs.
7465         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
7466
7467         * message.el (message-send-mail): Be talkative.
7468
7469         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
7470         (mm-automatic-display): Ditto.
7471
7472         * mailcap.el (mailcap-mime-data): Ditto.
7473         From: Reiner Steib <4uce.02.r.steib@gmx.net>
7474
7475 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7476
7477         * many files: Remove trailing whitespaces, replace spc+tab with
7478         tab, replace leading whitespaces with tabs.
7479
7480 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
7481
7482         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
7483         articles with no body and no blank line after the header.
7484
7485 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
7486
7487         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
7488         parts.
7489
7490         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
7491         non-ascii chars.
7492
7493         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
7494
7495         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
7496         w3-delay-image-loads.
7497         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
7498         (mm-w3-prepare-buffer): Ditto.
7499
7500         * mail-source.el (mail-source-fetch-directory): Run scripts.
7501
7502 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7503
7504         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
7505         for Majordomo confirmations.
7506
7507 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7508
7509         * gnus-fun.el (gnus-respond-to-confirmation): New command.
7510
7511 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7512
7513         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
7514
7515 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
7516
7517         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
7518         References header field.  From Mark Thomas <mthomas@cmu.edu>.
7519
7520 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
7521
7522         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
7523         (mm-inline-render-with-stdin): Ditto.
7524         (mm-inline-render-with-function): Ditto.
7525         (mm-inline-wash-with-file): Bind coding-system-for-write.
7526         (mm-inline-wash-with-stdin): Ditto.
7527
7528 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
7529
7530         Suggested by Felix Natter <fnatter@gmx.net>
7531
7532         * gnus-art.el (gnus-mime-view-part-externally): Rename from
7533         gnus-mime-externalize-view.
7534         (gnus-mime-view-part-internally): Rename from
7535         gnus-mime-internalize-view.
7536         (gnus-article-view-part-externally): Rename from
7537         gnus-article-externalize-part.
7538         (gnus-mime-action-alist): Change correspondingly.
7539         (gnus-mime-button-commands): Ditto.
7540         (gnus-mime-action-alist): Remove duplication.
7541
7542         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
7543
7544 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
7545
7546         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
7547
7548         * gnus-art.el (gnus-display-mime): Use it.
7549
7550         * mm-partial.el (mm-partial-find-parts): Use it.
7551
7552         * gnus-sum.el (gnus-article-loose-mime): Rename from
7553         gnus-article-no-strict-mime.
7554         (gnus-summary-save-parts): Use it.
7555
7556 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7557
7558         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
7559         local variable.
7560
7561         * gnus-art.el (article-display-x-face): Don't sort multiple
7562         X-Faces.
7563
7564 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7565
7566         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
7567         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
7568
7569         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
7570
7571 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
7572
7573         Some ideas is inspired by code from Hrvoje Niksic
7574         <hniksic@arsdigita.com>
7575
7576         * gnus-art.el (gnus-article-wash-function): Set the default to
7577         nil, so that we use mm-text-html-renderer instead.
7578         (article-wash-html): Use mm-text-html-renderer.
7579
7580         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
7581         (mm-text-html-renderer): New variable.
7582         (mm-inline-text-html-renderer): Set the default to nil, so that we
7583         use mm-text-html-renderer instead.
7584
7585         * mm-view.el (mm-inline-text-html): New function.
7586         (mm-text-html-renderer-alist): New variable.
7587         (mm-inline-text-vcard): New function.
7588         (mm-inline-text): Split.
7589         (mm-links-remove-leading-blank): New function.
7590         (mm-inline-render-with-file): New function.
7591         (mm-inline-render-with-stdin): New function.
7592         (mm-inline-render-with-function): New function.
7593         (mm-text-html-washer-alist): New variable.
7594         (mm-inline-wash-with-file): New function.
7595         (mm-inline-wash-with-stdin): New function.
7596
7597 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
7598
7599         * message-utils.el: Fix installation doc.
7600         From: Reiner Steib <4uce.02.r.steib@gmx.net>
7601
7602 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
7603
7604         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
7605         (gnus-post-method): Use it.
7606         (gnus-summary-cancel-article): Find the correct post-method.
7607
7608         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
7609         * message.el (message-send-news): Ditto.
7610         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
7611         <ipmonger@delamancha.org>
7612
7613         * gnus.el (gnus-select-method): Fix doc.
7614         (gnus-server-string): Use 'using nntp'.
7615
7616         * gnus-agent.el (gnus-slave-unplugged): New command.
7617         From: Felix Natter <fnatter@gmx.net>
7618
7619 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7620
7621         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
7622         Call edit-done-function first, then change the window
7623         configuration.
7624         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
7625         (gnus-article-edit-mode): mml-mode.
7626
7627         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
7628         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
7629
7630         * message-utils.el: Adopt the file.
7631
7632         * message-utils.el: New file.
7633         From Holger Schauer <Holger.Schauer@gmx.de>
7634
7635 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
7636
7637         * gnus-sum.el (gnus-summary-move-article): Select-article only
7638         when gnus-move-split-methods is non-nil. And we don't render or
7639         mark the article.
7640
7641         * gnus-fun.el (gnus-shell-command-to-string): New function.
7642         (gnus-shell-command-on-region): New function.
7643         (gnus-random-x-face): Use them.
7644         (gnus-x-face-from-file): Ditto.
7645         (gnus-convert-image-to-gray-x-face): Ditto.
7646         (gnus-convert-gray-x-face-to-xpm): Ditto.
7647         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
7648
7649 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7650
7651         * gnus-art.el (gnus-treat-display-xface): Don't use
7652         `shell-command-to-string' when compiling.
7653         (gnus-treat-display-grey-xface): Ditto.
7654
7655 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
7656
7657         * nnmaildir.el (nnmaildir--article-count): If the group is
7658         completely empty, report minimum article number as 1 instead of 0.
7659
7660 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
7661
7662         * gnus-agent.el (gnus-get-predicate): Use nconc.
7663
7664         * gnus-sum.el (gnus-summary-display-make-predicate): Use
7665         gnus-summary-display-cache as cache.
7666
7667         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
7668         (nndoc-mail-in-mail-type-p): New function.
7669         (nndoc-mail-in-mail-article-begin): New function.
7670
7671 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
7672
7673         * mailcap.el (mailcap-mime-data): Use enriched-decode.
7674
7675         * gnus-cite.el (gnus-article-fill-cited-article): Bind
7676         use-hard-newlines to nil.
7677
7678         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
7679         image is not available if window-system is not available.
7680
7681         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
7682
7683 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7684
7685         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
7686         bookmark, because update-mark doesn't handle it correctly.
7687
7688 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
7689
7690         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
7691         directly instead of calling message-send-mail.
7692
7693         * gnus-start.el (gnus-read-descriptions-file): Use
7694         gnus-default-charset.
7695
7696         * mm-util.el (mm-guess-mime-charset): New function.
7697
7698         * gnus.el (gnus-default-charset): Use it.
7699         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
7700         the default.
7701
7702 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7703
7704         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
7705         (article-display-x-face): Use it.  Disable grey xface, if
7706         uncompface is not found.
7707
7708         * message.el (message-mode): Don't enable multibyte on an indirect
7709         buffer.
7710
7711         * nnrss.el (nnrss-content-function): New variable.
7712         (nnrss-request-article): Use it.
7713
7714 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7715
7716         * gnus.el: Add article-unsplit-urls.
7717         * gnus-sum.el: Ditto.
7718         * gnus-art.el (gnus-treat-strip-cr): New variable.
7719         (gnus-treatment-function-alist): Use it.
7720         (article-unsplit-urls): New function.
7721         (gnus-article-make-menu-bar): Use it.
7722         From: Michael Cook <michael.cook@cisco.com>
7723
7724 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7725
7726         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
7727         copy.
7728
7729 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
7730
7731         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
7732         with internal whitespace.
7733         (gnus-parent-id): Ditto.
7734
7735 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
7736
7737         * gnus-art.el (gnus-article-treat-body-boundary): Add
7738         gnus-decoration property.
7739         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
7740
7741         * message.el (message-mode): Set local-abbrev-table.
7742         From Matt Armstrong <matt@lickey.com>.
7743
7744         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
7745         too many spaces.
7746
7747         * rfc2047.el (rfc2047-unfold-region): Ditto.
7748         (rfc2047-decode-region): Don't unfold. Let
7749         gnus-article-treat-unfold-headers do it.
7750
7751         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
7752         From: Jesper Harder <harder@ifa.au.dk>
7753
7754 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7755
7756         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
7757         (gnus-configure-posting-styles): Use it.
7758         (gnus-configure-posting-styles): Remove trailing newspaces.
7759
7760 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7761
7762         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
7763         is non-nil.
7764
7765         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
7766
7767         * gnus.el (gnus-server-to-method): Switch position with
7768         gnus-server-get-method.
7769         (gnus-agent): Add doc.
7770
7771         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
7772         (gnus-summary-save-parts): Use it.
7773
7774         * gnus-art.el (gnus-display-mime): Use it.
7775         * mm-partial.el (mm-partial-find-parts): Use it.
7776
7777         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
7778
7779         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
7780         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
7781
7782         * nnagent.el (nnagent-request-expire-articles): Don't delete
7783         files.
7784
7785 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
7786
7787         * message.el (message-gen-unsubscribed-mft): New function.
7788         From Sriram Karra <karra@cs.utah.edu>.
7789
7790         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
7791         open parenthesis.
7792
7793         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
7794         (mm-inline-text-html-render-with-w3): Ditto.
7795         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
7796         Suggested by Dave Love  <d.love@dl.ac.uk>.
7797
7798         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
7799
7800         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
7801         * nntp.el (nntp-send-command): Ditto.
7802         * nntp.el (nntp-send-command-nodelete): Ditto.
7803
7804 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7805
7806         * mm-url.el (mm-url-load-url): New function.
7807         (mm-url-insert-file-contents): Use it.
7808
7809         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
7810
7811         * message.el (message-forward-make-body): Correctly copy
7812         forward-buffer.
7813
7814         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
7815
7816 2002-02-04  Simon Josefsson  <jas@extundo.com>
7817
7818         * gnus-art.el (gnus-article-followup-with-original): Mark with
7819         force, prevent errors when following up from article buffer.
7820         (gnus-article-reply-with-original): Ditto.
7821
7822         * binhex.el (binhex-decoder-switches): Fix doc.  From
7823         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
7824
7825 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7826
7827         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
7828         highlight-citation after emphasize.
7829
7830 2002-02-04  Simon Josefsson  <jas@extundo.com>
7831
7832         * nnfolder.el (nnfolder-open-marks):
7833
7834         * nnml.el (nnml-open-marks): Message when done.  From David
7835         Edmondson <dme@sun.com>.
7836
7837 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7838
7839         * imap.el (imap-anonymous-auth): Fix typo.
7840         From: Steinar Bang <sb@dod.no>
7841
7842         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
7843         save-excursion.
7844         (gnus-cache-braid-heads): Ditto.
7845
7846         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
7847         line, because there are extra articles in the overview buffer.
7848
7849         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
7850
7851         * message.el (message-forward-rmail-make-body): Directly use
7852         rmail-msg-restore-non-pruned-header to avoid calling
7853         vertical-motion.
7854
7855 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7856
7857         * gnus-cache.el (gnus-summary-insert-cached-articles):
7858         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
7859
7860         * gnus-group.el (gnus-group-mark-article-read): Nreverse
7861         gnus-newsgroups-unselected.
7862
7863         * gnus-agent.el (gnus-summary-set-agent-mark): Use
7864         gnus-add-to-sorted-list.
7865
7866         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
7867         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
7868         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
7869         (gnus-update-read-articles): UNREAD is sorted.
7870         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
7871         (gnus-newsgroup-marked, gnus-newsgroup-cached)
7872         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
7873         (gnus-newsgroup-dormant): Require sorted.
7874
7875         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
7876         directories.
7877         (gnus-dired-print): New function.
7878
7879         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
7880         ps-despool.
7881
7882 2002-02-02  Simon Josefsson  <jas@extundo.com>
7883
7884         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
7885
7886 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7887
7888         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
7889         t. This makes gnus-agent customizable without putting
7890         gnus-agentize into .gnus.
7891
7892         * gnus.el (gnus-agent): Make it customizable.
7893
7894         * gnus-dired.el: New file.
7895         From Benjamin Rutt <brutt@bloomington.in.us>
7896
7897         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
7898         if no article.
7899         (gnus-cache-possibly-remove-article): Ditto.
7900         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
7901
7902 2002-02-01  Simon Josefsson  <jas@extundo.com>
7903
7904         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
7905
7906 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7907
7908         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
7909         (mm-setup-w3m): Don't bind keys listed in the above.
7910
7911 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7912
7913         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
7914         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
7915         is non-nil; bind `w3m-force-redisplay' with nil.
7916
7917         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7918
7919         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
7920
7921 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
7922
7923         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
7924         use mail-header-unfold-field.
7925
7926         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
7927         gnus-summary-limit.
7928
7929         * gnus-range.el (gnus-add-to-sorted-list): New function.
7930         * gnus-sum.el (gnus-mark-article-as-read): Use it.
7931         (gnus-mark-article-as-unread): Ditto.
7932         (gnus-summary-mark-article-as-unread): Ditto.
7933         (gnus-build-get-header): Ditto.
7934         (gnus-summary-prepare-threads): Ditto.
7935         (gnus-summary-insert-pseudos): Ditto.
7936         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
7937         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
7938         (gnus-summary-insert-old-articles): Ditto.
7939
7940         * gnus-msg.el (gnus-posting-styles): Add new format of header.
7941         (gnus-configure-posting-styles): Support the new format.
7942
7943         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
7944         edebug-form-spec to (sexp body).
7945         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
7946
7947         * message.el (message-reply-headers): Add doc.
7948
7949 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7950
7951         * gnus-group.el (gnus-group-delete-group): Nix the entry in
7952         gnus-cache-active-hashtb.
7953
7954         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
7955         (gnus-agent-summary-fetch-group): Use it.
7956
7957         * gnus-msg.el (gnus-debug-files): New variable.
7958         (gnus-debug-exclude-variables): New variable.
7959         (gnus-debug): Use them.
7960
7961         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
7962
7963 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7964
7965         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
7966         (message-mode-syntax-table): Move back the previous position.
7967
7968         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
7969
7970         * gnus-agent.el (gnus-agent-retrieve-headers): Use
7971         gnus-sorted-difference.
7972
7973         * nnsoup.el (nnsoup-request-expire-articles): Use
7974         gnus-sorted-difference.
7975
7976         * nnheader.el: Autoload gnus-sorted-difference.
7977
7978         * nnfolder.el (nnfolder-request-expire-articles): Use
7979         gnus-sorted-difference.
7980
7981         * gnus-cache.el (gnus-cache-retrieve-headers): Use
7982         gnus-sorted-difference.
7983
7984         * gnus-range.el: Autoload cookies.
7985         (gnus-sorted-difference): New function.
7986         (gnus-sorted-ndifference): New function.
7987         (gnus-sorted-nintersection): Rename from
7988         gnus-set-sorted-intersection.
7989         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
7990         (gnus-list-range-difference): Rename from
7991         gnus-inverse-list-range-intersection.
7992         (gnus-inverse-list-range-intersection): Use defalias.
7993
7994         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
7995         gnus-sorted-ndifference, and gnus-sorted-nintersection.
7996         (gnus-articles-to-read): Use gnus-sorted-difference.
7997         (gnus-summary-limit-mark-excluded-as-read): Use
7998         gnus-sorted-intersection and gnus-sorted-ndifference.
7999         (gnus-list-of-read-articles): Use gnus-list-range-difference.
8000         (gnus-summary-insert-articles): Use gnus-sorted-difference.
8001
8002         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
8003
8004 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8005
8006         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
8007         property to the buffer for using emacs-w3m command keys.
8008
8009         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
8010         option.
8011
8012         * mm-view.el (mm-w3m-mode-map): New variable.
8013         (mm-w3m-mode-command-alist): New variable.
8014         (mm-w3m-minor-mode): Removed.
8015         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
8016         (mm-inline-text-html-render-with-w3m): Add keymap property to the
8017         buffer for using emacs-w3m command keys.
8018
8019 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
8020
8021         * message.el (message-mode-syntax-table): Move forward.
8022         (message-cite-prefix-regexp): Auto detect non word constituents.
8023         (message-cite-prefix-regexp): Don't use with-syntax-table.
8024
8025         * gnus-sum.el (gnus-summary-update-info): Use
8026         gnus-list-range-intersection.
8027
8028         * gnus-agent.el (gnus-agent-fetch-headers): Use
8029         gnus-list-range-intersection.
8030
8031         * gnus-range.el (gnus-range-normalize): Use correct predicate.
8032         (gnus-list-range-intersection): Use it.
8033         (gnus-inverse-list-range-intersection): Ditto.
8034         (gnus-sorted-intersection): Add doc.
8035         (gnus-set-sorted-intersection): Add doc.
8036         (gnus-sorted-union): New function.
8037         (gnus-set-sorted-union): New function.
8038
8039         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
8040         (gnus-inverse-list-range-intersection): Ditto.
8041
8042 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
8043
8044         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
8045
8046         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
8047         and permit `:' and `\' in order to handle full Windows pathnames.
8048         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
8049         technically not correct per standard, but seems to have common use.
8050
8051 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
8052
8053         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
8054         replacing numbers.
8055
8056 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
8057
8058         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
8059
8060         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
8061         Don't split when the window is small, e.g. when a small *BBDB*
8062         window is the lowest one.
8063
8064         * gnus-agent.el (gnus-agent-retrieve-headers): Use
8065         nnheader-find-nov-line to speed up. Use nreverse, because it is
8066         sorted. Use nnheader-insert-nov-file.
8067
8068 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8069
8070         * mm-decode.el (mm-inline-text-html-with-images): New user option.
8071
8072         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
8073         of `w3m-display-inline-images' with the value of
8074         `mm-inline-text-html-with-images'.
8075         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
8076
8077         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8078
8079 2002-01-27  Richard M. Stallman  <rms@gnu.org>
8080
8081         * time-date.el: Add autoload cookies.  Many doc fixes.
8082         (time-add): New function.
8083         (time-subtract): Renamed from subtract-time.
8084         (subtract-time): New alias for time-subtract.
8085
8086 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8087
8088         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
8089         emacs-w3m in doc-string.
8090
8091         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
8092         `w3m-current-buffer'.
8093
8094 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8095
8096         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
8097
8098         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
8099         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
8100         (mm-w3m-cid-retrieve): New function.
8101         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
8102
8103 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
8104
8105         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
8106
8107 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8108
8109         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
8110
8111 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8112
8113         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
8114         32K.
8115
8116         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
8117
8118         * nnmail.el (nnmail-article-group): Decode headers before running
8119         split rules over them.
8120         (nnmail-mail-splitting-charset): New variable.
8121
8122         * smiley.el: Replaced with smiley-ems.el.
8123
8124 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
8125
8126         * mm-url.el (mm-url-predefined-programs): Add w3m.
8127         (mm-url-program): Ditto.
8128
8129 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8130
8131         * nnml.el (nnml-use-compressed-files): New variable.
8132         (nnml-filenames-are-evil): Removed.
8133         (nnml-current-group-article-to-file-alist): Don't use.
8134         (nnml-update-file-alist): Inhibit.
8135         (nnml-article-to-file): Use new var.
8136
8137 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
8138
8139         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
8140
8141         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
8142
8143 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8144
8145         * gnus-agent.el (gnus-agent-load-alist): Use new caching
8146         function.
8147
8148         * gnus-util.el (gnus-cache-file-contents): New function.
8149
8150         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
8151         (gnus-agent-load-alist): Use it.
8152
8153         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
8154
8155         * nnheader.el (nnheader-insert-nov-file): New function.
8156
8157         * gnus-util.el (gnus-parse-without-error): Correct the loop.
8158
8159         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
8160         there are no references.
8161         (gnus-extract-message-id-from-in-reply-to): New function.
8162         (gnus-nov-parse-line): Use in-reply-to if there are no
8163         references.
8164
8165 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8166
8167         * nnagent.el (nnagent-retrieve-headers): Use new macro.
8168
8169         * gnus-util.el (gnus-parse-without-error): New macro.
8170
8171 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
8172
8173         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
8174         (gnus-article-wash-function): use locate-library to decide which
8175         to use.
8176
8177 2002-01-25  Simon Josefsson  <jas@extundo.com>
8178
8179         * pop3.el (pop3-munge-message-separator): Work if no date.
8180         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
8181
8182 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8183
8184         * gnus-agent.el (gnus-agent-save-alist): Fix.
8185
8186         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
8187         mistake.  Reinstated lost code.
8188
8189 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
8190
8191         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
8192         one exists in the case of an encrypted message with an internal
8193         signature.
8194
8195 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8196
8197         * gnus-agent.el (gnus-agent-save-alist): Optimized.
8198
8199 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8200
8201         * dgnushack.el: Commented out the experimental code.
8202
8203 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8204
8205         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
8206         error.
8207
8208         * gnus.el (gnus-server-to-method): Made into subst.
8209         (gnus-server-method-cache): New variable.
8210         (gnus-server-to-method): Use it.
8211         (gnus-group-method-cache): New variable.
8212         (gnus-find-method-for-group-1): Renamed.
8213         (gnus-find-method-for-group): New function.
8214         (gnus-group-method-cache): Removed.
8215
8216         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
8217         function.
8218
8219         * gnus-range.el (gnus-members-of-range): New function.
8220         (gnus-list-range-intersection): Renamed.
8221         (gnus-inverse-list-range-intersection): New function.
8222
8223         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
8224
8225         * nnagent.el (nnagent-retrieve-headers): New implementation.
8226
8227         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
8228         implementation.
8229
8230 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8231
8232         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
8233         `w3m-meta-content-type-charset-regexp'.
8234
8235         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
8236         charset-encoded html contents.
8237
8238 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
8239
8240         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
8241         an empty file.
8242
8243         * nnweb.el (url): Ignore errors when request url.
8244
8245         * nnrss.el: Clean up the comments.
8246
8247 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8248
8249         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
8250
8251         * mm-decode.el (mm-inline-text-html-renderer): New user option.
8252         (mm-inline-media-tests): Test whether the value of
8253         `mm-inline-text-html-renderer' is a function for text/html.
8254
8255         * mm-view.el (mm-inline-text-html-render-with-w3): New function
8256         separated from `mm-inline-text'.
8257         (mm-w3m-minor-mode): New variable.
8258         (mm-w3m-setup): New variable.
8259         (mm-setup-w3m): New function.
8260         (mm-inline-text-html-render-with-w3m): New function.
8261         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
8262         text/html.
8263
8264 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
8265
8266         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
8267
8268 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8269
8270         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
8271         and `gnus-xmas-completing-read'.
8272
8273 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8274
8275         * nneething.el (nneething-message-id-number): Abolished.
8276         (nneething-encode-file-name): Not encode numerical characters.
8277         (nneething-make-head): `nneething-message-id-number' is not
8278         used to generate message IDs.
8279
8280 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8281
8282         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
8283         characters.
8284
8285 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8286
8287         * gnus-xmas.el (gnus-xmas-completing-read): New function.
8288         (gnus-xmas-redefine): Redefine conditionally.
8289
8290 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
8291
8292         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
8293         tag.
8294
8295 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
8296
8297         * message.el (message-font-lock-keywords): Added the secure tag.
8298         * mml-sec.el: Added functions to generate/modify/remove the secure
8299         tag while in message mode.
8300         * mml-sec.el (mml-secure-message): New.
8301         * mml-sec.el (mml-unsecure-message): New.
8302         * mml-sec.el (mml-secure-message-sign-smime): New.
8303         * mml-sec.el (mml-secure-message-sign-pgp): New.
8304         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
8305         * mml-sec.el (mml-secure-message-encrypt-smime): New.
8306         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
8307         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
8308         * mml.el (mml-parse-1): Added code to recognise the secure tag and
8309         convert it to either a part or multipart depending on if there are
8310         other parts in the message.
8311         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
8312         to use the secure tag, rather than the part tag.
8313         * mml.el (mml-preview): Added a save-excursion to keep cursor
8314         position after doing an MML preview.
8315
8316 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8317
8318         * nnheader.el (nnheader-parse-overview-file): New function.
8319         (nnheader-write-overview-file): New function.
8320
8321 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8322
8323         * gnus.el (gnus-group-fast-parameter): Check better if expansion
8324         in wanted.
8325
8326         * nnweb.el (nnweb-type-definition): Clean up.
8327
8328 2002-01-21  Alastair Burt  <burt@dfki.de>
8329         Trivial patch.
8330
8331         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
8332         buffer exists before jumping to it.
8333
8334 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8335
8336         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
8337         function.
8338         (article-wash-html): Use it.
8339         (gnus-article-wash-function): New variable.
8340         (gnus-article-wash-html-with-w3m): New function.
8341
8342 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
8343
8344         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
8345         XEmacs.
8346
8347 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
8348
8349         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
8350         command line.
8351
8352 2002-01-21  Simon Josefsson  <jas@extundo.com>
8353
8354         * canlock.el (base64-encode-string): Autoload it from base64.
8355         (canlock-make-cancel-key): Base64 encode unibyte string.
8356
8357 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8358
8359         * nnfolder.el (nnfolder-request-accept-article): Unfold
8360         x-from-line.
8361         (nnfolder-request-replace-article): Ditto.
8362
8363 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
8364
8365         * gnus-group.el (gnus-group-best-unread-group): Use the right
8366         positioning function.
8367
8368 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8369
8370         * smiley-ems.el (smiley-region): Use new function.
8371         (smiley-update-cache): Use general image functions.
8372         (smiley-region): Use general functions.
8373
8374         * gnus-util.el (gnus-graphic-display-p): New function.
8375
8376         * nnmail.el (nnmail-article-group): Allow outputting traces of
8377         non-strings.
8378
8379         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
8380         (nndoc-exim-bounce-type-p): New function.
8381
8382         * message.el (message-dont-send): Doc fix.
8383
8384         * gnus-util.el (gnus-completing-read): Remove
8385         inherit-input-method.
8386
8387         * gnus-art.el (gnus-treat-smiley): Doc fix.
8388
8389         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
8390         articles.
8391
8392 2002-01-19  Simon Josefsson  <jas@extundo.com>
8393
8394         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
8395         (imap-kerberos4-open): Ditto.
8396         (imap-open): Set port correctly, don't set auth.
8397
8398 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8399
8400         * gnus.el (gnus-version-number): Bump version number.
8401
8402 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8403
8404         * gnus.el: Oort Gnus v0.05 is released.
8405
8406 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8407
8408         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
8409         exists.
8410
8411         * gnus-spec.el (gnus-string-width-function): New function.
8412         (gnus-tilde-cut-form): Use it.
8413         (gnus-tilde-max-form): Ditto.
8414         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
8415         (gnus-substring-function): Use it.
8416         (gnus-tilde-cut-form): Ditto.
8417         (gnus-substring-function): New function.
8418
8419         * message.el (message-check-news-header-syntax): New message.
8420
8421         * gnus.el (gnus-slave-no-server): Doc fix.
8422
8423         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
8424
8425 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8426
8427         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
8428         `seen' if it looks like (seen NUM1 . NUM2).  It should be
8429         (seen (NUM1 . NUM2)).
8430
8431 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8432
8433         * gnus-topic.el (gnus-topic-catchup-articles): Update article
8434         number in closed topics.
8435
8436 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
8437
8438         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
8439         functions.
8440
8441 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8442
8443         * gnus.el (gnus-group-find-parameter): Clean up.
8444
8445         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
8446         articles.
8447
8448         * gnus-util.el (gnus-completing-read-with-default): Renamed.
8449
8450         * nnmail.el (nnmail-article-group): Clean up.
8451
8452 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
8453
8454         * gnus-agent.el (gnus-category-name): Intern the category name.
8455
8456 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8457
8458         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
8459
8460         * gnus-util.el (gnus-completing-read): New function.
8461
8462 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
8463
8464         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
8465
8466         * smiley-ems.el (smiley-region): Register smiley.
8467         (smiley-toggle-buffer): Rewrite the function.
8468         (smiley-active): Removed.
8469
8470 2002-01-19  Simon Josefsson  <jas@extundo.com>
8471
8472         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
8473         Jesper Harder <harder@ifa.au.dk>.
8474
8475 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8476
8477         * gnus-art.el (gnus-request-article-this-buffer): Call
8478         `nneething-get-file-name' to extract the file name from the
8479         message id.
8480
8481         * nneething.el (nneething-encode-file-name): New function.
8482         (nneething-decode-file-name): Ditto.
8483         (nneething-get-file-name): Ditto.
8484         (nneething-make-head): Encode the file name and encapsulate it
8485         into the field of the message id.
8486
8487 2002-01-18  Simon Josefsson  <jas@extundo.com>
8488
8489         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
8490         stored in .marks.
8491
8492         * nnfolder.el (nnfolder-request-update-info): Ditto.
8493
8494 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
8495
8496         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
8497
8498 2002-01-18  Simon Josefsson  <jas@extundo.com>
8499
8500         * imap.el (imap-starttls-p): Don't check for binary.
8501         (imap-gssapi-auth-p): Ditto.
8502         (imap-kerberos4-auth-p): Ditto.
8503         (imap-open): Change logic.  Iterate through all possible streams,
8504         instead of bailing out after first failure.  Move authenticator
8505         decision to `imap-authenticate'.
8506         (imap-authenticate): Change logic, now finds the authenticator to
8507         use, was previously in `imap-open'.
8508         (imap-open): Return nil on failure.
8509         (imap-open): Setup temp buffer correctly.
8510         (imap-open): Return buffer only on success.
8511         (imap-interactive-login, imap-interactive-login): Tell the user
8512         which stream/authenticator is used for the queried
8513         username/password.
8514         (imap-open, imap-authenticate): Set variables.
8515         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
8516         (imap-open): Don't assume how `with-temp-buffer' is implemented.
8517
8518 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8519
8520         * gnus-fun.el (gnus-grab-cam-x-face): New function.
8521
8522 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8523
8524         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
8525
8526 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
8527
8528         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
8529         (gnus-agent-group-mode-map): Bind it to "Jo".
8530         (gnus-agent-group-make-menu-bar): Add it into menu bar.
8531
8532 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
8533
8534         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
8535         (gnus-summary-mail-toolbar): Add mail article deletion button.
8536
8537         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
8538         false positives for lines of "^^^^".
8539
8540         * gnus-picon.el (gnus-picon-find-face): faces database is all
8541         lowercase.
8542
8543 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
8544
8545         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
8546         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
8547         duplications.
8548         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
8549
8550 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8551
8552         * gnus-sum.el (gnus-summary-initial-limit): Inline
8553         gnus-summary-limit-children.
8554         (gnus-summary-initial-limit): Don't limit if
8555         gnus-newsgroup-display is nil.
8556         (gnus-summary-initial-limit): No, don't.
8557
8558         * gnus-util.el
8559         (gnus-put-text-property-excluding-characters-with-faces): Inline
8560         gnus-put-text-property.
8561
8562         * gnus-spec.el (gnus-default-format-specs): New variable.
8563
8564         * gnus-start.el (gnus-read-newsrc-file): Don't clear
8565         gnus-format-specs.
8566         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
8567
8568         * gnus-spec.el (gnus-update-format-specifications): Really check
8569         the Gnus version of the .newsrc.eld file.
8570         (gnus-format-specs): Save the new default summary format.
8571
8572         * gnus-util.el (gnus-parent-id): Check whether references is empty
8573         before splitting.
8574
8575         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
8576         functions.
8577         (gnus-gather-threads-by-references): Inline
8578         `gnus-split-references'.
8579
8580         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
8581         default value of gnus-summary-line-format-spec.
8582
8583 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
8584
8585         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
8586         message.
8587         (nnslashdot-request-list): Ditto.
8588         (nnslashdot-sid-strip): Removed.
8589
8590 2002-01-15  Simon Josefsson  <jas@extundo.com>
8591
8592         * nnimap.el (nnimap-close-asynchronous): Enable.
8593         (nnimap-close-group): Expunge.
8594
8595 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
8596
8597         * gnus-util.el (gnus-user-date-format-alist): Typo.
8598         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
8599
8600 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8601
8602         * nneething.el (nneething-request-article): Set
8603         `nnmail-file-coding-system' to `binary' locally, in order to read
8604         files without any conversion.
8605
8606 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
8607
8608         * gnus-agent.el (gnus-agent-retrieve-headers): Use
8609         nnheader-file-coding-system and nnmail-active-file-coding-system.
8610         (gnus-agent-regenerate-group): Ditto.
8611         (gnus-agent-regenerate): Ditto.
8612         (gnus-agent-write-active): Ditto.
8613         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
8614
8615 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
8616
8617         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
8618         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
8619
8620 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
8621
8622         * gnus.el: We don't need gnus-article-show-all-headers.
8623
8624         * gnus-art.el (article-show-all, gnus-article-show-all-header):
8625         Ditto.
8626
8627         * gnus-sum.el (gnus-summary-select-article): Don't call
8628         show-all-headers, because hidden headers are not hidden text any
8629         more.
8630
8631 2002-01-13  Simon Josefsson  <jas@extundo.com>
8632
8633         * message.el (message-newline-and-reformat): Use `newline' instead
8634         of inserting \n, so that the newline is marked as hard.
8635
8636         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
8637         From Jesper Harder <harder@ifa.au.dk>.
8638
8639 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
8640
8641         * imap.el (imap-close): Keep going if quit.
8642
8643         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
8644         nntp-server-buffer.
8645
8646 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8647
8648         * mm-view.el (mm-display-inline-fontify): Require font-lock to
8649         avoid unbinding shadowed variables.
8650
8651         * gnus-art.el (gnus-picon-databases): Moved here.
8652         (gnus-picons-installed-p): Moved here.
8653         (gnus-article-reply-with-original): Use `mark'.
8654
8655         * gnus.el (gnus-picon): Moved here and renamed.
8656
8657         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
8658         installed.
8659         (gnus-treat-mail-picon): Ditto.
8660         (gnus-treat-newsgroups-picon): Ditto.
8661
8662         * gnus-picon.el (gnus-picons-installed-p): New function.
8663
8664 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
8665
8666         * gnus-agent.el (gnus-agent-go-online): Fix doc.
8667
8668 2002-01-12  Simon Josefsson  <jas@extundo.com>
8669
8670         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
8671         (nnimap-before-find-minmax-bugworkaround): Use it.
8672         (nnimap-find-minmax-uid): Don't reselect current mailbox.
8673         (nnimap-dont-close): New variable.
8674         (nnimap-close-group): Use it.
8675
8676 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8677
8678         * gnus-art.el (gnus-article-reply-with-original): Use
8679         `mark-active'.
8680
8681         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
8682
8683         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
8684         (gnus-score-advanced): Clean up.
8685         (gnus-score-advanced): Accept a multiple of the score.
8686
8687 2002-01-12  Simon Josefsson  <jas@extundo.com>
8688
8689         * flow-fill.el (fill-flowed-display-column)
8690         (fill-flowed-encode-columnq): New variables.  Suggested by
8691         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
8692         (fill-flowed-encode, fill-flowed): Use them.
8693
8694         * message.el (message-send-news, message-send-mail): Use
8695         m-b-s-n-p-e-h-n.
8696
8697         * mml.el (autoload): Autoload fill-flowed-encode.
8698         (mml-buffer-substring-no-properties-except-hard-newlines): New
8699         function.
8700         (mml-read-part): Use it.
8701         (mml-generate-mime-1): Encode format=flowed if appropriate.
8702         (mml-insert-mime-headers): Insert format=flowed.
8703
8704         * flow-fill.el (fill-flowed-encode): New function.
8705         (fill-flowed): Bind fill-column to window width.
8706
8707 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8708
8709         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
8710         it exists.
8711         (gnus-summary-setup-buffer): Wake up dead summary buffers.
8712         (gnus-summary-buffer-name): Don't return the dead name after all.
8713         (gnus-summary-setup-buffer): Kill the dead buffer.
8714
8715         * gnus-art.el (gnus-article-followup-with-original): Store the
8716         value of the mark before deactivating it.
8717
8718 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8719
8720         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
8721         From: Karl Kleinpaste <karl@charcoal.com>
8722
8723         * gnus-art.el (article-display-x-face): Ditto.
8724         (gnus-article-reply-with-original): Use gnus-region-active-p.
8725         (gnus-article-followup-with-original): Ditto.
8726
8727         * gnus-sum.el (gnus-summary-read-group-1): Don't select
8728         downloadable article either.
8729
8730 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8731
8732         * gnus-art.el (article-display-x-face): Insert From:.
8733
8734         * gnus-sum.el (gnus-summary-move-article): Don't draw the
8735         article. Bind gnus-display-mime-function and
8736         gnus-article-prepare-hook.
8737
8738         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
8739         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
8740         gnus-agent-possibly-synchronize-flags to the last.
8741         (gnus-agent-go-online): New function. New variable.
8742
8743 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8744
8745         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
8746         (gnus-agent-regenerate): Ditto.
8747
8748 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8749
8750         * message.el (message-ignored-news-headers)
8751         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
8752         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
8753
8754         * gnus.el (gnus-gethash-safe): New macro.
8755
8756         * gnus-agent.el (gnus-agent-regenerate-history): New function.
8757         (gnus-agent-regenerate): Show messages.
8758
8759 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8760
8761         * gnus-agent.el (gnus-agent-regenerate-group): New function.
8762         (gnus-agent-regenerate): New function.
8763         (gnus-agent-save-alist): Sort.
8764         (gnus-agent-copy-nov-line): Test eobp.
8765         (gnus-agent-retrieve-headers): Erase buffer.
8766
8767 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
8768
8769         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
8770         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
8771
8772         * gnus.el (gnus-agent-covered-methods): Move here.
8773         (gnus-online): New function.
8774         (gnus-agent-method-p): Move here.
8775
8776         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
8777         nil. Remove articles-alist.
8778
8779         * gnus-start.el (gnus-get-unread-articles): Check online.
8780         (gnus-groups-to-gnus-format): Ditto.
8781         (gnus-active-to-gnus-format): Ditto.
8782
8783         * gnus-agent.el (gnus-agent-get-function): Use it.
8784         (gnus-agent-get-undownloaded-list): Ditto.
8785         (gnus-agent-fetch-session): Only fetch online methods.
8786
8787         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
8788         (gnus-server-mode-map): Ditto.
8789         (gnus-server-offline-face): New face.
8790         (gnus-server-offline-face): New variable.
8791         (gnus-server-font-lock-keywords): Add offline.
8792         (gnus-server-insert-server-line): Ditto.
8793         (gnus-server-offline-server): New function.
8794
8795         * gnus-int.el (gnus-open-server): Turn to offline.
8796         (gnus-server-unopen-status): New variable.
8797
8798 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
8799
8800         * nnkiboze.el (nnkiboze-request-article): Use
8801         gnus-agent-request-article.
8802
8803         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
8804         function. Insert undownloaded NOV.
8805
8806         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
8807         (gnus-agent-request-article): New function.
8808
8809         * gnus.el (gnus-agent-cache): New variable.
8810
8811         * gnus-int.el (gnus-retrieve-headers): Use
8812         gnus-agent-retrieve-headers.
8813         (gnus-request-head): Use gnus-agent-request-article.
8814         (gnus-request-body): Ditto.
8815
8816         * gnus-art.el (gnus-request-article-this-buffer): Use
8817         gnus-agent-request-article.
8818
8819         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
8820         article if it is undownloaded.
8821
8822 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8823
8824         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
8825
8826 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8827
8828         * canlock.el (canlock-string-as-unibyte): New macro.
8829         (canlock-sha1-with-openssl): Return a unibyte string.
8830         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
8831
8832 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
8833
8834         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
8835
8836 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8837
8838         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
8839         application/x-emacs-lisp.
8840
8841         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
8842
8843         * nntp.el (nntp-request-article): Add group parameter.
8844         (nntp-request-head): Ditto.
8845         (nntp-find-group-and-number): Add parameter group. Figure out
8846         number if the status line doesn't give (e.g. quimby.gnus.org).
8847
8848 2002-01-08  Simon Josefsson  <jas@extundo.com>
8849
8850         * mml.el (mml-generate-mime-1): Set recipient correctly.
8851
8852 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8853
8854         * message.el (message-read-from-minibuffer): Add parameter
8855         initial-contents.
8856         * gnus-msg.el (gnus-summary-resend-message): Use it.
8857
8858         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
8859         behavior of quit-config.
8860
8861         * message.el (message-make-from): Don't quote fullname.
8862         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
8863
8864         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
8865         From: <andre@slamdunknetworks.com>
8866
8867 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
8868
8869         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
8870
8871         * gnus-art.el (gnus-header-button-alist): Handle mailto.
8872
8873         * mml.el (mml-preview): Bind gnus-original-article-buffer because
8874         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
8875         because bbdb may use it.
8876
8877 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8878
8879         * nneething.el (nneething-request-article): When a non-text file
8880         is converted to an article, its data is encoded in base64.  Call
8881         `nneething-make-head' with options to specify MIME types.
8882         (nneething-make-head): Add optional arguments to specify MIME
8883         types.
8884
8885 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8886
8887         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
8888         header if there is not.
8889
8890         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
8891
8892         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
8893         (gnus-inews-mark-gcc-as-read): Obsolete variable.
8894         (gnus-inews-do-gcc): Use them.
8895
8896         * gnus-group.el (gnus-group-mark-article-read): Put holes into
8897         gnus-newsgroup-unselected.
8898
8899 2002-01-06  Simon Josefsson  <jas@extundo.com>
8900
8901         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
8902         condition-case, not ignore-errors.
8903
8904 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8905
8906         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
8907         gnus-fetch-old-headers.
8908
8909         * gnus-art.el (article-display-x-face): Use the current buffer
8910         unless `W f'. Otherwise, X-Face may be shown in the header of a
8911         forwarded part.
8912         (gnus-treatment-function-alist): Treat xface before hiding
8913         headers.
8914
8915 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8916
8917         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
8918         parameters.
8919
8920 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8921
8922         * mm-util.el (mm-multibyte-p): Define conditionally when load.
8923         (mm-guess-charset): New function.
8924         (mm-charset-after): Use it.
8925         (mm-detect-coding-region): New function.
8926         (mm-detect-mime-charset-region): New function.
8927
8928         * gnus-sum.el (gnus-summary-show-article): Use
8929         mm-detect-coding-region.
8930
8931 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8932
8933         * message.el (message-make-fqdn): Be less violent.
8934
8935         * gnus.el (gnus-logo-color-style): Compute custom form
8936         automatically.
8937
8938         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
8939         score file of the parent to the document group.
8940
8941         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
8942         parameters parameter.
8943
8944         * gnus-score.el (gnus-score-load-file): Clean up.
8945
8946 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8947
8948         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
8949         From: Damien Wyart <damien.wyart@free.fr>
8950
8951         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
8952
8953 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
8954
8955         * gnus-sum.el (gnus-select-group-hook): Typo.
8956
8957         * rfc2047.el (rfc2047-decode-string): Return immediately if there
8958         is no quoted-printable-encoded STRING.
8959         From: Jesper Harder <harder@ifa.au.dk>
8960
8961         (rfc2047-decode-string): Decode it.
8962
8963 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8964
8965         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
8966
8967 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
8968         Trivial patch.
8969
8970         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
8971         buffer to get rid of junk line.
8972
8973 2002-01-05  Simon Josefsson  <jas@extundo.com>
8974
8975         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
8976         C-o.
8977         (message-mode-map): Bind message-insert-or-toggle-importance to
8978         C-c C-u.
8979         (message-mode-map): Bind message-disposition-notification-to to
8980         C-c M-n.
8981         (message-mode-menu): Add m-d-n-t.
8982         (message-mode-field-menu): Add m-goto-from.
8983         (message-mode): Doc fix.
8984         (message-goto-from): New function.
8985         (message-insert-disposition-notification-to): New function.
8986         (message-tool-bar-map): Add receipt button.
8987
8988 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8989
8990         * gnus-sum.el (gnus-thread-latest-date): New function.
8991         (gnus-thread-sort-by-most-recent-number): Renamed.
8992         (gnus-thread-sort-functions): Doc fix.
8993         (gnus-select-group-hook): Don't use setq on a hook.
8994         (gnus-thread-latest-date): Use date, not number
8995
8996         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
8997         (gnus-agent-expire): Allow regexp of expire-days.
8998
8999         * gnus-art.el (gnus-article-reply-with-original): Deactivate
9000         region.
9001         (gnus-article-followup-with-original): Ditto.
9002
9003         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
9004
9005         * gnus-art.el (gnus-mime-display-alternative): Use
9006         gnus-local-map-property.
9007         (gnus-mime-display-alternative): Ditto.
9008         (gnus-insert-mime-security-button): Ditto.
9009         (gnus-insert-next-page-button): Ditto.
9010         (gnus-button-prev-page): Take optional args.
9011         (gnus-insert-prev-page-button): widget-convert.
9012
9013         * gnus-util.el (gnus-local-map-property): New function.
9014
9015         * gnus-art.el (gnus-prev-page-map): Use parent map.
9016         (gnus-next-page-map): Ditto.
9017
9018         * gnus-spec.el (gnus-parse-format): Clean up.
9019         (gnus-parse-format): Do complex formatting for %=.
9020
9021         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
9022         "X-Face: " to the data in the built-in scenario.
9023
9024         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
9025         (gnus-correct-pad-form): Renamed.
9026         (gnus-tilde-max-form): Clean up.
9027         (gnus-pad-form): Use gnus-use-correct-string-widths.
9028
9029         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
9030         support if that is available.
9031
9032         * gnus-sum.el (gnus-thread-highest-number): New function.
9033         (gnus-thread-sort-by-most-recent-thread): New function.
9034         (gnus-thread-sort-functions): Doc fix.
9035
9036 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
9037
9038         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
9039         all cases.
9040         (gnus-summary-mode): Enable it in all cases.
9041         (gnus-summary-display-article): Ditto.
9042         (gnus-summary-edit-article): Ditto.
9043
9044         * gnus-ems.el (gnus-put-image): Really return glyph.
9045
9046         * gnus-art.el (gnus-article-x-face-command): Fix :type.
9047         (gnus-treat-smiley): Don't take "P" in the interactive form.
9048
9049 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9050
9051         * compface.el (uncompface): XEmacs and Emacs have differing
9052         capabilities.
9053
9054         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
9055
9056         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
9057         (gnus-article-xface-ring-size): Removed.
9058         (gnus-article-display-xface): Removed.
9059         (gnus-remove-image): Cleaned up.
9060
9061         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
9062         (gnus-xmas-create-image): Take pbm files.
9063         (gnus-x-face): Removed.
9064         (gnus-xmas-article-display-xface): Removed.
9065
9066         * gnus-fun.el (gnus-display-x-face-in-from): Bind
9067         default-enable-multibyte-characters.
9068
9069         * compface.el (uncompface): Doc fix.
9070
9071         * gnus-art.el (gnus-article-x-face-command): Use
9072         gnus-display-x-face-in-from.
9073
9074         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
9075
9076         * gnus-ems.el (gnus-put-image): Return the image.
9077
9078         * gnus-fun.el (gnus-display-x-face-in-from): New function.
9079         (gnus-x-face): Moved here.
9080
9081 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
9082
9083         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
9084         invisible if string is nil.
9085         (gnus-xmas-article-display-xface): Use it.
9086
9087         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
9088         property when string is nil.
9089         (gnus-article-display-xface): Use it.
9090
9091 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9092
9093         * gnus-art.el (article-display-x-face): Check whether valid grey
9094         face was returned.
9095         (article-display-x-face): Place image in the right spot.
9096
9097         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
9098         stderr.
9099         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
9100
9101 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9102
9103         * gnus-xmas.el (gnus-xmas-create-image): Take optional
9104         parameters.
9105         (gnus-xmas-put-image): Allow non-strings to be passed.
9106
9107         * gnus-art.el (article-display-x-face): Use optional parameters.
9108
9109         * gnus-ems.el (gnus-create-image): Take optional parameters.
9110
9111         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
9112
9113         * compface.el (compface-xbm-p): Removed.
9114
9115         * gnus-ems.el (gnus-article-compface-xbm): Removed.
9116         (gnus-article-display-xface): Use compface.
9117
9118         * compface.el: New file.
9119
9120         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
9121         (gnus-convert-image-to-x-face-command): Ditto.
9122         (gnus-random-x-face): Quote argument.
9123         (gnus-x-face-from-file): Ditto.
9124
9125 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
9126
9127         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
9128         the expire-group parameter once per article rather than once
9129         per group; bind `nnmaildir-article-file-name' and `article'
9130         for convenience.  Leave article alone when expire-group
9131         specifies the current group.
9132         (nnmaildir--update-nov): be more concurrency-friendly with
9133         temp file names.
9134
9135 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9136
9137         * gnus-start.el (gnus-read-init-file): Cleaned up.
9138
9139 2002-01-03  Dave Love  <d.love@dl.ac.uk>
9140
9141         * gnus-start.el (gnus-startup-file-coding-system): Removed.
9142         (gnus-read-init-file): Don't use it.
9143
9144 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9145
9146         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
9147
9148 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9149
9150         * gnus-start.el (gnus-read-init-file): Don't force coding system
9151         for ~/.gnus.  From Dave Love <fx@gnu.org>.
9152
9153 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9154
9155         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
9156         * nnspool.el (nnspool-request-post): Ditto.
9157
9158         * mm-util.el (mm-use-find-coding-systems-region): New variable.
9159         (mm-find-mime-charset-region): Use it.
9160
9161 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
9162
9163         * gnus.el (gnus-summary-line-format): Added :link.
9164         * gnus-topic.el (gnus-topic-line-format): Ditto.
9165         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
9166         * gnus-srvr.el (gnus-server-line-format): Ditto.
9167         * gnus-group.el (gnus-group-line-format): Ditto.
9168
9169         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
9170         :keys, it works on both Emacsen.
9171
9172 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9173
9174         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
9175
9176 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9177
9178         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
9179
9180 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
9181
9182         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
9183         very wide reply.
9184
9185 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9186
9187         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
9188         (gnus-picon-cache): New variable.
9189         (gnus-picon-transform-newsgroups): Cache stuff.
9190
9191         * gnus-art.el (gnus-article-reply-with-original): New command.
9192         (gnus-article-followup-with-original): New command.
9193
9194         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
9195         END parameters.
9196         (gnus-summary-followup): Take a list of list of articles.
9197         (gnus-inews-yank-articles): Allow lists of article/regions.
9198
9199         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
9200         longer the usual commands.
9201
9202         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
9203         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
9204         shell-command-on-region.
9205
9206 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9207
9208         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
9209           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
9210
9211 2002-01-03  Steve Youngs  <youngs@xemacs.org>
9212
9213         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
9214         understand ':keys', wrap it in an featurep 'xemacs.
9215
9216 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9217
9218         * gnus-ems.el (gnus-article-display-xface): Show xface in the
9219         order of headers (Actually, it is called in a reversed order). Add
9220         'gnus-image-text-deletable property.
9221         (gnus-remove-image): Remove text with such a property.
9222
9223         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
9224         gnus-put-image.
9225
9226         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
9227         with ", "
9228
9229 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9230
9231         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
9232
9233         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
9234         (article-display-x-face): Display grey X-Faces.
9235
9236         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
9237         (gnus-convert-gray-x-face-to-ppm): Ditto.
9238         (gnus-convert-image-to-gray-x-face): Ditto.
9239
9240         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
9241         gnus-summary-show-raw-article.
9242
9243 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9244
9245         Display picons in XEmacs without showing text.
9246
9247         * gnus-xmas.el (gnus-xmas-create-image): Don't use
9248         mm-create-image-xemacs to create xbm glyph, because it deletes
9249         temporary files.
9250         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
9251         (gnus-xmas-remove-image): Make text visible, remove glyph.
9252
9253         * gnus-picon.el (gnus-picon-transform-newsgroups)
9254         (gnus-picon-transform-address): Insert spec backward, due to the
9255         incompatibility of gnus-xmas-put-image.
9256
9257 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9258
9259         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
9260
9261 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9262
9263         * gnus.el: Doc fix.
9264
9265         * gnus-art.el: Doc fix.
9266
9267         * gnus-agent.el: Doc fix.
9268
9269 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
9270
9271         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
9272
9273 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
9274
9275         * nnmaildir.el (nnmaildir--update-nov): automatically parse
9276         NOV data out of the message again if nnmail-extra-headers has
9277         changed.
9278
9279 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9280
9281         * gnus-fun.el: New file.
9282         (gnus-convert-image-to-x-face-command): New variable.
9283         (gnus-insert-x-face): New function.
9284         (gnus-random-x-face): Renamed.
9285         (gnus-x-face-from-file): Renamed.
9286
9287         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
9288         "_".
9289         (gnus-body-boundary-delimiter): Typo fix.
9290
9291 2002-01-02  Simon Josefsson  <jas@extundo.com>
9292
9293         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
9294         (gnus-body-boundary-delimiter): Fix type.
9295
9296 2002-01-01  Simon Josefsson  <jas@extundo.com>
9297
9298         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
9299         (gnus-treat-emphasize, gnus-treat-strip-cr)
9300         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
9301         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
9302         (gnus-treat-fill-article, gnus-treat-hide-citation)
9303         (gnus-treat-hide-citation-maybe)
9304         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
9305         (gnus-treat-strip-pem, gnus-treat-strip-banner)
9306         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
9307         (gnus-treat-date-ut, gnus-treat-date-local)
9308         (gnus-treat-date-english, gnus-treat-date-lapsed)
9309         (gnus-treat-date-original, gnus-treat-date-iso8601)
9310         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
9311         (gnus-treat-strip-trailing-blank-lines)
9312         (gnus-treat-strip-leading-blank-lines)
9313         (gnus-treat-strip-multiple-blank-lines)
9314         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
9315         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
9316         (gnus-treat-display-xface, gnus-treat-display-smileys)
9317         (gnus-treat-from-picon, gnus-treat-mail-picon)
9318         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
9319         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
9320         (gnus-treat-play-sounds, gnus-treat-translate)
9321         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
9322
9323         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
9324         (gnus-article-treat-body-boundary): Use it.
9325
9326         * message.el (message-mode): Fix doc.
9327         (message-mode-menu): Fix names.
9328
9329 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9330
9331         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
9332         articles.
9333
9334         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
9335         (gnus-picon-transform-address): Search for unknown faces as well.
9336         (gnus-picon-find-face): Don't search "news" for MISC.
9337         (gnus-picon-user-directories): Changed default back to exclude
9338         "unknown".
9339
9340         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
9341
9342         * gnus-picon.el (gnus-picon-find-face): Search through all
9343         databases.
9344         (gnus-picon-find-face): New implementation.
9345
9346         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
9347         keystroke.
9348         (gnus-topic-goto-next-topic): Ditto.
9349
9350         * gnus.el (gnus-summary-line-format): Changed default.
9351
9352         * nnmail.el (nnmail-extra-headers): Change default.
9353
9354         * gnus-sum.el (gnus-extra-headers): Change default.
9355
9356         * message.el (message-news-other-window): Changed "news" to
9357         "posting".
9358         (message-news-other-frame): Ditto.
9359         (message-do-send-housekeeping): Ditto.
9360
9361         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
9362         function.
9363         (gnus-article-unread-p): New function.
9364         (gnus-article-unseen-p): New function.
9365         (gnus-dead-summary-mode-map): Typo.
9366
9367         * gnus-util.el (gnus-make-predicate): New function.
9368         (gnus-make-predicate-1): New function.
9369
9370         * gnus-sum.el: New function.
9371         (gnus-map-articles): New function.
9372
9373         * gnus-art.el (gnus-treat-fold-headers): New variable.
9374         (gnus-article-treat-fold-headers): New command and keystroke.
9375
9376         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
9377         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
9378
9379 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
9380
9381         * message.el (message-fcc-externalize-attachments): New variable.
9382         (message-do-fcc): Use it.
9383
9384         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
9385         (gnus-inews-do-gcc): Use it.
9386
9387         * mml.el (mml-tweak-sexp-alist): New variable.
9388         (mml-externalize-attachments): New variable.
9389         (mml-tweak-part): Use mml-tweak-sexp-alist.
9390         (mml-tweak-externalize-attachments): New function.
9391
9392 2002-01-01  Steve Youngs  <youngs@xemacs.org>
9393
9394         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
9395         'set-glyph-face' so x-face back/foreground can be set.
9396
9397 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
9398
9399         * message.el (message-fix-before-sending): Fix a typo.
9400
9401 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9402
9403         * gnus-art.el (gnus-treat-smiley): Renamed command.
9404         (gnus-article-remove-images): New command and keystroke.
9405
9406         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
9407
9408         * smiley-ems.el (gnus-smiley-display): Removed.
9409
9410         * gnus.el (gnus-version-number): Update version.
9411
9412         * message.el (message-text-with-property): Renamed and moved
9413         here.
9414         (message-fix-before-sending): Highlight invisible text and place
9415         point there.
9416
9417 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9418
9419         * gnus.el: Oort Gnus v0.04 is released.
9420
9421 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9422
9423         * gnus-delay.el (gnus-delay-send-queue): Renamed.
9424
9425         * gnus-art.el (gnus-ignored-headers): More headers,
9426
9427         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
9428         of `scan-error', since XEmacs doesn't seem to support that.
9429
9430 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9431
9432         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
9433         arg.
9434         (gnus-summary-best-unread-subject): Ditto.
9435         (gnus-summary-best-unread-subject): No, don't.
9436         (gnus-summary-better-unread-subject): New command.
9437
9438         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
9439
9440         * lpath.el ((featurep 'xemacs)): fbind url function.
9441
9442         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
9443         buffer.
9444         (gnus-xmas-remove-image): Implementation that does something.
9445         (gnus-xmas-article-display-xface): Mark images properly.
9446
9447         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
9448
9449 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
9450
9451         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
9452
9453 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9454
9455         * gnus-group.el (gnus-group-line-format): Added %O to the default
9456         value.
9457
9458         * gnus-util.el (gnus-text-with-property): The smallest point is
9459         point-min.
9460
9461         * smiley-ems.el (smiley-region): Return images.
9462         (gnus-smiley-display): Allow toggling.
9463         (smiley-region): Use text properties, not overlays.
9464
9465         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
9466         implemented yet.
9467
9468         * smiley-ems.el (smiley-update-cache): Check for valid types.
9469
9470         * gnus-art.el (gnus-with-article-buffer): New macro.
9471
9472         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
9473         strings as well as the glyphs.
9474         (gnus-picon-transform-address): Ditto.
9475         (gnus-picon-insert-glyph): Ditto.
9476         (gnus-picon-transform-newsgroups): Toggle.
9477         (gnus-picon-transform-address): Toggle.
9478
9479         * gnus-ems.el (gnus-remove-image): New function.
9480         (gnus-put-image): Take an optional string.
9481
9482         * gnus-util.el (gnus-text-with-property): New function.
9483
9484         * gnus-art.el (gnus-delete-images): New function.
9485
9486         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
9487
9488         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
9489         (gnus-article-wash-status): Use it.
9490         (gnus-signature-toggle): Clean up.
9491         (gnus-add-wash-status): New function.
9492         (gnus-delete-wash-status): New function.
9493         (gnus-article-hide-text-type): Use them throughout.
9494         (gnus-add-image): New function.
9495
9496         * gnus-ems.el (gnus-article-display-xface): Use new interface.
9497
9498         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
9499         interface.
9500
9501         * gnus-art.el (article-display-x-face): Cleaned up.
9502
9503         * rfc2047.el (rfc2047-field-value): New function.
9504
9505         * mail-parse.el (mail-header-field-value): New alias.
9506
9507         * gnus-art.el (gnus-mime-print-part): Fix typos.
9508
9509         * smiley-ems.el (gnus-smiley-file-types): New variable.
9510         (smiley-update-cache): Use it.
9511         (smiley-regexp-alist): Suffix-less smiley names.
9512         (smiley-regexp-alist): Added more smileys.
9513
9514         * gnus-sum.el (gnus-print-buffer): Made into own function.
9515         (gnus-summary-print-article): Use it.
9516
9517         * mailcap.el (mailcap-mime-info): Actually return the bit that we
9518         looked for when REQUEST is a string.
9519
9520         * gnus-art.el (gnus-mime-button-commands): Add printing
9521         keystroke.
9522         (gnus-mime-copy-part): Doc fix.
9523         (gnus-mime-print-part): New command.
9524
9525 2001-12-31  Simon Josefsson  <jas@extundo.com>
9526
9527         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
9528         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
9529
9530 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
9531
9532         * gnus-picon.el (gnus-treat-from-picon): Autoload.
9533         (picon): Fix doc.
9534
9535         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
9536         longer exists. Remove those codes.
9537         * gnus.el (gnus-use-picons): Ditto.
9538
9539 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9540
9541         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
9542         infloop.
9543
9544         * gnus-sum.el (t): New `W D' map.
9545
9546         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
9547         (gnus-article-treat-body-boundary): Clean up.
9548         (gnus-body-boundary-face): Removed.
9549         (gnus-article-goto-header): Moved here.
9550         (gnus-article-goto-header): Allow better regexps.
9551         (gnus-article-treat-fold-newsgroups): New command.
9552
9553         * gnus-sum.el (gnus-summary-move-article): We have to select an
9554         article to give `gnus-read-move-group-name' an opportunity to
9555         suggest an appropriate default.
9556
9557         * rfc2047.el (rfc2047-fold-line): New function.
9558         (rfc2047-unfold-line): Ditto.
9559         (rfc2047-fold-region): Don't fold just after the header name.
9560
9561         * mail-parse.el (mail-header-fold-line): New alias.
9562         (mail-header-unfold-line): Ditto.
9563
9564         * gnus-art.el (gnus-body-boundary-face): Renamed.
9565         (gnus-article-treat-body-boundary): Use it.
9566         (gnus-article-treat-body-boundary): Use an invisible header and a
9567         line of underline characters.
9568
9569 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
9570
9571         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
9572
9573         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
9574         (gnus-picon-split-address): New function.
9575         (gnus-picon-find-face): Use it.
9576         (gnus-picon-transform-address): Use it. Set first to t for each
9577         address.
9578
9579         * gnus-art.el (gnus-with-article-headers): Move to here. Define
9580         the macro then use it.
9581         (gnus-treatment-function-alist): Treat picons earlier.
9582
9583 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9584
9585         * gnus-art.el (gnus-body-separator-face): New variable.
9586         (gnus-article-treat-body-boundary): Use a blank, colored line.
9587
9588         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
9589         well.
9590
9591         * gnus-art.el (gnus-treat-body-boundary): New variable.
9592         (gnus-article-treat-unfold-headers): Use helper macro.
9593         (gnus-article-treat-body-boundary): New command.
9594
9595         * gnus.el (gnus-logo-color-style): Change the default color.
9596         (gnus-splash-face): Gray, gray.
9597
9598         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
9599         colors.
9600
9601         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
9602         (gnus-logo-color-style): Ditto.
9603         (gnus-logo-colors): Ditto.
9604
9605         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
9606
9607         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
9608
9609         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
9610         (gnus-picon-transform-newsgroups): New function.
9611
9612         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
9613         string.
9614
9615         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
9616
9617         * gnus-art.el (gnus-treat-cc-picon): New variable.
9618         (gnus-treat-mail-picon): Renamed.
9619
9620         * gnus-picon.el: New implementation.
9621         (gnus-picon-find-face): Renamed.
9622         (gnus-treat-from-picon): Use it.
9623         (gnus-picon-transform-address): Renamed.
9624         (gnus-treat-from-picon): Use it.
9625         (gnus-picon-create-glyph): Renamed.
9626         (gnus-picon-transform-address): Use it.
9627         (gnus-treat-cc-picon): New command.
9628
9629         * mm-decode.el (mm-create-image-xemacs): Separated out into
9630         function.
9631         (mm-get-image): Use it.
9632
9633         * gnus-art.el (gnus-treat-display-picons): Simplify.
9634         (gnus-treat-from-picon): Renamed.
9635
9636         * gnus-ems.el (gnus-create-image): New function.
9637         (gnus-put-image): New function.
9638
9639         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
9640         (gnus-with-article-headers): New macro.
9641         (gnus-article-goto-header): New function.
9642
9643         * gnus-xmas.el (gnus-image-type-available-p): New function.
9644
9645         * gnus-ems.el (gnus-image-type-available-p): New function.
9646
9647 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
9648
9649         * nnrss.el (nnrss-check-group): Find the correct tag, because
9650         xml.el is changed.
9651
9652 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9653
9654         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
9655         lines are shorter than the window width.
9656         (gnus-ignored-headers): More headers.
9657
9658 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9659
9660         * gnus-art.el (gnus-treat-unfold-lines): New variable.
9661         (gnus-treat-unfold-headers): Renamed.
9662         (gnus-article-treat-unfold-headers): New command and keystroke.
9663
9664         * rfc2047.el (rfc2047-encode-message-header): Clean up.
9665
9666         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
9667
9668 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
9669
9670         * sha1-el.el (sha1-use-external): New variable.
9671         (sha1-region): Use it.
9672         (sha1-string): Ditto.
9673
9674         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
9675         * gnus-picon.el: Less warnings when compile.
9676
9677 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9678
9679         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
9680         alias.
9681         (gnus-picons-database): Default to list.
9682         (gnus-picons-lookup-internal): Use it.
9683
9684         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
9685         to "bogus".
9686
9687         * gnus-win.el (gnus-configure-windows-hook): New hook.
9688
9689 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
9690
9691         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
9692
9693 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9694
9695         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
9696         lists.
9697         (gnus-select-newsgroup): Don't append; push.
9698         (gnus-adjust-marked-articles): Remove obsolete ranges from
9699         `seen'.
9700         (gnus-update-marks): Clean up.
9701         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
9702
9703 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
9704
9705         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
9706
9707 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9708
9709         * gnus-sum.el (gnus-auto-select-subject): New variable.
9710         (gnus-summary-best-unread-subject): New function.
9711         (gnus-summary-best-unread-article): Use it.
9712         (gnus-summary-first-unseen-subject): New function and command.
9713
9714         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
9715         other treatments.
9716
9717         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
9718         function.
9719
9720         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
9721         from the list of hidden types.
9722
9723         * mm-view.el (mm-inline-text): Ditto.
9724         (mm-inline-text): Ditto.
9725         (mm-w3-prepare-buffer): Ditto.
9726
9727         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
9728
9729 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9730
9731         * gnus-art.el (gnus-ignored-headers): Added more headers.
9732
9733 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
9734
9735         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
9736         once.
9737
9738 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9739
9740         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
9741
9742 2001-12-28  Simon Josefsson  <jas@extundo.com>
9743
9744         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
9745         Jesper Harder <harder@ifa.au.dk>.
9746
9747 2001-12-27  Simon Josefsson  <jas@extundo.com>
9748
9749         * gnus-sum.el (gnus-select-newsgroup): Make
9750         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
9751         contain all articles (instead of none) when no seen marks have
9752         been set for the group.
9753         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
9754         instead, it seems to result in shorter ranges.
9755
9756 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9757
9758         * mm-util.el (mm-iso-8859-x-to-15-region): Use
9759         insert-before-markers.
9760         From Jesper Harder <harder@ifa.au.dk>
9761
9762 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
9763
9764         * nnmaildir.el (nnmaildir-save-mail): create the destination
9765         groups if they do not exist.
9766
9767 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9768
9769         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
9770
9771 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9772
9773         * gnus-group.el (gnus-group-read-ephemeral-group): Call
9774         gnus-group-real-name.
9775
9776         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
9777         (gnus-newsgroup-variables): Ditto.
9778
9779         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
9780         return it.
9781
9782 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
9783
9784         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
9785         * nnmaildir.el (top-level): Add commentary.
9786         (nnmaildir-version): Indicate that nnmaildir is now a standard
9787         part of Gnus, not separately released.
9788
9789 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9790
9791         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
9792         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
9793         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
9794         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9795
9796 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9797
9798         * nnmaildir.el: Copyright changes. Require cl only at compile time.
9799
9800 2001-12-20  Simon Josefsson  <jas@extundo.com>
9801
9802         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
9803         ZHU <zsh@cs.rochester.edu>.
9804         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
9805         Brian P Templeton <bpt@tunes.org>.
9806
9807 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9808
9809         * nnmaildir.el: New file.
9810         From Paul Jarc <prj@po.cwru.edu>.
9811
9812 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9813
9814         * nndoc.el (nndoc-type-alist): Move forward to the end.
9815
9816 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9817
9818         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
9819         `dolist'.
9820
9821 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9822
9823         * gnus-win.el (gnus-frames-on-display-list): New function.
9824         (gnus-get-buffer-window): Use it.
9825
9826 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9827
9828         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
9829
9830 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9831
9832         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
9833
9834 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9835            From Harald Meland <Harald.Meland@usit.uio.no>
9836
9837         * gnus-win.el (gnus-get-buffer-window): New function.
9838         (gnus-all-windows-visible-p): Use it.
9839
9840         * gnus-util.el (gnus-horizontal-recenter)
9841         (gnus-horizontal-recenter, gnus-horizontal-recenter)
9842         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
9843
9844         * gnus-score.el (gnus-score-insert-help): Use it.
9845
9846         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
9847         (gnus-generate-tree, gnus-highlight-selected-tree)
9848         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
9849         it.
9850
9851         * gnus-art.el (gnus-article-set-window-start)
9852         (gnus-mm-display-part, gnus-request-article-this-buffer)
9853         (gnus-button-next-page, gnus-button-prev-page)
9854         (gnus-article-button-next-page, gnus-article-button-prev-page):
9855         Use it.
9856
9857 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
9858
9859         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
9860         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
9861         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
9862
9863 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9864
9865         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
9866         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
9867         * mml1991.el, nnultimate.el: Add `coding'.
9868
9869 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
9870
9871         * ChangeLog: changed coding to buffer-file-coding-system
9872         * ChangeLog.1: same
9873         * nnwfm.el: same
9874         * gnus-smiley.el: same
9875         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
9876         * gnus-delay.el: same
9877         * gnus-spec.el: same
9878         * message.el: same
9879         * mml1991.el: same
9880         * nnultimate.el: same
9881
9882 2001-12-16  Simon Josefsson  <jas@extundo.com>
9883         Inspired by code by Dirk Meyer <dischi@tzi.de>.
9884
9885         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
9886         (gnus-summary-save-map): Add muttprint.
9887         (gnus-summary-make-menu-bar): Ditto.
9888         (gnus-summary-muttprint): New function.
9889
9890         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
9891
9892 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9893
9894         * uudecode.el (uudecode-decode-region-internal): Speedup by using
9895         temporary list instead of buffer.
9896
9897         * mm-url.el (executable-find): autoload.
9898
9899 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9900
9901         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
9902         to variable, follow doc-string conventions).
9903
9904 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
9905
9906         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
9907         subscribe-level
9908         * gnus-topic.el (gnus-subscribe-topics): use it.
9909
9910 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9911
9912         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
9913         messages. (A small patch with indentation)
9914         From Sean Neakums <sneakums@zork.net>.
9915
9916         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
9917         nil after shooting down the gnus-original-article-buffer.
9918
9919 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9920
9921         * uudecode.el (uudecode-use-external): New variable.
9922         (uudecode-decode-region): Automatically detect external program.
9923
9924         * binhex.el (binhex-use-external): New variable.
9925         (binhex-decode-region-internal): New function.
9926         (binhex-decode-region): Automatically detect external program.
9927
9928         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
9929         Use them.
9930
9931 2001-12-12  Simon Josefsson  <jas@extundo.com>
9932
9933         * nnvirtual.el (nnvirtual-always-rescan)
9934         (nnvirtual-component-regexp): Fix doc.
9935
9936         * nnoo.el (defvoo): Add doc to defvoo variables.
9937
9938         * nnml.el (nnml-directory, nnml-active-file)
9939         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
9940         (nnml-marks-is-evil, nnml-filenames-are-evil)
9941         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
9942
9943         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
9944         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
9945         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
9946         `error'.
9947
9948         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
9949         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
9950
9951         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
9952         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
9953         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
9954         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
9955
9956         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
9957         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
9958
9959         * imap.el, nnimap.el: Fix indentation.
9960
9961         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
9962
9963 2001-12-12  Didier Verna  <didier@xemacs.org>
9964
9965         * gnus-msg.el (gnus-group-news): New function.
9966         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
9967         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
9968         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
9969         for it.
9970         * gnus-msg.el (gnus-summary-news-other-window): New function.
9971         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
9972         bind it to `i'.
9973         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
9974         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
9975         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
9976         for it (called with a prefix).
9977         * gnus-msg.el (gnus-configure-posting-styles): add an optional
9978         group-name argument.
9979         * gnus-msg.el (gnus-setup-message): use it.
9980
9981 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9982
9983         * gnus-sum.el (gnus-summary-show-article): Fix doc.
9984
9985 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9986
9987         * mml.el (mime-to-mml): Remove Content-Disposition too.
9988
9989 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9990
9991         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
9992         * gnus-group.el (gnus-group-name-decode): Decode unibyte
9993         strings only.
9994         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9995
9996 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
9997
9998         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
9999         (nnmail-fancy-expiry-target): Use it.
10000         Suggestions from Simon Josefsson <jas@extundo.com>.
10001
10002 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10003
10004         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
10005
10006 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10007
10008         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
10009
10010         * gnus-util.el (gnus-url-unhex-string): Move here.
10011
10012 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10013
10014         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
10015         mm-url-decode-entities-nbsp.
10016
10017         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
10018         * webmail.el, nnwfm.el: Use mm-url.
10019
10020         * mm-url.el (mm-url-fetch-form): Move from nnweb.
10021         (mm-url-remove-markup): Move from nnweb.
10022         (mm-url-fetch-simple): Move from webmail.
10023
10024         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
10025
10026 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10027
10028         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
10029         (gnus-summary-print-article): Use it.
10030
10031         * gnus-util.el (gnus-replace-in-string): Typo.
10032
10033 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10034
10035         * nnweb.el (nnweb-replace-in-string): Removed.
10036
10037         * gnus-util.el (gnus-replace-in-string): New function.
10038         (gnus-mode-string-quote): Use it.
10039
10040         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
10041         * nnwfm.el (nnwfm-create-mapping): Ditto.
10042
10043 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10044
10045         * dgnushack.el (dgnushack-compile): nnrss.el and
10046         nnslashdot.el don't depend on nnweb, url, w3.
10047
10048         * nnrss.el: Use mm-url.
10049
10050 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10051
10052         * mm-url.el (mm-url-insert-file-contents): Support file:.
10053
10054 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10055
10056         * mm-view.el: Lower case for the description line. Sync from the
10057         Emacs CVS.
10058
10059 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10060
10061         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
10062         From:  Stefan Monnier  <monnier@cs.yale.edu>
10063
10064 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10065
10066         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
10067
10068 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10069
10070         * mm-url.el: Require executable.
10071         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
10072
10073 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10074
10075         * pop3.el (pop3-munge-message-separator): Only use valid date.
10076         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
10077
10078         * Makefile.in: gnus-load.elc may not be generated.
10079
10080 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10081
10082         * mm-url.el: New file.
10083         * nnslashdot.el: Use it.
10084         * mm-extern.el (mm-extern-url): Use it.
10085
10086 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10087
10088         * gnus-sum.el (gnus-summary-save-article): Nix
10089         gnus-display-mime-function and gnus-article-prepare-hook.
10090
10091         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
10092         the beginning of lines.
10093         (gnus-complex-form-to-spec): Ditto.
10094
10095 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10096
10097         * message.el (message-make-mft): Fix the m-s-a-file regexp.
10098         From Paul Jarc <prj@po.cwru.edu>.
10099
10100 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10101
10102         * message.el: New variable message-subscribed-address-file;
10103         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
10104
10105 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10106
10107         * message.el (message-tab-body-function): Set to nil.
10108         (message-tab): Use text-mode-map or global-map.
10109         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
10110
10111 2001-11-30  Simon Josefsson  <jas@extundo.com>
10112
10113         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
10114         instead of gnus-union, for speed.  Suggested by Christoph Conrad
10115         <christoph.conrad@gmx.de>.
10116         (gnus-agent-fetch-group-1): Add verbose message.
10117
10118 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10119
10120         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
10121         of integers.
10122
10123 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10124
10125         * message.el (message-newgroups-header-regexp)
10126         (message-completion-alist, message-tab-body-function): Use
10127         defcustom rather than defvar.
10128         (message-tab): Mention `message-tab-body-function' in doc.
10129         Suggested by Karl Eichwalder.
10130
10131 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10132
10133         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
10134
10135 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10136
10137         * nnheader.el (nnheader-find-nov-line): Don't use macro
10138         gnus-delete-line.
10139
10140         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
10141         (gnus-group-name-charset): Ditto.
10142
10143         * gnus-util.el (gnus-buffer-live-p): Ditto.
10144
10145 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10146
10147         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
10148         open parenthesis in doc.
10149         (sieve-manage-authenticator-alist): Typo in doc.
10150         * imap.el (imap-authenticator-alist): Typo in doc.
10151         (imap-stream-alist): Backslash.
10152
10153         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
10154           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
10155
10156 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10157
10158         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
10159
10160         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
10161
10162         * gnus-msg.el (gnus-configure-posting-styles): use
10163         make-local-hook. Add LOCAL for add-hook.
10164
10165 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
10166
10167         * message.el (message-mode): Use `make-local-hook' unless
10168         obsolete.
10169         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
10170
10171 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10172
10173         * canlock.el: Remove sha1.el and base64.el stuff.
10174
10175 2001-11-26  Didier Verna  <didier@xemacs.org>
10176
10177         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
10178         if needed.
10179
10180 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10181
10182         * message.el (message-tamago-not-in-use-p): New function.
10183         (message-strip-forbidden-properties): Use it.
10184
10185 2001-11-26  Didier Verna  <didier@xemacs.org>
10186
10187         * gnus-start.el (gnus-check-first-time-used): only check for
10188         existence of .el[d] files.
10189
10190 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10191
10192         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
10193
10194         * message.el (message-setup-1): Clean up mc-*.
10195
10196 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10197
10198         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
10199         * gnus-score.el (gnus-score-find-bnews): Use it.
10200
10201         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
10202         (gnus-summary-limit-to-author): Ditto.
10203         (gnus-summary-limit-to-extra): Ditto.
10204         (gnus-summary-find-matching): Support not-matching argument.
10205
10206 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10207
10208         * message.el (message-wash-subject): Use `insert' rather than
10209         `insert-string', which is deprecated.
10210
10211 2001-11-24  Simon Josefsson  <jas@extundo.com>
10212
10213         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
10214         message. (Gnus does not "default" to using 8bit for the message,
10215         it default to use 8bit encoding and the user-supplied CTE
10216         value. Calling this behaviour "treating it as 8bit" is perhaps
10217         better.)
10218
10219         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
10220         (compare mm-charset-to-coding-system).
10221
10222 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10223
10224         * canlock.el (canlock-sha1-with-openssl): Use unibyte
10225         buffer. Correctly decode hex.
10226
10227 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10228
10229         * gnus-agent.el (gnus-category-insert-line): Convert category
10230         names to strings.
10231
10232 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10233
10234         * message.el (sha1): eval-and-compile.
10235
10236 2001-11-20  Simon Josefsson  <jas@extundo.com>
10237
10238         * message.el (message-allow-no-recipients): New variable.
10239         (message-send): Use it, customize the prompting when posting to
10240         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
10241
10242 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10243
10244         * mm-util.el (mm-coding-system-priorities): New variable.
10245         (mm-sort-coding-systems-predicate): New function.
10246         (mm-find-mime-charset-region): Resort coding systems if needed.
10247         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
10248
10249 2001-11-20  Didier Verna  <didier@xemacs.org>
10250
10251         * gnus-group.el (gnus-group-make-help-group): new optional
10252         argument to control the error behavior.
10253         * gnus-start.el (gnus-check-first-time-used): use it to avoid
10254         erroring.
10255
10256 2001-11-19  Simon Josefsson  <jas@extundo.com>
10257
10258         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
10259         instead of C-c C-u.  Suggested by Per Abrahamsen
10260         <abraham@dina.kvl.dk>.
10261
10262 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10263
10264         * nnfolder.el (nnfolder-read-folder): Use group instead of
10265         nnfolder-current-group.
10266         Suggested by Lorentey Karoly <lorentey@elte.hu>.
10267
10268 2001-11-17  Simon Josefsson  <jas@extundo.com>
10269
10270         * message.el (message-send): Ask user if Fcc/Gcc should be
10271         performed when no other sender was specified.
10272         Suggested by prj@po.cwru.edu (Paul Jarc).
10273
10274 2001-11-17  Simon Josefsson  <jas@extundo.com>
10275
10276         * message.el (message-mode, message-mode-map): Use C-c C-u for
10277         Importance: instead of C-c C-p (used by SC).
10278
10279 2001-11-16  Simon Josefsson  <jas@extundo.com>
10280
10281         * message.el (message-insert-importance-high)
10282         (message-insert-importance-low): Save point.
10283
10284         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
10285         value.
10286
10287 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
10288
10289         * message.el (message-strip-special-text-properties): New option.
10290         (message-strip-forbidden-properties): Obey it.
10291
10292 2001-11-14  Sam Steingold  <sds@gnu.org>
10293
10294         * gnus-score.el: Fixed some doc strings to properly quote symbols.
10295
10296 2001-11-15  Simon Josefsson  <jas@extundo.com>
10297
10298         Support "Importance:" header in Message.
10299
10300         * message.el (message-mode-map): Bind C-c C-p to
10301         `message-insert-or-toggle-importance'
10302         (message-mode-menu): Add message-insert-importance-{high,low}.
10303         (message-insert-importance-high, message-insert-importance-low)
10304         (message-insert-or-toggle-importance): New functions.
10305         (message-tool-bar-map): Add {un,}important.
10306         (message-mode): Doc fix.
10307
10308 2001-11-15  Simon Josefsson  <jas@extundo.com>
10309
10310         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
10311
10312         * mml.el (mml-menu): Fix toolbar tooltip.
10313
10314 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10315
10316         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
10317         * nnml.el (nnml-save-marks): Ditto.
10318
10319         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
10320
10321 2001-11-15  Simon Josefsson  <jas@extundo.com>
10322
10323         * nnml.el (nnml-save-marks):
10324         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
10325         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
10326
10327 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
10328
10329         * gnus-art.el (gnus-article-wash-status-strings): Use
10330         `copy-sequence', not `copy-seq'.
10331
10332 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
10333
10334         * gnus-art.el (gnus-article-wash-status-strings): New constant.
10335         (gnus-gnus-article-wash-status-entry): New function.
10336         (gnus-article-wash-status): Use it.
10337
10338 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10339
10340         * mml1991.el: Add coding header.
10341
10342 2001-11-12  Simon Josefsson  <jas@extundo.com>
10343
10344         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
10345         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
10346         `mml1991-sign' and `mml1991-encrypt'.
10347         (mml1991-encrypt, mml1991-sign): New glue functions.
10348         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
10349
10350         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
10351         (mml-menu): Add PGP to menu.
10352
10353         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
10354         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
10355         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
10356         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
10357
10358         * mml2015.el: Mention RFC 3156.
10359
10360         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
10361
10362 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10363
10364         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
10365
10366         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
10367           From <Michael.Cook@cisco.com>
10368
10369 2001-11-11  Simon Josefsson  <jas@extundo.com>
10370
10371         * message.el (top-level): Autoload sha1.
10372         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
10373         canlock, no need to require two different hash algs).  Suggested
10374         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
10375
10376 2001-11-09  Simon Josefsson  <jas@extundo.com>
10377
10378         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
10379         <Pavel@Janik.cz>.
10380
10381 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10382
10383         * message.el (message-point-in-header-p): New function.
10384         (message-do-auto-fill): Use it.
10385         (message-beginning-of-line): New function.  Goes to beginning of
10386         header value (i.e., end of header name), or to beginning of line
10387         if already at beginning of value.  Behaves like
10388         `beginning-of-line' when in message body.
10389         (message-mode-map): Bind it.
10390
10391 2001-11-08  Simon Josefsson  <jas@extundo.com>
10392
10393         * gnus-msg.el (gnus-posting-styles): Add doc.
10394
10395 2001-11-07  Simon Josefsson  <jas@extundo.com>
10396
10397         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
10398
10399         * sieve-mode.el (sieve-control-commands-face)
10400         (sieve-control-commands-face, sieve-action-commands-face)
10401         (sieve-test-commands-face, sieve-tagged-arguments-face): New
10402         faces.
10403         (sieve-font-lock-keywords): Use them.
10404         (sieve-mode): Only set font-lock-defaults in emacs.
10405
10406         * gnus-art.el (gnus-default-article-saver): Add
10407         gnus-summary-save-body-in-file.
10408         (gnus-summary-write-to-file): Fix doc.
10409
10410 2001-11-07  Simon Josefsson  <jas@extundo.com>
10411
10412         * gnus-art.el (gnus-treat-highlight-signature): Add cross
10413         reference to the correct chapter in the manual.
10414
10415         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
10416         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
10417
10418 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10419
10420         * mml.el (mml-preview): Bind mail-header-separator.
10421
10422 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10423
10424         * message.el: Always require canlock.
10425         (message-ignored-supersedes-headers): Include Cancel-Lock and
10426         Cancel-Key.
10427         (message-insert-canlock): Don't require canlock.
10428         (message-cancel-news): Don't check whether canlock is available.
10429         (message-supersede): Support cancel-locks.
10430
10431         * gnus-art.el: Don't autoload canlock.
10432
10433 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10434
10435         * mail-source.el (mail-source-fetch-imap): ASYNC param.
10436         From: <andre@slamdunknetworks.com>
10437
10438 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10439
10440         * many files: Fix copyright lines.
10441
10442 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10443
10444         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
10445         Suggested by Dave Love  <fx@gnu.org>.
10446
10447 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10448
10449         * message.el (message-kill-buffer): Remove auto-save file after
10450         confirm.
10451
10452         * message.el (message-send-mail): Call message-generate-headers
10453         once.  Suggested by Matt Armstrong <matt@lickey.com>.
10454
10455         * gnus-topic.el (gnus-topic-rename): Initial-input.
10456         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
10457
10458 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
10459
10460         * message.el (message-forbidden-properties): New constant.
10461         (message-strip-forbidden-properties): New function.
10462         (message-mode): Activate it.
10463
10464 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10465
10466         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
10467         (mm-hack-charsets): Fix doc.
10468
10469 2001-11-02  Simon Josefsson  <jas@extundo.com>
10470
10471         * gnus-int.el (gnus-check-server): Message "...done" when done.
10472
10473         * imap.el (imap-close): Don't message (imap-send-command-wait
10474         returns if the connection is dropped).
10475         (imap-wait-for-tag): Nix out message only when necessary.
10476
10477         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
10478         for non-crossposting.
10479         (gnus-sieve-crosspost): Default to t to be consistent with other
10480         parts of Gnus.
10481
10482 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10483
10484         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
10485         (mm-iso-8859-x-to-15-table): Ditto.
10486         (mm-iso-8859-x-to-15-region): Ditto.
10487         (mm-find-mime-charset-region): Ditto.
10488
10489 2001-11-01  Simon Josefsson  <jas@extundo.com>
10490
10491         * nnimap.el (nnimap-close-asynchronous): New variable.
10492         (nnimap-close-group): Use it.
10493         (nnimap-expunge): Don't use it.
10494
10495         * imap.el (imap-callbacks): New variable.
10496         (imap-remassoc): Copied from `gnus-remassoc'.
10497         (imap-add-callback): New function.
10498         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
10499         behaviour.
10500         (imap-parse-response): Call the callback.
10501
10502         * message.el (message-insert-canlock): New variable.
10503         (message-canlock-generate, message-canlock-password)
10504         (message-insert-canlock): New functions.
10505         (message-send-news): Call `message-insert-canlock'.
10506         (top-level): Require canlock when compiling.
10507         (message-insert-canlock): Require canlock before we need it.
10508
10509 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10510
10511         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
10512
10513 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10514
10515         * dgnushack.el (dgnushack-make-load): A workaround for
10516         custom-add-loads bug in some versions of XEmacs.
10517
10518 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10519
10520         * mm-util.el (mm-charset-synonym-alist): Revert (some).
10521
10522 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10523
10524         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
10525         (mm-hack-charsets): New variable.
10526         (mm-iso-8859-15-compatible): New variable.
10527         (mm-iso-8859-x-to-15-table): New variable.
10528         (mm-find-mime-charset-region): Add parameter hack-charsets.
10529
10530         * mm-bodies.el (mm-encode-body): Use it.
10531         * mml.el (mml-parse-1): Ditto.
10532
10533 2001-11-01  Simon Josefsson  <jas@extundo.com>
10534
10535         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
10536
10537 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10538
10539         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
10540         is nil.
10541
10542 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10543
10544         * smiley-ems.el (smiley-update-cache): Auto detect file type.
10545
10546         * message.el (message-forward-rmail-make-body): Use
10547         save-window-excursion.
10548         (message-encode-message-body): Search with noerror.
10549         (message-setup-1): Convert compose-mail send-actions to
10550         message-send-actions.
10551
10552 2001-11-01  Simon Josefsson  <jas@extundo.com>
10553
10554         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
10555         <yamaoka@jpl.org>.
10556
10557 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10558
10559         * sieve-manage.el (sieve-string-bytes): No complain.
10560
10561 2001-11-01  Simon Josefsson  <jas@extundo.com>
10562
10563         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
10564         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
10565         has autoload cookies, so no `require' should be necessary.)
10566
10567         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
10568         files.
10569
10570 2001-10-31  Simon Josefsson  <jas@extundo.com>
10571
10572         * gnus-cus.el (gnus-group-parameters): Support integer `display'
10573         parameter.
10574
10575         * gnus-sum.el (gnus-select-newsgroup): If group parameter
10576         `display' is a number (and C-u wasn't used to enter group), only
10577         fetch that number of articles.
10578
10579 2001-10-31  Matt Armstrong  <matt@lickey.com>
10580
10581         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
10582         not-subscribed -> subscribed.
10583
10584 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10585         From: Josh Huber <huber@alum.wpi.edu>
10586
10587         * message.el (message-subscribed-address-functions): New variable.
10588         (message-subscribed-addresses): New variable.
10589         (message-subscribed-regexps): New variable.
10590         (message-goto-mail-followup-to): New function.
10591         (message-send-mail): Add Mail-Followup-To.
10592         (message-make-mft): New function.
10593
10594         * gnus.el (gnus-find-subscribed-addresses): New function.
10595
10596 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10597
10598         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
10599         (mail-source-fetch-pop): Ditto.
10600         (mail-source-check-pop): Ditto.
10601
10602         * gnus-start.el (gnus-read-init-file): Ditto.
10603         (gnus-activate-group): Ditto.
10604         (gnus-read-newsrc-el-file): Ditto.
10605
10606 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10607
10608         * message.el (message-get-reply-headers): Make sure there is ", ".
10609
10610         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
10611         mm-coding-system-p. Don't correct it only in XEmacs.
10612         (mm-charset-to-coding-system): Use mm-coding-system-p and
10613         mm-get-coding-system-list.
10614         (mm-emacs-mule, mm-mule4-p): New variables.
10615         (mm-enable-multibyte, mm-disable-multibyte,
10616         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
10617         mm-with-unibyte-current-buffer,
10618         mm-with-unibyte-current-buffer-mule4): Use them.
10619         (mm-find-mime-charset-region): Treat iso-2022-jp.
10620
10621         From  Dave Love  <fx@gnu.org>:
10622
10623         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
10624         construction.
10625         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
10626         entries conditional on not having a coding system defined for
10627         them.
10628         (mm-mule-charset-to-mime-charset): Use
10629         find-coding-systems-for-charsets if defined.
10630         (mm-charset-to-coding-system): Don't use
10631         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
10632         later.  Add last resort search of coding systems.
10633         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
10634         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
10635         Mule 4.
10636         (mm-find-mime-charset-region): Re-write.
10637         (mm-with-unibyte-current-buffer): Restore buffer as well as
10638         multibyteness.
10639
10640 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10641
10642         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
10643         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
10644         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
10645
10646 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10647
10648         * gnus-art.el (article-display-x-face): Nix buffer-read-only
10649         again.
10650
10651         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
10652
10653 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10654
10655         * gnus-spec.el (gnus-parse-simple-format): Use
10656           buffer-substring-no-properties.
10657
10658 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10659
10660         * gnus-art.el (article-verify-cancel-lock): New function.
10661
10662         * nnheader.el (nntp-process-response): New variable.
10663         (nnheader-init-server-buffer): Make `nntp-process-response'
10664         buffer-local in `nntp-server-buffer'.
10665
10666         * nntp.el (nntp-prepare-post-hook): New hook.
10667         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
10668         (nntp-async-trigger): Ditto.
10669         (nntp-request-post): Insert a server's ID if there's no Message-ID
10670         header; run `nntp-prepare-post-hook'.
10671
10672 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10673
10674         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
10675         instead.
10676
10677         * message.el (message-forward-subject-author-subject): Don't use
10678         message-news-p, which widens the buffer.
10679         (message-forward-make-body): New function.
10680         (message-forward): Use it.
10681         (message-insinuate-rmail): New function.
10682         (message-forward-rmail-make-body): New function.
10683
10684 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10685
10686         * mm-extern.el (mm-extern): Provide it.
10687
10688         * mm-partial.el (mm-partial): Provide it.
10689
10690 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10691
10692         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
10693
10694 2001-10-29  Simon Josefsson  <jas@extundo.com>
10695
10696         * mml.el (mml-preview): Bind message-this-is-news if it is
10697         news. From Jesper Harder <harder@myrealbox.com>.
10698
10699 2001-10-28  Simon Josefsson  <jas@extundo.com>
10700
10701         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
10702
10703 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
10704
10705         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
10706         ironic smilies.
10707
10708 2001-10-27  Simon Josefsson  <jas@extundo.com>
10709
10710         * message.el (message-indent-citation): Don't add trailing
10711         whitespace when citing text.
10712
10713         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
10714         <harder@ifa.au.dk>.
10715
10716 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10717
10718         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
10719         not available.
10720         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
10721         (nnweb-type-definition): Add google as alias of dejanews.
10722         (nnweb-google-parse-1): Forward 1 line.
10723
10724 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10725
10726         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
10727         variable `message-forward-ignored-headers'.
10728
10729 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
10730
10731         * gnus.el (gnus-expand-group-parameter): New function.
10732         (gnus-expand-group-parameters): Call it.
10733         (gnus-group-fast-parameter): New function.
10734         (gnus-group-find-parameter): Call it.
10735
10736 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
10737
10738         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
10739         vector (it didn't before because of a bug).
10740         * gnus-msg.el (gnus-post-news): Use header vector directly, if
10741         available.  Before it converted it to an article number.
10742
10743         This makes followup to news articles with negative numbers in
10744         nnvirtual groups use news instead of mail.
10745
10746 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
10747
10748         * gnus.el (post-method): Use `native' instead of `nil'.
10749
10750         * gnus-msg.el (gnus-post-method): Ditto.
10751
10752 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
10753
10754         * gnus.el (gnus-define-group-parameter): Grammar fix.
10755
10756 2001-10-22  Simon Josefsson  <jas@extundo.com>
10757
10758         * gnus-msg.el (gnus-extended-version): Include
10759         system-configuration.
10760         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
10761
10762 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
10763
10764         * gnus.el (post-method): Customization fix: `native' is not a
10765         valid value.
10766         * gnus-msg.el (gnus-post-method): Doc and customization fix:
10767         `native' is not a valid value.
10768
10769 2001-10-21  Simon Josefsson  <jas@extundo.com>
10770
10771         * nnimap.el (nnimap): Defgroup
10772         (nnimap-strict-function, nnimap-strict-function-match): New
10773         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
10774         (nnimap-split-crosspost, nnimap-split-inbox)
10775         (nnimap-split-rule, nnimap-split-predicate)
10776         (nnimap-split-predicate): Defcustom.
10777         (nnimap-split-inbox, nnimap-expunge-search-string)
10778         (nnimap-importantize-dormant): Remove "*" from doc.
10779
10780 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10781
10782         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
10783         not supplied via prefix arg.  From Lisp, make arg mandatory.
10784         Suggested by Frank Schmitt.
10785
10786 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10787
10788         * message.el (message-do-auto-fill): Avoid calling
10789         'rfc822-goto-eoh'.
10790
10791 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10792         From Paul Jarc <prj@po.cwru.edu>.
10793
10794         * message.el (message-get-reply-headers): Restructure the logic
10795         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
10796
10797 2001-10-20  Simon Josefsson  <jas@extundo.com>
10798
10799         * message.el (message-cancel-news): Support cancel-locks.
10800         Suggested by Per Abrahamsson.
10801
10802         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
10803         conses.  From David Z Maze <dmaze@MIT.EDU>.
10804
10805         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
10806
10807 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
10808
10809         * mm-decode.el (mm-default-directory): Fix customize type.
10810
10811         * message.el (message-setup-fill-variables): Kludge to use
10812         normal-auto-fill-function even if auto fill is already activated.
10813
10814 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
10815
10816         * message.el (message-do-auto-fill): New version that does not
10817         rely on text properties, by Simon Josefsson <jas@extundo.com>.
10818         (message-setup-1): Removed the `message-field' property.
10819
10820         * gnus-draft.el (gnus-draft-edit-message): Removed the
10821         `message-field' property.
10822
10823 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
10824
10825         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
10826         `message-field'.  The `field' property has a special significance in
10827         Emacs 21.
10828
10829         * message.el (message-send, message-setup-1): Ditto.
10830
10831 2001-10-18  Simon Josefsson  <jas@extundo.com>
10832
10833         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
10834         when undoing.
10835
10836 2001-10-18  Simon Josefsson  <jas@extundo.com>
10837         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
10838
10839         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
10840         (gnus-summary-make-menu-bar): Ditto.
10841
10842 2001-10-17  Simon Josefsson  <jas@extundo.com>
10843
10844         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
10845         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
10846
10847 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10848
10849         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
10850         * gnus-util.el (gnus-user-date): New function.
10851         From Frank Schmitt <usenet@Frank-Schmitt.net>.
10852
10853 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
10854
10855         * message.el (message-check-news-header-syntax): Special case
10856         nnvirtual groups.
10857
10858         * gnus-sum.el (gnus-summary-respool-default-method): Changed
10859         customize type to `symbol'.
10860
10861 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10862
10863         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
10864         %&foo;.
10865         (gnus-parse-simple-format): Support user extended spec too.
10866         %u&foo; invokes gnus-user-format-function-foo.
10867
10868 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10869
10870         * nnml.el (nnml-request-expire-articles): Make sure it is back to
10871         the server.
10872         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
10873         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
10874         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
10875         * nndiary.el (nndiary-request-expire-articles): Ditto.
10876         (nndiary-schedule): Defsubst it before use it.
10877         (nndiary-error): eval-and-compile.
10878
10879 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
10880
10881         * gnus-msg.el (gnus-post-method): Changed two instances of
10882         `active' to `current' and one `null' to `not'.
10883
10884 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10885         From Katsumi Yamaoka <yamaoka@jpl.org>.
10886
10887         * message.el (message-setup-fill-variables): Use
10888         `normal-auto-fill-function' instead of `auto-fill-function'.
10889
10890 2001-10-16  Simon Josefsson  <jas@extundo.com>
10891
10892         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
10893         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
10894         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
10895
10896 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10897         Patch by Oliver Scholz <oscholz@my.gnus.org>.
10898
10899         * gnus-draft.el (gnus-draft-edit-message): Add text property
10900         `field' with value `header' to message headers.
10901         * message.el (message-setup-1): Really add text property to all of
10902         the header, not just part of it.
10903
10904 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10905
10906         * gnus-group.el (gnus-group-sort-by-server): Use it.
10907
10908         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
10909
10910         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
10911         and keystroke.
10912
10913 2001-10-14  Simon Josefsson  <jas@extundo.com>
10914
10915         * dig.el: Doc fix.
10916
10917         * smime.el: Doc fix.
10918
10919         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
10920         charset magic from message.el.
10921
10922 2001-10-12  Simon Josefsson  <jas@extundo.com>
10923         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
10924
10925         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
10926         'cite from g-a-wash-types.
10927         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
10928         (gnus-article-hide-citation): Fix.
10929
10930         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
10931         character.
10932         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
10933
10934         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
10935         definition.
10936         (gnus-signature-toggle): Toggle `s' mode line character.
10937
10938         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
10939         doing stuff that clears it.
10940
10941 2001-10-12  Simon Josefsson  <jas@extundo.com>
10942
10943         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
10944         From Eric Marsden <emarsden@laas.fr>.
10945
10946 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10947
10948         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
10949         (autoload): Add some autoloads.
10950
10951 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10952         Suggested by Oliver Scholz <epameinondas@gmx.de>.
10953
10954         * message.el (message-do-auto-fill): New function.  Like
10955         `do-auto-fill' but don't fill when in the message header.
10956         (message-setup-1): Put a text property on the message header.
10957         (message-setup-fill-variables): Use `message-do-auto-fill'.
10958
10959 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10960
10961         * message.el (message-send-mail-partially): Insert an empty line
10962         first, because of the change of message-make-lines.
10963
10964 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
10965
10966         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
10967         iso-8859-15, make it an alias for iso-8859-1.
10968
10969 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10970
10971         * message.el (message-send-news): Don't modify the value of
10972         `message-syntax-checks' if it is not a list (possibly it is
10973         `dont-check-for-anything-just-trust-me').
10974
10975 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10976
10977         * gnus-group.el (gnus-group-name-charset-group-alist): Use
10978         `find-coding-system' for XEmacs to check whether the coding-system
10979         `utf-8' is available.
10980
10981 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10982
10983         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
10984
10985 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
10986
10987         * message.el (message-send-news): Oops, missed case with no
10988         "Followup-To" header...
10989
10990 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
10991
10992         * message.el (message-send-news): Allow
10993         `gnus-group-name-charset-group-alist' to affect encoding of the
10994         "Newsgroups" and "Followup-To" headers.
10995
10996 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10997
10998         * Makefile.in (install-el): Depend on gnus-load.el.
10999
11000 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11001
11002         * Makefile.in (install-el): Use -f.
11003         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
11004
11005 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
11006
11007         * message.el (message-send-news): Don't encode Followups-To when
11008         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
11009
11010         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
11011         header.
11012
11013         * gnus-art.el (article-decode-group-name): Also decode
11014         "Followup-To".
11015
11016         * rfc2047.el (rfc2047-encode-message-header): Encode without
11017         asking for null methods.
11018
11019         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
11020         default charset for newsgroup names in accordance with USEFOR.
11021
11022         * gnus-group.el (gnus-group-name-charset-method-alist,
11023         gnus-group-name-charset-group-alist): Removed "*" from doc
11024         strings, "*" should not be used for complex variables.
11025
11026 2001-10-06  Simon Josefsson  <jas@extundo.com>
11027
11028         Support UTF-8 group names better.
11029
11030         * message.el (message-check-news-header-syntax): Encode group
11031         names before comparison.
11032
11033         * gnus-msg.el (gnus-copy-article-buffer): Run all
11034         `gnus-article-decode-hook's except `article-decode-charset'
11035         instead of hardcoding call to one of them.
11036
11037         * gnus-art.el (gnus-article-decode-hook): Add
11038         `article-decode-group-name'.
11039         (article-decode-group-name): New function, use `g-d-n'.
11040
11041         * gnus-group.el (gnus-group-insert-group-line): Decode
11042         gnus-tmp-group using `g-d-n'.
11043
11044         * gnus-util.el (gnus-decode-newsgroups): New function.
11045
11046 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
11047
11048         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
11049         `gnus-group-name-charset-group-alist'.
11050
11051 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11052
11053         * Makefile.in: Install el in install. Add uninstall.
11054
11055 2001-10-05  Simon Josefsson  <jas@extundo.com>
11056
11057         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
11058
11059         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
11060
11061         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
11062         empty folders.
11063
11064         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
11065         limiting if read-all (C-u RET) was used.
11066
11067 2001-10-04  Simon Josefsson  <jas@extundo.com>
11068
11069         * mail-source.el (mail-source-movemail-program): New variable.
11070         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
11071         <thutt@thutt.vmware.com>.
11072
11073 2001-10-03  Simon Josefsson  <jas@extundo.com>
11074
11075         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
11076         (gnus-summary-line-format-alist): Fix param.
11077
11078 2001-10-02  Simon Josefsson  <jas@extundo.com>
11079
11080         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
11081         don't go through `nnimap-request-expire-articles' to delete the
11082         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
11083
11084 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11085
11086         * gnus-agent.el (gnus-agent-write-active): The min in the
11087         agent/active may be larger than that in the server/active.
11088
11089 2001-10-01  Simon Josefsson  <jas@extundo.com>
11090
11091         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
11092         is IMAP4rev1.
11093
11094         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
11095
11096         * nnfolder.el: Ditto.
11097
11098 2001-09-30  Dan Christensen  <jdc@uwo.ca>
11099
11100         * gnus-sum.el (gnus-summary-extract-address-component): New function.
11101         (gnus-summary-from-or-to-or-newsgroups): Optimize.
11102
11103 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11104
11105         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
11106         (message-mode-menu): Menu item for same.
11107
11108         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
11109         delayed articles.
11110
11111         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
11112         nndraft:delayed does not exist.
11113         (gnus-delay-initialize): Don't set up keymap, that's done from
11114         message.el now.
11115         (gnus-delay, gnus-delay-group, gnus-delay-header)
11116         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
11117
11118 2001-09-29  Simon Josefsson  <jas@extundo.com>
11119
11120         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
11121         utf-8, not eight-bit-control.
11122
11123         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
11124         (imap-log, imap-debug): Custom.
11125         (imap-log-buffer, imap-debug-buffer): New constants.
11126         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
11127         (imap-network-open, imap-shell-open, imap-starttls-open)
11128         (imap-send-command-1, imap-send-command, imap-arrival-filter)
11129         (imap-debug): Use imap-*-buffer.
11130
11131         * nndoc.el (nndoc-article-type): Add mailman.
11132         (nndoc-type-alist): Ditto.
11133         (nndoc-mailman-type-p): New function.
11134
11135 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11136
11137         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
11138         gnus-art.el.
11139
11140 2001-09-27  Simon Josefsson  <jas@extundo.com>
11141
11142         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
11143         (gnus-topic-catchup-articles): New function. Suggested by Robin
11144         S. Socha <robin-dated-1001857693.185e29@socha.net>.
11145
11146 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11147         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
11148
11149         * gnus-ems.el (gnus-article-display-xface): Insert xface after
11150         previous ones.
11151
11152 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11153         From Daiki Ueno  <ueno@unixuser.org>
11154
11155         * gnus-sum.el (gnus-summary-show-article): The arglist of
11156         detect-coding-region is incompatible.
11157
11158 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11159         From Katsuhiro Hermit Endo <hermit@koka-in.org>
11160
11161         * gnus-group.el (gnus-group-delete-group): Typo.
11162
11163 2001-09-26  Simon Josefsson  <jas@extundo.com>
11164
11165         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
11166
11167         * nnimap.el (nnimap-expiry-target): Use temp buffer.
11168
11169 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11170
11171         * gnus-cus.el (gnus-group-parameters): Display as sexp.
11172
11173 2001-09-22  Simon Josefsson  <jas@extundo.com>
11174
11175         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
11176
11177         * nnfolder.el (nnfolder-open-marks): Ditto.
11178
11179         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
11180         (gnus-update-marks): Use it.
11181         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
11182         hardcoded list.
11183
11184         * gnus.el (gnus-article-special-mark-lists): Add killed.
11185         (gnus-article-unpropagated-mark-lists): New constant.
11186
11187 2001-09-22  Simon Josefsson  <jas@extundo.com>
11188
11189         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
11190         custom option.
11191
11192 2001-09-23  Simon Josefsson  <jas@extundo.com>
11193
11194         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
11195
11196 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11197
11198         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
11199
11200 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
11201
11202         * gnus-group.el (gnus-group-sort-function): Fix customize type to
11203         accept lists of functions.
11204
11205 2001-09-20  Simon Josefsson  <jas@extundo.com>
11206
11207         * gnus-group.el (gnus-group-catchup): Update expire marks in
11208         backend.  Also, if ALL also set expire marks on tick/dormant.
11209
11210 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11211
11212         * message.el (message-tab-body-function): New variable.
11213         * message.el (message-tab): Use it.
11214
11215 2001-09-19  Sam Steingold  <sds@gnu.org>
11216
11217         * gnus-win.el (gnus-buffer-configuration): Respect
11218         `gnus-bug-create-help-buffer'.
11219
11220 2001-09-18  Simon Josefsson  <jas@extundo.com>
11221
11222         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
11223         (gnus-parse-simple-format): Re-revert.
11224
11225 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
11226         Trivial patch.
11227
11228         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
11229         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
11230
11231 2001-09-18  Simon Josefsson  <jas@extundo.com>
11232
11233         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
11234         signed.
11235         (gnus-parse-simple-format): Don't use it.
11236
11237 2001-09-17  Miles Bader  <miles@gnu.org>
11238
11239         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
11240         error querying a backend abort the whole process.
11241
11242 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11243
11244         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
11245         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
11246
11247 2001-09-17  Didier Verna  <didier@xemacs.org>
11248
11249         * nndiary.el: version 0.2-b14.
11250         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
11251         compatibility problem with XEmacs 21.1.
11252
11253 2001-09-15  Simon Josefsson  <jas@extundo.com>
11254
11255         * gnus-group.el (gnus-group-line-format): Document %c.
11256
11257         * nnml.el (nnml-parse-head): Handle CRLF files.
11258         (nnml-generate-nov-file): Ditto.
11259         (nnml-retrieve-headers): Ditto.
11260
11261 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
11262
11263         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
11264
11265 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
11266
11267         * gnus-spec.el (gnus-correct-substring): Still stopped one
11268         character before we wanted (never included last character).
11269         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
11270         add missing "," (once per function)
11271
11272 2001-09-14  Simon Josefsson  <jas@extundo.com>
11273
11274         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
11275         (otherwise e.g. gnus-agentize in .gnus overrides the customized
11276         default before gnus-group is loaded and the variable set.)
11277
11278         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
11279         killed or unsent marks.
11280
11281         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
11282         isn't an article to set it on (e.g. when you `a' in a group).
11283
11284 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11285
11286         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
11287         can read e-mails from Microsoft Outlook users not using ISO
11288         8859-2 character set.
11289
11290 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11291
11292         * gnus-diary.el: Minor modifications to avoid warnings.
11293         (gnus-summary-misc-menu): defvar.
11294         (gnus-diary-check-message): Use gnus-point-at-eol.
11295         (gnus-diary-kill-entire-line): eval-and-compile.
11296
11297 2001-09-12  Didier Verna  <didier@xemacs.org>
11298
11299         * nndiary.el: new version (0.2-b13).
11300         * nndiary.el (nndiary-mail-sources): doc update.
11301         * nndiary.el (nndiary-split-methods): ditto.
11302         * nndiary.el (nndiary-request-accept-article-hooks): New.
11303         * nndiary.el (nndiary-request-accept-article): use it, check
11304         message validity.
11305         * nndiary.el (nndiary-get-new-mail): changed default to nil.
11306         * nndiary.el (nndiary-schedule): fix bug (misplaced
11307         condition-case): it didn't return nil on error.
11308         * gnus-diary.el: new version.
11309         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
11310         * gnus-diary.el (gnus-diary-header-value-history): New.
11311         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
11312         * gnus-diary.el (gnus-diary-add-header): New.
11313         * gnus-diary.el (gnus-diary-check-message): New.
11314         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
11315         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
11316
11317 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11318
11319         * gnus-sum.el (gnus-select-newsgroup): Make
11320         `gnus-current-select-method' buffer-local.
11321
11322         * gnus-art.el (gnus-request-article-this-buffer): Refer
11323         `gnus-current-select-method' in the current summary buffer.
11324
11325 2001-09-10  Simon Josefsson  <jas@extundo.com>
11326         From Daniel Pittman <daniel@rimspace.net>
11327
11328         * gnus-spec.el (gnus-correct-pad-form): Fix.
11329
11330 2001-09-09  Simon Josefsson  <jas@extundo.com>
11331
11332         * mm-decode.el (mm-inline-media-tests): Add
11333         application/x-emacs-lisp.
11334         (mm-attachment-override-types): Add
11335         application/{x-,}pkcs7-signature.
11336
11337         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
11338         (gnus-server-line-format, gnus-server-mode-line-format)
11339         (gnus-server-browse-in-group-buffer): Customize.
11340
11341 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11342
11343         * nnml.el (nnml-marks-changed-p): Typo.
11344         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
11345         (nnml-marks-changed-p): Use gnus-gethash.
11346         (nnml-marks-modtime): Use gnus-make-hashtable.
11347
11348         * nnfolder.el (nnfolder-marks-changed-p): Typo.
11349         (nnfolder-request-expire-articles, nnfolder-save-marks)
11350         (nnfolder-open-marks): Typo.
11351         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
11352         (nnfolder-marks-changed-p): Use gnus-gethash.
11353         (nnfolder-marks-modtime): Use gnus-make-hashtable.
11354
11355 2001-09-08  Simon Josefsson  <jas@extundo.com>
11356
11357         * nnfolder.el (nnfolder-marks-modtime): New variable.
11358         (nnfolder-marks-changed-p): New function.
11359         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
11360         (nnfolder-request-update-info): Don't update if marks didn't change.
11361
11362         * nnml.el (nnml-marks-modtime): New variable.
11363         (nnml-marks-changed-p): New function.
11364         (nnml-save-marks, nnml-open-marks): Save modtime.
11365         (nnml-request-update-info): Don't update if marks didn't change.
11366
11367         * gnus-agent.el (gnus-agent-any-covered-gcc)
11368         (gnus-agent-add-server, gnus-agent-remove-server): Use
11369         gnus-agent-method-p.
11370
11371         * gnus-art.el (gnus-buttonized-mime-types): New variable.
11372         (gnus-unbuttonized-mime-type-p): Use it.
11373
11374         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
11375         fetch group.
11376
11377 2001-09-08  Simon Josefsson  <jas@extundo.com>
11378         From Daniel Pittman <daniel@rimspace.net>
11379
11380         * gnus-spec.el (gnus-correct-pad-form): New function.
11381         (gnus-parse-simple-format): Use it.
11382
11383 2001-09-07  Simon Josefsson  <jas@extundo.com>
11384
11385         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
11386         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
11387         Putnam <reader@newsguy.com>.
11388         (gnus-group-sort-selected-groups): Touch dribble file.
11389
11390 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
11391
11392         * nnml.el (nnml-filenames-are-evil): New variable.
11393         (nnml-article-to-file-alist): Rename to ...
11394         (nnml-current-group-article-to-file-alist): ... this.
11395         Respect `nnml-filenames-are-evil'.
11396         (nnml-active-number): Update.
11397         (nnml-update-file-alist): Update.
11398         (nnml-request-article): Use nnheader-article-to-file-alist.
11399         (nnml-request-rename-group): Likewise.
11400
11401 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11402
11403         * gnus-sum.el (gnus-summary-insert-line): Fix.
11404
11405 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
11406
11407         * gnus-sum.el: Bind g-s-t-s to "W g".
11408         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
11409         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
11410         display of graphical smilies.
11411
11412 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11413
11414         * gnus-start.el (gnus-setup-news): A typo.
11415         From Bill White <billw@wolfram.com>.
11416
11417 2001-09-06  Simon Josefsson  <jas@extundo.com>
11418
11419         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
11420         and unseen marks.
11421
11422 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11423
11424         * nnmail.el (nnmail-split-fancy): Document `junk'.
11425
11426 2001-09-04  Simon Josefsson  <jas@extundo.com>
11427
11428         * imap.el (imap-search): Don't error if server is broken.
11429
11430 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
11431
11432         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
11433         searching for an article that isn't in the mbox.
11434
11435 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11436
11437         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
11438         right, and get all the comments.
11439
11440 2001-09-02  Simon Josefsson  <jas@extundo.com>
11441         Suggested by Dan Christensen <jdc+news@uwo.ca>
11442
11443         * nnfolder.el (nnfolder-request-update-info): Fix message.
11444
11445         * nnml.el (nnml-request-update-info): Ditto.
11446
11447 2001-09-01  Simon Josefsson  <jas@extundo.com>
11448
11449         * nnml.el (nnml-request-expire-articles): Also bind
11450         `nnml-current-group' and `nnml-article-file-alist' when using
11451         expiry-target. (Otherwise nnml will be in a inconsistent internal
11452         state causing all kind of problems.)
11453         (nnml-request-expire-articles): If `nnml-article-to-file' or
11454         `file-attributes' failes, return article as un-expirable instead
11455         of treating it as expired.
11456
11457 2001-08-31  Sam Steingold  <sds@gnu.org>
11458
11459         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
11460         typo: `exmine' --> `examine'.
11461
11462 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11463
11464         * nndoc.el (nndoc-forward-type-p): It is not a digest.
11465
11466 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11467
11468         * nnml.el (nnml-check-directory-twice): Remove.
11469         (nnml-retrieve-headers): Ditto.
11470         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
11471
11472 2001-08-30  Andrew Innes  <andrewi@gnu.org>
11473
11474         * nnheader.el (nnheader-directory-files-is-safe): No need to read
11475         directory twice on Windows, or on GNU Emacs-21.
11476
11477 2001-08-30  Andrew Innes  <andrewi@gnu.org>
11478
11479         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
11480         (nnml-request-rename-group): Ditto.
11481         (nnml-active-number): Ditto.
11482         (nnml-request-create-group): Use nnml-directory-articles.
11483         (nnml-request-expire-articles): Use nnml-directory-articles, which
11484         gets list from nov database if available.
11485         (nnml-get-nov-buffer): New function.
11486         (nnml-open-nov): Use it.
11487         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
11488         gets alist from nov database if available.
11489         (nnml-directory-articles): New function.
11490         (nnml-article-to-file-alist): New function.
11491
11492 2001-08-30  Andrew Innes  <andrewi@gnu.org>
11493
11494         * mm-decode.el (mm-display-external): Use `name' as filename, if
11495         `filename' attribute is not present.
11496
11497 2001-08-30  Andrew Innes  <andrewi@gnu.org>
11498
11499         * mail-source.el (mail-source-flash): New defcustom.
11500         (mail-source-new-mail-p): Ring visible bell if appropriate.
11501         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
11502         timer is cleared even if mail check signals an error.
11503
11504 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11505
11506         * gnus-sum.el (gnus-summary-move-article): Only update marks of
11507         type 'list.
11508
11509 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11510
11511         * flow-fill.el (fill-flowed): eol might be point-max.
11512
11513 2001-08-27  Simon Josefsson  <jas@extundo.com>
11514
11515         * nnml.el (nnml-request-update-info): Fix message.
11516         (nnml-open-marks): Ditto.
11517
11518         * nnfolder.el (nnfolder-request-update-info):
11519         (nnfolder-open-marks): Fix message.
11520
11521 2001-08-25  Simon Josefsson  <jas@extundo.com>
11522
11523         * nnfolder.el (nnfolder-save-marks): Don't create directory named
11524         after group in ~/.
11525
11526 2001-08-25  Simon Josefsson  <jas@extundo.com>
11527         From Andreas Jaeger  <aj@suse.de>
11528
11529         * nnfolder.el (nnfolder-open-marks): Fix typo.
11530         * nnml.el (nnml-open-marks): Likewise.
11531
11532 2001-08-25  Simon Josefsson  <jas@extundo.com>
11533
11534         Make nnfolder groups self-contained as far as marks are concerned.
11535
11536         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
11537         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
11538         (nnfolder-open-server): Make marks directory.
11539         (nnfolder-request-delete-group): Delete marks file.
11540         (nnfolder-request-delete-group): Check of nov/marks file exist
11541         before deleting.
11542         (nnfolder-request-rename-group): Rename marks file.
11543         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
11544         (nnfolder-request-set-mark, nnfolder-request-update-info)
11545         (nnfolder-group-marks-pathname, nnfolder-save-marks)
11546         (nnfolder-open-marks): New functions.
11547         (top-level): Require gnus.
11548
11549 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11550
11551         * nnweb.el (nnweb-type-definition): Use google raw file.
11552         (nnweb-google-parse-1): Ditto.
11553         (nnweb-google-identity): Ditto.
11554         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
11555         (nnweb-altavista-wash-article): Ditto.
11556         (nnweb-request-article): Remove nnweb-decode-entities.
11557
11558         * nnml.el: Require 'gnus.
11559
11560 2001-08-25  Simon Josefsson  <jas@extundo.com>
11561
11562         * nnml.el (nnml-marks-is-evil): Add doc.
11563
11564 2001-08-25  Simon Josefsson  <jas@extundo.com>
11565
11566         * nnml.el (nnml-save-marks): Wrap saving marks in a
11567         condition-case, to allow user to start Gnus if saving marks failed
11568         for some reason.
11569
11570 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11571
11572         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
11573
11574         * gnus-group.el (gnus-update-group-mark-positions): Bind
11575         gnus-group-update-hook to nil.
11576
11577 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11578
11579         * mml.el (mml-generate-mime-1): Force as multibyte string.
11580
11581 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11582
11583         * gnus-sum.el (gnus-summary-insert-line)
11584         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
11585         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
11586
11587         * gnus-spec.el (gnus-correct-substring): Take optional END.
11588
11589         * nnrss.el (nnrss-request-article): Remove \n.
11590         (nnrss-retrieve-headers): Lines number is -1.
11591
11592 2001-08-24  Simon Josefsson  <jas@extundo.com>
11593
11594         * gnus-group.el (gnus-info-clear-data): Call
11595         nnfoo-request-set-mark to propagate marks.  Fix bug:
11596         `gnus-group-update-line' doesn't update read range unless we call
11597         `gnus-get-unread-articles-in-group' first.
11598
11599         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
11600         to server.
11601
11602 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11603
11604         * gnus-util.el (gnus-create-info-command): Return an interactive
11605         function.
11606
11607 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11608         From Katsumi Yamaoka <yamaoka@jpl.org>
11609
11610         * gnus-spec.el (gnus-parse-complex-format): Use equal.
11611
11612 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11613
11614         * gnus-sum.el (gnus-select-newsgroup): Use it.
11615
11616         * gnus-util.el (gnus-not-ignore): New function.
11617
11618         * lpath.el (featurep): Don't fbind char-int.
11619
11620         * gnus-util.el (gnus-create-info-command): New function.
11621
11622         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
11623         right node.
11624
11625         * gnus-sum.el (gnus-select-newsgroup): Clean up.
11626         (gnus-summary-limit-children): Use 'identity instead of `all'.
11627         (gnus-summary-limit-to-display-predicate): New command and
11628         keystroke.
11629
11630 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11631
11632         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
11633
11634         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
11635
11636 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11637
11638         * gnus-spec.el: Add the Gnus version.
11639         (gnus-update-format-specifications): If the Gnus version changes,
11640         nix out the format spec cache.
11641
11642         * gnus.el (gnus-continuum-version): Made into a command and
11643         optionalize the VERSION.
11644
11645         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
11646         the start of the lines.
11647
11648 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11649
11650         * gnus.el (gnus-visual-p): Define function before use of
11651         function.
11652
11653 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11654
11655         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
11656         (gnus-article-mark-to-type): New function.
11657         (gnus-update-missing-marks): Only update marks of type 'list.
11658
11659         * gnus.el (gnus-article-special-mark-lists): New variable.
11660
11661 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11662
11663         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
11664         (gnus-select-newsgroup): Still use 'all.
11665         (gnus-summary-initial-limit): Comparing with 'all.
11666
11667 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11668
11669         * gnus-start.el (gnus-activate-group): If dont-check, don't update
11670         active.
11671
11672 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11673
11674         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
11675         nnslashdot-*-retrieve-headers.
11676         (nnslashdot-request-article): Fix for slashcode 2.2.
11677         (nnslashdot-make-tuple): New function.
11678         (nnslashdot-read-groups): Use it.
11679
11680 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11681
11682         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
11683         list.
11684
11685         * gnus-sum.el (gnus-summary-move-article): Don't select article.
11686
11687 2001-08-20  Simon Josefsson  <jas@extundo.com>
11688
11689         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
11690         opened, error instead of continuing (and exploding later).
11691
11692 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11693
11694         * gnus.el (gnus-expand-group-parameters): Return the parameter
11695         list.
11696
11697         * gnus-sum.el (gnus-summary-show-article): Doc fix.
11698         (gnus-summary-show-article): Guess at charset if required.
11699
11700         * gnus-spec.el (gnus-correct-substring): Stopped one character
11701         before we wanted.
11702
11703 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11704
11705         * earcon.el (earcon-auto-play): Remove unused option.
11706
11707 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11708
11709         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
11710         message down in levels, since it happens very fast.
11711
11712         * smiley-ems.el (smiley-update-cache): Respect the symbol version
11713         of smiley-regexp-alist.
11714
11715         * mm-view.el (mm-inline-text): Ignore vcard errors.
11716
11717         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
11718
11719         * gnus-score.el (gnus-all-score-files): Use append instead of
11720         nconc.
11721
11722         * gnus.el (gnus-splash-face): Doc fix.
11723
11724         * mm-decode.el (mm-mailcap-command): Use
11725         mm-path-name-rewrite-functions.
11726         (mm-path-name-rewrite-functions): New variable.
11727
11728         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
11729         (gnus-complex-form-to-spec): Insert tab.
11730         (gnus-spec-tab): New function.
11731
11732         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
11733         entering the group.
11734
11735         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
11736         the positional spec.
11737         (gnus-parse-complex-format): React to %C.
11738
11739         * gnus-ems.el (gnus-char-width): Moved here.
11740
11741         * gnus-sum.el (gnus-select-newsgroup): Set
11742         gnus-newsgroup-articles.
11743         (gnus-unseen-mark): New variable.
11744         (gnus-newsgroup-unseen): Ditto.
11745         (gnus-newsgroup-seen): Ditto.
11746         (gnus-adjust-marked-articles): Use them.
11747         (gnus-update-marks): Use them.
11748         (gnus-summary-update-secondary-mark): Display.
11749         (gnus-summary-prepare-threads): Display.
11750
11751         * gnus-msg.el (gnus-inews-group-method): Use and return the
11752         method, not the server.
11753
11754 2001-08-19  Simon Josefsson  <jas@extundo.com>
11755
11756         * gnus-srvr.el (gnus-server-agent-face): New.
11757         (gnus-server-agent-face): New.
11758         (gnus-server-mode): Turn on font-lock-mode.
11759
11760         * gnus.el (gnus-server-visual): Add defgroup.
11761
11762 2001-08-19  Simon Josefsson  <jas@extundo.com>
11763         From Joe Casadonte <jcasadonte@northbound-train.com>
11764
11765         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
11766         gnus-server-denied-face): New.
11767         (gnus-server-opened-face, gnus-server-closed-face,
11768         gnus-server-denied-face): New.
11769         (gnus-server-font-lock-keywords): Add.
11770
11771 2001-08-19  Simon Josefsson  <jas@extundo.com>
11772
11773         * nnml.el (nnml-request-set-mark): Return nil.
11774         (nnml-save-marks): Use nnml-possibly-create-directory.
11775         (nnml-open-marks): Only work in temp buffer when inserting/reading
11776         .marks file.
11777
11778 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11779
11780         * gnus.el (gnus-expand-group-parameters): Fix.
11781
11782         * gnus-spec.el (gnus-char-width): New function.
11783         (gnus-correct-substring, gnus-correct-length): Use it.
11784
11785         * message.el (message-required-mail-headers): Fix doc.
11786
11787 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11788
11789         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
11790
11791         * mm-decode.el (mm-save-part-to-file): Insert the handle.
11792
11793 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11794
11795         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
11796         slashdot 2.2 (not fully fixed yet).
11797         (nnslashdot-request-article): Ditto.
11798
11799 2001-08-18  Simon Josefsson  <jas@extundo.com>
11800
11801         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
11802         nnimap.
11803
11804         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
11805         gnus-util.
11806         (nnimap-request-update-info-internal): Use new functions.
11807
11808         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
11809         new functions.
11810
11811 2001-08-18  Simon Josefsson  <jas@extundo.com>
11812
11813         Make nnml groups self-contained as far as marks are concerned.
11814
11815         * nnml.el (nnml-request-delete-group): Delete marks file.
11816         (nnml-request-rename-group): Move marks file.
11817         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
11818         variables.
11819         (nnml-request-set-mark, nnml-request-update-info): New server
11820         functions.
11821         (nnml-save-marks, nnml-open-marks): New functions.
11822
11823 2001-08-18  Simon Josefsson  <jas@extundo.com>
11824
11825         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
11826         `set' when setting marks.
11827
11828 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11829
11830         * gnus.el (gnus-info-find-node): Take an argument.
11831
11832         * gnus-art.el (gnus-button-handle-info): New function.
11833         (gnus-url-unhex-string): Replace "+" with " ".
11834
11835 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11836
11837         * message.el (message-check-news-header-syntax): Check bad From.
11838
11839 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11840
11841         * gnus-spec.el (gnus-correct-length): New function.
11842         (gnus-correct-substring): New function.
11843         (gnus-tilde-max-form): Use it.
11844
11845 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
11846
11847         * nnmh.el: Docstring changes as below.
11848
11849         * nnml.el: Docstring changes as below.
11850
11851         * nnbabyl.el: Docstring changes as below.
11852
11853         * nnmbox.el: Docstring changes as below.
11854
11855         * nnfolder.el: Added docstrings identifying each virtual server
11856         parameter.
11857
11858 2001-08-18  Simon Josefsson  <jas@extundo.com>
11859
11860         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
11861
11862 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
11863
11864         * message.el: rename "Abort Message" to "Postpone Message".
11865         Remove "Attach file as MIME" from Message menu, it's already in
11866         the MIME menu.
11867
11868 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11869
11870         * smime.el (smime-point-at-eol): eval-and-compile.
11871         (smime-make-temp-file): New function.
11872         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
11873         Use it.
11874
11875 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11876
11877         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
11878         (gnus-agent-summary-fetch-group): New command and keystroke.
11879
11880         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
11881         (gnus-mime-display-security): Make it respect
11882         gnus-unbuttonized-mime-type-p.
11883
11884         * gnus-sum.el (gnus-articles-to-read): Comments.
11885         (gnus-article-marked-p): New function.
11886         (gnus-summary-display-make-predicate): New function.
11887         (gnus-select-newsgroup): Use them.
11888
11889         * mm-decode.el (mm-save-part-to-file): Made it not error.
11890
11891 2001-08-17  Simon Josefsson  <jas@extundo.com>
11892
11893         * imap.el (imap-wait-for-tag): If process-status isn't open or
11894         run, return nil instead of sit-for looping.
11895
11896 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11897
11898         * lpath.el (featurep): fbind xml-parse-region.
11899
11900         * gnus.el (gnus-message-archive-method): Default to "archive".
11901         (gnus-message-archive-method): Doc fix.
11902         (gnus-parameters-get-parameter): Cleaned up.
11903         (gnus-expand-group-parameter): New function.
11904
11905         * gnus-start.el (gnus-setup-news): Push the archive server only
11906         the server list.
11907
11908         * mml.el (mml-menu): Changed name to "Attachments".
11909
11910         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
11911         when there is something to detroy.
11912
11913 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11914
11915         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
11916         nil.
11917
11918 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11919
11920         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
11921         which specifies a time today or tomorrow.
11922
11923 2001-08-15  Simon Josefsson  <jas@extundo.com>
11924         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
11925
11926         * gnus-agent.el (gnus-agent-make-mode-line-string)
11927         (gnus-agent-toggle-plugged): Use new API.
11928
11929 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11930
11931         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
11932         deadline has expired.
11933
11934 2001-08-12  Simon Josefsson  <jas@extundo.com>
11935         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
11936
11937         Support `recent' mark indicating newly arrived messages (to
11938         separate from old but unread messages).
11939
11940         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
11941         `nnmail-split-history' if recent is > 0.
11942         (nnimap-request-update-info-internal): Update `recent' marks.
11943         (nnimap-request-set-mark): Never set `recent' marks.
11944         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
11945         recent.
11946
11947         * gnus-sum.el (gnus-recent-mark): New mark.
11948         (gnus-newsgroup-recent): New variable.
11949         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
11950         (gnus-summary-prepare-threads): Mark recent articles.
11951         (gnus-summary-add-mark): Support recent.
11952         (gnus-summary-update-secondary-mark): Support recent.
11953
11954         * gnus.el (gnus-article-mark-lists): Add recent.
11955
11956 2001-08-12  Simon Josefsson  <jas@extundo.com>
11957
11958         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
11959         whether successful decoding took place.  Add doc.
11960
11961 2001-08-12  Simon Josefsson  <jas@extundo.com>
11962         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
11963
11964         * gnus.el (gnus-summary-line-format, gnus-parameters):
11965         * gnus-gl.el (gnus-summary-grouplens-line-format):
11966         * gnus-salt.el (gnus-summary-pick-line-format):
11967         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
11968
11969 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
11970         Committed by Kai Gro\e,b_\e(Bjohann.
11971
11972         * gnus-score.el (gnus-score-string): Fix `match' regexp
11973         for `extra' header case.
11974
11975 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11976
11977         * nnmbox.el (nnmbox-read-mbox): No warning.
11978
11979 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11980
11981         * nndoc.el (nndoc-article-type): Fix doc.
11982         (nndoc-generate-article-function): New variable.
11983         (nndoc-dissection-function): New variable.
11984         (nndoc-type-alist): Add oe-dbx.
11985         (nndoc-oe-dbx-type-p): New function.
11986         (nndoc-oe-dbx-dissection): New function.
11987         (nndoc-oe-dbx-generate-article): New function.
11988
11989 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11990
11991         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
11992         whether deadline has been reached.  Patch from Dan Nicolaescu
11993         <dann@godzilla.ics.uci.edu>.
11994
11995 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11996
11997         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
11998         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
11999         <rintaman@cs.Helsinki.FI>.
12000
12001         * mail-source.el (mail-source-movemail): The error buffer is
12002         modified, but nothing in it.
12003
12004 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12005
12006         * message.el (message-bogus-system-names): New variable.
12007         (message-make-fqdn): Use it.
12008
12009 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12010
12011         * nndraft.el (nndraft-request-group): Use
12012         nndraft-auto-save-file-name.
12013
12014 2001-08-09  Simon Josefsson  <jas@extundo.com>
12015
12016         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
12017         Don't ask whether to decrypt.  Just leave result in buffer (don't
12018         call mm).
12019
12020         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
12021         parts as well.
12022         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
12023         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
12024
12025 2001-08-09  Simon Josefsson  <jas@extundo.com>
12026
12027         * mm-decode.el (mm-insert-part): Return decoding success status.
12028         (mm-save-part-to-file): Error if decoding failed.
12029
12030 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12031
12032         * message.el (message-tab): Use indent-relative.
12033         (message-mode): Don't bind indent-line-function to indent-relative.
12034
12035 2001-08-09  Simon Josefsson  <jas@extundo.com>
12036
12037         * message.el (message-get-reply-headers): Fix string. Suggested by
12038         Christoph Conrad <cc@cli.de>.
12039
12040 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12041
12042         * message.el (message-tab): Use the current value of
12043         indent-line-function.
12044         (message-mode): Bind indent-line-function to indent-relative.
12045
12046 2001-08-08  Simon Josefsson  <jas@extundo.com>
12047
12048         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
12049         whether `imtest' is installed.
12050
12051 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
12052         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
12053
12054         * gnus-sum.el (gnus-summary-show-article): Call
12055         gnus-summary-update-secondary-secondary-mark.
12056         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
12057         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
12058
12059 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12060
12061         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
12062
12063         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
12064
12065         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
12066         <gerd@gnu.org>.
12067
12068         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
12069
12070         * gnus-util.el (gnus-output-to-rmail): Ditto.
12071         (gnus-output-to-mail): Ditto.
12072
12073         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
12074
12075 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
12076
12077         * message.el (message-indent-citation): Use
12078         `message-yank-cited-prefix' for empty lines.
12079
12080 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
12081
12082         * message.el (message-indent-citation): Quote only lines starting
12083         with ">" using `message-yank-cited-prefix'.
12084
12085 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
12086         Trivial patch.
12087
12088         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
12089         gnus-cache-fully-p.
12090
12091 2001-08-04  Simon Josefsson  <jas@extundo.com>
12092
12093         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
12094         file if it doesn't exist (by calling gnus-cache-read-active).
12095
12096 2001-08-04  Simon Josefsson  <jas@extundo.com>
12097
12098         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
12099         (gnus-cache-passively-or-fully-p): Removed.
12100         (gnus-cache-fully-p): Fix it.
12101
12102         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
12103
12104 2001-08-04  Simon Josefsson  <jas@extundo.com>
12105
12106         * gnus-cache.el (gnus-cache-fully-p)
12107         (gnus-cache-passively-or-fully-p): New functions.
12108         (gnus-cache-possibly-enter-article): Cosmetic change, use
12109         `g-c-p-o-f-p'.
12110         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
12111         was bogus (`g-c-p-a-a' does not change active info, just change
12112         the functions parameters).
12113         (gnus-cache-possibly-remove-articles-1): Make sure articles are
12114         not removed in groups that match `gnus-uncacheable-groups'.
12115
12116         Reported and modifications based on discussions with Nuutti
12117         Kotivuori <nuutti.kotivuori@smarttrust.com>.
12118
12119 2001-08-04  Simon Josefsson  <jas@extundo.com>
12120         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
12121
12122         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
12123         calls `gnus-cache-update-active' if bounds has been extended.
12124
12125 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12126
12127         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
12128         before remove.
12129         (gnus-mime-security-show-details): Ditto.
12130
12131 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12132
12133         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
12134         syntax.  Protect string-match against nil string and regexp.
12135
12136 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12137
12138         * mm-util.el (mm-find-charset-region): Remove control-1.
12139
12140 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12141
12142         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
12143
12144 2001-08-04  Simon Josefsson  <jas@extundo.com>
12145
12146         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
12147         buffer.  Delete MIME-Version header.
12148
12149 2001-08-03  Simon Josefsson  <jas@extundo.com>
12150
12151         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
12152         that is entered does not necessarily have the highest article
12153         number in the group, so use `gnus-cache-possibly-alter-active'
12154         instead of `gnus-cache-update-active'.
12155
12156 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12157
12158         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
12159
12160 2001-08-03  Simon Josefsson  <jas@extundo.com>
12161
12162         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
12163         menu.
12164
12165 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12166
12167         * gnus.el (post-method): New group parameter.  It also provides
12168         the user option `gnus-post-method-alist' and the internal function
12169         `gnus-parameter-post-method'.
12170
12171         * gnus-msg.el (gnus-post-method): Bind the value of
12172         `gnus-post-method' to the group parameter if it is defined.
12173
12174 2001-08-02  Simon Josefsson  <jas@extundo.com>
12175
12176         * smime.el (smime-extra-arguments): Removed.
12177         (smime-call-openssl-region): Don't use it.
12178
12179 2001-08-02  Simon Josefsson  <jas@extundo.com>
12180
12181         * smime.el (smime-sign-region): Handle stderr.
12182         (smime-encrypt-region): Ditto.
12183
12184         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
12185         match the ASN.1 length bytes.
12186         (mm-pkcs7-enveloped-magic): Ditto.
12187         (mm-view-pkcs7-get-type): Don't regexp quote.
12188
12189 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12190         From Andreas Fuchs <asf@void.at>
12191
12192         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
12193
12194 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12195
12196         * gnus-art.el (gnus-header-button-alist): References regexp.
12197
12198 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
12199
12200         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
12201         already fboundp.  Add INTERACTIVE arg to autoload form.
12202
12203 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12204
12205         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
12206
12207         * nnmail.el (nnmail-cache-open): Ditto.
12208
12209 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12210
12211         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
12212
12213 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12214
12215         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
12216
12217 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12218         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12219
12220         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
12221         (gnus-agent-toggle-plugged): Use it.
12222
12223 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
12224
12225         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
12226         (gnus-ding-file-coding-system): New variable.
12227         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
12228         (gnus-slave-save-newsrc): Use it.
12229
12230 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12231
12232         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
12233         syntax.
12234
12235 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12236         Originally from Andreas Fuchs <asf@void.at>
12237
12238         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
12239         (mml2015-gpg-pretty-print-fpr): New function.
12240         (mml2015-gpg-extract-signature-details): More details, rename from
12241         `m-g-e-from'.
12242         (mml2015-gpg-verify): Use them.
12243         (mml2015-gpg-clear-verify): Use them.
12244
12245 2001-07-31  Simon Josefsson  <jas@extundo.com>
12246
12247         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
12248         buffer when done.
12249
12250 2001-07-30  Simon Josefsson  <jas@extundo.com>
12251
12252         * smime.el (smime-call-openssl-region): Revert previous change,
12253         just pass on buf to `call-process-region'.
12254         (smime-verify-region): Doc fix.  Don't message stuff.  Use
12255         `smime-new-details-buffer'.  Inserts error messages into buffer.
12256         (smime-noverify-region): Ditto.
12257         (smime-decrypt-region): Ditto.  Handles stderr separately.
12258         (smime-verify-buffer, smime-noverify-buffer)
12259         (smime-decrypt-buffer): Doc fix.
12260         (smime-new-details-buffer): New function.
12261         (smime-pkcs7-region, smime-pkcs7-certificates-region)
12262         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
12263         (smime-sign-region, smime-encrypt-region): Don't use
12264         `insert-buffer'.
12265
12266         * mml-smime.el (mml-smime-verify): Fix security button strings.
12267
12268 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12269
12270         * gnus-art.el (gnus-mime-save-part-and-strip): Save
12271         gnus-article-mime-handles.
12272
12273 2001-07-29  Simon Josefsson  <jas@extundo.com>
12274
12275         * mail-source.el (top-level): Require message for message-directory.
12276         (mail-source-directory): Change default to message-directory.
12277
12278         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
12279         (smime-certificate-directory, smime-openssl-program)
12280         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
12281         (smime-extra-arguments): New variable.
12282         (smime-dns-server): Fix customize group.
12283         (smime-call-openssl-region): Use `smime-extra-arguments'.
12284
12285 2001-07-29  Simon Josefsson  <jas@extundo.com>
12286         From Vladimir Volovich <vvv@vsu.ru>
12287
12288         * smime.el (smime-call-openssl-region): Ignore stderr.
12289
12290 2001-07-29  Simon Josefsson  <jas@extundo.com>
12291         From Christoph Conrad <christoph.conrad@gmx.de>
12292
12293         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
12294         file.
12295
12296 2001-07-29  Simon Josefsson  <jas@extundo.com>
12297
12298         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
12299
12300         Support S/MIME decryption.
12301
12302         * mm-decode.el (mm-inline-media-tests):
12303         (mm-inlined-types):
12304         (mm-automatic-display):
12305         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
12306
12307         * mm-view.el (mm-pkcs7-signed-magic):
12308         (mm-pkcs7-enveloped-magic): New variables.
12309         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
12310         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
12311         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
12312         PKCS#7 blobs.
12313
12314         * smime.el (smime-decrypt-region): Expand keyfile.
12315
12316 2001-07-29  Simon Josefsson  <jas@extundo.com>
12317
12318         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
12319         `ssl.el' variables.
12320
12321         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
12322         but line instead of narrowing to it, because `nnmail-parse-active'
12323         calls widen.  Thanks to Christoph Conrad
12324         <christoph.conrad@gmx.de>.
12325
12326 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12327
12328         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
12329         for %B spec.
12330
12331         * gnus-sum.el (gnus-summary-prepare-threads): If
12332         gnus-sum-thread-tree-root is nil, use subject instead.
12333         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
12334         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12335         (gnus-sum-thread-tree-leaf-with-other)
12336         (gnus-sum-thread-tree-single-leaf): Documentation.
12337         (gnus-sum-thread-tree-single-indent): Allow nil.
12338
12339 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12340
12341         * message.el (message-fill-paragraph): Do nothing if the user
12342         wants filladapt-mode.
12343
12344 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12345
12346         * mm-decode.el (mm-image-type-from-buffer): New function.
12347         (mm-get-image): Use it.
12348
12349 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12350
12351         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
12352
12353         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
12354         mm-display-parts too.
12355
12356 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12357
12358         * nnfolder.el (nnfolder-request-accept-article): Bind
12359         nntp-server-buffer.
12360
12361         * nnmail.el (nnmail-parse-active): Read from buffer instead of
12362         nntp-server-buffer.
12363
12364 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12365
12366         * message.el (message-check-news-header-syntax): Use
12367         message-post-method.
12368         (message-send-news): Bind message-post-method.
12369
12370 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12371
12372         * mml.el (mml-tweak-type-alist): New variable.
12373         (mml-tweak-function-alist): New variable.
12374         (mml-tweak-part): New function.
12375         (mml-generate-mime-1): Use it.
12376
12377 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12378
12379         * nnfolder.el (nnfolder-request-accept-article): Replace
12380         nnfolder-request-list.
12381
12382 2001-07-27  Simon Josefsson  <jas@extundo.com>
12383
12384         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
12385         nnoo-change-server failed to do it.
12386
12387 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12388
12389         * gnus.el (gnus-parameters): Make it customizable.
12390
12391 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12392
12393         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
12394
12395         * message.el (message-set-auto-save-file-name): More
12396         poor-system-types.
12397
12398         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
12399
12400         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
12401         supports +.
12402
12403 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12404
12405         * mm-decode.el (mm-readable-p): New function.
12406         (mm-inline-media-tests): Fix the default testers.
12407
12408 2001-07-26  Simon Josefsson  <jas@extundo.com>
12409
12410         * nnimap.el (nnimap-version): Bump version number.
12411
12412 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12413         From Steven E. Harris <seh@speakeasy.org>
12414
12415         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
12416         in M$Windows too.
12417
12418 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12419
12420         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
12421
12422 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12423
12424         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
12425
12426         * mm-decode.el (mm-get-image): Guess then use the type.
12427
12428         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
12429
12430 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
12431
12432         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
12433         display (%B) for threads if threading is off.
12434
12435 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12436         From Henrik Enberg <henrik@enberg.org>
12437
12438         * gnus-msg.el: Customization patch.
12439
12440 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
12441
12442         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
12443         variable.
12444         (nnmail-split-fancy-with-parent): Ignore certain groups.
12445
12446 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12447
12448         * gnus-util.el (gnus-byte-compile): New function.
12449         (gnus-use-byte-compile): New variable.
12450         (gnus-make-sort-function): Use it.
12451
12452         * nnmail.el (nnmail-get-new-mail): Use it.
12453
12454         * gnus-agent.el (gnus-category-make-function): Simple function or
12455         compiled function.
12456         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
12457
12458         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
12459         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
12460         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
12461
12462         * message.el (message-check-news-header-syntax): Remove quote.
12463
12464 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12465
12466         * message.el (message-use-mail-followup-to): `t' is not a
12467         documented value.
12468
12469 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12470
12471         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
12472
12473 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12474
12475         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
12476         there are long lines.
12477
12478 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12479
12480         * dgnushack.el (copy-list): New compiler macro.
12481
12482 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12483
12484         * message.el (message-bounce): If no Return-Path, the whole
12485         content is considered as the original message.
12486
12487         * nnml.el (nnml-check-directory-twice): New variable.
12488         (nnml-article-to-file): Use it.
12489         (nnml-retrieve-headers): Hack it.
12490
12491 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12492
12493         * gnus-win.el (gnus-buffer-configuration): New configure.
12494
12495         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
12496         not alive.
12497
12498         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
12499         (mm-display-external): Use display-term configure.
12500
12501 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12502
12503         * gnus-delay.el (gnus-delay-default-hour): New variable.
12504         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
12505
12506 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12507         From Karl Kleinpaste <karl@charcoal.com>
12508
12509         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
12510         (gnus-summary-prepare-threads): Ditto.
12511
12512         * gnus.el (gnus-summary-line-format): Add %B.
12513
12514 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12515
12516         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
12517
12518         * mm-util.el (mm-string-as-multibyte): New function.
12519
12520         * nnmh.el (nnmh-request-list-1): Encode, not decode!
12521
12522 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12523
12524         * mm-util.el (mm-universal-coding-system): New variable.
12525
12526         * gnus-start.el (gnus-startup-file-coding-system): Use it.
12527
12528         * score-mode.el (score-mode-coding-system): Use it.
12529
12530 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12531
12532         * gnus-start.el (gnus-setup-news): Call
12533         `gnus-check-bogus-newsgroups' just after the native server is
12534         opened.
12535
12536 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12537
12538         * nnmail.el (nnmail-do-request-post): Util function to be used by
12539         `nnchoke-request-post' for all nnmail-derived backends.
12540
12541         * nnml.el (nnml-request-post): Use it.
12542
12543         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
12544         backend, for it groks nnml-request-post.
12545
12546         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
12547         Treat `mail-post' backends like `mail' backends, not like `news'
12548         backends.
12549
12550 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12551
12552         * gnus-msg.el (gnus-setup-message): make-local-hook.
12553
12554 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12555
12556         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
12557         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
12558         <karl@charcoal.com>, slightly changed by Kai.
12559
12560         * message.el (message-check-news-header-syntax): When checking
12561         whether the groups exist, check the right server based on
12562         `gnus-post-method'.
12563
12564 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12565
12566         * gnus-delay.el: New file.
12567
12568 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12569
12570         * mm-util.el (mm-read-coding-system): Take two arguments.
12571
12572         * gnus-sum.el (gnus-summary-show-article): Use
12573         mm-read-coding-system.
12574
12575         * gnus-art.el (article-de-quoted-unreadable):
12576         (article-de-base64-unreadable, article-wash-html):
12577         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
12578
12579 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12580
12581         * nnml.el (nnml-request-post): New function.  Can be used for
12582         annotations in nnml groups.
12583
12584 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12585
12586         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
12587         command.
12588
12589         * gnus-start.el (gnus-find-new-newsgroups): Use
12590         `message-make-date' instead of `current-time-string'.
12591         (gnus-ask-server-for-new-groups): Ditto.
12592         (gnus-check-first-time-used): Ditto.
12593
12594 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12595
12596         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
12597
12598 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
12599
12600         * message.el (message-shorten-references): Change `maxcount' and
12601         `cut' to obey USEFOR draft 5.
12602
12603 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
12604
12605         * gnus-sum.el (gnus-summary-display-arrow): New variable.
12606         (gnus-summary-set-article-display-arrow): New function.
12607         (gnus-summary-goto-subject): Use it.
12608
12609 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12610
12611         * gnus-sum.el (gnus-summary-import-article): Insert date if
12612         doesn't exist.
12613
12614 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12615
12616         * mml.el (mml-content-type-parameters): New variable.
12617         (mml-content-disposition-parameters): New variable.
12618         (mml-insert-mime-headers): Use them.
12619         (mml-parse-1): Accept charset.
12620
12621 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12622
12623         * gnus-group.el (gnus-group-select-group): Doc fix.
12624
12625         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
12626
12627 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12628
12629         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
12630         to handle `define-derived-mode'.
12631
12632 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12633         From:  Stefan Monnier  <monnier@cs.yale.edu>
12634
12635         * message.el (message-mode): Use define-derived-mode.
12636         (message-tab): message-completion-alist.
12637
12638         * imap.el (imap-interactive-login): Use make-local-variable.
12639         (imap-open): Ditto.
12640         (imap-authenticate): Ditto.
12641
12642         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
12643
12644         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
12645
12646 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12647
12648         * message.el (message-citation-line-function): Refer to
12649         gnus-cite-attribution-suffix.
12650
12651 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12652
12653         * gnus-art.el,...: Error convention changes.
12654
12655 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12656
12657         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
12658
12659 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12660
12661         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
12662         (nnrss-read-server-data): Ditto.
12663
12664 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12665
12666         * gnus-setup.el (gnus-use-installed-gnus): Typo.
12667         * Cleanup files.
12668         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
12669
12670 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12671
12672         * gnus.el (gnus-summary-line-format): Add %o.
12673
12674         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
12675         unless shell outputs something.
12676
12677 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12678
12679         * gnus-art.el (gnus-boring-article-headers): Better doc.
12680         (article-hide-headers): Better regexp.
12681         Suggested by Matt Swift <swift@alum.mit.edu>.
12682
12683         * nnheader.el (nnheader-max-head-length): Better doc.
12684         (nnheader-header-value): Skip spaces.
12685         (nnheader-parse-head): Remove space.
12686         Suggested by Matt Swift <swift@alum.mit.edu>.
12687
12688         * gnus-sum.el (gnus-summary-show-raw-article): New function.
12689         (gnus-get-newsgroup-headers): Remove space.
12690
12691 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12692
12693         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
12694         (gnus-summary-reply): Use it.
12695         (gnus-summary-reply-broken-reply-to): New function.
12696         (gnus-msg-force-broken-reply-to): New function.
12697
12698         * mm-view.el (mm-inline-text): Showing as text/plain when error.
12699
12700 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12701
12702         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
12703
12704 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12705
12706         * mm-decode.el (mm-external-terminal-program): New variable.
12707         (mm-display-external): Use it. Use term to display when no
12708         window-system.
12709
12710 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
12711
12712         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
12713         Browse->Next entries to Browse->Prev
12714
12715 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12716
12717         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
12718
12719 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12720
12721         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
12722         for the default encoding.
12723
12724         * nnrss.el (nnrss-url-field): New field.
12725         (nnrss-request-article): Add newsgroups.
12726
12727         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
12728
12729 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12730
12731         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
12732
12733         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
12734         (gnus-draft-setup): Remove backlog.
12735
12736 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12737
12738         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
12739         Cleanup.
12740
12741 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12742
12743         * gnus-msg.el (gnus-bug): Erase buffer.
12744
12745         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
12746
12747 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12748
12749         * mm-decode.el (mm-attachment-override-p): Fix typo.
12750
12751 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
12752
12753         * gnus-kill.el (gnus-execute): Work with the extra headers.
12754         * gnus-sum.el (gnus-summary-execute-command): Ditto.
12755
12756 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12757
12758         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
12759         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
12760
12761         * message.el (message-send-mail-real-function): New variable.
12762         (message-send-mail-partially, message-send-mail):
12763
12764         * nngateway.el (nngateway-request-post): Use it.
12765
12766         * gnus-agent.el (gnus-agentize): Use it.
12767
12768         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
12769         (nnsoup-revert-variables): Use it.
12770
12771 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
12772
12773         * mm-decode.el (mm-inline-media-tests): Default to displaying as
12774         text/plain if the type doesn't match any other media types.
12775         (mm-inlined-types): Doc fix.
12776         (mm-display-inline): Revert previous change (now handled by a
12777         default type in `mm-inline-media-tests'.
12778         (mm-inlinable-p): Revive.
12779         (mm-display-part): Call `mm-inlinable-p'.
12780         (mm-attachment-override-p): Ditto.
12781         (mm-inlined-p): Doc fix.
12782
12783         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
12784         well as `mm-inlined-p'.
12785
12786 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12787
12788         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
12789         (nntp-send-command-and-decode): Use gnus-point-at-bol.
12790
12791 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12792         From  Paul Jarc <prj@po.cwru.edu>
12793
12794         * message.el (message-use-mail-followup-to): New variable.
12795         (message-get-reply-headers): Use it.
12796
12797 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
12798
12799         * nnheader.el (nnheader-init-server-buffer): Make sure the
12800         *nntpd* buffer is made multibyte instead of a random buffer.
12801
12802 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12803
12804         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
12805         when it returns headers.
12806
12807 2001-07-07  Simon Josefsson  <jas@extundo.com>
12808
12809         * rfc2047.el (rfc2047-encode-message-header): Skip header when
12810         trying to fold. Thanks to Colin Walters
12811         <walters@cis.ohio-state.edu>
12812
12813 2001-07-06  Simon Josefsson  <jas@extundo.com>
12814
12815         * imap.el (imap-parse-address-list, imap-parse-flag-list)
12816         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
12817         Add information in `assert's.
12818
12819         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
12820         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
12821         and `nnimap-group-overview-filename', should handle all
12822         change-of-uidvalidity related issues.  But there may be other
12823         problems.)
12824
12825 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
12826
12827         * rfc2047.el (rfc2047-encode-message-header): Don't include the
12828         header name when folding.
12829
12830 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
12831
12832         * mm-decode.el (mm-inlined-types): Document relationship with
12833         `mm-inline-media-tests'.
12834         (mm-display-inline): Default to displaying as plain text if no
12835         inlining handler is available.
12836         (mm-inlinable-p): Remove.
12837         (mm-inlined-p): Don't call `mm-inlinable-p'.
12838         (mm-automatic-display-p): Ditto.
12839         (mm-attachment-override-p): Ditto.
12840
12841 2001-07-04  Simon Josefsson  <jas@extundo.com>
12842
12843         * nnimap.el (nnimap-importantize-dormant): New variable.
12844         (nnimap-request-update-info-internal): Use it.
12845         (nnimap-request-set-mark): Ditto.
12846
12847 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
12848
12849         * nntp.el (nntp-send-command): don't pass a buffer argument to
12850         `point'. Only XEmacs accepts this.
12851         * nntp.el (nntp-send-command-nodelete): ditto.
12852         * nntp.el (nntp-send-command-and-decode): ditto.
12853
12854 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
12855
12856         * nntp.el (nntp-open-connection-function): doc update.
12857         * nntp.el (nntp-pre-command): New.
12858         * nntp.el (nntp-via-rlogin-command): New.
12859         * nntp.el (nntp-via-telnet-command): New.
12860         * nntp.el (nntp-via-telnet-switches): New.
12861         * nntp.el (nntp-via-user-name): New.
12862         * nntp.el (nntp-via-user-password): New.
12863         * nntp.el (nntp-via-address): New.
12864         * nntp.el (nntp-via-envuser): New.
12865         * nntp.el (nntp-via-shell-prompt): New.
12866         * nntp.el (nntp-open-telnet-stream): New.
12867         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
12868         * nntp.el (nntp-open-via-telnet-and-telnet): New.
12869         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
12870         * nntp.el (nntp-send-command): ditto.
12871         * nntp.el (nntp-send-command-nodelete): ditto.
12872         * nntp.el (nntp-send-command-and-decode): ditto.
12873
12874 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
12875         Trivial patch.
12876
12877         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
12878         `when'.
12879
12880 2001-07-03  Simon Josefsson  <jas@extundo.com>
12881         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
12882
12883         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
12884
12885 2001-07-03  Simon Josefsson  <jas@extundo.com>
12886
12887         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
12888         remove it (workaround XEmacs `fill-region' bug).
12889
12890 2001-07-01  Simon Josefsson  <jas@extundo.com>
12891
12892         * nnimap.el (nnimap-date-days-ago): Defeat locale.
12893
12894 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12895
12896         * mml2015.el (mml2015-format-error): New function.
12897         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
12898         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
12899         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
12900
12901 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12902
12903         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
12904         Suggested by Christoph Conrad <C.Conrad@cli.de>.
12905
12906         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
12907         group variables.
12908
12909 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12910
12911         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
12912
12913         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
12914         (nnrss-save-group-data): Ditto.
12915
12916         * gnus-agent.el (gnus-agent-save-alist): Ditto.
12917
12918 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12919
12920         * message.el (message-do-send-housekeeping): Narrow to headers.
12921
12922 2001-06-24  Simon Josefsson  <jas@extundo.com>
12923
12924         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
12925         insertion when breaking lines looked for " \t" instead of "[ \t]".
12926         (rfc2047-encode-message-header): Fold lines even if
12927         no QP encoding is done.
12928
12929 2001-06-23  Simon Josefsson  <jas@extundo.com>
12930         From Samuel Tardieu <sam@inf.enst.fr>
12931
12932         * smime.el (smime-keys): Support additional certificates.
12933         (smime-make-certfiles): New function.
12934         (smime-sign-region): Use previous variables.
12935         (smime-get-certfiles): New function.
12936         (smime-sign-buffer): Use it.
12937         (smime-verify-region): Support both CAfile and CApath.
12938
12939 2001-06-23  Simon Josefsson  <jas@extundo.com>
12940
12941         * smime.el (smime-decrypt-region): Perhaps work.
12942
12943 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12944
12945         * gnus-msg.el (gnus-copy-article-buffer): Typo.
12946
12947 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
12948
12949         * mm-decode.el (mm-save-part): Rewrite file name.
12950         (mm-file-name-rewrite-functions): New variable.
12951         (mm-file-name-delete-whitespace): New function.
12952         (mm-file-name-trim-whitespace): New function.
12953         (mm-file-name-collapse-whitespace): New function.
12954         (mm-file-name-replace-whitespace): New variable and function.
12955
12956 2001-06-22  Simon Josefsson  <jas@extundo.com>
12957
12958         * message.el (message-make-date): Workaround locale for weekdays.
12959
12960 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12961
12962         * message.el (message-goto-body): Return nil if not found. (revert!)
12963
12964 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12965         From Fremlin <chief@bandits.org>
12966
12967         * message.el (message-goto-body): Some messages have no header.
12968
12969         * gnus-msg.el (gnus-copy-article-buffer): Use it.
12970
12971 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
12972
12973         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
12974
12975 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12976
12977         * message.el (message-make-date): Add week day.
12978         Suggested by Jason R. Mastaler <jason@mastaler.com>.
12979
12980 2001-06-19  Simon Josefsson  <jas@extundo.com>
12981
12982         * message.el (message-yank-prefix): Doc fix.
12983         (message-yank-cited-prefix): Ditto.
12984         (message-delete-not-region): Keep citation prefix on first line,
12985         if possible and appropriate.
12986
12987 2001-06-19  Simon Josefsson  <jas@extundo.com>
12988
12989         * imap.el (imap-process-connection-type): New variable.
12990         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
12991         recent `imtest's work completely (no line length issues), while
12992         making making old `imtest's unusable.  Thanks to NAGY Andras
12993         <nagya@inf.elte.hu> for his work.
12994
12995 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
12996
12997         * imap.el (imap-ssl-program): Add -quiet to shut up
12998         OpenSSL/SSLeay's internal debug talk.
12999
13000 2001-06-19  Matt Armstrong  <matt@lickey.com>
13001
13002         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
13003         server.
13004
13005 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13006
13007         * nnmail.el (nnmail-article-buffer): New variable.
13008         (nnmail-split-incoming): Use it.
13009
13010 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
13011
13012         * qp.el (quoted-printable-decode-region): If called interactively,
13013         use coding-system-for-read.
13014
13015 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13016
13017         * message.el (message-check-news-header-syntax): Check Reply-To.
13018
13019 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13020
13021         * mml.el (mml-parse-1): Use message options.
13022
13023         * message.el (message-do-fcc): Don't do anything if there is no
13024         FCC.
13025
13026 2001-06-16  Simon Josefsson  <jas@extundo.com>
13027
13028         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
13029         (nnimap-expunge-search-string): New variable.
13030         (nnimap-request-expire-articles): Use it.
13031
13032 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13033
13034         * message.el (message-send-mail-with-qmail): wrong exit status is
13035         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
13036
13037 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13038
13039         * gnus-art.el (article-strip-multiple-blank-lines): Use
13040         delete-region instead of replace-match.
13041
13042 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13043
13044         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
13045         (nnweb-google-wash-article): Ditto.
13046
13047 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
13048
13049         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
13050
13051 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13052
13053         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
13054         specs.
13055
13056 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13057
13058         * gnus.el (gnus-email-address): Move it here.
13059
13060         * gnus-art.el (article-de-quoted-unreadable): Read charset if
13061         requested.
13062         (article-de-base64-unreadable): Ditto.
13063         (article-wash-html): Ditto.
13064
13065 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13066
13067         * message.el (message-options-set-recipient): Don't add ", "
13068         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
13069
13070 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13071
13072         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
13073
13074 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13075
13076         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
13077         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
13078
13079         * nnrss.el (nnrss-node-text): Node might be nil.
13080
13081 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13082
13083         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
13084         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
13085
13086         * nnrss.el (nnrss-group-alist): More items.
13087
13088 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13089
13090         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
13091
13092 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13093         Trivial patch from Dale Hagglund  <rdh@best.com>
13094
13095         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
13096         restrict clauses.
13097
13098 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13099
13100         From Benjamin Rutt <brutt+news@bloomington.in.us>
13101
13102         * message.el (message-wide-reply-confirm-recipients): New variable.
13103
13104 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
13105         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
13106
13107         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
13108         fix so it works with XEmacs.
13109
13110 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13111
13112         * nnrss.el (nnrss-retrieve-headers): Support description as extra
13113         headers.
13114
13115 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13116
13117         * nnrss.el: Fix a few bugs.
13118
13119 2001-06-05  Simon Josefsson  <jas@extundo.com>
13120
13121         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
13122         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
13123
13124 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
13125
13126         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
13127         binary so that we don't transmit ISO 2022 garbage to the process.
13128         This is needed under XEmacs.
13129
13130 2001-06-03  Simon Josefsson  <simon@josefsson.org>
13131
13132         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
13133         autoloaded incorrectly below because ssl-program-* is bound.)
13134         Thanks to Amos Gouaux for report.
13135
13136 2001-06-02  Simon Josefsson  <simon@josefsson.org>
13137
13138         * imap.el (imap-kerberos4-open):
13139         (imap-gssapi-open):
13140         (imap-ssl-open):
13141         (imap-network-open):
13142         (imap-shell-open):
13143         (imap-starttls-open): Set buffer to workaround spurious
13144         `accept-process-output' buffer changes.  Thanks to Mats Lidell
13145         <Mats.Lidell@contactor.se> for report and partial patch and Jake
13146         Colman <colman@ppllc.com> for report.
13147
13148 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13149
13150         * gnus-sum.el (gnus-summary-catchup): New argument.
13151         (gnus-summary-catchup-from-here): New function.
13152
13153 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13154
13155         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
13156         back, then insert glyph.  (Before, the glyph was inserted first,
13157         then the newline.)  This works around a behavior in XEmacs where
13158         it is not possible to insert a character after a glyph which is at
13159         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
13160
13161 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13162
13163         From Jaap-Henk Hoepman (jhh@xs4all.nl).
13164
13165         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
13166         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
13167         mm-destroy-postponed-undisplay-list): New functions.
13168         (mm-display-external): Use them.
13169
13170 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13171
13172         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
13173         `default-low' when evaluating `gnus-summary-highlight'.
13174         From Raja R Harinath <harinath@cs.umn.edu>.
13175
13176 2001-05-27  Simon Josefsson  <simon@josefsson.org>
13177
13178         * message.el (message-yank-cited-prefix): New variable.
13179         (message-indent-citation): Use it.
13180
13181         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
13182         as details.
13183         (mml2015-mailcrypt-clear-verify): Ditto.
13184
13185 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13186         From Nevin Kapur <nevin@jhu.edu>.
13187
13188         * gnus-sum.el (gnus-summary-default-high-score,
13189         gnus-summary-default-low-score): New variables.
13190         (gnus-summary-highlight): Use them.
13191
13192 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
13193
13194         * message.el (message-mail): pass the 'send-actions argument to
13195         `message-setup'.
13196
13197 2001-05-16  Simon Josefsson  <simon@josefsson.org>
13198         From Raymond Scholz <ray-2001@zonix.de>
13199
13200         * gnus-art.el (gnus-mime-view-part-as-charset):
13201         (gnus-mime-internalize-part): Doc fixes.
13202
13203 2001-05-11  Simon Josefsson  <simon@josefsson.org>
13204
13205         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
13206         status lines without any text ("^215$").
13207
13208 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13209
13210         * nnrss.el (nnrss-check-group): Reverse.
13211
13212 2001-05-07  Simon Josefsson  <simon@josefsson.org>
13213
13214         * message.el (message-get-reply-headers):
13215         (message-followup): Fix typo, suggested by David Green
13216         <dgreen@uab.edu>
13217
13218 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13219
13220         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
13221
13222         * nnrss.el (nnrss-open-server): Read server data when it is called.
13223         (nnrss-request-expire-articles): Fix.
13224
13225 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13226
13227         * message.el (message-do-send-housekeeping): mail-abbrevs may
13228         rename buffer behind Gnus.
13229
13230 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13231
13232         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
13233         (nnrss-group-alist): Add more resources.
13234         (nnrss-check-group): Ignore errors.
13235
13236 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13237
13238         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
13239
13240         * nnslashdot.el (nnslashdot-request-list): Add time.
13241         (nnslashdot-request-expire-articles): New function.
13242
13243         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
13244         secondary methods too.
13245
13246 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13247
13248         * message.el (message-use-followup-to): Set default value to t.
13249
13250 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
13251
13252         * message.el (message-dont-reply-to-names): Fix documentation.
13253         (message-get-reply-headers): Use Mail-Followup-To only for wide
13254         replies.
13255
13256 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13257
13258         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
13259         correctly.
13260         (nnrss-check-group): Use time.
13261
13262 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13263
13264         * gnus.el: Oort Gnus v0.03 is released.
13265
13266 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13267
13268         * nnultimate.el (nnultimate-topic-article-to-article): Use the
13269         group.
13270
13271 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13272
13273         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
13274
13275 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13276
13277         * nnultimate.el (nnultimate-retrieve-headers): Return all
13278         available headers.
13279
13280         * gnus-sum.el (gnus-read-all-available-headers): New variable.
13281         (gnus-get-newsgroup-headers-xover): Use it.
13282
13283 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13284
13285         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
13286
13287 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13288
13289         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
13290
13291 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13292
13293         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
13294         disable it.
13295
13296         * gnus.el (gnus-info-nodes): Remove a few The's.
13297
13298 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13299
13300         * mail-source.el (mail-source-movemail): Call-process may return a
13301         signal description string.
13302
13303         * gnus-start.el (gnus-read-newsrc-el-file):
13304         gnus-newsrc-file-version may be nil.
13305
13306         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
13307         Suggested by Michael Sperber [Mr. Preprocessor]
13308         <sperber@informatik.uni-tuebingen.de>.
13309
13310 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
13311
13312         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
13313
13314 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
13315
13316         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
13317         fontify HANDLE.
13318
13319 2001-04-18  Simon Josefsson  <simon@josefsson.org>
13320
13321         * smime.el (smime-ask-passphrase): Rework to return value.
13322         (smime-sign-region): Rework to bind value and use it.
13323         (smime-decrypt-region): Ditto.
13324
13325 2001-04-18  Simon Josefsson  <simon@josefsson.org>
13326         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
13327
13328         * smime.el (smime-ask-passphrase): New function.
13329         (smime-sign-region): Use it.
13330         (smime-encrypt-cipher): New variable.
13331         (smime-decrypt-region): Ditto.
13332
13333 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
13334         Committed by Simon Josefsson  <simon@josefsson.org>
13335
13336         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
13337         the log.
13338
13339 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13340
13341         * gnus.el: Oort Gnus v0.02 is released.
13342
13343 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
13344
13345         * gnus.el: Oort Gnus v0.01 is released.
13346
13347 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13348
13349         * gnus-sum.el (gnus-summary-highlight): Highlight read
13350         undownloaded articles as read articles.
13351
13352         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
13353         (gnus-agent-get-undownloaded-list): Mark all undownloaded
13354         articles, even read ones, as such.
13355
13356         * gnus-sum.el (gnus-summary-find-matching): Clean up.
13357         (gnus-find-matching-articles): New function.
13358         (gnus-summary-limit-include-matching-articles): New command.
13359         (gnus-summary-limit-include-thread): Include articles that have
13360         matching subjects.
13361         (gnus-offer-save-summaries): Clean up.
13362
13363 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13364
13365         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
13366
13367 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13368         From Jason Merrill <jason_merrill@redhat.com>
13369
13370         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
13371
13372 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
13373         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13374
13375         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
13376         newsgroup names when the original article is a news message.
13377
13378 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13379
13380         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
13381         supported. Suggest by Jim Meyering <jim@meyering.net>.
13382
13383 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
13384         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
13385
13386         * nnmail.el (nnmail-split-it): Added check for .* at the end of
13387         regexp in nnmail-split-fancy.
13388
13389 2001-04-10  Simon Josefsson  <simon@josefsson.org>
13390
13391         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
13392
13393 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
13394
13395         * message.el (message-send-mail): Improve the interaction with the
13396         user.
13397
13398 2001-04-10  Simon Josefsson  <simon@josefsson.org>
13399
13400         * imap.el (imap-message-copy): Work around buggy servers that
13401         doesn't send TRYCREATE tags.
13402
13403 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
13404
13405         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
13406
13407 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13408
13409         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
13410         date.
13411
13412 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13413
13414         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
13415         lives.
13416
13417 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13418
13419         * gnus-art.el (gnus-parse-news-url): New function.
13420         (gnus-button-handle-news): New function.
13421         (gnus-button-alist): Point to new functions.
13422
13423         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
13424
13425         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
13426         gnus-format-specs.
13427
13428         * message.el (message-check-news-header-syntax): Question even
13429         when Gnus doesn't know the group names.
13430         (message-send-news): Clean up.
13431
13432         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
13433         exited on purpose without saving.
13434
13435         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
13436
13437 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13438
13439         * gnus-score.el (gnus-score-orphans): Clean up.
13440
13441         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
13442
13443         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
13444         later.
13445
13446         * gnus-start.el (gnus-close-all-servers): Find the right items to
13447         close.
13448
13449         * qp.el (quoted-printable-decode-region): Just message
13450         malformation; don't quit.
13451
13452 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13453         From Gerd Moellmann <gerd@gnu.org>.
13454
13455         * gnus.el (gnus-interactive): A typo.
13456
13457 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
13458         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13459
13460         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
13461         `assq-delete-all', if that function exists; otherwise use the old
13462         definition. Documentation changed to match the one in
13463         `assq-delete-all'.
13464
13465 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13466
13467         * gnus-start.el (gnus-close-all-servers): New function.
13468
13469         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
13470         (gnus-server-remove-denials): Clean up.
13471
13472         * gnus-sum.el (gnus-summary-sort-by-original): New command and
13473         keystroke.
13474
13475 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13476
13477         * message.el (message-send-news): Message where we are sending.
13478         (message-send-mail): Ditto.
13479
13480         * gnus.el (gnus-server-string): New function.
13481
13482         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
13483
13484         * mm-decode.el (mm-default-directory): Customized.
13485         (mm-tmp-directory): Ditto.
13486
13487         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
13488         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
13489         or Chars.
13490         (gnus-summary-line-format-alist): ?l is now a string.
13491         (gnus-summary-prepare-threads): Output ? for unknown lines.
13492         (gnus-summary-insert-line): Ditto.
13493         (gnus-summary-print-article): Unbalanced parentheses.
13494
13495         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
13496         out whether new stuff has arrived.
13497
13498 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
13499
13500         * gnus-sum.el: Let printing work on ttys on Emacs.
13501
13502 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13503
13504         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
13505         when forcing news.
13506
13507         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
13508         command.
13509
13510 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
13511
13512         * message.el (message-set-auto-save-file-name): Don't use
13513         asterisks under nt.
13514
13515 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13516
13517         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
13518         lists of articles.
13519
13520         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
13521
13522         * gnus-msg.el (gnus-put-message): Clean up.
13523         (gnus-summary-reply): Mark all replied-to articles as replied to.
13524         (gnus-inews-add-send-actions): Also mark as forwarded.
13525         (gnus-summary-mail-forward): Mark as forwarded.
13526
13527         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
13528         of articles.
13529         (gnus-summary-mark-article-as-forwarded): Ditto.
13530
13531         * gnus-msg.el (gnus-summary-resend-message): Mark article as
13532         forwarded.
13533         (gnus-summary-mail-forward): Clean up.
13534
13535         * gnus.el (gnus-article-mark-lists): Added forward.
13536
13537         * gnus-sum.el (gnus-forwarded-mark): New variable.
13538         (gnus-summary-prepare-threads): Use it.
13539         (gnus-summary-update-secondary-mark): Ditto.
13540         (gnus-newsgroup-forwarded): New variable.
13541
13542 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13543
13544         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
13545         (gnus-summary-very-wide-reply): New command and keystroke.
13546         (gnus-summary-very-wide-reply-with-original): Ditto.
13547
13548         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
13549         (gnus-score-adaptive): Use it.
13550
13551         * gnus-start.el (gnus-get-unread-articles): Clean up.
13552
13553 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13554
13555         * nnultimate.el (nnultimate-retrieve-headers): Work for other
13556         boards.
13557
13558 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
13559
13560         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
13561         * gnus-start.el (gnus-subscribe-newsgroup): use it.
13562
13563 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13564
13565         * nnultimate.el (nnultimate-retrieve-headers): Understand
13566         long-form month names.
13567
13568 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13569
13570         * gnus-sum.el (gnus-summary-show-all-headers):
13571         gnus-article-show-all-headers is broken. Use
13572         gnus-summary-toggle-header instead.
13573
13574         * mml2015.el (mml2015-gpg-extract-from): No error.
13575
13576 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13577         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
13578
13579         * mml2015.el (mml2015-gpg-extract-from): New function.
13580         (mml2015-gpg-verify): Use it.
13581         (mml2015-gpg-clear-verify): Use it.
13582
13583 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13584
13585         * message.el (message-setup-fill-variables): Use
13586         fill-paragraph-function.
13587         (message-fill-paragraph): Take an argument.
13588         (message-newline-and-reformat): Take another argument.
13589
13590 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13591
13592         * message.el (rmail-output): It is in rmailout.el not rmail.el.
13593
13594 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13595
13596         * message.el (message-forward): local-variable-p takes an extra
13597         argument in XEmacs.
13598
13599 2001-03-16  Simon Josefsson  <simon@josefsson.org>
13600
13601         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
13602         `nnimap-use-nov-p' (it really tested the negative).
13603         (nnimap-retrieve-headers): Use it.
13604
13605 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13606
13607         * message.el (message-generate-headers-first): Update doc.
13608
13609 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
13610         Trivial patch.
13611
13612         * gnus.el (gnus-summary-line-format): Typo.
13613
13614 2001-03-11  Simon Josefsson  <simon@josefsson.org>
13615
13616         * mailcap.el (mailcap-mime-data): Add application/sieve.
13617         (mailcap-mime-extensions): Add .siv, .xls.
13618
13619 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13620         From Christoph Conrad <christoph.conrad@gmx.de>
13621
13622         * gnus-score.el (gnus-summary-lower-thread): Typo.
13623
13624 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13625
13626         * message.el (message-forward-decoded-p): New variable.
13627         (message-forward-subject-author-subject): Use it.
13628         (message-make-forward-subject): Use it.
13629         (message-forward): Use it.
13630
13631         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
13632
13633         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
13634         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
13635
13636 ;;Has been fixed -- zsh.
13637 ;;2001-03-05  Dave Love  <fx@gnu.org>
13638 ;;
13639 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
13640 ;;      Move it after definition of mm-coding-system-p.
13641 ;;
13642 2001-03-01  Dave Love  <fx@gnu.org>
13643
13644         * mm-util.el (mm-inhibit-file-name-handlers): Add
13645         image-file-handler.
13646
13647 2001-02-11  Dave Love  <fx@gnu.org>
13648
13649         * message.el (message-signature-file): Fix doc, :type.
13650
13651 2001-02-08  Dave Love  <fx@gnu.org>
13652
13653         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
13654         (message-posting-charset): Defvar when compiling again.
13655         (rfc2047-encodable-p): Require message.
13656
13657         * gnus-sum.el (gnus-alter-articles-to-read-function):
13658         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
13659
13660 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13661
13662         * nnrss.el: New file.
13663
13664 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
13665         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13666
13667         * rfc2047.el (rfc2047-unfold-region): Fix arg of
13668         `skip-chars-forward'.
13669
13670 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13671
13672         * nndraft.el (nndraft-request-group): Restore auto save files if
13673         the original files do not exist.
13674
13675 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13676
13677         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
13678         SCORE paths.
13679
13680         * mm-decode.el (mm-dissect-buffer): Call
13681         mail-extract-address-components only if necessary.
13682
13683 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13684
13685         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
13686         directory part.
13687         (gnus-score-search-global-directories): Use file-directory-p.
13688
13689         * gnus-score.el (gnus-score-score-files-1): Use
13690         gnus-kill-files-directory.
13691         From Adrian Aichner <adrian@xemacs.org>.
13692
13693 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13694
13695         * gnus.el (charset): Move here from gnus-sum.el.
13696
13697 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13698
13699         * mml.el (mml-preview): Disable local map.
13700
13701         * gnus-sum.el (gnus-summary-make-menu-bar): Make
13702         gnus-article-post-menu here.
13703
13704         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
13705         if it has not been made.
13706
13707 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13708
13709         * gnus-art.el (gnus-article-describe-key): Map key to event.
13710         (gnus-article-describe-key-briefly): Ditto
13711
13712 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13713
13714         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
13715
13716 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13717         From Katsumi Yamaoka <yamaoka@jpl.org>.
13718
13719         * dgnushack.el (coerce, merge, subseq): defmacro.
13720
13721 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13722
13723         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
13724         A fake defalias in nndraft.el results a not-activated bug in
13725         uncompiled versions.
13726
13727 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
13728         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13729
13730         * gnus-util.el (gnus-split-references): Handle malformed References:.
13731
13732 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13733
13734         * gnus-art.el (gnus-article-mime-part-status): 1 part.
13735
13736 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13737         From NAGY Andras <nagya@inf.elte.hu>.
13738
13739         * gnus.el (gnus-parameters): Typo.
13740
13741 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13742
13743         * gnus.el (gnus-read-method): Remove redundancy.
13744
13745 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13746
13747         * nnslashdot.el (nnslashdot-backslash-url): New variable.
13748         (nnslashdot-request-list): Use it.
13749
13750 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13751
13752         * nnml.el (nnml-generate-active-info): Fix the case when there is
13753         no file.
13754
13755         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
13756         (gnus-summary-create-article): New function.
13757
13758         * gnus-group.el (gnus-group-mark-article-read): New function.
13759
13760         * gnus-msg.el (gnus-inews-do-gcc): Use it.
13761
13762         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
13763
13764 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13765
13766         * gnus-art.el (gnus-article-edit-done): Don't use
13767         gnus-article-edit-exit.
13768         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
13769
13770         * gnus.el (gnus-parameters): New variable.
13771         Suggested by NAGY Andras <nagya@inf.elte.hu>.
13772         (gnus-parameters-get-parameter): New function.
13773         (gnus-group-find-parameter): Use it.
13774
13775 2001-02-23  Simon Josefsson  <simon@josefsson.org>
13776
13777         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
13778         change of default value to `current'.
13779
13780 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13781
13782         * nneething.el (nneething-get-head): Insert unreadable file too.
13783
13784 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13785
13786         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
13787
13788         * webmail.el (webmail-type-definition): Deja is bought by google.
13789
13790 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13791
13792         * gnus-sum.el (gnus-fetch-headers): New function.
13793         (gnus-select-newsgroup): Use it.
13794         (gnus-summary-insert-articles): New function.
13795         (gnus-summary-insert-old-articles): New function.
13796         (gnus-summary-insert-new-articles): New function.
13797
13798         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
13799         (gnus-group-list-active): Ditto.
13800         * gnus-sum.el (gnus-set-mode-line): Ditto.
13801         (gnus-summary-read-group-1): Ditto.
13802
13803 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13804
13805         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
13806         current topic.
13807
13808 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13809
13810         * smiley.el (gnus-smiley-display): Don't do widening.
13811
13812         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
13813         within body.
13814
13815         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
13816
13817         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
13818         New variable.
13819         (gnus-mime-display-multipart-related-as-mixed): New variable.
13820         (gnus-mime-display-part): Use them.
13821
13822 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13823
13824         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
13825         something special.
13826
13827 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13828
13829         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
13830         (nnweb-request-article): Call reference if exists.
13831         (nnweb-type-definition): Dejanews is bought by google.com.
13832         Beta!
13833
13834 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13835
13836         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
13837
13838 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13839
13840         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
13841         gnus-article-sort-functions.
13842         (gnus-article-sort-functions): Doc fix.  Refer to
13843         gnus-thread-sort-functions.
13844
13845 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13846         From Paul Jarc <prj@po.cwru.edu>.
13847
13848         * message.el (message-get-reply-headers): More fixes.
13849
13850 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
13851         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13852
13853         * message.el (message-get-reply-headers): Fix bug with
13854         Mail-Followup-To/to-address interaction.
13855
13856 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13857
13858         * gnus-msg.el (gnus-configure-posting-styles): Match header in
13859         gnus-article-copy.
13860
13861 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13862
13863         * message.el (message-do-send-housekeeping): Rename to a better
13864         name.
13865
13866 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13867
13868         * message.el (message-cancel-news): Check article first, then ask
13869         yes or no.
13870
13871 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13872
13873         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
13874
13875 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13876
13877         * gnus-range.el (gnus-range-normalize): New function.
13878
13879 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
13880
13881         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
13882
13883 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13884
13885         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
13886
13887         * nnagent.el (nnagent-request-regenerate): New function.
13888
13889         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
13890
13891         * nnml.el (nnml-generate-nov-databases): Accept argument
13892         server. Don't open server if it is opened.
13893         (nnml-request-regenerate): Use it. Change to deffoo.
13894
13895 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13896         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13897
13898         * gnus.el (gnus-define-group-parameter): Fix.
13899
13900 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13901
13902         * gnus.el (gnus-define-group-parameter): Improved.
13903
13904         * gnus-sum.el (charset): Define parameter.
13905         (ignored-charsets): Ditto.
13906         (gnus-summary-setup-default-charset): Use them.
13907
13908         * gnus-start.el (gnus-read-descriptions-file): Use them.
13909
13910         * gnus-cus.el (gnus-group-parameters): Remove them.
13911
13912 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13913
13914         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
13915
13916 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13917
13918         * gnus-sum.el (gnus-summary-read-group-1): Remove
13919         gnus-summary-set-local-parameters.
13920         (gnus-summary-setup-buffer): Put it here.
13921
13922 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13923
13924         * gnus.el (to-address): Define parameter.
13925         (to-list): Ditto.
13926         * gnus-art.el (article-hide-boring-headers): Use them.
13927         * gnus-msg.el (gnus-post-news): Ditto.
13928         * gnus-cus.el (gnus-group-parameters): Remove them.
13929
13930 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13931
13932         * gnus-draft.el (gnus-draft-reminder): New function.
13933
13934         * gnus-art.el (gnus-sender-save-name): New function.
13935
13936 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13937
13938         * mm-util.el (mm-mime-charset): Error message.
13939
13940 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13941
13942         * message.el (message-check-news-body-syntax): Don't check mml lines.
13943
13944 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13945
13946         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
13947         subscribe.
13948
13949         * gnus-start.el (gnus-call-subscribe-functions): New function.
13950         (gnus-find-new-newsgroups): Use it.
13951         (gnus-ask-server-for-new-groups): Use it.
13952         (gnus-check-first-time-used): Use it.
13953         (gnus-subscribe-newsgroup-method): Grok a list of functions.
13954         (gnus-subscribe-options-newsgroup-method): Ditto.
13955         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
13956         return .
13957
13958 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13959
13960         * gnus-cus.el (gnus-score-customize): Doc fix.
13961
13962 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
13963
13964         * dgnushack.el (my-getenv): Typo.
13965
13966 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13967
13968         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
13969
13970 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13971
13972         * gnus-group.el (gnus-group-suspend): Offer save summaries.
13973
13974         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
13975         (gnus-treatment-function-alist): Use it.
13976         (article-remove-leading-whitespace): New function.
13977         (gnus-article-make-menu-bar): Use it.
13978
13979         * gnus-sum.el (gnus-summary-wash-empty-map): Add
13980         remove-leading-whitespace.
13981         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
13982         because of conflict.
13983
13984 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13985
13986         * Makefile.in: Hack generating gnus-load.el.
13987         * dgnushack.el: Ditto.
13988         * gnus-load.el: Remove it.
13989
13990 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13991
13992         * dgnushack.el : Add URLDIR.
13993
13994         * Makefile.in (EMACS_COMP): Ditto.
13995
13996 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13997
13998         * gnus-cus.el (gnus-score-customize): Error on no score file.
13999
14000 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14001
14002         * mm-decode.el (mm-merge-handles): New function.
14003
14004         * mm-view.el (mm-inline-message): Use it.
14005         (mm-view-message): Ditto.
14006
14007         * mm-partial.el (mm-inline-partial): Ditto.
14008
14009         * mm-extern.el (mm-inline-external-body): Ditto.
14010
14011         * gnus-art.el (gnus-mime-view-part): Ditto.
14012         (gnus-mime-view-part-as-type): Ditto.
14013         (gnus-mime-save-part-and-strip): Prevent users to strip in some
14014         cases.
14015
14016 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14017
14018         * message.el (message-cancel-news): Allow to shoot foot.
14019         (message-supersede): Ditto.
14020
14021 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
14022         Trivial patch.
14023
14024         * gnus-sum.el (gnus-simplify-subject-re): Use
14025         message-subject-re-regexp.
14026
14027 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14028
14029         * nnmail.el (nnmail-expiry-target-group): Bind
14030         nnmail-cache-accepted-message-ids to nil.
14031
14032         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
14033         coding system.
14034
14035 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14036
14037         * qp.el (quoted-printable-encode-region): Make sure characters are
14038         between 00 and FF.  Don't check charset.
14039
14040         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
14041         in Emacs 20.
14042         * rfc2047.el (rfc2047-q-encode-region): Ditto.
14043
14044 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14045
14046         * message.el (message-make-forward-subject): Argument decoded.
14047         (message-forward): Use it when digest.
14048
14049         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
14050         buffer.
14051
14052 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14053
14054         * message.el (message-generate-headers-first): Doc fix.
14055
14056 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14057
14058         * gnus-art.el (article-make-date-line): Error proof.
14059
14060 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14061
14062         * gnus-group.el (gnus-group-listing-limit): New variable.
14063         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
14064
14065         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
14066
14067 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14068
14069         * message.el (message-newline-and-reformat): Special case for
14070         breaking at BOL.
14071
14072 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
14073
14074         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
14075         message/rfc822.
14076
14077 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14078
14079         * message.el (message-encode-message-body): Don't insert
14080         Content-Type if it is inside a mail.
14081
14082 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14083
14084         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
14085         gnus-article-commands-menu.
14086
14087         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
14088         in Emacs.
14089
14090         * gnus-start.el (gnus-read-descriptions-file): Use
14091         gnus-group-name-charset and gnus-group-charset-alist.
14092
14093 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14094
14095         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
14096         active region.
14097
14098         * gnus-start.el (gnus-group-change-level): Remove from both
14099         gnus-zombie-list and gnus-killed-list.
14100
14101 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14102
14103         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
14104         gnus-subscribe-topics.
14105
14106         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
14107
14108 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14109
14110         * gnus-art.el (gnus-article-make-menu-bar): Make
14111         gnus-article-post-menu.
14112
14113         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
14114
14115         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
14116
14117         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
14118
14119         * message.el (message-mode-menu): Ditto.
14120
14121         * gnus-art.el (defvar): eval-when-compile.
14122
14123 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14124
14125         * gnus-agent.el (gnus-agentize): Fix doc.
14126
14127 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
14128
14129         * mml.el (mml-preview): Bind `q'.
14130
14131 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14132
14133         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
14134
14135 2001-01-31  Dave Love  <fx@gnu.org>
14136
14137         * mm-util.el (mm-mime-mule-charset-alist)
14138         (mm-find-mime-charset-region): Consider mule-utf-8.
14139
14140 2001-01-31  Dave Love  <fx@gnu.org>
14141
14142         * gnus-art.el (gnus-article-x-face-command)
14143         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
14144         :version.
14145
14146 2001-01-26  Dave Love  <fx@gnu.org>
14147
14148         * mm-util.el (mm-multibyte-string-p): New.
14149
14150 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
14151 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
14152 ;;      string-as-multibyte on class.  Clarify line-folding.
14153         (quoted-printable-encode-string): Make temp buffer inherit
14154         string's multibyteness.
14155
14156 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
14157
14158         * nnheader.el (toplevel): Don't require `gnus-util' at
14159         compile-time; this creates a circular dependency, and prevents
14160         a bootstrap.
14161
14162 2001-01-22  Andreas Schwab  <schwab@suse.de>
14163
14164         * nnheader.el (gnus-delete-line): Autoload it as a macro.
14165
14166 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14167
14168         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
14169
14170         * gnus-art.el (article-hide-list-identifiers): Ditto.
14171
14172         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
14173
14174 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14175
14176         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
14177
14178         * gnus-art.el (article-hide-list-identifiers): Similar.
14179
14180 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
14181
14182         * nnmail.el (nnmail-remove-list-identifiers): Improved.
14183
14184 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14185
14186         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
14187
14188 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14189
14190         * gnus-util.el (gnus-string-equal): New function.
14191
14192         * gnus-art.el (article-hide-boring-headers): Use it.
14193
14194 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
14195
14196         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
14197
14198 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14199
14200         * gnus-msg.el (gnus-msg-mail): Support switch-action.
14201
14202 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14203
14204         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
14205         command if there is not last-saver.
14206
14207 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14208
14209         * nntp.el (nntp-open-connection): 201 is possible.
14210
14211 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14212
14213         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
14214         (rfc2047-charset-encoding-alist): Add big5.
14215
14216 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14217
14218         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
14219         (gnus-agent-remove-server): Ditto.
14220         (autoload): gnus-server-update-server.
14221
14222         * gnus-srvr.el (gnus-server-line-format): Add %a.
14223         (gnus-server-line-format-alist): Add gnus-tmp-agent.
14224         (gnus-server-insert-server-line): Use it.
14225
14226 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14227
14228         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
14229         GB2312 and Big5.
14230
14231 2001-01-24  Simon Josefsson  <sj@extundo.com>
14232
14233         * mail-source.el (mail-sources): Add :program specifier to IMAP
14234         mail source.
14235         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
14236
14237 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14238
14239         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
14240
14241 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14242
14243         * nntp.el (nntp-wait-for): Return the success code.
14244         (nntp-open-connection): Use it.
14245
14246 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14247
14248         * gnus-int.el (gnus-check-server): Allow breaking the opening.
14249
14250 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14251
14252         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
14253
14254 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14255
14256         * gnus-sum.el (gnus-summary-print-article): Take one prefix
14257         argument. Allow to print several articles in one file.
14258
14259 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14260
14261         * webmail.el (webmail-type-definition): netaddress changes.
14262
14263 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14264
14265         * gnus.el: Fix copyright. Remove trailing spaces.
14266
14267         * message.el (message-forward): Use mule4.
14268
14269 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14270
14271         * mm-util.el (mm-string-as-unibyte): New function.
14272
14273         * message.el (message-forward): Use it.
14274
14275 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14276
14277         * message.el (message-cite-original-without-signature): Don't peel
14278         off the blank line.
14279         (message-get-reply-headers): Add Cc if it is not in follow-to.
14280
14281 2001-01-20  Simon Josefsson  <sj@extundo.com>
14282
14283         * mm-decode.el (mm-handle-multipart-from): Add.
14284         (mm-dissect-buffer): Save From: header value.
14285         (mm-security-from): Remove.
14286         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
14287
14288         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
14289         instead of `mml-security-from'.  Protect null from value.
14290
14291 2001-01-20  Simon Josefsson  <sj@extundo.com>
14292
14293         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
14294         application/vnd.ms-excel attachments.
14295
14296 2001-01-19  Simon Josefsson  <sj@extundo.com>
14297
14298         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
14299
14300 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14301
14302         * message.el (message-ignored-mail-headers): Ditto.
14303
14304 2001-01-19  Simon Josefsson  <sj@extundo.com>
14305
14306         * message.el (message-ignored-news-headers): Only search beginning
14307         of line.
14308
14309 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
14310         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
14311
14312         * message.el (message-send-mail): Content-Type may not be there.
14313
14314 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14315
14316         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
14317         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
14318
14319         * gnus-art.el (article-display-x-face): Insert X-Face if there is
14320         not.
14321
14322 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14323
14324         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
14325         non-native groups.
14326
14327 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14328
14329         * message.el (message-yank-original): Understand
14330         universal-argument.
14331
14332 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14333
14334         * gnus-art.el (gnus-boring-article-headers): Add to-address.
14335         (article-hide-boring-headers): Ditto.
14336
14337         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
14338
14339 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14340
14341         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
14342         one.
14343
14344 2001-01-16  Simon Josefsson  <simon@josefsson.org>
14345
14346         * message.el (message-make-in-reply-to): Add comment to message-id
14347         (old syntax, see 2000-08-02 change).
14348
14349 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14350
14351         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
14352         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
14353         (gnus-button-reply): Ditto.
14354
14355 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14356
14357         * gnus-art.el (article-display-x-face): Fix.
14358
14359 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14360
14361         * gnus-art.el (article-display-x-face): Use
14362         gnus-original-article-buffer.
14363
14364 2001-01-15  Jack Twilley  <jmt@tbe.net>
14365
14366         * message.el (message-add-header): Move to point-max.
14367
14368 2001-01-15  Simon Josefsson  <simon@josefsson.org>
14369
14370         * smime.el (smime-CA-directory, smime-CA-file): Change default to
14371         nil, improve documentation.
14372         (smime-certificate-directory): Comment out false hints (until it
14373         is implemented).
14374
14375         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
14376         there aren't any keys.
14377         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
14378         verify certificate.  Default is changed to only check integrity.
14379         Improved security status texts.  If a certificate doesn't contain
14380         a email address, don't fail.
14381
14382         * smime.el (smime-noverify-region):
14383         (smime-noverify-buffer): New functions.  Verifies integrity only.
14384
14385 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14386
14387         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
14388
14389 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14390
14391         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
14392         (gnus-remove-some-windows): Ditto.
14393
14394 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14395
14396         * gnus-art.el (article-make-date-line): 11th.
14397
14398 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14399
14400         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
14401         (mml2015-gpg-sign): Ditto.
14402
14403 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14404
14405         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
14406         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
14407
14408 2001-01-08  Dave Love  <fx@gnu.org>
14409
14410         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
14411         single character.
14412
14413         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
14414
14415         * message.el: Doc and message fixes.
14416         (message-send-rename-function)
14417         (message-make-forward-subject-function)
14418         (message-send-mail-function, message-reply-to-function)
14419         (message-wide-reply-to-function, message-followup-to-function)
14420         (message-distribution-function, message-auto-save-directory): Fix
14421         :type.
14422
14423         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
14424         proceeding after warnings.  Amend multipart warning message.
14425
14426 2001-01-04  Dave Love  <fx@gnu.org>
14427
14428         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
14429         compiling.
14430         (gnus-make-directory): Require nnmail.
14431
14432         * mm-decode.el (mm-inline-media-tests): Add
14433         image/x-portable-bitmap.
14434         (mm-get-image): Grok pbm.
14435
14436 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
14437
14438         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
14439
14440 2001-01-09  Didier Verna  <didier@xemacs.org>
14441
14442         * dgnushack.el (dgnushack-compile): give a dummy value to
14443         `gnus-xmas-glyph-directory' for the time of compilation.
14444         * gnus-agent.el: moved some XEmacs specific hook add-ons from
14445         `gnus-xmas-[re]define' to avoid loosing user custom settings.
14446         * gnus-art.el: ditto.
14447         * gnus-group.el: ditto.
14448         * gnus-salt.el: ditto.
14449         * gnus-sum.el: ditto.
14450         * gnus-topic.el: ditto.
14451         * gnus-xmas.el (gnus-xmas-define): see above.
14452         * gnus-xmas.el (gnus-xmas-redefine): see above.
14453         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
14454         non-continuable error when the directory can't be found.
14455
14456 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14457
14458         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
14459         handle.
14460         * gnus-art.el (gnus-mime-view-part): Copy it.
14461         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
14462
14463 2001-01-09  Michael Downes  <mjd@ams.org>
14464
14465         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
14466
14467 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14468
14469         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
14470         orig-file. Use ',source.
14471
14472 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14473
14474         * gnus-xmas.el (gnus-xmas-modeline-glyph):
14475         (gnus-xmas-group-startup-message):
14476         Detect gnus-xmas-glyph-directory when it is nil.
14477
14478 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14479
14480         * pop3.el (pop3-get-message-count): Andrew Innes
14481         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
14482
14483 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14484
14485         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
14486
14487         * time-date.el (time-to-number-of-days): New function.
14488
14489 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
14490         Trivial patch.
14491
14492         * nnslashdot.el (nnslashdot-request-list): Always get the right
14493         sid.
14494
14495 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14496
14497         * message.el (message-minibuffer-local-map): New keymap.
14498         (message-read-from-minibuffer): Use it.
14499         * gnus-msg.el (gnus-summary-resend-message): Use it
14500
14501 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14502
14503         * gnus-start.el (gnus-display-time-event-handler): New function.
14504         (gnus-after-getting-new-news-hook): Use it.
14505
14506 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14507
14508         * message.el (message-ignored-mail-headers): Add draft header.
14509
14510 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14511
14512         * gnus-sum.el (gnus-summary-expire-articles): Don't save
14513         excursion.
14514
14515         * nnslashdot.el (nnslashdot-request-list): Get the right year.
14516
14517 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
14518         A revoked patch.
14519
14520         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
14521
14522 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14523
14524         * qp.el (quoted-printable-decode-region): Don't backward-char.
14525
14526 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14527
14528         * gnus-draft.el: Mark articles as replied.
14529
14530         * gnus-sum.el (gnus-summary-add-mark): New function.
14531
14532         * gnus-group.el (gnus-add-mark): New function.
14533
14534         * gnus-sum.el (gnus-summary-buffer-name): New function.
14535         (gnus-summary-setup-buffer): Use it.
14536
14537         * gnus-draft.el: Set things up with the right post method and
14538         stuff.
14539
14540         * message.el (message-ignored-news-headers): Remove X-Draft-From.
14541
14542         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
14543
14544         * gnus.el (gnus-draft-meta-information-header): New variable.
14545
14546 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14547
14548         * gnus-art.el (gnus-treatment-function-alist): Move the date
14549         functions before the header sorting functions.
14550
14551         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
14552
14553         * dgnushack.el (dgnushack-compile): Message whether there is w3.
14554         Don't (push "/usr/share/emacs/site-lisp" load-path).
14555
14556         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
14557         to empty fill prefixes.
14558
14559 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14560
14561         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
14562         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
14563
14564 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14565
14566         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
14567
14568         * nnml.el (autoload): Move to nnheader.el.
14569
14570         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
14571         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
14572         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
14573         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
14574
14575 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14576
14577         * gnus-art.el (article-make-date-line): Get the hours right.
14578         (gnus-ignored-headers): More hiding.
14579
14580         * nnmail.el (nnmail-expiry-wait): Not an integer.
14581
14582         * message.el (message-goto-body): Only expand abbrev when called
14583         interactively.
14584         (message-make-lines): Use it.
14585
14586 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14587
14588         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
14589
14590 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14591
14592         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
14593         include the expunged articles.
14594
14595         * gnus-group.el (gnus-group-sort-by-server): New function.
14596
14597         * gnus.el (gnus-method-to-server-name): New function.
14598         (gnus-group-prefixed-name): Use it.
14599
14600         * gnus-group.el (gnus-group-sort-function): Doc fix.
14601         (gnus-group-sort-groups-by-server): New command.
14602
14603 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14604
14605         * gnus-art.el (gnus-treat-date-english): New variable.
14606         (article-date-english): New command.
14607         (gnus-english-month-names): New variable.
14608         (article-make-date-line): Do 'english.
14609
14610         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
14611         after the fill prefix.
14612
14613         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
14614         score...".
14615
14616         * gnus-art.el (gnus-ignored-headers): Hide more headers.
14617
14618         * message.el (message-mode-map): Bind comment-region.
14619
14620         * gnus-art.el (gnus-mime-display-part): Let w3 display
14621         multipart/related.
14622
14623         * mm-bodies.el (mm-long-lines-p): New function.
14624         (mm-body-encoding): Use it.
14625         (mm-body-encoding): Encode articles with lines longer than 1000
14626         characters.
14627
14628 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14629
14630         * mm-util.el (mm-enable-multibyte): Use
14631         default-enable-multibyte-characters.
14632         (mm-enable-multibyte-mule4): Ditto.
14633         (mm-disable-multibyte): Test XEmacs.
14634         (mm-disable-multibyte-mule4): Ditto.
14635         (mm-with-unibyte-current-buffer): Simplified.
14636         (mm-with-unibyte-current-buffer-mule4): Ditto.
14637
14638 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14639
14640         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
14641
14642         * nnheader.el (nnheader-string-as-multibyte): New alias.
14643
14644         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
14645
14646         * gnus-uu.el (gnus-message-process-mark): New function.
14647         (gnus-uu-mark-by-regexp): Use it.
14648         (gnus-new-processable): New function.
14649
14650 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
14651          Trivial patch.
14652
14653         * gnus-sum.el (gnus-no-mark): New variable.
14654
14655 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14656
14657         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
14658         backslashes.
14659
14660 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14661
14662         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
14663         definition.
14664
14665 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14666
14667         * dgnushack.el (dgnushack-compile): elc is in the current directory.
14668
14669         * qp.el (quoted-printable-encode-region): Don't check multibyte in
14670         XEmacs.
14671
14672 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
14673         Trivial patch.
14674
14675         * mml.el (mml-read-tag): Save tag location.
14676
14677 2000-12-25  Simon Josefsson  <simon@josefsson.org>
14678
14679         * starttls.el: Sync with Emacs 21.
14680
14681 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14682
14683         * message.el (message-mail): Support yank-action.
14684
14685         * message.el (message-setup): Revoke the last change.
14686
14687 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14688
14689         * message.el (message-setup): Use cons. Suggested by Johan Vromans
14690         <jvromans@squirrel.nl>.
14691
14692 2000-12-24  Simon Josefsson  <sj@extundo.com>
14693
14694         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
14695         mailing list junk at end of part.
14696
14697 2000-12-23  Simon Josefsson  <sj@extundo.com>
14698
14699         * nnimap.el (nnimap-expiry-target): New function.
14700         (nnimap-request-expire-articles): Use it.
14701
14702 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14703
14704         * gnus.el (gnus-group-parameters-more): New variable.
14705         * gnus-cus.el (gnus-group-customize): Use it.
14706
14707         * gnus.el (gnus-define-group-parameter): New macro.
14708         (auto-expire): Use it
14709         (total-expire): Use it.
14710         * gnus-art.el (banner): Use it.
14711
14712         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
14713         <ljz@asfast.com>.
14714
14715 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14716
14717         * gnus-topic.el (gnus-topic-create-topic): Use list.
14718
14719         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
14720         before binding gnus-default-article-saver.
14721
14722         * gnus-sum.el (gnus-summary-save-article):
14723         (gnus-summary-pipe-output):
14724         (gnus-summary-save-article-mail):
14725         (gnus-summary-save-article-rmail):
14726         (gnus-summary-save-article-file):
14727         (gnus-summary-write-article-file):
14728         (gnus-summary-save-article-body-file): Ditto.
14729
14730         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
14731
14732 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14733
14734         * gnus-art.el (gnus-mime-security-button-map):
14735         (gnus-mime-button-map): Add parent.
14736
14737 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14738
14739         * messagexmas.el (message-xmas-redefine): New function.
14740
14741         * message.el: Use it.
14742
14743         * gnus-art.el (gnus-article-check-hidden-text): Return t.
14744
14745         * gnus-util.el (gnus-remove-text-properties-when): Return t.
14746
14747 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14748
14749         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
14750         malformatted messages.
14751
14752 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14753
14754         * mm-util.el (mm-image-load-path): New function.
14755
14756         * gnus-group.el (gnus-group-make-tool-bar): Use it.
14757
14758         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
14759
14760         * message.el (message-tool-bar-map): Use it.
14761
14762         * Makefile.in (install-el): New rule.
14763
14764 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14765
14766         * gnus-art.el (article-treat-dumbquotes): Quote \.
14767
14768 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14769
14770         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
14771         Emacs 20 runs on a terminal.
14772
14773 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14774
14775         * gnus-msg.el (gnus-bug): Revert to save-excursion.
14776
14777         * mml.el (gnus-add-minor-mode): Autoload.
14778
14779         * message.el (message-forward): Save-restriction.
14780
14781 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14782
14783         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
14784         Paul Stevenson <p.stevenson@surrey.ac.uk>
14785
14786 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14787
14788         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
14789
14790         * mml.el (gnus-ems): Don't require.
14791
14792         * gnus.el (gnus-decode-rfc1522): Removed.
14793         (gnus-set-text-properties): Define.
14794
14795 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14796
14797         * gnus-art.el (gnus-mime-*): handle may be nil.
14798
14799         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
14800
14801         * gnus.el (gnus-group-remove-excess-properties): Not defined
14802         in gnus-xmas.
14803
14804 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14805
14806         * message.el (message-mail-user-agent): Add :version.
14807
14808 2000-12-21  Miles Bader  <miles@gnu.org>
14809
14810         * message.el (message-mode): Set `comment-start' to the  yank prefix.
14811
14812 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14813
14814         * message.el (message-mail-user-agent): New variable.
14815         (message-setup): Renamed to message-setup-1. Support
14816         mail-user-agent.
14817         (message-mail-user-agent): New function.
14818         (message-mail): Use it.
14819         (message-reply): Use it.
14820         (message-resend): Use it.
14821         (message-mail-other-window): Use it.
14822         (message-mail-other-frame): Use it.
14823
14824         * gnus-msg.el (gnus-bug): Support mail-user-agent.
14825
14826 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14827
14828         * message.el (message-tool-bar-map): Simplify.
14829         (message-narrow-to-head-1): New function.
14830         (message-narrow-to-head): Use it.
14831         (message-reply): Ditto.
14832         (message-cancel-news): Ditto.
14833         (message-supersede): Ditto.
14834         (message-make-forward-subject): Ditto.
14835         (message-bounce): Ditto.
14836
14837 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14838
14839         * uudecode.el (uudecode-decode-region-external): make-temp-file
14840         may not be defined.
14841
14842         * binhex.el (defalias): eval-and-compile.
14843
14844         * message.el (message-tool-bar-map): New function.
14845         (message-mode): Use it.
14846
14847 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14848
14849         * nntp.el (nntp-find-connection): Remove the entry.
14850         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
14851
14852 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14853
14854         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
14855
14856         * message.el (message-forward): Copy buffer in unibyte mode.
14857
14858 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14859
14860         * message.el (message-make-forward-subject): Don't widen. Decode.
14861         (message-forward): Don't decode subject.
14862
14863 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
14864
14865         * qp.el (quoted-printable-encode-region): Upcase QP.
14866
14867 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14868
14869         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
14870         mail-extract-a-c instead. Don't depend on Gnus.
14871
14872         * mml.el (gnus-ems): Require it.
14873
14874         * gnus-msg.el (gnus-summary-mail-forward):
14875
14876         * message.el (message-forward):  Move mime-to-mml here.
14877
14878 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14879
14880         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
14881         * gnus-art.el (gnus-insert-mime-button): Simplify.
14882         (gnus-mime-display-alternative): Ditto.
14883         (gnus-insert-mime-security-button): Ditto.
14884
14885 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14886
14887         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
14888         text-property-not-all doesn't return nil when start=mark(end).
14889         (gnus-remove-text-properties-when): Ditto.
14890
14891 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14892
14893         * gnus-start.el (gnus-group-change-level): Remove group from
14894         gnus-active-hashtb if real killed.
14895
14896 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14897
14898         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
14899         (gnus-mime-display-alternative): Ditto.
14900         (gnus-insert-mime-security-button): Ditto.
14901
14902 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14903
14904         * gnus-start.el (gnus-group-change-level): Don't add it into
14905         killed-list if it was killed.
14906
14907 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14908
14909         * nnmbox.el (nnmbox-file-coding-system): Use binary.
14910         (nnmbox-active-file-coding-system): Ditto.
14911
14912         * gnus-cus.el (gnus-group-parameters): Add posting-style.
14913
14914 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14915
14916         * gnus.el (gnus-version):
14917         (gnus-version-number): Set to Oort Gnus 0.01.
14918
14919         * gnus-art.el (gnus-mime-security-button-map):
14920         (gnus-insert-mime-security-button): Fix for Emacs21.
14921
14922 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14923
14924         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
14925         easymenu, because XEmacs doesn't understand :help.
14926
14927         * mm-uu.el: Require binhex.
14928
14929 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14930
14931         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
14932
14933 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
14934
14935         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
14936
14937 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
14938
14939         * *.xpm, *.pbm: Convert icons icons to size 24x24.
14940
14941 2000-12-18  Dave Love  <fx@gnu.org>
14942
14943         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
14944         (unused).
14945
14946 2000-12-13  Miles Bader  <miles@gnu.org>
14947
14948         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
14949         to t, so that we don't get stuck while trying to smilefy
14950         intangible text.
14951
14952 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
14953
14954         * smiley-ems.el (smiley-regexp-alist): Make regexps match
14955         at the end of the buffer.
14956         (smiley-region): In the loop, move to the end of the submatch
14957         matching the smiley instead of using the end of the match
14958         of the whole regexp.
14959
14960 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
14961
14962         * message.el (message-mode): Doc fix.
14963
14964 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
14965
14966         * smiley-ems.el (smiley-region): Doc fix.
14967
14968 2000-12-11  Miles Bader  <miles@gnu.org>
14969
14970         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
14971         bottom line visible, check to see if it's partially obscured, and
14972         if so, either scroll one more line to make it fully visible, or
14973         revert to showing the second line from the top.
14974
14975 2000-12-07  Dave Love  <fx@gnu.org>
14976
14977         * mailcap.el (mailcap-download-directory)
14978         * gnus-audio.el (gnus-audio-directory)
14979         * smiley-ems.el (smiley-data-directory): Fix :type.
14980
14981 2000-11-30  Dave Love  <fx@gnu.org>
14982
14983         * message.el (message-auto-save-directory): Use
14984         file-name-as-directory.
14985         (message-set-auto-save-file-name): Create
14986         message-auto-save-directory if necessary.
14987         (message-replace-chars-in-string): Removed -- unused.
14988         (message-mail-alias-type): Customize.
14989         (message-headers): Remove duplicate defgroup.
14990
14991 2000-11-29  Dave Love  <fx@gnu.org>
14992
14993         * qp.el (quoted-printable-decode-region): Use error, not message
14994         to report malformed text (like base64).  Amend message.
14995
14996 2000-11-29  Miles Bader  <miles@gnu.org>
14997
14998         * message.el (message-header-lines): Fontify tag.
14999
15000 2000-11-27  Dave Love  <fx@gnu.org>
15001
15002         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
15003         compiler warning.
15004
15005 ;2000-11-26  Dave Love  <fx@gnu.org>
15006 ;
15007 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
15008 ;
15009 2000-11-23  Dave Love  <fx@gnu.org>
15010
15011         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
15012
15013         * mm-uu.el (uudecode): Require.
15014         (uudecode-decode-region, uudecode-decode-region-external): Don't
15015         autoload.
15016         (mm-uu-copy-to-buffer): Doc fix.
15017         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
15018         type fix.
15019
15020         * mailcap.el: Doc fixes.
15021         (mailcap-mime-data): Various adjustments.
15022         (mailcap): New group.
15023         (mailcap-download-directory): Customize.
15024         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
15025         (mailcap-temporary-directory): Deleted (unused).
15026         (mailcap-unescape-mime-test): Simplify slightly.
15027         (mailcap-viewer-passes-test): Use functionp.
15028         (mailcap-command-p): Aliased to executable-find.
15029
15030         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
15031         default-enable-multibyte-characters is nil.
15032
15033 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
15034
15035         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
15036
15037 2000-11-21  Dave Love  <fx@gnu.org>
15038
15039         * gnus-art.el (gnus-mime-button-map): Don't inherit from
15040         gnus-article-mode-map.
15041 ;       (gnus-mime-button-menu): Use mouse-set-point.
15042         (gnus-insert-mime-button, gnus-mime-display-alternative)
15043         (gnus-mime-display-alternative): Don't use local-map property.
15044
15045 2000-11-17  Dave Love  <fx@gnu.org>
15046
15047         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
15048         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
15049         and make-temp-file.
15050         (uudecode-decode-region): Doc fix.
15051
15052 2000-11-14  Dave Love  <fx@gnu.org>
15053
15054         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
15055         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
15056         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
15057         New files, derived from the XPMs.
15058
15059 2000-11-10  Dave Love  <fx@gnu.org>
15060
15061         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
15062         (gnus-agent-lib-file, gnus-agent-load-alist)
15063         (gnus-agent-save-alist, gnus-agent-article-name): Use
15064         expand-file-name.
15065
15066         * gnus-group.el (gnus-group-name-charset-method-alist): Add
15067         :version.
15068         (nnkiboze-score-file): Defvar when compiling.
15069
15070         * gnus-start.el (gnus-read-newsrc-file): Add :version.
15071
15072         * gnus-art.el (gnus-article-banner-alist)
15073         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
15074         (gnus-article-date-lapsed-new-header)
15075         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
15076         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
15077         (gnus-treat-strip-headers-in-body)
15078         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
15079         (gnus-treat-translate): Add :version.
15080         (gnus-article-mime-part-function): Fix defcustom.
15081
15082         * nnmail.el (nnmail-expiry-target)
15083         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
15084         (nnmail-split-header-length-limit): Add :version.
15085
15086         * gnus-sum.el (gnus-auto-expirable-marks)
15087         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
15088         (gnus-extra-headers, gnus-ignored-from-addresses)
15089         (gnus-newsgroup-ignored-charsets)
15090         (gnus-group-highlight-words-alist)
15091         (gnus-summary-show-article-charset-alist): Add :version.
15092
15093         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
15094         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
15095         files, converted from the XPMs.
15096
15097         * gnus-cache.el (gnus-cache-active-file): Don't use
15098         file-name-as-directory on directory.
15099         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
15100         use file-name-as-directory on directory.
15101
15102         * time-date.el (timezone-make-date-arpa-standard): Autoload.
15103         (date-to-time): Use it.
15104
15105 ;       * message.el (message-mode) <adaptive-fill-regexp>:
15106 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
15107 ;       (message-newline-and-reformat): Likewise.
15108         (message-forward-as-mime, message-forward-ignored-headers)
15109         (message-buffer-naming-style, message-default-charset)
15110         (message-dont-reply-to-names, message-send-mail-partially-limit):
15111         Add :version.
15112
15113         * mm-util.el: Doc fixes.
15114         (mm-mime-charset): Don't use the raw result of
15115         mm-preferred-coding-system.
15116         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
15117         (mm-with-unibyte): Simplify.
15118
15119         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
15120         concat.
15121
15122         * pop3.el (pop3-version): Deleted.
15123         (pop3-make-date): New function, avoiding message-make-date.
15124         (pop3-munge-message-separator): Use it.
15125
15126 2000-11-09  Dave Love  <fx@gnu.org>
15127
15128         * gnus-group.el (gnus-group-make-directory-group)
15129         (gnus-group-fetch-faq): Use expand-file-name.
15130         (gnus-group-fetch-faq): Simplify completing-read form.
15131
15132         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
15133         test for Mule.
15134
15135         * message.el (tool-bar-map): Defvar when compiling.
15136
15137         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
15138         (gnus-tm-lisp-directory): Deleted.
15139         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
15140         (featurep 'xemacs).
15141         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
15142         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
15143         version numbers from file names.
15144
15145 2000-11-08  Dave Love  <fx@gnu.org>
15146
15147         * mm-view.el: Use featurep for XEmacs test.
15148         (mm-inline-message): Test for `remove-specifier'; don't use
15149         condition-case.
15150
15151         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
15152
15153         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
15154         (gnus-score-find-bnews): Don't concat "".
15155
15156         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
15157         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
15158         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
15159         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
15160
15161         * gnus-sum.el: Put some defvars in eval-when-compile.
15162         (gnus-summary-mode-hook): Add :options.
15163         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
15164         (gnus-summary-tool-bar-map): New variable.
15165         (gnus-summary-make-tool-bar): New function.
15166         (gnus-summary-mode): Put kill-all-local-variables first.
15167
15168         * gnus-group.el (gnus-group-toolbar-map): New variable.
15169         (gnus-group-make-tool-bar): Rewritten.
15170         (gnus-group-mode): Put kill-all-local-variables first.
15171
15172         * rfc2047.el: Require gnus-util.
15173
15174         * nnml.el (gnus-sorted-intersection): Autoload.
15175
15176         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
15177         Put some defvars in eval-when-compile.
15178         (gnus-intersection, gnus-sorted-complement):  Autoload.
15179
15180         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
15181
15182         * mm-encode.el (mm-body-7-or-8): Autoload.
15183
15184         * mm-decode.el (mm-insert-inline): Autoload.
15185
15186         * mml.el:
15187         * message.el: Put some defvars in eval-when-compile.
15188
15189         * gnus-msg.el: Put some defvars in eval-when-compile.
15190         (gnus-msg-mail): Move after gnus-setup-message.
15191
15192         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
15193
15194 2000-11-07  Dave Love  <fx@gnu.org>
15195
15196         * gnus-util.el (nnheader): Don't require message (recursive
15197         autoload).
15198
15199         * uudecode.el: Avoid compiler warnings.
15200
15201         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
15202         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
15203
15204 2000-11-06  Dave Love  <fx@gnu.org>
15205
15206         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
15207
15208         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
15209         (uudecode-char-int): New alias, replacing char-int.
15210         (uudecode-decode-region): Don't call buffer-disable-undo.
15211
15212 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
15213 ;       (mm-uu-configure-list): Doc fix.
15214 ;
15215 ;       * earcon.el (running-xemacs): Don't define.
15216 ;
15217 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
15218 ;
15219 ;       * message.el (message-font-lock-keywords): Match a final newline
15220 ;       to help font-lock's multiline support.
15221 ;
15222 2000-11-03  Dave Love  <fx@gnu.org>
15223
15224         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
15225
15226         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
15227         name.
15228
15229         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
15230         <banner>: Fix custom type, doc.
15231
15232         * mm-decode.el (mm-display-external): Space-prefix temp buffer
15233         name.  Don't disable undo explicitly.
15234
15235 ;2000-11-02  Dave Love  <fx@gnu.org>
15236 ;
15237 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
15238 ;       cite-prefix.
15239
15240 2000-11-01  Dave Love  <fx@gnu.org>
15241
15242         * rfc2047.el (base64): Require unconditionally.
15243         (message-posting-charset): Defvar when compiling.
15244         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
15245         message.
15246
15247         * gnus-sum.el (nnoo): Require.
15248         (mm-uu-dissect): Autoload.
15249
15250         * mml.el (mml-parse-1): Clarify message.
15251         (mml-minibuffer-read-type): Use mailcap-mime-types.
15252
15253 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
15254
15255         * mml.el: Fix a typo in the requiring of CL.
15256
15257 2000-11-01  Dave Love  <fx@gnu.org>
15258
15259         * utf7.el: Require cl when compiling.
15260
15261         * binhex.el: Use (featurep 'xemacs).
15262         (binhex-char-int): New alias, replacing char-int.  Change callers.
15263         (binhex-decode-region): Simplify work buffer code.
15264         (binhex-decode-region-external): Use expand-file-name, not concat.
15265
15266 2000-10-30  Dave Love  <fx@gnu.org>
15267
15268         * gnus-art.el: Fix 2000-10-27 change properly.
15269
15270 2000-10-28  Miles Bader  <miles@gnu.org>
15271
15272         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
15273
15274 2000-10-27  Dave Love  <fx@gnu.org>
15275
15276         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
15277         strings.
15278         (gnus-group-make-tool-bar): New function.
15279         (gnus-group-mode): Use it.
15280
15281         * message.el (message-mode-menu): Add some :help strings.
15282         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
15283         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
15284
15285         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
15286         * describe-group.xpm, get-news.xpm, kill-group.xpm:
15287         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
15288
15289         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
15290         display-graphic-p here.
15291
15292 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
15293
15294         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
15295         of the `gnus-xemacs' variable, as the latter has been removed.
15296         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
15297         * gnus-art.el (gnus-treat-display-xface)
15298         (gnus-treat-display-smileys, gnus-treat-display-picons)
15299         (gnus-article-read-summary-keys): Likewise.
15300
15301 2000-10-26  Dave Love  <fx@gnu.org>
15302
15303         (defvar): Use rmail-spool-directory unconditionally.
15304
15305 2000-10-18  Dave Love  <fx@gnu.org>
15306
15307         * mm-bodies.el (mm-uu-decode-function)
15308         (mm-uu-binhex-decode-function): Defvar when compiling.
15309
15310         * gnus-nocem.el (gnus-nocem-issuers): Update.
15311         (gnus-nocem-check-from): New option.
15312         (gnus-nocem-scan-groups): Use it.
15313         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
15314         (gnus-nocem-check-article-limit): Add :version.
15315
15316 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
15317
15318         * ietf-drums.el (mm-util): Require CL when compiling.
15319
15320 2000-10-15  Dave Love  <fx@gnu.org>
15321
15322         * qp.el: Require mm-util.
15323
15324 2000-10-13  Dave Love  <fx@gnu.org>
15325
15326         * qp.el (quoted-printable-decode-region): Avoid invalid
15327         coding-systems.
15328
15329 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
15330
15331         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
15332         to a recursive load.
15333
15334 2000-10-12  Dave Love  <fx@gnu.org>
15335
15336         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
15337
15338         * gnus.el (gnus-group-startup-message): Check for PBM image.
15339
15340 2000-10-09  Dave Love  <fx@gnu.org>
15341
15342         * mail-source.el (mail-source-fetch-imap): Bind
15343         default-enable-multibyte-characters rather than using
15344         mm-disable-multibyte.
15345
15346 2000-10-05  Dave Love  <fx@gnu.org>
15347
15348         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
15349         Autoload.
15350         (quoted-printable-decode-region):  Rename arg which confused
15351         charset with coding-system.  Don't use nonascii-insert-offset.
15352         Coding-system encode the region initially.  Don't recognize `=='
15353         as valid QP.  Coding-system decode the region finally.
15354         (quoted-printable-decode-string): Rename arg which confused
15355         charset with coding-system.
15356
15357         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
15358         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
15359         mm-encode-coding-region.
15360         (mm-decode-body, mm-decode-string): Rename variables which
15361         confused charset with coding-system.
15362         (binhex-decode-region): Don't autoload.
15363         (mm-body-encoding): Require message.
15364         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
15365         cond branches.
15366
15367         * gnus-art.el (article-de-quoted-unreadable)
15368         (article-de-base64-unreadable): Fold search case
15369         rather than downcasing string.  Apply mm-charset-to-coding-system
15370         to arg of quoted-printable-decode-region.
15371
15372 2000-10-04  Dave Love  <fx@gnu.org>
15373
15374         * gnus-ems.el: Don't turn off compiler warnings in local vars.
15375         Require ring when compiling.
15376         (gnus-article-compface-xbm): New variable.
15377
15378 2000-10-04  Dave Love  <fx@gnu.org>
15379
15380         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
15381         pbm images.
15382
15383         * frown.pbm, smile.pbm, wry.pbm: New files.
15384
15385         * frown.xbm, smile.xbm, wry.xbm: Deleted.
15386
15387 2000-10-03  Dave Love  <fx@gnu.org>
15388
15389         * mail-source.el (mail-sources): Revert to nil.
15390
15391         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
15392
15393         * qp.el: Don't require mm-util.
15394         (quoted-printable-decode-region): Rewritten.
15395         (quoted-printable-decode-string, quoted-printable-encode-region):
15396         Doc fix.
15397         (quoted-printable-encode-region): Barf on multibyte characters.
15398         Maybe make the class multibyte.  Upcase chars, not formatted
15399         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
15400         (quoted-printable-encode-string): Don't use
15401         mm-with-unibyte-buffer.
15402
15403 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
15404
15405         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
15406
15407 2000-09-21  Dave Love  <fx@gnu.org>
15408
15409         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
15410         (for Emacs 20).  Tidy somewhat.
15411
15412 2000-09-21  Dave Love  <fx@gnu.org>
15413
15414         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
15415         image processing.  Rationalize logic somewhat.
15416
15417 2000-09-20  Dave Love  <fx@gnu.org>
15418
15419         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
15420         specifically.
15421
15422         * gnus.el (gnus-version-number): Avoid some redundant
15423         autoloads.
15424
15425 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
15426
15427         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
15428         to XBM; we always have PBM support.
15429
15430 2000-09-14  Dave Love  <fx@gnu.org>
15431
15432         * gnus.el (gnus-charset):
15433         * mm-decode.el (mime-display):
15434         * imap.el (imap) <defgroup>: Add :version.
15435
15436 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
15437
15438         * parse-time.el: Fix author's mail address.
15439
15440         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
15441         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
15442         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
15443         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
15444         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
15445         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
15446         * rfc2231.el, uudecode.el: Fix copyright notice.
15447
15448         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
15449         require `w3' at load-time only if not running in batch mode.
15450
15451 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15452
15453         * gnus.el: Before merge with Emacs21.
15454
15455 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
15456
15457         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
15458
15459 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
15460
15461         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
15462         to avoid conflict with the standard `back-to-indentation'
15463         binding.
15464
15465 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15466
15467         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
15468
15469         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
15470         (mm-disable-multibyte-mule4): Ditto.
15471         (mm-with-unibyte-current-buffer-mule4): Ditto.
15472
15473 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15474
15475         * pop3.el (pop3-movemail): Use binary.
15476         (pop3-movemail-file-coding-system): Removed.
15477
15478 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15479
15480         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
15481
15482 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15483
15484         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
15485         exists.
15486
15487 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15488
15489         * gnus-msg.el (gnus-post-method): Use backend name when the
15490         address is "".
15491
15492 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15493
15494         * gnus-art.el (article-verify-x-pgp-sig): Don't test
15495         mm-verify-option.
15496         (gnus-treat-x-pgp-sig): Default value.
15497         (gnus-ignored-headers): Redundant.
15498
15499 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15500
15501         * gnus-win.el (gnus-configure-frame): Save selected window.
15502
15503 2000-02-15  Andrew Innes  <andrewi@gnu.org>
15504
15505         * nnmbox.el: Require gnus-range.
15506         (nnmbox-group-building-active-articles): New variable.
15507         (nnmbox-group-active-articles): New variable; this is a cache of
15508         all active articles by group and number.
15509         (nnmbox-in-header-p): New function.
15510         (nnmbox-find-article): New function.
15511         (nnmbox-record-active-article): New function.
15512         (nnmbox-record-deleted-article): New function.
15513         (nnmbox-is-article-active-p): New function.
15514         (nnmbox-retrieve-headers): Use nnmbox-find-article.
15515         (nnmbox-request-article): Ditto.  Also supply extra arg to
15516         nnmbox-article-group-number.
15517         (nnmbox-request-expire-articles): Ditto.
15518         (nnmbox-request-move-article): Ditto.
15519         (nnmbox-request-replace-article): Ditto.
15520         (nnmbox-request-rename-group): Rename group entry in active
15521         article cache.
15522         (nnmbox-delete-mail): Update active article cache, unless article
15523         is being replaced.
15524         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
15525         than partially duplicating it.
15526         (nnmbox-article-group-number): Add extra `this-line' arg, to
15527         handle articles belonging to multiple groups.
15528         (nnmbox-save-mail): Update active article cache.
15529         (nnmbox-read-mbox): Build active article cache when loading mbox.
15530         Also do some repair work, if we find articles that are missing the
15531         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
15532         reconstruct these from Xref info.
15533
15534 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15535
15536         * mail-source.el (mail-source-report-new-mail): Use
15537         nnheader-run-at-time.
15538
15539 2000-02-15  Andrew Innes  <andrewi@gnu.org>
15540
15541         * mail-source.el (mail-source-fetch-pop): Clear pop password when
15542         an error is thrown, and then rethrow the error.
15543         (mail-source-check-pop): Ditto.
15544         (mail-source-start-idle-timer): Prevent multiple pop checks
15545         running if the check takes a long time.
15546
15547 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15548
15549         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
15550         succeed.
15551
15552 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15553
15554         * gnus-win.el (gnus-configure-windows): Make sure
15555         nntp-server-buffer is live.
15556         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
15557
15558 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
15559
15560         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
15561
15562 2000-12-04  Andreas Jaeger  <aj@suse.de>
15563
15564         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
15565
15566 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15567
15568         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
15569
15570 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
15571         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
15572
15573         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
15574
15575 2000-12-01  Simon Josefsson  <sj@extundo.com>
15576
15577         * mml-smime.el (mml-smime-verify): Fix address parsing.
15578
15579 2000-12-01  Simon Josefsson  <sj@extundo.com>
15580
15581         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
15582         more than one certificate inside PKCS#7 blob.  Better security
15583         information (clamed / actual sender, openssl output, certificates
15584         inside message).
15585
15586         * smime.el (smime-verify-region): Output to /dev/null.
15587         (smime-buffer-as-string-region): Don't parse empty lines.
15588
15589 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15590
15591         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
15592         ?d and ?D.
15593         (gnus-mime-security-show-details-inline): New variable.
15594         (gnus-mime-security-show-details): Use them.
15595         (gnus-insert-mime-security-button): Ditto.
15596
15597         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
15598         Suggest by Michael Duggan (md5i@cs.cmu.edu).
15599         (mml2015-gpg-clear-verify): Ditto.
15600         (mml2015-gpg-decrypt-1): Ditto.
15601         (mml2015-use): Prefer 'gpg.
15602
15603 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15604
15605         * gnus-util.el (gnus-add-text-properties-when): New function.
15606         (gnus-remove-text-properties-when): Ditto.
15607
15608         * gnus-cite.el (gnus-article-hide-citation): Use them.
15609         (gnus-article-toggle-cited-text): Use them.
15610
15611         * gnus-art.el (gnus-signature-toggle): Use them.
15612         (gnus-article-show-hidden-text): Ditto.
15613         (gnus-article-hide-text): Ditto.
15614
15615 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15616
15617         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
15618
15619 2000-11-30  Simon Josefsson  <sj@extundo.com>
15620
15621         * smime.el (smime-point-at-eol): New alias.
15622         (smime-buffer-as-string-region): Use it.
15623
15624 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15625
15626         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
15627
15628 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15629
15630         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
15631
15632         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
15633
15634         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
15635
15636 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
15637
15638         * nnmh.el (nnmh-request-expire-articles): Implemented
15639         expiry-target for nnmh backend.
15640
15641 2000-11-30  Simon Josefsson  <sj@extundo.com>
15642
15643         * mm-decode.el (mm-security-from): New variable.
15644         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
15645
15646         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
15647         than `from'.
15648
15649 2000-11-30  Simon Josefsson  <sj@extundo.com>
15650
15651         * mml-smime.el (mml-smime-verify): Verify that certificate mail
15652         address match sender address.
15653
15654         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
15655
15656         * smime.el (smime-verify-region): Don't copy buffer.
15657         (smime-decrypt-buffer): Use expand-file-name on keyfile.
15658         (smime-pkcs7-region): New function.
15659         (smime-pkcs7-certificates-region): Ditto.
15660         (smime-pkcs7-email-region): Ditto.
15661         (smime-buffer-as-string-region): Ditto.
15662
15663         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
15664         buffer.
15665
15666 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
15667
15668         * smime.el (smime-decrypt-region): Fix keyfile argument.
15669
15670 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15671
15672         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
15673
15674 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15675
15676         * message.el (message-shoot-gnksa-feet): New variable.
15677         (message-gnksa-enable-p): New function.
15678         (message-send): Use it.
15679         (message-check-news-body-syntax): Ditto.
15680
15681 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15682
15683         * message.el (message-make-message-id): Remove the redundancy.
15684
15685 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15686
15687         * message.el (message-setup): Discourage using mc-install-*-mode.
15688
15689         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
15690
15691 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15692
15693         * gnus-cite.el (gnus-cite-parse): Guess citation length.
15694
15695 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15696
15697         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
15698
15699 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15700
15701         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
15702
15703 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15704
15705         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
15706         insert-buffer-substring.
15707
15708         * message.el (message-send-mail): Use buffer-substring-no-properties.
15709         (message-send-news): Ditto.
15710
15711 2000-11-22  David Edmondson  <dme@dme.org>
15712
15713         * imap.el (imap-wait-for-tag): Message read info.
15714
15715 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15716
15717         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
15718         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
15719         (mml2015-gpg-encrypt): Ditto.
15720
15721 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15722
15723         * mm-decode.el (mm-verify-option): Default value.
15724
15725         * mml-sec.el (mml-secure-part): Error message.
15726
15727 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15728
15729         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
15730
15731 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15732
15733         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
15734
15735 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15736
15737         * gnus-art.el (gnus-article-describe-key): Use prompt.
15738         (gnus-article-describe-key-briefly): Ditto.
15739
15740 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15741
15742         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
15743
15744 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15745
15746         * gnus-art.el (gnus-article-describe-key): New function.
15747         (gnus-article-describe-key-briefly): New function.
15748
15749 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15750
15751         * mm-decode.el (mm-decrypt-option): Doc typo.
15752
15753         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
15754         return a number.
15755
15756 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15757
15758         * message.el (message-newline-and-reformat): Typo.
15759
15760 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15761
15762         * gnus-art.el (article-verify-x-pgp-sig): Check whether
15763         original-article-buffer exists.
15764
15765         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
15766         (rfc2047-header-encoding-alist): Addresses are different from text.
15767         (rfc2047-encode-message-header): Ditto.
15768         (rfc2047-dissect-region): Extra parameter.
15769         (rfc2047-encode-region): Ditto.
15770         (rfc2047-encode-string): Ditto.
15771
15772 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15773
15774         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
15775         (mm-uu-pgp-encrypted-extract): Use it.
15776         (mm-uu-pgp-signed-extract-1): New function.
15777         (mm-uu-pgp-signed-extract): Use it.
15778
15779         * gnus-art.el (gnus-mime-display-security): New function.
15780         (gnus-mime-display-part): Use it.
15781         (gnus-mime-security-verify-or-decrypt): New function.
15782         (gnus-mime-security-press-button): New function.
15783         (gnus-insert-mime-security-button): Use it.
15784
15785         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
15786         (mm-find-raw-part-by-type): Ditto.
15787         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
15788         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
15789         (mm-destroy-parts): Kill nested multibyte buffer.
15790
15791         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
15792         (mml2015-gpg-verify): Ditto.
15793
15794 2000-11-18  Simon Josefsson  <sj@extundo.com>
15795
15796         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
15797         (mml2015-function-alist): Use it.
15798
15799         * mml-sec.el (mml-sign-alist): Update names.
15800         (mml-encrypt-alist): Ditto.
15801         (mml-secure-part-smime-sign): Moved to mml-smime.el
15802         as `mml-smime-sign-query'.
15803         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
15804         `mml-smime-get-file-cert'.
15805         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
15806         `mml-smime-get-dns-cert'.
15807         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
15808         `mml-smime-encrypt-query'.
15809         (mml-smime-sign-buffer): Use mml-smime-sign.
15810         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
15811
15812         * mml-smime.el (mml-smime-sign): New function.
15813         (mml-smime-encrypt):
15814         (mml-smime-sign-query):
15815         (mml-smime-get-file-cert):
15816         (mml-smime-get-dns-cert):
15817         (mml-smime-encrypt-query): Moved from mml-sec.el.
15818
15819 2000-11-16  Simon Josefsson  <sj@extundo.com>
15820
15821         * mml2015.el (mml2015-gpg-clear-verify): New function.
15822         (mml2015-function-alist): Add it.
15823
15824 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
15825
15826         * message.el (message-setup-fill-variables): Use
15827         message-cite-prefix-regexp.
15828         (message-newline-and-reformat): Check the end of citation, leading
15829         WSP, break in the cite prefix.
15830         (message-fill-paragraph): New function.
15831
15832 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
15833
15834         * lpath.el: Shut up.
15835
15836 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
15837
15838         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
15839         raw 8-bit in headers in dk.* newsgroups.
15840
15841 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
15842
15843         * message.el (message-newline-and-reformat): Match extra WSPs.
15844
15845 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
15846
15847         * mml.el (mml-generate-mime-1): Ignore ascii.
15848
15849 2000-11-16 Justin Sheehy  <justin@iago.org>
15850
15851         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
15852
15853 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15854
15855         * message.el (message-cite-prefix-regexp): Prefix should not end
15856         at space.
15857
15858 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
15859
15860         * message.el (message-mode-syntax-table): Add - as a word
15861         constituent as in articles.
15862         (message-setup-fill-variables): Add -_. as supercite-style prefix.
15863         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
15864         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
15865
15866 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
15867
15868         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
15869
15870 2000-11-12  David Edmondson  <dme@dme.org>
15871
15872         * message.el (message-font-lock-keywords): use
15873         message-cite-prefix-regexp.
15874
15875 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15876
15877         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
15878         Stein Arild Str\e,Ax\e(Bmme.
15879         (gnus-group-jump-to-group): Use it.
15880         (gnus-group-jump-to-group-prompt): Customize.
15881
15882 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
15883
15884         * mailcap.el (mailcap-possible-viewers): Match the entire string.
15885
15886 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
15887
15888         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
15889         incompatible.
15890         (mml2015-mailcrypt-sign): Ditto.
15891
15892 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15893
15894         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
15895         group is open.
15896
15897 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
15898
15899         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
15900         nnvirtual articles.
15901         (gnus-backlog-request-article): Don't request nnvirtual articles.
15902
15903 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
15904
15905         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
15906         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
15907
15908 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
15909
15910         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
15911         * mml.el (mml-generate-mime-1): Use charset attribute.
15912         * mm-bodies.el (mm-encode-body): Add parameter charset.
15913         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
15914
15915 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
15916
15917         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
15918         (mml2015-mailcrypt-clear-decrypt): Ditto.
15919         (mml2015-mailcrypt-verify): Ditto.
15920         (mml2015-mailcrypt-clear-verify): Ditto.
15921         (mml2015-gpg-verify): Ditto.
15922
15923 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15924
15925         * smime.el (smime-openssl-program): Test the existence of openssl.
15926         * mml-smime.el: Require mm-decode.
15927         (mml-smime-verify-test): New function.
15928         * mm-decode.el (mm-verify-function-alist): Use it.
15929
15930 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
15931
15932         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
15933         anyway.
15934
15935 2000-11-13  Simon Josefsson  <sj@extundo.com>
15936
15937         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
15938         verification doesn't work.
15939
15940 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
15941
15942         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
15943         (gnus-inews-do-gcc): Use it.
15944
15945 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
15946
15947         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
15948         leading space.
15949         * mm-extern.el (mm-inline-external-body): Report error when no
15950         access-type.
15951
15952 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
15953
15954         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
15955
15956 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
15957
15958         * gnus-art.el (gnus-mime-button-menu): Use select-window.
15959
15960 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
15961
15962         * gnus-art.el (gnus-mime-display-part): Display multipart/related
15963         as multipart/mixed.
15964
15965 2000-11-12  David Edmondson  <dme@dme.org>
15966
15967         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
15968         and replace `.' with `\w' to allow for different syntax tables
15969         (from Vladimir Volovich).
15970         * message.el (message-newline-and-reformat): use
15971         `message-cite-prefix-regexp'.
15972         * gnus-cite.el (gnus-supercite-regexp): use
15973         `message-cite-prefix-regexp'.
15974         * gnus-cite.el (gnus-cite-parse): use
15975         `message-cite-prefix-regexp'.
15976
15977 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
15978
15979         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
15980         PGP SIGNATURE.  Escape leading "-"'s.
15981         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
15982
15983 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
15984
15985         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
15986
15987 2000-11-11  Simon Josefsson  <sj@extundo.com>
15988
15989         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
15990
15991         * smime.el (smime-details-buffer): New variable.
15992         (smime-sign-region):
15993         (smime-encrypt-region):
15994         (smime-verify-region):
15995         (smime-decrypt-region): Copy OpenSSL output to the buffer.
15996
15997         * mml-smime.el (mml-smime-verify): Support security info.
15998
15999 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
16000
16001         * mm-decode.el (mm-verify-option): Set default to nil.
16002         (mm-decrypt-option): Ditto.
16003         * gnus-art.el (article-verify-x-pgp-sig): New function.
16004
16005 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
16006
16007         * gnus-art.el (gnus-mime-display-alternative): Show button if no
16008         preferred part.
16009
16010 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16011
16012         * gnus-sum.el (gnus-move-split-methods): Say that
16013         `gnus-split-methods' uses file names, whereas this uses group
16014         names.  (Report from Nevin Kapur)
16015
16016 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
16017
16018         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
16019
16020 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
16021
16022         * nnheader.el (nnheader-directory-files-is-safe): New variable.
16023         (nnheader-directory-articles): Use it.
16024         (nnheader-article-to-file-alist): Ditto.
16025
16026 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
16027
16028         * rfc2047.el (rfc2047-pad-base64): New function.
16029         (rfc2047-decode): Use it.
16030
16031 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
16032
16033         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
16034         select method.
16035
16036 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
16037
16038         * mml2015.el (mml2015-gpg-decrypt-1):
16039         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
16040
16041 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
16042
16043         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
16044
16045 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
16046
16047         * pop3.el (pop3-munge-message-separator): A message may have an
16048         empty body.
16049
16050 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
16051
16052         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
16053         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
16054         (mm-uu-pgp-signed-extract): Use coding-system.
16055
16056 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
16057
16058         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
16059         (gnus-insert-mime-security-button): New function.
16060         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
16061         * mml2015.el:  Add security info when verify or decrypt.
16062         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
16063         (mm-uu-pgp-encrypted-extract): Ditto.
16064
16065 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
16066
16067         * mm-decode.el (mm-display-parts): New function.
16068         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
16069
16070 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16071
16072         * gnus-mlspl.el: Documentation tweaks.
16073
16074 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
16075
16076         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
16077         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
16078         argument.
16079
16080 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
16081
16082         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
16083
16084 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
16085
16086         * gnus-art.el (gnus-article-encrypt): New function.
16087         (gnus-article-encrypt-protocol-alist): New variable.
16088         (gnus-article-encrypt-protocol): New variable.
16089         * mml2015.el (mml2015-self-encrypt): New function.
16090         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
16091
16092 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
16093
16094         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
16095         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
16096         let mailcap do it.
16097         * mml2015.el: Remove snarf code.
16098         * mm-decode.el: Remove snarf code.
16099
16100 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
16101
16102         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
16103         (mml-insert-mime): Understand gnus-decoded.
16104         (mime-to-mml): New parameter handles.
16105         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16106         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
16107
16108 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
16109
16110         * mm-decode.el (mime-security): New group.
16111         (mm-verify-function-alist): Add test function.
16112         (mm-decrypt-function-alist): Ditto.
16113         (mm-snarf-option): Set default value as nil.
16114         (mm-find-part-by-type): Recursive parameter.
16115         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
16116         * mml2015.el: Support draft-ietf-openpgp-multsig.
16117
16118 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
16119
16120         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
16121         (gnus-article-view-part-as-charset): New function.
16122
16123 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
16124
16125         * mm-decode.el (mm-verify-option): Default value.
16126         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
16127
16128 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
16129
16130         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
16131
16132 2000-11-05  Simon Josefsson  <sj@extundo.com>
16133
16134         * mml-smime.el (mml-smime-verify): Work in original multipart
16135         buffert.
16136
16137         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
16138         (mm-handle-multipart-ctl-parameter): Ditto.
16139         (mm-alist-to-plist): New function.
16140         (mm-dissect-buffer): Store CTL parameters and copy original buffer
16141         for multiparts.
16142         (mm-destroy-parts): Destroy multipart buffert.
16143         (mm-remove-part): Ditto.
16144
16145         * mml-smime.el (mml-smime-sign): Not used.
16146         (mml-smime-encrypt): Ditto.
16147
16148         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
16149
16150         Verify S/MIME signature support.
16151
16152         * mm-decode.el (mm-inline-media-tests): Add
16153         application/{x-,}pkcs7-signature.
16154         (mm-inlined-types): Ditto.
16155         (mm-automatic-display): Ditto.
16156         (mm-verify-function-alist): Ditto.  Add name of method.
16157         (mm-decrypt-function-alist): Add name of method.
16158         (mm-find-part-by-type): Add documentation.
16159         (mm-possibly-verify-or-decrypt): Use new format of
16160         mm-{verify,decrypt}-function-alist.  Use method names.
16161
16162         * mml-smime.el (mml-smime-verify): New function.
16163
16164 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
16165
16166         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
16167
16168 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
16169
16170         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
16171         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
16172         * mm-decode.el (mm-snarf-option): New variable.
16173
16174 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
16175
16176         * mm-util.el (mm-subst-char-in-string): New function.
16177         (mm-replace-chars-in-string): Use it.
16178         * message.el (message-replace-chars-in-string): Use it.
16179         * nnheader.el (nnheader-replace-chars-in-string): Use it.
16180         * gnus-mh.el (mh-lib-progs): Shut up.
16181
16182 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
16183
16184         * base64.el, md5.el: Moved to contrib directory.
16185
16186 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
16187
16188         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
16189         the last article when search.
16190
16191 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
16192
16193         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
16194         * nnmail.el (nnmail-pathname-coding-system): Ditto.
16195
16196 2000-09-29  David Edmondson  <dme@thus.net>
16197
16198         * message.el (message-newline-and-reformat): Typo.
16199
16200 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
16201
16202         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
16203
16204 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
16205
16206         * nntp.el (nntp-decode-text): Delete bogus status lines.
16207
16208 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
16209
16210         * message.el (message-font-lock-keywords): Match a final newline
16211         to help font-lock's multiline support.
16212
16213 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
16214
16215         * nnoo.el (nnoo-set): New function.
16216
16217 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
16218
16219         * gpg.el, gpg-ring.el: Moved to contrib directory.
16220
16221 2000-11-04  Simon Josefsson  <sj@extundo.com>
16222
16223         * nnimap.el (nnimap-split-inbox): Typo.
16224
16225 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
16226
16227         * gnus-msg.el (gnus-msg-mail): Move it backwards.
16228
16229 2000-11-03  Simon Josefsson  <sj@extundo.com>
16230
16231         * rfc2231.el (rfc2231-parse-qp-string): New function.
16232         (require): rfc2047.
16233
16234         * mail-parse.el (mail-header-parse-content-type):
16235         (mail-header-parse-content-disposition): Support invalid QP
16236         encoded strings, by using `rfc2231-parse-qp-string'.
16237
16238 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
16239
16240         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
16241         (rfc2231-decode-encoded-string): Typo "> X 1".
16242         (rfc2231-encode-string): Insert the name of charset.
16243         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
16244
16245 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
16246
16247         * mm-decode.el (mm-save-part): Return the filename.
16248         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
16249         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
16250         (gnus-mime-action-alist): Use it.
16251         (gnus-mime-button-commands): Use it.
16252         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
16253         (mm-inline-external-body): unwind-protect.
16254
16255 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
16256
16257         * gnus-art.el (gnus-insert-mime-button): Show url.
16258
16259 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
16260
16261         * mml.el (mml-generate-mime-1): Support external url.
16262         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
16263
16264 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
16265
16266         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
16267         * mm-decode.el (mm-display-external): Ditto.
16268         * mm-extern.el: New file.
16269         * mm-decode.el (mm-inline-media-tests): Hook it up.
16270         (mm-inlined-types): Inline message/external-body.
16271
16272 2000-11-02  Simon Josefsson  <sj@extundo.com>
16273
16274         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
16275
16276         * message.el (message-get-reply-headers): Better handling when
16277         Mail-Followup-To is very large.
16278
16279 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
16280
16281         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
16282         * gnus-art.el (gnus-article-edit-done):
16283         * gnus-sum.el (gnus-summary-edit-article-done): Move line
16284         counting code here.
16285         * gnus-msg.el (gnus-setup-message): Remove a hack.
16286
16287 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
16288
16289         * gnus-sum.el (gnus-newsgroup-variables): New variable.
16290         (gnus-summary-mode): Make them local variables.
16291         (gnus-set-global-variables): Globalize them.
16292         (gnus-summary-exit): Kill them.
16293
16294 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
16295
16296         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
16297         word.
16298
16299 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
16300
16301         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
16302         gnus-article-wash-types.
16303         * gnus-art.el (gnus-article-wash-status): Use them.
16304
16305 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
16306
16307         * mml.el (mml-read-tag): Remove spaces and LF.
16308
16309 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
16310
16311         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
16312         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
16313
16314 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
16315
16316         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
16317
16318 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
16319
16320         * gnus-sum.el (gnus-article-charset): New variable.
16321         (gnus-summary-display-article): Set it.
16322         * gnus-msg.el (gnus-copy-article-buffer): Use it.
16323         * gnus-art.el (gnus-article-mode): Make it local variable.
16324
16325 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16326
16327         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
16328
16329 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16330
16331         * nnwfm.el: New file.
16332
16333         * nnweb.el (nnweb-replace-in-string): New function.
16334
16335 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
16336
16337         * mml2015.el: Wrap gpg.el.
16338         * gpg.el (gpg-verify): The last argument of apply is a list.
16339         (gpg-encrypt): Add passphrase as a parameter.
16340
16341 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
16342
16343         * gpg.el: New file.
16344         * gpg-ring.el: New file.
16345
16346 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
16347
16348         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
16349
16350 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16351
16352         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
16353         double-quote characters.
16354         (gnus-summary-prepare-threads): Ditto.
16355
16356 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
16357
16358         * gnus-art.el (gnus-mime-display-single): Forward line -1.
16359         * mml.el (mml-read-tag): Don't skip the leading space.
16360         * lpath.el (font-lock-set-defaults): Shut up.
16361
16362 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
16363
16364         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
16365
16366 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
16367
16368         * qp.el (quoted-printable-encode-region): Replace leading - when
16369         ultra safe.
16370         * mml.el (mml-generate-mime-postprocess-function): Removed.
16371         (mml-postprocess-alist): Removed.
16372         (mml-generate-mime-1): Use ultra-safe when sign.
16373         * mml2015.el (mml2015-fix-micalg): Uppercase.
16374         (mml2015-verify): Insert LF.
16375         (mml2015-mailcrypt-sign): Downcase; search backward.
16376
16377 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16378
16379         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
16380         restrictive.
16381         (nnultimate-table-regexp): New variable.
16382         (nnultimate-forum-table-p): Use it.
16383
16384 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
16385         Trivial patch.
16386
16387         * gnus-sum.el (gnus-summary-expire-articles): Save point.
16388
16389 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
16390
16391         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
16392         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
16393
16394 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
16395
16396         * mml2015.el: Shut up.
16397
16398 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
16399
16400         * gnus.el (gnus-server-browse-hashtb): Removed.
16401         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
16402         (gnus-group-insert-group-line-info): Use simplified method.
16403         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
16404
16405 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
16406
16407         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
16408         moved here.
16409         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
16410         * gnus-group.el (gnus-group-prepare-flat): Use it.
16411         * gnus-topic.el (gnus-group-prepare-topics): Use it.
16412
16413 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
16414
16415         * mml.el (mml-mode): Show menu in XEmacs.
16416
16417 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
16418
16419         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
16420         (gnus-server-read-server-in-server-buffer): New function.
16421         (gnus-browse-foreign-server): Browse in group buffer.
16422         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
16423         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
16424         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
16425         * gnus.el (gnus-server-browse-hashtb): New variable.
16426
16427 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
16428
16429         * nnfolder.el (nnfolder-open-nov): Use group.
16430
16431 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
16432
16433         * nnfolder.el: Add NOV. Set version to 2.0.
16434         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
16435
16436 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
16437
16438         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
16439
16440 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
16441
16442         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
16443         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
16444
16445 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
16446
16447         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
16448
16449 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
16450
16451         * mm-decode.el (mm-verify-function-alist): New variable.
16452         (mm-verify-option): New variable.
16453         (mm-decrypt-function-alist): Ditto.
16454         (mm-decrypt-option): Ditto.
16455         (mm-find-raw-part-by-type): New function.
16456         (mm-possibly-verify-or-decrypt): New function.
16457         (mm-dissect-multipart): Use it.
16458         * mml2015.el (mml2015-fix-micalg): New function.
16459         (mml2015-decrypt): Use new interface.
16460         (mml2015-verify):  Use new interface.
16461         (mml2015-setup): Make it bogus.
16462
16463 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
16464
16465         * mml.el (mml-generate-mime-postprocess-function): Set to
16466         mml-postprocess.
16467         (autoload): Autoload mml2015 and mml-smime.
16468         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
16469         * mml2015.el (mml2015-encrypt): New function.
16470         (mml2015-sign): New function.
16471         (mml2015-encrypt-function): New variable.
16472         (mml2015-sign-function): New variable.
16473         (mml2015-mailcrypt-encrypt): Use message-recipients.
16474         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
16475         * mml-smime.el (mml-smime-setup): Ditto.
16476
16477 2000-10-28  Simon Josefsson  <sj@extundo.com>
16478
16479         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
16480         Communigate Pro 3.3.1 server.
16481
16482         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
16483         in buffers.
16484         (mml-secure-dns-server): Removed.
16485         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
16486         write certificates to files.
16487
16488         * smime.el (smime-dns-server): New variable.
16489         (smime-mail-to-domain):
16490         (smime-cert-by-dns): New functions.
16491
16492         * dig.el: New file.
16493
16494 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
16495
16496         * message.el (message-options): New variable.
16497         (message-options-set-recipient): New function.
16498         (message-send): Use them.
16499         * gnus-int.el (gnus-request-replace-article): Use them.
16500         (gnus-request-accept-article): Ditto.
16501         * mml.el (mml-preview): Use them.
16502         * gnus-sum.el (gnus-summary-edit-article): Use them.
16503
16504         * message.el (message-options-get): New function.
16505         (message-options-get): New function.
16506         * rfc2047.el (rfc2047-encode-message-header): Use them.
16507         * mm-bodies.el (mm-encode-body): Use them.
16508
16509 2000-10-28  Simon Josefsson  <sj@extundo.com>
16510
16511         * nnimap.el (nnimap-retrieve-which-headers):
16512         (nnimap-request-article-part): Quote message-id.
16513
16514         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
16515         (smime-CA-file): New variable.
16516         (smime-call-openssl-region): Don't error.
16517         (smime-sign-region): Return result value.
16518         (smime-encrypt-region): Ditto.
16519         (smime-verify-region): New function.
16520         (smime-decrypt-region): Ditto.
16521         (smime-verify-buffer): Ditto.
16522         (smime-decrypt-buffer): Ditto.
16523
16524         * mml.el: Require mml-sec.
16525         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
16526         (mml-mode-map): Add "sign" and "encrypt" maps.
16527         (mml-menu): Add security menu.
16528         (mml-preview): Use generate-new-buffer.
16529
16530         * mml-sec.el: New file.
16531
16532 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
16533
16534         * mm-decode.el (mm-find-part-by-type): Move it here.
16535         * mml.el (mml-postprocess): Move it here.
16536         (mml-postprocess-alist): Move it here. Merge them.
16537
16538 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
16539
16540         * rfc2047.el (rfc2047-encode-message-header): Make sure no
16541         unencoded stuff in the header.
16542
16543 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
16544
16545         * gnus-group.el (gnus-group-listed-groups): New variable.
16546         (gnus-group-list-option): New variable.
16547         (gnus-group-list-limit-map): New keymap.
16548         (gnus-group-list-flush-map): New keymap.
16549         (gnus-group-list-plus-map): New keymap.
16550         (gnus-group-prepare-logic): New function.
16551         (gnus-group-prepare-flat): Merge with
16552         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
16553         (gnus-group-prepare-flat-list-dead): Ditto.
16554         (gnus-group-list-matching): Use gnus-group-prepare-function.
16555         (gnus-group-list-dormant): Ditto.
16556         (gnus-group-list-cached): Ditto.
16557         (gnus-group-listed-groups): New function.
16558         (gnus-group-list-limit): New function.
16559         (gnus-group-list-flush): New function.
16560         (gnus-group-list-plus): New function.
16561         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
16562         (gnus-topic-prepare-topic): Ditto.
16563
16564 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
16565
16566         * message.el (message-insert-to, message-get-reply-headers):
16567         (message-reply, message-followup): Mail-{Followup,Reply}-To.
16568
16569 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
16570
16571         * mml2015.el: New file.
16572         * smime.el: New file.
16573         * mml-smime.el: New file.
16574
16575 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
16576
16577         * ChangeLog: Moved to ChangeLog.1.
16578
16579     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
16580   Copying and distribution of this file, with or without modification,
16581   are permitted provided the copyright notice and this notice are preserved.
16582
16583 ;; Local Variables:
16584 ;; coding: iso-2022-7bit
16585 ;; End: