2003-04-30 Mark A. Hershberger <mah@everybody.org>
[gnus] / lisp / ChangeLog
1 2003-04-30  Mark A. Hershberger  <mah@everybody.org>
2
3         * mm-url.el (mm-url-insert-file-contents): set url-current-object
4         in the case where mm-url-use-external is set.
5
6         * nnrss.el (nnrss-request-article): Change the messages created to
7         multipart/alternative.  Hopefully fixes a problem interaction with
8         w3m.
9         (nnrss-find-rss-via-syndic8): Better handling if xml-rpc.el isn't
10         around.
11
12 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13
14         * message.el (message-check-news-header-syntax): Alter "posting"
15         message. 
16
17         * nnrss.el (nnrss-node-text): Don't use char classes.
18
19 2003-05-01  David Z. Maze  <dmaze@mit.edu>
20
21         * nnrss.el (nnrss-find-rss-via-syndic8): Have an `error' branch
22         in condition-case.
23
24 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25
26         * message.el (message-required-headers): Remove In-Reply-To.
27
28         * gnus-int.el (gnus-open-server): Revert changes.
29
30 2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
31
32         * gnus-int.el (gnus-open-server): Try to open unagentized servers
33         even when unplugged.
34
35 2003-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
36
37         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fixed typo in
38         doc-string.
39
40 2003-05-01  Steve Youngs  <youngs@xemacs.org>
41
42         * lpath.el: Add a section for non-Mule XEmacsen.
43         fbind `find-charset-string' and `coding-system-base' in that
44         section.
45
46         * gnus-util.el (gnus-completing-read-maybe-default): New.
47         (gnus-completing-read): Use it.
48
49         * mm-view.el (mm-view-pkcs7-decrypt): Ditto.
50
51         * gnus-art.el (gnus-read-string): New.
52         (gnus-summary-pipe-to-muttprint): Use it.
53
54         * gnus-xmas.el (gnus-xmas-open-network-stream): New.
55
56         * dns.el (dns-make-network-process): Use it.
57
58         Take care of some differences between XEmacs 21.1 and newer
59         versions of XEmacs.
60
61 2003-04-30  Teodor Zlatanov  <tzz@bwh.harvard.edu>
62
63         * gnus-registry.el (gnus-registry-split-fancy-with-parent): added
64         diagnostic message
65         (gnus-registry-grep-in-list): don't run when word is nil
66         (gnus-registry-fetch-message-id-fast): new function
67         (gnus-registry-delete-group, gnus-registry-add-group): make sure
68         the id and group are not nil
69         (gnus-registry-register-message-ids): new function
70         (gnus-register-action): optimized logical flow
71         (gnus-summary-prepare-hook): added gnus-registry-register-message-ids
72
73 2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
74
75         * gnus-delay.el (gnus-delay-article): Call
76         `gnus-agent-queue-setup' to create the delay group.
77
78         * gnus-agent.el (gnus-agent-queue-setup): Support optional arg
79         for the (queue) group name.
80
81 2003-04-30  Simon Josefsson  <jas@extundo.com>
82
83         * mm-util.el (mm-charset-to-coding-system): Use user specified
84         charset unless coding-system-get is fboundp.
85
86 2003-04-30  Kevin Greiner <kgreiner@xpediantsolutions.com>
87
88         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-name):
89         Wrapped in eval-when-compile.
90         (gnus-agent-mode): Bind gnus-agent-go-online to nil as you
91         shouldn't be asked twice to go online with each server.
92         (gnus-agent-get-undownloaded-list, gnus-agent-fetch-articles,
93         gnus-agent-crosspost, gnus-agent-flush-cache,
94         gnus-agent-fetch-session, gnus-agent-unread-articles,
95         gnus-agent-uncached-articles, gnus-agent-regenerate-group,
96         gnus-agent-group-covered-p): Expanded pop macros used for
97         effect. Avoids compilation warning in emacs 21.3.
98
99         * gnus-int.el (gnus-open-server): Restructured to only open
100         nnagent when gnus-plugged is nil.
101
102 2003-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
103
104         * lpath.el: Fbind string-to-multibyte.
105
106 2003-04-30  Steve Youngs  <youngs@xemacs.org>
107
108         * dgnushack.el: Add some missing autoloads for XEmacs 21.1.
109
110 2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>
111
112         * gnus-registry.el (gnus-registry-fetch-group): faster
113         (gnus-registry-delete-group): new function
114         (gnus-registry-add-group): new function
115         (gnus-register-spool-action): use it
116         (gnus-register-action): use it
117         (gnus-registry-translate-from-alist) 
118         (gnus-registry-translate-to-alist): remove the headers registry
119         for now
120
121 2003-04-29  Reiner Steib  <Reiner.Steib@gmx.de>
122
123         * gnus-art.el (gnus-button-alist): Fixed CTAN regexp.
124
125 2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>
126
127         * spam-report.el (spam-report-gmane): gnus-summary-article-number
128         is not necessary, just use the function parameter
129
130 2003-04-29  Karl Pflysterer  <sigurd@12move.de>
131
132         * spam-stat.el (spam-stat-save): No longer font-locks the file
133         when saving
134
135 2003-04-29  Katsumi Yamaoka  <yamaoka@jpl.org>
136
137         * canlock.el: Bind mail-header-separator when compiling (XEmacs
138         provides it in mail-lib/auto-autoloads.el).
139
140 2003-04-29  Simon Josefsson  <jas@extundo.com>
141
142         * mml2015.el (mml2015-pgg-sign): Use mml-sender instead of
143         message-sender.
144
145         * mml.el (mml-generate-mime-1): Set mml-sender too.
146
147 2003-04-29  Jesper Harder  <harder@ifa.au.dk>
148
149         * gnus-sum.el (gnus-summary-display-while-building): Docstring fix.
150
151         * mm-url.el (mm-url-use-external): do.
152
153 2003-04-29  Simon Josefsson  <jas@extundo.com>
154
155         * canlock.el (mail-fetch-field): Autoload it (fix xemacs compile
156         warnings).
157
158         * sieve-mode.el (c-mode): Ditto.
159
160         * pgg.el (run-at-time): Ditto.
161
162         * mm-url.el (require): Require timer when compiling for
163         with-timeout macro (fix xemacs compile warnings).
164
165 2003-04-28  Dave Love  <fx@gnu.org>
166
167         * gnus-util.el (nnheader): Don't require.
168         (Nnheader-narrow-to-headers, nnheader-replace-chars-in-string):
169         Autoload.
170
171         * spam.el: Require cl when compiling.
172
173         * dns.el: Require cl when compiling.
174
175 2003-04-28  Jesper Harder  <harder@ifa.au.dk>
176
177         * gnus-art.el (gnus-article-goto-next-page)
178         (gnus-article-goto-prev-page): Revert 2003-02-12 change to make
179         gnus-pick-mode work.
180
181 2003-04-28  Steve Youngs  <youngs@xemacs.org>
182
183         * Makefile.in (FLAGS): Use @FLAGS@.
184
185 2003-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
186
187         * gnus-art.el (gnus-mime-display-multipart-as-mixed) 
188         (gnus-mime-display-multipart-alternative-as-mixed) 
189         (gnus-mime-display-multipart-related-as-mixed): Added doc-strings,
190         allow customization.
191
192 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
193
194         * dgnushack.el (dgnushack-compile-verbosely): New function.  Not
195         currently called (See source for explanation).
196
197 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
198
199         * gnus-sum.el (gnus-summary-catchup): Don't mark ticked messages. 
200         (gnus-summary-mark-read-and-unread-as-read): Take an optional
201         mark.
202
203         * gnus.el (gnus-version-number): Bump.
204
205 2003-04-27 06:47:31 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
206
207         * gnus.el: Oort Gnus v0.19 is released.
208
209 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
210
211         * gnus-registry.el (gnus-register-spool-action): Replaced literal
212         carriage-return character with its escape sequence.
213
214 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
215
216         * gnus-sum.el (gnus-summary-catchup-from-here): Doc fix.
217
218         * nnrss.el (nnrss-node-text): Use only one
219         gnus-replace-in-string. 
220
221         * gnus.el: Remove gnus-functionp throughout.
222
223         * gnus-util.el (gnus-functionp): Removed.
224
225         * gnus-msg.el (gnus-summary-wide-reply-with-original): Doc fix. 
226
227         * message.el (message-required-headers): Add In-Reply-To.
228
229 2003-04-27  Marshall T. Vandegrift  <vandem2@rpi.edu>
230
231         * gnus-fun.el (gnus-face-from-file): Bind coding-system-for-read
232         to binary.
233
234 2003-04-27  Jesper Harder  <harder@ifa.au.dk>
235
236         * mml.el (mml-preview): do.
237
238         * message.el (message-mode): do.
239
240         * gnus-undo.el (gnus-undo-mode): do.
241
242         * gnus-topic.el (gnus-topic-mode): do.
243
244         * gnus-sum.el (gnus-summary-mode, gnus-summary-edit-article): do.
245
246         * gnus-msg.el (gnus-setup-message)
247         (gnus-inews-add-send-actions, gnus-configure-posting-styles): do.
248
249         * gnus-gl.el (gnus-grouplens-mode): do.
250
251         * gnus-art.el (gnus-mime-save-part-and-strip)
252         (gnus-mime-delete-part): Use it.
253
254         * gnus-util.el (gnus-make-local-hook): New function.
255
256 2003-04-25  Simon Josefsson  <jas@extundo.com>
257
258         * nnrss.el (nnrss-node-text): Don't use a star.
259         (nnrss-node-text): Use g-r-i-s, not g-r-r-i-s which doesn't exist.
260
261 2003-04-24  Dave Love  <fx@gnu.org>
262
263         * mm-encode.el (mm-long-lines-p): Autoload.
264         (mm-encode-content-transfer-encoding): Don't try to make buffer
265         unibyte before decoding.  Don't ignore errors for base64 encoding.
266
267         * qp.el (quoted-printable-decode-region): Use mm-insert-byte.
268         Signal error on malformed text, as for base64.
269         (quoted-printable-encode-region): DTRT in Emacs 22.
270
271         * mm-util.el (mm-make-temp-file, mm-insert-byte): New.
272         (mm-auto-save-coding-system): Consider utf-8-emacs.
273         (mm-mime-mule-charset-alist, mm-mule-charset-to-mime-charset)
274         (mm-charset-to-coding-system, mm-mime-charset)
275         (mm-find-mime-charset-region): Check for :mime-charset coding
276         systems property.
277
278         * mml-sec.el (mml2015, mml1991): Don't require.
279         (mml2015-sign, mml2015-encrypt, mml1991-sign, mml1991-encrypt) 
280         (message-goto-body, mml-insert-tag): Autoload.
281
282         * mm-decode.el (mm-tmp-directory): Re-write to help avoid warnings.
283
284         * gnus-start.el (message-make-date): Autoload rather than
285         requiring message.
286
287         * gnus-group.el (gnus-group-name-charset-group-alist): Use
288         mm-coding-system-p.
289         (gnus-cache-active-altered): Defvar when compiling.
290         (gnus-group-delete-group): Re-write to help avoid warnings.
291
292         * gnus-art.el (gnus-use-idna): Use mm-coding-system-p.
293
294         * pgg.el: Split eval-when-compile forms.
295
296 2003-04-24  Reiner Steib  <Reiner.Steib@gmx.de>
297
298         * gnus-group.el (gnus-large-ephemeral-newsgroup) 
299         (gnus-fetch-old-ephemeral-headers): News variables.
300         (gnus-group-read-ephemeral-group): Use them.
301
302 2003-04-24  Simon Josefsson  <jas@extundo.com>
303
304         * sieve.el (sieve-upload): Don't use replace-regexp-in-string.
305
306         * nnrss.el (nnrss-node-text): Ditto.
307
308 2003-04-24  Katsumi Yamaoka  <yamaoka@jpl.org>
309
310         * gnus-msg.el (gnus-inews-do-gcc): Make sure the obsolete variable
311         gnus-inews-mark-gcc-as-read exists.
312
313 2003-04-23  Simon Josefsson  <jas@extundo.com>
314
315         * gnus-sieve.el (gnus-sieve-generate): Rewrite regexp search so it
316         doesn't exceed the regexp stack space.
317
318 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
319
320         * gnus-msg.el (gnus-inews-mark-gcc-as-read): Don't defvar it.
321
322         * gnus-art.el (gnus-article-hide-pgp-hook): do.
323
324 2003-04-23  Reiner Steib  <Reiner.Steib@gmx.de>
325
326         * mml.el (mml-preview): Bind `=', RET, and mouse-2.
327
328 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
329
330         * mm-bodies.el (mm-decode-body): Don't override supplied charset.
331
332 2003-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
333
334         * dgnushack.el (merge, copy-list): Remove compiler macros.
335         (butlast): Add a compiler macro.
336
337 2003-04-22  Paul Jarc  <prj@po.cwru.edu>
338
339         * gnus-util.el (gnus-merge): Added "type" argument to match CL
340         merge and gnus-sum.el's expectations.
341
342 2003-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
343
344         * gnus-art.el (gnus-button-url-regexp): Added nntp.
345
346         * message.el (message-generate-headers-first): Default to
347         '(references).
348
349         * gnus-art.el (gnus-mime-delete-part): Require confirmation.
350
351 2003-04-21  Jesper Harder  <harder@ifa.au.dk>
352
353         * smime.el (smime-decrypt-region): Insert From header.
354
355 2003-04-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
356
357         * gnus-fun.el (gnus-face-from-file, gnus-convert-png-to-face):
358         Max length of header is 726, not 740.  From Gaute B Strokkenes
359         <gs234@cam.ac.uk>.
360
361 2003-04-20  Jesper Harder  <harder@ifa.au.dk>
362
363         * nndb.el, mml1991.el: Fix license template.
364
365 2003-04-20  Simon Josefsson  <jas@extundo.com>
366
367         * nnimap.el (nnimap-split-articles): Don't download body unless
368         required.
369
370         * imap.el (imap-gssapi-open, imap-ssl-open): Erase buffer before
371         starting process, like imap-kerberos4-open does.
372
373         * mml-smime.el, rfc1843.el, dig.el, smime.el, uudecode.el: Fix
374         license template.
375
376         * mml-sec.el: Fix license template.
377
378         * gnus-sieve.el, sieve.el, sieve-manage.el, sieve-mode.el: Fix
379         license template.
380
381         * pgg-def.el, pgg.el, pgg-gpg.el, pgg-parse.el, pgg-pgp5.el,
382         pgg-pgp.el: Fix license template.
383
384 2003-04-19  Jesper Harder  <harder@ifa.au.dk>
385
386         * gnus-sum.el (gnus-summary-delete-article): Improve docstring.
387
388 2003-04-19  Teodor Zlatanov  <tzz@lifelogs.com>
389
390         * spam.el (spam-move-spam-nonspam-groups-only): dumb typo fix
391
392 2003-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
393
394         * spam.el (spam-split): allow a particular check as a parameter,
395         e.g. (: spam-split 'spam-use-bogofilter)
396         (spam-mark-only-unseen-as-spam): new parameter, see doc
397         (spam-mark-junk-as-spam-routine): use
398         spam-mark-only-unseen-as-spam, simplify routine to take advantage
399         of gnus-newsgroup-unread as well as gnus-newsgroup-unseen
400
401 2003-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
402
403         * gnus.el (gnus-group-short-name, gnus-group-prefixed-p): new functions
404         (gnus-group-guess-full-name): don't prefix the group twice
405
406         * nnmail.el (nnmail-split-fancy-with-parent): docstring fix
407
408         * gnus-registry.el (gnus-registry-clear)
409         (gnus-registry-fetch-group, gnus-registry-grep-in-list)
410         (gnus-registry-split-fancy-with-parent): new functions
411         (gnus-register-spool-action, gnus-register-action): simplified the format
412         (gnus-registry): new customization group
413         (gnus-registry-unfollowed-groups): new variable
414
415 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
416
417         * gnus-art.el (gnus-button-alist): Add nntp: urls.
418         (gnus-header-button-alist): Ditto.
419
420 2003-04-17  Dave Love  <fx@gnu.org>
421
422         * gnus-util.el (gnus-string-equal): Revert last change.
423
424 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
425
426         * gnus-srvr.el (gnus-browse-make-menu-bar): Fix typo.
427
428 2003-04-17  Mike Woolley  <mike@ariel.co.uk>
429
430         * gnus-sum.el (gnus-sum-thread-tree-false-root): New variable.
431
432 2003-04-15  Michael Shields  <shields@msrl.com>
433
434         * gnus-art.el (article-hide-boring-headers): Hide Reply-To: if
435         the broken-reply-to group parameter is set.  Idea from Vasily
436         Korytov <deskpot@myrealbox.com>.
437
438 2003-04-17  Steve Youngs  <youngs@xemacs.org>
439
440         * dgnushack.el: 'setenv' is in env.el for XEmacsen <= 21.4, but in
441         process.el in XEmacsen >= 21.5.
442
443 2003-04-17  Steve Youngs  <youngs@xemacs.org>
444
445         * dgnushack.el: Add a whole swag of autoloads and defaliases to
446         satisfy the byte-compiler when building with XEmacs.
447
448         * lpath.el (maybe-bind): Add 'w3-meta-content-type-charset-regexp'
449         and 'w3-meta-charset-content-type-regexp' in XEmacs.  The upstream
450         W3 doesn't have these.
451
452         * mailcap.el: Maybe require 'lpr in XEmacs.
453
454 2003-04-16  Simon Josefsson  <jas@extundo.com>
455
456         * mml2015.el (mml2015-pgg-sign): Bind pgg-default-user-id to MML
457         sender tag, if available.
458
459 2003-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
460
461         * gnus-registry.el (gnus-register-action)
462         (gnus-register-spool-action, hashtable-to-alist)
463         (gnus-registry-translate-from-alist, alist-to-hashtable)
464         (gnus-registry-translate-to-alist, gnus-registry-headers-hashtb):
465         new variables and function fixes
466
467         * gnus.el (gnus-registry-headers-alist): new variable to hold
468         article header data
469         (gnus-variable-list): save gnus-registry-headers-alist
470
471         * spam-report.el (Module): new module for spam reporting
472
473         * gnus.el (spam-process): added
474         gnus-group-spam-exit-processor-report-gmane to the list of choices
475         (gnus-install-group-spam-parameters): defined new spam exit processor
476
477         * spam.el (autoload): autoload spam-report-gmane when needed
478         (spam-report-gmane-register-routine): glue for spam-report.el
479         (spam-group-spam-processor-report-gmane-p): glue for the
480         gnus-group-spam-exit-processor-report-gmane spam processor
481         (spam-summary-prepare-exit): check the report-gmane spam processor
482         and run spam-report-gmane-register-routine if it's active
483
484         From John Wiegley <johnw@gnu.org>
485
486         * spam.el (spam-bogofilter-score): check bogofilter headers before
487         checking bogofilter itself
488
489 2003-04-16  Dave Love  <fx@gnu.org>
490
491         * gnus-agent.el: Wrap defsetf in eval-when-compile.
492         (gnus-agent-cat-defaccessor): Don't use gensym.
493
494         * mml1991.el: Require cl, mm-util when compiling.
495         (quoted-printable-decode-region, quoted-printable-encode-region):
496         Autoload.
497
498         * pgg.el: Require cl when compiling.
499
500         * nnmail.el (gnus): Require.
501
502         * gnus-util.el: Move provide to end.
503         (gnus-string-equal): Maybe use compare-strings.
504         (gnus-merge): New.
505
506         * gnus-sum.el (gnus-summary-prepare-threads): Don't use copy-list.
507         (gnus-summary-insert-articles): Use gnus-merge.
508
509         * gnus-fun.el: Require cl and mm-util when compiling.
510
511         * gnus-diary.el (gnus-diary-delay-format-french)
512         (gnus-diary-delay-format-english): Don't use setf with nthcdr.
513
514         * nndiary.el (nndiary-compute-reminders): Don't use setf with
515         nthcdr.
516
517 2003-04-16  Kevin Greiner <kgreiner@xpediantsolutions.com>
518
519         * gnus-agent.el (gnus-agent-make-cat): Added optional parameter to
520         specify a predicate other than false.
521         (gnus-category-read): Use the new feature to create a 'default'
522         category with a 'short' predicate.
523
524 2003-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
525
526         * message.el (message-unique-id): Comment change.
527
528         * gnus-art.el (gnus-article-next-page-1): New function.
529         (gnus-article-next-page): Use it.
530
531 2003-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
532
533         * spam.el (spam-split): added save-restriction to save-excursion
534
535 2003-04-15  Reiner Steib  <Reiner.Steib@gmx.de>
536         From Julien Avarre <julien@avarre.com>
537
538         * gnus-fun.el: Fixed autoload cookie.
539
540 2003-04-15  Paul Jarc  <prj@po.cwru.edu>
541         From Remi Letot  <remi.letot@easynet.be>
542
543         * nnmaildir.el (nnmaildir-request-scan): Use gnus-remove-if
544         instead of remove-if.
545
546 2003-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
547
548         * gnus-msg.el (gnus-summary-news-other-window): Use delq and
549         copy-sequence instead of remove which is a cl run-time function in
550         Emacs 20.
551
552 2003-04-14  Jesper Harder  <harder@ifa.au.dk>
553
554         * gnus-msg.el (gnus-summary-news-other-window): Make a buffer
555         local copy of gnus-discouraged-post-methods with the current
556         method removed.
557
558 2003-04-14  Simon Josefsson  <jas@extundo.com>
559
560         * mailcap.el (mailcap-mime-data): Add application/pgp-keys.
561
562 2003-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
563
564         * mm-util.el (mm-sort-coding-systems-predicate): Convert elements
565         of `mm-coding-system-priorities' to base coding system.
566
567         * gnus-sum.el: Added coding cookie ("middle dot" in
568         gnus-summary-morse-message).
569
570 2003-04-13  Simon Josefsson  <jas@extundo.com>
571
572         * gnus-art.el (article-fill-long-lines)
573         (article-verify-x-pgp-sig, article-decode-group-name)
574         (gnus-mime-button-menu): Split >80 character lines.
575
576 2003-04-13  Jesper Harder  <harder@ifa.au.dk>
577
578         * gnus-sum.el (gnus-summary-local-variables): Use defvar since
579         we're let-binding it.
580
581         * nnmbox.el (nnmbox-mbox-buffer): It's not a constant.
582
583 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
584
585         * message.el (message-hide-headers): Don't do intangible.
586
587         * gnus.el (gnus-group-prefixed-name): Comment out the test for
588         colon. 
589
590         * gnus-srvr.el (gnus-browse-read-group): Don't give the real name
591         to the ephemeral entry, but the prefixed name.
592
593         * gnus.el (gnus-group-prefixed-name): Clean up.
594
595 2003-04-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
596
597         * gnus-agent.el (gnus-agent-group-pathname): Bind
598         gnus-command-method so that gnus-agent-directory will always
599         return a valid directory.
600         * gnus-cache.el (gnus-cache-enter-article): Remove article from
601         gnus-newsgroup-undownloaded so that the summary will display the
602         article as downloaded.
603         (gnus-cache-remove-article): If the article isn't in the agent,
604         remove it from gnus-newsgroup-undownloaded so that the summary
605         will display the article as undownloaded.
606
607 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
608
609         * gnus.el (gnus-version-number): Bump.
610
611 2003-04-13 01:12:01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
612
613         * gnus.el: Oort Gnus v0.18 is released.
614
615 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
616
617         * gnus-draft.el (gnus-draft-send): Add message-hidden-headers. 
618
619 2003-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
620
621         * gnus-art.el (gnus-article-next-page): Use
622         gnus-article-over-scroll.
623         (gnus-article-over-scroll): New variable.
624
625         * message.el (message-newline-and-reformat): Place a boundary
626         before filling.
627         (message-make-forward-subject-function): Changed default to
628         message-forward-subject-name-subject. 
629         (message-forward-subject-name-subject): New function.
630
631         * nnimap.el (nnimap-split-fancy): Ditto.
632
633         * gnus-sum.el (gnus-summary-line-message-size): Ditto.
634
635         * gnus-cus.el (gnus-group-parameters): Removed "which see".
636
637         * mml.el (mml-minibuffer-read-file): Bind
638         completion-ignored-extensions to nil.
639
640         * message.el (message-fix-before-sending): Comment fix.
641         (message-fix-before-sending): Make hidden headers visible.
642         (message-hide-headers): Bind after-change-functions to nil.
643         (message-forbidden-properties): Put invisible and intangible
644         back. 
645         (message-strip-forbidden-properties): Ignore message-hidden text.
646
647         * gnus-msg.el: Hide headers.
648
649         * message.el (message-hidden-headers): New variable.
650         (message-hide-headers): New function.
651         (message-hide-header-p): New function.
652         (message-hide-header-p): Change logic.
653         (message-forbidden-properties): Remove intangible nil invisible
654         nil. 
655         (message-hide-headers): Narrow to headers.
656
657         * lpath.el (featurep): Bind Info-directory, Info-menu.
658
659 2003-04-12  Jesper Harder  <harder@ifa.au.dk>
660
661         * mm-bodies.el (mm-body-charset-encoding-alist): UTF-16 *must* be
662         encoded.
663         (mm-encode-body): Don't corrupt UTF-16.
664         (mm-body-encoding): Pay attention to mm-body-charset-encoding-alist.
665
666 2003-04-10  Kevin Greiner <kgreiner@xpediantsolutions.com>
667
668         * gnus-agent.el (gnus-agent-get-undownloaded-list): Articles in
669         the CACHE are now detected and handled the same as an article
670         downloaded into the agent.
671         (gnus-agent-group-path): Modified to match nnmail-group-pathname
672         so that the agent front-end and back-end (nnagent) always use the
673         same directory.
674         (gnus-agent-group-pathname): New function. Wrapper for
675         nnmail-group-pathname.
676         (gnus-agent-expire-unagentized-dirs): New variable.  May be
677         customized to disable gnus-agent-expire-unagentized-dirs.
678         (gnus-agent-expire-unagentized-dirs): Expand gnus-agent-directory
679         as the directories in gnus-agent-expire-current-dirs were
680         expanded.
681
682 2003-04-10  Jesper Harder  <harder@ifa.au.dk>
683
684         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Encrypt
685         body" entry in read only groups.
686
687 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
688
689         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Import file"
690         and "Create article" items in non-editable groups.
691
692 2003-04-09  Kevin Greiner <kgreiner@xpediantsolutions.com>
693
694         * gnus-agent.el (gnus-agent-write-active): Added option of
695         replacing, rather than updating, the agent's active file.  Do NOT
696         use the fully qualified group name as gnus-active-to-gnus-format
697         blindly prefixes group names with server names.
698         (gnus-agent-save-group-info): Merge BOTH min/max of current active
699         range, was just merging min, with specified active range.
700         (gnus-agent-expire): Save agent's active ranges after
701         expiring all groups.
702         (gnus-agent-expire-group-1): Update min of agent's active range to
703         min article currently fetched.
704         (gnus-agent-expire-unagentized-dirs): Avoid asking to delete the
705         same ancestor multiple times.
706
707         * gnus-async.el (gnus-asynchronous): Moved defcustom of
708         gnus-asynchronous away from defgroup of gnus-asynchronous.  This
709         seems to fix an intermittant error in which loading gnus-async
710         fails to define gnus-asynchronous (the variable).
711
712         * gnus-sum.el: Concur with Steve Young, 5th argument to 'load' is
713         non-essential.  Removed on all platforms.
714         (gnus-select-newsgroup): When the agent is active, expand the
715         group's active range to include fetched articles that are no
716         longer in the server's active range.
717
718         * gnus-util.el (gnus-with-output-to-file): Removed all of the
719         print-* bindings as they should be handled by the function doing
720         the printing.
721
722 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
723
724         * mm-uu.el (mm-uu-copy-to-buffer): buffer-file-coding-system
725         might be unbound in non-MULE XEmacsen.
726
727 2003-04-08  Jesper Harder  <harder@ifa.au.dk>
728
729         * mm-uu.el (mm-uu-diff-groups-regexp, mm-uu-type-alist)
730         (mm-uu-diff-extract, mm-uu-diff-test): New functionality:
731         recognize diffs.
732
733         * mm-bodies.el (mm-decode-body): Use the supplied charset
734         unconditionally if `code-pages' hasn't been loaded.
735
736 2003-04-07  Jesper Harder  <harder@ifa.au.dk>
737
738         * gnus-art.el (article-verify-x-pgp-sig): Don't use
739         `insert-buffer', the docstring says "This function is meant for
740         the user to run interactively.  Don't call it from programs!"
741
742         * mm-extern.el (mm-extern-mail-server): do.
743
744         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-sign)
745         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
746         (mml1991-pgg-encrypt): do.
747
748         * pgg.el (pgg-decrypt-region): do.
749
750         * mm-view.el (mm-view-pkcs7-decrypt): do.
751
752         * mml-smime.el (mml-smime-verify): do.
753
754         * mml.el (mml-insert-mime, mml-preview): do.
755
756         * mml2015.el (mml2015-gpg-decrypt-1, mml2015-gpg-sign)
757         (mml2015-gpg-encrypt, mml2015-pgg-clear-decrypt)
758         (mml2015-pgg-encrypt): do.
759
760 2003-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
761
762         * mm-bodies.el (mm-decode-body): Silence XEmacs when compiling.
763
764 2003-04-06  Jesper Harder  <harder@ifa.au.dk>
765
766         * mm-uu.el (mm-uu-copy-to-buffer): Copy
767         `buffer-file-coding-system' to the new buffer.
768         (mm-uu-pgp-signed-extract-1): Don't copy
769         `buffer-file-coding-system' here.
770
771         * mm-bodies.el (mm-decode-body): last-coding-system-used doesn't
772         exist in XEmacs.
773         (mm-decode-body): Add missing quote.
774
775         * mm-uu.el (mm-uu-pgp-signed-extract-1): Set
776         buffer-file-coding-system.
777
778         * mm-bodies.el (mm-decode-body): Set buffer-file-coding-system to
779         last-coding-system-used.
780
781         * mml2015.el (mml2015-pgg-clear-verify): Encode the text
782         according to buffer-file-coding-system.
783
784         * pgg-gpg.el (pgg-gpg-process-region): Revert previous change.
785
786         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
787         (pgg-pgp-snarf-keys-region): do.
788
789         * pgg-pgp5.el (pgg-pgp5-verify-region)
790         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): do.
791
792         * pgg.el (pgg-make-temp-file, pgg-temporary-file-directory): do.
793         
794 2003-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
795
796         * spam.el (spam-split): (save-excursion) around (widen)
797         (spam-ham-move-routine): Use spam-group-ham-mark-p, not
798         spam-group-spam-mark-p (from Michael Shields <shields@msrl.com>)
799
800 2003-04-05  Steve Youngs  <youngs@xemacs.org>
801
802         * gnus-sum.el: XEmacs doesn't support the 5th arg to 'load', so
803         don't use it when loading gnus-sum.el if we're in XEmacs.
804
805 2003-04-05  Kevin Greiner <kgreiner@xpediantsolutions.com>
806
807         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
808         print-escape-nonascii to fix more characters in compiled format
809         specs.
810
811 2003-04-05  Jesper Harder  <harder@ifa.au.dk>
812
813         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player):
814         Fix customization type.
815
816 2003-04-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
817
818         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
819         print-quoted, print-readably, print-escape-multibyte, and
820         print-level to match original behavior of gnus-prin1.  This should
821         repair the format of .newsrc.eld when using compiled format specs.
822
823 2003-04-04  Jesper Harder  <harder@ifa.au.dk>
824
825         * gnus-group.el (tool-bar-map): defvar it.
826
827         * gnus-art.el (tool-bar-map): do.
828
829         * gnus-sum.el (tool-bar-map): do.
830
831 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
832
833         * earcon.el (earcon-regexp-alist): catmeow is a wav file.
834
835 2003-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
836
837         * gnus-art.el (gnus-button-ctan-directory-regexp): Changed meaning
838         and value.
839         (gnus-button-alist): Use it.
840
841 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
842
843         * pgg-gpg.el (pgg-gpg-process-region): do.
844
845         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
846         (pgg-pgp-snarf-keys-region): do.
847
848         * pgg-pgp5.el (pgg-pgp5-verify-region)
849         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): Use it.
850
851         * pgg.el (pgg-make-temp-file): New function. `make-temp-name' is
852         unsafe.
853         (pgg-temporary-file-directory): Remove.
854
855 2003-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
856
857         * lpath.el: Fbind Info-directory and Info-menu.
858
859 2003-04-02  Reiner Steib  <Reiner.Steib@gmx.de>
860
861         * gnus-util.el (gnus-message): Added doc-string.
862
863         * gnus-score.el (gnus-score-find-trace): Changed behavior of `q'.
864         (gnus-score-edit-file-at-point): Goto first match when using `e'.
865
866 2003-04-01  Reiner Steib  <Reiner.Steib@gmx.de>
867
868         * gnus-art.el (gnus-button-ctan-directory-regexp): New variable.
869         (gnus-button-alist): Use it.  Changed CTAN and "setq" entries.
870
871 2003-04-01  Katsumi Yamaoka  <yamaoka@jpl.org>
872
873         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
874         (nntp-open-via-rlogin-and-telnet): Disable the telnet linemode.
875
876 2003-03-31  Kevin Greiner <kgreiner@xpediantsolutions.com>
877
878         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
879         print-escape-newlines to print escape sequences rather than
880         literal newline characters.
881
882 2003-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
883
884         * gnus-art.el (gnus-button-valid-fqdn-regexp): Use
885         `message-valid-fqdn-regexp' for initialization.
886         (gnus-button-handle-info-url): Renamed and extended version of
887         `gnus-button-handle-info'.
888         (gnus-button-message-level): Renamed from `gnus-button-mail-level'
889         (gnus-button-handle-symbol, gnus-button-handle-library)
890         (gnus-button-handle-info-keystrokes): New functions.
891         (gnus-button-browse-level): New variable.
892         (gnus-button-alist): Use them.  Added levels.
893         (gnus-header-button-alist): Added levels.
894
895 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
896
897         * gnus.el (gnus-version-number): Bump.
898
899 2003-03-31 20:08:19 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
900
901         * gnus.el: Oort Gnus v0.17 is released.
902
903 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
904
905         * gnus-start.el (gnus-unload): Removed.
906
907         * pop3.el (pop3-read-response): Use
908         nnheader-accept-process-output.
909         (pop3-retr): Ditto.
910
911         * mm-view.el (mm-text-html-renderer-alist): Add -nolist to Lynx. 
912         (mm-text-html-washer-alist): Ditto.
913
914 2003-03-31  Simon Josefsson  <jas@extundo.com>
915
916         * imap.el (imap-gssapi-program): Also try GNU SASL.
917         (imap-gssapi-open): Accept GNU SASL greeting.
918         (imap-read-timeout): New.
919         (imap-wait-for-tag): Use it.
920
921 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
922
923         * nntp.el (nntp-accept-process-output): Use new function.
924
925         * nnheader.el (nnheader-read-timeout): New variable.
926         (nnheader-accept-process-output): New function.
927
928         * nntp.el (nntp-read-timeout): Removed.
929
930         * gnus-sum.el (gnus-summary-prepare-threads): Add comment.
931
932 2003-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
933
934         * gnus-cache.el (gnus-cache-braid-nov): Revoke last change.
935
936 2003-03-30  Simon Josefsson  <jas@extundo.com>
937
938         * message.el (message-idna-inside-rhs-p): Narrow to header before
939         searching.
940
941         * gnus-art.el (article-decode-idna-rhs): More restrictive regexp.
942
943 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
944
945         * nnmail.el (nnmail-process-mmdf-mail-format): Indent.
946
947 2003-03-28  Vasily Korytov  <deskpot@myrealbox.com>
948
949         * message.el (message-make-in-reply-to): Use
950         mail-extract-address-components to determine sender's
951         name/address.
952
953 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
954
955         * nndoc.el (nndoc-type-alist): Move mime-parts further ahead. 
956
957         * gnus-registry.el (gnus-registry-translate-to-alist): Make a
958         valid lambda.
959         (gnus-registry-translate-from-alist): Ditto.
960
961         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
962         print-length to nil.
963
964         * gnus-sum.el (gnus-summary-highlight-line-0): Indent.
965
966         * gnus-fun.el (gnus-fun-ppm-change-string): New function.
967         (gnus-grab-cam-face): Use it.
968
969 2003-03-28  Paul Jarc  <prj@po.cwru.edu>
970
971         * nnmaildir.el (nnmaildir-request-set-mark)
972         (nnmaildir-close-group): Allow each mark directory in a group to
973         have its own inode for mark files, to accommodate AFS.
974
975 2003-03-28  Teodor Zlatanov  <tzz@lifelogs.com>
976
977         * gnus-start.el (gnus-read-newsrc-el-hook): new hook called by
978         gnus-read-newsrc-el-file
979         (gnus-read-newsrc-el-file): call the gnus-read-newsrc-el-hook
980
981         * gnus-registry.el (gnus-registry-translate-to-alist)
982         (gnus-registry-translate-from-alist, alist-to-hashtable)
983         (hashtable-to-alist): new functions
984         (gnus-register-spool-action): add a spool item to the registry
985
986         * gnus.el (gnus-variable-list): added gnus-registry-alist to the
987         list of saved variables
988         (gnus-registry-alist): new variable
989
990 2003-03-27  Simon Josefsson  <jas@extundo.com>
991
992         * gnus-art.el (article-decode-group-name): Be correct instead of
993         smart.
994
995 2003-03-27  Katsumi Yamaoka <yamaoka@jpl.org>
996
997         * lpath.el: Bind url-current-object for Emacs; bind
998         gnus-agent-expire-current-dirs for XEmacs; fbind open-ssl-stream
999         for both Emacsen.
1000
1001 2003-03-27  Jesper Harder  <harder@ifa.au.dk>
1002
1003         * gnus-sum.el (gnus-article-loose-mime)
1004         (gnus-article-emulate-mime): Move to gnus-article-mime customize
1005         group.
1006
1007         * gnus-msg.el (gnus-mailing-list-groups): Fix customize type and
1008         doc string.
1009
1010 2003-03-26  Kevin Ryde <user42@zip.com.au>
1011
1012         * gnus-sum.el (gnus-summary-find-for-reselect): Renamed from
1013         gnus-summary-find-uncancelled, skip temporary articles inserted by
1014         "refer" functions.
1015
1016 2003-03-26  Vasily Korytov  <deskpot@myrealbox.com>
1017
1018         * smiley.el (smiley-buffer): New function.
1019
1020 2003-03-26  Kevin Greiner <kgreiner@xpediantsolutions.com>
1021
1022         * gnus-agent.el (gnus-agent-fetch-selected-article): Replaced
1023         gnus-summary-update-line (which updated the article's face) with
1024         gnus-summary-update-download-mark (which updates the article's
1025         face by calling gnus-summary-update-line AND updates the download
1026         mark to show that the article was fetched).
1027
1028 2003-03-23  Kevin Greiner <kgreiner@xpediantsolutions.com>
1029
1030         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Provides
1031         option of deleting agent directories for groups/servers that are
1032         not currently agentized.
1033         (gnus-agent-expire): Use gnus-agent-expire-unagentized-dirs.
1034
1035         * gnus-int.el (gnus-open-server): Report backend errors in
1036         condition handler.
1037
1038 2003-03-23  Simon Josefsson  <jas@extundo.com>
1039
1040         * message.el (message-idna-to-ascii-rhs-1): Don't continue outside
1041         header.
1042
1043         * rfc2047.el (rfc2047-header-encoding-alist): Make Followup-To
1044         same as Newsgroups.
1045
1046         * nntp.el (nntp-open-connection-function): Mention
1047         nntp-open-tls-stream.
1048         (nntp-open-tls-stream): New function.
1049
1050         * tls.el: New file.
1051
1052         * nnimap.el (nnimap-server-port, nnimap-stream): Say TLS/SSL
1053         instead of SSL.
1054         (nnimap-stream): Add other streams, link to imap variables.
1055         (nnimap-authenticator): Add other authenticator, link to imap
1056         variables.
1057
1058         * imap.el: Autoload open-tls-stream.
1059         (imap-streams): Add tls in front of ssl.
1060         (imap-stream-alist): Add tls.
1061         (imap-default-tls-port): New variable.
1062         (imap-tls-p, imap-tls-open): New functions.
1063
1064 2003-03-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1065
1066         * mm-url.el (mm-url-insert-file-contents): parse url only if
1067         results is a list.
1068
1069 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1070
1071         * mail-source.el (mail-source-fetch-imap): Revert.
1072
1073 2003-03-22  Svend Tollak Munkejord  <stm@bacchus.pvv.org>
1074
1075         * deuglify.el (gnus-outlook-repair-attribution-outlook): Use a
1076         less strict regexp.
1077
1078 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1079
1080         * mail-source.el (mail-source-fetch-imap): Use buffer name for
1081         more imap function.
1082
1083 2003-03-21  Simon Josefsson  <jas@extundo.com>
1084
1085         * gnus-art.el (article-decode-group-name): Replace Newsgroups and
1086         Followup-To data inline.
1087
1088 2003-03-21  Jesper Harder  <harder@ifa.au.dk>
1089
1090         * gnus-art.el (gnus-treat-display-xface): Don't enable if
1091         icontopbm isn't available.
1092
1093 2003-03-21  Kevin Greiner <kgreiner@xpediantsolutions.com>
1094
1095         * gnus-int.el (gnus-open-server): Catch errors in backend's
1096         open-server method.  Returns nil rather than crashing startup.
1097
1098         * gnus-sum.el (eval-when-compile): Modified to resolve
1099         compile-time warnings.
1100
1101         * gnus-uu.el (gnus-uu-mark-series): Added informative msg.
1102         Reports length of series so that the user can compare N with a
1103         subject that should, if the entire series is present, contain
1104         '(.../N)'.
1105         (gnus-uu-delete-work-dir): Avoid hanging when O/S forbids deletion
1106         of temp file (Win-XP may leave the temp file locked when the
1107         uudecode process fails).
1108
1109 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
1110
1111         * message.el (message-split-line): Ignore error.
1112
1113         * lpath.el (split-line): Avoid split-line warning message.
1114
1115 2003-03-20  Kim F. Storm  <storm@cua.dk>
1116
1117         * message.el (message-split-line): New function.
1118         (message-mode-map): Remap split-line to message-split-line.
1119
1120 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
1121
1122         * message.el (message-make-overlay): Defalias it to make-overlay.
1123         (message-delete-overlay): Defalias it to delete-overlay.
1124         (message-overlay-put): Defalias it to overlay-put.
1125         (message-idna-to-ascii-rhs-1): Use them.
1126
1127         * messagexmas.el (message-xmas-redefine): Defalias some overlay
1128         functions to extent functions.
1129
1130 2003-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1131
1132         * message.el (message-check-news-header-syntax): Fixed regexp.
1133
1134 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
1135
1136         * rfc2231.el (rfc2231-decode-encoded-string): Downcase charset.
1137
1138         * mm-url.el (mm-url-insert): Move url-current-object stuff into
1139         mm-url-insert-file-contents.
1140
1141         * nnrss.el (nnrss-fetch): Fetch the local stuff.
1142         (nnrss-check-group): Use it.
1143
1144 2003-03-20 Mark A. Hershberger  <mah@everybody.org>
1145
1146         * nnrss.el: Primitive XML Name-space support.  This means that RSS
1147         feeds like Kevin Burton's[1] can now be read in Gnus.
1148
1149         Implemented support for Mark Pilgrim's RSS Autodiscovery.[2] This
1150         means that if you want to read the RSS feed for example.com, all
1151         you have to do is hit "G R http://www.example.com/ RET" and
1152         nnrss.el will find and the feed listed on the site or (if you have
1153         loaded xml-rpc.el) look it up on syndic8.com.
1154
1155         Marked the message as HTML (by adding a Content-Type header) so
1156         that Gnus will render it as html if the user wants that.
1157
1158         Implemented the ability to save nnrss-group-alist so that any new
1159         feeds the you subscribe to will be found the next time you start
1160         up.
1161
1162         Implemented support for RSS 2.0 elements (author, pubDate).
1163
1164         Prefer for <content:encoded> over <description> where both
1165         elements exist.
1166
1167         * mm-url.el (mm-url-insert): Set url-current-object.
1168
1169         * gnus-group.el (gnus-group-make-rss-group): New function.
1170
1171 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
1172
1173         * message.el (message-idna-to-ascii-rhs-1): Don't use replace-*
1174         for highlight overlays.
1175
1176 2003-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1177
1178         * gnus-cache.el (gnus-cache-braid-nov): Test if a line looks like
1179         a NOV.
1180
1181 2003-03-20  Simon Josefsson  <jas@extundo.com>
1182
1183         * message.el (message-use-idna): Disable if UTF-8 unavailable.
1184         (message-idna-to-ascii-rhs): Use it.
1185
1186         * gnus-art.el (gnus-use-idna): Disable if UTF-8 unavailable.
1187
1188 2003-03-19  Teodor Zlatanov  <tzz@lifelogs.com>
1189
1190         * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
1191         (spam-group-ham-marks, spam-group-spam-marks): new functions
1192         (spam-spam-marks, spam-ham-marks): removed in favor of the
1193         spam-marks and ham-marks parameters
1194         (spam-generic-register-routine, spam-ham-move-routine): use the
1195         new spam-group-{spam,ham}-mark-p functions
1196
1197         * gnus.el (spam-marks, ham-marks): new group parameters with
1198         default values same as the old spam-spam-marks and spam-ham-marks
1199
1200 2003-03-19  Simon Josefsson  <jas@extundo.com>
1201
1202         * gnus-art.el (gnus-article-decode-hook): Add IDNA.
1203         (gnus-use-idna): New variable.
1204         (article-decode-idna-rhs): New function.
1205
1206         * message.el (message-use-idna): New variable.
1207         (message-mode-field-menu): Add entry for IDNA.
1208         (message-idna-inside-rhs-p, message-idna-to-ascii-rhs-1)
1209         (message-idna-to-ascii-rhs): New function.
1210         (message-generate-headers): Invoke IDNA code.
1211
1212 2003-03-19  Paul Jarc  <prj@po.cwru.edu>
1213
1214         * nnmaildir.el (nnmaildir--system-name): New function.
1215         (nnmaildir-request-accept-article): Use it.
1216
1217 2003-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1218
1219         * gnus-util.el (gnus-byte-compile): Make it work silently as the
1220         gnus-compile function does.
1221
1222         * gnus-sum.el (gnus-summary-highlight-line-0): Revoke the last
1223         bogus change.
1224
1225 2003-03-19  Jesper Harder  <harder@ifa.au.dk>
1226
1227         * mm-util.el (mm-mule-charset-to-mime-charset): Test if
1228         sort-coding-systems is defined.
1229
1230 2003-03-18  Paul Jarc  <prj@po.cwru.edu>
1231
1232         * nnmaildir.el (nnmaildir-open-server, nnmaildir-request-scan)
1233         (nnmaildir-request-create-group, nnmaildir-request-delete-group):
1234         Replace create-directory with target-prefix.
1235
1236 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
1237
1238         * mm-bodies.el (mm-decode-coding-region-safely): Don't use
1239         find-charset-string which is slooow in XEmacs.
1240
1241 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1242
1243         * gnus-sum.el (gnus-summary-highlight-line-0): Silence the byte-
1244         compiler under XEmacs.
1245
1246 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
1247
1248         * gnus-art.el (gnus-treat-highlight-signature): Make the default
1249         work for multipart/signed where the message text isn't `last'.
1250
1251 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1252
1253         * mm-view.el (mm-setup-w3m): Set w3m-display-inline-images to
1254         the value of mm-inline-text-html-with-images.
1255         (mm-inline-text-html-render-with-w3m): Don't bind
1256         w3m-display-inline-images.
1257
1258         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't bind
1259         w3m-display-inline-images.
1260
1261         * lpath.el: Bind w3m-display-inline-images; bind mm-w3m-mode-map
1262         regardless of an Emacs flavor.
1263
1264 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1265
1266         * gnus.el (gnus-version-number): Bump.
1267
1268 2003-03-18 00:38:22 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1269
1270         * gnus.el: Oort Gnus v0.16 is released.
1271
1272 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1273
1274         * lpath.el (featurep): Bind mm-w3m-mode-map.
1275
1276 2003-03-17  Paul Jarc  <prj@po.cwru.edu>
1277
1278         * nnmail.el (nnmail-cache-primary-mail-backend): Not all
1279         'respool-able backends define a global nnchoke-get-new-mail
1280         variable.
1281
1282 2003-03-17  Reiner Steib  <Reiner.Steib@gmx.de>
1283
1284         * gnus-art.el (gnus-mime-delete-part): New function.
1285         (gnus-mime-action-alist, gnus-mime-button-commands): Use it.
1286
1287 2003-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1288
1289         * message.el (message-check-news-header-syntax): Don't push
1290         groups twice onto list of unknown groups.
1291
1292         * nndoc.el (nndoc-type-alist): Move exim-bounce a bit further
1293         back.
1294
1295         * nnheader.el (nnheader-find-etc-directory): Doc fix.
1296
1297         * gnus-msg.el (gnus-inews-add-send-actions): Don't restore window
1298         config unless the summary buffer exists.
1299
1300         * gnus-sum.el (gnus-summary-next-group): Semi-exit group first to
1301         that target group is computed correctly when articles are marked
1302         as read by Xref handling.
1303
1304         * mail-source.el (mail-source-fetch-imap): Pass buffer-name to
1305         imap-open.
1306
1307         * message.el (message-send-mail): Add courtesy string to Bcc's,
1308         too.
1309
1310         * gnus-cite.el (gnus-cited-line-p): New function.
1311
1312 2003-03-15  Jesper Harder  <harder@ifa.au.dk>
1313
1314         * mm-bodies.el (mm-decode-body): Add new optional parameter,
1315         force, to use the supplied charset unconditionally.
1316
1317         * gnus-art.el (article-decode-charset): Use it.
1318
1319 2003-03-14  Jesper Harder  <harder@ifa.au.dk>
1320
1321         * mm-bodies.el (mm-decode-coding-region-safely): New function.
1322         (mm-decode-body): Use it.
1323
1324         * rfc2047.el (rfc2047-decode-region): do.
1325         (rfc2047-decode-string): Guess coding system if the default is
1326         invalid.
1327
1328 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
1329
1330         * nnmaildir.el (nnmaildir-request-update-info): Pretend missing
1331         articles are marked 'read, so we get correct article counts.
1332
1333 2003-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1334
1335         * gnus-art.el (gnus-insert-mime-button): Exclude a newline from
1336         the button.
1337         (gnus-insert-prev-page-button): Ditto.
1338         (gnus-insert-next-page-button): Ditto.
1339         (gnus-insert-mime-security-button): Ditto.
1340
1341         * mm-view.el (mm-inline-image-emacs): Open the bottom of an image
1342         one line.  Suggested by Greg Klanderman <gak@klanderman.net>.
1343         (mm-inline-image-xemacs): Ditto.
1344
1345 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
1346
1347         * nnmaildir.el (nnmaildir--parse-filename, nnmaildir--sort-files,
1348         nnmaildir--scan, nnmaildir-request-accept-article): Changes for
1349         the recent filename uniqueness discussion.
1350
1351 2003-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1352
1353         * mm-view.el (mm-inline-image-emacs): Make it delete an excessive
1354         newline next time.
1355         (mm-inline-image-xemacs): Ditto.
1356
1357 2003-03-10  Jesper Harder  <harder@ifa.au.dk>
1358
1359         * gnus-agent.el (gnus-agent-synchronize-flags-server): Don't use
1360         kill-line.
1361
1362 2003-03-09  Jesper Harder  <harder@ifa.au.dk>
1363
1364         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't use
1365         kill-line.
1366
1367 2003-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1368
1369         * gnus-agent.el (gnus-agent-fetched-hook): New variable.  Just
1370         fixing the code to match the documentation.
1371         (gnus-agent-fetch-selected-article): Replaced
1372         gnus-summary-update-article-line with gnus-summary-update-line as
1373         the former did not correctly recalculate the thread indentation.
1374         (gnus-agent-find-parameter): The agent-predicate, if not found
1375         anywhere else, defaults to the value of gnus-agent-predicate.
1376         (gnus-agent-fetch-session): Fixed typo; now executes
1377         gnus-agent-fetched-hook rather than the undocumented
1378         gnus-agent-fetch-hook.
1379         (gnus-agent-fetch-group-1): Removed part of 2003-03-06 fix.  The
1380         default agent predicate is now provided by
1381         gnus-agent-find-parameter.
1382         (gnus-agent-message): New macro.  This macro avoids potentially
1383         costly parameter evaluation when the message's level is too high
1384         to display.
1385         (gnus-agent-expire-group-1): Disabled undo tracking in temp
1386         overview buffer. Uses new gnus-agent-message macro to reduce
1387         overhead of optional messages. Reversed message levels to
1388         emphasize percent completion messages.  Detailed messages of
1389         little use except when debugging code.
1390
1391 2003-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1392
1393         * spam.el (spam-ham-move-routine): use
1394         spam-mark-ham-unread-before-move-from-spam-group
1395         (spam-mark-ham-unread-before-move-from-spam-group): new variable
1396
1397 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
1398
1399         * spam.el: load nnimap.el when compiling
1400         (spam-setup-widening): use
1401         nnimap-split-download-body-default instead of
1402         nnimap-split-download-body which is a user-customizable variable
1403
1404 2003-03-07  Simon Josefsson  <jas@extundo.com>
1405
1406         * nnimap.el (nnimap-split-download-body-default): New, holds
1407         default for n-s-d-b.
1408         (nnimap-split-download-body): Add new setting (symbol default),
1409         which uses contents of n-s-d-b-d, and made it the default.
1410
1411 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
1412
1413         * spam.el (spam-use-hashcash): new variable
1414         (spam-list-of-checks): added spam-use-hashcash with associated
1415         spam-check-hashcash
1416         (spam-check-hashcash): new function, installed iff hashcash.el is
1417         loaded
1418         (spam-setup-widening): don't use (return)
1419
1420 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1421
1422         * gnus-agent.el (gnus-agent-fetch-group-1): Added default
1423         predicate of `false' to avoid an error when a group defines no
1424         predicate. Fixed typo that disabled agent scoring (i.e. the
1425         low/high predicates should now work).
1426
1427 2003-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
1428
1429         * spam.el: add spam-maybe-spam-stat-load to
1430         gnus-get-top-new-news-hook, remove it from gnus-get-new-news-hook
1431         (spam-bogofilter-register-with-bogofilter): use
1432         spam-bogofilter-spam-switch and spam-bogofilter-ham-switch
1433         (spam-bogofilter-spam-switch, spam-bogofilter-ham-switch): new
1434         custom variables to replace "-s" and "-n"
1435
1436         * gnus-group.el (gnus-group-get-new-news): call the new
1437         gnus-get-top-new-news-hook hook
1438
1439         * gnus-start.el (gnus-get-top-new-news-hook): new hook, run ONLY
1440         by gnus-get-new-news, NOT by gnus-group-get-new-news-this-group
1441
1442 2003-03-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1443
1444         * mm-uu.el (mm-uu-pgp-encrypted-test): Fix message.
1445
1446 2003-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1447
1448         * gnus-cus.el (gnus-group-customize): Don't use delete-if which is
1449         a cl run-time function.
1450
1451 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1452
1453         * gnus-agent.el (gnus-agent-fetch-group-1): Added missing binding
1454         on gnus-agent-short-article.
1455         (gnus-category-read): Replaced CL function mapcar* with new macro:
1456         gnus-mapcar.
1457         * gnus-util.el (gnus-mapcar): New macro.  Generalizes mapcar to
1458         support functions that accept multiple parameters.  A separate
1459         sequence must be provided for each parameter in the function.
1460         Iteration stops when the end of the shortest list is reached.
1461
1462 2003-03-06  Jesper Harder  <harder@ifa.au.dk>
1463
1464         * nnimap.el (nnimap-request-accept-article): Use delete-region.
1465
1466         * html2text.el (html2text-clean-dtdd, html2text-delete-tags)
1467         (html2text-delete-single-tag, html2text-clean-anchor)
1468         (html2text-remove-tags): Use delete-region.
1469         (html2text-fix-paragraphs): Simplify.
1470
1471         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt)
1472         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
1473         (mml1991-pgg-encrypt, mml1991-pgg-encrypt): Use delete-region, not
1474         kill-region.
1475
1476 2003-03-04  John Paul Wallington  <jpw@gnu.org>
1477
1478         * gnus-agent.el (gnus-agent-enable-expiration)
1479         (gnus-agent-article-alist, gnus-agent-article-alist)
1480         (gnus-agent-cat-defaccessor): Doc fixes.
1481
1482 2003-03-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1483
1484         * gnus-agent.el (gnus-function-implies-unread-1): Grok
1485         byte-compiled functions.
1486
1487 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1488
1489         * gnus-sum.el (gnus-auto-goto-ignores): New variable. Provides
1490         customization between new maneuvering (which permits selecting
1491         undownloaded articles) and old maneuvering (which skipped over
1492         undownloaded articles) behaviors.
1493         (gnus-summary-find-next): Pass through the unread and subject
1494         parameters when calling gnus-summary-find-prev.
1495         (gnus-summary-find-next,gnus-summary-find-prev): Apply
1496         gnus-auto-goto-ignores to filter out unacceptable articles.
1497
1498 2003-03-04  Jesper Harder  <harder@ifa.au.dk>
1499
1500         * mail-source.el (mail-source-read-passwd): Remove. `read-passwd'
1501         exists in all supported Emacs versions, so we don't need this
1502         compatibility function.
1503         (mail-source-fetch-pop, mail-source-check-pop)
1504         (mail-source-fetch-webmail): Use read-passwd.
1505
1506         * nntp.el (nntp-send-authinfo, nntp-send-nosy-authinfo)
1507         (nntp-open-telnet, nntp-open-via-telnet-and-telnet): Use
1508         read-passwd.
1509
1510         * nnwarchive.el (nnwarchive-open-server): Use read-passwd.
1511
1512         * imap.el (imap-read-passwd): Remove.
1513         (imap-interactive-login): Use read-passwd.
1514
1515         * canlock.el (canlock-read-passwd): Remove.
1516         (canlock-insert-header, canlock-verify): Use read-passwd.
1517
1518         * sieve-manage.el (sieve-manage-read-passwd): Remove.
1519         (sieve-manage-interactive-login): Use read-passwd.
1520
1521         * pop3.el (pop3-read-passwd): Remove.
1522         (pop3-movemail, pop3-get-message-count, pop3-apop): Use
1523         read-passwd.
1524
1525         * pgg.el (pgg-read-passphrase): Simplify.
1526
1527 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1528
1529         * gnus-agent.el (gnus-agent-mode): Fixed the mode line reports
1530         'plugged' when actually 'unplugged' bug.
1531         (gnus-category-read): Ignore nil values when converting an
1532         old-format category so that the new-format category will default
1533         those attributes to the global variables.
1534
1535 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1536
1537         * mail-source.el (mail-source-delete-old-incoming-confirm): Fixed
1538         doc-string.
1539
1540 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
1541
1542         * nnrss.el (nnrss-decode-entities-unibyte-string): Use `buffer-string'.
1543         * nndoc.el (nndoc-dissect-mime-parts-sub): do.
1544         * nndb.el (nndb-request-accept-article, nndb-status-message): do.
1545         * mm-url.el (mm-url-decode-entities-string): do.
1546         * mml1991.el (mml1991-mailcrypt-sign, mml1991-gpg-sign): do.
1547         * mm-decode.el (mm-find-raw-part-by-type): do.
1548         * message.el (message-send-mail-partially)
1549         (message-send-mail-with-sendmail): do.
1550         * gnus-uu.el (gnus-uu-save-article, gnus-uu-reginize-string): do.
1551         * gnus-kill.el (gnus-pp-gnus-kill): do.
1552         * gnus-art.el (gnus-article-treat-unfold-headers)
1553         (gnus-article-encrypt-body): do.
1554
1555 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1556
1557         * mail-source.el (mail-source-delete-incoming): Allow integer value.
1558         (mail-source-delete-old-incoming-confirm): New variable.
1559         (mail-source-delete-old-incoming): Use it.  New function.
1560         (mail-source-callback): Call `mail-source-delete-old-incoming' if
1561         `mail-source-delete-incoming' is a nonnegative integer.
1562
1563 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1564
1565         * gnus-msg.el (gnus-extended-version): Fix for 'emacs-gnus-config.
1566         (gnus-user-agent): Fixed typo.
1567
1568 2003-03-03  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1569
1570         * gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
1571         (gnus-agent-expire-group-1): Removed invalid (interactive) specifier.
1572
1573 2003-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1574
1575         * gnus-agent.el (gnus-agent-fetch-articles): Fix nil message.
1576         (gnus-agent-fetch-session): Allow debugging to take place.
1577
1578 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
1579
1580         * gnus-sum.el (gnus-highlight-selected-summary)
1581         (gnus-article-get-xrefs, gnus-summary-show-thread): Use
1582         `gnus-point-at-bol' and `gnus-point-at-eol' instead of
1583         `(progn (beginning-of-line) (point))'.  It's shorter, faster,
1584         and makes it clear that we don't need the side effect.
1585         * gnus-util.el (gnus-delete-line): do.
1586         * gnus-xmas.el (gnus-group-add-icon): do.
1587         * nnmail.el (nnmail-article-group, nnmail-cache-fetch-group): do.
1588         * nntp.el (nntp-send-authinfo-from-file): do.
1589         * nnml.el (nnml-header-value): do.
1590         * nnheader.el (nnheader-insert-references): do.
1591         * gnus-cite.el (gnus-article-highlight-citation)
1592         (gnus-cite-parse): do.
1593         * gnus-score.el (gnus-score-followup): do.
1594         * gnus-draft.el (gnus-draft-send): do.
1595         * gnus-group.el (gnus-group-highlight-line): do.
1596         * gnus-cache.el (gnus-cache-braid-nov): do.
1597         * nnfolder.el (nnfolder-retrieve-headers)
1598         (nnfolder-request-article): do.
1599         * gnus-art.el (article-hide-boring-headers)
1600         (gnus-article-hide-header): do.
1601
1602         * nnheader.el (nnheader-find-nov-line): Use gnus-delete-line.
1603         * nnml.el (nnml-request-replace-article): do.
1604         * nnmbox.el (nnmbox-request-move-article, nnmbox-delete-mail): do.
1605         * nnfolder.el (nnfolder-request-move-article): do.
1606         * gnus-cache.el (gnus-cache-possibly-remove-article): do.
1607         * gnus-art.el (gnus-mm-display-part): do.
1608
1609         * gnus-art.el (gnus-article-goto-part): Use gnus-goto-char.
1610
1611 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1612
1613         * nntp.el (nntp-possibly-change-group): Avoid calling
1614         process-buffer on nil (Which happened when you lost your
1615         connection while fetching); instead signal a "Server Closed
1616         Connection" error.
1617
1618 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1619
1620         * gnus-agent.el (gnus-agent-enable-expiration): New
1621         variable. Either ENABLE or DISABLE.  Sets default behavior for
1622         selecting which groups are expired.
1623         (gnus-agent-cat-set-property, gnus-agent-cat-defaccessor,
1624         gnus-agent-set-cat-groups): Provides abstract interface for
1625         accessing agent category.  Category now implemented by an alist.
1626         (gnus-agent-add-group, gnus-agent-remove-group,
1627         gnus-category-insert-line, gnus-category-edit-predicate,
1628         gnus-category-edit-score, gnus-category-edit-groups,
1629         gnus-category-copy, gnus-category-add, gnus-group-category): Use
1630         new agent category abstraction.
1631         (gnus-agent-find-parameter): New function. Search for agent
1632         configuration parameter first in the group's parameters, then its
1633         topics (if any), and then the group's category.  If not found
1634         anywhere, use the original defined constants.
1635         (gnus-agent-fetch-headers, gnus-agent-fetch-group-1): Use new
1636         gnus-agent-find-parameter.
1637         (gnus-agent-fetch-headers, gnus-agent-uncached-articles): Clearing
1638         gnus-agent-cache now blocks retrieving headers and articles from
1639         the local cache.  Fetched content is still added to the cache
1640         before being returned.
1641         (gnus-agent-fetch-session): Use error-message-string to generate
1642         displayed error message.
1643         (gnus-agent-customize-category): New Command. 'e' in category
1644         buffer opens category customization buffer.
1645         (gnus-category-read): Reads either positional or alist format;
1646         returns alist format.
1647         (gnus-category-write): Writes category file compatible with
1648         current, and previous, versions of gnus-agent.
1649         (gnus-category-make-function, gnus-category-make-function-1):
1650         Corrected documentation; parameter is predicate NOT category.
1651         (gnus-predicate-implies-unread): Now works in more cases per the
1652         todo comment.
1653         (gnus-function-implies-unread-1): New function. Supports
1654         gnus-predicate-implies-unread.
1655         (gnus-agent-expire-group): Command now provides default of group
1656         under point.
1657         (gnus-agent-expire-group-1): Obeys new agent-enable-expiration and
1658         agent-days-until-old parameters. No longer supports
1659         gnus-agent-expire-days being set to an alist.
1660         (gnus-agent-request-article): Now performs its own checks of
1661         gnus-agent, gnus-agent-cache, and gnus-plugged rather than
1662         assuming that the caller will do them correctly.
1663         (): Added one-time hook to gnus-group-prepare-hook.  Detects when
1664         gnus-agent-expire-days is set to an alist.  Converts said alist
1665         into group parameter so that gnus-agent-expire-days will not be
1666         needed.
1667         * gnus-art.el (gnus-request-article-this-buffer): Conditional
1668         checks surrounding gnus-agent-request-article removed; now
1669         performed by gnus-agent-request-article.
1670         * gnus-cus.el (gnus-agent-parameters): New variable. List of
1671         customizable group/topic parameters that regulate the agent.
1672         (gnus-group-customize): Uses gnus-agent-parameters.  Replaced
1673         kill-buffer with gnus-kill-buffer to remove the killed buffer from
1674         the list of gnus buffers.
1675         (gnus-trim-whitespace): Removes leading and trailing whitespace
1676         from multiline strings.
1677         (gnus-agent-cat-prepare-category-field,
1678         gnus-agent-customize-category): Constructs a category
1679         customization buffer.
1680         * gnus-int.el (gnus-retrieve-headers,
1681         gnus-request-expire-articles): No longer checks gnus-agent-cache
1682         as it is handled internally by the agent.
1683         (gnus-request-head, gnus-request-body): Conditional checks
1684         surrounding gnus-agent-request-article removed; now performed by
1685         gnus-agent-request-article.
1686
1687         * gnus-start.el (): Added defvar statements to resolve compilation
1688         warnings.
1689         (gnus-long-file-names): New function. Isolates platform dependent
1690         msdos-long-file-names.
1691         (gnus-save-startup-file-via-temp-buffer): New variable. Provides
1692         option of writing directly to file.  Avoids memory exhausted
1693         errors when .newsrc.eld is huge.
1694         (gnus-save-newsrc-file): Uses new
1695         gnus-save-startup-file-via-temp-buffer.
1696         (gnus-gnus-to-quick-newsrc-format): Rewritten to write to
1697         standard-output.
1698         (gnus-display-time-event-handler): Changed to alias from a defun
1699         to avoid a compile-time warning when display-time-event-handler is
1700         not defined.
1701         * gnus-util.el (gnus-with-output-to-file): New macro. Binds
1702         standard-output such that prin1 and princ will write directly to a
1703         file.
1704
1705         * gnus.el (gnus-agent-cache): Expanded documentation.
1706         (gnus-summary-high-undownloaded-face): Removed second bold keyword
1707         so that this face is actually bold.
1708
1709         * nnkiboze.el (nnkiboze-request-article): Only use the cache when
1710         gnus-use-cache has been set.
1711
1712 2003-03-02  Jesper Harder  <harder@ifa.au.dk>
1713
1714         * nnvirtual.el (nnvirtual-update-xref-header): Simplify.
1715
1716 2003-03-01  Jesper Harder  <harder@ifa.au.dk>
1717
1718         * gnus-art.el (gnus-article-refer-article): Be more permissive.
1719
1720 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1721
1722         * spam.el: Fix typo.
1723
1724 2003-03-01  Satyaki Das  <satyaki@theforce.stanford.edu>
1725         (Trivial patch.)
1726
1727         * pgg-gpg.el (pgg-gpg-process-region): Insert process status into
1728         errors-buffer. This produces a nicer error message in case of
1729         problems.
1730
1731 2003-03-01  Teodor Zlatanov  <tzz@lifelogs.com>
1732
1733         * spam.el (spam-maybe-spam-stat-load, spam-maybe-spam-stat-load):
1734         load stats iff spam-use-stat is on
1735
1736         * spam.el: add spam-maybe-spam-stat-load to gnus-startup hook,
1737         also use spam-maybe-spam-stat-load and spam-maybe-spam-stat-save
1738         instead of spam-stat-load and spam-stat-save in the
1739         gnus-get-new-news-hook and gnus-save-newsrc-hook, respectively
1740
1741 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1742
1743         * mm-view.el (mm-inline-text): Ignore errors from enriched-decode.
1744
1745 2003-03-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1746
1747         * message.el (message-make-fqdn): Protect against nil user-mail.
1748
1749 2003-02-28  Vasily Korytov <deskpot@myrealbox.com>
1750
1751         * gnus-art.el (gnus-boring-article-headers): New values:
1752         'to-list and 'cc-list.
1753
1754 2003-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
1755
1756         * spam.el (spam-setup-widening): new function to set
1757         nnimap-split-download-body, we add it to gnus-get-new-news-hook
1758         (spam-list-of-statistical-checks): list of statistical splitter
1759         checks
1760         (spam-split): added a widen call when a statistical check is
1761         enabled
1762
1763 2003-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
1764
1765         * gnus-msg.el (gnus-user-agent): Changed default to
1766         'emacs-gnus-type, renamed 'full.
1767
1768 2003-02-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
1769
1770         * nnfolder.el (nnfolder-request-accept-article): Don't use
1771         mail-header-unfold-field.
1772
1773 2003-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
1774
1775         * imap.el (imap-ssl-open): Don't depend on ssl.el.
1776         * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
1777
1778 2003-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
1779
1780         * spam.el: add spam-stat-load to gnus-get-new-news-hook
1781         (spam-split): remove spam-stat-load call
1782
1783 2003-02-26  Simon Josefsson  <jas@extundo.com>
1784
1785         * gnus-sum.el (gnus-summary-toggle-header): Run
1786         gnus-article-decode-hook instead of calling a-decode-encoded-words
1787         directly (the latter is run as part of the former).
1788
1789 2003-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
1790
1791         * gnus-agent.el (gnus-agent-expire-group): Remove debug.
1792
1793 2003-02-25  Jesper Harder  <harder@ifa.au.dk>
1794
1795         * message.el (message-sendmail-envelope-from): New option.
1796         (message-sendmail-envelope-from): New function.
1797         (message-send-mail-with-sendmail): Use it.
1798
1799 2003-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
1800
1801         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Added
1802         compensation for TDMA addresses.
1803
1804 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1805
1806         * gnus-msg.el (gnus-user-agent): New variable.
1807         (gnus-version-expose-system): Removed.  Obsoleted by
1808         `gnus-user-agent'.
1809         (gnus-extended-version): Use `gnus-user-agent'.
1810
1811 2003-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
1812
1813         * spam.el (spam-stat-register-spam-routine,
1814         spam-stat-register-ham-routine): remove spam-stat-save
1815         (spam-stat hook): add spam-stat-save to the gnus-save-newsrc-hook
1816
1817 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1818
1819         * gnus-group.el (gnus-topic-mode-p): Fixed free variable
1820         reference.
1821
1822 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1823
1824         * nnheader.el (nnheader-find-nov-line): Changed midpoint
1825         calculation to avoid integer overflow.
1826
1827 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1828
1829         * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
1830
1831 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
1832         * spam.el: disabled spam-get-article-as-filename
1833
1834         From Michael Shields  <shields@msrl.com>
1835
1836         * gnus-group.el (gnus-group-is-exiting-without-update-p): New.
1837         * gnus-sum.el (gnus-summary-exit-no-update): Use it.
1838         * gnus-sum.el (gnus-summary-expire-articles): Use it.
1839         * spam.el (spam-summary-prepare-exit): Use it.
1840         * gnus.el (gnus-install-group-spam-parameters): New.
1841         * spam.el (spam-group-ham-processor-copy-p): New.
1842         * spam.el (spam-summary-prepare-exit): Support for ham copying.
1843         * spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
1844         that would cause the current message to be moved if the group had
1845         no spam.
1846         * spam.el (spam-ham-move-routine): New `copy' argument.
1847
1848 2003-02-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1849         From Martin Thornquist <martint@ifi.uio.no>
1850
1851         * gnus-topic.el (gnus-topic-select-group): Select last group if
1852         after last group.
1853         * gnus-group.el (gnus-group-select-group): Ditto.
1854
1855 2003-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1856
1857         * gnus-art.el (popup-menu): Compiler macro for Emacs 20.
1858         (gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
1859         point-at-(b|e)ol which aren't available in Emacs 20.
1860
1861         * gnus-registry.el (puthash): Alias to cl-puthash for Emacs 20.
1862
1863 2003-02-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1864
1865         * gnus-start.el (gnus-activate-group): Re-enabled the catch error
1866         clause of the condition-case statement.  Errors connecting to a
1867         server no longer terminate gnus.
1868
1869         * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
1870         make its use obvious.  Added no-nothing case to avoid
1871         opening(closing) servers when already open(closed).
1872         (gnus-agent-while-plugged): Added macro to facilitate internal use
1873         of gnus-agent-toggle-plugged.
1874         (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
1875         temporarily open servers.
1876         (gnus-agent-get-undownloaded-list): Sort list of article numbers
1877         as sorting gnus-newsgroup-headers is wrong.
1878         (gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
1879         to temporarily open servers. Corrected logic to handle setting
1880         gnus-agent-mark-unread-after-downloaded.
1881         (gnus-agent-fetch-articles): Now handles headers with missing
1882         article sizes and/or missing article lengths.  Now clears the
1883         message buffer when finished.
1884         (gnus-agent-fetch-group-1): Position point before calling
1885         gnus-summary-set-agent-mark.
1886         (gnus-get-predicate): Corrected description, parameter is
1887         predicate not category.
1888         (gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
1889         provide a separate single group expiration function.
1890         (gnus-agent-regenerate-group): Now clears the message buffer when
1891         finished.
1892
1893 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1894
1895         * gnus.el (gnus-agent-target-move-group-header): New variable.
1896         * gnus-draft.el (gnus-draft-send): If special header
1897         "X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
1898         that group, instead of performing the regular sending functions.
1899
1900 2003-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1901
1902         * gnus-xmas.el (gnus-xmas-mime-button-menu): Accept a prefix arg.
1903
1904 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
1905
1906         * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
1907         variables.
1908         (message-make-fqdn): Use it.  Improved validity check.
1909
1910 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1911
1912         * message.el (message-user-mail-address): Check whether
1913         user-mail-address looks valid.
1914
1915         * gnus-msg.el (gnus-mailing-list-followup-to): New function.
1916
1917         * gnus-util.el (gnus-fetch-original-field): New function.
1918
1919 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1920
1921         * message.el (message-mode): \\(...\\) around additional
1922         paragraph-separate alternative.
1923
1924 2003-02-23  Jesper Harder  <harder@ifa.au.dk>
1925
1926         * gnus-art.el (gnus-mime-button-commands): Add ellipsis.
1927         (gnus-mime-button-menu): Define MIME popup menu with easy-menu to
1928         display key bindings.
1929         (gnus-mime-button-menu): Rewrite.
1930
1931 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1932
1933         * gnus-art.el (gnus-button-url-regexp): Removed `.
1934
1935 2003-02-23  Max Froumentin  <mf@w3.org>
1936
1937         * gnus-art.el (gnus-button-url-regexp): Remove `, enter '.
1938
1939 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1940
1941         * gnus-art.el (gnus-mime-action-on-part): Require a match
1942         interactively.
1943
1944         * gnus-start.el (gnus-save-newsrc-file): Use
1945         gnus-backup-startup-file.
1946         (gnus-backup-startup-file): New variable.
1947
1948 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1949
1950         * gnus.el (gnus-summary-buffer-name): Moved function here.
1951
1952         * gnus-draft.el (defun): Remove debug.
1953
1954 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
1955
1956         * gnus-sum.el (gnus-summary-refer-article): Skip method if we
1957         can't open server.
1958
1959 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1960
1961         * gnus-draft.el (defun): Configure posting styles.
1962
1963         * gnus-start.el (gnus-get-unread-articles-in-group): Make sure
1964         the entry for the group exists before we alter it.
1965
1966 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1967
1968         * message.el (message-mode): MML tags separate paragraphs.  Small
1969         change from David S Goldberg <david.goldberg6@verizon.net>.
1970
1971         * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
1972         `gnus-newsgroup-headers'.
1973
1974         * gnus-art.el (gnus-article-refer-article): Grok more message id
1975         formats.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
1976
1977 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
1978
1979         * mm-decode.el (mm-path-name-rewrite-functions): Doc fix: don't
1980         use "path name".
1981
1982 2003-02-21  Teodor Zlatanov  <tzz@lifelogs.com>
1983
1984         * gnus-sum.el (gnus-summary-move-article)
1985         (gnus-summary-expire-articles): send data header for article, not
1986         just article ID
1987
1988         * gnus-registry.el (gnus-registry-hashtb, gnus-register-action)
1989         (gnus-register-spool-action): added hashtable of message ID keys
1990         with message motion data
1991
1992 2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
1993         From Reiner Steib  <Reiner.Steib@gmx.de>.
1994
1995         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
1996         variable, used in `gnus-button-mid-or-mail-heuristic'.
1997         (gnus-button-mid-or-mail-heuristic): New function derived from
1998         Florian Weimer's Perl script.
1999         (gnus-button-handle-mid-or-mail): Allow a function instead of
2000         'guess.
2001         (gnus-button-guessed-mid-regexp): Removed.
2002
2003 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2004
2005         * message.el (message-resend): Bind message-setup-hook to nil;
2006         remove X-Draft-From header.
2007
2008 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
2009
2010         * gnus-sum.el (gnus-simplify-subject-fully, gnus-subject-equal)
2011         (gnus-newsgroup-undownloaded)
2012         (gnus-summary-save-parts-default-mime, gnus-auto-select-next):
2013         Doc fixes.
2014
2015 2003-02-17  John Paul Wallington  <jpw@gnu.org>
2016
2017         * gnus.el (gnus-shell-command-separator, gnus-email-address)
2018         (gnus-default-charset, gnus-other-frame-parameters): Doc fixes.
2019
2020 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
2021
2022         * gnus-spec.el (gnus-xmas-format): Use insert instead of
2023         insert-string which is obsolete in Emacs 21.4.
2024
2025         * message.el (message-cross-post-followup-to-header): do.
2026
2027         * spam.el (spam-ifile-register-with-ifile)
2028         (spam-stat-register-spam-routine)
2029         (spam-stat-register-ham-routine)
2030         (spam-bogofilter-register-with-bogofilter): do.
2031
2032         * mailcap.el (mailcap-mime-data): Fix typo.
2033
2034         * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
2035
2036 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
2037
2038         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
2039         (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
2040         `gnus-cite-unsightly-citation-regexp'.
2041
2042 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2043
2044         * gnus-msg.el (gnus-copy-article-buffer): Copy an article header
2045         even if there's just a header.
2046
2047 2003-02-19  Jesper Harder  <harder@ifa.au.dk>
2048
2049         * message.el (message-fix-before-sending): Fix highlighting of
2050         illegible and invisible text.
2051
2052         * gnus-util.el (gnus-multiple-choice): Separate choices with
2053         ",\e,A \e(B".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
2054
2055 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
2056
2057         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
2058
2059 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
2060
2061         * spam.el (spam-ham-move-routine)
2062         (spam-mark-spam-as-expired-and-move-routine): use
2063         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
2064         around process-mark manipulation on the group
2065
2066 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2067
2068         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
2069         submenu.
2070
2071 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2072
2073         * mail-source.el (mail-source-fetch): Reverse the return value of
2074         the continuation question.
2075
2076 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2077
2078         * nndraft.el (nndraft-request-move-article): Bind
2079         nnmh-allow-delete-final to t.
2080
2081 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
2082
2083         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
2084
2085 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
2086
2087         * nntp.el (nntp-accept-process-output): Don't use point-max to get
2088         the buffer's size.
2089
2090 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
2091
2092         * nnheader.el: Added cygwin to system-type comparisons.
2093
2094 2003-01-27  Juanma Barranquero  <lektu@terra.es>
2095
2096         * imap.el (imap-mailbox-status): Fix typo.
2097
2098 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
2099
2100         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
2101         online.
2102
2103 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2104
2105         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
2106         commands.
2107         * gnus-sum.el: Small change from Frank Weinberg
2108         <frank@usenet-rundfahrt.de>:
2109         (gnus-auto-center-group): New variable.
2110         (gnus-summary-read-group-1): Use it.
2111         (gnus-summary-next-group): Fix docstring.
2112
2113 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2114
2115         * gnus-util.el (gnus-faces-at): Simplify.
2116
2117 2003-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2118
2119         * spam.el (spam-ham-move-routine)
2120         (spam-mark-spam-as-expired-and-move-routine): made the article
2121         move conditional, so it's not called even if there's nothing to move
2122
2123 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2124
2125         * message.el (message-unix-mail-delimiter): Accept any whitespace
2126         after the email address and before the date; do not require the
2127         space character.  From Kurt B. Kaiser <kbk@shore.net>.
2128
2129 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2130
2131         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
2132         gnus-article-boring-faces variable is bound; use gnus-faces-at.
2133
2134         * gnus-util.el (gnus-faces-at): New macro.
2135
2136 2003-02-13  Michael Shields  <shields@msrl.com>
2137
2138         * gnus-cite.el
2139         (gnus-cite-attribution-suffix, gnus-cite-parse):
2140         Better handling for Microsoft citation styles.
2141         (gnus-unsightly-citation-regexp): New.
2142
2143 2003-02-12  Michael Shields  <shields@msrl.com>
2144
2145         * gnus-art.el (article-strip-banner): Strip both per-group and
2146         per-user-address banners.
2147         (article-really-strip-banner): New.
2148
2149 2003-02-12  Michael Shields  <shields@msrl.com>
2150
2151         * gnus-sum.el (gnus-article-goto-next-page,
2152         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
2153         relying on the summary bindings of `n' and `p'.
2154
2155 2003-02-12  Michael Shields  <shields@msrl.com>
2156
2157         * gnus-art.el (gnus-article-only-boring-p): New.
2158         (gnus-article-skip-boring): New.
2159         * gnus-cite.el (gnus-article-boring-faces): New.
2160         * gnus-sum.el (gnus-summary-next-page): Use
2161         gnus-article-only-boring-p.
2162
2163 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
2164
2165         * spam.el (spam-mark-spam-as-expired-and-move-routine)
2166         (spam-ham-move-routine): unmark all articles before marking those
2167         of interest and calling gnus-summary-move-article
2168
2169 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
2170
2171         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
2172         logically the complement of gnus-get-buffer-create and
2173         gnus-add-buffer.
2174
2175         * gnus-util.el (gnus-kill-buffer): do.
2176
2177         * nnmail.el: Autoload gnus-kill-buffer.
2178
2179 2003-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2180
2181         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
2182         gnus-summary-goto-subject as gnus-summary-update-mark operates on
2183         the current LINE.
2184         (gnus-agent-summary-fetch-group): Minimized the number of times
2185         that the article is updated in the buffer.
2186
2187 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
2188
2189         * spam.el (spam-ham-move-routine): use the process-mark instead of
2190         gnus-current-article when moving articles
2191         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
2192
2193 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2194
2195         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
2196         (gnus-topic-catchup-articles): Ditto.
2197         (gnus-topic-mark-topic): Reverse recursive logic.
2198
2199 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
2200
2201         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
2202         gnus-refer-thread-limit is t.
2203
2204 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
2205
2206         * mm-util.el (mm-mule-charset-to-mime-charset): Use
2207         sort-coding-systems to prefer utf-8 over utf-16.
2208
2209 2003-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2210
2211         * gnus-agent.el (gnus-agent-expire-days):
2212         gnus-request-move-article depends on gnus-agent-expire to clean up
2213         the cache after moving the article.  Therefore, g-a-e-d can NOT
2214         default to nil or can gnus-agent-expire be disabled by doing so.
2215         If you don't want to run gnus-agent-expire, don't call it.
2216         (gnus-agent-expire): The broken test to disable gnus-agent-expire
2217         when g-a-e-d was NOT nil was removed.
2218         (gnus-agent-article-name): Removed unnecessary input test as
2219         article IDs are always strings.
2220         (gnus-agent-regenerate-group): Added check to protect against
2221         servers that generate absurdly long article IDs.  Valid IDs are
2222         less than 10 digits to avoid overflow errors.  Fixed logic error
2223         when ensuring that the final article ID is present in the new
2224         alist.
2225
2226 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2227
2228         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
2229         next line after finding the parent.
2230
2231 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2232
2233         * gnus.el (gnus-version-number): Bumped.
2234
2235 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2236
2237         * gnus.el: Oort Gnus v0.15 is released.
2238
2239 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
2240
2241         * nnmail.el (nnmail-split-it): If a message ends up matching the
2242           same mailbox more than once, it will cause duplicates to appear
2243           in the mailbox.
2244
2245 2003-02-08  Simon Josefsson  <jas@extundo.com>
2246
2247         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
2248         code that only worked under Emacs.
2249
2250         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
2251         Das <satyaki@chicory.stanford.edu>.
2252
2253 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
2254
2255         * gnus-art.el (gnus-article-refer-article): Use
2256         gnus-replace-in-string.
2257
2258         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
2259         (gnus-remove-duplicates): do.
2260
2261 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
2262
2263         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
2264         (gnus-request-scan): set
2265         gnus-internal-registry-spool-current-method to gnus-command-method
2266         before a request-scan operation
2267
2268         * gnus-registry.el (regtest-nnmail): use
2269         gnus-internal-registry-spool-current-method
2270
2271 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2272
2273         * mail-source.el (mail-source-fetch): Typo fix.
2274
2275 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
2276
2277         * nnmail.el (nnmail-spool-hook): new hook
2278         (nnmail-cache-insert): call nnmail-spool-hook
2279
2280         * gnus-registry.el: new file with examples of using the hooks
2281
2282         * gnus.el (gnus-registry): added registry customization group
2283         (gnus-group-prefixed-name): improve function to return full group
2284         name optionally
2285         (gnus-group-guess-prefixed-name): shortcut to
2286         gnus-group-prefixed-name, using just the group name
2287         (gnus-group-full-name): always get a group's full name
2288         (gnus-group-guess-full-name): shortcut, using just the group name
2289
2290         * gnus-sum.el (gnus-summary-article-move-hook)
2291         (gnus-summary-article-delete-hook)
2292         (gnus-summary-article-expire-hook): new hooks
2293         (gnus-summary-move-article, gnus-summary-expire-articles)
2294         (gnus-summary-delete-article): invoke the new hooks
2295
2296 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
2297
2298         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
2299         from message-ID
2300
2301 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
2302
2303         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
2304
2305 2003-02-07  John Paul Wallington  <jpw@gnu.org>
2306
2307         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
2308         (mm-write-region, mm-detect-coding-region): Doc fixes.
2309
2310 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2311
2312         * mail-source.el (mail-source-fetch): Ignore errors.
2313         (mail-source-ignore-errors): New variable.
2314
2315         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
2316         articles.
2317
2318         * gnus-msg.el (gnus-version-expose-system): Change default.
2319
2320 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
2321
2322         * gnus-msg.el (gnus-version-expose-system): New variable.
2323
2324 2003-02-07  Simon Josefsson  <jas@extundo.com>
2325
2326         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
2327         patch from deskpot@myrealbox.com (Vasily Korytov).
2328
2329 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2330
2331         * gnus-art.el (article-display-face): Get the Face header from
2332         the current buffer.
2333
2334 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2335
2336         * gnus-art.el (gnus-mime-view-part-internally): Bind
2337         buffer-read-only to nil.
2338
2339 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2340
2341         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
2342         from g-a-e-1 to g-a-e-2.
2343
2344 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
2345
2346         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
2347         of bbdb-search-simple, use spam-use-BBDB-exclusive
2348         (spam-check-whitelist): use spam-use-whitelist-exclusive
2349         (spam-use-whitelist-exclusive): new variable affecting
2350         spam-use-whitelist
2351         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
2352
2353 2003-02-05  Simon Josefsson  <jas@extundo.com>
2354
2355         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
2356         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
2357         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
2358         (gnus-agent-expire-1): New.
2359         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
2360         (gnus-agent-expire-2): New.
2361
2362 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
2363
2364         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
2365         "delete-if" is misleading because it isn't actually destructive.
2366
2367         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
2368
2369         * nnmail.el (nnmail-purge-split-history): do.
2370
2371         * gnus-win.el (gnus-get-buffer-window): do.
2372
2373         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
2374         let-binding.
2375         (gnus-simplify-all-whitespace): do.
2376
2377 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2378
2379         * gnus-delay.el (gnus-delay-article): Fix binding of the
2380         nndraft:delayed group.
2381
2382 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
2383
2384         * gnus.el (spam group parameters): change 'other to 'const in
2385         the group parameter definitions to soothe XEmacs
2386
2387 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2388
2389         * gnus-delay.el (gnus-delay-article): Really create
2390         nndraft:delayed group if it doesn't exist.
2391
2392 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
2393
2394         * gnus-sum.el (gnus-summary-search-article): Speed up by
2395         disabling various visual features while searching.
2396         (gnus-summary-recenter): Test gnus-auto-center-summary first.
2397
2398 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
2399
2400         * spam.el (spam-list-of-checks): Don't quote nil and t in
2401         docstrings.  From the elisp manual:
2402
2403            When a documentation string refers to a Lisp symbol, write
2404            it [..] with single-quotes around it.  [..] There are two
2405            exceptions: write t and nil without single-quotes.
2406
2407         * messcompat.el (message-from-style): do.
2408
2409         * message.el (message-send-mail): do.
2410
2411         * gnus-util.el (gnus-use-byte-compile): do.
2412
2413         * gnus-score.el (gnus-score-lower-thread): do.
2414
2415         * gnus-int.el (gnus-server-unopen-status): do.
2416
2417         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
2418         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
2419
2420         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
2421         (gnus-group-parameters): do.
2422
2423         * gnus-art.el (gnus-article-mime-match-handle-function): do.
2424
2425         * mm-decode.el (mm-text-html-renderer): do.
2426
2427 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2428
2429         * nnheader.el (nnheader-directory-separator-character): Change the
2430         way to compute the dafault value.
2431
2432 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
2433
2434         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
2435         (gnus-button-alist): Fix regexp for describe-key.
2436         (gnus-button-handle-describe-function)
2437         (gnus-button-handle-describe-variable)
2438         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
2439         (gnus-button-handle-apropos-variable)
2440         (gnus-button-handle-apropos-documentation): Docstring fix.
2441
2442         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
2443
2444 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2445
2446         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
2447         to nil.
2448
2449         * nnmail.el: Removed gnus-util autoload.
2450
2451         * gnus.el: Use gnus-prin1-to-string throughout.
2452
2453         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
2454         print-level.
2455
2456         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
2457         (gnus-treat-display-grey-xface): Removed.
2458
2459         * gnus-fun.el (gnus-grab-cam-face): New.
2460         (gnus-convert-image-to-gray-x-face): Removed.
2461         (gnus-convert-gray-x-face-to-xpm): removed.
2462         (gnus-convert-gray-x-face-region): Removed.
2463         (gnus-grab-gray-x-face): Removed.
2464
2465         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
2466
2467 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
2468
2469         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
2470         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
2471         bound.
2472
2473         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
2474
2475 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
2476
2477         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
2478         Remove -- these are bogus options which are never used.
2479
2480 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
2481
2482         * gnus-art.el (gnus-article-mode): Use summary tool bar.
2483
2484 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
2485
2486         * spam.el (spam-check-blackholes)
2487         (spam-blackhole-good-server-regex): new variable to skip some IPs
2488         when checking blackholes; use it
2489         (spam-check-bogofilter-headers)
2490         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
2491         case more X-Bogosity is used than just "Yes/No"
2492         (spam-ham-move-routine): semi-fixed, only first article is
2493         properly moved now
2494
2495 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
2496
2497         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
2498         as well.
2499
2500         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
2501
2502         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
2503
2504         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
2505
2506         * gnus-bcklg.el (gnus-backlog-shutdown): do.
2507
2508         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
2509
2510 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2511
2512         * gnus-fun.el (gnus-face-encode): New function.
2513         (gnus-convert-png-to-face): Use it.
2514
2515         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks.
2516
2517 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
2518
2519         * mm-decode.el (mm-dissection-list): Remove.
2520         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
2521         only used in mm-remove-all-parts.
2522         (mm-remove-all-parts): Remove it, it's never called.
2523
2524 2003-01-25  Simon Josefsson  <jas@extundo.com>
2525
2526         * gnus-group.el (gnus-group-make-group): Report errors.
2527
2528         * nnimap.el (nnimap-request-create-group): Ditto.
2529
2530         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
2531
2532         * sieve.el (sieve-upload): Fix error printing.
2533
2534         * mm-encode.el (mm-qp-or-base64): Always QP iff
2535         mm-use-ultra-safe-encoding and cleartext PGP.
2536
2537         * gnus-sum.el (gnus-summary-select-article): Inhibit
2538         redisplay (mainly for secured messages).
2539
2540         * nnmail.el (nnmail-article-group): Copy body too (but don't
2541         process it).
2542
2543 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
2544
2545         * gnus-art.el (gnus-article-setup-buffer): Reset
2546         gnus-button-marker-list.
2547
2548 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2549
2550         * nntp.el (nntp-read-timeout): Default to using a second delay
2551         under Microsoft Windows.
2552
2553 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2554
2555         * nnheader.el (nnheader-directory-separator-character): New
2556         variable.
2557
2558 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2559
2560         * gnus-agent.el (gnus-agent-max-fetch-size)
2561         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
2562         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
2563         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
2564         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
2565         (gnus-agent-braid-nov, gnus-agent-load-alist)
2566         (gnus-agent-article-alist-save-format)
2567         (gnus-agent-read-agentview, gnus-agent-save-alist)
2568         (gnus-agent-fetch-group-1, gnus-agent-expire)
2569         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
2570         (gnus-agent-regenerate-group): Reformat to keep under eighty
2571         columns.  Reword docstrings so that first line is under eighty
2572         chars and a complete sentence.  Still need to work on the rear
2573         end of the file, in particular gnus-agent-expire.
2574
2575 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2576
2577         * gnus-agent.el (gnus-agentize): Indent.
2578
2579         * gnus.el (gnus-version-number): Bumped.
2580
2581 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2582
2583         * gnus.el: Oort Gnus v0.14 is released.
2584
2585 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2586
2587         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
2588         before beginning.  Tiny patch from Mark Thomas
2589         <swoon@bellatlantic.net>.
2590
2591 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2592
2593         * spam.el (spam-check-blackholes, spam-split)
2594         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
2595         gnus-message calls to show to users what spam.el is doing
2596
2597 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
2598
2599         * gnus-msg.el (gnus-message-replysign)
2600         (gnus-message-replyencrypt): Fix typo.
2601
2602 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2603
2604         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
2605         details.
2606
2607 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2608
2609         * gnus-art.el (gnus-article-press-button): let* -> let.
2610         (gnus-mime-security-show-details): Cleaned up.
2611         (gnus-mime-security-press-button): Save excursion.
2612         (gnus-insert-mime-security-button): Clean up.
2613
2614         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
2615
2616         * gnus-async.el (gnus-async-wait-for-article): Don't use a
2617         timeout.
2618
2619         * nntp.el (nntp-accept-process-output): Removed timeout.
2620         (nntp-read-timeout): New variable.
2621         (nntp-accept-process-output): Use it.
2622
2623         * gnus-sum.el (gnus-data-find-list): Remove *.
2624
2625 2003-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2626
2627         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
2628         introduced on 2002-01-22.
2629         (gnus-summary-first-unseen-or-unread-subject): Ditto.
2630
2631 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
2632
2633         * spam.el (spam-check-regex-headers, spam-list-of-checks)
2634         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
2635         checks of incoming mail based on simple header regexp matching
2636
2637 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
2638
2639         * gnus-sum.el (gnus-spam-mark): set to `$'
2640
2641 2003-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2642
2643         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
2644         gnus-newsgroup-unfetched, the list of articles whose headers have
2645         not been fetched from the server.
2646
2647         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
2648         parameter as it never worked due to a bug.  Added check to prevent
2649         selection of any article in the gnus-newsgroup-unfetched list.
2650         (gnus-summary-find-prev): Added check to prevent selection of any
2651         article in the gnus-newsgroup-unfetched list.
2652         (gnus-summary-first-subject): Documented API. Modified
2653         implementation so that constraints are handled independently.
2654         Added check to prevent selection of any article in the
2655         gnus-newsgroup-unfetched list.
2656         (gnus-summary-first-unseen-subject): Updated parameters in
2657         gnus-summary-first-subject call to match new API.
2658         (gnus-summary-first-unseen-or-unread-subject): Ditto.
2659         (gnus-summary-catchup): Do not mark unfetched articles as read.
2660
2661 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
2662
2663         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
2664         make-obsolete-variable allows only two arguments in XEmacs and
2665         Emacs 20.
2666
2667         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
2668         gnus-article-hide-pgp.
2669         (gnus-summary-make-menu-bar): do.
2670
2671         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
2672         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
2673         gnus-article-hide-pgp.
2674         (article-hide-pgp): Remove.
2675         (gnus-article-hide): Remove gnus-article-hide-pgp.
2676
2677         * gnus.el: Remove gnus-article-hide-pgp
2678
2679 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2680
2681         * message.el (message-required-headers): Doc fix.
2682
2683 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
2684
2685         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
2686         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
2687         option to make ifile a purely binary classifier
2688
2689 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2690
2691         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
2692         (mml-secure-encrypt-pgpmime): Removed double.
2693
2694         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
2695         debugging statements.
2696
2697 2003-01-21  Andreas Fuchs  <asf@void.at>
2698
2699         * mml-sec.el (mml-sign-alist): Added pgpauto.
2700
2701 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2702
2703         * gnus.el (gnus-version-number): Bumped version number.
2704
2705 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2706
2707         * gnus.el: Oort Gnus v0.13 is released.
2708
2709 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2710
2711         * gnus-art.el (gnus-button-url-regexp): Removed |.
2712
2713         * message.el (message-send-hook): Doc fix.
2714
2715         * gnus-win.el (gnus-buffer-configuration): Display article
2716         instead of article-copy when `reply'.
2717
2718 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
2719
2720         * gnus.el (gnus-format): Change customize group to gnus.
2721         (gnus-cache): Add link.
2722         (gnus-group-charter-alist): Fix docstring.
2723
2724 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
2725
2726         * mailcap.el (mailcap-print-command): lpr-command might be
2727         unbound in XEmacs.
2728
2729 2003-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2730
2731         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
2732
2733         * gnus-sum.el (gnus-summary-update-article-line): Fixed
2734         calculation of net characters added for use in the gnus-data
2735         structure.
2736
2737 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2738
2739         * nnmail.el (nnmail-process-unix-mail-format): Improve error
2740         message.  Suggested by Jari Aalto.
2741
2742 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2743
2744         * gnus-art.el (gnus-article-followup-with-original): Clean up.
2745         (gnus-article-reply-with-original): Ditto.
2746
2747         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
2748         read articles don't become unread.
2749
2750 2003-01-17  Simon Josefsson  <jas@extundo.com>
2751
2752         * gnus-fun.el (gnus-x-face-from-file):
2753         (gnus-face-from-file): Suggest image format in minibuffer prompt.
2754
2755         * gnus-fun.el (gnus-convert-image-to-x-face-command)
2756         (gnus-convert-image-to-face-command): Doc fix.
2757
2758 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2759
2760         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
2761
2762 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
2763
2764         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
2765         avoid encoding problems.
2766
2767         * mailcap.el (mailcap-ps-command): New variable.
2768         (mailcap-mime-data): Add print entry where applicable.  Use
2769         pdftotext on a tty.
2770
2771 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
2772
2773         * gnus-sum.el (gnus-alter-header-function): Add type and group.
2774
2775 2003-01-16  Simon Josefsson  <jas@extundo.com>
2776
2777         * gnus-fun.el (gnus-convert-image-to-x-face-command)
2778         (gnus-convert-image-to-face-command, gnus-x-face-from-file)
2779         (gnus-face-from-file): Doc fix; don't mention image format.
2780
2781 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2782
2783         * spam.el (spam-get-article-as-filename): new function (unused for now)
2784         (spam-get-article-as-buffer): new function
2785         (spam-get-article-as-string): use spam-get-article-as-buffer
2786         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
2787
2788 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2789
2790         * gnus-agent.el: Don't use `path'.
2791         From the GNU coding standards:
2792
2793             Please do not use the term ``pathname'' that is used in Unix
2794             documentation; use ``file name'' (two words) instead.  We use
2795             the term ``path'' only for search paths, which are lists of
2796             directory names.
2797
2798         * nnsoup.el (nnsoup-file-name): Ditto.
2799
2800         * nnmail.el (nnmail-pathname-coding-system): Ditto.
2801         (nnmail-group-pathname): Ditto.
2802
2803         * nnimap.el (nnimap-group-overview-filename): Ditto.
2804
2805         * nnheader.el (nnheader-pathname-coding-system): Ditto.
2806         (nnheader-group-pathname): Ditto.
2807
2808         * nnfolder.el (nnfolder-group-pathname): Ditto.
2809
2810         * gnus.el (gnus-home-directory): Ditto.
2811
2812         * gnus-group.el (gnus-group-icon-list): Ditto.
2813
2814 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
2815
2816         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
2817
2818         * message.el (message-mode-menu): Use it.
2819         (message-mode-menu): Deactivate "Yank Original" if there's no
2820         reply buffer.
2821
2822         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
2823
2824         * message.el (message-mark-active-p): New function.
2825
2826 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
2827
2828         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header)
2829         (spam-bogofilter-database-directory): new variables
2830         (spam-check-bogofilter-headers, spam-check-bogofilter)
2831         (spam-bogofilter-register-with-bogofilter)
2832         (spam-bogofilter-register-spam-routine)
2833         (spam-bogofilter-register-ham-routine)
2834         (spam-group-ham-processor-bogofilter-p): new functions for the new
2835         Bogofilter interface
2836         (spam-summary-prepare-exit): use the new Bogofilter functions
2837         (spam-list-of-checks): added spam-use-bogofilter-headers
2838         (spam-bogofilter-score): rewrote function
2839         (spam-check-bogofilter): optional score parameter, uses
2840         spam-check-bogofilter-headers better
2841         (spam-check-bogofilter-headers): optional score parameter
2842
2843         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
2844         default, in the gnus-start customization group.  Used to disable
2845         the spam-*/ham-* parameters.
2846         (gnus-group-ham-exit-processor-bogofilter): new ham processor
2847
2848 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
2849
2850         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
2851         XEmacs.
2852
2853         * gnus-ems.el (gnus-mark-active-p): do.
2854
2855 2003-01-15  Kevin Ryde  <user42@zip.com.au>
2856
2857         * gnus.texi (Using MIME): Mention auto-compression-mode with
2858         gnus-mime-copy-part.
2859
2860 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2861
2862         * message.el (message-send): Don't warn about duplicates when
2863         superseding.
2864
2865 2003-01-15  Simon Josefsson  <jas@extundo.com>
2866
2867         * nnimap.el (nnimap-split-download-body): New variable.
2868         (nnimap-split-articles): Use it.
2869
2870 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2871
2872         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
2873         integrity checker was incorrectly flagging, and removing, articles
2874         whose article number was negative.
2875         (gnus-agent-fetch-group-1): When executed in the group's summary
2876         buffer, refresh each downloaded line to update the status flag and
2877         font.  Preserve the value of gnus-newsgroup-headers so that
2878         gnus-agent-fetch-articles can split the requests by size.
2879         (gnus-agent-expire): Corrected day calculation for when
2880         gnus-agent-expire-days contains a list.
2881
2882 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2883
2884         * gnus-audio.el (gnus-audio-au-player): Use executable-find.
2885
2886 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
2887
2888         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
2889           /usr/bin/play as default player.
2890           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
2891
2892 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2893
2894         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
2895         articles to be marked as well.
2896
2897 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2898         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
2899         fictious headers generated by nnagent (ie. Undownloaded Article
2900         ####) in the list of articles that have not been downloaded.
2901
2902         * gnus-int.el (): Added require declarations to resolve
2903         compile-time warnings.
2904         (gnus-open-server): If the server status is set to offline,
2905         recursively execute gnus-open-server to open the offline backend
2906         (e.g. nnagent).
2907
2908 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
2909
2910         * gnus-art.el (gnus-article-reply-with-original): Use
2911         gnus-mark-active-p.
2912         (gnus-article-followup-with-original): do.
2913
2914 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2915
2916         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
2917
2918 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2919
2920         * gnus-score.el (gnus-score-edit-file-at-point): New function.
2921         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
2922
2923 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
2924
2925         * gnus-fun.el (gnus-x-face-from-file): Quote file name.
2926         (gnus-face-from-file): Ditto.
2927
2928 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2929
2930         * gnus-sum.el (gnus-articles-to-read): Don't just apply
2931         gnus-alter-articles-to-read-function to the unread articles.
2932
2933 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2934
2935         * deuglify.el (gnus-article-outlook-unwrap-lines)
2936         (gnus-article-outlook-repair-attribution)
2937         (gnus-article-outlook-rearrange-citation): New function names,
2938         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
2939         doc-string.
2940
2941         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
2942         removed `W k' key binding (use `W Y f' instead).
2943         (gnus-summary-make-menu-bar): Use new function names.
2944
2945 2003-01-13  Simon Josefsson  <jas@extundo.com>
2946
2947         * gnus-fun.el (gnus-random-x-face): Doc fix.
2948         (gnus-insert-random-x-face-header): New function.
2949
2950 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
2951
2952         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
2953         mark is not active.
2954
2955         * gnus-msg.el (gnus-inews-do-gcc): Comment.
2956
2957         * gnus-ems.el (gnus-mark-active-p): New function.
2958
2959         * gnus-group.el (gnus-topic-mode-p): New function.
2960         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
2961         Deactivate items if mark is not active.
2962
2963 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2964
2965         * gnus.el (gnus-version-number): Bumped version.
2966         (gnus-summary-line-format): Doc fix.
2967
2968 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2969
2970         * gnus.el: Oort Gnus v0.12 is released.
2971
2972 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2973
2974         * mail-source.el (mail-sources): Removed autoload to make it
2975         compile under XEmacs.
2976
2977 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
2978
2979         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
2980         regexp or a function too.
2981         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
2982         confirmation even if the original article is mail.
2983
2984 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2985
2986         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
2987         articles to be marked when not yanking.
2988
2989 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
2990
2991         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
2992
2993 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2994
2995         * gnus-fun.el (gnus-face-from-file): Autoload.
2996
2997         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
2998         errors.
2999
3000 2003-01-12  Simon Josefsson  <jas@extundo.com>
3001
3002         * sieve.el (sieve-upload-and-bury): New.  Suggested by
3003         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
3004
3005         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
3006         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
3007
3008 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3009
3010         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
3011         in every string.
3012
3013         * gnus.el (gnus-version-number): Bumped version number.
3014
3015 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3016
3017         * gnus.el: Oort Gnus v0.11 is released.
3018
3019 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
3020
3021         * message.el (message-fetch-reply-field): Narrow to headers.
3022
3023         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
3024         if Gnus isn't alive.
3025
3026 2003-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3027
3028         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
3029         marks from articles that are already stored in the agent.
3030         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
3031         backup copy of an invalid .overview file for later analysis.
3032
3033 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
3034
3035         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
3036         exit work with two frames.
3037
3038 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
3039
3040         * message.el (message-forward-make-body): Use mule4.
3041
3042 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3043
3044         * message.el (message-mode-map): Move wide-reply command.
3045
3046 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
3047
3048         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
3049         castellano.
3050         (gnus-outlook-display-hook): New variable.
3051         (gnus-outlook-display-article-buffer): New function.
3052         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
3053         (gnus-outlook-deuglify-article): Made them interactive and added
3054         optional arg.  Use `g-o-d-a-b'.
3055         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
3056
3057         * gnus-sum.el: Added autoloads.
3058         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
3059         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
3060
3061 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3062
3063         * gnus-art.el (gnus-display-mime): Use the mime emulation
3064         variable.
3065
3066         * gnus-sum.el (gnus-article-emulate-mime): New variable.
3067
3068         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
3069         newsrc-alist is initialized properly.
3070
3071         * mail-source.el (mail-sources): Autoload.
3072
3073         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
3074         nil.
3075
3076         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
3077         insert two newlines.
3078
3079         * message.el (message-check-news-header-syntax): Compute the
3080         header length correctly.
3081
3082 2003-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3083
3084         * gnus-agent.el (gnus-agent-expire): Do not remove article from
3085         alist when keeping fetched article file.
3086         (gnus-agent-retrieve-headers): When parsing response for article
3087         numbers, use the same algorithm as gnus-agent-braid-nov to protect
3088         against garbage in the server's response.
3089
3090         * gnus-int.el (gnus-request-expire-articles,
3091         gnus-request-move-article): Only expire when the group's server
3092         has been agentized.
3093
3094 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3095
3096         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
3097         errors when deleting overlays.
3098
3099         * gnus-score.el (gnus-score-followup): Allow tracing.
3100
3101         * gnus-art.el (gnus-treat-display-face): New variable.
3102         (article-display-face): New command.
3103
3104         * gnus-fun.el (gnus-face-from-file): New function.
3105         (gnus-convert-face-to-png): Ditto.
3106
3107         * gnus-art.el (gnus-ignored-headers): Added Face.
3108
3109 2003-01-10  Simon Josefsson  <jas@extundo.com>
3110
3111         * nndraft.el (nndraft-request-group): Avoid crash in
3112         directory-files when draft directory doesn't exists.
3113
3114         * gnus-sum.el (gnus-select-article-hook): Add :option.
3115
3116 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
3117
3118         * spam.el (spam-use-stat): new variable
3119         (spam-group-spam-processor-stat-p)
3120         (spam-group-ham-processor-stat-p): new convenience functions
3121         (spam-summary-prepare-exit): add spam/ham processors to sequence
3122         (spam-list-of-checks): add spam-use-stat to list of checks
3123         (spam-split): conditionally load the spam-stat tables
3124         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
3125         spam-check-ifile): new functions
3126
3127         * spam-stat.el (spam-stat): typo fix
3128         (spam-stat-install-hooks): new variable
3129         (spam-stat-split-fancy-spam-group): added documentation clarification
3130         (spam-stat-split-fancy-spam-threshhold): new variable
3131         (spam-stat-install-hooks): make hooks conditional
3132         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
3133
3134         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
3135         spam-stat ham/spam processor symbols
3136
3137 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3138
3139         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
3140         file exists.
3141
3142 2003-01-10  Simon Josefsson  <jas@extundo.com>
3143
3144         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
3145         undownloaded/downloadable only when unplugged.
3146
3147 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
3148
3149         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
3150
3151 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
3152
3153         * spam.el (spam-check-ifile): fixed call-process-region to use the
3154         db parameter only if it's set
3155         (spam-ifile-register-with-ifile): ditto
3156
3157 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
3158
3159         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
3160         spam-stat-nbad before creating the hash table.
3161         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
3162         Changed copyright statement to FSF.
3163
3164 2003-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3165
3166         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
3167         processable articles as read.
3168         (gnus-agent-summary-fetch-series): Remove processable and
3169         downloadable marks on all downloaded articles in the series.
3170
3171         * nntp.el (nntp-report): Throw error after reporting the problem.
3172         (nntp-accept-process-output): Corrected error check to report an
3173         error when the process is nil.
3174
3175 2003-01-09  Simon Josefsson  <jas@extundo.com>
3176
3177         * message.el (message-tool-bar-map): Add preview.
3178
3179 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
3180
3181         * mml.el (mml-preview): Get rid of MIME handles and buffers after
3182         previewing.
3183
3184 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
3185
3186         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
3187         bug when the (n+1)th article to be added to a group has a smaller
3188         number than the n articles already added.
3189
3190 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
3191
3192         * message.el (message-mode-field-menu): Use backquote.
3193
3194 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
3195
3196         * spam.el: fixed the BBDB autoloads again, using
3197         bbdb-search-simple now (which is not a macro, thank god)
3198
3199         * lpath.el (bbdb-search): removed function from maybe-fbind list
3200
3201         * gnus.el (ham-process-destination): added new parameter for
3202         destination of ham articles found in spam groups at summary exit
3203
3204         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
3205         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
3206         (spam-ifile-database-path): added new parameter for ifile's database
3207         (spam-move-spam-nonspam-groups-only): new parameter to determine
3208         if spam should be moved from all groups or only some
3209         (spam-summary-prepare-exit): fixed logic to use
3210         spam-move-spam-nonspam-groups-only when deciding to invoke
3211         spam-mark-spam-as-expired-and-move-routine; always invoke that
3212         routine after the spam has been expired-or-moved in case there's
3213         some spam left over; use spam-ham-move-routine in spam groups
3214         (spam-ham-move-routine): new function to move ham articles to the
3215         ham-process-destinations group parameter
3216
3217 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3218
3219         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
3220
3221         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
3222         gnus-summary-update-article-line.
3223
3224 2003-01-08  Simon Josefsson  <jas@extundo.com>
3225
3226         * nnmail.el (nnmail-expiry-target-group): Request group, create it
3227         not successful.
3228
3229 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3230
3231         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
3232
3233 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3234
3235         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
3236         logic, finally
3237
3238 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3239
3240         * gnus-spec.el (gnus-parse-format): %C is a complex format.
3241         (gnus-parse-format): Change to %~.
3242
3243         * message.el (message-generate-headers): Don't generate optional
3244         empty headers.
3245
3246 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3247
3248         * message.el (message-cross-post-default)
3249         (message-cross-post-note-function, message-shoot-gnksa-feet)
3250         (message-strip-subject-trailing-was, message-change-subject)
3251         (message-mark-insert-file, message-cross-post-followup-to)
3252         (message-cross-post-followup-to, message-mode-map)
3253         (message-generate-unsubscribed-mail-followup-to)
3254         (message-make-mail-followup-to): Minor changes to doc-strings and
3255         error messages.  Updated copyright line.
3256
3257         * message.el (message-make-mail-followup-to,
3258         message-generate-unsubscribed-mail-followup-to): New function
3259         names.  Renamed functions: "-mft" -> "-mail-followup-to".
3260         (message-make-mft, message-gen-unsubscribed-mft): Removed function
3261         names.
3262
3263         * mml.el (mml-preview-insert-mail-followup-to): New function name.
3264         (mml-preview-insert-mft): Removed function name.
3265         (mml-preview): Use new function names.
3266
3267         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
3268
3269         * message.el (message-mode-field-menu): Moved header related
3270         commands from "Message" to "Field" menu.
3271
3272 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3273
3274         * message.el (message-generate-headers-first): Added customization
3275         if variable is a list.
3276
3277 2003-01-07  Michael Shields  <shields@msrl.com>
3278
3279         * gnus-art.el (gnus-article-next-page): Correctly handle the case
3280         where the last line of the article is the last line of the window.
3281
3282 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3283
3284         * gnus-msg.el (gnus-debug): Use ignore-errors.
3285
3286         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
3287         `gnus-summary-update-line'.
3288
3289 2003-01-08  Simon Josefsson  <jas@extundo.com>
3290
3291         * gnus-art.el (gnus-unbuttonized-mime-types)
3292         (gnus-buttonized-mime-types): Doc fix.
3293
3294 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
3295
3296         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
3297
3298 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3299
3300         * nnrss.el (nnrss-group-alist): Add and clear up.
3301
3302 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3303
3304         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
3305
3306         * lpath.el (bbdb-search): added BBDB functions for a better way to
3307         fix missing functions
3308
3309         * spam.el (spam-check-ifile): if should be an unless
3310
3311         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
3312         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
3313         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
3314
3315 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3316
3317         * gnus-sum.el (gnus-summary-make-menu-bar): Added
3318         gnus-summary-refer-thread to thread menu.
3319
3320 2003-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3321
3322         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
3323         summary buffer, articles that cannot be fetched are marked as
3324         canceled.
3325
3326         * nntp.el (nntp-with-open-group): The quit signal handler must
3327         propagate the quit signal to the next outer handler so that the
3328         caller knows that the request aborted abnormally.
3329
3330 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3331
3332         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
3333         (spam-ifile-register-spam-routine)
3334         (spam-ifile-register-ham-routine): added ifile functionality that
3335         does not use ifile-gnus.el to classify and register articles
3336         (spam-get-article-as-string): convenience function
3337         (spam-summary-prepare-exit): added ifile spam and ham registration
3338         (spam-ifile-all-categories, spam-ifile-spam-category)
3339         (spam-ifile-path, spam-ifile): added customization options
3340
3341         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
3342         exit processor
3343         (spam-process): added gnus-group-ham-exit-processor-ifile to the
3344         list of choices
3345
3346 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3347
3348         * gnus-score.el (gnus-score-followup): Also score immediate
3349         followups.
3350
3351 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3352
3353         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
3354
3355 2003-01-07  Simon Josefsson  <jas@extundo.com>
3356
3357         * message.el (message-mode-menu): Fix receipt balloon help.
3358
3359 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
3360
3361         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
3362         always be interpreted as news.
3363
3364 2003-01-07  Simon Josefsson  <jas@extundo.com>
3365
3366         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
3367         gnus-sieve-script, instead of the global variable
3368         gnus-sieve-crosspost.  One-line patch from Steinar Bang
3369         <sb@dod.no>.
3370
3371 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3372
3373         * gnus.el: Renamed gnus-summary-*-uncached-face as
3374         gnus-summary-*-undownloaded-face to avoid confusing the agent with
3375         the cache.
3376
3377         * gnus-sum.el: Ditto.
3378
3379 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3380
3381         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
3382         in either the group or summary buffer.
3383         New command "JS", in summary buffer, will fetch articles per the
3384         group's category, predicate, and processable flags.
3385         (gnus-agent-summary-fetch-series): Rewritten to call
3386         gnus-agent-session-fetch-group once with all articles in the
3387         series.
3388         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
3389         return list of fetched articles.
3390         (gnus-agent-fetch-articles): Split fetch list into sublists such
3391         that the article buffer is only slightly larger than
3392         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
3393         the group's article alist is saved.
3394         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
3395         longer result in the agent trying to fetch an article.
3396         (gnus-agent-fetch-group-1): Can now be called in either the group
3397         or summary buffer.  Removed the max-fetch-size code that I added
3398         on 2002-12-13 as that capability is now part of
3399         gnus-agent-fetch-articles.  Added code to update summary buffer.
3400         When called in the group buffer, articles that can not be fetched
3401         are AUTOMATICALLY MARKED AS READ.
3402
3403         * gnus-sum.el (): Modified eval-when-compile to minimize
3404         misleading compilation warnings.
3405         (gnus-update-summary-mark-positions): Changed code to use
3406         gnus-undownloaded-mark rather than gnus-downloaded-mark.
3407
3408         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
3409         empty file as the parser assumes that the file isn't empty.
3410
3411         * nntp.el (nntp-send-string): The process-send-string call can,
3412         because it performs I/O on the process, change the process' state
3413         from open to closed.  If this happens, call nntp-report
3414         immediately to report the broken connection.
3415         (nntp-report): Rewritten to avoid needing a global variable to
3416         determine the appropriate course of action.  Instead, two function
3417         implementations are provided and the nntp-report function value is
3418         bound to the appropriate implementation.
3419         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
3420         (nntp-with-open-group): Now binds nntp-report's function cell
3421         rather than binding gnus-with-open-group-first-pass.  Added a
3422         condition-case to detect a quit during a nntp command.  When the
3423         quit occurs, the current connection is closed as a fetch articles
3424         request could have several megabytes queued up for reading.
3425         (nntp-retrieve-headers): Bind articles to itself.  If
3426         nntp-with-open-group repeats this command, I must have access to
3427         the original list of articles.
3428         (nntp-retrieve-groups): Ditto for groups.
3429         (nntp-retrieve-articles): Ditto for articles.
3430         (*): Replaced nntp-possibly-change-group calls to
3431         nntp-with-open-group forms in all, but one, occurrance.
3432         (nntp-accept-process-output): Bug fix. Detect when called with
3433         null process.
3434
3435 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
3436
3437         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
3438         if we don't need to.
3439         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
3440
3441 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3442
3443         * gnus-group.el (gnus-group-make-web-group): Pass the select
3444         method on to group-create.
3445         (gnus-group-line-format-alist): %U is an integer.
3446
3447         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
3448         ephemeral groups.
3449         (gnus-summary-read-group-1): Ditto.
3450         (gnus-group-make-articles-read): Ditto.
3451
3452         * mm-url.el (mm-url-program): Doc fix.
3453
3454         * message.el (message-mode-map): Rebound
3455         message-insert-wide-reply.
3456
3457 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3458
3459         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
3460         color as `gnus-group-startup-message' does.
3461
3462 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
3463
3464         * spam.el: fixed line lengths to 80 chars or less
3465
3466         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
3467         "not-read" mark
3468         (gnus-summary-mark-forward): added the spam-mark to the list of
3469         marks not to be marked as "read" when viewed
3470
3471 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3472
3473         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
3474
3475         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
3476         Protect against unactive groups.
3477
3478         * message.el (message-check-news-header-syntax): Check long
3479         header lines.
3480         (message-check-news-header-syntax): Update `start'.
3481
3482         * gnus-group.el (gnus-group-expire-articles): Doc fix.
3483         (gnus-group-line-format): %U.
3484         (gnus-group-line-format-alist): ?U.
3485         (gnus-number-of-unseen-articles-in-group): New function.
3486
3487         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
3488
3489         * gnus.el (gnus-version-number): Bump version number.
3490
3491 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3492
3493         * gnus.el: Oort Gnus v0.10 is released.
3494
3495 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3496
3497         * gnus.el (gnus-version-number): Fix version number.
3498
3499 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3500
3501         * gnus.el: Oort Gnus v0.08 is released.
3502
3503 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
3504
3505         * mm-util.el: Add mm-string-make-unibyte.
3506
3507         * gnus-group.el (gnus-group-jump-to-group): Make it work for
3508         UTF-8 groups.
3509
3510 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3511
3512         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
3513
3514         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
3515
3516 2003-01-04  Kevin Ryde  <user42@zip.com.au>
3517
3518         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
3519         function.
3520
3521 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3522
3523         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
3524         (gnus-summary-read-group-1): Update group line.
3525         (gnus-summary-exit-no-update): Update group on exit.
3526
3527         * gnus-group.el (gnus-group-line-format): Add %*.
3528         (gnus-group-line-format-alist): Ditto.
3529         (gnus-group-insert-group-line): Set it.
3530         (gnus-group-is-exiting-p): New variable.
3531         (gnus-group-insert-group-line): Use it.
3532
3533 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
3534
3535         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
3536         enable BBDB ham processing
3537         (spam-blacklist-register-routine): enable blacklist spam processing
3538         (spam-whitelist-register-routine): enable whitelist ham processing
3539         (spam-fetch-field-from-fast): fast fetching of the "from" field
3540         from (gnus-data-list)
3541         (spam-summary-prepare-exit): works completely now
3542         (spam-use-blacklist): oops, should be nil by default
3543         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
3544         split processing now; before it was for summary exit as
3545         well but that's done with the spam-contents and spam-process
3546         parameters now
3547
3548 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
3549
3550         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
3551         characters.
3552
3553 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
3554
3555         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
3556         (spam-group-processor-p, spam-group-processor-bogofilter-p)
3557         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
3558         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
3559         (spam-mark-spam-as-expired-and-move-routine)
3560         (spam-generic-register-routine, spam-BBDB-register-routine)
3561         (spam-ifile-register-routine, spam-blacklist-register-routine)
3562         (spam-whitelist-register-routine): new functions
3563         (spam-summary-prepare-exit): added summary exit processing (expire
3564         or move) of spam-marked articles for spam groups; added slots for
3565         all the spam-*-register-routine functions
3566
3567 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3568
3569         * pop3.el (pop3-retr): Wait 500 msecs.
3570         (pop3-read-response): Ditto.
3571
3572         * gnus-msg.el (gnus-setup-message): Get the evaliation order
3573         right.
3574         (gnus-inews-make-draft): New function.
3575         (gnus-setup-message): Use it.
3576
3577         * message.el (message-required-headers): Add From.
3578
3579 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3580         Trivial patch from Norbert Koch <nk@viteno.net>.
3581
3582         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
3583
3584 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3585
3586         * message.el (message-generate-headers): Let header formatters do
3587         their work.
3588
3589 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
3590
3591         * deuglify.el (gnus-article-outlook-deuglify-article):
3592         Rehighlight, reapply treatments and call
3593         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
3594         (gnus-outlook-repair-attribution-block): Recognize cited
3595         attributions.  Suggested by Niklas Morberg.
3596
3597 2003-01-02  Pete Kazmier  <pete@kazmier.com>
3598
3599         * gnus-art.el (gnus-treat-predicate): Check condition first.
3600
3601 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
3602
3603         * lpath.el: Add url-http-file-exists-p.
3604
3605         * gnus-group.el (gnus-group-fetch-charter): Use
3606         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
3607
3608 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3609
3610         * message.el (message-draft-headers): Also generate From to get a
3611         nicer draft buffer summary.
3612
3613         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
3614         parameter.
3615
3616         * gnus-art.el (article-wash-html): Clean up.
3617         (article-wash-html): Typo fix.
3618
3619         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
3620         (gnus-summary-mail-forward): To many lists of lists.
3621
3622         * gnus-art.el (article-wash-html): Clean up.
3623
3624 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
3625
3626         * gnus-art.el (gnus-treat-wash-html): New variable.
3627
3628 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3629
3630         * message.el (message-check-news-header-syntax): Allow posting.
3631         (message-check-news-header-syntax): Fix logic for sure, this
3632         time.
3633
3634 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
3635
3636         * message.el (message-check-news-header-syntax): Check syntax of
3637         continuation headers.
3638
3639 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
3640
3641         * gnus-art.el (gnus-button-url-regexp,
3642         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
3643         (gnus-header-button-alist): Regexps are case insensitive here.
3644
3645 2003-01-02  Simon Josefsson  <jas@extundo.com>
3646
3647         * dig.el (query-dig): Doc fix.
3648
3649 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3650
3651         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
3652         summary buffer line, not just the download mark.
3653
3654 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3655
3656         * gnus-sum.el (gnus-summary-goto-subjects): New function.
3657         (gnus-summary-insert-dormant-articles): New command and
3658         keystroke.
3659
3660         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
3661         function for mass insertion of subjects.
3662
3663         * nndraft.el (nndraft-generate-headers): Don't move point.
3664
3665         * gnus.el (nnheader): Require nnheader.
3666
3667         * nndraft.el (nndraft-request-associate-buffer): Use
3668         make-local-variable.
3669
3670 2003-01-02  Michael Shields  <shields@msrl.com>
3671
3672         * nndraft.el (nndraft-request-associate-buffer): Make
3673         write-contents-hooks buffer-local before setting it.
3674
3675 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3676
3677         * gnus.el (gnus-group-parameter-value): Take an extra param.
3678         (gnus-group-fast-parameter): Let group param results be nil.
3679
3680         * gnus-art.el (gnus-article-forward-header): New function.
3681         (article-date-ut): Use it to remove continuation date headers.
3682
3683         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
3684         read-event.
3685         (gnus-summary-remove-bookmark): Clean up.
3686         (gnus-summary-set-bookmark): Clean up.
3687
3688         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
3689
3690         * gnus.el (gnus-group-startup-message): Bind data-directory to
3691         the Gnus etc directory.
3692
3693 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
3694
3695         * spam.el (spam-summary-prepare-exit): added slots for spam- and
3696         ham-processing of articles; use the new
3697         spam-group-(spam|ham)-contents-p functions
3698         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
3699         convenience functions
3700         (spam-mark-junk-as-spam-routine): use the new
3701         spam-group-spam-contents-p function
3702
3703         * gnus.el (spam-process, spam-contents, spam-process-destination):
3704         added new parameters with corresponding global variables
3705         (gnus-group-spam-exit-processor-ifile,
3706         gnus-group-spam-exit-processor-bogofilter,
3707         gnus-group-spam-exit-processor-blacklist,
3708         gnus-group-spam-exit-processor-whitelist,
3709         gnus-group-spam-exit-processor-BBDB,
3710         gnus-group-spam-classification-spam,
3711         gnus-group-spam-classification-ham): added new symbols for the
3712         spam-process and spam-contents parameters
3713
3714         * spam.el (spam-ham-marks, spam-spam-marks): changed list
3715         customization and list itself to store mark symbol rather than
3716         mark character.
3717         (spam-bogofilter-register-routine): added logic to generate mark
3718         values list from spam-ham-marks and spam-spam-marks, so (member)
3719         would work.
3720
3721 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3722
3723         * message.el (message-cross-post-followup-to): Fix comment.
3724
3725 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
3726
3727         * spam.el (spam-ham-marks, spam-spam-marks): changed list
3728         customization and list itself to store mark symbol rather than
3729         mark character.
3730         (spam-bogofilter-register-routine): added logic to generate mark
3731         values list from spam-ham-marks and spam-spam-marks, so (member)
3732         would work.
3733
3734 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
3735
3736         * message.el (message-signature-insert-empty-line): New variable.
3737
3738 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3739
3740         * message.el: Renamed functions and variables: "xpost" ->
3741         "cross-post", "-fup2" -> "-followup-to".
3742         (message-cross-post-old-target, message-cross-post-default,
3743         message-cross-post-note, message-followup-to-note,
3744         message-cross-post-note-function): New variables names.
3745         (message-xpost-old-target, message-xpost-default,
3746         message-xpost-note, message-fup2-note,
3747         message-xpost-note-function): Removed variable names.
3748         (message-cross-post-followup-to-header,
3749         message-cross-post-insert-note, message-cross-post-followup-to):
3750         New function names.
3751         (message-xpost-fup2-header, message-xpost-insert-note,
3752         message-xpost-fup2): Removed function names.
3753
3754 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3755
3756         * message.el (message-send-mail): Added message-cleanup-headers to
3757         prevent newlines in headers.
3758
3759 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3760
3761         * dns.el (dns-make-network-process): Comment.
3762
3763         * gnus-sum.el (gnus-summary-display-while-building): Default to
3764         nil.
3765
3766 2003-01-01  Wes Hardaker  <wes@hardakers.net>
3767
3768         * gnus-sum.el (gnus-summary-display-while-building): New
3769         variable.
3770
3771 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
3772
3773         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
3774         before rearranging the article.
3775
3776 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3777
3778         * nndraft.el (nndraft-generate-headers): New function.
3779         (nndraft-request-associate-buffer): Use it to write headers on
3780         buffer save.
3781
3782         * message.el (message-generate-headers): Let the function be a
3783         lambda form.
3784         (message-draft-headers): New variable.
3785
3786         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
3787         function.
3788         (gnus-setup-message): Use it.
3789
3790         * message.el (message-generate-headers-first): Doc fix.
3791         (message-setup-1): Use new function for getting which headers to
3792         generate.
3793         (message-headers-to-generate): New function.
3794
3795 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3796
3797         * gnus-agent.el (gnus-agent-save-alist): Make directory.
3798
3799 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
3800
3801         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
3802         mention negatives.
3803
3804 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
3805
3806         * deuglify.el (gnus-outlook-rearrange-article): Use
3807         `transpose-regions' instead of tempering the kill-ring.
3808         (gnus-article-outlook-deuglify-article): Rehighlight article
3809         instead of a complete redisplay.
3810
3811 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
3812
3813         * spam.el: most defvars are defcustoms now
3814
3815         patches from Michael Shields  <shields@msrl.com>
3816
3817         * spam.el (spam-bogofilter-articles): Select the article
3818         body using gnus-summary-show-article t instead of
3819         gnus-summary-select-article; this presents the raw text
3820         without running any hooks.
3821
3822         * spam.el (spam-bogofilter-articles): Use message-remove-header
3823         to remove headers; the old way incorrectly removed just the first
3824         line of folded headers.
3825
3826 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3827
3828         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
3829
3830 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3831
3832         * gnus-start.el (gnus-load): New function.
3833         (gnus-read-newsrc-el-file): Use it.
3834
3835 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3836
3837         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
3838         (gnus-button-handle-apropos-documentation): New function.
3839         (gnus-button-handle-ctan): New function.
3840         (gnus-button-alist): Use them.  Improve some regexps.
3841         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
3842
3843 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3844
3845         * message.el (message-subscribed-p): New function.
3846         (message-send-mail): Use it.
3847         * mml.el (mml-preview-insert-mft): New function.
3848         (mml-preview): Use it.
3849
3850 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3851
3852         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
3853         when sorting by date.
3854
3855         * gnus-art.el (gnus-article-edit-mode): New variable.
3856         (gnus-article-setup-buffer): Warn user about discarding edits.
3857
3858         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
3859         (gnus-summary-pipe-output): Take a symbolic prefix to save all
3860         headers.
3861
3862         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
3863
3864 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3865
3866         * message.el (message-completion-alist): Added "Mail-Followup-To"
3867         and "Mail-Copies-To".
3868
3869 2002-07-21  Jesper harder  <harder@ifa.au.dk>
3870
3871         * gnus-group.el: Add key bindings for
3872         gnus-group-sort-groups-by-real-name and
3873         gnus-group-sort-selected-groups-by-real-name.
3874
3875 2002-07-21  Jesper harder  <harder@ifa.au.dk>
3876
3877         * gnus.texi (Sorting Groups): Add key bindings for
3878         gnus-group-sort-groups-by-real-name and
3879         gnus-group-sort-selected-groups-by-real-name.
3880
3881 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
3882
3883         * spam.el (spam-use-dig): new variable for blackhole checking
3884         through dig.el
3885         (spam-check-blackholes): added dig.el checking functionality and
3886         more verbose reporting; query-dig is autoloaded from dig.el
3887         (spam-use-blackholes): disabled by default
3888         (spam-blackhole-servers): removed rbl.maps.vix.com from the
3889         blackhole servers list
3890
3891 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3892
3893         * message.el (message-required-headers): New variable.
3894
3895 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
3896
3897         * dig.el (query-dig): new function
3898
3899 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3900
3901         * flow-fill.el (fill-flowed): Don't infloop on too long fill
3902         prefixes.
3903
3904         * dns.el (query-dns): Protect against errors.
3905
3906         * gnus-msg.el (gnus-article-yanked-articles): New variable.
3907         (gnus-inews-add-send-actions): Mark all answered messages as
3908         answered.
3909
3910 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
3911
3912         * nnmail.el (nnmail-split-it): Added tracing to
3913         `:' split rule
3914
3915 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
3916
3917         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
3918         and "%s" so we don't overquote them.
3919
3920 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
3921
3922         * (mm-display-external): Display the actual command that has been
3923         executed in the echo area.
3924
3925 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3926
3927         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
3928
3929         * message.el (message-with-reply-buffer): New macro.
3930         (message-fetch-reply-field): Use it.
3931         (message-insert-wide-reply): New command and keystroke.
3932         (message-carefully-insert-headers): New function.
3933         (message-insert-to): Use new function.
3934
3935         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
3936         (gnus-topic-goto-missing-group): Use it.
3937
3938         * message.el (message-required-news-headers): Removed Lines.
3939         (message-reply): Don't insert References first.
3940         (message-followup): Ditto.
3941         (message-make-references): New function.
3942         (message-followup): Set message-reply-headers before generating
3943         the buffer stuff.
3944
3945 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
3946
3947         * mml.el (mml-generate-mime-1): Reverse the order of
3948         encoding/flowing.
3949
3950 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3951
3952         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
3953         after moving them.
3954
3955         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
3956         fit with newer standard format.
3957         (gnus-summary-make-false-root-always): New variable.
3958         (gnus-gather-threads-by-subject): Use it.
3959
3960         * message.el (message-get-reply-headers): Take an address list
3961         optional argument.
3962
3963 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3964
3965         * gnus.el (gnus-keep-backlog): Change default to 20.
3966
3967         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
3968         start.
3969         (gnus-agent-check-overview-buffer): Remove negative article
3970         numbers.
3971
3972         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
3973         (nnmail-cache-ignore-groups): Doc fix.
3974
3975         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
3976         (nnimap-debug-buffer): New variable.
3977         (nnimap-debug): Use it.
3978
3979 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
3980
3981         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
3982
3983 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3984
3985         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
3986         they aren't already sorted.
3987
3988 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
3989
3990         * message.el (message-mode-menu): Add ellipses to menu items
3991         expecting user interaction.
3992         (message-mode-field-menu): do.
3993
3994 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
3995
3996         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
3997         it isn't used any more.
3998
3999 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
4000
4001         * binhex.el (binhex-decoder-program): Fix docstring.
4002
4003 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4004
4005         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
4006         special chars if the mailcap file uses single quotes around %s.
4007         From Laurent Martelli <laurent@bearteam.org>.
4008
4009 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
4010
4011         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
4012         return the info object.
4013
4014 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
4015
4016         * gnus-int.el (gnus-request-update-info): Artificially add
4017         (1 . (1- min)) to the read range, in case the backend doesn't
4018         store marks for nonexistent articles.
4019
4020 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4021
4022         * binhex.el (binhex-insert-char): Eval-and-compile.
4023
4024 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
4025
4026         * lpath.el: Add tool-bar-local-item-from-menu.
4027
4028         * message.el (message-tool-bar-local-item-from-menu): New function.
4029         (message-tool-bar-map): Use it.
4030
4031 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
4032
4033         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
4034
4035         * gnus-art.el (gnus-article-header-rank): Last header in
4036         gnus-sorted-header-list should have higher rank than non-members.
4037
4038 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4039
4040         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
4041         covered methods.
4042
4043 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4044
4045         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
4046         eval-when-compile.  Suggested by Kevin Greiner.
4047
4048 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
4049
4050         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
4051         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
4052         even though no headers may have been fetched
4053         (gnus-agent-fetch-group-1, and perhaps others, require this
4054         behavior).
4055         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
4056         server buffer is constrained by gnus-agent-max-fetch-size.
4057         Multiple chunks in the same group may perform arbitrarily large
4058         updates.
4059
4060 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
4061
4062         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
4063         gnus-summary-update-download-mark to update the article in the
4064         summary.
4065
4066 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
4067
4068         * gnus.el (gnus-summary-high-uncached-face,
4069         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
4070         New faces.
4071
4072         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
4073         added this on 2002-11-23 but it just wasn't working out as
4074         intended.  The idea isn't entirely dead, three new faces
4075         gnus-summary-*-uncached-face are being added to gnus.el to provide
4076         the basis for an improved implementation.
4077         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
4078         proper file to open is lib/servers.
4079         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
4080         (i.e. removing the article from gnus-newsgroup-downloadable) will
4081         now restore the article's default mark rather than simply setting
4082         no mark.
4083         (gnus-agent-get-undownloaded-list): Corrected documentation.
4084         Added code to set new summary local variable,
4085         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
4086         a temporary list.  No longer sets gnus-newsgroup-downloadable.
4087         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
4088         up to date.  Call new gnus-summary-update-download-mark to keep
4089         summary buffer up-to-date.
4090         (gnus-agent-fetch-selected-article): Keep
4091         gnus-newsgroup-undownloaded up to date.
4092         (gnus-agent-fetch-articles): Return list of articles that were
4093         successfully fetched.
4094         (gnus-agent-check-overview-buffer): No more thingatpt.
4095         (gnus-agent-expire): No longer deletes NOV entries of unread
4096         articles.
4097         (gnus-agent-unread-articles): New function.
4098         (gnus-agent-regenerate-group): The article number must be
4099         terminated by a tab character.  Added more messages to report
4100         repairs.  Inhibit quits while writing changes so it is now safe
4101         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
4102         downloaded to 1) resolve the unbound references and 2) avoid
4103         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
4104
4105         * gnus-art.el (gnus-article-prepare): The agent
4106         downloaded/undownloaded mark is no longer stored as the article's
4107         mark.
4108
4109         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
4110         gnus-summary-highlight may use it.  Added downloaded as
4111         gnus-summary-highlight was using it.
4112
4113         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
4114         the download mark now follows Kai's +/- convention.
4115         (gnus-downloaded-mark): Added ?+ mark.
4116         (gnus-summary-highlight): Added rules to select
4117         gnus-summary-high-uncached-face,
4118         gnus-summary-normal-uncached-face, and
4119         gnus-summary-low-uncached-face.  Removed the
4120         gnus-agent-downloaded-article-face.
4121         (gnus-summary-line-format-alist): Implemented the download flag
4122         format (?O) as named in the manual.  This implementation displays
4123         either gnus-undownloaded-mark, gnus-downloaded-mark, or
4124         gnus-no-mark.
4125         (gnus-newsgroup-agentized): New local variable that identifies
4126         which groups are agentized.  While the agent is now on by default,
4127         you don't have to agentize every server that you use.
4128         (gnus-update-summary-mark-positions): Completed support for the
4129         download type of mark.
4130         (gnus-summary-insert-line): Added undownloaded to the parameters.
4131         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
4132         reference by the gnus-summary-line-format-spec.
4133
4134         * nntp.el (nntp-with-open-group): This macro handles dropped or
4135         broken connections by opening a new connection and repeating the
4136         failed command.
4137         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
4138         XOVER commands preceeding the active articles with the nov entry
4139         of the first available article.  When gnus connected to such a
4140         server, the unexpected nov entry would result in duplicate lines
4141         in the agent's overview file.  This patch fixes the duplicate
4142         lines problem and improves performance by skipping over all
4143         articles IDs that preceed the first nov entry in the server's
4144         reply.
4145
4146 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4147
4148         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
4149         (gnus-summary-highlight): Use it instead of `downloaded'.
4150         (gnus-summary-highlight-line): Ditto.
4151
4152         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
4153
4154 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4155
4156         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
4157
4158         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
4159         calls.
4160
4161         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
4162         downloaded variable if we're in an uncovered group.
4163
4164         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
4165         font to soemthing less noticeable.
4166         (gnus-agent-group-covered-p): New function.
4167
4168 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4169
4170         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
4171         Because of an unknown bug, the group buffer is saved in .overview
4172         file.
4173
4174 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4175
4176         * nntp.el (nntp-send-command): Braino in last commit.  Replace
4177         `and' with `or'.
4178
4179 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4180
4181         * nntp.el (nntp-send-command): Assume that echo does not happen
4182         when nntp-open-connection-function is nntp-open-network-stream.
4183         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
4184
4185 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4186
4187         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
4188
4189 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
4190
4191         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
4192         nntp-server-buffer if we aren't going to write to it.
4193
4194 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4195         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
4196
4197         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
4198
4199 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4200
4201         * rfc2047.el (rfc2047-decode-region): Remove newlines between
4202         decoded words.
4203
4204 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4205
4206         * gnus.el (fboundp): After loading mm-util, make sure it was the
4207         right one.
4208
4209 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4210
4211         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
4212         gnus-sum.  Made into a user option.
4213
4214         * gnus-sum.el (gnus-simplify-ignored-prefixes)
4215         (gnus-summary-mark-article-as-unread)
4216
4217 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4218
4219         * time-date.el (date-to-time): Typo.
4220
4221         * parse-time.el: Typo.
4222
4223         * nnsoup.el (nnsoup-retrieve-headers): Typo.
4224
4225         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
4226
4227         * nnimap.el:
4228         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
4229
4230         * mm-encode.el (mm-safer-encoding): Typo.
4231
4232         * messcompat.el: Typo.
4233
4234         * message.el (message-face-alist): Typo.
4235
4236         * imap.el (imap-interactive-login, imap-open): Typos.
4237
4238         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
4239
4240         * gnus.el: Typo.
4241
4242         * gnus-win.el (gnus-configure-frame): Typo.
4243
4244         * gnus-util.el (gnus-atomic-progn-assign): Typo.
4245
4246         * gnus-topic.el (gnus-topic-sort-topics): Typo.
4247
4248         * gnus-sum.el (gnus-summary-article-number)
4249         (gnus-summary-read-group-1, gnus-summary-mark-article)
4250         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
4251
4252         * gnus-mule.el (gnus-mule-add-group): Typo.
4253
4254         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
4255
4256         * gnus-group.el (gnus-group-fetch-faq): Typo.
4257
4258         * gnus-art.el (gnus-decode-header-methods): Typo.
4259
4260         * flow-fill.el: Typo.
4261
4262 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
4263
4264         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
4265
4266 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4267
4268         * gnus-sum.el (gnus-simplify-ignored-prefixes)
4269         (gnus-summary-mark-article-as-unread)
4270         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
4271         Reformatting to avoid long lines.
4272         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
4273
4274 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
4275
4276         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
4277         be accessed through `mail-header-number'.
4278
4279 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4280
4281         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
4282         compressed range to gnus-summary-insert-articles.
4283
4284 2002-11-26  Kevin Ryde <user42@zip.com.au>
4285
4286         * gnus-art.el (gnus-mime-copy-part): Look for filename
4287         parameter under content-disposition, not content-type.
4288
4289         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
4290         (gnus-summary-reselect-current-group): Use it.
4291
4292 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4293
4294         * gnus-agent.el (gnus-agent-uncached-articles): if
4295         gnus-agent-load-alist fails, return ARTICLES.
4296
4297         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
4298
4299 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4300
4301         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
4302         superfluous function call.
4303         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
4304         Add warning to docstring.
4305
4306 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4307
4308         * gnus-agent.el: Autoload number-at-point instead.
4309         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
4310
4311 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4312
4313         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
4314         require thingatpt (for number-at-point) and protect against
4315         deactivate-mark being unbound (on XEmacs).
4316
4317 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4318
4319         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
4320         print message on entry.
4321
4322         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
4323
4324         * gnus-range.el (gnus-range-difference): New function.
4325         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
4326
4327 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4328
4329         * gnus-sum.el (gnus-summary-insert-old-articles): Use
4330         gnus-remove-from-range instead of gnus-range-difference which
4331         doesn't exist.
4332
4333 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4334         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
4335
4336         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
4337         used for showing which articles have been downloaded.
4338         (gnus-agent-article-alist): Format change.  Add documentation.
4339         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
4340         process-marked articles.
4341         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
4342         in the series are individually fetched to minimize lose of
4343         content due to an error/quit.
4344         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
4345         gnus-message instead of message.
4346         (gnus-agent-read-servers): Use file lib/methods instead of
4347         lib/servers.  TODO: Why?
4348         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
4349         (gnus-agent-get-undownloaded-list): Remove articles that appear to
4350         come from the agent.  This means that they are not downloaded.
4351         (gnus-agent-fetch-selected-article): Don't use history.
4352         (gnus-agent-save-history, gnus-agent-enter-history)
4353         (gnus-agent-article-in-history-p, gnus-agent-history-path):
4354         Removed function; history is not used anymore.
4355         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
4356         (gnus-agent-crosspost): Started rewrite then realized that a typo
4357         in gnus-agent-fetch-articles ensures that this function is never
4358         called.  This will need to be fixed later.
4359         (gnus-agent-check-overview-buffer): Some sanity checks on the
4360         agent overview buffer.  This is a safety net used during
4361         development.
4362         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
4363         changed, write a number to the file indicating this.
4364         (gnus-agent-fetch-headers): Rewrite to respect
4365         gnus-agent-consider-all-articles without relying on the
4366         `.fetched' files.  Make it fast.
4367         (gnus-agent-braid-nov): Change resulting from
4368         gnus-agent-fetch-headers change.
4369         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
4370         `.fetched' files.
4371         (gnus-agent-read-agentview): New function, used by
4372         gnus-agent-load-alist.
4373         (gnus-agent-load-fetched-headers): Remove.
4374         (gnus-agent-save-alist): Rewrite to accomodate new format.
4375         (gnus-agent-fetch-group-1): Make sure list of articles is in the
4376         same order as in gnus-newsgroup-headers.
4377         (gnus-agent-expire): Document and implement extra args ARTICLES,
4378         GROUP, FORCE.  Do not restrict usage.
4379         (gnus-agent-uncached-articles): New function.
4380         (gnus-agent-retrieve-headers): Use it.
4381         (gnus-agent-regenerate-group): No longer needs to be called from
4382         gnus-agent-regenerate.  Individual groups may be regenerated. The
4383         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
4384         The article fetch dates are validated in the article alist.  The
4385         article alist is pruned of entries that do not reference existing
4386         NOV entries.  All changes are computed then applied with
4387         inhibit-quit bound to t.  As a result, it is now safe to quit out of
4388         regeneration.  The optional clean parameter has been replaced with
4389         an optional reread parameter.  Clean is no longer necessary as
4390         regeneration gets the appropriate setting from
4391         gnus-agent-consider-all-articles.  The new reread parameter will
4392         result in fetched, or all, articles being marked as unread.
4393         (gnus-agent-regenerate): Removed code to regenerate the history
4394         file as it is no longer used.
4395
4396         * gnus-start.el (gnus-make-ascending-articles-unread): New
4397         function, for efficient mass-marking.
4398
4399         * gnus-sum.el (gnus-summary-highlight): Use new face for
4400         downloaded articles.
4401         (gnus-article-mark): Prefer to indicate read/unread status over
4402         downloaded status.
4403         (gnus-summary-highlight-line-0): New function, maybe rehighlights
4404         line.
4405         (gnus-summary-highlight-line): Use new face for downloaded
4406         articles.
4407         (gnus-summary-insert-old-articles): Improved performance by
4408         replacing the initial LIST of older articles with a compressed
4409         RANGE of older articles.  Some servers appear to lie about
4410         their active range so the original list could contain millions
4411         of article numbers.  The range is not expanded into a list
4412         until the optional ALL parameter has been applied.
4413
4414 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4415
4416         * gnus-agent.el (gnus-category-mode): Typo in doc string.
4417
4418 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
4419
4420         * spam.el:
4421         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
4422
4423         * spam.el: added `M s t' and `M s x' key mappings
4424
4425 2002-11-20  Simon Josefsson  <jas@extundo.com>
4426
4427         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
4428
4429 2002-11-19  Simon Josefsson  <jas@extundo.com>
4430
4431         * gnus-sum.el (gnus-summary-morse-message): Load
4432         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
4433         (unmorse-region): Autoload it instead.
4434
4435 2002-11-18  Simon Josefsson  <jas@extundo.com>
4436
4437         * gnus-sum.el (gnus-summary-morse-message): New function.
4438         (gnus-summary-wash-map): Bind to `W m'.
4439         (gnus-summary-make-menu-bar): Add.
4440
4441         * nnimap.el (nnimap-request-expire-articles): Compress sequence
4442         before storing \Deleted mark on expired articles.
4443
4444 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
4445         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
4446
4447         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
4448         parens in column 0.
4449
4450 2002-11-17  Juanma Barranquero  <lektu@terra.es>
4451
4452         * nnweb.el (nnweb-google-create-mapping): Fix typo.
4453
4454         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
4455
4456         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
4457
4458 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4459
4460         * message.el (message-set-auto-save-file-name): Use
4461         make-directory, to avoid the dependence on gnus-util.
4462
4463 2002-11-16  Simon Josefsson  <jas@extundo.com>
4464
4465         * nnimap.el (nnimap-callback-callback-function):
4466         (nnimap-callback-buffer): Removed, these cannot be global but must
4467         be embedded into the callback.
4468         (nnimap-make-callback): New.  Embedd article number, callback and
4469         buffer in function.
4470         (nnimap-callback, nnimap-request-article-part): Update.
4471
4472 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4473
4474         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
4475
4476 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4477
4478         * gnus.el (gnus-summary-line-format): Document %C.
4479
4480 2002-11-11  Simon Josefsson  <jas@extundo.com>
4481
4482         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
4483         output when called interactively.
4484
4485 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4486
4487         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
4488
4489         * message.el (message-draft-coding-system): Improve comment; use
4490         mm-auto-save-coding-system for the default value.
4491
4492         * nndraft.el (nndraft-request-article): Revert to the state before
4493         2002-10-29; regexp-quote mail-header-separator.
4494
4495 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
4496
4497         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
4498         allow editing of drafts from an nnvirtual group.
4499
4500 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4501
4502         * nndraft.el (nndraft-request-article): Replace emacs-mule with
4503         mm-auto-save-coding-system.
4504
4505         * message.el (message-draft-coding-system): Default to
4506         iso-2022-7bit.
4507
4508         * mm-util.el (mm-auto-save-coding-system): Undo last change to
4509         restore the default value to emacs-mule or escape-quoted.
4510
4511 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4512
4513         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
4514         a delayed or a queued article as well as a draft.
4515
4516         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
4517         delayed or a queued article in the raw format; treat a delayed
4518         article as a raw article as well as a draft.
4519         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
4520         for the delayed group.
4521
4522         * nndraft.el (nndraft-request-article): Ignore auto save files for
4523         a delayed or a queued article; don't bother to decode a queued
4524         article; don't bind nnmail-file-coding-system for a queued article.
4525
4526         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
4527         and the queue group.
4528
4529 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
4530
4531         * gnus-group.el (gnus-group-delete-group):
4532         gnus-cache-active-hashtb might be void.
4533
4534 2002-11-02  Simon Josefsson  <jas@extundo.com>
4535
4536         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
4537         setting of the default user ID.  From Raymond Scholz
4538         <ray-2002@zonix.de>.
4539
4540 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
4541
4542         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
4543         charset.
4544
4545 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
4546         From Alex Schroeder <alex@emacswiki.org>
4547         * spam-stat.el (spam-stat-process-directory): add dir to message
4548         (spam-stat-reduce-size): No longer remove words
4549         with values close to 0.5, because the default value is 0.2.
4550
4551 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4552
4553         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
4554         documentation.
4555
4556 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4557
4558         * gnus-agent.el (gnus-agent-fetched-headers)
4559         (gnus-agent-load-fetched-headers)
4560         (gnus-agent-save-fetched-headers): Remove variable and two
4561         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
4562         works better.
4563         (gnus-agent-fetch-headers): New implementation from Kevin
4564         Greiner.  Uses gnus-agent-article-alist to store information
4565         about fetched messages which aren't on the server anymore.  The
4566         trick is to return a list of considered messages to the caller,
4567         but to only fetch those which haven't been fetched yet.
4568
4569 2002-10-30  Simon Josefsson  <jas@extundo.com>
4570
4571         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
4572
4573         * pgg.el (pgg-passphrase-cache-expiry): Removed.
4574
4575 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4576
4577         * mm-view.el (mm-w3m-local-map-property): Make it work with older
4578         versions of emacs-w3m than 1.3.3.
4579
4580         * lpath.el: Bind w3m-minor-mode-map.
4581
4582         * mm-view.el (mm-w3m-mode-command-alist)
4583         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
4584         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
4585         (mm-setup-w3m): Simplified.
4586         (mm-w3m-local-map-property): New function.
4587         (mm-inline-text-html-render-with-w3m): Use it.
4588
4589         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
4590         mm-w3m-local-map-property.
4591
4592 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4593
4594         * mm-util.el (mm-auto-save-coding-system): Default to
4595         iso-2022-7bit.
4596
4597         * nndraft.el (nndraft-request-article): Decode an article using
4598         the coding-system emacs-mule if it seems to have been saved using
4599         emacs-mule.
4600         (nndraft-request-replace-article): Use message-draft-coding-system
4601         instead of mm-auto-save-coding-system for the draft or delayed
4602         group.
4603
4604 2002-10-28  Josh  <huber@alum.wpi.edu>
4605
4606         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
4607         functions.
4608
4609 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4610         From mah@everybody.org (Mark A. Hershberger).
4611
4612         * mm-url.el (mm-url-insert-file-contents): Make it return the same
4613         type values ("url" size) regardless of the values of
4614         mm-url-use-external.
4615
4616 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4617
4618         * nnimap.el (nnimap-request-article-part): Try harder to show
4619         group name in debugging message.
4620
4621 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4622
4623         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
4624         directory if it doesn't exist.
4625         (gnus-agent-fetch-headers): Remove old cruft that tried to
4626         abstain from downloading articles more than once if
4627         gnus-agent-consider-all-articles was true.  This is now done
4628         properly via the .fetched files.
4629
4630 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4631
4632         * nndraft.el (nndraft-request-article): Treat delayed articles
4633         like drafts.
4634
4635 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4636
4637         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
4638
4639 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4640
4641         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
4642         Remove unused optional arg DIR and corresponding code.
4643
4644         * nnimap.el (nnimap-request-article-part): Include group name in
4645         debugging output.
4646
4647 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
4648
4649         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
4650
4651 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4652
4653         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
4654         contains range of headers that have been fetched by the agent
4655         already.  Compare gnus-agent-article-alist.
4656         (gnus-agent-file-header-cache): Like
4657         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
4658         (gnus-agent-fetch-headers): Improve comment.  Revert to old
4659         seen/recent logic.
4660         Remember which headers have been fetched before and don't fetch
4661         them again the next time round.
4662         (gnus-agent-load-fetched-headers)
4663         (gnus-agent-save-fetched-headers): New functions, for remembering
4664         which headers have been fetched before.
4665
4666 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4667
4668         * lpath.el: Remove useless bindings.
4669
4670 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
4671
4672         * gnus-sum.el (gnus-summary-execute-command): Disable visual
4673         features while searching.
4674
4675 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4676
4677         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
4678
4679 2002-10-22  Simon Josefsson  <jas@extundo.com>
4680
4681         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
4682         (pgg-snarf-keys): Add.
4683
4684 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4685
4686         * lpath.el: Fbind bbdb-records.
4687
4688         * spam.el: Don't autoload bbdb-records.
4689
4690 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4691
4692         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
4693         prevent inf-loop.
4694
4695 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4696
4697         * nnslashdot.el: Removed some test lines.
4698         More test.
4699
4700 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4701
4702         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
4703         are known to be downloaded already.
4704
4705 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4706
4707         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
4708         (mm-text-html-washer-alist): Ditto.
4709
4710 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4711
4712         * nnheader.el (nnheader-remove-body): Fix an error of detecting
4713         boundary between headers and body.
4714         * nnml.el (nnml-parse-head): Ditto.
4715
4716 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4717
4718         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
4719         entries.
4720
4721         * gnus-group.el (gnus-fetch-group): Allow an optional
4722         specification of the articles to select.
4723
4724         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
4725
4726 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4727
4728         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
4729         headers from the group, update variable `articles' to contain
4730         only those numbers where headers exist.  (When fetching all
4731         articles in a group, Gnus creates lots of numbers where there is
4732         no articles.)
4733
4734 2002-10-20  Steve Youngs  <youngs@xemacs.org>
4735
4736         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
4737         doesn't have the 'alist custom type, use cons cells instead.
4738         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
4739         (pgg-parse-hash-algorithm-alist): Ditto.
4740         (pgg-parse-compression-algorithm-alist): Ditto.
4741         (pgg-parse-signature-type-alist): Ditto.
4742
4743         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
4744
4745         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
4746
4747         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
4748
4749 2002-10-19  Simon Josefsson  <jas@extundo.com>
4750
4751         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
4752         buffer.
4753
4754 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4755
4756         * gnus-spec.el (gnus-make-format-preserve-properties)
4757         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
4758         properties also on XEmacs.  `gnus-xmas-format' is like format but
4759         preserves text properties on XEmacs (though it only understands
4760         simple format specs).  The variable
4761         `gnus-make-format-preserve-properties' controls whether the
4762         function is used, and is checked in `gnus-parse-simple-format'.
4763         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
4764
4765         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
4766         output.
4767         (gnus-agent-consider-all-articles): New variable.
4768         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
4769         (gnus-agent-fetch-headers): Depending on
4770         gnus-agent-consider-all-articles, maybe get all articles.
4771         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
4772         `read'.
4773         (gnus-predicate-imples-unread): New function.
4774         (gnus-agent-fetch-headers): Optimize to call
4775         gnus-list-of-unread-articles if that is sufficient.
4776         Check unseen and recent instead of seen and recent.
4777         (gnus-agent-fetch-headers): Abstain from calling
4778         gnus-list-range-intersection if range (a . b) would have (> a b).
4779
4780 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4781
4782         * message.el (message-send-mail): Make it possible to perform
4783         edebug-defun.
4784
4785 2002-10-18  Simon Josefsson  <jas@extundo.com>
4786
4787         * gnus-art.el (gnus-button-man-handler): Change default to
4788         `manual-entry' (defined in both emacsen).
4789         (gnus-button-man-handler): Remove emacsen difference and use
4790         `manual-entry'.
4791
4792 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4793
4794         * spam.el: Wrap autoload settings for bbdb-records,
4795         executable-find and ifile-spam-filter with eval-and-compile.
4796         (spam-display-buffer-contents): Remove.
4797         (spam-bogofilter-score): Merge spam-display-buffer-contents.
4798
4799 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
4800
4801         * spam.el (spam-display-buffer-contents): New function.
4802         (spam-bogofilter-score): use spam-display-buffer-contents, patch
4803         from Katsumi Yamaoka <yamaoka@jpl.org>.
4804
4805 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4806
4807         * nnheader.el (nnheader-parse-naked-head): New function.
4808         (nnheader-parse-head): Use the above function, in order to handle
4809         continuation lines properly.
4810         (nnheader-remove-body): New function.
4811         (nnheader-remove-cr-followed-by-lf): New function.
4812         (nnheader-ms-strip-cr): Use the above function.
4813
4814         * gnus-agent.el (gnus-agent-regenerate-group): Call
4815         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
4816         `nnheader-parse-head'.
4817         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
4818
4819         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
4820         continuation lines by itself; call `nnheader-parse-naked-head'
4821         instead of `nnheader-parse-head'.
4822         * nndiary.el (nndiary-parse-head): Ditto.
4823         * nnfolder.el (nnfolder-parse-head): Ditto.
4824         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
4825         * nnmaildir.el (nnmaildir--update-nov): Ditto.
4826         * nnml.el (nnml-parse-head): Ditto.
4827
4828 2002-10-17  Steve Youngs  <youngs@xemacs.org>
4829
4830         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
4831         XEmacs, default to it if featurep 'xemacs.
4832
4833 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4834
4835         * spam-stat.el: Check for the existence of hash functions instead
4836         of the Emacs version to decide whether to load cl.  Suggested by
4837         Kai Gro\e,A_\e(Bjohann.
4838
4839 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4840
4841         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
4842         if it isn't open yet.
4843
4844 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4845
4846         * gnus-group.el: Require mm-url only when compiling.
4847         (gnus-group-fetch-charter): Require mm-url.
4848
4849         * spam-stat.el: Require cl for the functions gethash,
4850         hash-table-count, make-hash-table and mapc for Emacs 20.
4851         (puthash): Alias to cl-puthash for Emacs 20.
4852         (with-syntax-table): New macro for Emacs 20.
4853
4854 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
4855
4856         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
4857
4858 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
4859
4860         * spam.el (spam-check-ifile): added ifile as a spam checking
4861         backend, and spam-use-ifle as the variable to toggle that check.
4862
4863 2002-10-12  Simon Josefsson  <jas@extundo.com>
4864
4865         * message.el (message-beginning-of-line): New variable.
4866         (message-beginning-of-line): Use it.
4867
4868 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
4869
4870         * spam.el: more compilation fixes for BBDB
4871
4872         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
4873         (spam-stat-reduce-size): Interactive.
4874         (spam-stat-reset): New function.
4875         (spam-stat-save): Interactive.
4876
4877 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4878
4879         * gnus.el: Autoload gnus-delay-initialize.
4880
4881         * message.el: Autoload gnus-delay-article.
4882
4883 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
4884
4885         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
4886         text property in Emacs.
4887
4888 2002-10-11  Simon Josefsson  <jas@extundo.com>
4889
4890         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
4891         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
4892
4893         * mml1991.el (mml1991-pgg-sign): Remove CR.
4894
4895 2002-10-10  Simon Josefsson  <jas@extundo.com>
4896
4897         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
4898         decrypt failed.
4899         (mml2015-trust-boundaries-alist): Removed.
4900         (mml2015-gpg-extract-signature-details): Don't use it.
4901         (mml2015-unabbrev-trust-alist): New.
4902         (mml2015-gpg-extract-signature-details): Use it.
4903
4904 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
4905
4906         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
4907         BBDB installed
4908
4909         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
4910         statistical analysis of spam in Lisp only
4911
4912 2002-10-10  Simon Josefsson  <jas@extundo.com>
4913
4914         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
4915         auth, selected or examine state.
4916
4917         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
4918         buffer and error buffer depending on type of information.
4919
4920         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
4921         --status-fd stuff even if gpg.el is not used (revert earlier
4922         change).
4923         (mml2015-pgg-{clear-,}verify): Store both output and errors as
4924         gnus details.
4925         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
4926         buffer.
4927
4928         * pgg.el (pgg-verify-region): Use it.
4929
4930         * pgg-def.el (pgg-query-keyserver): New variable.
4931
4932         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
4933         key-identifier in packet.  Is this a good idea?
4934
4935         * mml.el (mml-mode-map): Add security commands that operates on
4936         MIME parts.
4937         (mml-menu): And menu items for them.
4938
4939         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
4940
4941         * mml.el (mml-parse-1): Support sender in #secure tags.
4942
4943         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
4944         defined.
4945
4946         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
4947         (mml-pgp-encrypt-buffer): Support combined signing.
4948
4949         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
4950         (mml1991-gpg-encrypt): Ditto.
4951         (mml1991-pgg-encrypt): Ditto.
4952         (mml1991-encrypt): Pass sign parameter.
4953
4954         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
4955         (mml-signencrypt-style): Mention the variable.
4956
4957 2002-10-09  Simon Josefsson  <jas@extundo.com>
4958
4959         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
4960         pgg-gpg-user-id.
4961
4962         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
4963         (pgg-fetch-key-function): Nil if w3 is not installed.
4964
4965 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4966
4967         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
4968         gnus-agent-current-history.
4969
4970 2002-10-06  Simon Josefsson  <jas@extundo.com>
4971
4972         * imap.el (imap-parse-status): Don't use read to read token.
4973
4974 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4975
4976         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
4977         for methods not covered by the agent, and when unplugged.
4978
4979 2002-10-05  Simon Josefsson  <jas@extundo.com>
4980
4981         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
4982         signing.
4983
4984         * gnus-agent.el (gnus-agent-read-servers): If getting method from
4985         a named server fails, ignore the server.
4986
4987         * mml1991.el (mml1991-pgg-sign): Do QP.
4988
4989         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
4990         work.
4991
4992 2002-10-04  Simon Josefsson  <jas@extundo.com>
4993
4994         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
4995
4996         * pgg-pgp.el (pgg-pgp-verify-region): Inline
4997         binary-write-decoded-region from MEL.
4998
4999         * pgg.el (pgg-encrypt-region): Support sign.
5000
5001         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
5002
5003         * mml2015.el (mml2015-pgg-encrypt): Ditto.
5004
5005         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
5006         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
5007         branch where PGG was taken from in the ChangeLog entries below.
5008
5009 2002-10-01  Simon Josefsson  <jas@extundo.com>
5010
5011         * pgg-pgp.el: Don't require mel.  Don't use luna.
5012         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
5013         (pgg-pgp-process-region): Use expand-file-name instead of concat.
5014         (pgg-pgp-process-region): Don't use binary-funcall.
5015
5016         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
5017
5018         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
5019         instead of concat.
5020
5021         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
5022
5023 2002-09-29  Simon Josefsson  <jas@extundo.com>
5024
5025         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
5026         compile warnings.
5027
5028         * pgg.el (pgg-decrypt-region): Don't parse packet.
5029
5030         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
5031
5032 2002-09-29  Daiki Ueno <ueno@unixuser.org>
5033
5034         * pgg.el: Remove dependency on calist.el.
5035
5036 2002-09-28  Simon Josefsson  <jas@extundo.com>
5037
5038         * pgg.el (pgg-temporary-file-directory): New variable.
5039         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
5040
5041         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
5042         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
5043
5044         * pgg-parse.el (pgg-char-int): Defalias.
5045         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
5046         (pgg-read-bytes, pgg-read-body): Use it.
5047         (pgg-decode-packets): Don't use MEL, use base64-*.
5048         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
5049         (pgg-string-as-unibyte): Defalias.
5050         (pgg-parse-armor-region): Use it.
5051
5052         * pgg-gpg.el (pgg-gpg-process-region): Use
5053         pgg-temporary-file-directory.
5054
5055         * luna.el: Don't def-edebug.
5056
5057         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
5058         binary-write-decoded-region from MEL.
5059
5060         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
5061
5062         * alist.el, calist.el: Don't require product/APEL.
5063
5064         * pgg-parse.el (top-level): Remove dependency on static.el,
5065         pccl.el, mel.el.
5066         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
5067         `define-ccl-program' is boundp, instead of using broken.
5068
5069 2002-10-01  Simon Josefsson  <jas@extundo.com>
5070
5071         * message.el (message-required-mail-headers): Remove Lines:.
5072
5073 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5074         From Jesper Harder.
5075
5076         * gnus-group.el (gnus-group-fetch-charter,
5077         gnus-group-fetch-control): Prompt for group if given a prefix
5078         argument.
5079         * gnus-sum.el (t): Add gnus-group-fetch-charter and
5080         gnus-group-fetch-control to summary key map and menu.
5081
5082 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
5083
5084         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
5085         number when there are no articles.
5086
5087 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5088
5089         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
5090         arg ALL means to fetch all articles, not only downloadable ones.
5091         (gnus-agent-fetch-selected-article): New function for
5092         gnus-select-article-hook or gnus-mark-article-hook.
5093
5094 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5095         From Peter von der Ahe <nospam2159@daimi.au.dk>.
5096
5097         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
5098         raw-text.
5099
5100 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
5101
5102         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
5103         Pinard).
5104         Major revamp of the code, documentation is in comments in the file
5105         for now.
5106
5107 2002-09-30  Simon Josefsson  <jas@extundo.com>
5108
5109         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
5110         buffer seem to be needed?
5111
5112 2002-09-29  Simon Josefsson  <jas@extundo.com>
5113
5114         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
5115         compile warnings.
5116
5117         * mml1991.el (mml1991-function-alist): Add pgg.
5118         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
5119         (mml1991-pgg-encrypt): Fix recipients querying.
5120
5121 2002-09-28  Simon Josefsson  <jas@extundo.com>
5122
5123         * mml2015.el (autoload): Autoload correct files.  Trivial patch
5124         from dme@dme.org.
5125         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
5126         handle is returned.
5127
5128 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5129
5130         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5131         Protect against non-existent of `nnimap-mailbox-info'.
5132
5133 2002-09-27  Simon Josefsson  <jas@extundo.com>
5134
5135         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
5136         (gnus-setup-news-hook): Use it.
5137         (gnus-after-getting-new-news-hook): Ditto.
5138
5139         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
5140
5141 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5142         From Mats Lidell <matsl@contactor.se>.
5143
5144         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
5145
5146 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5147
5148         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
5149         the part to decode encoded words, use raw words instead of decoded
5150         words.
5151
5152 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5153
5154         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
5155
5156         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
5157         (mm-setup-w3m): Use it.
5158
5159 2002-09-27  Simon Josefsson  <jas@extundo.com>
5160
5161         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
5162         article buffers.
5163
5164         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
5165         it just in case.
5166         (nnimap-update-unseen): New function; update unseen count in
5167         `n-m-info'.
5168         (nnimap-close-group): Call it.
5169
5170         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
5171         (gnus-after-getting-new-news-hook): Ditto.
5172
5173         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
5174         message into verboselevel 9.  Change slow mail check message.
5175         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
5176         (nnimap-fixup-unread-after-getting-new-news): New function, to be
5177         used as a hook after getting new mail.
5178
5179 2002-09-26  Simon Josefsson  <jas@extundo.com>
5180
5181         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
5182         SELECT/EXAMINE is first unseen article, not number of unseen
5183         articles.  Make them distinct by renaming the former to
5184         `first-unseen' instead of `unseen'.
5185
5186         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
5187         too.
5188         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
5189         changed.
5190         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
5191
5192         * gnus-int.el (gnus-server-unopen-status): Defcustom.
5193
5194         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
5195         better.
5196
5197         * mml2015.el (mml2015-pgg-decrypt): Only add security information
5198         if dissecting resulting buffer actually had any information.
5199
5200 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5201
5202         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
5203         because the function `string<' allows symbols.
5204
5205         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
5206
5207 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
5208
5209         * message.el (message-forward-make-body): Revert an early change
5210         because 8-bit utf-8 emails.
5211
5212 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
5213
5214         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
5215         links to Info)
5216         * gnus-art.el (gnus-treat-highlight-signature):
5217         * gnus-art.el (gnus-treat-buttonize):
5218         * gnus-art.el (gnus-treat-buttonize-head):
5219         * gnus-art.el (gnus-treat-emphasize):
5220         * gnus-art.el (gnus-treat-strip-cr):
5221         * gnus-art.el (gnus-treat-unsplit-urls):
5222         * gnus-art.el (gnus-treat-leading-whitespace):
5223         * gnus-art.el (gnus-treat-hide-headers):
5224         * gnus-art.el (gnus-treat-hide-boring-headers):
5225         * gnus-art.el (gnus-treat-hide-signature):
5226         * gnus-art.el (gnus-treat-fill-article):
5227         * gnus-art.el (gnus-treat-hide-citation):
5228         * gnus-art.el (gnus-treat-hide-citation-maybe):
5229         * gnus-art.el (gnus-treat-strip-list-identifiers):
5230         * gnus-art.el (gnus-treat-strip-pgp):
5231         * gnus-art.el (gnus-treat-strip-pem):
5232         * gnus-art.el (gnus-treat-strip-banner):
5233         * gnus-art.el (gnus-treat-highlight-headers):
5234         * gnus-art.el (gnus-treat-highlight-citation):
5235         * gnus-art.el (gnus-treat-date-ut):
5236         * gnus-art.el (gnus-treat-date-local):
5237         * gnus-art.el (gnus-treat-date-english):
5238         * gnus-art.el (gnus-treat-date-lapsed):
5239         * gnus-art.el (gnus-treat-date-original):
5240         * gnus-art.el (gnus-treat-date-iso8601):
5241         * gnus-art.el (gnus-treat-date-user-defined):
5242         * gnus-art.el (gnus-treat-strip-headers-in-body):
5243         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
5244         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
5245         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
5246         * gnus-art.el (gnus-treat-unfold-headers):
5247         * gnus-art.el (gnus-treat-fold-headers):
5248         * gnus-art.el (gnus-treat-fold-newsgroups):
5249         * gnus-art.el (gnus-treat-overstrike):
5250         * gnus-art.el (gnus-treat-display-xface):
5251         * gnus-art.el (gnus-treat-display-smileys):
5252         * gnus-art.el (gnus-treat-from-picon):
5253         * gnus-art.el (gnus-treat-mail-picon):
5254         * gnus-art.el (gnus-treat-newsgroups-picon):
5255         * gnus-art.el (gnus-treat-body-boundary):
5256         * gnus-art.el (gnus-treat-capitalize-sentences):
5257         * gnus-art.el (gnus-treat-fill-long-lines):
5258         * gnus-art.el (gnus-treat-play-sounds):
5259         * gnus-art.el (gnus-treat-translate):
5260         * gnus-art.el (gnus-treat-x-pgp-sig):
5261         * gnus-art.el (gnus-mime-button-line-format):
5262         * gnus-art.el (gnus-button-man-level):
5263         * gnus-art.el (gnus-button-emacs-level):
5264         * gnus-cus.el (gnus-group-parameters):
5265         * gnus-gl.el (bbb-build-mid-scores-alist):
5266         * gnus-group.el (gnus-group-line-format):
5267         * gnus-mlspl.el (gnus-group-split-setup):
5268         * gnus-mlspl.el (gnus-group-split):
5269         * gnus-msg.el (gnus-mailing-list-groups):
5270         * gnus-msg.el (gnus-posting-styles):
5271         * gnus-nocem.el (gnus-nocem-issuers):
5272         * gnus-score.el (gnus-score-regexp-bad-p):
5273         * gnus-srvr.el (gnus-server-line-format):
5274         * gnus-topic.el (gnus-topic-line-format):
5275         * gnus.el (gnus-summary-line-format):
5276         * mail-source.el (mail-sources):
5277         * message.el (message-subscribed-address-file):
5278         * nnmail.el (nnmail-split-fancy):
5279
5280 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
5281
5282         * mail-source.el(mail-source-run-script): use `functionp' to test
5283         whether the argument `script' is in fact a function.
5284         (mail-sources): adjust the defcustom to allow users to specify a
5285         function or a string as the value of the `:prescript' and
5286         `:postscript' arguments of the `file' and `pop3' mail sources.
5287
5288 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
5289
5290         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
5291         number when article 1 does not exist.
5292
5293 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5294
5295         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
5296         apropos if apropos-variable does not exist.
5297         (gnus-button-guessed-mid-regexp)
5298         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
5299         regexes.  From Reiner Steib.
5300         (gnus-button-handle-describe-function)
5301         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
5302         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
5303         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
5304
5305 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
5306         Trivial patch.
5307
5308         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
5309         the file.
5310
5311 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
5312
5313         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
5314
5315 2002-09-24  Simon Josefsson  <jas@extundo.com>
5316
5317         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
5318         (mml2015-use): Prefer PGG if installed.
5319         (mml2015-function-alist): Add PGG wrappers.
5320         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
5321         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
5322         prefix, make regexp optionally skip it.
5323         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
5324         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
5325         (mml2015-pgg-encrypt): New functions.
5326         (defvar, autoload): Prevent byte-compile warnings.
5327
5328 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5329         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
5330
5331         * gnus-art.el (article-strip-banner): Check for the existence of
5332         from header.
5333
5334 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
5335
5336         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
5337         (gnus-button-alist): Improved regexp for
5338         gnus-button-handle-mid-or-mail (false positives), fixed
5339         gnus-button-handle-man entries.
5340         From Reiner Steib.
5341
5342 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
5343         From Josh Huber.
5344
5345         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
5346         nnmail-extra-headers is non-nil.
5347
5348 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
5349
5350         * nnmaildir.el: Store article numbers persistently.  General
5351         revision.
5352         (nnmaildir-request-expire-articles): handle 'immediate and 'never
5353         for nnmail-expiry-wait; delete instead of moving if 'force is
5354         given.
5355
5356 2002-09-23  Simon Josefsson  <jas@extundo.com>
5357         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
5358
5359         * smime.el (smime-sign-buffer): Get key and extra certs.
5360         (smime-get-key-with-certs-by-email): Utility function.
5361
5362 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5363         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
5364
5365         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
5366         article exists.
5367
5368 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
5369
5370         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
5371
5372 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
5373         From Reiner Steib.
5374
5375         * gnus-art.el (gnus-button-handle-custom,
5376         gnus-button-handle-mid-or-mail,
5377         gnus-button-handle-describe-{function,variable,key},
5378         gnus-button-handle-apropos{,command,variable}): New functions.
5379         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
5380         gnus-button-{man,emacs,mail}-level): New variables.
5381         (gnus-button-alist): Use the above to buttonize emacs and mail
5382         related links.
5383
5384 2002-09-18  Juanma Barranquero  <lektu@terra.es>
5385
5386         * gnus-int.el (gnus-status-message): Fix spacing.
5387
5388         * imap.el (imap-continuation): Fix typos.
5389
5390 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5391
5392         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
5393
5394         * gnus-art.el (gnus-article-reply-with-original): Correct
5395         with-current-buffer scope.
5396
5397         * message.el (message-completion-alist): Add Reply-To, From, etc.
5398
5399 2002-09-18  Simon Josefsson  <jas@extundo.com>
5400
5401         * nnimap.el (nnimap-request-expire-articles): Make flag setting
5402         conditional.  From Nevin Kapur <nevin@jhu.edu>.
5403
5404 2002-09-17  Simon Josefsson  <jas@extundo.com>
5405
5406         * nnimap.el (nnimap-expiry-target): Don't search for which
5407         articles exists here.
5408         (nnimap-request-expire-articles): Do it here instead.  Only expire
5409         when articles are found.  Suggested by Nevin Kapur
5410         <nevin@jhu.edu>.
5411
5412 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5413         From Reiner Steib <reiner.steib@gmx.de>.
5414
5415         * message.el (message-strip-subject-trailing-was)
5416         (message-change-subject, message-add-archive-header)
5417         (message-xpost-fup2-header, message-xpost-insert-note)
5418         (message-xpost-fup2, message-reduce-to-to-cc): New functions
5419         adopted from message-utils.el.  Add functions to the keymap, mode
5420         describtion and menu.
5421         (message-change-subject,message-xpost-fup2): Signal error if
5422         current header is empty.
5423         (message-xpost-insert-note): Changed insert position.
5424         (message-archive-note): Ensure to insert note in message body (not
5425         in head).
5426         (message-archive-header, message-archive-note)
5427         (message-xpost-default, message-xpost-note, message-fup2-note)
5428         (message-xpost-note-function): New variables adopted from
5429         message-utils.el.  Changed some doc-strings.
5430         (message-mark-insert-{begin,end}): Rename from
5431         message-{begin,end}-inserted-text-mark (message-utils.el), changed
5432         values.
5433         (message-subject-trailing-was-query)
5434         (message-subject-trailing-was-ask-regexp)
5435         (message-subject-trailing-was-regexp): New variables.
5436         (message-to-list-only): Added doc-string and menu entry.
5437
5438         * message-utils.el: Removed.  Functions are now in message.el.
5439
5440 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
5441
5442         * gnus-art.el (gnus-article-reply-with-original,
5443         gnus-article-followup-with-original): Switch to
5444         gnus-summary-buffer before reply/followup.
5445
5446 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
5447
5448         * gnus-sum.el (gnus-summary-toggle-header): The article window may
5449         not exist. Toggle it anyway.
5450
5451 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
5452
5453         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
5454
5455         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
5456         Trivial patch from Urban Engberg <ue@ccieurope.com>.
5457
5458         * rfc2047.el (message-posting-charset): Defvar it.
5459         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
5460         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
5461
5462         * mail-source.el (mail-source-fetch): Hide password.
5463
5464         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
5465
5466 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5467         From John Paul Wallington <jpw@shootybangbang.com>.
5468
5469         * gnus.el (gnus-visual, gnus-meta): Fix typo.
5470
5471 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5472
5473         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
5474
5475 2002-09-11  Simon Josefsson  <jas@extundo.com>
5476
5477         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
5478         (nnimap-split-rule): Doc fix.
5479         (nnimap-request-expire-articles): Cleanup code.
5480
5481 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5482         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
5483
5484         * gnus-art.el (gnus-article-address-banner-alist): New option.
5485         (article-strip-banner): Refer the above option to split banners of
5486         free mail servers, when no group parameter is specified.
5487
5488 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5489
5490         * nntp.el (nntp-wait-for-string): Check for a process in the
5491         current buffer instead of `nntp-server-buffer'.
5492
5493 2002-09-09  Simon Josefsson  <jas@extundo.com>
5494
5495         * gnus-art.el (gnus-button-man-handler): New variable.
5496         (gnus-button-alist): Use g-b-handle-man.
5497         (gnus-button-handle-man): New, call g-b-man-handler.
5498
5499 2002-09-08  Simon Josefsson  <jas@extundo.com>
5500
5501         * gnus-art.el (gnus-button-alist): Buttonize man page links.
5502
5503 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5504
5505         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
5506
5507 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5508
5509         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
5510
5511         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
5512         keystroke.
5513
5514         * gnus-srvr.el (gnus-browse-describe-group): New command and
5515         keystroke.
5516
5517 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5518
5519         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
5520         value for gnus-decoration property.
5521
5522 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5523
5524         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
5525         string) as group name in case we have a CRLF in the file.
5526
5527 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
5528
5529         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
5530         group.
5531         (rfc1843-decode-hzp): do.
5532         (rfc1843-newsgroups-regexp): do.
5533
5534 2002-09-04  Simon Josefsson  <jas@extundo.com>
5535
5536         * message.el (message-canlock-generate): Make sure sha1 doesn't
5537         call external programs.
5538
5539 2002-09-03  Simon Josefsson  <jas@extundo.com>
5540
5541         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
5542
5543         * gnus-agent.el (gnus-agent-batch): Add doc.
5544
5545 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
5546
5547         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
5548         check for signed and encrypted parts.
5549         * mml.el (mml-parse-1): Correct small typo which preventing
5550         setting recipients in a secure tag.
5551
5552 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5553
5554         * mm-util.el (mm-coding-system-priorities): Default to a list of
5555         iso-2022-jp and others for the Japanese environment.
5556
5557 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5558
5559         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
5560         invalid display names.
5561
5562 2002-08-30  Simon Josefsson  <jas@extundo.com>
5563
5564         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
5565         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
5566
5567 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
5568
5569         * gnus.el (gnus-group-charter-alist): New option.
5570         (gnus-group-fetch-control-use-browse-url): New option.
5571
5572         * gnus-group.el (gnus-group-fetch-charter): New function.
5573         (gnus-group-fetch-control): New function.
5574         Add them to the keymap and menu. Require mm-url.
5575
5576 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5577
5578         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
5579         From Alex Schroeder <alex@emacswiki.org>.
5580
5581 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
5582
5583         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
5584         items expecting user interaction.
5585
5586         * gnus-topic.el (gnus-topic-make-menu-bar): do.
5587
5588         * gnus-sum.el (gnus-summary-make-menu-bar): do.
5589
5590         * gnus-srvr.el (gnus-server-make-menu-bar): do.
5591
5592         * mml.el (mml-menu): do.
5593
5594 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5595
5596         * mail-source.el (mail-source-touch-pop): New function.
5597
5598         * message.el (message-smtpmail-send-it): New function.
5599         (message-send-mail-function): Add it for a candidate.
5600
5601 2002-08-27  Simon Josefsson  <jas@extundo.com>
5602
5603         * gnus-msg.el (posting-charset-alist): Use
5604         gnus-define-group-parameter instead of defcustom.
5605         (gnus-put-message): Handle SPC in GCC.
5606         (gnus-inews-insert-gcc): Ditto.
5607         (gnus-inews-insert-archive-gcc): Ditto.
5608
5609 2002-08-26  Simon Josefsson  <jas@extundo.com>
5610
5611         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
5612         (gnus-agentize): Auto agentize all nntp and nnimap groups.
5613         (gnus-agent-possibly-save-gcc): Autoload.
5614         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
5615
5616 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5617
5618         * gnus.el (gnus-other-frame-function): New user option.
5619         (gnus-other-frame): Use it; add a doc-string; make it work with
5620         the gnuclient program.
5621
5622         * gnus-util.el (gnus-frame-or-window-display-name): New function.
5623
5624         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
5625         `device-connection' and `dfw-device'.
5626
5627 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5628
5629         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
5630         positives, make it stricter.  From Jochen Hein (trivial change).
5631
5632 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5633
5634         * gnus.el (gnus-other-frame): Trivial fix.
5635
5636 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5637
5638         * gnus.el (gnus-other-frame-parameters): New user option.
5639         (gnus-other-frame-object): New variable.
5640         (gnus-other-frame): Make it search for existing Gnus frame; don't
5641         read new news; delete frame on exit.
5642
5643         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
5644
5645         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
5646
5647 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5648         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
5649
5650         * message.el (message-set-auto-save-file-name): Add support for
5651         the Cygwin Emacs; the system-type is `cygwin'.
5652         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
5653
5654 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
5655
5656         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
5657
5658         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
5659         avoid arithmetic errors.
5660
5661 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5662
5663         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
5664
5665 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5666
5667         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
5668         (message-ignored-resent-headers): Add envelope From.
5669
5670 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5671
5672         * gnus.el (gnus-summary-line-format): Document %k specifier.
5673
5674 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5675
5676         * gnus-sum.el (gnus-summary-line-message-size): New function.
5677         (gnus-summary-line-format-alist): Use it.
5678
5679 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5680
5681         * gnus-art.el (article-make-date-line): Refer to the value for
5682         `gnus-article-time-format' in the summary buffer.
5683
5684         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
5685
5686 2002-08-14  Simon Josefsson  <jas@extundo.com>
5687
5688         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
5689         quoting.
5690         (gnus-button-alist): Fix doc.
5691         (gnus-header-button-alist): Use ' not ` for default value quoting.
5692         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
5693         rationale similar to 2002-05-01 change.
5694         (gnus-article-add-buttons-to-head): Evaluate expression.
5695
5696         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
5697
5698 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5699
5700         * message.el (message-font-lock-keywords): Refer to the value for
5701         `message-cite-prefix-regexp' dynamically.
5702
5703 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5704
5705         * gnus-art.el (gnus-decode-header-methods): Doc fix.
5706
5707 2002-08-12  Simon Josefsson  <jas@extundo.com>
5708
5709         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
5710         (imap-shell-open): Skip initial junk before IMAP greeting.
5711
5712 2002-08-11  Simon Josefsson  <jas@extundo.com>
5713
5714         * message-utils.el (message-xpost-default,
5715         message-xpost-fup2-header, message-xpost-fup2): Fixed
5716         Typos.  Trivial changes from Reiner Steib
5717         <4uce.02.r.steib@gmx.net>.
5718
5719 2002-08-09  Simon Josefsson  <jas@extundo.com>
5720
5721         * message.el (message-canlock-password): Set
5722         canlock-password-for-verify to newly generated canlock-password.
5723         When Emacs is restarted, Custom makes sure this is set, but during
5724         the same session we must set it manually.
5725
5726 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
5727
5728         * yenc.el: New file.
5729
5730         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
5731         (mm-uu-type-alist): Add yenc.
5732         (mm-uu-yenc-filename): New function.
5733         (mm-uu-yenc-extract): New function.
5734
5735         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
5736
5737 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5738
5739         * dgnushack.el (merge): Don't use coerce.
5740
5741 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
5742
5743         * mailcap.el (mailcap-mime-data): Test window-system rather than
5744         mm-device-type.
5745         (mailcap-mime-data): Call xdvi and gv with "-safer".
5746
5747         * mm-util.el: Don't define mm-device-type.
5748
5749 2002-08-05  Simon Josefsson  <jas@extundo.com>
5750
5751         * mm-util.el (mm-coding-system-priorities): coding-system type not
5752         supported everywhere.
5753
5754 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5755
5756         * gnus.el (gnus-version-number): Bumped version number.
5757
5758 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5759
5760         * gnus.el: Oort Gnus v0.07 is released.
5761
5762 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5763
5764         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
5765         (gnus-article-sort-functions): Doc fix.
5766         (t): New keystroke.
5767         (gnus-article-sort-by-random): New function.
5768         (gnus-thread-sort-by-random): New function.
5769
5770 2002-08-02  Simon Josefsson  <jas@extundo.com>
5771
5772         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
5773         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
5774
5775 2002-07-31  Danny Siu  <dsiu@adobe.com>
5776
5777         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
5778         when splitting malformed messages without message-id
5779
5780 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5781         From Niklas Morberg <niklas.morberg@axis.com>.
5782
5783         * nnweb.el (nnweb-type, nnweb-type-definition)
5784         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
5785         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
5786         functionality.
5787         * nnweb.el: Removed old non-functioning search engines.
5788
5789 2002-07-27  Simon Josefsson  <jas@extundo.com>
5790
5791         * message.el (message-forward-make-body): Don't use
5792         `message-forward-ignored-headers' when doing a "raw" followup (it
5793         is important to preserve e.g. CTE).
5794
5795         * flow-fill.el (fill-flowed): Disable filladapt-mode.
5796
5797         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
5798         regexp-quote, Cyrus Sieve is fixed.
5799
5800         * sieve-manage.el (sieve-manage-deletescript): New function.
5801
5802         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
5803         (sieve-manage-mode): Fix menubar.
5804         (sieve-activate): Change some messages.
5805         (sieve-deactivate-all): New function.
5806         (sieve-deactivate): New alias.
5807         (sieve-remove): New function.
5808         (sieve-help): Fix help.
5809         All suggested by Ned Ludd.
5810
5811 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5812
5813         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
5814         (mm-w3m-safe-url-regexp): New user option.
5815
5816         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
5817         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
5818
5819 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
5820
5821         * gnus-sum.el (gnus-summary-delete-article): Force
5822         nnmail-expiry-target to 'delete, so that absolute deletion
5823         happens when absolute deletion is requested.
5824
5825 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5826         From Nevin Kapur <nevin@jhu.edu>.
5827
5828         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
5829         headers as empty headers.
5830
5831 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5832         From Jochen Hein <jochen@jochen.org>.
5833
5834         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
5835         correct typo.
5836         (gnus-emphasis-strikethru): New face.
5837
5838 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5839         From Jason Merrill <jason@redhat.com>.
5840
5841         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
5842         entire file for each of a sequence of missing articles.
5843
5844         * gnus-salt.el (gnus-binary-display-article): Respect an existing
5845         value for gnus-view-pseudos.
5846
5847         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
5848         avoid nreverse.
5849
5850 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5851         From Ted Zlatanov <teodor.zlatanov@divine.com>.
5852
5853         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
5854         (gnus-summary-mode-line-format-alist): Add %h for number of
5855         spams.
5856         (gnus-newsgroup-spam-marked): New variable.
5857         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
5858         (gnus-article-read-p, gnus-article-mark)
5859         (gnus-set-global-variables, gnus-set-global-variables)
5860         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
5861         (gnus-summary-mark-article-as-unread)
5862         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
5863         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
5864         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
5865
5866 2002-07-10  Simon Josefsson  <jas@extundo.com>
5867
5868         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
5869         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
5870
5871 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
5872
5873         * gnus-sum.el (gnus-summary-delete-article): Respect group
5874         parameters while expiring.
5875
5876 2002-07-08  Simon Josefsson  <jas@extundo.com>
5877
5878         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
5879         Enberg.
5880
5881 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5882
5883         * gnus-art.el (article-unsplit-urls): Only display MIME when this
5884         function is called interactively.  From Niklas Morberg.
5885
5886 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5887
5888         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
5889         cdaar to cdar and car.
5890
5891         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
5892         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
5893
5894 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5895
5896         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
5897         don't break a narrowed article.
5898
5899         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
5900         (nntp-open-via-rlogin-and-telnet): Ditto.
5901
5902 2002-07-02  Didier Verna  <didier@xemacs.org>
5903
5904         * nnmail.el (nnmail-split-methods): fix custom type.
5905
5906 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5907
5908         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
5909         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
5910
5911 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5912
5913         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
5914         (gnus-summary-resend-message): Use it.
5915
5916 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5917
5918         * nntp.el (nntp-via-rlogin-command-switches): New variable.
5919         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
5920
5921 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5922
5923         * message.el (message-font-lock-keywords): Don't fontify
5924         headers in the message body, only in the header.
5925         (message-font-lock-make-header-matcher): New function, used by
5926         message-font-lock-keywords.
5927         From Katsumi Yamaoka <yamaoka@jpl.org>.
5928
5929 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5930
5931         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
5932
5933 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5934
5935         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
5936
5937 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5938
5939         * message.el (message-font-lock-keywords): Revert 2002-06-22
5940         change.
5941
5942 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5943
5944         * message.el (message-font-lock-keywords): Put colon in header
5945         name match.
5946
5947 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5948
5949         * message.el (message-font-lock-keywords): Don't use header faces
5950         in the body.  Thanks to Stefan Monnier for the hint on the
5951         implementation.
5952
5953 2002-05-09  Miles Bader  <miles@gnu.org>
5954
5955         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
5956         (gnus-article-hide-citation): Respect it.
5957
5958 2002-04-12  Juanma Barranquero  <lektu@terra.es>
5959
5960         * pop3.el (pop3-open-server): Fix typo.
5961
5962 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
5963
5964         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
5965         instead of push to ignore duplicate to-(list|address) values.
5966         * nnmail.el (nnmail-cache-ignore-groups): New.
5967         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
5968
5969 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5970
5971         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
5972         before sending.  Suggested by Jan Rychter.
5973
5974 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5975
5976         * dgnushack.el (remove): New compiler macro.
5977         (last, coerce, subseq): Remove compiler macros for those built-in
5978         or unused functions.
5979
5980 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5981
5982         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
5983         sure to write byte-compiled versions of gnus-*-format-alist to
5984         .newsrc.eld.  From Simon Josefsson.
5985
5986 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5987
5988         * gnus-agent.el (gnus-agent-read-servers)
5989         (gnus-agent-write-servers): Put server name (string like
5990         "nnchoke:frumple") in the file instead of a server specification
5991         (Lisp expression like (nnchoke "frumple" ...parameters...)).
5992         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
5993
5994 2002-06-16  Simon Josefsson  <jas@extundo.com>
5995
5996         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
5997         Reiner Steib <4uce.02.r.steib@gmx.net>.
5998
5999 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6000
6001         * nnheader.el (nnheader-file-name-translation-alist): Set the
6002         default value for MS Windows systems.
6003
6004         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
6005
6006 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6007
6008         * message.el (message-beginning-of-line): Keep the region active
6009         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
6010
6011 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
6012
6013         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
6014         * gnus-msg.el (gnus-summary-reply): Ditto.
6015         * gnus-msg.el (gnus-summary-handle-replysign): New.
6016
6017 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6018
6019         * message.el (message-send-mail-with-sendmail): Kill errbuf even
6020         if sending failed.
6021
6022 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
6023
6024         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
6025         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
6026         to sign while encrypting.
6027
6028 2002-06-11  Simon Josefsson  <jas@extundo.com>
6029
6030         * gnus-int.el (gnus-request-move-article): Agent expire article if
6031         successfuly moved.
6032
6033         * nnweb.el (nnweb-google-create-mapping): Honors the value of
6034         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
6035
6036 2002-06-10  Simon Josefsson  <jas@extundo.com>
6037
6038         * gnus-int.el (gnus-request-expire-articles): Fix last change?
6039
6040 2002-06-09  Simon Josefsson  <jas@extundo.com>
6041
6042         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
6043
6044         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
6045
6046 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6047
6048         * flow-fill.el (fill-flowed): Ignore errors.
6049
6050 2002-06-06  Simon Josefsson  <jas@extundo.com>
6051
6052         * message.el (message-send-mail-with-sendmail): Improve error message.
6053
6054 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6055
6056         * message.el (message-interactive): Change default from nil to t.
6057         Better to be safe than to be fast.
6058
6059 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6060
6061         * message.el (message-send-mail-with-sendmail): Check return value
6062         from call-process-region.
6063
6064 2002-06-04  Simon Josefsson  <jas@extundo.com>
6065
6066         * gnus-msg.el (gnus-group-mail, gnus-group-news)
6067         (gnus-group-post-news, gnus-summary-mail-other-window)
6068         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
6069         gnus-article-copy to nil, thereby inhibiting the `header' posting
6070         style match to use data from last viewed article.
6071         Suggested by Hrvoje Niksic.
6072
6073 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6074
6075         * spam.el (spam-point-at-eol): New alias.
6076         (spam-parse-whitelist): Use it.
6077
6078 2002-06-03  Simon Josefsson  <jas@extundo.com>
6079
6080         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
6081         (nnmail-article-group): Use it.
6082
6083 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6084
6085         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
6086         so that code reading them won't be surprised.  From Jesper Harder
6087         <harder@ifa.au.dk>.
6088
6089 2002-05-29  Simon Josefsson  <jas@extundo.com>
6090
6091         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
6092         articles.
6093
6094         * gnus.el (gnus-agent-cache): Doc fix.
6095         (gnus-agent): Change default to t.
6096
6097         * gnus-agent.el (gnus-agent-expire): Make it accept optional
6098         ARTICLES, GROUP and FORCE parameters.
6099
6100 2002-05-28  Simon Josefsson  <jas@extundo.com>
6101
6102         * gnus-group.el (gnus-group-line-format): Doc fix.
6103
6104 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6105
6106         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
6107         original article before yanking.  From Jesper Harder
6108         <harder@ifa.au.dk>.
6109
6110 2002-05-26  Simon Josefsson  <jas@extundo.com>
6111
6112         * gnus-sum.el (gnus-summary-menu-split): New function.
6113         (gnus-summary-make-menu-bar): Split charset submenu.
6114         (gnus-summary-menu-maxlen): New variable.
6115         (gnus-summary-menu-split): Use it.
6116
6117 2002-05-25  Simon Josefsson  <jas@extundo.com>
6118
6119         * mml.el (mml-preview): Generate some headers.
6120
6121         * gnus.el (gnus-large-newsgroup): Fix :type.
6122
6123         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
6124         Agent cache NOV's by default now).
6125         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
6126
6127 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
6128
6129         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
6130         call to gnus-parent-id when we check for References loops.
6131         (gnus-summary-prepare-threads): Avoid simplifying every Subject
6132         twice by saving the simplified subject string in simp-subject.
6133
6134 2002-05-23  Simon Josefsson  <jas@extundo.com>
6135
6136         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
6137         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
6138
6139         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
6140         Niklas Morberg <niklas.morberg@axis.com>.
6141
6142 2002-05-22  Simon Josefsson  <jas@extundo.com>
6143
6144         * sieve.el (sieve-change-region): Define it before it is used.
6145
6146         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
6147         (gnus-summary-reply): Ask for confirmation when replying to news.
6148         Defaults to not ask.  From Benjamin Rutt
6149         <rutt+news@cis.ohio-state.edu>.
6150
6151         * nnimap.el (nnimap-nov-is-evil): Improve doc.
6152
6153 2002-05-21  Simon Josefsson  <jas@extundo.com>
6154
6155         * sieve-mode.el (sieve-manage): Fix autoloads.
6156
6157         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
6158         name (makes it work with recent Cyrus timsieved).
6159
6160 2002-05-20  Jason  <jbaker@cs.utah.edu>
6161         Trivial patch.
6162
6163         * gnus-art.el (gnus-request-article-this-buffer): Try
6164         reconnecting if you don't get the message.
6165
6166 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6167
6168         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
6169         Reply-To headers from the headers.
6170
6171 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6172
6173         * mm-url.el (mm-url-insert): Remove junk message.
6174
6175 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6176
6177         * nnslashdot.el (nnslashdot-request-list): Parse new html.
6178         (nnslashdot-use-front-page): New variable.
6179         (nnslashdot-request-list): Use it.
6180
6181         * mm-url.el (mm-url-timeout): New variable.
6182         (mm-url-retries): Ditto.
6183         (mm-url-insert): Use it.
6184
6185 2002-05-16  Simon Josefsson  <jas@extundo.com>
6186
6187         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
6188         (gnus-simplify-subject-functions): Mention g-s-a-w.
6189
6190 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
6191
6192         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
6193         nnmail-cache-insert.
6194         * nndiary.el (nndiary-request-accept-article): Ditto.
6195         * nnfolder.el (nnfolder-request-accept-article): Ditto.
6196         * nnimap.el (nnimap-request-accept-article): Ditto.
6197         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
6198         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
6199         * nnmbox.el (nnmbox-request-accept-article): Ditto.
6200         * nnmh.el (nnmh-request-accept-article): Ditto.
6201         * nnmail.el (nnmail-cache-insert): Change group to required,
6202         removed code which tried to figure out the group.
6203
6204 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
6205
6206         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
6207         messages. From Hans de Graaff <hans@degraaff.org>.
6208         * nnml.el (nnml-request-accept-article): Pass in the group name to
6209         nnmail-cache-insert, since it's available.
6210
6211 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6212
6213         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
6214
6215 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6216         From Florian Weimer <fw@deneb.enyo.de>.
6217
6218         * gnus.el (subscribed): New group parameter.
6219         (gnus-find-subscribed-addresses): Use it.
6220
6221 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
6222
6223         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
6224         the default for pgpmime to support pgp v2.
6225         * mml-sec.el (mml-signencrypt-style): New accessor function to
6226         allow users to get/set the signencrypt style more easily without
6227         frobbing the alist directly.
6228         * mml.el (mml-generate-mime-1): Use accessor function.
6229
6230 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6231
6232         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
6233         parenthesis for "<" and ">".  Suggested by Andreas Schwab
6234         <schwab@suse.de>.
6235
6236 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6237
6238         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
6239         when intuiting the group the message is written to.  From Josh
6240         Huber <huber@alum.wpi.edu>.
6241
6242 2002-05-06  Simon Josefsson  <jas@extundo.com>
6243
6244         * gnus-topic.el (gnus-group-topic-parameters): Work when group
6245         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
6246
6247 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
6248
6249         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
6250         argument, and fixed compiler warning. (added autoload for
6251         gpg-encrypt).
6252
6253 2002-05-04  Simon Josefsson  <jas@extundo.com>
6254
6255         * mml1991.el (mml1991-function-alist): Doc fix.
6256
6257         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
6258         doesn't exist (for previewing messages without having Gnus
6259         started).
6260
6261         * mm-util.el (mm-coding-system-priorities): Defcustom.
6262
6263         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
6264
6265 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
6266
6267         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
6268         default.
6269         * mml-sec.el:
6270         * mml-sec.el (mml-signencrypt-style): New.
6271         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
6272         argument `sign'.
6273         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
6274         signencrypt.
6275         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
6276         * mml.el (mml-generate-mime-1): Changed logic so a part which is
6277         both signed & encryped is processed in one operation. (rather than
6278         two separate ops: sign, then encrypt)
6279         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
6280         indication if a message is signed by an expired key.
6281         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
6282         enables combined sign & encrypt operation. (this was always on
6283         before).
6284         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
6285
6286 2002-05-01  Simon Josefsson  <jas@extundo.com>
6287
6288         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
6289         server.
6290         (nnimap-mailbox-info): defvar instead of defvoo.
6291
6292 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6293
6294         * gnus.el: Oort Gnus v0.06 is released.
6295
6296 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6297
6298         * lpath.el: Bind url-package-version.
6299
6300 2002-05-01  Simon Josefsson  <jas@extundo.com>
6301
6302         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
6303         filename before deleting the group itself, because the presence of
6304         a group filename decides if long filenames are used or not.
6305
6306         * gnus-art.el (gnus-button-alist): Don't inline
6307         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
6308         without also modifying g-button-alist.
6309         (gnus-button-alist): Fix type to allow variable as well as regexp.
6310         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
6311         themselves, variables to its contents.
6312         (gnus-button-entry): Ditto.
6313
6314 2002-05-01  Simon Josefsson  <jas@extundo.com>
6315
6316         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
6317         UIDNEXT as a string.
6318
6319         * nnimap.el (nnimap-string-lessp-numerical): New function.
6320         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
6321         integers.
6322
6323 2002-04-29  Simon Josefsson  <jas@extundo.com>
6324
6325         * nnmail.el (nnmail-cache-insert): Accept optional group
6326         parameter.
6327
6328         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
6329         n-r-g-a is disabled.
6330
6331 2002-04-29  Simon Josefsson  <jas@extundo.com>
6332
6333         * nnimap.el (nnimap-split-fancy): Fix doc.
6334         (nnimap-split-fancy): Fix doc.
6335
6336         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
6337         (nnimap-mailbox-info): New internal variable.
6338         (nnimap-retrieve-groups): Implement faster new mail check.
6339
6340         * nnimap.el (nnimap-split-articles): Support
6341         nnmail-cache-accepted-message-ids.
6342         (nnimap-request-accept-article): Ditto.
6343
6344         * imap.el (imap-mailbox-status-asynch): New command.
6345
6346 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
6347
6348         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
6349         are no subscribed mail groups.
6350         - Strip quoted names when comparing addresses
6351
6352 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
6353
6354         * mm-decode.el (mm-text-html-renderer): Change customize type to
6355         const.
6356
6357         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
6358         (gnus-debug-exclude-variables): do.
6359
6360 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6361
6362         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
6363         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
6364
6365 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6366
6367         * dns.el (dns-make-network-process): New macro.
6368         (query-dns): Use it.
6369
6370 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6371
6372         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
6373         article-buffer.
6374
6375         * mm-url.el (mm-url-package-name): New variable.
6376         (mm-url-package-version): New variable.
6377         (mm-url-insert-file-contents): Bind url-package-name and
6378         url-package-version here.
6379         * nnrss.el (nnrss-insert-w3): Move the bindings.
6380
6381         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
6382         url-package-version. Trivial change from Andrew J Cosgriff
6383         <ajc@polydistortion.net>
6384
6385         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
6386         attachments. Trivial change from Peter 'Luna' Runestig
6387         <peter@runestig.com>.
6388
6389 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
6390
6391         * nnkiboze.el (nnkiboze-request-scan): Call
6392         nnkiboze-possibly-change-group.
6393         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
6394         problems.
6395         (nnkiboze-generate-group): Set newsrc to the *highest* article
6396         number kibozed, not the lowest.
6397
6398 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
6399
6400         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
6401
6402 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6403         From Dan Christensen <jdc+news@uwo.ca>.
6404
6405         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6406         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6407         Recognize math postings.  Extract Date (now ignores "(15kb)").
6408         Extract email address using gnus-extract-address-components
6409         instead of just taking the first word.  Create Date and From
6410         headers for message which are missing these headers.  Get rid
6411         of spurious \\ lines (purely cosmetic).  Extend body-end and
6412         file-end regexps, to exclude more garbage from the message.
6413         Make URL rephrasing regexp more flexible, to match current
6414         format.
6415
6416 2002-04-23  Simon Josefsson  <jas@extundo.com>
6417
6418         * netrc.el: New file, functions copied from gnus-util.el by Ted
6419         Zlatanov <tzz@lifelogs.com>.
6420
6421         * gnus-util.el: Require netrc.
6422         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
6423         new code in netrc.el.
6424
6425 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6426
6427         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
6428         message-ignored-resent-headers, too.  From Matthieu Moy
6429         <Matthieu.Moy@imag.fr>.
6430
6431 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6432
6433         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
6434         boolean not a string
6435         * gnus-group.el (gnus-group-line-format): add description of %C
6436         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
6437           as %C
6438         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
6439
6440 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
6441
6442         * nnmaildir.el (nnmaildir-request-scan): typo: set
6443         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
6444         nnmail-get-new-mail for 'find-new-groups.
6445
6446 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
6447
6448         * nnmaildir.el (nnmaildir-request-update-info,
6449         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
6450         unnecessary calls to nnmaildir-request-scan.
6451
6452 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
6453
6454         * gnus-msg.el:
6455         * gnus-msg.el (gnus-message-replysign): New.
6456         * gnus-msg.el (gnus-message-replyencrypt): New.
6457         * gnus-msg.el (gnus-message-replysignencrypted): New.
6458         * gnus-msg.el (gnus-summary-reply): Use the three new variables
6459         (above) to automatically encrypt/sign to encrypted/signed
6460         messages.
6461         * message.el:
6462         * message.el (message-mode-map): Add keybinding for
6463         `message-to-list-only'
6464         * message.el (message-mode): Add description for
6465         `message-to-list-only'
6466         * message.el (message-to-list-only): New.
6467         * message.el (message-make-mft): Changed to use the cl loop macro,
6468         and added optional flag to return only the matched list. (for use
6469         in new message-to-list-only function)
6470
6471 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
6472
6473         * gnus-msg.el:
6474         * gnus-msg.el (gnus-message-replysign):
6475         * gnus-msg.el (gnus-replysign): New.
6476         * gnus-msg.el (gnus-replyencrypt): New.
6477         * gnus-msg.el (gnus-replysignencrypted): New.
6478         * gnus-msg.el (gnus-summary-reply):
6479         * message.el:
6480         * message.el (message-mode-map):
6481         * message.el (message-mode):
6482         * message.el (message-to-list-only): New.
6483         * message.el (message-make-mft):
6484
6485 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6486
6487         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
6488
6489 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
6490
6491         * message.el (message-gen-unsubscribed-mft): accept a prefix
6492         argument so CC can be included with C-u C-c C-f C-a
6493
6494 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6495         From Ted Zlatanov <teodor.zlatanov@divine.com>.
6496
6497         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
6498         Improve docstring.
6499         (spam-enter-blacklist): New command.
6500
6501         * gnus-sum.el (gnus-spam-mark): New mark.
6502         (gnus-auto-expirable-marks): Add gnus-spam-mark.
6503         (gnus-summary-make-tool-bar): Correct conditional.
6504         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
6505         (gnus-summary-mark-as-spam): New command.
6506
6507 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
6508
6509         * mml-sec.el (mml-secure-message): changed to support arbritrary
6510         modes.
6511         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
6512         changed to support "signencrypt" mode.
6513         * mml.el (mml-parse-1): changed to support different secure modes
6514         more easily. (for signencrypt)
6515
6516 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
6517
6518         * gnus-sum.el (gnus-update-summary-mark-positions)
6519         (gnus-summary-toggle-header):
6520         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
6521         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
6522         (gnus-uu-post-encoded):
6523         * nnfolder.el (nnfolder-possibly-change-group):
6524         * nnimap.el (nnimap-retrieve-headers):
6525         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
6526
6527 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
6528
6529         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
6530         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
6531
6532 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6533
6534         * gnus-srvr.el (gnus-server-set-info): Clear
6535         `gnus-server-method-cache' when `gnus-server-alist' is changed.
6536         From Daiki Ueno <ueno@unixuser.org>.
6537
6538 2002-04-11  Simon Josefsson  <jas@extundo.com>
6539
6540         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
6541         viewing of security buttons.  Thanks to Nicolas Kowalski
6542         <Nicolas.Kowalski@imag.fr>.
6543
6544         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
6545         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
6546         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
6547         <Nicolas.Kowalski@imag.fr>.
6548         (smime-decrypt-buffer): Ditto.
6549
6550 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6551
6552         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
6553         header line.
6554
6555 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
6556
6557         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
6558
6559 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6560
6561         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
6562
6563 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6564
6565         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
6566         errors when debug.
6567
6568 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
6569
6570         * message.el (message-make-mft): Changed MFT code from using
6571         message-recipients (which included Bcc) to use only the To and CC
6572         headers.
6573
6574 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
6575
6576         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
6577         add link.
6578         (gnus-treat-mail-picon): Ditto.
6579         (gnus-treat-newsgroups-picon): Ditto.
6580         (gnus-picon-databases): Fix custom type.
6581         (gnus-picon-databases): Add link.
6582         (gnus-article-x-face-command): Add to gnus-picon group.
6583
6584 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
6585
6586         * message.el (message-buffer-naming-style): Remove.
6587
6588 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6589
6590         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
6591
6592         * message.el (message-tool-bar-map): Ditto.
6593
6594         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6595
6596 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6597
6598         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
6599
6600 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
6601
6602         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
6603
6604 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
6605         Trivial patch.
6606
6607         * dns.el: open-network-stream under XEmacs does udp.
6608
6609 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
6610
6611         * spam.el (spam-enter-whitelist): New function.
6612         (spam-parse-whitelist): Ditto.
6613         (spam-refresh-list-cache): Ditto.
6614         (spam-address-whitelisted-p): New function.
6615
6616         * dns.el (query-dns): Use TCP when make-network-process isn't
6617         available.
6618         (dns-servers): New variable.
6619         (dns-parse-resolv-conf): New function.
6620         (query-dns): Use it.
6621
6622         * spam.el: New file.
6623
6624         * dns.el (query-dns): Test.
6625
6626 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6627
6628         * lpath.el (featurep): Bind make-network-process.
6629
6630 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
6631
6632         * nnmaildir.el: Use defstruct.  Use a single copy of
6633         nnmail-extra-headers to save memory.  Store server's group name
6634         prefix instead of each group's prefixed name.
6635         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
6636         nntp-server-buffer.
6637
6638 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6639
6640         * dns.el: New file.
6641
6642 2002-03-28  Simon Josefsson  <jas@extundo.com>
6643
6644         * gnus-sum.el (gnus-summary-dummy-line-format):
6645         * gnus.el (gnus-summary-line-format): Fixing links to Info.
6646         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
6647
6648 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6649
6650         * gnus-sum.el (gnus-summary-move-article)
6651         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
6652         the doc string.
6653
6654 2002-03-28  Simon Josefsson  <jas@extundo.com>
6655
6656         * mml-sec.el (mml-secure-message): Search after
6657         mail-header-separator from top of message.
6658
6659 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
6660
6661         * nnmaildir.el: Cosmetic changes.
6662         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
6663         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
6664         nnmaildir--group-ls): New macros/functions.  Use them.
6665         (nnmaildir--unlink): Evalutate argument only once.
6666
6667 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
6668
6669         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
6670         symbols.
6671         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
6672         `gnus-point-at-eol'.
6673
6674 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
6675
6676         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
6677         nnmaildir--marks-dir): New macros.  Use them.
6678         Use inhibit-quit for atomicity instead of in-memory journaling.
6679         (nnmaildir--edit-prep): New function.
6680         (Local Variables): Use it.
6681
6682 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
6683
6684         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6685
6686 2002-03-25  Simon Josefsson  <jas@extundo.com>
6687
6688         * message.el (message-mode): Fix doc.
6689
6690 2002-03-25  Simon Josefsson  <jas@extundo.com>
6691
6692         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
6693         Matthieu Moy <Matthieu.Moy@imag.fr>.
6694
6695 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
6696
6697         * mml-sec.el (mml-unsecure-message): Add docstring.
6698
6699 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
6700
6701         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
6702         value.
6703         Trivial change from andre@slamdunknetworks.com
6704
6705 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
6706
6707         * mml.el (mml-mode-map): Added a keybinding for
6708         `mml-unsecure-message'.  Also, added a menu entry for said
6709         function in the Attachments menu.
6710
6711 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6712
6713         * canlock.el (canlock-version): Remove.
6714         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
6715         here; simplify \x insertions.
6716         (canlock-sha1): New function, always return a unibyte string.
6717         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
6718         of a password.
6719         (canlock-insert-header): Use `canlock-sha1'.
6720         (canlock-verify): Ditto.
6721
6722 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
6723
6724         * message.el (message-fix-before-sending): Add an option that
6725         ignores illegible text.
6726         Trivial change from Mark Milhollan <mlm@attglobal.net>
6727
6728         * message.el (message-font-lock-keywords): Support multi-line MML
6729         tags.
6730
6731         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
6732         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
6733
6734 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6735
6736         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
6737         symbols for "View as different encoding" submenu.
6738
6739 2002-03-19  Simon Josefsson  <jas@extundo.com>
6740
6741         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
6742         encoding" submenu.
6743
6744 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6745
6746         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
6747
6748 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6749
6750         * gnus-sum.el (gnus-sum-thread-tree-root)
6751         (gnus-sum-thread-tree-single-indent)
6752         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
6753         (gnus-sum-thread-tree-leaf-with-other)
6754         (gnus-sum-thread-tree-single-leaf): Make customizable.
6755
6756 2002-03-16  Simon Josefsson  <jas@extundo.com>
6757
6758         * gnus-util.el (gnus-extract-address-components): Don't break on
6759         names such as James "Kibo" Parry.  From Francis Litterio
6760         <franl@world.std.com>.
6761
6762 2002-03-13  Simon Josefsson  <jas@extundo.com>
6763
6764         * pop3.el (pop3-open-server): Revert multibyte change.  From
6765         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
6766
6767         * message.el (message-send-mail-with-qmail): Make it work.  From
6768         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
6769
6770 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
6771
6772         * message.el (message-make-mft): Set case-fold-search while
6773         generating the MFT.  Also, a little cleanup in the MFT code.
6774
6775 2002-03-12  Simon Josefsson  <jas@extundo.com>
6776
6777         * message.el (message-qmail-inject-args): May be function.
6778         (message-send-mail-with-qmail): Call function if m-q-i-a is
6779         function.  From fn@hungry.org (Faried Nawaz).
6780
6781 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6782
6783         * message.el (message-abbrevs-loaded): Remove.
6784         (mailabbrev): Require it.
6785
6786         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
6787
6788 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6789
6790         * pop3.el (pop3-open-server): Set process buffer unibyte.
6791
6792 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6793
6794         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
6795
6796 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6797
6798         * nnslashdot.el (nnslashdot-request-article): Remove javascript
6799         too.
6800
6801 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6802
6803         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
6804         duplication.
6805         (gnus-summary-save-parts-type-history): Ditto.
6806         (gnus-summary-save-parts-last-directory): Ditto.
6807         Trivial change from andre@slamdunknetworks.com
6808
6809 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
6810
6811         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
6812
6813 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6814
6815         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
6816         -->" as the end of the first article.
6817
6818         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
6819         From Matthieu Moy <Matthieu.Moy@imag.fr>
6820
6821         * message.el (message-add-action): Use add-to-list.
6822         (message-delete-action): New function.
6823
6824         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
6825         pieces.
6826
6827 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
6828
6829         * nnnil.el: New file.
6830         * gnus.el (gnus-valid-select-methods): Include nnnil.
6831
6832 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
6833
6834         * message.el (message-syntax-checks): Because canlock is
6835         supported, we disable sender syntax check.
6836         (message-shoot-gnksa-feet): Add cancel-messages option doc.
6837
6838         * gnus-draft.el (gnus-draft-send): If interactive, use its default
6839         value of message-syntax-checks.
6840
6841         * qp.el (quoted-printable-decode-region): Doc addition.
6842         From: Eli Zaretskii <eliz@is.elta.co.il>
6843
6844         * mail-source.el (make-source-make-complex-temp-name): Use
6845         make-temp-file.
6846
6847         * mm-util.el (mm-make-temp-file): New function.
6848         * nneething.el (nneething-file-name): Use it.
6849         * mml-smime.el (mml-smime-encrypt): Ditto.
6850         * mm-view.el (mm-inline-wash-with-file): Ditto.
6851         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
6852         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
6853         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
6854         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
6855         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
6856         * gnus-art.el (gnus-mime-print-part): Ditto.
6857
6858 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
6859
6860         * message.el (nnmaildir-article-number-to-base-name): New
6861         function.
6862         (nnmaildir-base-name-to-article-number): New function.
6863
6864 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6865
6866         * smime.el (smime-make-temp-file): Don't quote
6867         `temporary-file-directory'.
6868
6869 2002-03-04  Simon Josefsson  <jas@extundo.com>
6870
6871         * smime.el (smime-sign-region): Rename argument keyfiles to
6872         keyfile. You only sign something with one key.
6873         (smime-sign-buffer): Better completing-read prompt.
6874         (smime-decrypt-buffer): Ditto.
6875
6876         * smime.el (smime-make-temp-file): Make it work under XEmacs.
6877
6878         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
6879         completing-read.
6880         (mm-view-pkcs7-decrypt): CRLF->LF.
6881
6882 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
6883
6884         * message.el (message-hierarchical-addresses): New variable.
6885         (message-get-reply-headers): Use it.
6886         From Ted Zlatanov <teodor.zlatanov@divine.com>
6887
6888 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6889
6890         * message.el (message-mode): If buffer-file-name, don't set auto
6891         save file name.
6892         Trivial change from Geoff Greene <ggreene@wpi.edu>
6893
6894 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6895
6896         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
6897         takes one argument in read-char.
6898
6899         * message.el (message-fix-before-sending): Forward a char.
6900         Check mmu-multibyte-p, add control-1.
6901
6902 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6903
6904         * gnus-start.el (gnus-read-init-file): Ditto.
6905
6906         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
6907
6908         * dgnushack.el (dgnushack-make-load): Ditto.
6909
6910         * mail-source.el (mail-source-fetch): Extract the right error
6911         code.
6912
6913         * message.el (message-fix-before-sending): Check illegible text.
6914
6915         * gnus-util.el (gnus-multiple-choice): New function.
6916
6917         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
6918         also defined in gnus-score.el.
6919
6920 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
6921
6922         * message.el (message-get-reply-headers): downcase email addresses
6923         for comaparisons for duplicate removal.
6924
6925 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6926
6927         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
6928         implementation of PKCS#7, which just allows users read the
6929         message.
6930         (mm-view-pkcs7): Use it.
6931
6932 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6933
6934         * gnus.el (large-newsgroup-initial): New parameter.
6935
6936         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
6937         (gnus-summary-insert-old-articles): Ditto.
6938
6939 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6940
6941         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
6942         used as the default answer of the question, "How many articles?".
6943         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
6944
6945         * nnagent.el (nnagent-retrieve-headers): Remove articles with
6946         small numbers.
6947
6948 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
6949
6950         * deuglify.el: Fix comments.
6951
6952 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
6953
6954         * html2text.el (html2text-clean-anchor): If there is no HREF,
6955         insert nothing.
6956
6957         * mml.el (mml-generate-mime-1): Add cdr.
6958         From: andre@slamdunknetworks.com
6959
6960         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
6961         (mm-text-html-washer-alist): Ditto.
6962
6963         * mm-decode.el (mm-text-html-renderer): Add html2text.
6964
6965         * html2text.el: Face lift.
6966
6967         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
6968
6969 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
6970
6971         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
6972
6973         * deuglify.el: Change copy right. Add autoload. Add coding-system.
6974
6975         * deuglify.el: New file. The original file name is
6976         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
6977
6978         * mm-decode.el (mm-display-external): Use
6979         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
6980
6981 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
6982
6983         * nnmaildir.el (nnmaildir-request-list): Report the highest
6984         article number, not the total number of articles.
6985
6986 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
6987
6988         * gnus-sum.el: Move uu key map here.
6989         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
6990
6991 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
6992
6993         * nnmaildir.el (nnmaildir-request-expire-articles): Use
6994         nnmail-expiry-wait* if expire-age parameter is not set.
6995
6996 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
6997
6998         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
6999         function.
7000         (gnus-group-sort-selected-groups-by-real-name): New function.
7001         (gnus-group-make-menu-bar): Add sort by real name.
7002
7003         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
7004         rebuild.
7005         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
7006         nil as dependencies as well.
7007
7008 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
7009
7010         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
7011         for mime-parts.
7012
7013         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
7014
7015         * gnus-group.el (gnus-group-name-decode): Don't test
7016         multibyte-string, because it breaks XEmacs.
7017         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
7018
7019         * message.el (message-send-mail): Be talkative.
7020
7021         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
7022         (mm-automatic-display): Ditto.
7023
7024         * mailcap.el (mailcap-mime-data): Ditto.
7025         From: Reiner Steib <4uce.02.r.steib@gmx.net>
7026
7027 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7028
7029         * many files: Remove trailing whitespaces, replace spc+tab with
7030         tab, replace leading whitespaces with tabs.
7031
7032 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
7033
7034         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
7035         articles with no body and no blank line after the header.
7036
7037 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
7038
7039         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
7040         parts.
7041
7042         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
7043         non-ascii chars.
7044
7045         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
7046
7047         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
7048         w3-delay-image-loads.
7049         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
7050         (mm-w3-prepare-buffer): Ditto.
7051
7052         * mail-source.el (mail-source-fetch-directory): Run scripts.
7053
7054 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7055
7056         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
7057         for Majordomo confirmations.
7058
7059 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7060
7061         * gnus-fun.el (gnus-respond-to-confirmation): New command.
7062
7063 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7064
7065         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
7066
7067 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
7068
7069         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
7070         References header field.  From Mark Thomas <mthomas@cmu.edu>.
7071
7072 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
7073
7074         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
7075         (mm-inline-render-with-stdin): Ditto.
7076         (mm-inline-render-with-function): Ditto.
7077         (mm-inline-wash-with-file): Bind coding-system-for-write.
7078         (mm-inline-wash-with-stdin): Ditto.
7079
7080 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
7081
7082         Suggested by Felix Natter <fnatter@gmx.net>
7083
7084         * gnus-art.el (gnus-mime-view-part-externally): Rename from
7085         gnus-mime-externalize-view.
7086         (gnus-mime-view-part-internally): Rename from
7087         gnus-mime-internalize-view.
7088         (gnus-article-view-part-externally): Rename from
7089         gnus-article-externalize-part.
7090         (gnus-mime-action-alist): Change correspondingly.
7091         (gnus-mime-button-commands): Ditto.
7092         (gnus-mime-action-alist): Remove duplication.
7093
7094         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
7095
7096 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
7097
7098         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
7099
7100         * gnus-art.el (gnus-display-mime): Use it.
7101
7102         * mm-partial.el (mm-partial-find-parts): Use it.
7103
7104         * gnus-sum.el (gnus-article-loose-mime): Rename from
7105         gnus-article-no-strict-mime.
7106         (gnus-summary-save-parts): Use it.
7107
7108 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7109
7110         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
7111         local variable.
7112
7113         * gnus-art.el (article-display-x-face): Don't sort multiple
7114         X-Faces.
7115
7116 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7117
7118         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
7119         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
7120
7121         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
7122
7123 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
7124
7125         Some ideas is inspired by code from Hrvoje Niksic
7126         <hniksic@arsdigita.com>
7127
7128         * gnus-art.el (gnus-article-wash-function): Set the default to
7129         nil, so that we use mm-text-html-renderer instead.
7130         (article-wash-html): Use mm-text-html-renderer.
7131
7132         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
7133         (mm-text-html-renderer): New variable.
7134         (mm-inline-text-html-renderer): Set the default to nil, so that we
7135         use mm-text-html-renderer instead.
7136
7137         * mm-view.el (mm-inline-text-html): New function.
7138         (mm-text-html-renderer-alist): New variable.
7139         (mm-inline-text-vcard): New function.
7140         (mm-inline-text): Split.
7141         (mm-links-remove-leading-blank): New function.
7142         (mm-inline-render-with-file): New function.
7143         (mm-inline-render-with-stdin): New function.
7144         (mm-inline-render-with-function): New function.
7145         (mm-text-html-washer-alist): New variable.
7146         (mm-inline-wash-with-file): New function.
7147         (mm-inline-wash-with-stdin): New function.
7148
7149 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
7150
7151         * message-utils.el: Fix installation doc.
7152         From: Reiner Steib <4uce.02.r.steib@gmx.net>
7153
7154 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
7155
7156         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
7157         (gnus-post-method): Use it.
7158         (gnus-summary-cancel-article): Find the correct post-method.
7159
7160         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
7161         * message.el (message-send-news): Ditto.
7162         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
7163         <ipmonger@delamancha.org>
7164
7165         * gnus.el (gnus-select-method): Fix doc.
7166         (gnus-server-string): Use 'using nntp'.
7167
7168         * gnus-agent.el (gnus-slave-unplugged): New command.
7169         From: Felix Natter <fnatter@gmx.net>
7170
7171 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7172
7173         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
7174         Call edit-done-function first, then change the window
7175         configuration.
7176         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
7177         (gnus-article-edit-mode): mml-mode.
7178
7179         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
7180         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
7181
7182         * message-utils.el: Adopt the file.
7183
7184         * message-utils.el: New file.
7185         From Holger Schauer <Holger.Schauer@gmx.de>
7186
7187 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
7188
7189         * gnus-sum.el (gnus-summary-move-article): Select-article only
7190         when gnus-move-split-methods is non-nil. And we don't render or
7191         mark the article.
7192
7193         * gnus-fun.el (gnus-shell-command-to-string): New function.
7194         (gnus-shell-command-on-region): New function.
7195         (gnus-random-x-face): Use them.
7196         (gnus-x-face-from-file): Ditto.
7197         (gnus-convert-image-to-gray-x-face): Ditto.
7198         (gnus-convert-gray-x-face-to-xpm): Ditto.
7199         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
7200
7201 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7202
7203         * gnus-art.el (gnus-treat-display-xface): Don't use
7204         `shell-command-to-string' when compiling.
7205         (gnus-treat-display-grey-xface): Ditto.
7206
7207 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
7208
7209         * nnmaildir.el (nnmaildir--article-count): If the group is
7210         completely empty, report minimum article number as 1 instead of 0.
7211
7212 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
7213
7214         * gnus-agent.el (gnus-get-predicate): Use nconc.
7215
7216         * gnus-sum.el (gnus-summary-display-make-predicate): Use
7217         gnus-summary-display-cache as cache.
7218
7219         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
7220         (nndoc-mail-in-mail-type-p): New function.
7221         (nndoc-mail-in-mail-article-begin): New function.
7222
7223 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
7224
7225         * mailcap.el (mailcap-mime-data): Use enriched-decode.
7226
7227         * gnus-cite.el (gnus-article-fill-cited-article): Bind
7228         use-hard-newlines to nil.
7229
7230         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
7231         image is not available if window-system is not available.
7232
7233         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
7234
7235 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7236
7237         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
7238         bookmark, because update-mark doesn't handle it correctly.
7239
7240 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
7241
7242         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
7243         directly instead of calling message-send-mail.
7244
7245         * gnus-start.el (gnus-read-descriptions-file): Use
7246         gnus-default-charset.
7247
7248         * mm-util.el (mm-guess-mime-charset): New function.
7249
7250         * gnus.el (gnus-default-charset): Use it.
7251         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
7252         the default.
7253
7254 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7255
7256         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
7257         (article-display-x-face): Use it.  Disable grey xface, if
7258         uncompface is not found.
7259
7260         * message.el (message-mode): Don't enable multibyte on an indirect
7261         buffer.
7262
7263         * nnrss.el (nnrss-content-function): New variable.
7264         (nnrss-request-article): Use it.
7265
7266 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7267
7268         * gnus.el: Add article-unsplit-urls.
7269         * gnus-sum.el: Ditto.
7270         * gnus-art.el (gnus-treat-strip-cr): New variable.
7271         (gnus-treatment-function-alist): Use it.
7272         (article-unsplit-urls): New function.
7273         (gnus-article-make-menu-bar): Use it.
7274         From: Michael Cook <michael.cook@cisco.com>
7275
7276 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7277
7278         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
7279         copy.
7280
7281 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
7282
7283         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
7284         with internal whitespace.
7285         (gnus-parent-id): Ditto.
7286
7287 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
7288
7289         * gnus-art.el (gnus-article-treat-body-boundary): Add
7290         gnus-decoration property.
7291         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
7292
7293         * message.el (message-mode): Set local-abbrev-table.
7294         From Matt Armstrong <matt@lickey.com>.
7295
7296         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
7297         too many spaces.
7298
7299         * rfc2047.el (rfc2047-unfold-region): Ditto.
7300         (rfc2047-decode-region): Don't unfold. Let
7301         gnus-article-treat-unfold-headers do it.
7302
7303         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
7304         From: Jesper Harder <harder@ifa.au.dk>
7305
7306 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7307
7308         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
7309         (gnus-configure-posting-styles): Use it.
7310         (gnus-configure-posting-styles): Remove trailing newspaces.
7311
7312 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7313
7314         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
7315         is non-nil.
7316
7317         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
7318
7319         * gnus.el (gnus-server-to-method): Switch position with
7320         gnus-server-get-method.
7321         (gnus-agent): Add doc.
7322
7323         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
7324         (gnus-summary-save-parts): Use it.
7325
7326         * gnus-art.el (gnus-display-mime): Use it.
7327         * mm-partial.el (mm-partial-find-parts): Use it.
7328
7329         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
7330
7331         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
7332         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
7333
7334         * nnagent.el (nnagent-request-expire-articles): Don't delete
7335         files.
7336
7337 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
7338
7339         * message.el (message-gen-unsubscribed-mft): New function.
7340         From Sriram Karra <karra@cs.utah.edu>.
7341
7342         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
7343         open parenthesis.
7344
7345         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
7346         (mm-inline-text-html-render-with-w3): Ditto.
7347         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
7348         Suggested by Dave Love  <d.love@dl.ac.uk>.
7349
7350         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
7351
7352         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
7353         * nntp.el (nntp-send-command): Ditto.
7354         * nntp.el (nntp-send-command-nodelete): Ditto.
7355
7356 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7357
7358         * mm-url.el (mm-url-load-url): New function.
7359         (mm-url-insert-file-contents): Use it.
7360
7361         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
7362
7363         * message.el (message-forward-make-body): Correctly copy
7364         forward-buffer.
7365
7366         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
7367
7368 2002-02-04  Simon Josefsson  <jas@extundo.com>
7369
7370         * gnus-art.el (gnus-article-followup-with-original): Mark with
7371         force, prevent errors when following up from article buffer.
7372         (gnus-article-reply-with-original): Ditto.
7373
7374         * binhex.el (binhex-decoder-switches): Fix doc.  From
7375         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
7376
7377 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7378
7379         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
7380         highlight-citation after emphasize.
7381
7382 2002-02-04  Simon Josefsson  <jas@extundo.com>
7383
7384         * nnfolder.el (nnfolder-open-marks):
7385
7386         * nnml.el (nnml-open-marks): Message when done.  From David
7387         Edmondson <dme@sun.com>.
7388
7389 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7390
7391         * imap.el (imap-anonymous-auth): Fix typo.
7392         From: Steinar Bang <sb@dod.no>
7393
7394         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
7395         save-excursion.
7396         (gnus-cache-braid-heads): Ditto.
7397
7398         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
7399         line, because there are extra articles in the overview buffer.
7400
7401         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
7402
7403         * message.el (message-forward-rmail-make-body): Directly use
7404         rmail-msg-restore-non-pruned-header to avoid calling
7405         vertical-motion.
7406
7407 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7408
7409         * gnus-cache.el (gnus-summary-insert-cached-articles):
7410         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
7411
7412         * gnus-group.el (gnus-group-mark-article-read): Nreverse
7413         gnus-newsgroups-unselected.
7414
7415         * gnus-agent.el (gnus-summary-set-agent-mark): Use
7416         gnus-add-to-sorted-list.
7417
7418         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
7419         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
7420         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
7421         (gnus-update-read-articles): UNREAD is sorted.
7422         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
7423         (gnus-newsgroup-marked, gnus-newsgroup-cached)
7424         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
7425         (gnus-newsgroup-dormant): Require sorted.
7426
7427         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
7428         directories.
7429         (gnus-dired-print): New function.
7430
7431         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
7432         ps-despool.
7433
7434 2002-02-02  Simon Josefsson  <jas@extundo.com>
7435
7436         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
7437
7438 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7439
7440         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
7441         t. This makes gnus-agent customizable without putting
7442         gnus-agentize into .gnus.
7443
7444         * gnus.el (gnus-agent): Make it customizable.
7445
7446         * gnus-dired.el: New file.
7447         From Benjamin Rutt <brutt@bloomington.in.us>
7448
7449         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
7450         if no article.
7451         (gnus-cache-possibly-remove-article): Ditto.
7452         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
7453
7454 2002-02-01  Simon Josefsson  <jas@extundo.com>
7455
7456         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
7457
7458 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7459
7460         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
7461         (mm-setup-w3m): Don't bind keys listed in the above.
7462
7463 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7464
7465         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
7466         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
7467         is non-nil; bind `w3m-force-redisplay' with nil.
7468
7469         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7470
7471         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
7472
7473 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
7474
7475         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
7476         use mail-header-unfold-field.
7477
7478         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
7479         gnus-summary-limit.
7480
7481         * gnus-range.el (gnus-add-to-sorted-list): New function.
7482         * gnus-sum.el (gnus-mark-article-as-read): Use it.
7483         (gnus-mark-article-as-unread): Ditto.
7484         (gnus-summary-mark-article-as-unread): Ditto.
7485         (gnus-build-get-header): Ditto.
7486         (gnus-summary-prepare-threads): Ditto.
7487         (gnus-summary-insert-pseudos): Ditto.
7488         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
7489         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
7490         (gnus-summary-insert-old-articles): Ditto.
7491
7492         * gnus-msg.el (gnus-posting-styles): Add new format of header.
7493         (gnus-configure-posting-styles): Support the new format.
7494
7495         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
7496         edebug-form-spec to (sexp body).
7497         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
7498
7499         * message.el (message-reply-headers): Add doc.
7500
7501 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7502
7503         * gnus-group.el (gnus-group-delete-group): Nix the entry in
7504         gnus-cache-active-hashtb.
7505
7506         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
7507         (gnus-agent-summary-fetch-group): Use it.
7508
7509         * gnus-msg.el (gnus-debug-files): New variable.
7510         (gnus-debug-exclude-variables): New variable.
7511         (gnus-debug): Use them.
7512
7513         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
7514
7515 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7516
7517         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
7518         (message-mode-syntax-table): Move back the previous position.
7519
7520         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
7521
7522         * gnus-agent.el (gnus-agent-retrieve-headers): Use
7523         gnus-sorted-difference.
7524
7525         * nnsoup.el (nnsoup-request-expire-articles): Use
7526         gnus-sorted-difference.
7527
7528         * nnheader.el: Autoload gnus-sorted-difference.
7529
7530         * nnfolder.el (nnfolder-request-expire-articles): Use
7531         gnus-sorted-difference.
7532
7533         * gnus-cache.el (gnus-cache-retrieve-headers): Use
7534         gnus-sorted-difference.
7535
7536         * gnus-range.el: Autoload cookies.
7537         (gnus-sorted-difference): New function.
7538         (gnus-sorted-ndifference): New function.
7539         (gnus-sorted-nintersection): Rename from
7540         gnus-set-sorted-intersection.
7541         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
7542         (gnus-list-range-difference): Rename from
7543         gnus-inverse-list-range-intersection.
7544         (gnus-inverse-list-range-intersection): Use defalias.
7545
7546         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
7547         gnus-sorted-ndifference, and gnus-sorted-nintersection.
7548         (gnus-articles-to-read): Use gnus-sorted-difference.
7549         (gnus-summary-limit-mark-excluded-as-read): Use
7550         gnus-sorted-intersection and gnus-sorted-ndifference.
7551         (gnus-list-of-read-articles): Use gnus-list-range-difference.
7552         (gnus-summary-insert-articles): Use gnus-sorted-difference.
7553
7554         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
7555
7556 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7557
7558         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
7559         property to the buffer for using emacs-w3m command keys.
7560
7561         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
7562         option.
7563
7564         * mm-view.el (mm-w3m-mode-map): New variable.
7565         (mm-w3m-mode-command-alist): New variable.
7566         (mm-w3m-minor-mode): Removed.
7567         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
7568         (mm-inline-text-html-render-with-w3m): Add keymap property to the
7569         buffer for using emacs-w3m command keys.
7570
7571 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
7572
7573         * message.el (message-mode-syntax-table): Move forward.
7574         (message-cite-prefix-regexp): Auto detect non word constituents.
7575         (message-cite-prefix-regexp): Don't use with-syntax-table.
7576
7577         * gnus-sum.el (gnus-summary-update-info): Use
7578         gnus-list-range-intersection.
7579
7580         * gnus-agent.el (gnus-agent-fetch-headers): Use
7581         gnus-list-range-intersection.
7582
7583         * gnus-range.el (gnus-range-normalize): Use correct predicate.
7584         (gnus-list-range-intersection): Use it.
7585         (gnus-inverse-list-range-intersection): Ditto.
7586         (gnus-sorted-intersection): Add doc.
7587         (gnus-set-sorted-intersection): Add doc.
7588         (gnus-sorted-union): New function.
7589         (gnus-set-sorted-union): New function.
7590
7591         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
7592         (gnus-inverse-list-range-intersection): Ditto.
7593
7594 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
7595
7596         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
7597
7598         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
7599         and permit `:' and `\' in order to handle full Windows pathnames.
7600         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
7601         technically not correct per standard, but seems to have common use.
7602
7603 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
7604
7605         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
7606         replacing numbers.
7607
7608 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
7609
7610         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
7611
7612         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
7613         Don't split when the window is small, e.g. when a small *BBDB*
7614         window is the lowest one.
7615
7616         * gnus-agent.el (gnus-agent-retrieve-headers): Use
7617         nnheader-find-nov-line to speed up. Use nreverse, because it is
7618         sorted. Use nnheader-insert-nov-file.
7619
7620 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7621
7622         * mm-decode.el (mm-inline-text-html-with-images): New user option.
7623
7624         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
7625         of `w3m-display-inline-images' with the value of
7626         `mm-inline-text-html-with-images'.
7627         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
7628
7629         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7630
7631 2002-01-27  Richard M. Stallman  <rms@gnu.org>
7632
7633         * time-date.el: Add autoload cookies.  Many doc fixes.
7634         (time-add): New function.
7635         (time-subtract): Renamed from subtract-time.
7636         (subtract-time): New alias for time-subtract.
7637
7638 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7639
7640         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
7641         emacs-w3m in doc-string.
7642
7643         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
7644         `w3m-current-buffer'.
7645
7646 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7647
7648         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
7649
7650         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
7651         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
7652         (mm-w3m-cid-retrieve): New function.
7653         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
7654
7655 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
7656
7657         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
7658
7659 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7660
7661         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
7662
7663 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7664
7665         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
7666         32K.
7667
7668         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
7669
7670         * nnmail.el (nnmail-article-group): Decode headers before running
7671         split rules over them.
7672         (nnmail-mail-splitting-charset): New variable.
7673
7674         * smiley.el: Replaced with smiley-ems.el.
7675
7676 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
7677
7678         * mm-url.el (mm-url-predefined-programs): Add w3m.
7679         (mm-url-program): Ditto.
7680
7681 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7682
7683         * nnml.el (nnml-use-compressed-files): New variable.
7684         (nnml-filenames-are-evil): Removed.
7685         (nnml-current-group-article-to-file-alist): Don't use.
7686         (nnml-update-file-alist): Inhibit.
7687         (nnml-article-to-file): Use new var.
7688
7689 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
7690
7691         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
7692
7693         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
7694
7695 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7696
7697         * gnus-agent.el (gnus-agent-load-alist): Use new caching
7698         function.
7699
7700         * gnus-util.el (gnus-cache-file-contents): New function.
7701
7702         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
7703         (gnus-agent-load-alist): Use it.
7704
7705         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
7706
7707         * nnheader.el (nnheader-insert-nov-file): New function.
7708
7709         * gnus-util.el (gnus-parse-without-error): Correct the loop.
7710
7711         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
7712         there are no references.
7713         (gnus-extract-message-id-from-in-reply-to): New function.
7714         (gnus-nov-parse-line): Use in-reply-to if there are no
7715         references.
7716
7717 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7718
7719         * nnagent.el (nnagent-retrieve-headers): Use new macro.
7720
7721         * gnus-util.el (gnus-parse-without-error): New macro.
7722
7723 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
7724
7725         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
7726         (gnus-article-wash-function): use locate-library to decide which
7727         to use.
7728
7729 2002-01-25  Simon Josefsson  <jas@extundo.com>
7730
7731         * pop3.el (pop3-munge-message-separator): Work if no date.
7732         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
7733
7734 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7735
7736         * gnus-agent.el (gnus-agent-save-alist): Fix.
7737
7738         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
7739         mistake.  Reinstated lost code.
7740
7741 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
7742
7743         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
7744         one exists in the case of an encrypted message with an internal
7745         signature.
7746
7747 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7748
7749         * gnus-agent.el (gnus-agent-save-alist): Optimized.
7750
7751 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7752
7753         * dgnushack.el: Commented out the experimental code.
7754
7755 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7756
7757         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
7758         error.
7759
7760         * gnus.el (gnus-server-to-method): Made into subst.
7761         (gnus-server-method-cache): New variable.
7762         (gnus-server-to-method): Use it.
7763         (gnus-group-method-cache): New variable.
7764         (gnus-find-method-for-group-1): Renamed.
7765         (gnus-find-method-for-group): New function.
7766         (gnus-group-method-cache): Removed.
7767
7768         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
7769         function.
7770
7771         * gnus-range.el (gnus-members-of-range): New function.
7772         (gnus-list-range-intersection): Renamed.
7773         (gnus-inverse-list-range-intersection): New function.
7774
7775         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
7776
7777         * nnagent.el (nnagent-retrieve-headers): New implementation.
7778
7779         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
7780         implementation.
7781
7782 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7783
7784         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
7785         `w3m-meta-content-type-charset-regexp'.
7786
7787         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
7788         charset-encoded html contents.
7789
7790 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
7791
7792         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
7793         an empty file.
7794
7795         * nnweb.el (url): Ignore errors when request url.
7796
7797         * nnrss.el: Clean up the comments.
7798
7799 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7800
7801         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
7802
7803         * mm-decode.el (mm-inline-text-html-renderer): New user option.
7804         (mm-inline-media-tests): Test whether the value of
7805         `mm-inline-text-html-renderer' is a function for text/html.
7806
7807         * mm-view.el (mm-inline-text-html-render-with-w3): New function
7808         separated from `mm-inline-text'.
7809         (mm-w3m-minor-mode): New variable.
7810         (mm-w3m-setup): New variable.
7811         (mm-setup-w3m): New function.
7812         (mm-inline-text-html-render-with-w3m): New function.
7813         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
7814         text/html.
7815
7816 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
7817
7818         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
7819
7820 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7821
7822         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
7823         and `gnus-xmas-completing-read'.
7824
7825 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7826
7827         * nneething.el (nneething-message-id-number): Abolished.
7828         (nneething-encode-file-name): Not encode numerical characters.
7829         (nneething-make-head): `nneething-message-id-number' is not
7830         used to generate message IDs.
7831
7832 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7833
7834         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
7835         characters.
7836
7837 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7838
7839         * gnus-xmas.el (gnus-xmas-completing-read): New function.
7840         (gnus-xmas-redefine): Redefine conditionally.
7841
7842 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
7843
7844         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
7845         tag.
7846
7847 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
7848
7849         * message.el (message-font-lock-keywords): Added the secure tag.
7850         * mml-sec.el: Added functions to generate/modify/remove the secure
7851         tag while in message mode.
7852         * mml-sec.el (mml-secure-message): New.
7853         * mml-sec.el (mml-unsecure-message): New.
7854         * mml-sec.el (mml-secure-message-sign-smime): New.
7855         * mml-sec.el (mml-secure-message-sign-pgp): New.
7856         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
7857         * mml-sec.el (mml-secure-message-encrypt-smime): New.
7858         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
7859         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
7860         * mml.el (mml-parse-1): Added code to recognise the secure tag and
7861         convert it to either a part or multipart depending on if there are
7862         other parts in the message.
7863         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
7864         to use the secure tag, rather than the part tag.
7865         * mml.el (mml-preview): Added a save-excursion to keep cursor
7866         position after doing an MML preview.
7867
7868 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7869
7870         * nnheader.el (nnheader-parse-overview-file): New function.
7871         (nnheader-write-overview-file): New function.
7872
7873 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7874
7875         * gnus.el (gnus-group-fast-parameter): Check better if expansion
7876         in wanted.
7877
7878         * nnweb.el (nnweb-type-definition): Clean up.
7879
7880 2002-01-21  Alastair Burt  <burt@dfki.de>
7881         Trivial patch.
7882
7883         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
7884         buffer exists before jumping to it.
7885
7886 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7887
7888         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
7889         function.
7890         (article-wash-html): Use it.
7891         (gnus-article-wash-function): New variable.
7892         (gnus-article-wash-html-with-w3m): New function.
7893
7894 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
7895
7896         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
7897         XEmacs.
7898
7899 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
7900
7901         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
7902         command line.
7903
7904 2002-01-21  Simon Josefsson  <jas@extundo.com>
7905
7906         * canlock.el (base64-encode-string): Autoload it from base64.
7907         (canlock-make-cancel-key): Base64 encode unibyte string.
7908
7909 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7910
7911         * nnfolder.el (nnfolder-request-accept-article): Unfold
7912         x-from-line.
7913         (nnfolder-request-replace-article): Ditto.
7914
7915 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
7916
7917         * gnus-group.el (gnus-group-best-unread-group): Use the right
7918         positioning function.
7919
7920 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7921
7922         * smiley-ems.el (smiley-region): Use new function.
7923         (smiley-update-cache): Use general image functions.
7924         (smiley-region): Use general functions.
7925
7926         * gnus-util.el (gnus-graphic-display-p): New function.
7927
7928         * nnmail.el (nnmail-article-group): Allow outputting traces of
7929         non-strings.
7930
7931         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
7932         (nndoc-exim-bounce-type-p): New function.
7933
7934         * message.el (message-dont-send): Doc fix.
7935
7936         * gnus-util.el (gnus-completing-read): Remove
7937         inherit-input-method.
7938
7939         * gnus-art.el (gnus-treat-smiley): Doc fix.
7940
7941         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
7942         articles.
7943
7944 2002-01-19  Simon Josefsson  <jas@extundo.com>
7945
7946         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
7947         (imap-kerberos4-open): Ditto.
7948         (imap-open): Set port correctly, don't set auth.
7949
7950 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7951
7952         * gnus.el (gnus-version-number): Bump version number.
7953
7954 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7955
7956         * gnus.el: Oort Gnus v0.05 is released.
7957
7958 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7959
7960         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
7961         exists.
7962
7963         * gnus-spec.el (gnus-string-width-function): New function.
7964         (gnus-tilde-cut-form): Use it.
7965         (gnus-tilde-max-form): Ditto.
7966         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
7967         (gnus-substring-function): Use it.
7968         (gnus-tilde-cut-form): Ditto.
7969         (gnus-substring-function): New function.
7970
7971         * message.el (message-check-news-header-syntax): New message.
7972
7973         * gnus.el (gnus-slave-no-server): Doc fix.
7974
7975         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
7976
7977 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7978
7979         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
7980         `seen' if it looks like (seen NUM1 . NUM2).  It should be
7981         (seen (NUM1 . NUM2)).
7982
7983 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7984
7985         * gnus-topic.el (gnus-topic-catchup-articles): Update article
7986         number in closed topics.
7987
7988 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
7989
7990         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
7991         functions.
7992
7993 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7994
7995         * gnus.el (gnus-group-find-parameter): Clean up.
7996
7997         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
7998         articles.
7999
8000         * gnus-util.el (gnus-completing-read-with-default): Renamed.
8001
8002         * nnmail.el (nnmail-article-group): Clean up.
8003
8004 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
8005
8006         * gnus-agent.el (gnus-category-name): Intern the category name.
8007
8008 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8009
8010         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
8011
8012         * gnus-util.el (gnus-completing-read): New function.
8013
8014 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
8015
8016         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
8017
8018         * smiley-ems.el (smiley-region): Register smiley.
8019         (smiley-toggle-buffer): Rewrite the function.
8020         (smiley-active): Removed.
8021
8022 2002-01-19  Simon Josefsson  <jas@extundo.com>
8023
8024         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
8025         Jesper Harder <harder@ifa.au.dk>.
8026
8027 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8028
8029         * gnus-art.el (gnus-request-article-this-buffer): Call
8030         `nneething-get-file-name' to extract the file name from the
8031         message id.
8032
8033         * nneething.el (nneething-encode-file-name): New function.
8034         (nneething-decode-file-name): Ditto.
8035         (nneething-get-file-name): Ditto.
8036         (nneething-make-head): Encode the file name and encapsulate it
8037         into the field of the message id.
8038
8039 2002-01-18  Simon Josefsson  <jas@extundo.com>
8040
8041         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
8042         stored in .marks.
8043
8044         * nnfolder.el (nnfolder-request-update-info): Ditto.
8045
8046 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
8047
8048         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
8049
8050 2002-01-18  Simon Josefsson  <jas@extundo.com>
8051
8052         * imap.el (imap-starttls-p): Don't check for binary.
8053         (imap-gssapi-auth-p): Ditto.
8054         (imap-kerberos4-auth-p): Ditto.
8055         (imap-open): Change logic.  Iterate through all possible streams,
8056         instead of bailing out after first failure.  Move authenticator
8057         decision to `imap-authenticate'.
8058         (imap-authenticate): Change logic, now finds the authenticator to
8059         use, was previously in `imap-open'.
8060         (imap-open): Return nil on failure.
8061         (imap-open): Setup temp buffer correctly.
8062         (imap-open): Return buffer only on success.
8063         (imap-interactive-login, imap-interactive-login): Tell the user
8064         which stream/authenticator is used for the queried
8065         username/password.
8066         (imap-open, imap-authenticate): Set variables.
8067         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
8068         (imap-open): Don't assume how `with-temp-buffer' is implemented.
8069
8070 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8071
8072         * gnus-fun.el (gnus-grab-cam-x-face): New function.
8073
8074 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8075
8076         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
8077
8078 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
8079
8080         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
8081         (gnus-agent-group-mode-map): Bind it to "Jo".
8082         (gnus-agent-group-make-menu-bar): Add it into menu bar.
8083
8084 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
8085
8086         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
8087         (gnus-summary-mail-toolbar): Add mail article deletion button.
8088
8089         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
8090         false positives for lines of "^^^^".
8091
8092         * gnus-picon.el (gnus-picon-find-face): faces database is all
8093         lowercase.
8094
8095 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
8096
8097         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
8098         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
8099         duplications.
8100         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
8101
8102 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8103
8104         * gnus-sum.el (gnus-summary-initial-limit): Inline
8105         gnus-summary-limit-children.
8106         (gnus-summary-initial-limit): Don't limit if
8107         gnus-newsgroup-display is nil.
8108         (gnus-summary-initial-limit): No, don't.
8109
8110         * gnus-util.el
8111         (gnus-put-text-property-excluding-characters-with-faces): Inline
8112         gnus-put-text-property.
8113
8114         * gnus-spec.el (gnus-default-format-specs): New variable.
8115
8116         * gnus-start.el (gnus-read-newsrc-file): Don't clear
8117         gnus-format-specs.
8118         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
8119
8120         * gnus-spec.el (gnus-update-format-specifications): Really check
8121         the Gnus version of the .newsrc.eld file.
8122         (gnus-format-specs): Save the new default summary format.
8123
8124         * gnus-util.el (gnus-parent-id): Check whether references is empty
8125         before splitting.
8126
8127         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
8128         functions.
8129         (gnus-gather-threads-by-references): Inline
8130         `gnus-split-references'.
8131
8132         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
8133         default value of gnus-summary-line-format-spec.
8134
8135 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
8136
8137         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
8138         message.
8139         (nnslashdot-request-list): Ditto.
8140         (nnslashdot-sid-strip): Removed.
8141
8142 2002-01-15  Simon Josefsson  <jas@extundo.com>
8143
8144         * nnimap.el (nnimap-close-asynchronous): Enable.
8145         (nnimap-close-group): Expunge.
8146
8147 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
8148
8149         * gnus-util.el (gnus-user-date-format-alist): Typo.
8150         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
8151
8152 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8153
8154         * nneething.el (nneething-request-article): Set
8155         `nnmail-file-coding-system' to `binary' locally, in order to read
8156         files without any conversion.
8157
8158 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
8159
8160         * gnus-agent.el (gnus-agent-retrieve-headers): Use
8161         nnheader-file-coding-system and nnmail-active-file-coding-system.
8162         (gnus-agent-regenerate-group): Ditto.
8163         (gnus-agent-regenerate): Ditto.
8164         (gnus-agent-write-active): Ditto.
8165         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
8166
8167 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
8168
8169         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
8170         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
8171
8172 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
8173
8174         * gnus.el: We don't need gnus-article-show-all-headers.
8175
8176         * gnus-art.el (article-show-all, gnus-article-show-all-header):
8177         Ditto.
8178
8179         * gnus-sum.el (gnus-summary-select-article): Don't call
8180         show-all-headers, because hidden headers are not hidden text any
8181         more.
8182
8183 2002-01-13  Simon Josefsson  <jas@extundo.com>
8184
8185         * message.el (message-newline-and-reformat): Use `newline' instead
8186         of inserting \n, so that the newline is marked as hard.
8187
8188         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
8189         From Jesper Harder <harder@ifa.au.dk>.
8190
8191 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
8192
8193         * imap.el (imap-close): Keep going if quit.
8194
8195         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
8196         nntp-server-buffer.
8197
8198 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8199
8200         * mm-view.el (mm-display-inline-fontify): Require font-lock to
8201         avoid unbinding shadowed variables.
8202
8203         * gnus-art.el (gnus-picon-databases): Moved here.
8204         (gnus-picons-installed-p): Moved here.
8205         (gnus-article-reply-with-original): Use `mark'.
8206
8207         * gnus.el (gnus-picon): Moved here and renamed.
8208
8209         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
8210         installed.
8211         (gnus-treat-mail-picon): Ditto.
8212         (gnus-treat-newsgroups-picon): Ditto.
8213
8214         * gnus-picon.el (gnus-picons-installed-p): New function.
8215
8216 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
8217
8218         * gnus-agent.el (gnus-agent-go-online): Fix doc.
8219
8220 2002-01-12  Simon Josefsson  <jas@extundo.com>
8221
8222         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
8223         (nnimap-before-find-minmax-bugworkaround): Use it.
8224         (nnimap-find-minmax-uid): Don't reselect current mailbox.
8225         (nnimap-dont-close): New variable.
8226         (nnimap-close-group): Use it.
8227
8228 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8229
8230         * gnus-art.el (gnus-article-reply-with-original): Use
8231         `mark-active'.
8232
8233         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
8234
8235         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
8236         (gnus-score-advanced): Clean up.
8237         (gnus-score-advanced): Accept a multiple of the score.
8238
8239 2002-01-12  Simon Josefsson  <jas@extundo.com>
8240
8241         * flow-fill.el (fill-flowed-display-column)
8242         (fill-flowed-encode-columnq): New variables.  Suggested by
8243         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
8244         (fill-flowed-encode, fill-flowed): Use them.
8245
8246         * message.el (message-send-news, message-send-mail): Use
8247         m-b-s-n-p-e-h-n.
8248
8249         * mml.el (autoload): Autoload fill-flowed-encode.
8250         (mml-buffer-substring-no-properties-except-hard-newlines): New
8251         function.
8252         (mml-read-part): Use it.
8253         (mml-generate-mime-1): Encode format=flowed if appropriate.
8254         (mml-insert-mime-headers): Insert format=flowed.
8255
8256         * flow-fill.el (fill-flowed-encode): New function.
8257         (fill-flowed): Bind fill-column to window width.
8258
8259 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8260
8261         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
8262         it exists.
8263         (gnus-summary-setup-buffer): Wake up dead summary buffers.
8264         (gnus-summary-buffer-name): Don't return the dead name after all.
8265         (gnus-summary-setup-buffer): Kill the dead buffer.
8266
8267         * gnus-art.el (gnus-article-followup-with-original): Store the
8268         value of the mark before deactivating it.
8269
8270 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8271
8272         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
8273         From: Karl Kleinpaste <karl@charcoal.com>
8274
8275         * gnus-art.el (article-display-x-face): Ditto.
8276         (gnus-article-reply-with-original): Use gnus-region-active-p.
8277         (gnus-article-followup-with-original): Ditto.
8278
8279         * gnus-sum.el (gnus-summary-read-group-1): Don't select
8280         downloadable article either.
8281
8282 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8283
8284         * gnus-art.el (article-display-x-face): Insert From:.
8285
8286         * gnus-sum.el (gnus-summary-move-article): Don't draw the
8287         article. Bind gnus-display-mime-function and
8288         gnus-article-prepare-hook.
8289
8290         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
8291         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
8292         gnus-agent-possibly-synchronize-flags to the last.
8293         (gnus-agent-go-online): New function. New variable.
8294
8295 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8296
8297         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
8298         (gnus-agent-regenerate): Ditto.
8299
8300 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8301
8302         * message.el (message-ignored-news-headers)
8303         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
8304         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
8305
8306         * gnus.el (gnus-gethash-safe): New macro.
8307
8308         * gnus-agent.el (gnus-agent-regenerate-history): New function.
8309         (gnus-agent-regenerate): Show messages.
8310
8311 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8312
8313         * gnus-agent.el (gnus-agent-regenerate-group): New function.
8314         (gnus-agent-regenerate): New function.
8315         (gnus-agent-save-alist): Sort.
8316         (gnus-agent-copy-nov-line): Test eobp.
8317         (gnus-agent-retrieve-headers): Erase buffer.
8318
8319 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
8320
8321         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
8322         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
8323
8324         * gnus.el (gnus-agent-covered-methods): Move here.
8325         (gnus-online): New function.
8326         (gnus-agent-method-p): Move here.
8327
8328         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
8329         nil. Remove articles-alist.
8330
8331         * gnus-start.el (gnus-get-unread-articles): Check online.
8332         (gnus-groups-to-gnus-format): Ditto.
8333         (gnus-active-to-gnus-format): Ditto.
8334
8335         * gnus-agent.el (gnus-agent-get-function): Use it.
8336         (gnus-agent-get-undownloaded-list): Ditto.
8337         (gnus-agent-fetch-session): Only fetch online methods.
8338
8339         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
8340         (gnus-server-mode-map): Ditto.
8341         (gnus-server-offline-face): New face.
8342         (gnus-server-offline-face): New variable.
8343         (gnus-server-font-lock-keywords): Add offline.
8344         (gnus-server-insert-server-line): Ditto.
8345         (gnus-server-offline-server): New function.
8346
8347         * gnus-int.el (gnus-open-server): Turn to offline.
8348         (gnus-server-unopen-status): New variable.
8349
8350 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
8351
8352         * nnkiboze.el (nnkiboze-request-article): Use
8353         gnus-agent-request-article.
8354
8355         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
8356         function. Insert undownloaded NOV.
8357
8358         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
8359         (gnus-agent-request-article): New function.
8360
8361         * gnus.el (gnus-agent-cache): New variable.
8362
8363         * gnus-int.el (gnus-retrieve-headers): Use
8364         gnus-agent-retrieve-headers.
8365         (gnus-request-head): Use gnus-agent-request-article.
8366         (gnus-request-body): Ditto.
8367
8368         * gnus-art.el (gnus-request-article-this-buffer): Use
8369         gnus-agent-request-article.
8370
8371         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
8372         article if it is undownloaded.
8373
8374 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8375
8376         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
8377
8378 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8379
8380         * canlock.el (canlock-string-as-unibyte): New macro.
8381         (canlock-sha1-with-openssl): Return a unibyte string.
8382         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
8383
8384 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
8385
8386         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
8387
8388 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8389
8390         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
8391         application/x-emacs-lisp.
8392
8393         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
8394
8395         * nntp.el (nntp-request-article): Add group parameter.
8396         (nntp-request-head): Ditto.
8397         (nntp-find-group-and-number): Add parameter group. Figure out
8398         number if the status line doesn't give (e.g. quimby.gnus.org).
8399
8400 2002-01-08  Simon Josefsson  <jas@extundo.com>
8401
8402         * mml.el (mml-generate-mime-1): Set recipient correctly.
8403
8404 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8405
8406         * message.el (message-read-from-minibuffer): Add parameter
8407         initial-contents.
8408         * gnus-msg.el (gnus-summary-resend-message): Use it.
8409
8410         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
8411         behavior of quit-config.
8412
8413         * message.el (message-make-from): Don't quote fullname.
8414         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
8415
8416         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
8417         From: <andre@slamdunknetworks.com>
8418
8419 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
8420
8421         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
8422
8423         * gnus-art.el (gnus-header-button-alist): Handle mailto.
8424
8425         * mml.el (mml-preview): Bind gnus-original-article-buffer because
8426         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
8427         because bbdb may use it.
8428
8429 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8430
8431         * nneething.el (nneething-request-article): When a non-text file
8432         is converted to an article, its data is encoded in base64.  Call
8433         `nneething-make-head' with options to specify MIME types.
8434         (nneething-make-head): Add optional arguments to specify MIME
8435         types.
8436
8437 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8438
8439         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
8440         header if there is not.
8441
8442         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
8443
8444         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
8445         (gnus-inews-mark-gcc-as-read): Obsolete variable.
8446         (gnus-inews-do-gcc): Use them.
8447
8448         * gnus-group.el (gnus-group-mark-article-read): Put holes into
8449         gnus-newsgroup-unselected.
8450
8451 2002-01-06  Simon Josefsson  <jas@extundo.com>
8452
8453         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
8454         condition-case, not ignore-errors.
8455
8456 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8457
8458         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
8459         gnus-fetch-old-headers.
8460
8461         * gnus-art.el (article-display-x-face): Use the current buffer
8462         unless `W f'. Otherwise, X-Face may be shown in the header of a
8463         forwarded part.
8464         (gnus-treatment-function-alist): Treat xface before hiding
8465         headers.
8466
8467 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8468
8469         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
8470         parameters.
8471
8472 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8473
8474         * mm-util.el (mm-multibyte-p): Define conditionally when load.
8475         (mm-guess-charset): New function.
8476         (mm-charset-after): Use it.
8477         (mm-detect-coding-region): New function.
8478         (mm-detect-mime-charset-region): New function.
8479
8480         * gnus-sum.el (gnus-summary-show-article): Use
8481         mm-detect-coding-region.
8482
8483 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8484
8485         * message.el (message-make-fqdn): Be less violent.
8486
8487         * gnus.el (gnus-logo-color-style): Compute custom form
8488         automatically.
8489
8490         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
8491         score file of the parent to the document group.
8492
8493         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
8494         parameters parameter.
8495
8496         * gnus-score.el (gnus-score-load-file): Clean up.
8497
8498 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8499
8500         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
8501         From: Damien Wyart <damien.wyart@free.fr>
8502
8503         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
8504
8505 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
8506
8507         * gnus-sum.el (gnus-select-group-hook): Typo.
8508
8509         * rfc2047.el (rfc2047-decode-string): Return immediately if there
8510         is no quoted-printable-encoded STRING.
8511         From: Jesper Harder <harder@ifa.au.dk>
8512
8513         (rfc2047-decode-string): Decode it.
8514
8515 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8516
8517         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
8518
8519 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
8520         Trivial patch.
8521
8522         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
8523         buffer to get rid of junk line.
8524
8525 2002-01-05  Simon Josefsson  <jas@extundo.com>
8526
8527         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
8528         C-o.
8529         (message-mode-map): Bind message-insert-or-toggle-importance to
8530         C-c C-u.
8531         (message-mode-map): Bind message-disposition-notification-to to
8532         C-c M-n.
8533         (message-mode-menu): Add m-d-n-t.
8534         (message-mode-field-menu): Add m-goto-from.
8535         (message-mode): Doc fix.
8536         (message-goto-from): New function.
8537         (message-insert-disposition-notification-to): New function.
8538         (message-tool-bar-map): Add receipt button.
8539
8540 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8541
8542         * gnus-sum.el (gnus-thread-latest-date): New function.
8543         (gnus-thread-sort-by-most-recent-number): Renamed.
8544         (gnus-thread-sort-functions): Doc fix.
8545         (gnus-select-group-hook): Don't use setq on a hook.
8546         (gnus-thread-latest-date): Use date, not number
8547
8548         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
8549         (gnus-agent-expire): Allow regexp of expire-days.
8550
8551         * gnus-art.el (gnus-article-reply-with-original): Deactivate
8552         region.
8553         (gnus-article-followup-with-original): Ditto.
8554
8555         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
8556
8557         * gnus-art.el (gnus-mime-display-alternative): Use
8558         gnus-local-map-property.
8559         (gnus-mime-display-alternative): Ditto.
8560         (gnus-insert-mime-security-button): Ditto.
8561         (gnus-insert-next-page-button): Ditto.
8562         (gnus-button-prev-page): Take optional args.
8563         (gnus-insert-prev-page-button): widget-convert.
8564
8565         * gnus-util.el (gnus-local-map-property): New function.
8566
8567         * gnus-art.el (gnus-prev-page-map): Use parent map.
8568         (gnus-next-page-map): Ditto.
8569
8570         * gnus-spec.el (gnus-parse-format): Clean up.
8571         (gnus-parse-format): Do complex formatting for %=.
8572
8573         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
8574         "X-Face: " to the data in the built-in scenario.
8575
8576         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
8577         (gnus-correct-pad-form): Renamed.
8578         (gnus-tilde-max-form): Clean up.
8579         (gnus-pad-form): Use gnus-use-correct-string-widths.
8580
8581         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
8582         support if that is available.
8583
8584         * gnus-sum.el (gnus-thread-highest-number): New function.
8585         (gnus-thread-sort-by-most-recent-thread): New function.
8586         (gnus-thread-sort-functions): Doc fix.
8587
8588 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8589
8590         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
8591         all cases.
8592         (gnus-summary-mode): Enable it in all cases.
8593         (gnus-summary-display-article): Ditto.
8594         (gnus-summary-edit-article): Ditto.
8595
8596         * gnus-ems.el (gnus-put-image): Really return glyph.
8597
8598         * gnus-art.el (gnus-article-x-face-command): Fix :type.
8599         (gnus-treat-smiley): Don't take "P" in the interactive form.
8600
8601 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8602
8603         * compface.el (uncompface): XEmacs and Emacs have differing
8604         capabilities.
8605
8606         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
8607
8608         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
8609         (gnus-article-xface-ring-size): Removed.
8610         (gnus-article-display-xface): Removed.
8611         (gnus-remove-image): Cleaned up.
8612
8613         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
8614         (gnus-xmas-create-image): Take pbm files.
8615         (gnus-x-face): Removed.
8616         (gnus-xmas-article-display-xface): Removed.
8617
8618         * gnus-fun.el (gnus-display-x-face-in-from): Bind
8619         default-enable-multibyte-characters.
8620
8621         * compface.el (uncompface): Doc fix.
8622
8623         * gnus-art.el (gnus-article-x-face-command): Use
8624         gnus-display-x-face-in-from.
8625
8626         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
8627
8628         * gnus-ems.el (gnus-put-image): Return the image.
8629
8630         * gnus-fun.el (gnus-display-x-face-in-from): New function.
8631         (gnus-x-face): Moved here.
8632
8633 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8634
8635         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
8636         invisible if string is nil.
8637         (gnus-xmas-article-display-xface): Use it.
8638
8639         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
8640         property when string is nil.
8641         (gnus-article-display-xface): Use it.
8642
8643 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8644
8645         * gnus-art.el (article-display-x-face): Check whether valid grey
8646         face was returned.
8647         (article-display-x-face): Place image in the right spot.
8648
8649         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
8650         stderr.
8651         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
8652
8653 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8654
8655         * gnus-xmas.el (gnus-xmas-create-image): Take optional
8656         parameters.
8657         (gnus-xmas-put-image): Allow non-strings to be passed.
8658
8659         * gnus-art.el (article-display-x-face): Use optional parameters.
8660
8661         * gnus-ems.el (gnus-create-image): Take optional parameters.
8662
8663         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
8664
8665         * compface.el (compface-xbm-p): Removed.
8666
8667         * gnus-ems.el (gnus-article-compface-xbm): Removed.
8668         (gnus-article-display-xface): Use compface.
8669
8670         * compface.el: New file.
8671
8672         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
8673         (gnus-convert-image-to-x-face-command): Ditto.
8674         (gnus-random-x-face): Quote argument.
8675         (gnus-x-face-from-file): Ditto.
8676
8677 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
8678
8679         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
8680         the expire-group parameter once per article rather than once
8681         per group; bind `nnmaildir-article-file-name' and `article'
8682         for convenience.  Leave article alone when expire-group
8683         specifies the current group.
8684         (nnmaildir--update-nov): be more concurrency-friendly with
8685         temp file names.
8686
8687 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8688
8689         * gnus-start.el (gnus-read-init-file): Cleaned up.
8690
8691 2002-01-03  Dave Love  <d.love@dl.ac.uk>
8692
8693         * gnus-start.el (gnus-startup-file-coding-system): Removed.
8694         (gnus-read-init-file): Don't use it.
8695
8696 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8697
8698         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
8699
8700 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8701
8702         * gnus-start.el (gnus-read-init-file): Don't force coding system
8703         for ~/.gnus.  From Dave Love <fx@gnu.org>.
8704
8705 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8706
8707         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
8708         * nnspool.el (nnspool-request-post): Ditto.
8709
8710         * mm-util.el (mm-use-find-coding-systems-region): New variable.
8711         (mm-find-mime-charset-region): Use it.
8712
8713 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
8714
8715         * gnus.el (gnus-summary-line-format): Added :link.
8716         * gnus-topic.el (gnus-topic-line-format): Ditto.
8717         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
8718         * gnus-srvr.el (gnus-server-line-format): Ditto.
8719         * gnus-group.el (gnus-group-line-format): Ditto.
8720
8721         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
8722         :keys, it works on both Emacsen.
8723
8724 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8725
8726         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
8727
8728 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8729
8730         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
8731
8732 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
8733
8734         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
8735         very wide reply.
8736
8737 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8738
8739         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
8740         (gnus-picon-cache): New variable.
8741         (gnus-picon-transform-newsgroups): Cache stuff.
8742
8743         * gnus-art.el (gnus-article-reply-with-original): New command.
8744         (gnus-article-followup-with-original): New command.
8745
8746         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
8747         END parameters.
8748         (gnus-summary-followup): Take a list of list of articles.
8749         (gnus-inews-yank-articles): Allow lists of article/regions.
8750
8751         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
8752         longer the usual commands.
8753
8754         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
8755         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
8756         shell-command-on-region.
8757
8758 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8759
8760         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
8761           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
8762
8763 2002-01-03  Steve Youngs  <youngs@xemacs.org>
8764
8765         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
8766         understand ':keys', wrap it in an featurep 'xemacs.
8767
8768 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8769
8770         * gnus-ems.el (gnus-article-display-xface): Show xface in the
8771         order of headers (Actually, it is called in a reversed order). Add
8772         'gnus-image-text-deletable property.
8773         (gnus-remove-image): Remove text with such a property.
8774
8775         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
8776         gnus-put-image.
8777
8778         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
8779         with ", "
8780
8781 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8782
8783         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
8784
8785         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
8786         (article-display-x-face): Display grey X-Faces.
8787
8788         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
8789         (gnus-convert-gray-x-face-to-ppm): Ditto.
8790         (gnus-convert-image-to-gray-x-face): Ditto.
8791
8792         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
8793         gnus-summary-show-raw-article.
8794
8795 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8796
8797         Display picons in XEmacs without showing text.
8798
8799         * gnus-xmas.el (gnus-xmas-create-image): Don't use
8800         mm-create-image-xemacs to create xbm glyph, because it deletes
8801         temporary files.
8802         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
8803         (gnus-xmas-remove-image): Make text visible, remove glyph.
8804
8805         * gnus-picon.el (gnus-picon-transform-newsgroups)
8806         (gnus-picon-transform-address): Insert spec backward, due to the
8807         incompatibility of gnus-xmas-put-image.
8808
8809 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8810
8811         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
8812
8813 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8814
8815         * gnus.el: Doc fix.
8816
8817         * gnus-art.el: Doc fix.
8818
8819         * gnus-agent.el: Doc fix.
8820
8821 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8822
8823         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
8824
8825 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
8826
8827         * nnmaildir.el (nnmaildir--update-nov): automatically parse
8828         NOV data out of the message again if nnmail-extra-headers has
8829         changed.
8830
8831 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8832
8833         * gnus-fun.el: New file.
8834         (gnus-convert-image-to-x-face-command): New variable.
8835         (gnus-insert-x-face): New function.
8836         (gnus-random-x-face): Renamed.
8837         (gnus-x-face-from-file): Renamed.
8838
8839         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
8840         "_".
8841         (gnus-body-boundary-delimiter): Typo fix.
8842
8843 2002-01-02  Simon Josefsson  <jas@extundo.com>
8844
8845         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
8846         (gnus-body-boundary-delimiter): Fix type.
8847
8848 2002-01-01  Simon Josefsson  <jas@extundo.com>
8849
8850         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
8851         (gnus-treat-emphasize, gnus-treat-strip-cr)
8852         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
8853         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
8854         (gnus-treat-fill-article, gnus-treat-hide-citation)
8855         (gnus-treat-hide-citation-maybe)
8856         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
8857         (gnus-treat-strip-pem, gnus-treat-strip-banner)
8858         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
8859         (gnus-treat-date-ut, gnus-treat-date-local)
8860         (gnus-treat-date-english, gnus-treat-date-lapsed)
8861         (gnus-treat-date-original, gnus-treat-date-iso8601)
8862         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
8863         (gnus-treat-strip-trailing-blank-lines)
8864         (gnus-treat-strip-leading-blank-lines)
8865         (gnus-treat-strip-multiple-blank-lines)
8866         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
8867         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
8868         (gnus-treat-display-xface, gnus-treat-display-smileys)
8869         (gnus-treat-from-picon, gnus-treat-mail-picon)
8870         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
8871         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
8872         (gnus-treat-play-sounds, gnus-treat-translate)
8873         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
8874
8875         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
8876         (gnus-article-treat-body-boundary): Use it.
8877
8878         * message.el (message-mode): Fix doc.
8879         (message-mode-menu): Fix names.
8880
8881 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8882
8883         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
8884         articles.
8885
8886         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
8887         (gnus-picon-transform-address): Search for unknown faces as well.
8888         (gnus-picon-find-face): Don't search "news" for MISC.
8889         (gnus-picon-user-directories): Changed default back to exclude
8890         "unknown".
8891
8892         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
8893
8894         * gnus-picon.el (gnus-picon-find-face): Search through all
8895         databases.
8896         (gnus-picon-find-face): New implementation.
8897
8898         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
8899         keystroke.
8900         (gnus-topic-goto-next-topic): Ditto.
8901
8902         * gnus.el (gnus-summary-line-format): Changed default.
8903
8904         * nnmail.el (nnmail-extra-headers): Change default.
8905
8906         * gnus-sum.el (gnus-extra-headers): Change default.
8907
8908         * message.el (message-news-other-window): Changed "news" to
8909         "posting".
8910         (message-news-other-frame): Ditto.
8911         (message-do-send-housekeeping): Ditto.
8912
8913         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
8914         function.
8915         (gnus-article-unread-p): New function.
8916         (gnus-article-unseen-p): New function.
8917         (gnus-dead-summary-mode-map): Typo.
8918
8919         * gnus-util.el (gnus-make-predicate): New function.
8920         (gnus-make-predicate-1): New function.
8921
8922         * gnus-sum.el: New function.
8923         (gnus-map-articles): New function.
8924
8925         * gnus-art.el (gnus-treat-fold-headers): New variable.
8926         (gnus-article-treat-fold-headers): New command and keystroke.
8927
8928         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
8929         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
8930
8931 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8932
8933         * message.el (message-fcc-externalize-attachments): New variable.
8934         (message-do-fcc): Use it.
8935
8936         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
8937         (gnus-inews-do-gcc): Use it.
8938
8939         * mml.el (mml-tweak-sexp-alist): New variable.
8940         (mml-externalize-attachments): New variable.
8941         (mml-tweak-part): Use mml-tweak-sexp-alist.
8942         (mml-tweak-externalize-attachments): New function.
8943
8944 2002-01-01  Steve Youngs  <youngs@xemacs.org>
8945
8946         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
8947         'set-glyph-face' so x-face back/foreground can be set.
8948
8949 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
8950
8951         * message.el (message-fix-before-sending): Fix a typo.
8952
8953 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8954
8955         * gnus-art.el (gnus-treat-smiley): Renamed command.
8956         (gnus-article-remove-images): New command and keystroke.
8957
8958         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
8959
8960         * smiley-ems.el (gnus-smiley-display): Removed.
8961
8962         * gnus.el (gnus-version-number): Update version.
8963
8964         * message.el (message-text-with-property): Renamed and moved
8965         here.
8966         (message-fix-before-sending): Highlight invisible text and place
8967         point there.
8968
8969 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8970
8971         * gnus.el: Oort Gnus v0.04 is released.
8972
8973 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8974
8975         * gnus-delay.el (gnus-delay-send-queue): Renamed.
8976
8977         * gnus-art.el (gnus-ignored-headers): More headers,
8978
8979         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
8980         of `scan-error', since XEmacs doesn't seem to support that.
8981
8982 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8983
8984         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
8985         arg.
8986         (gnus-summary-best-unread-subject): Ditto.
8987         (gnus-summary-best-unread-subject): No, don't.
8988         (gnus-summary-better-unread-subject): New command.
8989
8990         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
8991
8992         * lpath.el ((featurep 'xemacs)): fbind url function.
8993
8994         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
8995         buffer.
8996         (gnus-xmas-remove-image): Implementation that does something.
8997         (gnus-xmas-article-display-xface): Mark images properly.
8998
8999         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
9000
9001 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
9002
9003         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
9004
9005 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9006
9007         * gnus-group.el (gnus-group-line-format): Added %O to the default
9008         value.
9009
9010         * gnus-util.el (gnus-text-with-property): The smallest point is
9011         point-min.
9012
9013         * smiley-ems.el (smiley-region): Return images.
9014         (gnus-smiley-display): Allow toggling.
9015         (smiley-region): Use text properties, not overlays.
9016
9017         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
9018         implemented yet.
9019
9020         * smiley-ems.el (smiley-update-cache): Check for valid types.
9021
9022         * gnus-art.el (gnus-with-article-buffer): New macro.
9023
9024         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
9025         strings as well as the glyphs.
9026         (gnus-picon-transform-address): Ditto.
9027         (gnus-picon-insert-glyph): Ditto.
9028         (gnus-picon-transform-newsgroups): Toggle.
9029         (gnus-picon-transform-address): Toggle.
9030
9031         * gnus-ems.el (gnus-remove-image): New function.
9032         (gnus-put-image): Take an optional string.
9033
9034         * gnus-util.el (gnus-text-with-property): New function.
9035
9036         * gnus-art.el (gnus-delete-images): New function.
9037
9038         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
9039
9040         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
9041         (gnus-article-wash-status): Use it.
9042         (gnus-signature-toggle): Clean up.
9043         (gnus-add-wash-status): New function.
9044         (gnus-delete-wash-status): New function.
9045         (gnus-article-hide-text-type): Use them throughout.
9046         (gnus-add-image): New function.
9047
9048         * gnus-ems.el (gnus-article-display-xface): Use new interface.
9049
9050         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
9051         interface.
9052
9053         * gnus-art.el (article-display-x-face): Cleaned up.
9054
9055         * rfc2047.el (rfc2047-field-value): New function.
9056
9057         * mail-parse.el (mail-header-field-value): New alias.
9058
9059         * gnus-art.el (gnus-mime-print-part): Fix typos.
9060
9061         * smiley-ems.el (gnus-smiley-file-types): New variable.
9062         (smiley-update-cache): Use it.
9063         (smiley-regexp-alist): Suffix-less smiley names.
9064         (smiley-regexp-alist): Added more smileys.
9065
9066         * gnus-sum.el (gnus-print-buffer): Made into own function.
9067         (gnus-summary-print-article): Use it.
9068
9069         * mailcap.el (mailcap-mime-info): Actually return the bit that we
9070         looked for when REQUEST is a string.
9071
9072         * gnus-art.el (gnus-mime-button-commands): Add printing
9073         keystroke.
9074         (gnus-mime-copy-part): Doc fix.
9075         (gnus-mime-print-part): New command.
9076
9077 2001-12-31  Simon Josefsson  <jas@extundo.com>
9078
9079         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
9080         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
9081
9082 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
9083
9084         * gnus-picon.el (gnus-treat-from-picon): Autoload.
9085         (picon): Fix doc.
9086
9087         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
9088         longer exists. Remove those codes.
9089         * gnus.el (gnus-use-picons): Ditto.
9090
9091 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9092
9093         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
9094         infloop.
9095
9096         * gnus-sum.el (t): New `W D' map.
9097
9098         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
9099         (gnus-article-treat-body-boundary): Clean up.
9100         (gnus-body-boundary-face): Removed.
9101         (gnus-article-goto-header): Moved here.
9102         (gnus-article-goto-header): Allow better regexps.
9103         (gnus-article-treat-fold-newsgroups): New command.
9104
9105         * gnus-sum.el (gnus-summary-move-article): We have to select an
9106         article to give `gnus-read-move-group-name' an opportunity to
9107         suggest an appropriate default.
9108
9109         * rfc2047.el (rfc2047-fold-line): New function.
9110         (rfc2047-unfold-line): Ditto.
9111         (rfc2047-fold-region): Don't fold just after the header name.
9112
9113         * mail-parse.el (mail-header-fold-line): New alias.
9114         (mail-header-unfold-line): Ditto.
9115
9116         * gnus-art.el (gnus-body-boundary-face): Renamed.
9117         (gnus-article-treat-body-boundary): Use it.
9118         (gnus-article-treat-body-boundary): Use an invisible header and a
9119         line of underline characters.
9120
9121 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
9122
9123         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
9124
9125         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
9126         (gnus-picon-split-address): New function.
9127         (gnus-picon-find-face): Use it.
9128         (gnus-picon-transform-address): Use it. Set first to t for each
9129         address.
9130
9131         * gnus-art.el (gnus-with-article-headers): Move to here. Define
9132         the macro then use it.
9133         (gnus-treatment-function-alist): Treat picons earlier.
9134
9135 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9136
9137         * gnus-art.el (gnus-body-separator-face): New variable.
9138         (gnus-article-treat-body-boundary): Use a blank, colored line.
9139
9140         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
9141         well.
9142
9143         * gnus-art.el (gnus-treat-body-boundary): New variable.
9144         (gnus-article-treat-unfold-headers): Use helper macro.
9145         (gnus-article-treat-body-boundary): New command.
9146
9147         * gnus.el (gnus-logo-color-style): Change the default color.
9148         (gnus-splash-face): Gray, gray.
9149
9150         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
9151         colors.
9152
9153         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
9154         (gnus-logo-color-style): Ditto.
9155         (gnus-logo-colors): Ditto.
9156
9157         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
9158
9159         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
9160
9161         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
9162         (gnus-picon-transform-newsgroups): New function.
9163
9164         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
9165         string.
9166
9167         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
9168
9169         * gnus-art.el (gnus-treat-cc-picon): New variable.
9170         (gnus-treat-mail-picon): Renamed.
9171
9172         * gnus-picon.el: New implementation.
9173         (gnus-picon-find-face): Renamed.
9174         (gnus-treat-from-picon): Use it.
9175         (gnus-picon-transform-address): Renamed.
9176         (gnus-treat-from-picon): Use it.
9177         (gnus-picon-create-glyph): Renamed.
9178         (gnus-picon-transform-address): Use it.
9179         (gnus-treat-cc-picon): New command.
9180
9181         * mm-decode.el (mm-create-image-xemacs): Separated out into
9182         function.
9183         (mm-get-image): Use it.
9184
9185         * gnus-art.el (gnus-treat-display-picons): Simplify.
9186         (gnus-treat-from-picon): Renamed.
9187
9188         * gnus-ems.el (gnus-create-image): New function.
9189         (gnus-put-image): New function.
9190
9191         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
9192         (gnus-with-article-headers): New macro.
9193         (gnus-article-goto-header): New function.
9194
9195         * gnus-xmas.el (gnus-image-type-available-p): New function.
9196
9197         * gnus-ems.el (gnus-image-type-available-p): New function.
9198
9199 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
9200
9201         * nnrss.el (nnrss-check-group): Find the correct tag, because
9202         xml.el is changed.
9203
9204 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9205
9206         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
9207         lines are shorter than the window width.
9208         (gnus-ignored-headers): More headers.
9209
9210 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9211
9212         * gnus-art.el (gnus-treat-unfold-lines): New variable.
9213         (gnus-treat-unfold-headers): Renamed.
9214         (gnus-article-treat-unfold-headers): New command and keystroke.
9215
9216         * rfc2047.el (rfc2047-encode-message-header): Clean up.
9217
9218         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
9219
9220 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
9221
9222         * sha1-el.el (sha1-use-external): New variable.
9223         (sha1-region): Use it.
9224         (sha1-string): Ditto.
9225
9226         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
9227         * gnus-picon.el: Less warnings when compile.
9228
9229 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9230
9231         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
9232         alias.
9233         (gnus-picons-database): Default to list.
9234         (gnus-picons-lookup-internal): Use it.
9235
9236         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
9237         to "bogus".
9238
9239         * gnus-win.el (gnus-configure-windows-hook): New hook.
9240
9241 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
9242
9243         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
9244
9245 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9246
9247         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
9248         lists.
9249         (gnus-select-newsgroup): Don't append; push.
9250         (gnus-adjust-marked-articles): Remove obsolete ranges from
9251         `seen'.
9252         (gnus-update-marks): Clean up.
9253         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
9254
9255 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
9256
9257         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
9258
9259 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9260
9261         * gnus-sum.el (gnus-auto-select-subject): New variable.
9262         (gnus-summary-best-unread-subject): New function.
9263         (gnus-summary-best-unread-article): Use it.
9264         (gnus-summary-first-unseen-subject): New function and command.
9265
9266         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
9267         other treatments.
9268
9269         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
9270         function.
9271
9272         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
9273         from the list of hidden types.
9274
9275         * mm-view.el (mm-inline-text): Ditto.
9276         (mm-inline-text): Ditto.
9277         (mm-w3-prepare-buffer): Ditto.
9278
9279         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
9280
9281 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9282
9283         * gnus-art.el (gnus-ignored-headers): Added more headers.
9284
9285 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
9286
9287         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
9288         once.
9289
9290 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9291
9292         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
9293
9294 2001-12-28  Simon Josefsson  <jas@extundo.com>
9295
9296         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
9297         Jesper Harder <harder@ifa.au.dk>.
9298
9299 2001-12-27  Simon Josefsson  <jas@extundo.com>
9300
9301         * gnus-sum.el (gnus-select-newsgroup): Make
9302         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
9303         contain all articles (instead of none) when no seen marks have
9304         been set for the group.
9305         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
9306         instead, it seems to result in shorter ranges.
9307
9308 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9309
9310         * mm-util.el (mm-iso-8859-x-to-15-region): Use
9311         insert-before-markers.
9312         From Jesper Harder <harder@ifa.au.dk>
9313
9314 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
9315
9316         * nnmaildir.el (nnmaildir-save-mail): create the destination
9317         groups if they do not exist.
9318
9319 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9320
9321         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
9322
9323 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9324
9325         * gnus-group.el (gnus-group-read-ephemeral-group): Call
9326         gnus-group-real-name.
9327
9328         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
9329         (gnus-newsgroup-variables): Ditto.
9330
9331         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
9332         return it.
9333
9334 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
9335
9336         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
9337         * nnmaildir.el (top-level): Add commentary.
9338         (nnmaildir-version): Indicate that nnmaildir is now a standard
9339         part of Gnus, not separately released.
9340
9341 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9342
9343         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
9344         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
9345         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
9346         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9347
9348 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9349
9350         * nnmaildir.el: Copyright changes. Require cl only at compile time.
9351
9352 2001-12-20  Simon Josefsson  <jas@extundo.com>
9353
9354         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
9355         ZHU <zsh@cs.rochester.edu>.
9356         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
9357         Brian P Templeton <bpt@tunes.org>.
9358
9359 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9360
9361         * nnmaildir.el: New file.
9362         From Paul Jarc <prj@po.cwru.edu>.
9363
9364 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9365
9366         * nndoc.el (nndoc-type-alist): Move forward to the end.
9367
9368 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9369
9370         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
9371         `dolist'.
9372
9373 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9374
9375         * gnus-win.el (gnus-frames-on-display-list): New function.
9376         (gnus-get-buffer-window): Use it.
9377
9378 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9379
9380         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
9381
9382 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9383
9384         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
9385
9386 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9387            From Harald Meland <Harald.Meland@usit.uio.no>
9388
9389         * gnus-win.el (gnus-get-buffer-window): New function.
9390         (gnus-all-windows-visible-p): Use it.
9391
9392         * gnus-util.el (gnus-horizontal-recenter)
9393         (gnus-horizontal-recenter, gnus-horizontal-recenter)
9394         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
9395
9396         * gnus-score.el (gnus-score-insert-help): Use it.
9397
9398         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
9399         (gnus-generate-tree, gnus-highlight-selected-tree)
9400         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
9401         it.
9402
9403         * gnus-art.el (gnus-article-set-window-start)
9404         (gnus-mm-display-part, gnus-request-article-this-buffer)
9405         (gnus-button-next-page, gnus-button-prev-page)
9406         (gnus-article-button-next-page, gnus-article-button-prev-page):
9407         Use it.
9408
9409 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
9410
9411         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
9412         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
9413         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
9414
9415 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9416
9417         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
9418         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
9419         * mml1991.el, nnultimate.el: Add `coding'.
9420
9421 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
9422
9423         * ChangeLog: changed coding to buffer-file-coding-system
9424         * ChangeLog.1: same
9425         * nnwfm.el: same
9426         * gnus-smiley.el: same
9427         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
9428         * gnus-delay.el: same
9429         * gnus-spec.el: same
9430         * message.el: same
9431         * mml1991.el: same
9432         * nnultimate.el: same
9433
9434 2001-12-16  Simon Josefsson  <jas@extundo.com>
9435         Inspired by code by Dirk Meyer <dischi@tzi.de>.
9436
9437         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
9438         (gnus-summary-save-map): Add muttprint.
9439         (gnus-summary-make-menu-bar): Ditto.
9440         (gnus-summary-muttprint): New function.
9441
9442         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
9443
9444 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9445
9446         * uudecode.el (uudecode-decode-region-internal): Speedup by using
9447         temporary list instead of buffer.
9448
9449         * mm-url.el (executable-find): autoload.
9450
9451 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9452
9453         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
9454         to variable, follow doc-string conventions).
9455
9456 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
9457
9458         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
9459         subscribe-level
9460         * gnus-topic.el (gnus-subscribe-topics): use it.
9461
9462 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9463
9464         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
9465         messages. (A small patch with indentation)
9466         From Sean Neakums <sneakums@zork.net>.
9467
9468         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
9469         nil after shooting down the gnus-original-article-buffer.
9470
9471 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9472
9473         * uudecode.el (uudecode-use-external): New variable.
9474         (uudecode-decode-region): Automatically detect external program.
9475
9476         * binhex.el (binhex-use-external): New variable.
9477         (binhex-decode-region-internal): New function.
9478         (binhex-decode-region): Automatically detect external program.
9479
9480         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
9481         Use them.
9482
9483 2001-12-12  Simon Josefsson  <jas@extundo.com>
9484
9485         * nnvirtual.el (nnvirtual-always-rescan)
9486         (nnvirtual-component-regexp): Fix doc.
9487
9488         * nnoo.el (defvoo): Add doc to defvoo variables.
9489
9490         * nnml.el (nnml-directory, nnml-active-file)
9491         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
9492         (nnml-marks-is-evil, nnml-filenames-are-evil)
9493         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
9494
9495         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
9496         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
9497         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
9498         `error'.
9499
9500         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
9501         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
9502
9503         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
9504         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
9505         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
9506         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
9507
9508         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
9509         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
9510
9511         * imap.el, nnimap.el: Fix indentation.
9512
9513         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
9514
9515 2001-12-12  Didier Verna  <didier@xemacs.org>
9516
9517         * gnus-msg.el (gnus-group-news): New function.
9518         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
9519         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
9520         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
9521         for it.
9522         * gnus-msg.el (gnus-summary-news-other-window): New function.
9523         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
9524         bind it to `i'.
9525         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
9526         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
9527         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
9528         for it (called with a prefix).
9529         * gnus-msg.el (gnus-configure-posting-styles): add an optional
9530         group-name argument.
9531         * gnus-msg.el (gnus-setup-message): use it.
9532
9533 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9534
9535         * gnus-sum.el (gnus-summary-show-article): Fix doc.
9536
9537 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9538
9539         * mml.el (mime-to-mml): Remove Content-Disposition too.
9540
9541 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9542
9543         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
9544         * gnus-group.el (gnus-group-name-decode): Decode unibyte
9545         strings only.
9546         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9547
9548 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
9549
9550         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
9551         (nnmail-fancy-expiry-target): Use it.
9552         Suggestions from Simon Josefsson <jas@extundo.com>.
9553
9554 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9555
9556         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
9557
9558 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9559
9560         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
9561
9562         * gnus-util.el (gnus-url-unhex-string): Move here.
9563
9564 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9565
9566         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
9567         mm-url-decode-entities-nbsp.
9568
9569         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
9570         * webmail.el, nnwfm.el: Use mm-url.
9571
9572         * mm-url.el (mm-url-fetch-form): Move from nnweb.
9573         (mm-url-remove-markup): Move from nnweb.
9574         (mm-url-fetch-simple): Move from webmail.
9575
9576         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
9577
9578 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9579
9580         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
9581         (gnus-summary-print-article): Use it.
9582
9583         * gnus-util.el (gnus-replace-in-string): Typo.
9584
9585 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9586
9587         * nnweb.el (nnweb-replace-in-string): Removed.
9588
9589         * gnus-util.el (gnus-replace-in-string): New function.
9590         (gnus-mode-string-quote): Use it.
9591
9592         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
9593         * nnwfm.el (nnwfm-create-mapping): Ditto.
9594
9595 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9596
9597         * dgnushack.el (dgnushack-compile): nnrss.el and
9598         nnslashdot.el don't depend on nnweb, url, w3.
9599
9600         * nnrss.el: Use mm-url.
9601
9602 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9603
9604         * mm-url.el (mm-url-insert-file-contents): Support file:.
9605
9606 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9607
9608         * mm-view.el: Lower case for the description line. Sync from the
9609         Emacs CVS.
9610
9611 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9612
9613         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
9614         From:  Stefan Monnier  <monnier@cs.yale.edu>
9615
9616 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9617
9618         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
9619
9620 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9621
9622         * mm-url.el: Require executable.
9623         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
9624
9625 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9626
9627         * pop3.el (pop3-munge-message-separator): Only use valid date.
9628         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
9629
9630         * Makefile.in: gnus-load.elc may not be generated.
9631
9632 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9633
9634         * mm-url.el: New file.
9635         * nnslashdot.el: Use it.
9636         * mm-extern.el (mm-extern-url): Use it.
9637
9638 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9639
9640         * gnus-sum.el (gnus-summary-save-article): Nix
9641         gnus-display-mime-function and gnus-article-prepare-hook.
9642
9643         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
9644         the beginning of lines.
9645         (gnus-complex-form-to-spec): Ditto.
9646
9647 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9648
9649         * message.el (message-make-mft): Fix the m-s-a-file regexp.
9650         From Paul Jarc <prj@po.cwru.edu>.
9651
9652 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9653
9654         * message.el: New variable message-subscribed-address-file;
9655         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
9656
9657 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9658
9659         * message.el (message-tab-body-function): Set to nil.
9660         (message-tab): Use text-mode-map or global-map.
9661         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
9662
9663 2001-11-30  Simon Josefsson  <jas@extundo.com>
9664
9665         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
9666         instead of gnus-union, for speed.  Suggested by Christoph Conrad
9667         <christoph.conrad@gmx.de>.
9668         (gnus-agent-fetch-group-1): Add verbose message.
9669
9670 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9671
9672         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
9673         of integers.
9674
9675 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9676
9677         * message.el (message-newgroups-header-regexp)
9678         (message-completion-alist, message-tab-body-function): Use
9679         defcustom rather than defvar.
9680         (message-tab): Mention `message-tab-body-function' in doc.
9681         Suggested by Karl Eichwalder.
9682
9683 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9684
9685         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
9686
9687 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9688
9689         * nnheader.el (nnheader-find-nov-line): Don't use macro
9690         gnus-delete-line.
9691
9692         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
9693         (gnus-group-name-charset): Ditto.
9694
9695         * gnus-util.el (gnus-buffer-live-p): Ditto.
9696
9697 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9698
9699         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
9700         open parenthesis in doc.
9701         (sieve-manage-authenticator-alist): Typo in doc.
9702         * imap.el (imap-authenticator-alist): Typo in doc.
9703         (imap-stream-alist): Backslash.
9704
9705         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
9706           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
9707
9708 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9709
9710         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
9711
9712         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
9713
9714         * gnus-msg.el (gnus-configure-posting-styles): use
9715         make-local-hook. Add LOCAL for add-hook.
9716
9717 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
9718
9719         * message.el (message-mode): Use `make-local-hook' unless
9720         obsolete.
9721         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
9722
9723 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9724
9725         * canlock.el: Remove sha1.el and base64.el stuff.
9726
9727 2001-11-26  Didier Verna  <didier@xemacs.org>
9728
9729         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
9730         if needed.
9731
9732 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9733
9734         * message.el (message-tamago-not-in-use-p): New function.
9735         (message-strip-forbidden-properties): Use it.
9736
9737 2001-11-26  Didier Verna  <didier@xemacs.org>
9738
9739         * gnus-start.el (gnus-check-first-time-used): only check for
9740         existence of .el[d] files.
9741
9742 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9743
9744         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
9745
9746         * message.el (message-setup-1): Clean up mc-*.
9747
9748 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9749
9750         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
9751         * gnus-score.el (gnus-score-find-bnews): Use it.
9752
9753         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
9754         (gnus-summary-limit-to-author): Ditto.
9755         (gnus-summary-limit-to-extra): Ditto.
9756         (gnus-summary-find-matching): Support not-matching argument.
9757
9758 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9759
9760         * message.el (message-wash-subject): Use `insert' rather than
9761         `insert-string', which is deprecated.
9762
9763 2001-11-24  Simon Josefsson  <jas@extundo.com>
9764
9765         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
9766         message. (Gnus does not "default" to using 8bit for the message,
9767         it default to use 8bit encoding and the user-supplied CTE
9768         value. Calling this behaviour "treating it as 8bit" is perhaps
9769         better.)
9770
9771         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
9772         (compare mm-charset-to-coding-system).
9773
9774 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9775
9776         * canlock.el (canlock-sha1-with-openssl): Use unibyte
9777         buffer. Correctly decode hex.
9778
9779 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9780
9781         * gnus-agent.el (gnus-category-insert-line): Convert category
9782         names to strings.
9783
9784 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9785
9786         * message.el (sha1): eval-and-compile.
9787
9788 2001-11-20  Simon Josefsson  <jas@extundo.com>
9789
9790         * message.el (message-allow-no-recipients): New variable.
9791         (message-send): Use it, customize the prompting when posting to
9792         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
9793
9794 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9795
9796         * mm-util.el (mm-coding-system-priorities): New variable.
9797         (mm-sort-coding-systems-predicate): New function.
9798         (mm-find-mime-charset-region): Resort coding systems if needed.
9799         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
9800
9801 2001-11-20  Didier Verna  <didier@xemacs.org>
9802
9803         * gnus-group.el (gnus-group-make-help-group): new optional
9804         argument to control the error behavior.
9805         * gnus-start.el (gnus-check-first-time-used): use it to avoid
9806         erroring.
9807
9808 2001-11-19  Simon Josefsson  <jas@extundo.com>
9809
9810         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
9811         instead of C-c C-u.  Suggested by Per Abrahamsen
9812         <abraham@dina.kvl.dk>.
9813
9814 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9815
9816         * nnfolder.el (nnfolder-read-folder): Use group instead of
9817         nnfolder-current-group.
9818         Suggested by Lorentey Karoly <lorentey@elte.hu>.
9819
9820 2001-11-17  Simon Josefsson  <jas@extundo.com>
9821
9822         * message.el (message-send): Ask user if Fcc/Gcc should be
9823         performed when no other sender was specified.
9824         Suggested by prj@po.cwru.edu (Paul Jarc).
9825
9826 2001-11-17  Simon Josefsson  <jas@extundo.com>
9827
9828         * message.el (message-mode, message-mode-map): Use C-c C-u for
9829         Importance: instead of C-c C-p (used by SC).
9830
9831 2001-11-16  Simon Josefsson  <jas@extundo.com>
9832
9833         * message.el (message-insert-importance-high)
9834         (message-insert-importance-low): Save point.
9835
9836         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
9837         value.
9838
9839 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
9840
9841         * message.el (message-strip-special-text-properties): New option.
9842         (message-strip-forbidden-properties): Obey it.
9843
9844 2001-11-14  Sam Steingold  <sds@gnu.org>
9845
9846         * gnus-score.el: Fixed some doc strings to properly quote symbols.
9847
9848 2001-11-15  Simon Josefsson  <jas@extundo.com>
9849
9850         Support "Importance:" header in Message.
9851
9852         * message.el (message-mode-map): Bind C-c C-p to
9853         `message-insert-or-toggle-importance'
9854         (message-mode-menu): Add message-insert-importance-{high,low}.
9855         (message-insert-importance-high, message-insert-importance-low)
9856         (message-insert-or-toggle-importance): New functions.
9857         (message-tool-bar-map): Add {un,}important.
9858         (message-mode): Doc fix.
9859
9860 2001-11-15  Simon Josefsson  <jas@extundo.com>
9861
9862         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
9863
9864         * mml.el (mml-menu): Fix toolbar tooltip.
9865
9866 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9867
9868         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
9869         * nnml.el (nnml-save-marks): Ditto.
9870
9871         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
9872
9873 2001-11-15  Simon Josefsson  <jas@extundo.com>
9874
9875         * nnml.el (nnml-save-marks):
9876         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
9877         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
9878
9879 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
9880
9881         * gnus-art.el (gnus-article-wash-status-strings): Use
9882         `copy-sequence', not `copy-seq'.
9883
9884 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
9885
9886         * gnus-art.el (gnus-article-wash-status-strings): New constant.
9887         (gnus-gnus-article-wash-status-entry): New function.
9888         (gnus-article-wash-status): Use it.
9889
9890 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9891
9892         * mml1991.el: Add coding header.
9893
9894 2001-11-12  Simon Josefsson  <jas@extundo.com>
9895
9896         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
9897         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
9898         `mml1991-sign' and `mml1991-encrypt'.
9899         (mml1991-encrypt, mml1991-sign): New glue functions.
9900         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
9901
9902         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
9903         (mml-menu): Add PGP to menu.
9904
9905         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
9906         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
9907         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
9908         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
9909
9910         * mml2015.el: Mention RFC 3156.
9911
9912         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
9913
9914 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9915
9916         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
9917
9918         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
9919           From <Michael.Cook@cisco.com>
9920
9921 2001-11-11  Simon Josefsson  <jas@extundo.com>
9922
9923         * message.el (top-level): Autoload sha1.
9924         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
9925         canlock, no need to require two different hash algs).  Suggested
9926         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
9927
9928 2001-11-09  Simon Josefsson  <jas@extundo.com>
9929
9930         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
9931         <Pavel@Janik.cz>.
9932
9933 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9934
9935         * message.el (message-point-in-header-p): New function.
9936         (message-do-auto-fill): Use it.
9937         (message-beginning-of-line): New function.  Goes to beginning of
9938         header value (i.e., end of header name), or to beginning of line
9939         if already at beginning of value.  Behaves like
9940         `beginning-of-line' when in message body.
9941         (message-mode-map): Bind it.
9942
9943 2001-11-08  Simon Josefsson  <jas@extundo.com>
9944
9945         * gnus-msg.el (gnus-posting-styles): Add doc.
9946
9947 2001-11-07  Simon Josefsson  <jas@extundo.com>
9948
9949         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
9950
9951         * sieve-mode.el (sieve-control-commands-face)
9952         (sieve-control-commands-face, sieve-action-commands-face)
9953         (sieve-test-commands-face, sieve-tagged-arguments-face): New
9954         faces.
9955         (sieve-font-lock-keywords): Use them.
9956         (sieve-mode): Only set font-lock-defaults in emacs.
9957
9958         * gnus-art.el (gnus-default-article-saver): Add
9959         gnus-summary-save-body-in-file.
9960         (gnus-summary-write-to-file): Fix doc.
9961
9962 2001-11-07  Simon Josefsson  <jas@extundo.com>
9963
9964         * gnus-art.el (gnus-treat-highlight-signature): Add cross
9965         reference to the correct chapter in the manual.
9966
9967         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
9968         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
9969
9970 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9971
9972         * mml.el (mml-preview): Bind mail-header-separator.
9973
9974 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9975
9976         * message.el: Always require canlock.
9977         (message-ignored-supersedes-headers): Include Cancel-Lock and
9978         Cancel-Key.
9979         (message-insert-canlock): Don't require canlock.
9980         (message-cancel-news): Don't check whether canlock is available.
9981         (message-supersede): Support cancel-locks.
9982
9983         * gnus-art.el: Don't autoload canlock.
9984
9985 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9986
9987         * mail-source.el (mail-source-fetch-imap): ASYNC param.
9988         From: <andre@slamdunknetworks.com>
9989
9990 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9991
9992         * many files: Fix copyright lines.
9993
9994 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9995
9996         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
9997         Suggested by Dave Love  <fx@gnu.org>.
9998
9999 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10000
10001         * message.el (message-kill-buffer): Remove auto-save file after
10002         confirm.
10003
10004         * message.el (message-send-mail): Call message-generate-headers
10005         once.  Suggested by Matt Armstrong <matt@lickey.com>.
10006
10007         * gnus-topic.el (gnus-topic-rename): Initial-input.
10008         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
10009
10010 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
10011
10012         * message.el (message-forbidden-properties): New constant.
10013         (message-strip-forbidden-properties): New function.
10014         (message-mode): Activate it.
10015
10016 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10017
10018         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
10019         (mm-hack-charsets): Fix doc.
10020
10021 2001-11-02  Simon Josefsson  <jas@extundo.com>
10022
10023         * gnus-int.el (gnus-check-server): Message "...done" when done.
10024
10025         * imap.el (imap-close): Don't message (imap-send-command-wait
10026         returns if the connection is dropped).
10027         (imap-wait-for-tag): Nix out message only when necessary.
10028
10029         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
10030         for non-crossposting.
10031         (gnus-sieve-crosspost): Default to t to be consistent with other
10032         parts of Gnus.
10033
10034 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10035
10036         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
10037         (mm-iso-8859-x-to-15-table): Ditto.
10038         (mm-iso-8859-x-to-15-region): Ditto.
10039         (mm-find-mime-charset-region): Ditto.
10040
10041 2001-11-01  Simon Josefsson  <jas@extundo.com>
10042
10043         * nnimap.el (nnimap-close-asynchronous): New variable.
10044         (nnimap-close-group): Use it.
10045         (nnimap-expunge): Don't use it.
10046
10047         * imap.el (imap-callbacks): New variable.
10048         (imap-remassoc): Copied from `gnus-remassoc'.
10049         (imap-add-callback): New function.
10050         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
10051         behaviour.
10052         (imap-parse-response): Call the callback.
10053
10054         * message.el (message-insert-canlock): New variable.
10055         (message-canlock-generate, message-canlock-password)
10056         (message-insert-canlock): New functions.
10057         (message-send-news): Call `message-insert-canlock'.
10058         (top-level): Require canlock when compiling.
10059         (message-insert-canlock): Require canlock before we need it.
10060
10061 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10062
10063         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
10064
10065 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10066
10067         * dgnushack.el (dgnushack-make-load): A workaround for
10068         custom-add-loads bug in some versions of XEmacs.
10069
10070 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10071
10072         * mm-util.el (mm-charset-synonym-alist): Revert (some).
10073
10074 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10075
10076         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
10077         (mm-hack-charsets): New variable.
10078         (mm-iso-8859-15-compatible): New variable.
10079         (mm-iso-8859-x-to-15-table): New variable.
10080         (mm-find-mime-charset-region): Add parameter hack-charsets.
10081
10082         * mm-bodies.el (mm-encode-body): Use it.
10083         * mml.el (mml-parse-1): Ditto.
10084
10085 2001-11-01  Simon Josefsson  <jas@extundo.com>
10086
10087         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
10088
10089 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10090
10091         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
10092         is nil.
10093
10094 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10095
10096         * smiley-ems.el (smiley-update-cache): Auto detect file type.
10097
10098         * message.el (message-forward-rmail-make-body): Use
10099         save-window-excursion.
10100         (message-encode-message-body): Search with noerror.
10101         (message-setup-1): Convert compose-mail send-actions to
10102         message-send-actions.
10103
10104 2001-11-01  Simon Josefsson  <jas@extundo.com>
10105
10106         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
10107         <yamaoka@jpl.org>.
10108
10109 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10110
10111         * sieve-manage.el (sieve-string-bytes): No complain.
10112
10113 2001-11-01  Simon Josefsson  <jas@extundo.com>
10114
10115         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
10116         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
10117         has autoload cookies, so no `require' should be necessary.)
10118
10119         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
10120         files.
10121
10122 2001-10-31  Simon Josefsson  <jas@extundo.com>
10123
10124         * gnus-cus.el (gnus-group-parameters): Support integer `display'
10125         parameter.
10126
10127         * gnus-sum.el (gnus-select-newsgroup): If group parameter
10128         `display' is a number (and C-u wasn't used to enter group), only
10129         fetch that number of articles.
10130
10131 2001-10-31  Matt Armstrong  <matt@lickey.com>
10132
10133         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
10134         not-subscribed -> subscribed.
10135
10136 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10137         From: Josh Huber <huber@alum.wpi.edu>
10138
10139         * message.el (message-subscribed-address-functions): New variable.
10140         (message-subscribed-addresses): New variable.
10141         (message-subscribed-regexps): New variable.
10142         (message-goto-mail-followup-to): New function.
10143         (message-send-mail): Add Mail-Followup-To.
10144         (message-make-mft): New function.
10145
10146         * gnus.el (gnus-find-subscribed-addresses): New function.
10147
10148 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10149
10150         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
10151         (mail-source-fetch-pop): Ditto.
10152         (mail-source-check-pop): Ditto.
10153
10154         * gnus-start.el (gnus-read-init-file): Ditto.
10155         (gnus-activate-group): Ditto.
10156         (gnus-read-newsrc-el-file): Ditto.
10157
10158 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10159
10160         * message.el (message-get-reply-headers): Make sure there is ", ".
10161
10162         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
10163         mm-coding-system-p. Don't correct it only in XEmacs.
10164         (mm-charset-to-coding-system): Use mm-coding-system-p and
10165         mm-get-coding-system-list.
10166         (mm-emacs-mule, mm-mule4-p): New variables.
10167         (mm-enable-multibyte, mm-disable-multibyte,
10168         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
10169         mm-with-unibyte-current-buffer,
10170         mm-with-unibyte-current-buffer-mule4): Use them.
10171         (mm-find-mime-charset-region): Treat iso-2022-jp.
10172
10173         From  Dave Love  <fx@gnu.org>:
10174
10175         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
10176         construction.
10177         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
10178         entries conditional on not having a coding system defined for
10179         them.
10180         (mm-mule-charset-to-mime-charset): Use
10181         find-coding-systems-for-charsets if defined.
10182         (mm-charset-to-coding-system): Don't use
10183         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
10184         later.  Add last resort search of coding systems.
10185         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
10186         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
10187         Mule 4.
10188         (mm-find-mime-charset-region): Re-write.
10189         (mm-with-unibyte-current-buffer): Restore buffer as well as
10190         multibyteness.
10191
10192 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10193
10194         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
10195         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
10196         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
10197
10198 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10199
10200         * gnus-art.el (article-display-x-face): Nix buffer-read-only
10201         again.
10202
10203         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
10204
10205 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10206
10207         * gnus-spec.el (gnus-parse-simple-format): Use
10208           buffer-substring-no-properties.
10209
10210 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10211
10212         * gnus-art.el (article-verify-cancel-lock): New function.
10213
10214         * nnheader.el (nntp-process-response): New variable.
10215         (nnheader-init-server-buffer): Make `nntp-process-response'
10216         buffer-local in `nntp-server-buffer'.
10217
10218         * nntp.el (nntp-prepare-post-hook): New hook.
10219         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
10220         (nntp-async-trigger): Ditto.
10221         (nntp-request-post): Insert a server's ID if there's no Message-ID
10222         header; run `nntp-prepare-post-hook'.
10223
10224 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10225
10226         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
10227         instead.
10228
10229         * message.el (message-forward-subject-author-subject): Don't use
10230         message-news-p, which widens the buffer.
10231         (message-forward-make-body): New function.
10232         (message-forward): Use it.
10233         (message-insinuate-rmail): New function.
10234         (message-forward-rmail-make-body): New function.
10235
10236 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10237
10238         * mm-extern.el (mm-extern): Provide it.
10239
10240         * mm-partial.el (mm-partial): Provide it.
10241
10242 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10243
10244         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
10245
10246 2001-10-29  Simon Josefsson  <jas@extundo.com>
10247
10248         * mml.el (mml-preview): Bind message-this-is-news if it is
10249         news. From Jesper Harder <harder@myrealbox.com>.
10250
10251 2001-10-28  Simon Josefsson  <jas@extundo.com>
10252
10253         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
10254
10255 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
10256
10257         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
10258         ironic smilies.
10259
10260 2001-10-27  Simon Josefsson  <jas@extundo.com>
10261
10262         * message.el (message-indent-citation): Don't add trailing
10263         whitespace when citing text.
10264
10265         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
10266         <harder@ifa.au.dk>.
10267
10268 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10269
10270         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
10271         not available.
10272         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
10273         (nnweb-type-definition): Add google as alias of dejanews.
10274         (nnweb-google-parse-1): Forward 1 line.
10275
10276 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10277
10278         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
10279         variable `message-forward-ignored-headers'.
10280
10281 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
10282
10283         * gnus.el (gnus-expand-group-parameter): New function.
10284         (gnus-expand-group-parameters): Call it.
10285         (gnus-group-fast-parameter): New function.
10286         (gnus-group-find-parameter): Call it.
10287
10288 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
10289
10290         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
10291         vector (it didn't before because of a bug).
10292         * gnus-msg.el (gnus-post-news): Use header vector directly, if
10293         available.  Before it converted it to an article number.
10294
10295         This makes followup to news articles with negative numbers in
10296         nnvirtual groups use news instead of mail.
10297
10298 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
10299
10300         * gnus.el (post-method): Use `native' instead of `nil'.
10301
10302         * gnus-msg.el (gnus-post-method): Ditto.
10303
10304 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
10305
10306         * gnus.el (gnus-define-group-parameter): Grammar fix.
10307
10308 2001-10-22  Simon Josefsson  <jas@extundo.com>
10309
10310         * gnus-msg.el (gnus-extended-version): Include
10311         system-configuration.
10312         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
10313
10314 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
10315
10316         * gnus.el (post-method): Customization fix: `native' is not a
10317         valid value.
10318         * gnus-msg.el (gnus-post-method): Doc and customization fix:
10319         `native' is not a valid value.
10320
10321 2001-10-21  Simon Josefsson  <jas@extundo.com>
10322
10323         * nnimap.el (nnimap): Defgroup
10324         (nnimap-strict-function, nnimap-strict-function-match): New
10325         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
10326         (nnimap-split-crosspost, nnimap-split-inbox)
10327         (nnimap-split-rule, nnimap-split-predicate)
10328         (nnimap-split-predicate): Defcustom.
10329         (nnimap-split-inbox, nnimap-expunge-search-string)
10330         (nnimap-importantize-dormant): Remove "*" from doc.
10331
10332 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10333
10334         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
10335         not supplied via prefix arg.  From Lisp, make arg mandatory.
10336         Suggested by Frank Schmitt.
10337
10338 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10339
10340         * message.el (message-do-auto-fill): Avoid calling
10341         'rfc822-goto-eoh'.
10342
10343 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10344         From Paul Jarc <prj@po.cwru.edu>.
10345
10346         * message.el (message-get-reply-headers): Restructure the logic
10347         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
10348
10349 2001-10-20  Simon Josefsson  <jas@extundo.com>
10350
10351         * message.el (message-cancel-news): Support cancel-locks.
10352         Suggested by Per Abrahamsson.
10353
10354         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
10355         conses.  From David Z Maze <dmaze@MIT.EDU>.
10356
10357         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
10358
10359 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
10360
10361         * mm-decode.el (mm-default-directory): Fix customize type.
10362
10363         * message.el (message-setup-fill-variables): Kludge to use
10364         normal-auto-fill-function even if auto fill is already activated.
10365
10366 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
10367
10368         * message.el (message-do-auto-fill): New version that does not
10369         rely on text properties, by Simon Josefsson <jas@extundo.com>.
10370         (message-setup-1): Removed the `message-field' property.
10371
10372         * gnus-draft.el (gnus-draft-edit-message): Removed the
10373         `message-field' property.
10374
10375 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
10376
10377         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
10378         `message-field'.  The `field' property has a special significance in
10379         Emacs 21.
10380
10381         * message.el (message-send, message-setup-1): Ditto.
10382
10383 2001-10-18  Simon Josefsson  <jas@extundo.com>
10384
10385         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
10386         when undoing.
10387
10388 2001-10-18  Simon Josefsson  <jas@extundo.com>
10389         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
10390
10391         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
10392         (gnus-summary-make-menu-bar): Ditto.
10393
10394 2001-10-17  Simon Josefsson  <jas@extundo.com>
10395
10396         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
10397         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
10398
10399 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10400
10401         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
10402         * gnus-util.el (gnus-user-date): New function.
10403         From Frank Schmitt <usenet@Frank-Schmitt.net>.
10404
10405 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
10406
10407         * message.el (message-check-news-header-syntax): Special case
10408         nnvirtual groups.
10409
10410         * gnus-sum.el (gnus-summary-respool-default-method): Changed
10411         customize type to `symbol'.
10412
10413 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10414
10415         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
10416         %&foo;.
10417         (gnus-parse-simple-format): Support user extended spec too.
10418         %u&foo; invokes gnus-user-format-function-foo.
10419
10420 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10421
10422         * nnml.el (nnml-request-expire-articles): Make sure it is back to
10423         the server.
10424         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
10425         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
10426         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
10427         * nndiary.el (nndiary-request-expire-articles): Ditto.
10428         (nndiary-schedule): Defsubst it before use it.
10429         (nndiary-error): eval-and-compile.
10430
10431 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
10432
10433         * gnus-msg.el (gnus-post-method): Changed two instances of
10434         `active' to `current' and one `null' to `not'.
10435
10436 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10437         From Katsumi Yamaoka <yamaoka@jpl.org>.
10438
10439         * message.el (message-setup-fill-variables): Use
10440         `normal-auto-fill-function' instead of `auto-fill-function'.
10441
10442 2001-10-16  Simon Josefsson  <jas@extundo.com>
10443
10444         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
10445         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
10446         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
10447
10448 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10449         Patch by Oliver Scholz <oscholz@my.gnus.org>.
10450
10451         * gnus-draft.el (gnus-draft-edit-message): Add text property
10452         `field' with value `header' to message headers.
10453         * message.el (message-setup-1): Really add text property to all of
10454         the header, not just part of it.
10455
10456 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10457
10458         * gnus-group.el (gnus-group-sort-by-server): Use it.
10459
10460         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
10461
10462         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
10463         and keystroke.
10464
10465 2001-10-14  Simon Josefsson  <jas@extundo.com>
10466
10467         * dig.el: Doc fix.
10468
10469         * smime.el: Doc fix.
10470
10471         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
10472         charset magic from message.el.
10473
10474 2001-10-12  Simon Josefsson  <jas@extundo.com>
10475         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
10476
10477         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
10478         'cite from g-a-wash-types.
10479         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
10480         (gnus-article-hide-citation): Fix.
10481
10482         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
10483         character.
10484         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
10485
10486         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
10487         definition.
10488         (gnus-signature-toggle): Toggle `s' mode line character.
10489
10490         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
10491         doing stuff that clears it.
10492
10493 2001-10-12  Simon Josefsson  <jas@extundo.com>
10494
10495         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
10496         From Eric Marsden <emarsden@laas.fr>.
10497
10498 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10499
10500         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
10501         (autoload): Add some autoloads.
10502
10503 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10504         Suggested by Oliver Scholz <epameinondas@gmx.de>.
10505
10506         * message.el (message-do-auto-fill): New function.  Like
10507         `do-auto-fill' but don't fill when in the message header.
10508         (message-setup-1): Put a text property on the message header.
10509         (message-setup-fill-variables): Use `message-do-auto-fill'.
10510
10511 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10512
10513         * message.el (message-send-mail-partially): Insert an empty line
10514         first, because of the change of message-make-lines.
10515
10516 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
10517
10518         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
10519         iso-8859-15, make it an alias for iso-8859-1.
10520
10521 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10522
10523         * message.el (message-send-news): Don't modify the value of
10524         `message-syntax-checks' if it is not a list (possibly it is
10525         `dont-check-for-anything-just-trust-me').
10526
10527 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10528
10529         * gnus-group.el (gnus-group-name-charset-group-alist): Use
10530         `find-coding-system' for XEmacs to check whether the coding-system
10531         `utf-8' is available.
10532
10533 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10534
10535         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
10536
10537 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
10538
10539         * message.el (message-send-news): Oops, missed case with no
10540         "Followup-To" header...
10541
10542 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
10543
10544         * message.el (message-send-news): Allow
10545         `gnus-group-name-charset-group-alist' to affect encoding of the
10546         "Newsgroups" and "Followup-To" headers.
10547
10548 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10549
10550         * Makefile.in (install-el): Depend on gnus-load.el.
10551
10552 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10553
10554         * Makefile.in (install-el): Use -f.
10555         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
10556
10557 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
10558
10559         * message.el (message-send-news): Don't encode Followups-To when
10560         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
10561
10562         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
10563         header.
10564
10565         * gnus-art.el (article-decode-group-name): Also decode
10566         "Followup-To".
10567
10568         * rfc2047.el (rfc2047-encode-message-header): Encode without
10569         asking for null methods.
10570
10571         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
10572         default charset for newsgroup names in accordance with USEFOR.
10573
10574         * gnus-group.el (gnus-group-name-charset-method-alist,
10575         gnus-group-name-charset-group-alist): Removed "*" from doc
10576         strings, "*" should not be used for complex variables.
10577
10578 2001-10-06  Simon Josefsson  <jas@extundo.com>
10579
10580         Support UTF-8 group names better.
10581
10582         * message.el (message-check-news-header-syntax): Encode group
10583         names before comparison.
10584
10585         * gnus-msg.el (gnus-copy-article-buffer): Run all
10586         `gnus-article-decode-hook's except `article-decode-charset'
10587         instead of hardcoding call to one of them.
10588
10589         * gnus-art.el (gnus-article-decode-hook): Add
10590         `article-decode-group-name'.
10591         (article-decode-group-name): New function, use `g-d-n'.
10592
10593         * gnus-group.el (gnus-group-insert-group-line): Decode
10594         gnus-tmp-group using `g-d-n'.
10595
10596         * gnus-util.el (gnus-decode-newsgroups): New function.
10597
10598 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
10599
10600         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
10601         `gnus-group-name-charset-group-alist'.
10602
10603 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10604
10605         * Makefile.in: Install el in install. Add uninstall.
10606
10607 2001-10-05  Simon Josefsson  <jas@extundo.com>
10608
10609         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
10610
10611         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
10612
10613         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
10614         empty folders.
10615
10616         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
10617         limiting if read-all (C-u RET) was used.
10618
10619 2001-10-04  Simon Josefsson  <jas@extundo.com>
10620
10621         * mail-source.el (mail-source-movemail-program): New variable.
10622         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
10623         <thutt@thutt.vmware.com>.
10624
10625 2001-10-03  Simon Josefsson  <jas@extundo.com>
10626
10627         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
10628         (gnus-summary-line-format-alist): Fix param.
10629
10630 2001-10-02  Simon Josefsson  <jas@extundo.com>
10631
10632         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
10633         don't go through `nnimap-request-expire-articles' to delete the
10634         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
10635
10636 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10637
10638         * gnus-agent.el (gnus-agent-write-active): The min in the
10639         agent/active may be larger than that in the server/active.
10640
10641 2001-10-01  Simon Josefsson  <jas@extundo.com>
10642
10643         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
10644         is IMAP4rev1.
10645
10646         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
10647
10648         * nnfolder.el: Ditto.
10649
10650 2001-09-30  Dan Christensen  <jdc@uwo.ca>
10651
10652         * gnus-sum.el (gnus-summary-extract-address-component): New function.
10653         (gnus-summary-from-or-to-or-newsgroups): Optimize.
10654
10655 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10656
10657         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
10658         (message-mode-menu): Menu item for same.
10659
10660         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
10661         delayed articles.
10662
10663         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
10664         nndraft:delayed does not exist.
10665         (gnus-delay-initialize): Don't set up keymap, that's done from
10666         message.el now.
10667         (gnus-delay, gnus-delay-group, gnus-delay-header)
10668         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
10669
10670 2001-09-29  Simon Josefsson  <jas@extundo.com>
10671
10672         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
10673         utf-8, not eight-bit-control.
10674
10675         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
10676         (imap-log, imap-debug): Custom.
10677         (imap-log-buffer, imap-debug-buffer): New constants.
10678         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
10679         (imap-network-open, imap-shell-open, imap-starttls-open)
10680         (imap-send-command-1, imap-send-command, imap-arrival-filter)
10681         (imap-debug): Use imap-*-buffer.
10682
10683         * nndoc.el (nndoc-article-type): Add mailman.
10684         (nndoc-type-alist): Ditto.
10685         (nndoc-mailman-type-p): New function.
10686
10687 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10688
10689         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
10690         gnus-art.el.
10691
10692 2001-09-27  Simon Josefsson  <jas@extundo.com>
10693
10694         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
10695         (gnus-topic-catchup-articles): New function. Suggested by Robin
10696         S. Socha <robin-dated-1001857693.185e29@socha.net>.
10697
10698 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10699         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
10700
10701         * gnus-ems.el (gnus-article-display-xface): Insert xface after
10702         previous ones.
10703
10704 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10705         From Daiki Ueno  <ueno@unixuser.org>
10706
10707         * gnus-sum.el (gnus-summary-show-article): The arglist of
10708         detect-coding-region is incompatible.
10709
10710 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10711         From Katsuhiro Hermit Endo <hermit@koka-in.org>
10712
10713         * gnus-group.el (gnus-group-delete-group): Typo.
10714
10715 2001-09-26  Simon Josefsson  <jas@extundo.com>
10716
10717         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
10718
10719         * nnimap.el (nnimap-expiry-target): Use temp buffer.
10720
10721 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10722
10723         * gnus-cus.el (gnus-group-parameters): Display as sexp.
10724
10725 2001-09-22  Simon Josefsson  <jas@extundo.com>
10726
10727         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
10728
10729         * nnfolder.el (nnfolder-open-marks): Ditto.
10730
10731         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
10732         (gnus-update-marks): Use it.
10733         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
10734         hardcoded list.
10735
10736         * gnus.el (gnus-article-special-mark-lists): Add killed.
10737         (gnus-article-unpropagated-mark-lists): New constant.
10738
10739 2001-09-22  Simon Josefsson  <jas@extundo.com>
10740
10741         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
10742         custom option.
10743
10744 2001-09-23  Simon Josefsson  <jas@extundo.com>
10745
10746         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
10747
10748 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10749
10750         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
10751
10752 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
10753
10754         * gnus-group.el (gnus-group-sort-function): Fix customize type to
10755         accept lists of functions.
10756
10757 2001-09-20  Simon Josefsson  <jas@extundo.com>
10758
10759         * gnus-group.el (gnus-group-catchup): Update expire marks in
10760         backend.  Also, if ALL also set expire marks on tick/dormant.
10761
10762 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10763
10764         * message.el (message-tab-body-function): New variable.
10765         * message.el (message-tab): Use it.
10766
10767 2001-09-19  Sam Steingold  <sds@gnu.org>
10768
10769         * gnus-win.el (gnus-buffer-configuration): Respect
10770         `gnus-bug-create-help-buffer'.
10771
10772 2001-09-18  Simon Josefsson  <jas@extundo.com>
10773
10774         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
10775         (gnus-parse-simple-format): Re-revert.
10776
10777 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
10778         Trivial patch.
10779
10780         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
10781         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
10782
10783 2001-09-18  Simon Josefsson  <jas@extundo.com>
10784
10785         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
10786         signed.
10787         (gnus-parse-simple-format): Don't use it.
10788
10789 2001-09-17  Miles Bader  <miles@gnu.org>
10790
10791         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
10792         error querying a backend abort the whole process.
10793
10794 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10795
10796         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
10797         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
10798
10799 2001-09-17  Didier Verna  <didier@xemacs.org>
10800
10801         * nndiary.el: version 0.2-b14.
10802         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
10803         compatibility problem with XEmacs 21.1.
10804
10805 2001-09-15  Simon Josefsson  <jas@extundo.com>
10806
10807         * gnus-group.el (gnus-group-line-format): Document %c.
10808
10809         * nnml.el (nnml-parse-head): Handle CRLF files.
10810         (nnml-generate-nov-file): Ditto.
10811         (nnml-retrieve-headers): Ditto.
10812
10813 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
10814
10815         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
10816
10817 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
10818
10819         * gnus-spec.el (gnus-correct-substring): Still stopped one
10820         character before we wanted (never included last character).
10821         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
10822         add missing "," (once per function)
10823
10824 2001-09-14  Simon Josefsson  <jas@extundo.com>
10825
10826         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
10827         (otherwise e.g. gnus-agentize in .gnus overrides the customized
10828         default before gnus-group is loaded and the variable set.)
10829
10830         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
10831         killed or unsent marks.
10832
10833         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
10834         isn't an article to set it on (e.g. when you `a' in a group).
10835
10836 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10837
10838         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
10839         can read e-mails from Microsoft Outlook users not using ISO
10840         8859-2 character set.
10841
10842 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10843
10844         * gnus-diary.el: Minor modifications to avoid warnings.
10845         (gnus-summary-misc-menu): defvar.
10846         (gnus-diary-check-message): Use gnus-point-at-eol.
10847         (gnus-diary-kill-entire-line): eval-and-compile.
10848
10849 2001-09-12  Didier Verna  <didier@xemacs.org>
10850
10851         * nndiary.el: new version (0.2-b13).
10852         * nndiary.el (nndiary-mail-sources): doc update.
10853         * nndiary.el (nndiary-split-methods): ditto.
10854         * nndiary.el (nndiary-request-accept-article-hooks): New.
10855         * nndiary.el (nndiary-request-accept-article): use it, check
10856         message validity.
10857         * nndiary.el (nndiary-get-new-mail): changed default to nil.
10858         * nndiary.el (nndiary-schedule): fix bug (misplaced
10859         condition-case): it didn't return nil on error.
10860         * gnus-diary.el: new version.
10861         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
10862         * gnus-diary.el (gnus-diary-header-value-history): New.
10863         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
10864         * gnus-diary.el (gnus-diary-add-header): New.
10865         * gnus-diary.el (gnus-diary-check-message): New.
10866         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
10867         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
10868
10869 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10870
10871         * gnus-sum.el (gnus-select-newsgroup): Make
10872         `gnus-current-select-method' buffer-local.
10873
10874         * gnus-art.el (gnus-request-article-this-buffer): Refer
10875         `gnus-current-select-method' in the current summary buffer.
10876
10877 2001-09-10  Simon Josefsson  <jas@extundo.com>
10878         From Daniel Pittman <daniel@rimspace.net>
10879
10880         * gnus-spec.el (gnus-correct-pad-form): Fix.
10881
10882 2001-09-09  Simon Josefsson  <jas@extundo.com>
10883
10884         * mm-decode.el (mm-inline-media-tests): Add
10885         application/x-emacs-lisp.
10886         (mm-attachment-override-types): Add
10887         application/{x-,}pkcs7-signature.
10888
10889         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
10890         (gnus-server-line-format, gnus-server-mode-line-format)
10891         (gnus-server-browse-in-group-buffer): Customize.
10892
10893 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10894
10895         * nnml.el (nnml-marks-changed-p): Typo.
10896         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
10897         (nnml-marks-changed-p): Use gnus-gethash.
10898         (nnml-marks-modtime): Use gnus-make-hashtable.
10899
10900         * nnfolder.el (nnfolder-marks-changed-p): Typo.
10901         (nnfolder-request-expire-articles, nnfolder-save-marks)
10902         (nnfolder-open-marks): Typo.
10903         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
10904         (nnfolder-marks-changed-p): Use gnus-gethash.
10905         (nnfolder-marks-modtime): Use gnus-make-hashtable.
10906
10907 2001-09-08  Simon Josefsson  <jas@extundo.com>
10908
10909         * nnfolder.el (nnfolder-marks-modtime): New variable.
10910         (nnfolder-marks-changed-p): New function.
10911         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
10912         (nnfolder-request-update-info): Don't update if marks didn't change.
10913
10914         * nnml.el (nnml-marks-modtime): New variable.
10915         (nnml-marks-changed-p): New function.
10916         (nnml-save-marks, nnml-open-marks): Save modtime.
10917         (nnml-request-update-info): Don't update if marks didn't change.
10918
10919         * gnus-agent.el (gnus-agent-any-covered-gcc)
10920         (gnus-agent-add-server, gnus-agent-remove-server): Use
10921         gnus-agent-method-p.
10922
10923         * gnus-art.el (gnus-buttonized-mime-types): New variable.
10924         (gnus-unbuttonized-mime-type-p): Use it.
10925
10926         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
10927         fetch group.
10928
10929 2001-09-08  Simon Josefsson  <jas@extundo.com>
10930         From Daniel Pittman <daniel@rimspace.net>
10931
10932         * gnus-spec.el (gnus-correct-pad-form): New function.
10933         (gnus-parse-simple-format): Use it.
10934
10935 2001-09-07  Simon Josefsson  <jas@extundo.com>
10936
10937         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
10938         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
10939         Putnam <reader@newsguy.com>.
10940         (gnus-group-sort-selected-groups): Touch dribble file.
10941
10942 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
10943
10944         * nnml.el (nnml-filenames-are-evil): New variable.
10945         (nnml-article-to-file-alist): Rename to ...
10946         (nnml-current-group-article-to-file-alist): ... this.
10947         Respect `nnml-filenames-are-evil'.
10948         (nnml-active-number): Update.
10949         (nnml-update-file-alist): Update.
10950         (nnml-request-article): Use nnheader-article-to-file-alist.
10951         (nnml-request-rename-group): Likewise.
10952
10953 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10954
10955         * gnus-sum.el (gnus-summary-insert-line): Fix.
10956
10957 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
10958
10959         * gnus-sum.el: Bind g-s-t-s to "W g".
10960         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
10961         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
10962         display of graphical smilies.
10963
10964 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10965
10966         * gnus-start.el (gnus-setup-news): A typo.
10967         From Bill White <billw@wolfram.com>.
10968
10969 2001-09-06  Simon Josefsson  <jas@extundo.com>
10970
10971         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
10972         and unseen marks.
10973
10974 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10975
10976         * nnmail.el (nnmail-split-fancy): Document `junk'.
10977
10978 2001-09-04  Simon Josefsson  <jas@extundo.com>
10979
10980         * imap.el (imap-search): Don't error if server is broken.
10981
10982 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
10983
10984         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
10985         searching for an article that isn't in the mbox.
10986
10987 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10988
10989         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
10990         right, and get all the comments.
10991
10992 2001-09-02  Simon Josefsson  <jas@extundo.com>
10993         Suggested by Dan Christensen <jdc+news@uwo.ca>
10994
10995         * nnfolder.el (nnfolder-request-update-info): Fix message.
10996
10997         * nnml.el (nnml-request-update-info): Ditto.
10998
10999 2001-09-01  Simon Josefsson  <jas@extundo.com>
11000
11001         * nnml.el (nnml-request-expire-articles): Also bind
11002         `nnml-current-group' and `nnml-article-file-alist' when using
11003         expiry-target. (Otherwise nnml will be in a inconsistent internal
11004         state causing all kind of problems.)
11005         (nnml-request-expire-articles): If `nnml-article-to-file' or
11006         `file-attributes' failes, return article as un-expirable instead
11007         of treating it as expired.
11008
11009 2001-08-31  Sam Steingold  <sds@gnu.org>
11010
11011         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
11012         typo: `exmine' --> `examine'.
11013
11014 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11015
11016         * nndoc.el (nndoc-forward-type-p): It is not a digest.
11017
11018 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11019
11020         * nnml.el (nnml-check-directory-twice): Remove.
11021         (nnml-retrieve-headers): Ditto.
11022         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
11023
11024 2001-08-30  Andrew Innes  <andrewi@gnu.org>
11025
11026         * nnheader.el (nnheader-directory-files-is-safe): No need to read
11027         directory twice on Windows, or on GNU Emacs-21.
11028
11029 2001-08-30  Andrew Innes  <andrewi@gnu.org>
11030
11031         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
11032         (nnml-request-rename-group): Ditto.
11033         (nnml-active-number): Ditto.
11034         (nnml-request-create-group): Use nnml-directory-articles.
11035         (nnml-request-expire-articles): Use nnml-directory-articles, which
11036         gets list from nov database if available.
11037         (nnml-get-nov-buffer): New function.
11038         (nnml-open-nov): Use it.
11039         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
11040         gets alist from nov database if available.
11041         (nnml-directory-articles): New function.
11042         (nnml-article-to-file-alist): New function.
11043
11044 2001-08-30  Andrew Innes  <andrewi@gnu.org>
11045
11046         * mm-decode.el (mm-display-external): Use `name' as filename, if
11047         `filename' attribute is not present.
11048
11049 2001-08-30  Andrew Innes  <andrewi@gnu.org>
11050
11051         * mail-source.el (mail-source-flash): New defcustom.
11052         (mail-source-new-mail-p): Ring visible bell if appropriate.
11053         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
11054         timer is cleared even if mail check signals an error.
11055
11056 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11057
11058         * gnus-sum.el (gnus-summary-move-article): Only update marks of
11059         type 'list.
11060
11061 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11062
11063         * flow-fill.el (fill-flowed): eol might be point-max.
11064
11065 2001-08-27  Simon Josefsson  <jas@extundo.com>
11066
11067         * nnml.el (nnml-request-update-info): Fix message.
11068         (nnml-open-marks): Ditto.
11069
11070         * nnfolder.el (nnfolder-request-update-info):
11071         (nnfolder-open-marks): Fix message.
11072
11073 2001-08-25  Simon Josefsson  <jas@extundo.com>
11074
11075         * nnfolder.el (nnfolder-save-marks): Don't create directory named
11076         after group in ~/.
11077
11078 2001-08-25  Simon Josefsson  <jas@extundo.com>
11079         From Andreas Jaeger  <aj@suse.de>
11080
11081         * nnfolder.el (nnfolder-open-marks): Fix typo.
11082         * nnml.el (nnml-open-marks): Likewise.
11083
11084 2001-08-25  Simon Josefsson  <jas@extundo.com>
11085
11086         Make nnfolder groups self-contained as far as marks are concerned.
11087
11088         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
11089         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
11090         (nnfolder-open-server): Make marks directory.
11091         (nnfolder-request-delete-group): Delete marks file.
11092         (nnfolder-request-delete-group): Check of nov/marks file exist
11093         before deleting.
11094         (nnfolder-request-rename-group): Rename marks file.
11095         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
11096         (nnfolder-request-set-mark, nnfolder-request-update-info)
11097         (nnfolder-group-marks-pathname, nnfolder-save-marks)
11098         (nnfolder-open-marks): New functions.
11099         (top-level): Require gnus.
11100
11101 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11102
11103         * nnweb.el (nnweb-type-definition): Use google raw file.
11104         (nnweb-google-parse-1): Ditto.
11105         (nnweb-google-identity): Ditto.
11106         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
11107         (nnweb-altavista-wash-article): Ditto.
11108         (nnweb-request-article): Remove nnweb-decode-entities.
11109
11110         * nnml.el: Require 'gnus.
11111
11112 2001-08-25  Simon Josefsson  <jas@extundo.com>
11113
11114         * nnml.el (nnml-marks-is-evil): Add doc.
11115
11116 2001-08-25  Simon Josefsson  <jas@extundo.com>
11117
11118         * nnml.el (nnml-save-marks): Wrap saving marks in a
11119         condition-case, to allow user to start Gnus if saving marks failed
11120         for some reason.
11121
11122 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11123
11124         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
11125
11126         * gnus-group.el (gnus-update-group-mark-positions): Bind
11127         gnus-group-update-hook to nil.
11128
11129 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11130
11131         * mml.el (mml-generate-mime-1): Force as multibyte string.
11132
11133 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11134
11135         * gnus-sum.el (gnus-summary-insert-line)
11136         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
11137         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
11138
11139         * gnus-spec.el (gnus-correct-substring): Take optional END.
11140
11141         * nnrss.el (nnrss-request-article): Remove \n.
11142         (nnrss-retrieve-headers): Lines number is -1.
11143
11144 2001-08-24  Simon Josefsson  <jas@extundo.com>
11145
11146         * gnus-group.el (gnus-info-clear-data): Call
11147         nnfoo-request-set-mark to propagate marks.  Fix bug:
11148         `gnus-group-update-line' doesn't update read range unless we call
11149         `gnus-get-unread-articles-in-group' first.
11150
11151         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
11152         to server.
11153
11154 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11155
11156         * gnus-util.el (gnus-create-info-command): Return an interactive
11157         function.
11158
11159 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11160         From Katsumi Yamaoka <yamaoka@jpl.org>
11161
11162         * gnus-spec.el (gnus-parse-complex-format): Use equal.
11163
11164 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11165
11166         * gnus-sum.el (gnus-select-newsgroup): Use it.
11167
11168         * gnus-util.el (gnus-not-ignore): New function.
11169
11170         * lpath.el (featurep): Don't fbind char-int.
11171
11172         * gnus-util.el (gnus-create-info-command): New function.
11173
11174         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
11175         right node.
11176
11177         * gnus-sum.el (gnus-select-newsgroup): Clean up.
11178         (gnus-summary-limit-children): Use 'identity instead of `all'.
11179         (gnus-summary-limit-to-display-predicate): New command and
11180         keystroke.
11181
11182 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11183
11184         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
11185
11186         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
11187
11188 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11189
11190         * gnus-spec.el: Add the Gnus version.
11191         (gnus-update-format-specifications): If the Gnus version changes,
11192         nix out the format spec cache.
11193
11194         * gnus.el (gnus-continuum-version): Made into a command and
11195         optionalize the VERSION.
11196
11197         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
11198         the start of the lines.
11199
11200 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11201
11202         * gnus.el (gnus-visual-p): Define function before use of
11203         function.
11204
11205 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11206
11207         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
11208         (gnus-article-mark-to-type): New function.
11209         (gnus-update-missing-marks): Only update marks of type 'list.
11210
11211         * gnus.el (gnus-article-special-mark-lists): New variable.
11212
11213 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11214
11215         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
11216         (gnus-select-newsgroup): Still use 'all.
11217         (gnus-summary-initial-limit): Comparing with 'all.
11218
11219 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11220
11221         * gnus-start.el (gnus-activate-group): If dont-check, don't update
11222         active.
11223
11224 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11225
11226         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
11227         nnslashdot-*-retrieve-headers.
11228         (nnslashdot-request-article): Fix for slashcode 2.2.
11229         (nnslashdot-make-tuple): New function.
11230         (nnslashdot-read-groups): Use it.
11231
11232 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11233
11234         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
11235         list.
11236
11237         * gnus-sum.el (gnus-summary-move-article): Don't select article.
11238
11239 2001-08-20  Simon Josefsson  <jas@extundo.com>
11240
11241         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
11242         opened, error instead of continuing (and exploding later).
11243
11244 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11245
11246         * gnus.el (gnus-expand-group-parameters): Return the parameter
11247         list.
11248
11249         * gnus-sum.el (gnus-summary-show-article): Doc fix.
11250         (gnus-summary-show-article): Guess at charset if required.
11251
11252         * gnus-spec.el (gnus-correct-substring): Stopped one character
11253         before we wanted.
11254
11255 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11256
11257         * earcon.el (earcon-auto-play): Remove unused option.
11258
11259 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11260
11261         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
11262         message down in levels, since it happens very fast.
11263
11264         * smiley-ems.el (smiley-update-cache): Respect the symbol version
11265         of smiley-regexp-alist.
11266
11267         * mm-view.el (mm-inline-text): Ignore vcard errors.
11268
11269         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
11270
11271         * gnus-score.el (gnus-all-score-files): Use append instead of
11272         nconc.
11273
11274         * gnus.el (gnus-splash-face): Doc fix.
11275
11276         * mm-decode.el (mm-mailcap-command): Use
11277         mm-path-name-rewrite-functions.
11278         (mm-path-name-rewrite-functions): New variable.
11279
11280         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
11281         (gnus-complex-form-to-spec): Insert tab.
11282         (gnus-spec-tab): New function.
11283
11284         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
11285         entering the group.
11286
11287         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
11288         the positional spec.
11289         (gnus-parse-complex-format): React to %C.
11290
11291         * gnus-ems.el (gnus-char-width): Moved here.
11292
11293         * gnus-sum.el (gnus-select-newsgroup): Set
11294         gnus-newsgroup-articles.
11295         (gnus-unseen-mark): New variable.
11296         (gnus-newsgroup-unseen): Ditto.
11297         (gnus-newsgroup-seen): Ditto.
11298         (gnus-adjust-marked-articles): Use them.
11299         (gnus-update-marks): Use them.
11300         (gnus-summary-update-secondary-mark): Display.
11301         (gnus-summary-prepare-threads): Display.
11302
11303         * gnus-msg.el (gnus-inews-group-method): Use and return the
11304         method, not the server.
11305
11306 2001-08-19  Simon Josefsson  <jas@extundo.com>
11307
11308         * gnus-srvr.el (gnus-server-agent-face): New.
11309         (gnus-server-agent-face): New.
11310         (gnus-server-mode): Turn on font-lock-mode.
11311
11312         * gnus.el (gnus-server-visual): Add defgroup.
11313
11314 2001-08-19  Simon Josefsson  <jas@extundo.com>
11315         From Joe Casadonte <jcasadonte@northbound-train.com>
11316
11317         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
11318         gnus-server-denied-face): New.
11319         (gnus-server-opened-face, gnus-server-closed-face,
11320         gnus-server-denied-face): New.
11321         (gnus-server-font-lock-keywords): Add.
11322
11323 2001-08-19  Simon Josefsson  <jas@extundo.com>
11324
11325         * nnml.el (nnml-request-set-mark): Return nil.
11326         (nnml-save-marks): Use nnml-possibly-create-directory.
11327         (nnml-open-marks): Only work in temp buffer when inserting/reading
11328         .marks file.
11329
11330 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11331
11332         * gnus.el (gnus-expand-group-parameters): Fix.
11333
11334         * gnus-spec.el (gnus-char-width): New function.
11335         (gnus-correct-substring, gnus-correct-length): Use it.
11336
11337         * message.el (message-required-mail-headers): Fix doc.
11338
11339 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11340
11341         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
11342
11343         * mm-decode.el (mm-save-part-to-file): Insert the handle.
11344
11345 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11346
11347         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
11348         slashdot 2.2 (not fully fixed yet).
11349         (nnslashdot-request-article): Ditto.
11350
11351 2001-08-18  Simon Josefsson  <jas@extundo.com>
11352
11353         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
11354         nnimap.
11355
11356         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
11357         gnus-util.
11358         (nnimap-request-update-info-internal): Use new functions.
11359
11360         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
11361         new functions.
11362
11363 2001-08-18  Simon Josefsson  <jas@extundo.com>
11364
11365         Make nnml groups self-contained as far as marks are concerned.
11366
11367         * nnml.el (nnml-request-delete-group): Delete marks file.
11368         (nnml-request-rename-group): Move marks file.
11369         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
11370         variables.
11371         (nnml-request-set-mark, nnml-request-update-info): New server
11372         functions.
11373         (nnml-save-marks, nnml-open-marks): New functions.
11374
11375 2001-08-18  Simon Josefsson  <jas@extundo.com>
11376
11377         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
11378         `set' when setting marks.
11379
11380 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11381
11382         * gnus.el (gnus-info-find-node): Take an argument.
11383
11384         * gnus-art.el (gnus-button-handle-info): New function.
11385         (gnus-url-unhex-string): Replace "+" with " ".
11386
11387 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11388
11389         * message.el (message-check-news-header-syntax): Check bad From.
11390
11391 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11392
11393         * gnus-spec.el (gnus-correct-length): New function.
11394         (gnus-correct-substring): New function.
11395         (gnus-tilde-max-form): Use it.
11396
11397 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
11398
11399         * nnmh.el: Docstring changes as below.
11400
11401         * nnml.el: Docstring changes as below.
11402
11403         * nnbabyl.el: Docstring changes as below.
11404
11405         * nnmbox.el: Docstring changes as below.
11406
11407         * nnfolder.el: Added docstrings identifying each virtual server
11408         parameter.
11409
11410 2001-08-18  Simon Josefsson  <jas@extundo.com>
11411
11412         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
11413
11414 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
11415
11416         * message.el: rename "Abort Message" to "Postpone Message".
11417         Remove "Attach file as MIME" from Message menu, it's already in
11418         the MIME menu.
11419
11420 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11421
11422         * smime.el (smime-point-at-eol): eval-and-compile.
11423         (smime-make-temp-file): New function.
11424         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
11425         Use it.
11426
11427 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11428
11429         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
11430         (gnus-agent-summary-fetch-group): New command and keystroke.
11431
11432         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
11433         (gnus-mime-display-security): Make it respect
11434         gnus-unbuttonized-mime-type-p.
11435
11436         * gnus-sum.el (gnus-articles-to-read): Comments.
11437         (gnus-article-marked-p): New function.
11438         (gnus-summary-display-make-predicate): New function.
11439         (gnus-select-newsgroup): Use them.
11440
11441         * mm-decode.el (mm-save-part-to-file): Made it not error.
11442
11443 2001-08-17  Simon Josefsson  <jas@extundo.com>
11444
11445         * imap.el (imap-wait-for-tag): If process-status isn't open or
11446         run, return nil instead of sit-for looping.
11447
11448 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11449
11450         * lpath.el (featurep): fbind xml-parse-region.
11451
11452         * gnus.el (gnus-message-archive-method): Default to "archive".
11453         (gnus-message-archive-method): Doc fix.
11454         (gnus-parameters-get-parameter): Cleaned up.
11455         (gnus-expand-group-parameter): New function.
11456
11457         * gnus-start.el (gnus-setup-news): Push the archive server only
11458         the server list.
11459
11460         * mml.el (mml-menu): Changed name to "Attachments".
11461
11462         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
11463         when there is something to detroy.
11464
11465 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11466
11467         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
11468         nil.
11469
11470 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11471
11472         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
11473         which specifies a time today or tomorrow.
11474
11475 2001-08-15  Simon Josefsson  <jas@extundo.com>
11476         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
11477
11478         * gnus-agent.el (gnus-agent-make-mode-line-string)
11479         (gnus-agent-toggle-plugged): Use new API.
11480
11481 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11482
11483         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
11484         deadline has expired.
11485
11486 2001-08-12  Simon Josefsson  <jas@extundo.com>
11487         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
11488
11489         Support `recent' mark indicating newly arrived messages (to
11490         separate from old but unread messages).
11491
11492         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
11493         `nnmail-split-history' if recent is > 0.
11494         (nnimap-request-update-info-internal): Update `recent' marks.
11495         (nnimap-request-set-mark): Never set `recent' marks.
11496         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
11497         recent.
11498
11499         * gnus-sum.el (gnus-recent-mark): New mark.
11500         (gnus-newsgroup-recent): New variable.
11501         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
11502         (gnus-summary-prepare-threads): Mark recent articles.
11503         (gnus-summary-add-mark): Support recent.
11504         (gnus-summary-update-secondary-mark): Support recent.
11505
11506         * gnus.el (gnus-article-mark-lists): Add recent.
11507
11508 2001-08-12  Simon Josefsson  <jas@extundo.com>
11509
11510         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
11511         whether successful decoding took place.  Add doc.
11512
11513 2001-08-12  Simon Josefsson  <jas@extundo.com>
11514         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
11515
11516         * gnus.el (gnus-summary-line-format, gnus-parameters):
11517         * gnus-gl.el (gnus-summary-grouplens-line-format):
11518         * gnus-salt.el (gnus-summary-pick-line-format):
11519         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
11520
11521 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
11522         Committed by Kai Gro\e,b_\e(Bjohann.
11523
11524         * gnus-score.el (gnus-score-string): Fix `match' regexp
11525         for `extra' header case.
11526
11527 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11528
11529         * nnmbox.el (nnmbox-read-mbox): No warning.
11530
11531 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11532
11533         * nndoc.el (nndoc-article-type): Fix doc.
11534         (nndoc-generate-article-function): New variable.
11535         (nndoc-dissection-function): New variable.
11536         (nndoc-type-alist): Add oe-dbx.
11537         (nndoc-oe-dbx-type-p): New function.
11538         (nndoc-oe-dbx-dissection): New function.
11539         (nndoc-oe-dbx-generate-article): New function.
11540
11541 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11542
11543         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
11544         whether deadline has been reached.  Patch from Dan Nicolaescu
11545         <dann@godzilla.ics.uci.edu>.
11546
11547 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11548
11549         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
11550         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
11551         <rintaman@cs.Helsinki.FI>.
11552
11553         * mail-source.el (mail-source-movemail): The error buffer is
11554         modified, but nothing in it.
11555
11556 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11557
11558         * message.el (message-bogus-system-names): New variable.
11559         (message-make-fqdn): Use it.
11560
11561 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11562
11563         * nndraft.el (nndraft-request-group): Use
11564         nndraft-auto-save-file-name.
11565
11566 2001-08-09  Simon Josefsson  <jas@extundo.com>
11567
11568         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
11569         Don't ask whether to decrypt.  Just leave result in buffer (don't
11570         call mm).
11571
11572         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
11573         parts as well.
11574         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
11575         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
11576
11577 2001-08-09  Simon Josefsson  <jas@extundo.com>
11578
11579         * mm-decode.el (mm-insert-part): Return decoding success status.
11580         (mm-save-part-to-file): Error if decoding failed.
11581
11582 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11583
11584         * message.el (message-tab): Use indent-relative.
11585         (message-mode): Don't bind indent-line-function to indent-relative.
11586
11587 2001-08-09  Simon Josefsson  <jas@extundo.com>
11588
11589         * message.el (message-get-reply-headers): Fix string. Suggested by
11590         Christoph Conrad <cc@cli.de>.
11591
11592 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11593
11594         * message.el (message-tab): Use the current value of
11595         indent-line-function.
11596         (message-mode): Bind indent-line-function to indent-relative.
11597
11598 2001-08-08  Simon Josefsson  <jas@extundo.com>
11599
11600         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
11601         whether `imtest' is installed.
11602
11603 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
11604         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
11605
11606         * gnus-sum.el (gnus-summary-show-article): Call
11607         gnus-summary-update-secondary-secondary-mark.
11608         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
11609         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
11610
11611 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11612
11613         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
11614
11615         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
11616
11617         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
11618         <gerd@gnu.org>.
11619
11620         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
11621
11622         * gnus-util.el (gnus-output-to-rmail): Ditto.
11623         (gnus-output-to-mail): Ditto.
11624
11625         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
11626
11627 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
11628
11629         * message.el (message-indent-citation): Use
11630         `message-yank-cited-prefix' for empty lines.
11631
11632 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
11633
11634         * message.el (message-indent-citation): Quote only lines starting
11635         with ">" using `message-yank-cited-prefix'.
11636
11637 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
11638         Trivial patch.
11639
11640         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
11641         gnus-cache-fully-p.
11642
11643 2001-08-04  Simon Josefsson  <jas@extundo.com>
11644
11645         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
11646         file if it doesn't exist (by calling gnus-cache-read-active).
11647
11648 2001-08-04  Simon Josefsson  <jas@extundo.com>
11649
11650         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
11651         (gnus-cache-passively-or-fully-p): Removed.
11652         (gnus-cache-fully-p): Fix it.
11653
11654         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
11655
11656 2001-08-04  Simon Josefsson  <jas@extundo.com>
11657
11658         * gnus-cache.el (gnus-cache-fully-p)
11659         (gnus-cache-passively-or-fully-p): New functions.
11660         (gnus-cache-possibly-enter-article): Cosmetic change, use
11661         `g-c-p-o-f-p'.
11662         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
11663         was bogus (`g-c-p-a-a' does not change active info, just change
11664         the functions parameters).
11665         (gnus-cache-possibly-remove-articles-1): Make sure articles are
11666         not removed in groups that match `gnus-uncacheable-groups'.
11667
11668         Reported and modifications based on discussions with Nuutti
11669         Kotivuori <nuutti.kotivuori@smarttrust.com>.
11670
11671 2001-08-04  Simon Josefsson  <jas@extundo.com>
11672         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
11673
11674         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
11675         calls `gnus-cache-update-active' if bounds has been extended.
11676
11677 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11678
11679         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
11680         before remove.
11681         (gnus-mime-security-show-details): Ditto.
11682
11683 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11684
11685         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
11686         syntax.  Protect string-match against nil string and regexp.
11687
11688 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11689
11690         * mm-util.el (mm-find-charset-region): Remove control-1.
11691
11692 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11693
11694         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
11695
11696 2001-08-04  Simon Josefsson  <jas@extundo.com>
11697
11698         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
11699         buffer.  Delete MIME-Version header.
11700
11701 2001-08-03  Simon Josefsson  <jas@extundo.com>
11702
11703         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
11704         that is entered does not necessarily have the highest article
11705         number in the group, so use `gnus-cache-possibly-alter-active'
11706         instead of `gnus-cache-update-active'.
11707
11708 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11709
11710         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
11711
11712 2001-08-03  Simon Josefsson  <jas@extundo.com>
11713
11714         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
11715         menu.
11716
11717 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11718
11719         * gnus.el (post-method): New group parameter.  It also provides
11720         the user option `gnus-post-method-alist' and the internal function
11721         `gnus-parameter-post-method'.
11722
11723         * gnus-msg.el (gnus-post-method): Bind the value of
11724         `gnus-post-method' to the group parameter if it is defined.
11725
11726 2001-08-02  Simon Josefsson  <jas@extundo.com>
11727
11728         * smime.el (smime-extra-arguments): Removed.
11729         (smime-call-openssl-region): Don't use it.
11730
11731 2001-08-02  Simon Josefsson  <jas@extundo.com>
11732
11733         * smime.el (smime-sign-region): Handle stderr.
11734         (smime-encrypt-region): Ditto.
11735
11736         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
11737         match the ASN.1 length bytes.
11738         (mm-pkcs7-enveloped-magic): Ditto.
11739         (mm-view-pkcs7-get-type): Don't regexp quote.
11740
11741 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11742         From Andreas Fuchs <asf@void.at>
11743
11744         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
11745
11746 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11747
11748         * gnus-art.el (gnus-header-button-alist): References regexp.
11749
11750 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
11751
11752         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
11753         already fboundp.  Add INTERACTIVE arg to autoload form.
11754
11755 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11756
11757         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
11758
11759         * nnmail.el (nnmail-cache-open): Ditto.
11760
11761 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11762
11763         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
11764
11765 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11766
11767         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
11768
11769 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11770         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11771
11772         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
11773         (gnus-agent-toggle-plugged): Use it.
11774
11775 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
11776
11777         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
11778         (gnus-ding-file-coding-system): New variable.
11779         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
11780         (gnus-slave-save-newsrc): Use it.
11781
11782 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11783
11784         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
11785         syntax.
11786
11787 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11788         Originally from Andreas Fuchs <asf@void.at>
11789
11790         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
11791         (mml2015-gpg-pretty-print-fpr): New function.
11792         (mml2015-gpg-extract-signature-details): More details, rename from
11793         `m-g-e-from'.
11794         (mml2015-gpg-verify): Use them.
11795         (mml2015-gpg-clear-verify): Use them.
11796
11797 2001-07-31  Simon Josefsson  <jas@extundo.com>
11798
11799         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
11800         buffer when done.
11801
11802 2001-07-30  Simon Josefsson  <jas@extundo.com>
11803
11804         * smime.el (smime-call-openssl-region): Revert previous change,
11805         just pass on buf to `call-process-region'.
11806         (smime-verify-region): Doc fix.  Don't message stuff.  Use
11807         `smime-new-details-buffer'.  Inserts error messages into buffer.
11808         (smime-noverify-region): Ditto.
11809         (smime-decrypt-region): Ditto.  Handles stderr separately.
11810         (smime-verify-buffer, smime-noverify-buffer)
11811         (smime-decrypt-buffer): Doc fix.
11812         (smime-new-details-buffer): New function.
11813         (smime-pkcs7-region, smime-pkcs7-certificates-region)
11814         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
11815         (smime-sign-region, smime-encrypt-region): Don't use
11816         `insert-buffer'.
11817
11818         * mml-smime.el (mml-smime-verify): Fix security button strings.
11819
11820 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11821
11822         * gnus-art.el (gnus-mime-save-part-and-strip): Save
11823         gnus-article-mime-handles.
11824
11825 2001-07-29  Simon Josefsson  <jas@extundo.com>
11826
11827         * mail-source.el (top-level): Require message for message-directory.
11828         (mail-source-directory): Change default to message-directory.
11829
11830         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
11831         (smime-certificate-directory, smime-openssl-program)
11832         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
11833         (smime-extra-arguments): New variable.
11834         (smime-dns-server): Fix customize group.
11835         (smime-call-openssl-region): Use `smime-extra-arguments'.
11836
11837 2001-07-29  Simon Josefsson  <jas@extundo.com>
11838         From Vladimir Volovich <vvv@vsu.ru>
11839
11840         * smime.el (smime-call-openssl-region): Ignore stderr.
11841
11842 2001-07-29  Simon Josefsson  <jas@extundo.com>
11843         From Christoph Conrad <christoph.conrad@gmx.de>
11844
11845         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
11846         file.
11847
11848 2001-07-29  Simon Josefsson  <jas@extundo.com>
11849
11850         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
11851
11852         Support S/MIME decryption.
11853
11854         * mm-decode.el (mm-inline-media-tests):
11855         (mm-inlined-types):
11856         (mm-automatic-display):
11857         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
11858
11859         * mm-view.el (mm-pkcs7-signed-magic):
11860         (mm-pkcs7-enveloped-magic): New variables.
11861         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
11862         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
11863         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
11864         PKCS#7 blobs.
11865
11866         * smime.el (smime-decrypt-region): Expand keyfile.
11867
11868 2001-07-29  Simon Josefsson  <jas@extundo.com>
11869
11870         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
11871         `ssl.el' variables.
11872
11873         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
11874         but line instead of narrowing to it, because `nnmail-parse-active'
11875         calls widen.  Thanks to Christoph Conrad
11876         <christoph.conrad@gmx.de>.
11877
11878 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11879
11880         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
11881         for %B spec.
11882
11883         * gnus-sum.el (gnus-summary-prepare-threads): If
11884         gnus-sum-thread-tree-root is nil, use subject instead.
11885         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
11886         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
11887         (gnus-sum-thread-tree-leaf-with-other)
11888         (gnus-sum-thread-tree-single-leaf): Documentation.
11889         (gnus-sum-thread-tree-single-indent): Allow nil.
11890
11891 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11892
11893         * message.el (message-fill-paragraph): Do nothing if the user
11894         wants filladapt-mode.
11895
11896 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11897
11898         * mm-decode.el (mm-image-type-from-buffer): New function.
11899         (mm-get-image): Use it.
11900
11901 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11902
11903         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
11904
11905         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
11906         mm-display-parts too.
11907
11908 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11909
11910         * nnfolder.el (nnfolder-request-accept-article): Bind
11911         nntp-server-buffer.
11912
11913         * nnmail.el (nnmail-parse-active): Read from buffer instead of
11914         nntp-server-buffer.
11915
11916 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11917
11918         * message.el (message-check-news-header-syntax): Use
11919         message-post-method.
11920         (message-send-news): Bind message-post-method.
11921
11922 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11923
11924         * mml.el (mml-tweak-type-alist): New variable.
11925         (mml-tweak-function-alist): New variable.
11926         (mml-tweak-part): New function.
11927         (mml-generate-mime-1): Use it.
11928
11929 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11930
11931         * nnfolder.el (nnfolder-request-accept-article): Replace
11932         nnfolder-request-list.
11933
11934 2001-07-27  Simon Josefsson  <jas@extundo.com>
11935
11936         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
11937         nnoo-change-server failed to do it.
11938
11939 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11940
11941         * gnus.el (gnus-parameters): Make it customizable.
11942
11943 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11944
11945         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
11946
11947         * message.el (message-set-auto-save-file-name): More
11948         poor-system-types.
11949
11950         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
11951
11952         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
11953         supports +.
11954
11955 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11956
11957         * mm-decode.el (mm-readable-p): New function.
11958         (mm-inline-media-tests): Fix the default testers.
11959
11960 2001-07-26  Simon Josefsson  <jas@extundo.com>
11961
11962         * nnimap.el (nnimap-version): Bump version number.
11963
11964 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11965         From Steven E. Harris <seh@speakeasy.org>
11966
11967         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
11968         in M$Windows too.
11969
11970 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11971
11972         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
11973
11974 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11975
11976         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
11977
11978         * mm-decode.el (mm-get-image): Guess then use the type.
11979
11980         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
11981
11982 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
11983
11984         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
11985         display (%B) for threads if threading is off.
11986
11987 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11988         From Henrik Enberg <henrik@enberg.org>
11989
11990         * gnus-msg.el: Customization patch.
11991
11992 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
11993
11994         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
11995         variable.
11996         (nnmail-split-fancy-with-parent): Ignore certain groups.
11997
11998 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11999
12000         * gnus-util.el (gnus-byte-compile): New function.
12001         (gnus-use-byte-compile): New variable.
12002         (gnus-make-sort-function): Use it.
12003
12004         * nnmail.el (nnmail-get-new-mail): Use it.
12005
12006         * gnus-agent.el (gnus-category-make-function): Simple function or
12007         compiled function.
12008         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
12009
12010         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
12011         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
12012         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
12013
12014         * message.el (message-check-news-header-syntax): Remove quote.
12015
12016 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12017
12018         * message.el (message-use-mail-followup-to): `t' is not a
12019         documented value.
12020
12021 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12022
12023         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
12024
12025 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12026
12027         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
12028         there are long lines.
12029
12030 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12031
12032         * dgnushack.el (copy-list): New compiler macro.
12033
12034 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12035
12036         * message.el (message-bounce): If no Return-Path, the whole
12037         content is considered as the original message.
12038
12039         * nnml.el (nnml-check-directory-twice): New variable.
12040         (nnml-article-to-file): Use it.
12041         (nnml-retrieve-headers): Hack it.
12042
12043 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12044
12045         * gnus-win.el (gnus-buffer-configuration): New configure.
12046
12047         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
12048         not alive.
12049
12050         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
12051         (mm-display-external): Use display-term configure.
12052
12053 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12054
12055         * gnus-delay.el (gnus-delay-default-hour): New variable.
12056         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
12057
12058 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12059         From Karl Kleinpaste <karl@charcoal.com>
12060
12061         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
12062         (gnus-summary-prepare-threads): Ditto.
12063
12064         * gnus.el (gnus-summary-line-format): Add %B.
12065
12066 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12067
12068         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
12069
12070         * mm-util.el (mm-string-as-multibyte): New function.
12071
12072         * nnmh.el (nnmh-request-list-1): Encode, not decode!
12073
12074 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12075
12076         * mm-util.el (mm-universal-coding-system): New variable.
12077
12078         * gnus-start.el (gnus-startup-file-coding-system): Use it.
12079
12080         * score-mode.el (score-mode-coding-system): Use it.
12081
12082 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12083
12084         * gnus-start.el (gnus-setup-news): Call
12085         `gnus-check-bogus-newsgroups' just after the native server is
12086         opened.
12087
12088 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12089
12090         * nnmail.el (nnmail-do-request-post): Util function to be used by
12091         `nnchoke-request-post' for all nnmail-derived backends.
12092
12093         * nnml.el (nnml-request-post): Use it.
12094
12095         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
12096         backend, for it groks nnml-request-post.
12097
12098         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
12099         Treat `mail-post' backends like `mail' backends, not like `news'
12100         backends.
12101
12102 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12103
12104         * gnus-msg.el (gnus-setup-message): make-local-hook.
12105
12106 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12107
12108         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
12109         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
12110         <karl@charcoal.com>, slightly changed by Kai.
12111
12112         * message.el (message-check-news-header-syntax): When checking
12113         whether the groups exist, check the right server based on
12114         `gnus-post-method'.
12115
12116 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12117
12118         * gnus-delay.el: New file.
12119
12120 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12121
12122         * mm-util.el (mm-read-coding-system): Take two arguments.
12123
12124         * gnus-sum.el (gnus-summary-show-article): Use
12125         mm-read-coding-system.
12126
12127         * gnus-art.el (article-de-quoted-unreadable):
12128         (article-de-base64-unreadable, article-wash-html):
12129         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
12130
12131 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12132
12133         * nnml.el (nnml-request-post): New function.  Can be used for
12134         annotations in nnml groups.
12135
12136 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12137
12138         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
12139         command.
12140
12141         * gnus-start.el (gnus-find-new-newsgroups): Use
12142         `message-make-date' instead of `current-time-string'.
12143         (gnus-ask-server-for-new-groups): Ditto.
12144         (gnus-check-first-time-used): Ditto.
12145
12146 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12147
12148         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
12149
12150 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
12151
12152         * message.el (message-shorten-references): Change `maxcount' and
12153         `cut' to obey USEFOR draft 5.
12154
12155 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
12156
12157         * gnus-sum.el (gnus-summary-display-arrow): New variable.
12158         (gnus-summary-set-article-display-arrow): New function.
12159         (gnus-summary-goto-subject): Use it.
12160
12161 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12162
12163         * gnus-sum.el (gnus-summary-import-article): Insert date if
12164         doesn't exist.
12165
12166 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12167
12168         * mml.el (mml-content-type-parameters): New variable.
12169         (mml-content-disposition-parameters): New variable.
12170         (mml-insert-mime-headers): Use them.
12171         (mml-parse-1): Accept charset.
12172
12173 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12174
12175         * gnus-group.el (gnus-group-select-group): Doc fix.
12176
12177         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
12178
12179 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12180
12181         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
12182         to handle `define-derived-mode'.
12183
12184 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12185         From:  Stefan Monnier  <monnier@cs.yale.edu>
12186
12187         * message.el (message-mode): Use define-derived-mode.
12188         (message-tab): message-completion-alist.
12189
12190         * imap.el (imap-interactive-login): Use make-local-variable.
12191         (imap-open): Ditto.
12192         (imap-authenticate): Ditto.
12193
12194         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
12195
12196         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
12197
12198 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12199
12200         * message.el (message-citation-line-function): Refer to
12201         gnus-cite-attribution-suffix.
12202
12203 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12204
12205         * gnus-art.el,...: Error convention changes.
12206
12207 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12208
12209         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
12210
12211 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12212
12213         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
12214         (nnrss-read-server-data): Ditto.
12215
12216 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12217
12218         * gnus-setup.el (gnus-use-installed-gnus): Typo.
12219         * Cleanup files.
12220         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
12221
12222 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12223
12224         * gnus.el (gnus-summary-line-format): Add %o.
12225
12226         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
12227         unless shell outputs something.
12228
12229 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12230
12231         * gnus-art.el (gnus-boring-article-headers): Better doc.
12232         (article-hide-headers): Better regexp.
12233         Suggested by Matt Swift <swift@alum.mit.edu>.
12234
12235         * nnheader.el (nnheader-max-head-length): Better doc.
12236         (nnheader-header-value): Skip spaces.
12237         (nnheader-parse-head): Remove space.
12238         Suggested by Matt Swift <swift@alum.mit.edu>.
12239
12240         * gnus-sum.el (gnus-summary-show-raw-article): New function.
12241         (gnus-get-newsgroup-headers): Remove space.
12242
12243 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12244
12245         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
12246         (gnus-summary-reply): Use it.
12247         (gnus-summary-reply-broken-reply-to): New function.
12248         (gnus-msg-force-broken-reply-to): New function.
12249
12250         * mm-view.el (mm-inline-text): Showing as text/plain when error.
12251
12252 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12253
12254         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
12255
12256 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12257
12258         * mm-decode.el (mm-external-terminal-program): New variable.
12259         (mm-display-external): Use it. Use term to display when no
12260         window-system.
12261
12262 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
12263
12264         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
12265         Browse->Next entries to Browse->Prev
12266
12267 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12268
12269         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
12270
12271 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12272
12273         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
12274         for the default encoding.
12275
12276         * nnrss.el (nnrss-url-field): New field.
12277         (nnrss-request-article): Add newsgroups.
12278
12279         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
12280
12281 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12282
12283         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
12284
12285         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
12286         (gnus-draft-setup): Remove backlog.
12287
12288 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12289
12290         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
12291         Cleanup.
12292
12293 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12294
12295         * gnus-msg.el (gnus-bug): Erase buffer.
12296
12297         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
12298
12299 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12300
12301         * mm-decode.el (mm-attachment-override-p): Fix typo.
12302
12303 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
12304
12305         * gnus-kill.el (gnus-execute): Work with the extra headers.
12306         * gnus-sum.el (gnus-summary-execute-command): Ditto.
12307
12308 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12309
12310         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
12311         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
12312
12313         * message.el (message-send-mail-real-function): New variable.
12314         (message-send-mail-partially, message-send-mail):
12315
12316         * nngateway.el (nngateway-request-post): Use it.
12317
12318         * gnus-agent.el (gnus-agentize): Use it.
12319
12320         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
12321         (nnsoup-revert-variables): Use it.
12322
12323 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
12324
12325         * mm-decode.el (mm-inline-media-tests): Default to displaying as
12326         text/plain if the type doesn't match any other media types.
12327         (mm-inlined-types): Doc fix.
12328         (mm-display-inline): Revert previous change (now handled by a
12329         default type in `mm-inline-media-tests'.
12330         (mm-inlinable-p): Revive.
12331         (mm-display-part): Call `mm-inlinable-p'.
12332         (mm-attachment-override-p): Ditto.
12333         (mm-inlined-p): Doc fix.
12334
12335         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
12336         well as `mm-inlined-p'.
12337
12338 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12339
12340         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
12341         (nntp-send-command-and-decode): Use gnus-point-at-bol.
12342
12343 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12344         From  Paul Jarc <prj@po.cwru.edu>
12345
12346         * message.el (message-use-mail-followup-to): New variable.
12347         (message-get-reply-headers): Use it.
12348
12349 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
12350
12351         * nnheader.el (nnheader-init-server-buffer): Make sure the
12352         *nntpd* buffer is made multibyte instead of a random buffer.
12353
12354 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12355
12356         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
12357         when it returns headers.
12358
12359 2001-07-07  Simon Josefsson  <jas@extundo.com>
12360
12361         * rfc2047.el (rfc2047-encode-message-header): Skip header when
12362         trying to fold. Thanks to Colin Walters
12363         <walters@cis.ohio-state.edu>
12364
12365 2001-07-06  Simon Josefsson  <jas@extundo.com>
12366
12367         * imap.el (imap-parse-address-list, imap-parse-flag-list)
12368         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
12369         Add information in `assert's.
12370
12371         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
12372         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
12373         and `nnimap-group-overview-filename', should handle all
12374         change-of-uidvalidity related issues.  But there may be other
12375         problems.)
12376
12377 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
12378
12379         * rfc2047.el (rfc2047-encode-message-header): Don't include the
12380         header name when folding.
12381
12382 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
12383
12384         * mm-decode.el (mm-inlined-types): Document relationship with
12385         `mm-inline-media-tests'.
12386         (mm-display-inline): Default to displaying as plain text if no
12387         inlining handler is available.
12388         (mm-inlinable-p): Remove.
12389         (mm-inlined-p): Don't call `mm-inlinable-p'.
12390         (mm-automatic-display-p): Ditto.
12391         (mm-attachment-override-p): Ditto.
12392
12393 2001-07-04  Simon Josefsson  <jas@extundo.com>
12394
12395         * nnimap.el (nnimap-importantize-dormant): New variable.
12396         (nnimap-request-update-info-internal): Use it.
12397         (nnimap-request-set-mark): Ditto.
12398
12399 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
12400
12401         * nntp.el (nntp-send-command): don't pass a buffer argument to
12402         `point'. Only XEmacs accepts this.
12403         * nntp.el (nntp-send-command-nodelete): ditto.
12404         * nntp.el (nntp-send-command-and-decode): ditto.
12405
12406 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
12407
12408         * nntp.el (nntp-open-connection-function): doc update.
12409         * nntp.el (nntp-pre-command): New.
12410         * nntp.el (nntp-via-rlogin-command): New.
12411         * nntp.el (nntp-via-telnet-command): New.
12412         * nntp.el (nntp-via-telnet-switches): New.
12413         * nntp.el (nntp-via-user-name): New.
12414         * nntp.el (nntp-via-user-password): New.
12415         * nntp.el (nntp-via-address): New.
12416         * nntp.el (nntp-via-envuser): New.
12417         * nntp.el (nntp-via-shell-prompt): New.
12418         * nntp.el (nntp-open-telnet-stream): New.
12419         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
12420         * nntp.el (nntp-open-via-telnet-and-telnet): New.
12421         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
12422         * nntp.el (nntp-send-command): ditto.
12423         * nntp.el (nntp-send-command-nodelete): ditto.
12424         * nntp.el (nntp-send-command-and-decode): ditto.
12425
12426 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
12427         Trivial patch.
12428
12429         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
12430         `when'.
12431
12432 2001-07-03  Simon Josefsson  <jas@extundo.com>
12433         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
12434
12435         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
12436
12437 2001-07-03  Simon Josefsson  <jas@extundo.com>
12438
12439         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
12440         remove it (workaround XEmacs `fill-region' bug).
12441
12442 2001-07-01  Simon Josefsson  <jas@extundo.com>
12443
12444         * nnimap.el (nnimap-date-days-ago): Defeat locale.
12445
12446 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12447
12448         * mml2015.el (mml2015-format-error): New function.
12449         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
12450         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
12451         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
12452
12453 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12454
12455         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
12456         Suggested by Christoph Conrad <C.Conrad@cli.de>.
12457
12458         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
12459         group variables.
12460
12461 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12462
12463         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
12464
12465         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
12466         (nnrss-save-group-data): Ditto.
12467
12468         * gnus-agent.el (gnus-agent-save-alist): Ditto.
12469
12470 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12471
12472         * message.el (message-do-send-housekeeping): Narrow to headers.
12473
12474 2001-06-24  Simon Josefsson  <jas@extundo.com>
12475
12476         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
12477         insertion when breaking lines looked for " \t" instead of "[ \t]".
12478         (rfc2047-encode-message-header): Fold lines even if
12479         no QP encoding is done.
12480
12481 2001-06-23  Simon Josefsson  <jas@extundo.com>
12482         From Samuel Tardieu <sam@inf.enst.fr>
12483
12484         * smime.el (smime-keys): Support additional certificates.
12485         (smime-make-certfiles): New function.
12486         (smime-sign-region): Use previous variables.
12487         (smime-get-certfiles): New function.
12488         (smime-sign-buffer): Use it.
12489         (smime-verify-region): Support both CAfile and CApath.
12490
12491 2001-06-23  Simon Josefsson  <jas@extundo.com>
12492
12493         * smime.el (smime-decrypt-region): Perhaps work.
12494
12495 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12496
12497         * gnus-msg.el (gnus-copy-article-buffer): Typo.
12498
12499 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
12500
12501         * mm-decode.el (mm-save-part): Rewrite file name.
12502         (mm-file-name-rewrite-functions): New variable.
12503         (mm-file-name-delete-whitespace): New function.
12504         (mm-file-name-trim-whitespace): New function.
12505         (mm-file-name-collapse-whitespace): New function.
12506         (mm-file-name-replace-whitespace): New variable and function.
12507
12508 2001-06-22  Simon Josefsson  <jas@extundo.com>
12509
12510         * message.el (message-make-date): Workaround locale for weekdays.
12511
12512 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12513
12514         * message.el (message-goto-body): Return nil if not found. (revert!)
12515
12516 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12517         From Fremlin <chief@bandits.org>
12518
12519         * message.el (message-goto-body): Some messages have no header.
12520
12521         * gnus-msg.el (gnus-copy-article-buffer): Use it.
12522
12523 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
12524
12525         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
12526
12527 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12528
12529         * message.el (message-make-date): Add week day.
12530         Suggested by Jason R. Mastaler <jason@mastaler.com>.
12531
12532 2001-06-19  Simon Josefsson  <jas@extundo.com>
12533
12534         * message.el (message-yank-prefix): Doc fix.
12535         (message-yank-cited-prefix): Ditto.
12536         (message-delete-not-region): Keep citation prefix on first line,
12537         if possible and appropriate.
12538
12539 2001-06-19  Simon Josefsson  <jas@extundo.com>
12540
12541         * imap.el (imap-process-connection-type): New variable.
12542         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
12543         recent `imtest's work completely (no line length issues), while
12544         making making old `imtest's unusable.  Thanks to NAGY Andras
12545         <nagya@inf.elte.hu> for his work.
12546
12547 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
12548
12549         * imap.el (imap-ssl-program): Add -quiet to shut up
12550         OpenSSL/SSLeay's internal debug talk.
12551
12552 2001-06-19  Matt Armstrong  <matt@lickey.com>
12553
12554         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
12555         server.
12556
12557 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12558
12559         * nnmail.el (nnmail-article-buffer): New variable.
12560         (nnmail-split-incoming): Use it.
12561
12562 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
12563
12564         * qp.el (quoted-printable-decode-region): If called interactively,
12565         use coding-system-for-read.
12566
12567 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12568
12569         * message.el (message-check-news-header-syntax): Check Reply-To.
12570
12571 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12572
12573         * mml.el (mml-parse-1): Use message options.
12574
12575         * message.el (message-do-fcc): Don't do anything if there is no
12576         FCC.
12577
12578 2001-06-16  Simon Josefsson  <jas@extundo.com>
12579
12580         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
12581         (nnimap-expunge-search-string): New variable.
12582         (nnimap-request-expire-articles): Use it.
12583
12584 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12585
12586         * message.el (message-send-mail-with-qmail): wrong exit status is
12587         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
12588
12589 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12590
12591         * gnus-art.el (article-strip-multiple-blank-lines): Use
12592         delete-region instead of replace-match.
12593
12594 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12595
12596         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
12597         (nnweb-google-wash-article): Ditto.
12598
12599 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
12600
12601         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
12602
12603 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12604
12605         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
12606         specs.
12607
12608 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12609
12610         * gnus.el (gnus-email-address): Move it here.
12611
12612         * gnus-art.el (article-de-quoted-unreadable): Read charset if
12613         requested.
12614         (article-de-base64-unreadable): Ditto.
12615         (article-wash-html): Ditto.
12616
12617 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12618
12619         * message.el (message-options-set-recipient): Don't add ", "
12620         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
12621
12622 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12623
12624         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
12625
12626 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12627
12628         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
12629         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
12630
12631         * nnrss.el (nnrss-node-text): Node might be nil.
12632
12633 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12634
12635         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
12636         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
12637
12638         * nnrss.el (nnrss-group-alist): More items.
12639
12640 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12641
12642         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
12643
12644 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12645         Trivial patch from Dale Hagglund  <rdh@best.com>
12646
12647         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
12648         restrict clauses.
12649
12650 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12651
12652         From Benjamin Rutt <brutt+news@bloomington.in.us>
12653
12654         * message.el (message-wide-reply-confirm-recipients): New variable.
12655
12656 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
12657         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
12658
12659         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
12660         fix so it works with XEmacs.
12661
12662 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12663
12664         * nnrss.el (nnrss-retrieve-headers): Support description as extra
12665         headers.
12666
12667 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12668
12669         * nnrss.el: Fix a few bugs.
12670
12671 2001-06-05  Simon Josefsson  <jas@extundo.com>
12672
12673         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
12674         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
12675
12676 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
12677
12678         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
12679         binary so that we don't transmit ISO 2022 garbage to the process.
12680         This is needed under XEmacs.
12681
12682 2001-06-03  Simon Josefsson  <simon@josefsson.org>
12683
12684         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
12685         autoloaded incorrectly below because ssl-program-* is bound.)
12686         Thanks to Amos Gouaux for report.
12687
12688 2001-06-02  Simon Josefsson  <simon@josefsson.org>
12689
12690         * imap.el (imap-kerberos4-open):
12691         (imap-gssapi-open):
12692         (imap-ssl-open):
12693         (imap-network-open):
12694         (imap-shell-open):
12695         (imap-starttls-open): Set buffer to workaround spurious
12696         `accept-process-output' buffer changes.  Thanks to Mats Lidell
12697         <Mats.Lidell@contactor.se> for report and partial patch and Jake
12698         Colman <colman@ppllc.com> for report.
12699
12700 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12701
12702         * gnus-sum.el (gnus-summary-catchup): New argument.
12703         (gnus-summary-catchup-from-here): New function.
12704
12705 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12706
12707         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
12708         back, then insert glyph.  (Before, the glyph was inserted first,
12709         then the newline.)  This works around a behavior in XEmacs where
12710         it is not possible to insert a character after a glyph which is at
12711         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
12712
12713 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12714
12715         From Jaap-Henk Hoepman (jhh@xs4all.nl).
12716
12717         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
12718         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
12719         mm-destroy-postponed-undisplay-list): New functions.
12720         (mm-display-external): Use them.
12721
12722 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12723
12724         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
12725         `default-low' when evaluating `gnus-summary-highlight'.
12726         From Raja R Harinath <harinath@cs.umn.edu>.
12727
12728 2001-05-27  Simon Josefsson  <simon@josefsson.org>
12729
12730         * message.el (message-yank-cited-prefix): New variable.
12731         (message-indent-citation): Use it.
12732
12733         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
12734         as details.
12735         (mml2015-mailcrypt-clear-verify): Ditto.
12736
12737 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12738         From Nevin Kapur <nevin@jhu.edu>.
12739
12740         * gnus-sum.el (gnus-summary-default-high-score,
12741         gnus-summary-default-low-score): New variables.
12742         (gnus-summary-highlight): Use them.
12743
12744 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
12745
12746         * message.el (message-mail): pass the 'send-actions argument to
12747         `message-setup'.
12748
12749 2001-05-16  Simon Josefsson  <simon@josefsson.org>
12750         From Raymond Scholz <ray-2001@zonix.de>
12751
12752         * gnus-art.el (gnus-mime-view-part-as-charset):
12753         (gnus-mime-internalize-part): Doc fixes.
12754
12755 2001-05-11  Simon Josefsson  <simon@josefsson.org>
12756
12757         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
12758         status lines without any text ("^215$").
12759
12760 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12761
12762         * nnrss.el (nnrss-check-group): Reverse.
12763
12764 2001-05-07  Simon Josefsson  <simon@josefsson.org>
12765
12766         * message.el (message-get-reply-headers):
12767         (message-followup): Fix typo, suggested by David Green
12768         <dgreen@uab.edu>
12769
12770 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12771
12772         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
12773
12774         * nnrss.el (nnrss-open-server): Read server data when it is called.
12775         (nnrss-request-expire-articles): Fix.
12776
12777 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12778
12779         * message.el (message-do-send-housekeeping): mail-abbrevs may
12780         rename buffer behind Gnus.
12781
12782 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12783
12784         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
12785         (nnrss-group-alist): Add more resources.
12786         (nnrss-check-group): Ignore errors.
12787
12788 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12789
12790         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
12791
12792         * nnslashdot.el (nnslashdot-request-list): Add time.
12793         (nnslashdot-request-expire-articles): New function.
12794
12795         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
12796         secondary methods too.
12797
12798 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12799
12800         * message.el (message-use-followup-to): Set default value to t.
12801
12802 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
12803
12804         * message.el (message-dont-reply-to-names): Fix documentation.
12805         (message-get-reply-headers): Use Mail-Followup-To only for wide
12806         replies.
12807
12808 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12809
12810         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
12811         correctly.
12812         (nnrss-check-group): Use time.
12813
12814 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12815
12816         * gnus.el: Oort Gnus v0.03 is released.
12817
12818 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12819
12820         * nnultimate.el (nnultimate-topic-article-to-article): Use the
12821         group.
12822
12823 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12824
12825         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
12826
12827 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12828
12829         * nnultimate.el (nnultimate-retrieve-headers): Return all
12830         available headers.
12831
12832         * gnus-sum.el (gnus-read-all-available-headers): New variable.
12833         (gnus-get-newsgroup-headers-xover): Use it.
12834
12835 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12836
12837         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
12838
12839 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12840
12841         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
12842
12843 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12844
12845         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
12846         disable it.
12847
12848         * gnus.el (gnus-info-nodes): Remove a few The's.
12849
12850 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12851
12852         * mail-source.el (mail-source-movemail): Call-process may return a
12853         signal description string.
12854
12855         * gnus-start.el (gnus-read-newsrc-el-file):
12856         gnus-newsrc-file-version may be nil.
12857
12858         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
12859         Suggested by Michael Sperber [Mr. Preprocessor]
12860         <sperber@informatik.uni-tuebingen.de>.
12861
12862 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
12863
12864         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
12865
12866 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
12867
12868         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
12869         fontify HANDLE.
12870
12871 2001-04-18  Simon Josefsson  <simon@josefsson.org>
12872
12873         * smime.el (smime-ask-passphrase): Rework to return value.
12874         (smime-sign-region): Rework to bind value and use it.
12875         (smime-decrypt-region): Ditto.
12876
12877 2001-04-18  Simon Josefsson  <simon@josefsson.org>
12878         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
12879
12880         * smime.el (smime-ask-passphrase): New function.
12881         (smime-sign-region): Use it.
12882         (smime-encrypt-cipher): New variable.
12883         (smime-decrypt-region): Ditto.
12884
12885 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
12886         Committed by Simon Josefsson  <simon@josefsson.org>
12887
12888         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
12889         the log.
12890
12891 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12892
12893         * gnus.el: Oort Gnus v0.02 is released.
12894
12895 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
12896
12897         * gnus.el: Oort Gnus v0.01 is released.
12898
12899 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12900
12901         * gnus-sum.el (gnus-summary-highlight): Highlight read
12902         undownloaded articles as read articles.
12903
12904         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
12905         (gnus-agent-get-undownloaded-list): Mark all undownloaded
12906         articles, even read ones, as such.
12907
12908         * gnus-sum.el (gnus-summary-find-matching): Clean up.
12909         (gnus-find-matching-articles): New function.
12910         (gnus-summary-limit-include-matching-articles): New command.
12911         (gnus-summary-limit-include-thread): Include articles that have
12912         matching subjects.
12913         (gnus-offer-save-summaries): Clean up.
12914
12915 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12916
12917         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
12918
12919 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12920         From Jason Merrill <jason_merrill@redhat.com>
12921
12922         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
12923
12924 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
12925         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12926
12927         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
12928         newsgroup names when the original article is a news message.
12929
12930 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12931
12932         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
12933         supported. Suggest by Jim Meyering <jim@meyering.net>.
12934
12935 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
12936         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
12937
12938         * nnmail.el (nnmail-split-it): Added check for .* at the end of
12939         regexp in nnmail-split-fancy.
12940
12941 2001-04-10  Simon Josefsson  <simon@josefsson.org>
12942
12943         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
12944
12945 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
12946
12947         * message.el (message-send-mail): Improve the interaction with the
12948         user.
12949
12950 2001-04-10  Simon Josefsson  <simon@josefsson.org>
12951
12952         * imap.el (imap-message-copy): Work around buggy servers that
12953         doesn't send TRYCREATE tags.
12954
12955 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
12956
12957         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
12958
12959 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12960
12961         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
12962         date.
12963
12964 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12965
12966         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
12967         lives.
12968
12969 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12970
12971         * gnus-art.el (gnus-parse-news-url): New function.
12972         (gnus-button-handle-news): New function.
12973         (gnus-button-alist): Point to new functions.
12974
12975         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
12976
12977         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
12978         gnus-format-specs.
12979
12980         * message.el (message-check-news-header-syntax): Question even
12981         when Gnus doesn't know the group names.
12982         (message-send-news): Clean up.
12983
12984         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
12985         exited on purpose without saving.
12986
12987         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
12988
12989 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12990
12991         * gnus-score.el (gnus-score-orphans): Clean up.
12992
12993         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
12994
12995         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
12996         later.
12997
12998         * gnus-start.el (gnus-close-all-servers): Find the right items to
12999         close.
13000
13001         * qp.el (quoted-printable-decode-region): Just message
13002         malformation; don't quit.
13003
13004 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13005         From Gerd Moellmann <gerd@gnu.org>.
13006
13007         * gnus.el (gnus-interactive): A typo.
13008
13009 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
13010         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13011
13012         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
13013         `assq-delete-all', if that function exists; otherwise use the old
13014         definition. Documentation changed to match the one in
13015         `assq-delete-all'.
13016
13017 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13018
13019         * gnus-start.el (gnus-close-all-servers): New function.
13020
13021         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
13022         (gnus-server-remove-denials): Clean up.
13023
13024         * gnus-sum.el (gnus-summary-sort-by-original): New command and
13025         keystroke.
13026
13027 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13028
13029         * message.el (message-send-news): Message where we are sending.
13030         (message-send-mail): Ditto.
13031
13032         * gnus.el (gnus-server-string): New function.
13033
13034         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
13035
13036         * mm-decode.el (mm-default-directory): Customized.
13037         (mm-tmp-directory): Ditto.
13038
13039         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
13040         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
13041         or Chars.
13042         (gnus-summary-line-format-alist): ?l is now a string.
13043         (gnus-summary-prepare-threads): Output ? for unknown lines.
13044         (gnus-summary-insert-line): Ditto.
13045         (gnus-summary-print-article): Unbalanced parentheses.
13046
13047         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
13048         out whether new stuff has arrived.
13049
13050 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
13051
13052         * gnus-sum.el: Let printing work on ttys on Emacs.
13053
13054 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13055
13056         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
13057         when forcing news.
13058
13059         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
13060         command.
13061
13062 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
13063
13064         * message.el (message-set-auto-save-file-name): Don't use
13065         asterisks under nt.
13066
13067 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13068
13069         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
13070         lists of articles.
13071
13072         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
13073
13074         * gnus-msg.el (gnus-put-message): Clean up.
13075         (gnus-summary-reply): Mark all replied-to articles as replied to.
13076         (gnus-inews-add-send-actions): Also mark as forwarded.
13077         (gnus-summary-mail-forward): Mark as forwarded.
13078
13079         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
13080         of articles.
13081         (gnus-summary-mark-article-as-forwarded): Ditto.
13082
13083         * gnus-msg.el (gnus-summary-resend-message): Mark article as
13084         forwarded.
13085         (gnus-summary-mail-forward): Clean up.
13086
13087         * gnus.el (gnus-article-mark-lists): Added forward.
13088
13089         * gnus-sum.el (gnus-forwarded-mark): New variable.
13090         (gnus-summary-prepare-threads): Use it.
13091         (gnus-summary-update-secondary-mark): Ditto.
13092         (gnus-newsgroup-forwarded): New variable.
13093
13094 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13095
13096         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
13097         (gnus-summary-very-wide-reply): New command and keystroke.
13098         (gnus-summary-very-wide-reply-with-original): Ditto.
13099
13100         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
13101         (gnus-score-adaptive): Use it.
13102
13103         * gnus-start.el (gnus-get-unread-articles): Clean up.
13104
13105 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13106
13107         * nnultimate.el (nnultimate-retrieve-headers): Work for other
13108         boards.
13109
13110 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
13111
13112         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
13113         * gnus-start.el (gnus-subscribe-newsgroup): use it.
13114
13115 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13116
13117         * nnultimate.el (nnultimate-retrieve-headers): Understand
13118         long-form month names.
13119
13120 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13121
13122         * gnus-sum.el (gnus-summary-show-all-headers):
13123         gnus-article-show-all-headers is broken. Use
13124         gnus-summary-toggle-header instead.
13125
13126         * mml2015.el (mml2015-gpg-extract-from): No error.
13127
13128 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13129         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
13130
13131         * mml2015.el (mml2015-gpg-extract-from): New function.
13132         (mml2015-gpg-verify): Use it.
13133         (mml2015-gpg-clear-verify): Use it.
13134
13135 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13136
13137         * message.el (message-setup-fill-variables): Use
13138         fill-paragraph-function.
13139         (message-fill-paragraph): Take an argument.
13140         (message-newline-and-reformat): Take another argument.
13141
13142 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13143
13144         * message.el (rmail-output): It is in rmailout.el not rmail.el.
13145
13146 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13147
13148         * message.el (message-forward): local-variable-p takes an extra
13149         argument in XEmacs.
13150
13151 2001-03-16  Simon Josefsson  <simon@josefsson.org>
13152
13153         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
13154         `nnimap-use-nov-p' (it really tested the negative).
13155         (nnimap-retrieve-headers): Use it.
13156
13157 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13158
13159         * message.el (message-generate-headers-first): Update doc.
13160
13161 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
13162         Trivial patch.
13163
13164         * gnus.el (gnus-summary-line-format): Typo.
13165
13166 2001-03-11  Simon Josefsson  <simon@josefsson.org>
13167
13168         * mailcap.el (mailcap-mime-data): Add application/sieve.
13169         (mailcap-mime-extensions): Add .siv, .xls.
13170
13171 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13172         From Christoph Conrad <christoph.conrad@gmx.de>
13173
13174         * gnus-score.el (gnus-summary-lower-thread): Typo.
13175
13176 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13177
13178         * message.el (message-forward-decoded-p): New variable.
13179         (message-forward-subject-author-subject): Use it.
13180         (message-make-forward-subject): Use it.
13181         (message-forward): Use it.
13182
13183         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
13184
13185         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
13186         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
13187
13188 ;;Has been fixed -- zsh.
13189 ;;2001-03-05  Dave Love  <fx@gnu.org>
13190 ;;
13191 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
13192 ;;      Move it after definition of mm-coding-system-p.
13193 ;;
13194 2001-03-01  Dave Love  <fx@gnu.org>
13195
13196         * mm-util.el (mm-inhibit-file-name-handlers): Add
13197         image-file-handler.
13198
13199 2001-02-11  Dave Love  <fx@gnu.org>
13200
13201         * message.el (message-signature-file): Fix doc, :type.
13202
13203 2001-02-08  Dave Love  <fx@gnu.org>
13204
13205         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
13206         (message-posting-charset): Defvar when compiling again.
13207         (rfc2047-encodable-p): Require message.
13208
13209         * gnus-sum.el (gnus-alter-articles-to-read-function):
13210         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
13211
13212 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13213
13214         * nnrss.el: New file.
13215
13216 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
13217         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13218
13219         * rfc2047.el (rfc2047-unfold-region): Fix arg of
13220         `skip-chars-forward'.
13221
13222 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13223
13224         * nndraft.el (nndraft-request-group): Restore auto save files if
13225         the original files do not exist.
13226
13227 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13228
13229         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
13230         SCORE paths.
13231
13232         * mm-decode.el (mm-dissect-buffer): Call
13233         mail-extract-address-components only if necessary.
13234
13235 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13236
13237         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
13238         directory part.
13239         (gnus-score-search-global-directories): Use file-directory-p.
13240
13241         * gnus-score.el (gnus-score-score-files-1): Use
13242         gnus-kill-files-directory.
13243         From Adrian Aichner <adrian@xemacs.org>.
13244
13245 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13246
13247         * gnus.el (charset): Move here from gnus-sum.el.
13248
13249 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13250
13251         * mml.el (mml-preview): Disable local map.
13252
13253         * gnus-sum.el (gnus-summary-make-menu-bar): Make
13254         gnus-article-post-menu here.
13255
13256         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
13257         if it has not been made.
13258
13259 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13260
13261         * gnus-art.el (gnus-article-describe-key): Map key to event.
13262         (gnus-article-describe-key-briefly): Ditto
13263
13264 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13265
13266         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
13267
13268 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13269         From Katsumi Yamaoka <yamaoka@jpl.org>.
13270
13271         * dgnushack.el (coerce, merge, subseq): defmacro.
13272
13273 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13274
13275         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
13276         A fake defalias in nndraft.el results a not-activated bug in
13277         uncompiled versions.
13278
13279 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
13280         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13281
13282         * gnus-util.el (gnus-split-references): Handle malformed References:.
13283
13284 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13285
13286         * gnus-art.el (gnus-article-mime-part-status): 1 part.
13287
13288 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13289         From NAGY Andras <nagya@inf.elte.hu>.
13290
13291         * gnus.el (gnus-parameters): Typo.
13292
13293 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13294
13295         * gnus.el (gnus-read-method): Remove redundancy.
13296
13297 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13298
13299         * nnslashdot.el (nnslashdot-backslash-url): New variable.
13300         (nnslashdot-request-list): Use it.
13301
13302 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13303
13304         * nnml.el (nnml-generate-active-info): Fix the case when there is
13305         no file.
13306
13307         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
13308         (gnus-summary-create-article): New function.
13309
13310         * gnus-group.el (gnus-group-mark-article-read): New function.
13311
13312         * gnus-msg.el (gnus-inews-do-gcc): Use it.
13313
13314         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
13315
13316 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13317
13318         * gnus-art.el (gnus-article-edit-done): Don't use
13319         gnus-article-edit-exit.
13320         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
13321
13322         * gnus.el (gnus-parameters): New variable.
13323         Suggested by NAGY Andras <nagya@inf.elte.hu>.
13324         (gnus-parameters-get-parameter): New function.
13325         (gnus-group-find-parameter): Use it.
13326
13327 2001-02-23  Simon Josefsson  <simon@josefsson.org>
13328
13329         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
13330         change of default value to `current'.
13331
13332 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13333
13334         * nneething.el (nneething-get-head): Insert unreadable file too.
13335
13336 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13337
13338         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
13339
13340         * webmail.el (webmail-type-definition): Deja is bought by google.
13341
13342 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13343
13344         * gnus-sum.el (gnus-fetch-headers): New function.
13345         (gnus-select-newsgroup): Use it.
13346         (gnus-summary-insert-articles): New function.
13347         (gnus-summary-insert-old-articles): New function.
13348         (gnus-summary-insert-new-articles): New function.
13349
13350         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
13351         (gnus-group-list-active): Ditto.
13352         * gnus-sum.el (gnus-set-mode-line): Ditto.
13353         (gnus-summary-read-group-1): Ditto.
13354
13355 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13356
13357         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
13358         current topic.
13359
13360 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13361
13362         * smiley.el (gnus-smiley-display): Don't do widening.
13363
13364         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
13365         within body.
13366
13367         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
13368
13369         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
13370         New variable.
13371         (gnus-mime-display-multipart-related-as-mixed): New variable.
13372         (gnus-mime-display-part): Use them.
13373
13374 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13375
13376         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
13377         something special.
13378
13379 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13380
13381         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
13382         (nnweb-request-article): Call reference if exists.
13383         (nnweb-type-definition): Dejanews is bought by google.com.
13384         Beta!
13385
13386 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13387
13388         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
13389
13390 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13391
13392         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
13393         gnus-article-sort-functions.
13394         (gnus-article-sort-functions): Doc fix.  Refer to
13395         gnus-thread-sort-functions.
13396
13397 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13398         From Paul Jarc <prj@po.cwru.edu>.
13399
13400         * message.el (message-get-reply-headers): More fixes.
13401
13402 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
13403         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13404
13405         * message.el (message-get-reply-headers): Fix bug with
13406         Mail-Followup-To/to-address interaction.
13407
13408 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13409
13410         * gnus-msg.el (gnus-configure-posting-styles): Match header in
13411         gnus-article-copy.
13412
13413 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13414
13415         * message.el (message-do-send-housekeeping): Rename to a better
13416         name.
13417
13418 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13419
13420         * message.el (message-cancel-news): Check article first, then ask
13421         yes or no.
13422
13423 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13424
13425         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
13426
13427 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13428
13429         * gnus-range.el (gnus-range-normalize): New function.
13430
13431 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
13432
13433         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
13434
13435 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13436
13437         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
13438
13439         * nnagent.el (nnagent-request-regenerate): New function.
13440
13441         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
13442
13443         * nnml.el (nnml-generate-nov-databases): Accept argument
13444         server. Don't open server if it is opened.
13445         (nnml-request-regenerate): Use it. Change to deffoo.
13446
13447 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13448         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13449
13450         * gnus.el (gnus-define-group-parameter): Fix.
13451
13452 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13453
13454         * gnus.el (gnus-define-group-parameter): Improved.
13455
13456         * gnus-sum.el (charset): Define parameter.
13457         (ignored-charsets): Ditto.
13458         (gnus-summary-setup-default-charset): Use them.
13459
13460         * gnus-start.el (gnus-read-descriptions-file): Use them.
13461
13462         * gnus-cus.el (gnus-group-parameters): Remove them.
13463
13464 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13465
13466         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
13467
13468 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13469
13470         * gnus-sum.el (gnus-summary-read-group-1): Remove
13471         gnus-summary-set-local-parameters.
13472         (gnus-summary-setup-buffer): Put it here.
13473
13474 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13475
13476         * gnus.el (to-address): Define parameter.
13477         (to-list): Ditto.
13478         * gnus-art.el (article-hide-boring-headers): Use them.
13479         * gnus-msg.el (gnus-post-news): Ditto.
13480         * gnus-cus.el (gnus-group-parameters): Remove them.
13481
13482 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13483
13484         * gnus-draft.el (gnus-draft-reminder): New function.
13485
13486         * gnus-art.el (gnus-sender-save-name): New function.
13487
13488 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13489
13490         * mm-util.el (mm-mime-charset): Error message.
13491
13492 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13493
13494         * message.el (message-check-news-body-syntax): Don't check mml lines.
13495
13496 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13497
13498         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
13499         subscribe.
13500
13501         * gnus-start.el (gnus-call-subscribe-functions): New function.
13502         (gnus-find-new-newsgroups): Use it.
13503         (gnus-ask-server-for-new-groups): Use it.
13504         (gnus-check-first-time-used): Use it.
13505         (gnus-subscribe-newsgroup-method): Grok a list of functions.
13506         (gnus-subscribe-options-newsgroup-method): Ditto.
13507         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
13508         return .
13509
13510 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13511
13512         * gnus-cus.el (gnus-score-customize): Doc fix.
13513
13514 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
13515
13516         * dgnushack.el (my-getenv): Typo.
13517
13518 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13519
13520         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
13521
13522 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13523
13524         * gnus-group.el (gnus-group-suspend): Offer save summaries.
13525
13526         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
13527         (gnus-treatment-function-alist): Use it.
13528         (article-remove-leading-whitespace): New function.
13529         (gnus-article-make-menu-bar): Use it.
13530
13531         * gnus-sum.el (gnus-summary-wash-empty-map): Add
13532         remove-leading-whitespace.
13533         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
13534         because of conflict.
13535
13536 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13537
13538         * Makefile.in: Hack generating gnus-load.el.
13539         * dgnushack.el: Ditto.
13540         * gnus-load.el: Remove it.
13541
13542 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13543
13544         * dgnushack.el : Add URLDIR.
13545
13546         * Makefile.in (EMACS_COMP): Ditto.
13547
13548 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13549
13550         * gnus-cus.el (gnus-score-customize): Error on no score file.
13551
13552 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13553
13554         * mm-decode.el (mm-merge-handles): New function.
13555
13556         * mm-view.el (mm-inline-message): Use it.
13557         (mm-view-message): Ditto.
13558
13559         * mm-partial.el (mm-inline-partial): Ditto.
13560
13561         * mm-extern.el (mm-inline-external-body): Ditto.
13562
13563         * gnus-art.el (gnus-mime-view-part): Ditto.
13564         (gnus-mime-view-part-as-type): Ditto.
13565         (gnus-mime-save-part-and-strip): Prevent users to strip in some
13566         cases.
13567
13568 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13569
13570         * message.el (message-cancel-news): Allow to shoot foot.
13571         (message-supersede): Ditto.
13572
13573 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
13574         Trivial patch.
13575
13576         * gnus-sum.el (gnus-simplify-subject-re): Use
13577         message-subject-re-regexp.
13578
13579 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13580
13581         * nnmail.el (nnmail-expiry-target-group): Bind
13582         nnmail-cache-accepted-message-ids to nil.
13583
13584         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
13585         coding system.
13586
13587 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13588
13589         * qp.el (quoted-printable-encode-region): Make sure characters are
13590         between 00 and FF.  Don't check charset.
13591
13592         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
13593         in Emacs 20.
13594         * rfc2047.el (rfc2047-q-encode-region): Ditto.
13595
13596 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13597
13598         * message.el (message-make-forward-subject): Argument decoded.
13599         (message-forward): Use it when digest.
13600
13601         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
13602         buffer.
13603
13604 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13605
13606         * message.el (message-generate-headers-first): Doc fix.
13607
13608 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13609
13610         * gnus-art.el (article-make-date-line): Error proof.
13611
13612 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13613
13614         * gnus-group.el (gnus-group-listing-limit): New variable.
13615         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
13616
13617         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
13618
13619 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13620
13621         * message.el (message-newline-and-reformat): Special case for
13622         breaking at BOL.
13623
13624 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
13625
13626         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
13627         message/rfc822.
13628
13629 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13630
13631         * message.el (message-encode-message-body): Don't insert
13632         Content-Type if it is inside a mail.
13633
13634 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13635
13636         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
13637         gnus-article-commands-menu.
13638
13639         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
13640         in Emacs.
13641
13642         * gnus-start.el (gnus-read-descriptions-file): Use
13643         gnus-group-name-charset and gnus-group-charset-alist.
13644
13645 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13646
13647         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
13648         active region.
13649
13650         * gnus-start.el (gnus-group-change-level): Remove from both
13651         gnus-zombie-list and gnus-killed-list.
13652
13653 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13654
13655         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
13656         gnus-subscribe-topics.
13657
13658         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
13659
13660 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13661
13662         * gnus-art.el (gnus-article-make-menu-bar): Make
13663         gnus-article-post-menu.
13664
13665         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
13666
13667         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
13668
13669         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
13670
13671         * message.el (message-mode-menu): Ditto.
13672
13673         * gnus-art.el (defvar): eval-when-compile.
13674
13675 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13676
13677         * gnus-agent.el (gnus-agentize): Fix doc.
13678
13679 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
13680
13681         * mml.el (mml-preview): Bind `q'.
13682
13683 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13684
13685         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
13686
13687 2001-01-31  Dave Love  <fx@gnu.org>
13688
13689         * mm-util.el (mm-mime-mule-charset-alist)
13690         (mm-find-mime-charset-region): Consider mule-utf-8.
13691
13692 2001-01-31  Dave Love  <fx@gnu.org>
13693
13694         * gnus-art.el (gnus-article-x-face-command)
13695         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
13696         :version.
13697
13698 2001-01-26  Dave Love  <fx@gnu.org>
13699
13700         * mm-util.el (mm-multibyte-string-p): New.
13701
13702 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
13703 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
13704 ;;      string-as-multibyte on class.  Clarify line-folding.
13705         (quoted-printable-encode-string): Make temp buffer inherit
13706         string's multibyteness.
13707
13708 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
13709
13710         * nnheader.el (toplevel): Don't require `gnus-util' at
13711         compile-time; this creates a circular dependency, and prevents
13712         a bootstrap.
13713
13714 2001-01-22  Andreas Schwab  <schwab@suse.de>
13715
13716         * nnheader.el (gnus-delete-line): Autoload it as a macro.
13717
13718 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13719
13720         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
13721
13722         * gnus-art.el (article-hide-list-identifiers): Ditto.
13723
13724         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
13725
13726 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13727
13728         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
13729
13730         * gnus-art.el (article-hide-list-identifiers): Similar.
13731
13732 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
13733
13734         * nnmail.el (nnmail-remove-list-identifiers): Improved.
13735
13736 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13737
13738         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
13739
13740 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13741
13742         * gnus-util.el (gnus-string-equal): New function.
13743
13744         * gnus-art.el (article-hide-boring-headers): Use it.
13745
13746 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
13747
13748         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
13749
13750 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13751
13752         * gnus-msg.el (gnus-msg-mail): Support switch-action.
13753
13754 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13755
13756         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
13757         command if there is not last-saver.
13758
13759 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13760
13761         * nntp.el (nntp-open-connection): 201 is possible.
13762
13763 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13764
13765         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
13766         (rfc2047-charset-encoding-alist): Add big5.
13767
13768 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13769
13770         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
13771         (gnus-agent-remove-server): Ditto.
13772         (autoload): gnus-server-update-server.
13773
13774         * gnus-srvr.el (gnus-server-line-format): Add %a.
13775         (gnus-server-line-format-alist): Add gnus-tmp-agent.
13776         (gnus-server-insert-server-line): Use it.
13777
13778 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13779
13780         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
13781         GB2312 and Big5.
13782
13783 2001-01-24  Simon Josefsson  <sj@extundo.com>
13784
13785         * mail-source.el (mail-sources): Add :program specifier to IMAP
13786         mail source.
13787         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
13788
13789 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13790
13791         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
13792
13793 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13794
13795         * nntp.el (nntp-wait-for): Return the success code.
13796         (nntp-open-connection): Use it.
13797
13798 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13799
13800         * gnus-int.el (gnus-check-server): Allow breaking the opening.
13801
13802 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13803
13804         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
13805
13806 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13807
13808         * gnus-sum.el (gnus-summary-print-article): Take one prefix
13809         argument. Allow to print several articles in one file.
13810
13811 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13812
13813         * webmail.el (webmail-type-definition): netaddress changes.
13814
13815 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13816
13817         * gnus.el: Fix copyright. Remove trailing spaces.
13818
13819         * message.el (message-forward): Use mule4.
13820
13821 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13822
13823         * mm-util.el (mm-string-as-unibyte): New function.
13824
13825         * message.el (message-forward): Use it.
13826
13827 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13828
13829         * message.el (message-cite-original-without-signature): Don't peel
13830         off the blank line.
13831         (message-get-reply-headers): Add Cc if it is not in follow-to.
13832
13833 2001-01-20  Simon Josefsson  <sj@extundo.com>
13834
13835         * mm-decode.el (mm-handle-multipart-from): Add.
13836         (mm-dissect-buffer): Save From: header value.
13837         (mm-security-from): Remove.
13838         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
13839
13840         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
13841         instead of `mml-security-from'.  Protect null from value.
13842
13843 2001-01-20  Simon Josefsson  <sj@extundo.com>
13844
13845         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
13846         application/vnd.ms-excel attachments.
13847
13848 2001-01-19  Simon Josefsson  <sj@extundo.com>
13849
13850         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
13851
13852 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13853
13854         * message.el (message-ignored-mail-headers): Ditto.
13855
13856 2001-01-19  Simon Josefsson  <sj@extundo.com>
13857
13858         * message.el (message-ignored-news-headers): Only search beginning
13859         of line.
13860
13861 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
13862         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
13863
13864         * message.el (message-send-mail): Content-Type may not be there.
13865
13866 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13867
13868         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
13869         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
13870
13871         * gnus-art.el (article-display-x-face): Insert X-Face if there is
13872         not.
13873
13874 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13875
13876         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
13877         non-native groups.
13878
13879 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13880
13881         * message.el (message-yank-original): Understand
13882         universal-argument.
13883
13884 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13885
13886         * gnus-art.el (gnus-boring-article-headers): Add to-address.
13887         (article-hide-boring-headers): Ditto.
13888
13889         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
13890
13891 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13892
13893         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
13894         one.
13895
13896 2001-01-16  Simon Josefsson  <simon@josefsson.org>
13897
13898         * message.el (message-make-in-reply-to): Add comment to message-id
13899         (old syntax, see 2000-08-02 change).
13900
13901 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13902
13903         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
13904         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
13905         (gnus-button-reply): Ditto.
13906
13907 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13908
13909         * gnus-art.el (article-display-x-face): Fix.
13910
13911 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13912
13913         * gnus-art.el (article-display-x-face): Use
13914         gnus-original-article-buffer.
13915
13916 2001-01-15  Jack Twilley  <jmt@tbe.net>
13917
13918         * message.el (message-add-header): Move to point-max.
13919
13920 2001-01-15  Simon Josefsson  <simon@josefsson.org>
13921
13922         * smime.el (smime-CA-directory, smime-CA-file): Change default to
13923         nil, improve documentation.
13924         (smime-certificate-directory): Comment out false hints (until it
13925         is implemented).
13926
13927         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
13928         there aren't any keys.
13929         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
13930         verify certificate.  Default is changed to only check integrity.
13931         Improved security status texts.  If a certificate doesn't contain
13932         a email address, don't fail.
13933
13934         * smime.el (smime-noverify-region):
13935         (smime-noverify-buffer): New functions.  Verifies integrity only.
13936
13937 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13938
13939         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
13940
13941 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13942
13943         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
13944         (gnus-remove-some-windows): Ditto.
13945
13946 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13947
13948         * gnus-art.el (article-make-date-line): 11th.
13949
13950 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13951
13952         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
13953         (mml2015-gpg-sign): Ditto.
13954
13955 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13956
13957         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
13958         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
13959
13960 2001-01-08  Dave Love  <fx@gnu.org>
13961
13962         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
13963         single character.
13964
13965         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
13966
13967         * message.el: Doc and message fixes.
13968         (message-send-rename-function)
13969         (message-make-forward-subject-function)
13970         (message-send-mail-function, message-reply-to-function)
13971         (message-wide-reply-to-function, message-followup-to-function)
13972         (message-distribution-function, message-auto-save-directory): Fix
13973         :type.
13974
13975         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
13976         proceeding after warnings.  Amend multipart warning message.
13977
13978 2001-01-04  Dave Love  <fx@gnu.org>
13979
13980         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
13981         compiling.
13982         (gnus-make-directory): Require nnmail.
13983
13984         * mm-decode.el (mm-inline-media-tests): Add
13985         image/x-portable-bitmap.
13986         (mm-get-image): Grok pbm.
13987
13988 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
13989
13990         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
13991
13992 2001-01-09  Didier Verna  <didier@xemacs.org>
13993
13994         * dgnushack.el (dgnushack-compile): give a dummy value to
13995         `gnus-xmas-glyph-directory' for the time of compilation.
13996         * gnus-agent.el: moved some XEmacs specific hook add-ons from
13997         `gnus-xmas-[re]define' to avoid loosing user custom settings.
13998         * gnus-art.el: ditto.
13999         * gnus-group.el: ditto.
14000         * gnus-salt.el: ditto.
14001         * gnus-sum.el: ditto.
14002         * gnus-topic.el: ditto.
14003         * gnus-xmas.el (gnus-xmas-define): see above.
14004         * gnus-xmas.el (gnus-xmas-redefine): see above.
14005         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
14006         non-continuable error when the directory can't be found.
14007
14008 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14009
14010         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
14011         handle.
14012         * gnus-art.el (gnus-mime-view-part): Copy it.
14013         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
14014
14015 2001-01-09  Michael Downes  <mjd@ams.org>
14016
14017         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
14018
14019 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14020
14021         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
14022         orig-file. Use ',source.
14023
14024 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14025
14026         * gnus-xmas.el (gnus-xmas-modeline-glyph):
14027         (gnus-xmas-group-startup-message):
14028         Detect gnus-xmas-glyph-directory when it is nil.
14029
14030 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14031
14032         * pop3.el (pop3-get-message-count): Andrew Innes
14033         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
14034
14035 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14036
14037         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
14038
14039         * time-date.el (time-to-number-of-days): New function.
14040
14041 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
14042         Trivial patch.
14043
14044         * nnslashdot.el (nnslashdot-request-list): Always get the right
14045         sid.
14046
14047 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14048
14049         * message.el (message-minibuffer-local-map): New keymap.
14050         (message-read-from-minibuffer): Use it.
14051         * gnus-msg.el (gnus-summary-resend-message): Use it
14052
14053 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14054
14055         * gnus-start.el (gnus-display-time-event-handler): New function.
14056         (gnus-after-getting-new-news-hook): Use it.
14057
14058 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14059
14060         * message.el (message-ignored-mail-headers): Add draft header.
14061
14062 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14063
14064         * gnus-sum.el (gnus-summary-expire-articles): Don't save
14065         excursion.
14066
14067         * nnslashdot.el (nnslashdot-request-list): Get the right year.
14068
14069 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
14070         A revoked patch.
14071
14072         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
14073
14074 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14075
14076         * qp.el (quoted-printable-decode-region): Don't backward-char.
14077
14078 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14079
14080         * gnus-draft.el: Mark articles as replied.
14081
14082         * gnus-sum.el (gnus-summary-add-mark): New function.
14083
14084         * gnus-group.el (gnus-add-mark): New function.
14085
14086         * gnus-sum.el (gnus-summary-buffer-name): New function.
14087         (gnus-summary-setup-buffer): Use it.
14088
14089         * gnus-draft.el: Set things up with the right post method and
14090         stuff.
14091
14092         * message.el (message-ignored-news-headers): Remove X-Draft-From.
14093
14094         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
14095
14096         * gnus.el (gnus-draft-meta-information-header): New variable.
14097
14098 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14099
14100         * gnus-art.el (gnus-treatment-function-alist): Move the date
14101         functions before the header sorting functions.
14102
14103         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
14104
14105         * dgnushack.el (dgnushack-compile): Message whether there is w3.
14106         Don't (push "/usr/share/emacs/site-lisp" load-path).
14107
14108         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
14109         to empty fill prefixes.
14110
14111 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14112
14113         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
14114         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
14115
14116 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14117
14118         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
14119
14120         * nnml.el (autoload): Move to nnheader.el.
14121
14122         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
14123         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
14124         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
14125         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
14126
14127 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14128
14129         * gnus-art.el (article-make-date-line): Get the hours right.
14130         (gnus-ignored-headers): More hiding.
14131
14132         * nnmail.el (nnmail-expiry-wait): Not an integer.
14133
14134         * message.el (message-goto-body): Only expand abbrev when called
14135         interactively.
14136         (message-make-lines): Use it.
14137
14138 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14139
14140         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
14141
14142 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14143
14144         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
14145         include the expunged articles.
14146
14147         * gnus-group.el (gnus-group-sort-by-server): New function.
14148
14149         * gnus.el (gnus-method-to-server-name): New function.
14150         (gnus-group-prefixed-name): Use it.
14151
14152         * gnus-group.el (gnus-group-sort-function): Doc fix.
14153         (gnus-group-sort-groups-by-server): New command.
14154
14155 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14156
14157         * gnus-art.el (gnus-treat-date-english): New variable.
14158         (article-date-english): New command.
14159         (gnus-english-month-names): New variable.
14160         (article-make-date-line): Do 'english.
14161
14162         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
14163         after the fill prefix.
14164
14165         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
14166         score...".
14167
14168         * gnus-art.el (gnus-ignored-headers): Hide more headers.
14169
14170         * message.el (message-mode-map): Bind comment-region.
14171
14172         * gnus-art.el (gnus-mime-display-part): Let w3 display
14173         multipart/related.
14174
14175         * mm-bodies.el (mm-long-lines-p): New function.
14176         (mm-body-encoding): Use it.
14177         (mm-body-encoding): Encode articles with lines longer than 1000
14178         characters.
14179
14180 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14181
14182         * mm-util.el (mm-enable-multibyte): Use
14183         default-enable-multibyte-characters.
14184         (mm-enable-multibyte-mule4): Ditto.
14185         (mm-disable-multibyte): Test XEmacs.
14186         (mm-disable-multibyte-mule4): Ditto.
14187         (mm-with-unibyte-current-buffer): Simplified.
14188         (mm-with-unibyte-current-buffer-mule4): Ditto.
14189
14190 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14191
14192         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
14193
14194         * nnheader.el (nnheader-string-as-multibyte): New alias.
14195
14196         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
14197
14198         * gnus-uu.el (gnus-message-process-mark): New function.
14199         (gnus-uu-mark-by-regexp): Use it.
14200         (gnus-new-processable): New function.
14201
14202 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
14203          Trivial patch.
14204
14205         * gnus-sum.el (gnus-no-mark): New variable.
14206
14207 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14208
14209         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
14210         backslashes.
14211
14212 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14213
14214         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
14215         definition.
14216
14217 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14218
14219         * dgnushack.el (dgnushack-compile): elc is in the current directory.
14220
14221         * qp.el (quoted-printable-encode-region): Don't check multibyte in
14222         XEmacs.
14223
14224 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
14225         Trivial patch.
14226
14227         * mml.el (mml-read-tag): Save tag location.
14228
14229 2000-12-25  Simon Josefsson  <simon@josefsson.org>
14230
14231         * starttls.el: Sync with Emacs 21.
14232
14233 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14234
14235         * message.el (message-mail): Support yank-action.
14236
14237         * message.el (message-setup): Revoke the last change.
14238
14239 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14240
14241         * message.el (message-setup): Use cons. Suggested by Johan Vromans
14242         <jvromans@squirrel.nl>.
14243
14244 2000-12-24  Simon Josefsson  <sj@extundo.com>
14245
14246         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
14247         mailing list junk at end of part.
14248
14249 2000-12-23  Simon Josefsson  <sj@extundo.com>
14250
14251         * nnimap.el (nnimap-expiry-target): New function.
14252         (nnimap-request-expire-articles): Use it.
14253
14254 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14255
14256         * gnus.el (gnus-group-parameters-more): New variable.
14257         * gnus-cus.el (gnus-group-customize): Use it.
14258
14259         * gnus.el (gnus-define-group-parameter): New macro.
14260         (auto-expire): Use it
14261         (total-expire): Use it.
14262         * gnus-art.el (banner): Use it.
14263
14264         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
14265         <ljz@asfast.com>.
14266
14267 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14268
14269         * gnus-topic.el (gnus-topic-create-topic): Use list.
14270
14271         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
14272         before binding gnus-default-article-saver.
14273
14274         * gnus-sum.el (gnus-summary-save-article):
14275         (gnus-summary-pipe-output):
14276         (gnus-summary-save-article-mail):
14277         (gnus-summary-save-article-rmail):
14278         (gnus-summary-save-article-file):
14279         (gnus-summary-write-article-file):
14280         (gnus-summary-save-article-body-file): Ditto.
14281
14282         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
14283
14284 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14285
14286         * gnus-art.el (gnus-mime-security-button-map):
14287         (gnus-mime-button-map): Add parent.
14288
14289 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14290
14291         * messagexmas.el (message-xmas-redefine): New function.
14292
14293         * message.el: Use it.
14294
14295         * gnus-art.el (gnus-article-check-hidden-text): Return t.
14296
14297         * gnus-util.el (gnus-remove-text-properties-when): Return t.
14298
14299 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14300
14301         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
14302         malformatted messages.
14303
14304 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14305
14306         * mm-util.el (mm-image-load-path): New function.
14307
14308         * gnus-group.el (gnus-group-make-tool-bar): Use it.
14309
14310         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
14311
14312         * message.el (message-tool-bar-map): Use it.
14313
14314         * Makefile.in (install-el): New rule.
14315
14316 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14317
14318         * gnus-art.el (article-treat-dumbquotes): Quote \.
14319
14320 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14321
14322         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
14323         Emacs 20 runs on a terminal.
14324
14325 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14326
14327         * gnus-msg.el (gnus-bug): Revert to save-excursion.
14328
14329         * mml.el (gnus-add-minor-mode): Autoload.
14330
14331         * message.el (message-forward): Save-restriction.
14332
14333 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14334
14335         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
14336         Paul Stevenson <p.stevenson@surrey.ac.uk>
14337
14338 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14339
14340         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
14341
14342         * mml.el (gnus-ems): Don't require.
14343
14344         * gnus.el (gnus-decode-rfc1522): Removed.
14345         (gnus-set-text-properties): Define.
14346
14347 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14348
14349         * gnus-art.el (gnus-mime-*): handle may be nil.
14350
14351         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
14352
14353         * gnus.el (gnus-group-remove-excess-properties): Not defined
14354         in gnus-xmas.
14355
14356 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14357
14358         * message.el (message-mail-user-agent): Add :version.
14359
14360 2000-12-21  Miles Bader  <miles@gnu.org>
14361
14362         * message.el (message-mode): Set `comment-start' to the  yank prefix.
14363
14364 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14365
14366         * message.el (message-mail-user-agent): New variable.
14367         (message-setup): Renamed to message-setup-1. Support
14368         mail-user-agent.
14369         (message-mail-user-agent): New function.
14370         (message-mail): Use it.
14371         (message-reply): Use it.
14372         (message-resend): Use it.
14373         (message-mail-other-window): Use it.
14374         (message-mail-other-frame): Use it.
14375
14376         * gnus-msg.el (gnus-bug): Support mail-user-agent.
14377
14378 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14379
14380         * message.el (message-tool-bar-map): Simplify.
14381         (message-narrow-to-head-1): New function.
14382         (message-narrow-to-head): Use it.
14383         (message-reply): Ditto.
14384         (message-cancel-news): Ditto.
14385         (message-supersede): Ditto.
14386         (message-make-forward-subject): Ditto.
14387         (message-bounce): Ditto.
14388
14389 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14390
14391         * uudecode.el (uudecode-decode-region-external): make-temp-file
14392         may not be defined.
14393
14394         * binhex.el (defalias): eval-and-compile.
14395
14396         * message.el (message-tool-bar-map): New function.
14397         (message-mode): Use it.
14398
14399 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14400
14401         * nntp.el (nntp-find-connection): Remove the entry.
14402         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
14403
14404 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14405
14406         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
14407
14408         * message.el (message-forward): Copy buffer in unibyte mode.
14409
14410 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14411
14412         * message.el (message-make-forward-subject): Don't widen. Decode.
14413         (message-forward): Don't decode subject.
14414
14415 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
14416
14417         * qp.el (quoted-printable-encode-region): Upcase QP.
14418
14419 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14420
14421         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
14422         mail-extract-a-c instead. Don't depend on Gnus.
14423
14424         * mml.el (gnus-ems): Require it.
14425
14426         * gnus-msg.el (gnus-summary-mail-forward):
14427
14428         * message.el (message-forward):  Move mime-to-mml here.
14429
14430 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14431
14432         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
14433         * gnus-art.el (gnus-insert-mime-button): Simplify.
14434         (gnus-mime-display-alternative): Ditto.
14435         (gnus-insert-mime-security-button): Ditto.
14436
14437 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14438
14439         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
14440         text-property-not-all doesn't return nil when start=mark(end).
14441         (gnus-remove-text-properties-when): Ditto.
14442
14443 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14444
14445         * gnus-start.el (gnus-group-change-level): Remove group from
14446         gnus-active-hashtb if real killed.
14447
14448 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14449
14450         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
14451         (gnus-mime-display-alternative): Ditto.
14452         (gnus-insert-mime-security-button): Ditto.
14453
14454 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14455
14456         * gnus-start.el (gnus-group-change-level): Don't add it into
14457         killed-list if it was killed.
14458
14459 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14460
14461         * nnmbox.el (nnmbox-file-coding-system): Use binary.
14462         (nnmbox-active-file-coding-system): Ditto.
14463
14464         * gnus-cus.el (gnus-group-parameters): Add posting-style.
14465
14466 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14467
14468         * gnus.el (gnus-version):
14469         (gnus-version-number): Set to Oort Gnus 0.01.
14470
14471         * gnus-art.el (gnus-mime-security-button-map):
14472         (gnus-insert-mime-security-button): Fix for Emacs21.
14473
14474 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14475
14476         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
14477         easymenu, because XEmacs doesn't understand :help.
14478
14479         * mm-uu.el: Require binhex.
14480
14481 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14482
14483         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
14484
14485 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
14486
14487         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
14488
14489 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
14490
14491         * *.xpm, *.pbm: Convert icons icons to size 24x24.
14492
14493 2000-12-18  Dave Love  <fx@gnu.org>
14494
14495         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
14496         (unused).
14497
14498 2000-12-13  Miles Bader  <miles@gnu.org>
14499
14500         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
14501         to t, so that we don't get stuck while trying to smilefy
14502         intangible text.
14503
14504 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
14505
14506         * smiley-ems.el (smiley-regexp-alist): Make regexps match
14507         at the end of the buffer.
14508         (smiley-region): In the loop, move to the end of the submatch
14509         matching the smiley instead of using the end of the match
14510         of the whole regexp.
14511
14512 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
14513
14514         * message.el (message-mode): Doc fix.
14515
14516 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
14517
14518         * smiley-ems.el (smiley-region): Doc fix.
14519
14520 2000-12-11  Miles Bader  <miles@gnu.org>
14521
14522         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
14523         bottom line visible, check to see if it's partially obscured, and
14524         if so, either scroll one more line to make it fully visible, or
14525         revert to showing the second line from the top.
14526
14527 2000-12-07  Dave Love  <fx@gnu.org>
14528
14529         * mailcap.el (mailcap-download-directory)
14530         * gnus-audio.el (gnus-audio-directory)
14531         * smiley-ems.el (smiley-data-directory): Fix :type.
14532
14533 2000-11-30  Dave Love  <fx@gnu.org>
14534
14535         * message.el (message-auto-save-directory): Use
14536         file-name-as-directory.
14537         (message-set-auto-save-file-name): Create
14538         message-auto-save-directory if necessary.
14539         (message-replace-chars-in-string): Removed -- unused.
14540         (message-mail-alias-type): Customize.
14541         (message-headers): Remove duplicate defgroup.
14542
14543 2000-11-29  Dave Love  <fx@gnu.org>
14544
14545         * qp.el (quoted-printable-decode-region): Use error, not message
14546         to report malformed text (like base64).  Amend message.
14547
14548 2000-11-29  Miles Bader  <miles@gnu.org>
14549
14550         * message.el (message-header-lines): Fontify tag.
14551
14552 2000-11-27  Dave Love  <fx@gnu.org>
14553
14554         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
14555         compiler warning.
14556
14557 ;2000-11-26  Dave Love  <fx@gnu.org>
14558 ;
14559 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
14560 ;
14561 2000-11-23  Dave Love  <fx@gnu.org>
14562
14563         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
14564
14565         * mm-uu.el (uudecode): Require.
14566         (uudecode-decode-region, uudecode-decode-region-external): Don't
14567         autoload.
14568         (mm-uu-copy-to-buffer): Doc fix.
14569         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
14570         type fix.
14571
14572         * mailcap.el: Doc fixes.
14573         (mailcap-mime-data): Various adjustments.
14574         (mailcap): New group.
14575         (mailcap-download-directory): Customize.
14576         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
14577         (mailcap-temporary-directory): Deleted (unused).
14578         (mailcap-unescape-mime-test): Simplify slightly.
14579         (mailcap-viewer-passes-test): Use functionp.
14580         (mailcap-command-p): Aliased to executable-find.
14581
14582         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
14583         default-enable-multibyte-characters is nil.
14584
14585 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
14586
14587         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
14588
14589 2000-11-21  Dave Love  <fx@gnu.org>
14590
14591         * gnus-art.el (gnus-mime-button-map): Don't inherit from
14592         gnus-article-mode-map.
14593 ;       (gnus-mime-button-menu): Use mouse-set-point.
14594         (gnus-insert-mime-button, gnus-mime-display-alternative)
14595         (gnus-mime-display-alternative): Don't use local-map property.
14596
14597 2000-11-17  Dave Love  <fx@gnu.org>
14598
14599         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
14600         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
14601         and make-temp-file.
14602         (uudecode-decode-region): Doc fix.
14603
14604 2000-11-14  Dave Love  <fx@gnu.org>
14605
14606         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
14607         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
14608         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
14609         New files, derived from the XPMs.
14610
14611 2000-11-10  Dave Love  <fx@gnu.org>
14612
14613         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
14614         (gnus-agent-lib-file, gnus-agent-load-alist)
14615         (gnus-agent-save-alist, gnus-agent-article-name): Use
14616         expand-file-name.
14617
14618         * gnus-group.el (gnus-group-name-charset-method-alist): Add
14619         :version.
14620         (nnkiboze-score-file): Defvar when compiling.
14621
14622         * gnus-start.el (gnus-read-newsrc-file): Add :version.
14623
14624         * gnus-art.el (gnus-article-banner-alist)
14625         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
14626         (gnus-article-date-lapsed-new-header)
14627         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
14628         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
14629         (gnus-treat-strip-headers-in-body)
14630         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
14631         (gnus-treat-translate): Add :version.
14632         (gnus-article-mime-part-function): Fix defcustom.
14633
14634         * nnmail.el (nnmail-expiry-target)
14635         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
14636         (nnmail-split-header-length-limit): Add :version.
14637
14638         * gnus-sum.el (gnus-auto-expirable-marks)
14639         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
14640         (gnus-extra-headers, gnus-ignored-from-addresses)
14641         (gnus-newsgroup-ignored-charsets)
14642         (gnus-group-highlight-words-alist)
14643         (gnus-summary-show-article-charset-alist): Add :version.
14644
14645         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
14646         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
14647         files, converted from the XPMs.
14648
14649         * gnus-cache.el (gnus-cache-active-file): Don't use
14650         file-name-as-directory on directory.
14651         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
14652         use file-name-as-directory on directory.
14653
14654         * time-date.el (timezone-make-date-arpa-standard): Autoload.
14655         (date-to-time): Use it.
14656
14657 ;       * message.el (message-mode) <adaptive-fill-regexp>:
14658 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
14659 ;       (message-newline-and-reformat): Likewise.
14660         (message-forward-as-mime, message-forward-ignored-headers)
14661         (message-buffer-naming-style, message-default-charset)
14662         (message-dont-reply-to-names, message-send-mail-partially-limit):
14663         Add :version.
14664
14665         * mm-util.el: Doc fixes.
14666         (mm-mime-charset): Don't use the raw result of
14667         mm-preferred-coding-system.
14668         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
14669         (mm-with-unibyte): Simplify.
14670
14671         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
14672         concat.
14673
14674         * pop3.el (pop3-version): Deleted.
14675         (pop3-make-date): New function, avoiding message-make-date.
14676         (pop3-munge-message-separator): Use it.
14677
14678 2000-11-09  Dave Love  <fx@gnu.org>
14679
14680         * gnus-group.el (gnus-group-make-directory-group)
14681         (gnus-group-fetch-faq): Use expand-file-name.
14682         (gnus-group-fetch-faq): Simplify completing-read form.
14683
14684         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
14685         test for Mule.
14686
14687         * message.el (tool-bar-map): Defvar when compiling.
14688
14689         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
14690         (gnus-tm-lisp-directory): Deleted.
14691         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
14692         (featurep 'xemacs).
14693         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
14694         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
14695         version numbers from file names.
14696
14697 2000-11-08  Dave Love  <fx@gnu.org>
14698
14699         * mm-view.el: Use featurep for XEmacs test.
14700         (mm-inline-message): Test for `remove-specifier'; don't use
14701         condition-case.
14702
14703         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
14704
14705         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
14706         (gnus-score-find-bnews): Don't concat "".
14707
14708         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
14709         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
14710         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
14711         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
14712
14713         * gnus-sum.el: Put some defvars in eval-when-compile.
14714         (gnus-summary-mode-hook): Add :options.
14715         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
14716         (gnus-summary-tool-bar-map): New variable.
14717         (gnus-summary-make-tool-bar): New function.
14718         (gnus-summary-mode): Put kill-all-local-variables first.
14719
14720         * gnus-group.el (gnus-group-toolbar-map): New variable.
14721         (gnus-group-make-tool-bar): Rewritten.
14722         (gnus-group-mode): Put kill-all-local-variables first.
14723
14724         * rfc2047.el: Require gnus-util.
14725
14726         * nnml.el (gnus-sorted-intersection): Autoload.
14727
14728         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
14729         Put some defvars in eval-when-compile.
14730         (gnus-intersection, gnus-sorted-complement):  Autoload.
14731
14732         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
14733
14734         * mm-encode.el (mm-body-7-or-8): Autoload.
14735
14736         * mm-decode.el (mm-insert-inline): Autoload.
14737
14738         * mml.el:
14739         * message.el: Put some defvars in eval-when-compile.
14740
14741         * gnus-msg.el: Put some defvars in eval-when-compile.
14742         (gnus-msg-mail): Move after gnus-setup-message.
14743
14744         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
14745
14746 2000-11-07  Dave Love  <fx@gnu.org>
14747
14748         * gnus-util.el (nnheader): Don't require message (recursive
14749         autoload).
14750
14751         * uudecode.el: Avoid compiler warnings.
14752
14753         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
14754         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
14755
14756 2000-11-06  Dave Love  <fx@gnu.org>
14757
14758         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
14759
14760         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
14761         (uudecode-char-int): New alias, replacing char-int.
14762         (uudecode-decode-region): Don't call buffer-disable-undo.
14763
14764 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
14765 ;       (mm-uu-configure-list): Doc fix.
14766 ;
14767 ;       * earcon.el (running-xemacs): Don't define.
14768 ;
14769 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
14770 ;
14771 ;       * message.el (message-font-lock-keywords): Match a final newline
14772 ;       to help font-lock's multiline support.
14773 ;
14774 2000-11-03  Dave Love  <fx@gnu.org>
14775
14776         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
14777
14778         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
14779         name.
14780
14781         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
14782         <banner>: Fix custom type, doc.
14783
14784         * mm-decode.el (mm-display-external): Space-prefix temp buffer
14785         name.  Don't disable undo explicitly.
14786
14787 ;2000-11-02  Dave Love  <fx@gnu.org>
14788 ;
14789 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
14790 ;       cite-prefix.
14791
14792 2000-11-01  Dave Love  <fx@gnu.org>
14793
14794         * rfc2047.el (base64): Require unconditionally.
14795         (message-posting-charset): Defvar when compiling.
14796         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
14797         message.
14798
14799         * gnus-sum.el (nnoo): Require.
14800         (mm-uu-dissect): Autoload.
14801
14802         * mml.el (mml-parse-1): Clarify message.
14803         (mml-minibuffer-read-type): Use mailcap-mime-types.
14804
14805 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
14806
14807         * mml.el: Fix a typo in the requiring of CL.
14808
14809 2000-11-01  Dave Love  <fx@gnu.org>
14810
14811         * utf7.el: Require cl when compiling.
14812
14813         * binhex.el: Use (featurep 'xemacs).
14814         (binhex-char-int): New alias, replacing char-int.  Change callers.
14815         (binhex-decode-region): Simplify work buffer code.
14816         (binhex-decode-region-external): Use expand-file-name, not concat.
14817
14818 2000-10-30  Dave Love  <fx@gnu.org>
14819
14820         * gnus-art.el: Fix 2000-10-27 change properly.
14821
14822 2000-10-28  Miles Bader  <miles@gnu.org>
14823
14824         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
14825
14826 2000-10-27  Dave Love  <fx@gnu.org>
14827
14828         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
14829         strings.
14830         (gnus-group-make-tool-bar): New function.
14831         (gnus-group-mode): Use it.
14832
14833         * message.el (message-mode-menu): Add some :help strings.
14834         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
14835         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
14836
14837         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
14838         * describe-group.xpm, get-news.xpm, kill-group.xpm:
14839         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
14840
14841         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
14842         display-graphic-p here.
14843
14844 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
14845
14846         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
14847         of the `gnus-xemacs' variable, as the latter has been removed.
14848         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
14849         * gnus-art.el (gnus-treat-display-xface)
14850         (gnus-treat-display-smileys, gnus-treat-display-picons)
14851         (gnus-article-read-summary-keys): Likewise.
14852
14853 2000-10-26  Dave Love  <fx@gnu.org>
14854
14855         (defvar): Use rmail-spool-directory unconditionally.
14856
14857 2000-10-18  Dave Love  <fx@gnu.org>
14858
14859         * mm-bodies.el (mm-uu-decode-function)
14860         (mm-uu-binhex-decode-function): Defvar when compiling.
14861
14862         * gnus-nocem.el (gnus-nocem-issuers): Update.
14863         (gnus-nocem-check-from): New option.
14864         (gnus-nocem-scan-groups): Use it.
14865         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
14866         (gnus-nocem-check-article-limit): Add :version.
14867
14868 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
14869
14870         * ietf-drums.el (mm-util): Require CL when compiling.
14871
14872 2000-10-15  Dave Love  <fx@gnu.org>
14873
14874         * qp.el: Require mm-util.
14875
14876 2000-10-13  Dave Love  <fx@gnu.org>
14877
14878         * qp.el (quoted-printable-decode-region): Avoid invalid
14879         coding-systems.
14880
14881 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
14882
14883         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
14884         to a recursive load.
14885
14886 2000-10-12  Dave Love  <fx@gnu.org>
14887
14888         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
14889
14890         * gnus.el (gnus-group-startup-message): Check for PBM image.
14891
14892 2000-10-09  Dave Love  <fx@gnu.org>
14893
14894         * mail-source.el (mail-source-fetch-imap): Bind
14895         default-enable-multibyte-characters rather than using
14896         mm-disable-multibyte.
14897
14898 2000-10-05  Dave Love  <fx@gnu.org>
14899
14900         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
14901         Autoload.
14902         (quoted-printable-decode-region):  Rename arg which confused
14903         charset with coding-system.  Don't use nonascii-insert-offset.
14904         Coding-system encode the region initially.  Don't recognize `=='
14905         as valid QP.  Coding-system decode the region finally.
14906         (quoted-printable-decode-string): Rename arg which confused
14907         charset with coding-system.
14908
14909         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
14910         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
14911         mm-encode-coding-region.
14912         (mm-decode-body, mm-decode-string): Rename variables which
14913         confused charset with coding-system.
14914         (binhex-decode-region): Don't autoload.
14915         (mm-body-encoding): Require message.
14916         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
14917         cond branches.
14918
14919         * gnus-art.el (article-de-quoted-unreadable)
14920         (article-de-base64-unreadable): Fold search case
14921         rather than downcasing string.  Apply mm-charset-to-coding-system
14922         to arg of quoted-printable-decode-region.
14923
14924 2000-10-04  Dave Love  <fx@gnu.org>
14925
14926         * gnus-ems.el: Don't turn off compiler warnings in local vars.
14927         Require ring when compiling.
14928         (gnus-article-compface-xbm): New variable.
14929
14930 2000-10-04  Dave Love  <fx@gnu.org>
14931
14932         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
14933         pbm images.
14934
14935         * frown.pbm, smile.pbm, wry.pbm: New files.
14936
14937         * frown.xbm, smile.xbm, wry.xbm: Deleted.
14938
14939 2000-10-03  Dave Love  <fx@gnu.org>
14940
14941         * mail-source.el (mail-sources): Revert to nil.
14942
14943         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
14944
14945         * qp.el: Don't require mm-util.
14946         (quoted-printable-decode-region): Rewritten.
14947         (quoted-printable-decode-string, quoted-printable-encode-region):
14948         Doc fix.
14949         (quoted-printable-encode-region): Barf on multibyte characters.
14950         Maybe make the class multibyte.  Upcase chars, not formatted
14951         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
14952         (quoted-printable-encode-string): Don't use
14953         mm-with-unibyte-buffer.
14954
14955 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
14956
14957         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
14958
14959 2000-09-21  Dave Love  <fx@gnu.org>
14960
14961         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
14962         (for Emacs 20).  Tidy somewhat.
14963
14964 2000-09-21  Dave Love  <fx@gnu.org>
14965
14966         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
14967         image processing.  Rationalize logic somewhat.
14968
14969 2000-09-20  Dave Love  <fx@gnu.org>
14970
14971         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
14972         specifically.
14973
14974         * gnus.el (gnus-version-number): Avoid some redundant
14975         autoloads.
14976
14977 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
14978
14979         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
14980         to XBM; we always have PBM support.
14981
14982 2000-09-14  Dave Love  <fx@gnu.org>
14983
14984         * gnus.el (gnus-charset):
14985         * mm-decode.el (mime-display):
14986         * imap.el (imap) <defgroup>: Add :version.
14987
14988 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
14989
14990         * parse-time.el: Fix author's mail address.
14991
14992         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
14993         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
14994         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
14995         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
14996         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
14997         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
14998         * rfc2231.el, uudecode.el: Fix copyright notice.
14999
15000         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
15001         require `w3' at load-time only if not running in batch mode.
15002
15003 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15004
15005         * gnus.el: Before merge with Emacs21.
15006
15007 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
15008
15009         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
15010
15011 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
15012
15013         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
15014         to avoid conflict with the standard `back-to-indentation'
15015         binding.
15016
15017 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15018
15019         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
15020
15021         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
15022         (mm-disable-multibyte-mule4): Ditto.
15023         (mm-with-unibyte-current-buffer-mule4): Ditto.
15024
15025 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15026
15027         * pop3.el (pop3-movemail): Use binary.
15028         (pop3-movemail-file-coding-system): Removed.
15029
15030 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15031
15032         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
15033
15034 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15035
15036         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
15037         exists.
15038
15039 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15040
15041         * gnus-msg.el (gnus-post-method): Use backend name when the
15042         address is "".
15043
15044 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15045
15046         * gnus-art.el (article-verify-x-pgp-sig): Don't test
15047         mm-verify-option.
15048         (gnus-treat-x-pgp-sig): Default value.
15049         (gnus-ignored-headers): Redundant.
15050
15051 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15052
15053         * gnus-win.el (gnus-configure-frame): Save selected window.
15054
15055 2000-02-15  Andrew Innes  <andrewi@gnu.org>
15056
15057         * nnmbox.el: Require gnus-range.
15058         (nnmbox-group-building-active-articles): New variable.
15059         (nnmbox-group-active-articles): New variable; this is a cache of
15060         all active articles by group and number.
15061         (nnmbox-in-header-p): New function.
15062         (nnmbox-find-article): New function.
15063         (nnmbox-record-active-article): New function.
15064         (nnmbox-record-deleted-article): New function.
15065         (nnmbox-is-article-active-p): New function.
15066         (nnmbox-retrieve-headers): Use nnmbox-find-article.
15067         (nnmbox-request-article): Ditto.  Also supply extra arg to
15068         nnmbox-article-group-number.
15069         (nnmbox-request-expire-articles): Ditto.
15070         (nnmbox-request-move-article): Ditto.
15071         (nnmbox-request-replace-article): Ditto.
15072         (nnmbox-request-rename-group): Rename group entry in active
15073         article cache.
15074         (nnmbox-delete-mail): Update active article cache, unless article
15075         is being replaced.
15076         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
15077         than partially duplicating it.
15078         (nnmbox-article-group-number): Add extra `this-line' arg, to
15079         handle articles belonging to multiple groups.
15080         (nnmbox-save-mail): Update active article cache.
15081         (nnmbox-read-mbox): Build active article cache when loading mbox.
15082         Also do some repair work, if we find articles that are missing the
15083         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
15084         reconstruct these from Xref info.
15085
15086 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15087
15088         * mail-source.el (mail-source-report-new-mail): Use
15089         nnheader-run-at-time.
15090
15091 2000-02-15  Andrew Innes  <andrewi@gnu.org>
15092
15093         * mail-source.el (mail-source-fetch-pop): Clear pop password when
15094         an error is thrown, and then rethrow the error.
15095         (mail-source-check-pop): Ditto.
15096         (mail-source-start-idle-timer): Prevent multiple pop checks
15097         running if the check takes a long time.
15098
15099 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15100
15101         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
15102         succeed.
15103
15104 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15105
15106         * gnus-win.el (gnus-configure-windows): Make sure
15107         nntp-server-buffer is live.
15108         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
15109
15110 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
15111
15112         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
15113
15114 2000-12-04  Andreas Jaeger  <aj@suse.de>
15115
15116         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
15117
15118 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15119
15120         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
15121
15122 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
15123         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
15124
15125         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
15126
15127 2000-12-01  Simon Josefsson  <sj@extundo.com>
15128
15129         * mml-smime.el (mml-smime-verify): Fix address parsing.
15130
15131 2000-12-01  Simon Josefsson  <sj@extundo.com>
15132
15133         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
15134         more than one certificate inside PKCS#7 blob.  Better security
15135         information (clamed / actual sender, openssl output, certificates
15136         inside message).
15137
15138         * smime.el (smime-verify-region): Output to /dev/null.
15139         (smime-buffer-as-string-region): Don't parse empty lines.
15140
15141 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15142
15143         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
15144         ?d and ?D.
15145         (gnus-mime-security-show-details-inline): New variable.
15146         (gnus-mime-security-show-details): Use them.
15147         (gnus-insert-mime-security-button): Ditto.
15148
15149         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
15150         Suggest by Michael Duggan (md5i@cs.cmu.edu).
15151         (mml2015-gpg-clear-verify): Ditto.
15152         (mml2015-gpg-decrypt-1): Ditto.
15153         (mml2015-use): Prefer 'gpg.
15154
15155 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15156
15157         * gnus-util.el (gnus-add-text-properties-when): New function.
15158         (gnus-remove-text-properties-when): Ditto.
15159
15160         * gnus-cite.el (gnus-article-hide-citation): Use them.
15161         (gnus-article-toggle-cited-text): Use them.
15162
15163         * gnus-art.el (gnus-signature-toggle): Use them.
15164         (gnus-article-show-hidden-text): Ditto.
15165         (gnus-article-hide-text): Ditto.
15166
15167 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15168
15169         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
15170
15171 2000-11-30  Simon Josefsson  <sj@extundo.com>
15172
15173         * smime.el (smime-point-at-eol): New alias.
15174         (smime-buffer-as-string-region): Use it.
15175
15176 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15177
15178         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
15179
15180 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15181
15182         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
15183
15184         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
15185
15186         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
15187
15188 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
15189
15190         * nnmh.el (nnmh-request-expire-articles): Implemented
15191         expiry-target for nnmh backend.
15192
15193 2000-11-30  Simon Josefsson  <sj@extundo.com>
15194
15195         * mm-decode.el (mm-security-from): New variable.
15196         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
15197
15198         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
15199         than `from'.
15200
15201 2000-11-30  Simon Josefsson  <sj@extundo.com>
15202
15203         * mml-smime.el (mml-smime-verify): Verify that certificate mail
15204         address match sender address.
15205
15206         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
15207
15208         * smime.el (smime-verify-region): Don't copy buffer.
15209         (smime-decrypt-buffer): Use expand-file-name on keyfile.
15210         (smime-pkcs7-region): New function.
15211         (smime-pkcs7-certificates-region): Ditto.
15212         (smime-pkcs7-email-region): Ditto.
15213         (smime-buffer-as-string-region): Ditto.
15214
15215         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
15216         buffer.
15217
15218 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
15219
15220         * smime.el (smime-decrypt-region): Fix keyfile argument.
15221
15222 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15223
15224         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
15225
15226 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15227
15228         * message.el (message-shoot-gnksa-feet): New variable.
15229         (message-gnksa-enable-p): New function.
15230         (message-send): Use it.
15231         (message-check-news-body-syntax): Ditto.
15232
15233 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15234
15235         * message.el (message-make-message-id): Remove the redundancy.
15236
15237 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15238
15239         * message.el (message-setup): Discourage using mc-install-*-mode.
15240
15241         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
15242
15243 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15244
15245         * gnus-cite.el (gnus-cite-parse): Guess citation length.
15246
15247 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15248
15249         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
15250
15251 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15252
15253         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
15254
15255 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15256
15257         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
15258         insert-buffer-substring.
15259
15260         * message.el (message-send-mail): Use buffer-substring-no-properties.
15261         (message-send-news): Ditto.
15262
15263 2000-11-22  David Edmondson  <dme@dme.org>
15264
15265         * imap.el (imap-wait-for-tag): Message read info.
15266
15267 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15268
15269         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
15270         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
15271         (mml2015-gpg-encrypt): Ditto.
15272
15273 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15274
15275         * mm-decode.el (mm-verify-option): Default value.
15276
15277         * mml-sec.el (mml-secure-part): Error message.
15278
15279 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15280
15281         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
15282
15283 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15284
15285         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
15286
15287 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15288
15289         * gnus-art.el (gnus-article-describe-key): Use prompt.
15290         (gnus-article-describe-key-briefly): Ditto.
15291
15292 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15293
15294         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
15295
15296 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15297
15298         * gnus-art.el (gnus-article-describe-key): New function.
15299         (gnus-article-describe-key-briefly): New function.
15300
15301 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15302
15303         * mm-decode.el (mm-decrypt-option): Doc typo.
15304
15305         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
15306         return a number.
15307
15308 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15309
15310         * message.el (message-newline-and-reformat): Typo.
15311
15312 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15313
15314         * gnus-art.el (article-verify-x-pgp-sig): Check whether
15315         original-article-buffer exists.
15316
15317         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
15318         (rfc2047-header-encoding-alist): Addresses are different from text.
15319         (rfc2047-encode-message-header): Ditto.
15320         (rfc2047-dissect-region): Extra parameter.
15321         (rfc2047-encode-region): Ditto.
15322         (rfc2047-encode-string): Ditto.
15323
15324 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15325
15326         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
15327         (mm-uu-pgp-encrypted-extract): Use it.
15328         (mm-uu-pgp-signed-extract-1): New function.
15329         (mm-uu-pgp-signed-extract): Use it.
15330
15331         * gnus-art.el (gnus-mime-display-security): New function.
15332         (gnus-mime-display-part): Use it.
15333         (gnus-mime-security-verify-or-decrypt): New function.
15334         (gnus-mime-security-press-button): New function.
15335         (gnus-insert-mime-security-button): Use it.
15336
15337         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
15338         (mm-find-raw-part-by-type): Ditto.
15339         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
15340         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
15341         (mm-destroy-parts): Kill nested multibyte buffer.
15342
15343         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
15344         (mml2015-gpg-verify): Ditto.
15345
15346 2000-11-18  Simon Josefsson  <sj@extundo.com>
15347
15348         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
15349         (mml2015-function-alist): Use it.
15350
15351         * mml-sec.el (mml-sign-alist): Update names.
15352         (mml-encrypt-alist): Ditto.
15353         (mml-secure-part-smime-sign): Moved to mml-smime.el
15354         as `mml-smime-sign-query'.
15355         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
15356         `mml-smime-get-file-cert'.
15357         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
15358         `mml-smime-get-dns-cert'.
15359         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
15360         `mml-smime-encrypt-query'.
15361         (mml-smime-sign-buffer): Use mml-smime-sign.
15362         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
15363
15364         * mml-smime.el (mml-smime-sign): New function.
15365         (mml-smime-encrypt):
15366         (mml-smime-sign-query):
15367         (mml-smime-get-file-cert):
15368         (mml-smime-get-dns-cert):
15369         (mml-smime-encrypt-query): Moved from mml-sec.el.
15370
15371 2000-11-16  Simon Josefsson  <sj@extundo.com>
15372
15373         * mml2015.el (mml2015-gpg-clear-verify): New function.
15374         (mml2015-function-alist): Add it.
15375
15376 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
15377
15378         * message.el (message-setup-fill-variables): Use
15379         message-cite-prefix-regexp.
15380         (message-newline-and-reformat): Check the end of citation, leading
15381         WSP, break in the cite prefix.
15382         (message-fill-paragraph): New function.
15383
15384 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
15385
15386         * lpath.el: Shut up.
15387
15388 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
15389
15390         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
15391         raw 8-bit in headers in dk.* newsgroups.
15392
15393 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
15394
15395         * message.el (message-newline-and-reformat): Match extra WSPs.
15396
15397 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
15398
15399         * mml.el (mml-generate-mime-1): Ignore ascii.
15400
15401 2000-11-16 Justin Sheehy  <justin@iago.org>
15402
15403         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
15404
15405 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15406
15407         * message.el (message-cite-prefix-regexp): Prefix should not end
15408         at space.
15409
15410 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
15411
15412         * message.el (message-mode-syntax-table): Add - as a word
15413         constituent as in articles.
15414         (message-setup-fill-variables): Add -_. as supercite-style prefix.
15415         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
15416         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
15417
15418 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
15419
15420         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
15421
15422 2000-11-12  David Edmondson  <dme@dme.org>
15423
15424         * message.el (message-font-lock-keywords): use
15425         message-cite-prefix-regexp.
15426
15427 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15428
15429         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
15430         Stein Arild Str\e,Ax\e(Bmme.
15431         (gnus-group-jump-to-group): Use it.
15432         (gnus-group-jump-to-group-prompt): Customize.
15433
15434 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
15435
15436         * mailcap.el (mailcap-possible-viewers): Match the entire string.
15437
15438 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
15439
15440         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
15441         incompatible.
15442         (mml2015-mailcrypt-sign): Ditto.
15443
15444 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15445
15446         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
15447         group is open.
15448
15449 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
15450
15451         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
15452         nnvirtual articles.
15453         (gnus-backlog-request-article): Don't request nnvirtual articles.
15454
15455 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
15456
15457         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
15458         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
15459
15460 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
15461
15462         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
15463         * mml.el (mml-generate-mime-1): Use charset attribute.
15464         * mm-bodies.el (mm-encode-body): Add parameter charset.
15465         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
15466
15467 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
15468
15469         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
15470         (mml2015-mailcrypt-clear-decrypt): Ditto.
15471         (mml2015-mailcrypt-verify): Ditto.
15472         (mml2015-mailcrypt-clear-verify): Ditto.
15473         (mml2015-gpg-verify): Ditto.
15474
15475 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15476
15477         * smime.el (smime-openssl-program): Test the existence of openssl.
15478         * mml-smime.el: Require mm-decode.
15479         (mml-smime-verify-test): New function.
15480         * mm-decode.el (mm-verify-function-alist): Use it.
15481
15482 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
15483
15484         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
15485         anyway.
15486
15487 2000-11-13  Simon Josefsson  <sj@extundo.com>
15488
15489         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
15490         verification doesn't work.
15491
15492 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
15493
15494         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
15495         (gnus-inews-do-gcc): Use it.
15496
15497 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
15498
15499         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
15500         leading space.
15501         * mm-extern.el (mm-inline-external-body): Report error when no
15502         access-type.
15503
15504 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
15505
15506         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
15507
15508 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
15509
15510         * gnus-art.el (gnus-mime-button-menu): Use select-window.
15511
15512 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
15513
15514         * gnus-art.el (gnus-mime-display-part): Display multipart/related
15515         as multipart/mixed.
15516
15517 2000-11-12  David Edmondson  <dme@dme.org>
15518
15519         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
15520         and replace `.' with `\w' to allow for different syntax tables
15521         (from Vladimir Volovich).
15522         * message.el (message-newline-and-reformat): use
15523         `message-cite-prefix-regexp'.
15524         * gnus-cite.el (gnus-supercite-regexp): use
15525         `message-cite-prefix-regexp'.
15526         * gnus-cite.el (gnus-cite-parse): use
15527         `message-cite-prefix-regexp'.
15528
15529 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
15530
15531         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
15532         PGP SIGNATURE.  Escape leading "-"'s.
15533         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
15534
15535 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
15536
15537         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
15538
15539 2000-11-11  Simon Josefsson  <sj@extundo.com>
15540
15541         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
15542
15543         * smime.el (smime-details-buffer): New variable.
15544         (smime-sign-region):
15545         (smime-encrypt-region):
15546         (smime-verify-region):
15547         (smime-decrypt-region): Copy OpenSSL output to the buffer.
15548
15549         * mml-smime.el (mml-smime-verify): Support security info.
15550
15551 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
15552
15553         * mm-decode.el (mm-verify-option): Set default to nil.
15554         (mm-decrypt-option): Ditto.
15555         * gnus-art.el (article-verify-x-pgp-sig): New function.
15556
15557 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
15558
15559         * gnus-art.el (gnus-mime-display-alternative): Show button if no
15560         preferred part.
15561
15562 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15563
15564         * gnus-sum.el (gnus-move-split-methods): Say that
15565         `gnus-split-methods' uses file names, whereas this uses group
15566         names.  (Report from Nevin Kapur)
15567
15568 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
15569
15570         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
15571
15572 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
15573
15574         * nnheader.el (nnheader-directory-files-is-safe): New variable.
15575         (nnheader-directory-articles): Use it.
15576         (nnheader-article-to-file-alist): Ditto.
15577
15578 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
15579
15580         * rfc2047.el (rfc2047-pad-base64): New function.
15581         (rfc2047-decode): Use it.
15582
15583 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
15584
15585         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
15586         select method.
15587
15588 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15589
15590         * mml2015.el (mml2015-gpg-decrypt-1):
15591         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
15592
15593 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
15594
15595         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
15596
15597 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
15598
15599         * pop3.el (pop3-munge-message-separator): A message may have an
15600         empty body.
15601
15602 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
15603
15604         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
15605         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
15606         (mm-uu-pgp-signed-extract): Use coding-system.
15607
15608 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
15609
15610         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
15611         (gnus-insert-mime-security-button): New function.
15612         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
15613         * mml2015.el:  Add security info when verify or decrypt.
15614         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
15615         (mm-uu-pgp-encrypted-extract): Ditto.
15616
15617 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
15618
15619         * mm-decode.el (mm-display-parts): New function.
15620         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
15621
15622 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15623
15624         * gnus-mlspl.el: Documentation tweaks.
15625
15626 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
15627
15628         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
15629         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
15630         argument.
15631
15632 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
15633
15634         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
15635
15636 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
15637
15638         * gnus-art.el (gnus-article-encrypt): New function.
15639         (gnus-article-encrypt-protocol-alist): New variable.
15640         (gnus-article-encrypt-protocol): New variable.
15641         * mml2015.el (mml2015-self-encrypt): New function.
15642         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
15643
15644 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
15645
15646         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
15647         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
15648         let mailcap do it.
15649         * mml2015.el: Remove snarf code.
15650         * mm-decode.el: Remove snarf code.
15651
15652 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
15653
15654         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
15655         (mml-insert-mime): Understand gnus-decoded.
15656         (mime-to-mml): New parameter handles.
15657         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15658         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
15659
15660 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
15661
15662         * mm-decode.el (mime-security): New group.
15663         (mm-verify-function-alist): Add test function.
15664         (mm-decrypt-function-alist): Ditto.
15665         (mm-snarf-option): Set default value as nil.
15666         (mm-find-part-by-type): Recursive parameter.
15667         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
15668         * mml2015.el: Support draft-ietf-openpgp-multsig.
15669
15670 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
15671
15672         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
15673         (gnus-article-view-part-as-charset): New function.
15674
15675 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
15676
15677         * mm-decode.el (mm-verify-option): Default value.
15678         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
15679
15680 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15681
15682         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
15683
15684 2000-11-05  Simon Josefsson  <sj@extundo.com>
15685
15686         * mml-smime.el (mml-smime-verify): Work in original multipart
15687         buffert.
15688
15689         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
15690         (mm-handle-multipart-ctl-parameter): Ditto.
15691         (mm-alist-to-plist): New function.
15692         (mm-dissect-buffer): Store CTL parameters and copy original buffer
15693         for multiparts.
15694         (mm-destroy-parts): Destroy multipart buffert.
15695         (mm-remove-part): Ditto.
15696
15697         * mml-smime.el (mml-smime-sign): Not used.
15698         (mml-smime-encrypt): Ditto.
15699
15700         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
15701
15702         Verify S/MIME signature support.
15703
15704         * mm-decode.el (mm-inline-media-tests): Add
15705         application/{x-,}pkcs7-signature.
15706         (mm-inlined-types): Ditto.
15707         (mm-automatic-display): Ditto.
15708         (mm-verify-function-alist): Ditto.  Add name of method.
15709         (mm-decrypt-function-alist): Add name of method.
15710         (mm-find-part-by-type): Add documentation.
15711         (mm-possibly-verify-or-decrypt): Use new format of
15712         mm-{verify,decrypt}-function-alist.  Use method names.
15713
15714         * mml-smime.el (mml-smime-verify): New function.
15715
15716 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
15717
15718         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
15719
15720 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
15721
15722         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
15723         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
15724         * mm-decode.el (mm-snarf-option): New variable.
15725
15726 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
15727
15728         * mm-util.el (mm-subst-char-in-string): New function.
15729         (mm-replace-chars-in-string): Use it.
15730         * message.el (message-replace-chars-in-string): Use it.
15731         * nnheader.el (nnheader-replace-chars-in-string): Use it.
15732         * gnus-mh.el (mh-lib-progs): Shut up.
15733
15734 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
15735
15736         * base64.el, md5.el: Moved to contrib directory.
15737
15738 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
15739
15740         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
15741         the last article when search.
15742
15743 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
15744
15745         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
15746         * nnmail.el (nnmail-pathname-coding-system): Ditto.
15747
15748 2000-09-29  David Edmondson  <dme@thus.net>
15749
15750         * message.el (message-newline-and-reformat): Typo.
15751
15752 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15753
15754         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
15755
15756 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
15757
15758         * nntp.el (nntp-decode-text): Delete bogus status lines.
15759
15760 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
15761
15762         * message.el (message-font-lock-keywords): Match a final newline
15763         to help font-lock's multiline support.
15764
15765 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
15766
15767         * nnoo.el (nnoo-set): New function.
15768
15769 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
15770
15771         * gpg.el, gpg-ring.el: Moved to contrib directory.
15772
15773 2000-11-04  Simon Josefsson  <sj@extundo.com>
15774
15775         * nnimap.el (nnimap-split-inbox): Typo.
15776
15777 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
15778
15779         * gnus-msg.el (gnus-msg-mail): Move it backwards.
15780
15781 2000-11-03  Simon Josefsson  <sj@extundo.com>
15782
15783         * rfc2231.el (rfc2231-parse-qp-string): New function.
15784         (require): rfc2047.
15785
15786         * mail-parse.el (mail-header-parse-content-type):
15787         (mail-header-parse-content-disposition): Support invalid QP
15788         encoded strings, by using `rfc2231-parse-qp-string'.
15789
15790 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
15791
15792         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
15793         (rfc2231-decode-encoded-string): Typo "> X 1".
15794         (rfc2231-encode-string): Insert the name of charset.
15795         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
15796
15797 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
15798
15799         * mm-decode.el (mm-save-part): Return the filename.
15800         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
15801         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
15802         (gnus-mime-action-alist): Use it.
15803         (gnus-mime-button-commands): Use it.
15804         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
15805         (mm-inline-external-body): unwind-protect.
15806
15807 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
15808
15809         * gnus-art.el (gnus-insert-mime-button): Show url.
15810
15811 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
15812
15813         * mml.el (mml-generate-mime-1): Support external url.
15814         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
15815
15816 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
15817
15818         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
15819         * mm-decode.el (mm-display-external): Ditto.
15820         * mm-extern.el: New file.
15821         * mm-decode.el (mm-inline-media-tests): Hook it up.
15822         (mm-inlined-types): Inline message/external-body.
15823
15824 2000-11-02  Simon Josefsson  <sj@extundo.com>
15825
15826         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
15827
15828         * message.el (message-get-reply-headers): Better handling when
15829         Mail-Followup-To is very large.
15830
15831 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
15832
15833         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
15834         * gnus-art.el (gnus-article-edit-done):
15835         * gnus-sum.el (gnus-summary-edit-article-done): Move line
15836         counting code here.
15837         * gnus-msg.el (gnus-setup-message): Remove a hack.
15838
15839 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
15840
15841         * gnus-sum.el (gnus-newsgroup-variables): New variable.
15842         (gnus-summary-mode): Make them local variables.
15843         (gnus-set-global-variables): Globalize them.
15844         (gnus-summary-exit): Kill them.
15845
15846 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
15847
15848         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
15849         word.
15850
15851 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
15852
15853         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
15854         gnus-article-wash-types.
15855         * gnus-art.el (gnus-article-wash-status): Use them.
15856
15857 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
15858
15859         * mml.el (mml-read-tag): Remove spaces and LF.
15860
15861 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
15862
15863         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
15864         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
15865
15866 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
15867
15868         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
15869
15870 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
15871
15872         * gnus-sum.el (gnus-article-charset): New variable.
15873         (gnus-summary-display-article): Set it.
15874         * gnus-msg.el (gnus-copy-article-buffer): Use it.
15875         * gnus-art.el (gnus-article-mode): Make it local variable.
15876
15877 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15878
15879         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
15880
15881 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15882
15883         * nnwfm.el: New file.
15884
15885         * nnweb.el (nnweb-replace-in-string): New function.
15886
15887 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
15888
15889         * mml2015.el: Wrap gpg.el.
15890         * gpg.el (gpg-verify): The last argument of apply is a list.
15891         (gpg-encrypt): Add passphrase as a parameter.
15892
15893 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
15894
15895         * gpg.el: New file.
15896         * gpg-ring.el: New file.
15897
15898 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
15899
15900         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
15901
15902 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15903
15904         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
15905         double-quote characters.
15906         (gnus-summary-prepare-threads): Ditto.
15907
15908 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
15909
15910         * gnus-art.el (gnus-mime-display-single): Forward line -1.
15911         * mml.el (mml-read-tag): Don't skip the leading space.
15912         * lpath.el (font-lock-set-defaults): Shut up.
15913
15914 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
15915
15916         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
15917
15918 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
15919
15920         * qp.el (quoted-printable-encode-region): Replace leading - when
15921         ultra safe.
15922         * mml.el (mml-generate-mime-postprocess-function): Removed.
15923         (mml-postprocess-alist): Removed.
15924         (mml-generate-mime-1): Use ultra-safe when sign.
15925         * mml2015.el (mml2015-fix-micalg): Uppercase.
15926         (mml2015-verify): Insert LF.
15927         (mml2015-mailcrypt-sign): Downcase; search backward.
15928
15929 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15930
15931         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
15932         restrictive.
15933         (nnultimate-table-regexp): New variable.
15934         (nnultimate-forum-table-p): Use it.
15935
15936 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
15937         Trivial patch.
15938
15939         * gnus-sum.el (gnus-summary-expire-articles): Save point.
15940
15941 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
15942
15943         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
15944         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
15945
15946 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
15947
15948         * mml2015.el: Shut up.
15949
15950 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
15951
15952         * gnus.el (gnus-server-browse-hashtb): Removed.
15953         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
15954         (gnus-group-insert-group-line-info): Use simplified method.
15955         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
15956
15957 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
15958
15959         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
15960         moved here.
15961         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
15962         * gnus-group.el (gnus-group-prepare-flat): Use it.
15963         * gnus-topic.el (gnus-group-prepare-topics): Use it.
15964
15965 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
15966
15967         * mml.el (mml-mode): Show menu in XEmacs.
15968
15969 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
15970
15971         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
15972         (gnus-server-read-server-in-server-buffer): New function.
15973         (gnus-browse-foreign-server): Browse in group buffer.
15974         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
15975         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
15976         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
15977         * gnus.el (gnus-server-browse-hashtb): New variable.
15978
15979 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
15980
15981         * nnfolder.el (nnfolder-open-nov): Use group.
15982
15983 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
15984
15985         * nnfolder.el: Add NOV. Set version to 2.0.
15986         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
15987
15988 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
15989
15990         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
15991
15992 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15993
15994         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
15995         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
15996
15997 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15998
15999         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
16000
16001 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
16002
16003         * mm-decode.el (mm-verify-function-alist): New variable.
16004         (mm-verify-option): New variable.
16005         (mm-decrypt-function-alist): Ditto.
16006         (mm-decrypt-option): Ditto.
16007         (mm-find-raw-part-by-type): New function.
16008         (mm-possibly-verify-or-decrypt): New function.
16009         (mm-dissect-multipart): Use it.
16010         * mml2015.el (mml2015-fix-micalg): New function.
16011         (mml2015-decrypt): Use new interface.
16012         (mml2015-verify):  Use new interface.
16013         (mml2015-setup): Make it bogus.
16014
16015 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
16016
16017         * mml.el (mml-generate-mime-postprocess-function): Set to
16018         mml-postprocess.
16019         (autoload): Autoload mml2015 and mml-smime.
16020         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
16021         * mml2015.el (mml2015-encrypt): New function.
16022         (mml2015-sign): New function.
16023         (mml2015-encrypt-function): New variable.
16024         (mml2015-sign-function): New variable.
16025         (mml2015-mailcrypt-encrypt): Use message-recipients.
16026         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
16027         * mml-smime.el (mml-smime-setup): Ditto.
16028
16029 2000-10-28  Simon Josefsson  <sj@extundo.com>
16030
16031         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
16032         Communigate Pro 3.3.1 server.
16033
16034         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
16035         in buffers.
16036         (mml-secure-dns-server): Removed.
16037         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
16038         write certificates to files.
16039
16040         * smime.el (smime-dns-server): New variable.
16041         (smime-mail-to-domain):
16042         (smime-cert-by-dns): New functions.
16043
16044         * dig.el: New file.
16045
16046 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
16047
16048         * message.el (message-options): New variable.
16049         (message-options-set-recipient): New function.
16050         (message-send): Use them.
16051         * gnus-int.el (gnus-request-replace-article): Use them.
16052         (gnus-request-accept-article): Ditto.
16053         * mml.el (mml-preview): Use them.
16054         * gnus-sum.el (gnus-summary-edit-article): Use them.
16055
16056         * message.el (message-options-get): New function.
16057         (message-options-get): New function.
16058         * rfc2047.el (rfc2047-encode-message-header): Use them.
16059         * mm-bodies.el (mm-encode-body): Use them.
16060
16061 2000-10-28  Simon Josefsson  <sj@extundo.com>
16062
16063         * nnimap.el (nnimap-retrieve-which-headers):
16064         (nnimap-request-article-part): Quote message-id.
16065
16066         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
16067         (smime-CA-file): New variable.
16068         (smime-call-openssl-region): Don't error.
16069         (smime-sign-region): Return result value.
16070         (smime-encrypt-region): Ditto.
16071         (smime-verify-region): New function.
16072         (smime-decrypt-region): Ditto.
16073         (smime-verify-buffer): Ditto.
16074         (smime-decrypt-buffer): Ditto.
16075
16076         * mml.el: Require mml-sec.
16077         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
16078         (mml-mode-map): Add "sign" and "encrypt" maps.
16079         (mml-menu): Add security menu.
16080         (mml-preview): Use generate-new-buffer.
16081
16082         * mml-sec.el: New file.
16083
16084 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
16085
16086         * mm-decode.el (mm-find-part-by-type): Move it here.
16087         * mml.el (mml-postprocess): Move it here.
16088         (mml-postprocess-alist): Move it here. Merge them.
16089
16090 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
16091
16092         * rfc2047.el (rfc2047-encode-message-header): Make sure no
16093         unencoded stuff in the header.
16094
16095 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
16096
16097         * gnus-group.el (gnus-group-listed-groups): New variable.
16098         (gnus-group-list-option): New variable.
16099         (gnus-group-list-limit-map): New keymap.
16100         (gnus-group-list-flush-map): New keymap.
16101         (gnus-group-list-plus-map): New keymap.
16102         (gnus-group-prepare-logic): New function.
16103         (gnus-group-prepare-flat): Merge with
16104         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
16105         (gnus-group-prepare-flat-list-dead): Ditto.
16106         (gnus-group-list-matching): Use gnus-group-prepare-function.
16107         (gnus-group-list-dormant): Ditto.
16108         (gnus-group-list-cached): Ditto.
16109         (gnus-group-listed-groups): New function.
16110         (gnus-group-list-limit): New function.
16111         (gnus-group-list-flush): New function.
16112         (gnus-group-list-plus): New function.
16113         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
16114         (gnus-topic-prepare-topic): Ditto.
16115
16116 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
16117
16118         * message.el (message-insert-to, message-get-reply-headers):
16119         (message-reply, message-followup): Mail-{Followup,Reply}-To.
16120
16121 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
16122
16123         * mml2015.el: New file.
16124         * smime.el: New file.
16125         * mml-smime.el: New file.
16126
16127 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
16128
16129         * ChangeLog: Moved to ChangeLog.1.
16130
16131     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
16132   Copying and distribution of this file, with or without modification,
16133   are permitted provided the copyright notice and this notice are preserved.
16134
16135 ;; Local Variables:
16136 ;; coding: iso-2022-7bit
16137 ;; End: