(message-forward-subject-name-subject): Decode
[gnus] / lisp / ChangeLog
1 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * message.el (message-forward-subject-name-subject): Decode
4         string when forwarding.
5
6 2003-05-01  Oystein Viggen  <oysteivi@tihlde.org>
7
8         * dgnushack.el (when): Add defadvice.
9
10 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11
12         * gnus.el (gnus-version-number): Bump.
13
14 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
15
16         * gnus.el: Oort Gnus v0.22 is released.
17
18 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
19
20         * gnus.el: Oort Gnus v0.21 is released.
21
22 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23
24         * gnus.el (gnus-version-number): Bump.
25
26 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
27
28         * gnus.el: Oort Gnus v0.20 is released.
29
30 2003-05-01  Vasily Korytov  <deskpot@despammed.com>
31
32         * gnus-dired.el (gnus-dired-mode-map): Move to C-c C-l.
33
34 2003-04-30  Mark A. Hershberger  <mah@everybody.org>
35
36         * mm-url.el (mm-url-insert-file-contents): set url-current-object
37         in the case where mm-url-use-external is set.
38
39         * nnrss.el (nnrss-request-article): Change the messages created to
40         multipart/alternative.  Hopefully fixes a problem interaction with
41         w3m.
42         (nnrss-find-rss-via-syndic8): Better handling if xml-rpc.el isn't
43         around.
44
45 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
46
47         * message.el (message-check-news-header-syntax): Alter "posting"
48         message. 
49
50         * nnrss.el (nnrss-node-text): Don't use char classes.
51
52 2003-05-01  David Z. Maze  <dmaze@mit.edu>
53
54         * nnrss.el (nnrss-find-rss-via-syndic8): Have an `error' branch
55         in condition-case.
56
57 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
58
59         * message.el (message-required-headers): Remove In-Reply-To.
60
61         * gnus-int.el (gnus-open-server): Revert changes.
62
63 2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
64
65         * gnus-int.el (gnus-open-server): Try to open unagentized servers
66         even when unplugged.
67
68 2003-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
69
70         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fixed typo in
71         doc-string.
72
73 2003-05-01  Steve Youngs  <youngs@xemacs.org>
74
75         * lpath.el: Add a section for non-Mule XEmacsen.
76         fbind `find-charset-string' and `coding-system-base' in that
77         section.
78
79         * gnus-util.el (gnus-completing-read-maybe-default): New.
80         (gnus-completing-read): Use it.
81
82         * mm-view.el (mm-view-pkcs7-decrypt): Ditto.
83
84         * gnus-art.el (gnus-read-string): New.
85         (gnus-summary-pipe-to-muttprint): Use it.
86
87         * gnus-xmas.el (gnus-xmas-open-network-stream): New.
88
89         * dns.el (dns-make-network-process): Use it.
90
91         Take care of some differences between XEmacs 21.1 and newer
92         versions of XEmacs.
93
94 2003-04-30  Teodor Zlatanov  <tzz@bwh.harvard.edu>
95
96         * gnus-registry.el (gnus-registry-split-fancy-with-parent): added
97         diagnostic message
98         (gnus-registry-grep-in-list): don't run when word is nil
99         (gnus-registry-fetch-message-id-fast): new function
100         (gnus-registry-delete-group, gnus-registry-add-group): make sure
101         the id and group are not nil
102         (gnus-registry-register-message-ids): new function
103         (gnus-register-action): optimized logical flow
104         (gnus-summary-prepare-hook): added gnus-registry-register-message-ids
105
106 2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
107
108         * gnus-delay.el (gnus-delay-article): Call
109         `gnus-agent-queue-setup' to create the delay group.
110
111         * gnus-agent.el (gnus-agent-queue-setup): Support optional arg
112         for the (queue) group name.
113
114 2003-04-30  Simon Josefsson  <jas@extundo.com>
115
116         * mm-util.el (mm-charset-to-coding-system): Use user specified
117         charset unless coding-system-get is fboundp.
118
119 2003-04-30  Kevin Greiner <kgreiner@xpediantsolutions.com>
120
121         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-name):
122         Wrapped in eval-when-compile.
123         (gnus-agent-mode): Bind gnus-agent-go-online to nil as you
124         shouldn't be asked twice to go online with each server.
125         (gnus-agent-get-undownloaded-list, gnus-agent-fetch-articles,
126         gnus-agent-crosspost, gnus-agent-flush-cache,
127         gnus-agent-fetch-session, gnus-agent-unread-articles,
128         gnus-agent-uncached-articles, gnus-agent-regenerate-group,
129         gnus-agent-group-covered-p): Expanded pop macros used for
130         effect. Avoids compilation warning in emacs 21.3.
131
132         * gnus-int.el (gnus-open-server): Restructured to only open
133         nnagent when gnus-plugged is nil.
134
135 2003-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
136
137         * lpath.el: Fbind string-to-multibyte.
138
139 2003-04-30  Steve Youngs  <youngs@xemacs.org>
140
141         * dgnushack.el: Add some missing autoloads for XEmacs 21.1.
142
143 2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>
144
145         * gnus-registry.el (gnus-registry-fetch-group): faster
146         (gnus-registry-delete-group): new function
147         (gnus-registry-add-group): new function
148         (gnus-register-spool-action): use it
149         (gnus-register-action): use it
150         (gnus-registry-translate-from-alist) 
151         (gnus-registry-translate-to-alist): remove the headers registry
152         for now
153
154 2003-04-29  Reiner Steib  <Reiner.Steib@gmx.de>
155
156         * gnus-art.el (gnus-button-alist): Fixed CTAN regexp.
157
158 2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>
159
160         * spam-report.el (spam-report-gmane): gnus-summary-article-number
161         is not necessary, just use the function parameter
162
163 2003-04-29  Karl Pflysterer  <sigurd@12move.de>
164
165         * spam-stat.el (spam-stat-save): No longer font-locks the file
166         when saving
167
168 2003-04-29  Katsumi Yamaoka  <yamaoka@jpl.org>
169
170         * canlock.el: Bind mail-header-separator when compiling (XEmacs
171         provides it in mail-lib/auto-autoloads.el).
172
173 2003-04-29  Simon Josefsson  <jas@extundo.com>
174
175         * mml2015.el (mml2015-pgg-sign): Use mml-sender instead of
176         message-sender.
177
178         * mml.el (mml-generate-mime-1): Set mml-sender too.
179
180 2003-04-29  Jesper Harder  <harder@ifa.au.dk>
181
182         * gnus-sum.el (gnus-summary-display-while-building): Docstring fix.
183
184         * mm-url.el (mm-url-use-external): do.
185
186 2003-04-29  Simon Josefsson  <jas@extundo.com>
187
188         * canlock.el (mail-fetch-field): Autoload it (fix xemacs compile
189         warnings).
190
191         * sieve-mode.el (c-mode): Ditto.
192
193         * pgg.el (run-at-time): Ditto.
194
195         * mm-url.el (require): Require timer when compiling for
196         with-timeout macro (fix xemacs compile warnings).
197
198 2003-04-28  Dave Love  <fx@gnu.org>
199
200         * gnus-util.el (nnheader): Don't require.
201         (Nnheader-narrow-to-headers, nnheader-replace-chars-in-string):
202         Autoload.
203
204         * spam.el: Require cl when compiling.
205
206         * dns.el: Require cl when compiling.
207
208 2003-04-28  Jesper Harder  <harder@ifa.au.dk>
209
210         * gnus-art.el (gnus-article-goto-next-page)
211         (gnus-article-goto-prev-page): Revert 2003-02-12 change to make
212         gnus-pick-mode work.
213
214 2003-04-28  Steve Youngs  <youngs@xemacs.org>
215
216         * Makefile.in (FLAGS): Use @FLAGS@.
217
218 2003-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
219
220         * gnus-art.el (gnus-mime-display-multipart-as-mixed) 
221         (gnus-mime-display-multipart-alternative-as-mixed) 
222         (gnus-mime-display-multipart-related-as-mixed): Added doc-strings,
223         allow customization.
224
225 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
226
227         * dgnushack.el (dgnushack-compile-verbosely): New function.  Not
228         currently called (See source for explanation).
229
230 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
231
232         * gnus-sum.el (gnus-summary-catchup): Don't mark ticked messages. 
233         (gnus-summary-mark-read-and-unread-as-read): Take an optional
234         mark.
235
236         * gnus.el (gnus-version-number): Bump.
237
238 2003-04-27 06:47:31 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
239
240         * gnus.el: Oort Gnus v0.19 is released.
241
242 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
243
244         * gnus-registry.el (gnus-register-spool-action): Replaced literal
245         carriage-return character with its escape sequence.
246
247 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
248
249         * gnus-sum.el (gnus-summary-catchup-from-here): Doc fix.
250
251         * nnrss.el (nnrss-node-text): Use only one
252         gnus-replace-in-string. 
253
254         * gnus.el: Remove gnus-functionp throughout.
255
256         * gnus-util.el (gnus-functionp): Removed.
257
258         * gnus-msg.el (gnus-summary-wide-reply-with-original): Doc fix. 
259
260         * message.el (message-required-headers): Add In-Reply-To.
261
262 2003-04-27  Marshall T. Vandegrift  <vandem2@rpi.edu>
263
264         * gnus-fun.el (gnus-face-from-file): Bind coding-system-for-read
265         to binary.
266
267 2003-04-27  Jesper Harder  <harder@ifa.au.dk>
268
269         * mml.el (mml-preview): do.
270
271         * message.el (message-mode): do.
272
273         * gnus-undo.el (gnus-undo-mode): do.
274
275         * gnus-topic.el (gnus-topic-mode): do.
276
277         * gnus-sum.el (gnus-summary-mode, gnus-summary-edit-article): do.
278
279         * gnus-msg.el (gnus-setup-message)
280         (gnus-inews-add-send-actions, gnus-configure-posting-styles): do.
281
282         * gnus-gl.el (gnus-grouplens-mode): do.
283
284         * gnus-art.el (gnus-mime-save-part-and-strip)
285         (gnus-mime-delete-part): Use it.
286
287         * gnus-util.el (gnus-make-local-hook): New function.
288
289 2003-04-25  Simon Josefsson  <jas@extundo.com>
290
291         * nnrss.el (nnrss-node-text): Don't use a star.
292         (nnrss-node-text): Use g-r-i-s, not g-r-r-i-s which doesn't exist.
293
294 2003-04-24  Dave Love  <fx@gnu.org>
295
296         * mm-encode.el (mm-long-lines-p): Autoload.
297         (mm-encode-content-transfer-encoding): Don't try to make buffer
298         unibyte before decoding.  Don't ignore errors for base64 encoding.
299
300         * qp.el (quoted-printable-decode-region): Use mm-insert-byte.
301         Signal error on malformed text, as for base64.
302         (quoted-printable-encode-region): DTRT in Emacs 22.
303
304         * mm-util.el (mm-make-temp-file, mm-insert-byte): New.
305         (mm-auto-save-coding-system): Consider utf-8-emacs.
306         (mm-mime-mule-charset-alist, mm-mule-charset-to-mime-charset)
307         (mm-charset-to-coding-system, mm-mime-charset)
308         (mm-find-mime-charset-region): Check for :mime-charset coding
309         systems property.
310
311         * mml-sec.el (mml2015, mml1991): Don't require.
312         (mml2015-sign, mml2015-encrypt, mml1991-sign, mml1991-encrypt) 
313         (message-goto-body, mml-insert-tag): Autoload.
314
315         * mm-decode.el (mm-tmp-directory): Re-write to help avoid warnings.
316
317         * gnus-start.el (message-make-date): Autoload rather than
318         requiring message.
319
320         * gnus-group.el (gnus-group-name-charset-group-alist): Use
321         mm-coding-system-p.
322         (gnus-cache-active-altered): Defvar when compiling.
323         (gnus-group-delete-group): Re-write to help avoid warnings.
324
325         * gnus-art.el (gnus-use-idna): Use mm-coding-system-p.
326
327         * pgg.el: Split eval-when-compile forms.
328
329 2003-04-24  Reiner Steib  <Reiner.Steib@gmx.de>
330
331         * gnus-group.el (gnus-large-ephemeral-newsgroup) 
332         (gnus-fetch-old-ephemeral-headers): News variables.
333         (gnus-group-read-ephemeral-group): Use them.
334
335 2003-04-24  Simon Josefsson  <jas@extundo.com>
336
337         * sieve.el (sieve-upload): Don't use replace-regexp-in-string.
338
339         * nnrss.el (nnrss-node-text): Ditto.
340
341 2003-04-24  Katsumi Yamaoka  <yamaoka@jpl.org>
342
343         * gnus-msg.el (gnus-inews-do-gcc): Make sure the obsolete variable
344         gnus-inews-mark-gcc-as-read exists.
345
346 2003-04-23  Simon Josefsson  <jas@extundo.com>
347
348         * gnus-sieve.el (gnus-sieve-generate): Rewrite regexp search so it
349         doesn't exceed the regexp stack space.
350
351 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
352
353         * gnus-msg.el (gnus-inews-mark-gcc-as-read): Don't defvar it.
354
355         * gnus-art.el (gnus-article-hide-pgp-hook): do.
356
357 2003-04-23  Reiner Steib  <Reiner.Steib@gmx.de>
358
359         * mml.el (mml-preview): Bind `=', RET, and mouse-2.
360
361 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
362
363         * mm-bodies.el (mm-decode-body): Don't override supplied charset.
364
365 2003-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
366
367         * dgnushack.el (merge, copy-list): Remove compiler macros.
368         (butlast): Add a compiler macro.
369
370 2003-04-22  Paul Jarc  <prj@po.cwru.edu>
371
372         * gnus-util.el (gnus-merge): Added "type" argument to match CL
373         merge and gnus-sum.el's expectations.
374
375 2003-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
376
377         * gnus-art.el (gnus-button-url-regexp): Added nntp.
378
379         * message.el (message-generate-headers-first): Default to
380         '(references).
381
382         * gnus-art.el (gnus-mime-delete-part): Require confirmation.
383
384 2003-04-21  Jesper Harder  <harder@ifa.au.dk>
385
386         * smime.el (smime-decrypt-region): Insert From header.
387
388 2003-04-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
389
390         * gnus-fun.el (gnus-face-from-file, gnus-convert-png-to-face):
391         Max length of header is 726, not 740.  From Gaute B Strokkenes
392         <gs234@cam.ac.uk>.
393
394 2003-04-20  Jesper Harder  <harder@ifa.au.dk>
395
396         * nndb.el, mml1991.el: Fix license template.
397
398 2003-04-20  Simon Josefsson  <jas@extundo.com>
399
400         * nnimap.el (nnimap-split-articles): Don't download body unless
401         required.
402
403         * imap.el (imap-gssapi-open, imap-ssl-open): Erase buffer before
404         starting process, like imap-kerberos4-open does.
405
406         * mml-smime.el, rfc1843.el, dig.el, smime.el, uudecode.el: Fix
407         license template.
408
409         * mml-sec.el: Fix license template.
410
411         * gnus-sieve.el, sieve.el, sieve-manage.el, sieve-mode.el: Fix
412         license template.
413
414         * pgg-def.el, pgg.el, pgg-gpg.el, pgg-parse.el, pgg-pgp5.el,
415         pgg-pgp.el: Fix license template.
416
417 2003-04-19  Jesper Harder  <harder@ifa.au.dk>
418
419         * gnus-sum.el (gnus-summary-delete-article): Improve docstring.
420
421 2003-04-19  Teodor Zlatanov  <tzz@lifelogs.com>
422
423         * spam.el (spam-move-spam-nonspam-groups-only): dumb typo fix
424
425 2003-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
426
427         * spam.el (spam-split): allow a particular check as a parameter,
428         e.g. (: spam-split 'spam-use-bogofilter)
429         (spam-mark-only-unseen-as-spam): new parameter, see doc
430         (spam-mark-junk-as-spam-routine): use
431         spam-mark-only-unseen-as-spam, simplify routine to take advantage
432         of gnus-newsgroup-unread as well as gnus-newsgroup-unseen
433
434 2003-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
435
436         * gnus.el (gnus-group-short-name, gnus-group-prefixed-p): new functions
437         (gnus-group-guess-full-name): don't prefix the group twice
438
439         * nnmail.el (nnmail-split-fancy-with-parent): docstring fix
440
441         * gnus-registry.el (gnus-registry-clear)
442         (gnus-registry-fetch-group, gnus-registry-grep-in-list)
443         (gnus-registry-split-fancy-with-parent): new functions
444         (gnus-register-spool-action, gnus-register-action): simplified the format
445         (gnus-registry): new customization group
446         (gnus-registry-unfollowed-groups): new variable
447
448 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
449
450         * gnus-art.el (gnus-button-alist): Add nntp: urls.
451         (gnus-header-button-alist): Ditto.
452
453 2003-04-17  Dave Love  <fx@gnu.org>
454
455         * gnus-util.el (gnus-string-equal): Revert last change.
456
457 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
458
459         * gnus-srvr.el (gnus-browse-make-menu-bar): Fix typo.
460
461 2003-04-17  Mike Woolley  <mike@ariel.co.uk>
462
463         * gnus-sum.el (gnus-sum-thread-tree-false-root): New variable.
464
465 2003-04-15  Michael Shields  <shields@msrl.com>
466
467         * gnus-art.el (article-hide-boring-headers): Hide Reply-To: if
468         the broken-reply-to group parameter is set.  Idea from Vasily
469         Korytov <deskpot@myrealbox.com>.
470
471 2003-04-17  Steve Youngs  <youngs@xemacs.org>
472
473         * dgnushack.el: 'setenv' is in env.el for XEmacsen <= 21.4, but in
474         process.el in XEmacsen >= 21.5.
475
476 2003-04-17  Steve Youngs  <youngs@xemacs.org>
477
478         * dgnushack.el: Add a whole swag of autoloads and defaliases to
479         satisfy the byte-compiler when building with XEmacs.
480
481         * lpath.el (maybe-bind): Add 'w3-meta-content-type-charset-regexp'
482         and 'w3-meta-charset-content-type-regexp' in XEmacs.  The upstream
483         W3 doesn't have these.
484
485         * mailcap.el: Maybe require 'lpr in XEmacs.
486
487 2003-04-16  Simon Josefsson  <jas@extundo.com>
488
489         * mml2015.el (mml2015-pgg-sign): Bind pgg-default-user-id to MML
490         sender tag, if available.
491
492 2003-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
493
494         * gnus-registry.el (gnus-register-action)
495         (gnus-register-spool-action, hashtable-to-alist)
496         (gnus-registry-translate-from-alist, alist-to-hashtable)
497         (gnus-registry-translate-to-alist, gnus-registry-headers-hashtb):
498         new variables and function fixes
499
500         * gnus.el (gnus-registry-headers-alist): new variable to hold
501         article header data
502         (gnus-variable-list): save gnus-registry-headers-alist
503
504         * spam-report.el (Module): new module for spam reporting
505
506         * gnus.el (spam-process): added
507         gnus-group-spam-exit-processor-report-gmane to the list of choices
508         (gnus-install-group-spam-parameters): defined new spam exit processor
509
510         * spam.el (autoload): autoload spam-report-gmane when needed
511         (spam-report-gmane-register-routine): glue for spam-report.el
512         (spam-group-spam-processor-report-gmane-p): glue for the
513         gnus-group-spam-exit-processor-report-gmane spam processor
514         (spam-summary-prepare-exit): check the report-gmane spam processor
515         and run spam-report-gmane-register-routine if it's active
516
517         From John Wiegley <johnw@gnu.org>
518
519         * spam.el (spam-bogofilter-score): check bogofilter headers before
520         checking bogofilter itself
521
522 2003-04-16  Dave Love  <fx@gnu.org>
523
524         * gnus-agent.el: Wrap defsetf in eval-when-compile.
525         (gnus-agent-cat-defaccessor): Don't use gensym.
526
527         * mml1991.el: Require cl, mm-util when compiling.
528         (quoted-printable-decode-region, quoted-printable-encode-region):
529         Autoload.
530
531         * pgg.el: Require cl when compiling.
532
533         * nnmail.el (gnus): Require.
534
535         * gnus-util.el: Move provide to end.
536         (gnus-string-equal): Maybe use compare-strings.
537         (gnus-merge): New.
538
539         * gnus-sum.el (gnus-summary-prepare-threads): Don't use copy-list.
540         (gnus-summary-insert-articles): Use gnus-merge.
541
542         * gnus-fun.el: Require cl and mm-util when compiling.
543
544         * gnus-diary.el (gnus-diary-delay-format-french)
545         (gnus-diary-delay-format-english): Don't use setf with nthcdr.
546
547         * nndiary.el (nndiary-compute-reminders): Don't use setf with
548         nthcdr.
549
550 2003-04-16  Kevin Greiner <kgreiner@xpediantsolutions.com>
551
552         * gnus-agent.el (gnus-agent-make-cat): Added optional parameter to
553         specify a predicate other than false.
554         (gnus-category-read): Use the new feature to create a 'default'
555         category with a 'short' predicate.
556
557 2003-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
558
559         * message.el (message-unique-id): Comment change.
560
561         * gnus-art.el (gnus-article-next-page-1): New function.
562         (gnus-article-next-page): Use it.
563
564 2003-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
565
566         * spam.el (spam-split): added save-restriction to save-excursion
567
568 2003-04-15  Reiner Steib  <Reiner.Steib@gmx.de>
569         From Julien Avarre <julien@avarre.com>
570
571         * gnus-fun.el: Fixed autoload cookie.
572
573 2003-04-15  Paul Jarc  <prj@po.cwru.edu>
574         From Remi Letot  <remi.letot@easynet.be>
575
576         * nnmaildir.el (nnmaildir-request-scan): Use gnus-remove-if
577         instead of remove-if.
578
579 2003-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
580
581         * gnus-msg.el (gnus-summary-news-other-window): Use delq and
582         copy-sequence instead of remove which is a cl run-time function in
583         Emacs 20.
584
585 2003-04-14  Jesper Harder  <harder@ifa.au.dk>
586
587         * gnus-msg.el (gnus-summary-news-other-window): Make a buffer
588         local copy of gnus-discouraged-post-methods with the current
589         method removed.
590
591 2003-04-14  Simon Josefsson  <jas@extundo.com>
592
593         * mailcap.el (mailcap-mime-data): Add application/pgp-keys.
594
595 2003-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
596
597         * mm-util.el (mm-sort-coding-systems-predicate): Convert elements
598         of `mm-coding-system-priorities' to base coding system.
599
600         * gnus-sum.el: Added coding cookie ("middle dot" in
601         gnus-summary-morse-message).
602
603 2003-04-13  Simon Josefsson  <jas@extundo.com>
604
605         * gnus-art.el (article-fill-long-lines)
606         (article-verify-x-pgp-sig, article-decode-group-name)
607         (gnus-mime-button-menu): Split >80 character lines.
608
609 2003-04-13  Jesper Harder  <harder@ifa.au.dk>
610
611         * gnus-sum.el (gnus-summary-local-variables): Use defvar since
612         we're let-binding it.
613
614         * nnmbox.el (nnmbox-mbox-buffer): It's not a constant.
615
616 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
617
618         * message.el (message-hide-headers): Don't do intangible.
619
620         * gnus.el (gnus-group-prefixed-name): Comment out the test for
621         colon. 
622
623         * gnus-srvr.el (gnus-browse-read-group): Don't give the real name
624         to the ephemeral entry, but the prefixed name.
625
626         * gnus.el (gnus-group-prefixed-name): Clean up.
627
628 2003-04-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
629
630         * gnus-agent.el (gnus-agent-group-pathname): Bind
631         gnus-command-method so that gnus-agent-directory will always
632         return a valid directory.
633         * gnus-cache.el (gnus-cache-enter-article): Remove article from
634         gnus-newsgroup-undownloaded so that the summary will display the
635         article as downloaded.
636         (gnus-cache-remove-article): If the article isn't in the agent,
637         remove it from gnus-newsgroup-undownloaded so that the summary
638         will display the article as undownloaded.
639
640 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
641
642         * gnus.el (gnus-version-number): Bump.
643
644 2003-04-13 01:12:01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
645
646         * gnus.el: Oort Gnus v0.18 is released.
647
648 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
649
650         * gnus-draft.el (gnus-draft-send): Add message-hidden-headers. 
651
652 2003-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
653
654         * gnus-art.el (gnus-article-next-page): Use
655         gnus-article-over-scroll.
656         (gnus-article-over-scroll): New variable.
657
658         * message.el (message-newline-and-reformat): Place a boundary
659         before filling.
660         (message-make-forward-subject-function): Changed default to
661         message-forward-subject-name-subject. 
662         (message-forward-subject-name-subject): New function.
663
664         * nnimap.el (nnimap-split-fancy): Ditto.
665
666         * gnus-sum.el (gnus-summary-line-message-size): Ditto.
667
668         * gnus-cus.el (gnus-group-parameters): Removed "which see".
669
670         * mml.el (mml-minibuffer-read-file): Bind
671         completion-ignored-extensions to nil.
672
673         * message.el (message-fix-before-sending): Comment fix.
674         (message-fix-before-sending): Make hidden headers visible.
675         (message-hide-headers): Bind after-change-functions to nil.
676         (message-forbidden-properties): Put invisible and intangible
677         back. 
678         (message-strip-forbidden-properties): Ignore message-hidden text.
679
680         * gnus-msg.el: Hide headers.
681
682         * message.el (message-hidden-headers): New variable.
683         (message-hide-headers): New function.
684         (message-hide-header-p): New function.
685         (message-hide-header-p): Change logic.
686         (message-forbidden-properties): Remove intangible nil invisible
687         nil. 
688         (message-hide-headers): Narrow to headers.
689
690         * lpath.el (featurep): Bind Info-directory, Info-menu.
691
692 2003-04-12  Jesper Harder  <harder@ifa.au.dk>
693
694         * mm-bodies.el (mm-body-charset-encoding-alist): UTF-16 *must* be
695         encoded.
696         (mm-encode-body): Don't corrupt UTF-16.
697         (mm-body-encoding): Pay attention to mm-body-charset-encoding-alist.
698
699 2003-04-10  Kevin Greiner <kgreiner@xpediantsolutions.com>
700
701         * gnus-agent.el (gnus-agent-get-undownloaded-list): Articles in
702         the CACHE are now detected and handled the same as an article
703         downloaded into the agent.
704         (gnus-agent-group-path): Modified to match nnmail-group-pathname
705         so that the agent front-end and back-end (nnagent) always use the
706         same directory.
707         (gnus-agent-group-pathname): New function. Wrapper for
708         nnmail-group-pathname.
709         (gnus-agent-expire-unagentized-dirs): New variable.  May be
710         customized to disable gnus-agent-expire-unagentized-dirs.
711         (gnus-agent-expire-unagentized-dirs): Expand gnus-agent-directory
712         as the directories in gnus-agent-expire-current-dirs were
713         expanded.
714
715 2003-04-10  Jesper Harder  <harder@ifa.au.dk>
716
717         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Encrypt
718         body" entry in read only groups.
719
720 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
721
722         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Import file"
723         and "Create article" items in non-editable groups.
724
725 2003-04-09  Kevin Greiner <kgreiner@xpediantsolutions.com>
726
727         * gnus-agent.el (gnus-agent-write-active): Added option of
728         replacing, rather than updating, the agent's active file.  Do NOT
729         use the fully qualified group name as gnus-active-to-gnus-format
730         blindly prefixes group names with server names.
731         (gnus-agent-save-group-info): Merge BOTH min/max of current active
732         range, was just merging min, with specified active range.
733         (gnus-agent-expire): Save agent's active ranges after
734         expiring all groups.
735         (gnus-agent-expire-group-1): Update min of agent's active range to
736         min article currently fetched.
737         (gnus-agent-expire-unagentized-dirs): Avoid asking to delete the
738         same ancestor multiple times.
739
740         * gnus-async.el (gnus-asynchronous): Moved defcustom of
741         gnus-asynchronous away from defgroup of gnus-asynchronous.  This
742         seems to fix an intermittant error in which loading gnus-async
743         fails to define gnus-asynchronous (the variable).
744
745         * gnus-sum.el: Concur with Steve Young, 5th argument to 'load' is
746         non-essential.  Removed on all platforms.
747         (gnus-select-newsgroup): When the agent is active, expand the
748         group's active range to include fetched articles that are no
749         longer in the server's active range.
750
751         * gnus-util.el (gnus-with-output-to-file): Removed all of the
752         print-* bindings as they should be handled by the function doing
753         the printing.
754
755 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
756
757         * mm-uu.el (mm-uu-copy-to-buffer): buffer-file-coding-system
758         might be unbound in non-MULE XEmacsen.
759
760 2003-04-08  Jesper Harder  <harder@ifa.au.dk>
761
762         * mm-uu.el (mm-uu-diff-groups-regexp, mm-uu-type-alist)
763         (mm-uu-diff-extract, mm-uu-diff-test): New functionality:
764         recognize diffs.
765
766         * mm-bodies.el (mm-decode-body): Use the supplied charset
767         unconditionally if `code-pages' hasn't been loaded.
768
769 2003-04-07  Jesper Harder  <harder@ifa.au.dk>
770
771         * gnus-art.el (article-verify-x-pgp-sig): Don't use
772         `insert-buffer', the docstring says "This function is meant for
773         the user to run interactively.  Don't call it from programs!"
774
775         * mm-extern.el (mm-extern-mail-server): do.
776
777         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-sign)
778         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
779         (mml1991-pgg-encrypt): do.
780
781         * pgg.el (pgg-decrypt-region): do.
782
783         * mm-view.el (mm-view-pkcs7-decrypt): do.
784
785         * mml-smime.el (mml-smime-verify): do.
786
787         * mml.el (mml-insert-mime, mml-preview): do.
788
789         * mml2015.el (mml2015-gpg-decrypt-1, mml2015-gpg-sign)
790         (mml2015-gpg-encrypt, mml2015-pgg-clear-decrypt)
791         (mml2015-pgg-encrypt): do.
792
793 2003-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
794
795         * mm-bodies.el (mm-decode-body): Silence XEmacs when compiling.
796
797 2003-04-06  Jesper Harder  <harder@ifa.au.dk>
798
799         * mm-uu.el (mm-uu-copy-to-buffer): Copy
800         `buffer-file-coding-system' to the new buffer.
801         (mm-uu-pgp-signed-extract-1): Don't copy
802         `buffer-file-coding-system' here.
803
804         * mm-bodies.el (mm-decode-body): last-coding-system-used doesn't
805         exist in XEmacs.
806         (mm-decode-body): Add missing quote.
807
808         * mm-uu.el (mm-uu-pgp-signed-extract-1): Set
809         buffer-file-coding-system.
810
811         * mm-bodies.el (mm-decode-body): Set buffer-file-coding-system to
812         last-coding-system-used.
813
814         * mml2015.el (mml2015-pgg-clear-verify): Encode the text
815         according to buffer-file-coding-system.
816
817         * pgg-gpg.el (pgg-gpg-process-region): Revert previous change.
818
819         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
820         (pgg-pgp-snarf-keys-region): do.
821
822         * pgg-pgp5.el (pgg-pgp5-verify-region)
823         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): do.
824
825         * pgg.el (pgg-make-temp-file, pgg-temporary-file-directory): do.
826         
827 2003-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
828
829         * spam.el (spam-split): (save-excursion) around (widen)
830         (spam-ham-move-routine): Use spam-group-ham-mark-p, not
831         spam-group-spam-mark-p (from Michael Shields <shields@msrl.com>)
832
833 2003-04-05  Steve Youngs  <youngs@xemacs.org>
834
835         * gnus-sum.el: XEmacs doesn't support the 5th arg to 'load', so
836         don't use it when loading gnus-sum.el if we're in XEmacs.
837
838 2003-04-05  Kevin Greiner <kgreiner@xpediantsolutions.com>
839
840         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
841         print-escape-nonascii to fix more characters in compiled format
842         specs.
843
844 2003-04-05  Jesper Harder  <harder@ifa.au.dk>
845
846         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player):
847         Fix customization type.
848
849 2003-04-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
850
851         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
852         print-quoted, print-readably, print-escape-multibyte, and
853         print-level to match original behavior of gnus-prin1.  This should
854         repair the format of .newsrc.eld when using compiled format specs.
855
856 2003-04-04  Jesper Harder  <harder@ifa.au.dk>
857
858         * gnus-group.el (tool-bar-map): defvar it.
859
860         * gnus-art.el (tool-bar-map): do.
861
862         * gnus-sum.el (tool-bar-map): do.
863
864 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
865
866         * earcon.el (earcon-regexp-alist): catmeow is a wav file.
867
868 2003-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
869
870         * gnus-art.el (gnus-button-ctan-directory-regexp): Changed meaning
871         and value.
872         (gnus-button-alist): Use it.
873
874 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
875
876         * pgg-gpg.el (pgg-gpg-process-region): do.
877
878         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
879         (pgg-pgp-snarf-keys-region): do.
880
881         * pgg-pgp5.el (pgg-pgp5-verify-region)
882         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): Use it.
883
884         * pgg.el (pgg-make-temp-file): New function. `make-temp-name' is
885         unsafe.
886         (pgg-temporary-file-directory): Remove.
887
888 2003-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
889
890         * lpath.el: Fbind Info-directory and Info-menu.
891
892 2003-04-02  Reiner Steib  <Reiner.Steib@gmx.de>
893
894         * gnus-util.el (gnus-message): Added doc-string.
895
896         * gnus-score.el (gnus-score-find-trace): Changed behavior of `q'.
897         (gnus-score-edit-file-at-point): Goto first match when using `e'.
898
899 2003-04-01  Reiner Steib  <Reiner.Steib@gmx.de>
900
901         * gnus-art.el (gnus-button-ctan-directory-regexp): New variable.
902         (gnus-button-alist): Use it.  Changed CTAN and "setq" entries.
903
904 2003-04-01  Katsumi Yamaoka  <yamaoka@jpl.org>
905
906         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
907         (nntp-open-via-rlogin-and-telnet): Disable the telnet linemode.
908
909 2003-03-31  Kevin Greiner <kgreiner@xpediantsolutions.com>
910
911         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
912         print-escape-newlines to print escape sequences rather than
913         literal newline characters.
914
915 2003-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
916
917         * gnus-art.el (gnus-button-valid-fqdn-regexp): Use
918         `message-valid-fqdn-regexp' for initialization.
919         (gnus-button-handle-info-url): Renamed and extended version of
920         `gnus-button-handle-info'.
921         (gnus-button-message-level): Renamed from `gnus-button-mail-level'
922         (gnus-button-handle-symbol, gnus-button-handle-library)
923         (gnus-button-handle-info-keystrokes): New functions.
924         (gnus-button-browse-level): New variable.
925         (gnus-button-alist): Use them.  Added levels.
926         (gnus-header-button-alist): Added levels.
927
928 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
929
930         * gnus.el (gnus-version-number): Bump.
931
932 2003-03-31 20:08:19 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
933
934         * gnus.el: Oort Gnus v0.17 is released.
935
936 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
937
938         * gnus-start.el (gnus-unload): Removed.
939
940         * pop3.el (pop3-read-response): Use
941         nnheader-accept-process-output.
942         (pop3-retr): Ditto.
943
944         * mm-view.el (mm-text-html-renderer-alist): Add -nolist to Lynx. 
945         (mm-text-html-washer-alist): Ditto.
946
947 2003-03-31  Simon Josefsson  <jas@extundo.com>
948
949         * imap.el (imap-gssapi-program): Also try GNU SASL.
950         (imap-gssapi-open): Accept GNU SASL greeting.
951         (imap-read-timeout): New.
952         (imap-wait-for-tag): Use it.
953
954 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
955
956         * nntp.el (nntp-accept-process-output): Use new function.
957
958         * nnheader.el (nnheader-read-timeout): New variable.
959         (nnheader-accept-process-output): New function.
960
961         * nntp.el (nntp-read-timeout): Removed.
962
963         * gnus-sum.el (gnus-summary-prepare-threads): Add comment.
964
965 2003-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
966
967         * gnus-cache.el (gnus-cache-braid-nov): Revoke last change.
968
969 2003-03-30  Simon Josefsson  <jas@extundo.com>
970
971         * message.el (message-idna-inside-rhs-p): Narrow to header before
972         searching.
973
974         * gnus-art.el (article-decode-idna-rhs): More restrictive regexp.
975
976 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
977
978         * nnmail.el (nnmail-process-mmdf-mail-format): Indent.
979
980 2003-03-28  Vasily Korytov  <deskpot@myrealbox.com>
981
982         * message.el (message-make-in-reply-to): Use
983         mail-extract-address-components to determine sender's
984         name/address.
985
986 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
987
988         * nndoc.el (nndoc-type-alist): Move mime-parts further ahead. 
989
990         * gnus-registry.el (gnus-registry-translate-to-alist): Make a
991         valid lambda.
992         (gnus-registry-translate-from-alist): Ditto.
993
994         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
995         print-length to nil.
996
997         * gnus-sum.el (gnus-summary-highlight-line-0): Indent.
998
999         * gnus-fun.el (gnus-fun-ppm-change-string): New function.
1000         (gnus-grab-cam-face): Use it.
1001
1002 2003-03-28  Paul Jarc  <prj@po.cwru.edu>
1003
1004         * nnmaildir.el (nnmaildir-request-set-mark)
1005         (nnmaildir-close-group): Allow each mark directory in a group to
1006         have its own inode for mark files, to accommodate AFS.
1007
1008 2003-03-28  Teodor Zlatanov  <tzz@lifelogs.com>
1009
1010         * gnus-start.el (gnus-read-newsrc-el-hook): new hook called by
1011         gnus-read-newsrc-el-file
1012         (gnus-read-newsrc-el-file): call the gnus-read-newsrc-el-hook
1013
1014         * gnus-registry.el (gnus-registry-translate-to-alist)
1015         (gnus-registry-translate-from-alist, alist-to-hashtable)
1016         (hashtable-to-alist): new functions
1017         (gnus-register-spool-action): add a spool item to the registry
1018
1019         * gnus.el (gnus-variable-list): added gnus-registry-alist to the
1020         list of saved variables
1021         (gnus-registry-alist): new variable
1022
1023 2003-03-27  Simon Josefsson  <jas@extundo.com>
1024
1025         * gnus-art.el (article-decode-group-name): Be correct instead of
1026         smart.
1027
1028 2003-03-27  Katsumi Yamaoka <yamaoka@jpl.org>
1029
1030         * lpath.el: Bind url-current-object for Emacs; bind
1031         gnus-agent-expire-current-dirs for XEmacs; fbind open-ssl-stream
1032         for both Emacsen.
1033
1034 2003-03-27  Jesper Harder  <harder@ifa.au.dk>
1035
1036         * gnus-sum.el (gnus-article-loose-mime)
1037         (gnus-article-emulate-mime): Move to gnus-article-mime customize
1038         group.
1039
1040         * gnus-msg.el (gnus-mailing-list-groups): Fix customize type and
1041         doc string.
1042
1043 2003-03-26  Kevin Ryde <user42@zip.com.au>
1044
1045         * gnus-sum.el (gnus-summary-find-for-reselect): Renamed from
1046         gnus-summary-find-uncancelled, skip temporary articles inserted by
1047         "refer" functions.
1048
1049 2003-03-26  Vasily Korytov  <deskpot@myrealbox.com>
1050
1051         * smiley.el (smiley-buffer): New function.
1052
1053 2003-03-26  Kevin Greiner <kgreiner@xpediantsolutions.com>
1054
1055         * gnus-agent.el (gnus-agent-fetch-selected-article): Replaced
1056         gnus-summary-update-line (which updated the article's face) with
1057         gnus-summary-update-download-mark (which updates the article's
1058         face by calling gnus-summary-update-line AND updates the download
1059         mark to show that the article was fetched).
1060
1061 2003-03-23  Kevin Greiner <kgreiner@xpediantsolutions.com>
1062
1063         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Provides
1064         option of deleting agent directories for groups/servers that are
1065         not currently agentized.
1066         (gnus-agent-expire): Use gnus-agent-expire-unagentized-dirs.
1067
1068         * gnus-int.el (gnus-open-server): Report backend errors in
1069         condition handler.
1070
1071 2003-03-23  Simon Josefsson  <jas@extundo.com>
1072
1073         * message.el (message-idna-to-ascii-rhs-1): Don't continue outside
1074         header.
1075
1076         * rfc2047.el (rfc2047-header-encoding-alist): Make Followup-To
1077         same as Newsgroups.
1078
1079         * nntp.el (nntp-open-connection-function): Mention
1080         nntp-open-tls-stream.
1081         (nntp-open-tls-stream): New function.
1082
1083         * tls.el: New file.
1084
1085         * nnimap.el (nnimap-server-port, nnimap-stream): Say TLS/SSL
1086         instead of SSL.
1087         (nnimap-stream): Add other streams, link to imap variables.
1088         (nnimap-authenticator): Add other authenticator, link to imap
1089         variables.
1090
1091         * imap.el: Autoload open-tls-stream.
1092         (imap-streams): Add tls in front of ssl.
1093         (imap-stream-alist): Add tls.
1094         (imap-default-tls-port): New variable.
1095         (imap-tls-p, imap-tls-open): New functions.
1096
1097 2003-03-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1098
1099         * mm-url.el (mm-url-insert-file-contents): parse url only if
1100         results is a list.
1101
1102 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1103
1104         * mail-source.el (mail-source-fetch-imap): Revert.
1105
1106 2003-03-22  Svend Tollak Munkejord  <stm@bacchus.pvv.org>
1107
1108         * deuglify.el (gnus-outlook-repair-attribution-outlook): Use a
1109         less strict regexp.
1110
1111 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1112
1113         * mail-source.el (mail-source-fetch-imap): Use buffer name for
1114         more imap function.
1115
1116 2003-03-21  Simon Josefsson  <jas@extundo.com>
1117
1118         * gnus-art.el (article-decode-group-name): Replace Newsgroups and
1119         Followup-To data inline.
1120
1121 2003-03-21  Jesper Harder  <harder@ifa.au.dk>
1122
1123         * gnus-art.el (gnus-treat-display-xface): Don't enable if
1124         icontopbm isn't available.
1125
1126 2003-03-21  Kevin Greiner <kgreiner@xpediantsolutions.com>
1127
1128         * gnus-int.el (gnus-open-server): Catch errors in backend's
1129         open-server method.  Returns nil rather than crashing startup.
1130
1131         * gnus-sum.el (eval-when-compile): Modified to resolve
1132         compile-time warnings.
1133
1134         * gnus-uu.el (gnus-uu-mark-series): Added informative msg.
1135         Reports length of series so that the user can compare N with a
1136         subject that should, if the entire series is present, contain
1137         '(.../N)'.
1138         (gnus-uu-delete-work-dir): Avoid hanging when O/S forbids deletion
1139         of temp file (Win-XP may leave the temp file locked when the
1140         uudecode process fails).
1141
1142 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
1143
1144         * message.el (message-split-line): Ignore error.
1145
1146         * lpath.el (split-line): Avoid split-line warning message.
1147
1148 2003-03-20  Kim F. Storm  <storm@cua.dk>
1149
1150         * message.el (message-split-line): New function.
1151         (message-mode-map): Remap split-line to message-split-line.
1152
1153 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
1154
1155         * message.el (message-make-overlay): Defalias it to make-overlay.
1156         (message-delete-overlay): Defalias it to delete-overlay.
1157         (message-overlay-put): Defalias it to overlay-put.
1158         (message-idna-to-ascii-rhs-1): Use them.
1159
1160         * messagexmas.el (message-xmas-redefine): Defalias some overlay
1161         functions to extent functions.
1162
1163 2003-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1164
1165         * message.el (message-check-news-header-syntax): Fixed regexp.
1166
1167 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
1168
1169         * rfc2231.el (rfc2231-decode-encoded-string): Downcase charset.
1170
1171         * mm-url.el (mm-url-insert): Move url-current-object stuff into
1172         mm-url-insert-file-contents.
1173
1174         * nnrss.el (nnrss-fetch): Fetch the local stuff.
1175         (nnrss-check-group): Use it.
1176
1177 2003-03-20 Mark A. Hershberger  <mah@everybody.org>
1178
1179         * nnrss.el: Primitive XML Name-space support.  This means that RSS
1180         feeds like Kevin Burton's[1] can now be read in Gnus.
1181
1182         Implemented support for Mark Pilgrim's RSS Autodiscovery.[2] This
1183         means that if you want to read the RSS feed for example.com, all
1184         you have to do is hit "G R http://www.example.com/ RET" and
1185         nnrss.el will find and the feed listed on the site or (if you have
1186         loaded xml-rpc.el) look it up on syndic8.com.
1187
1188         Marked the message as HTML (by adding a Content-Type header) so
1189         that Gnus will render it as html if the user wants that.
1190
1191         Implemented the ability to save nnrss-group-alist so that any new
1192         feeds the you subscribe to will be found the next time you start
1193         up.
1194
1195         Implemented support for RSS 2.0 elements (author, pubDate).
1196
1197         Prefer for <content:encoded> over <description> where both
1198         elements exist.
1199
1200         * mm-url.el (mm-url-insert): Set url-current-object.
1201
1202         * gnus-group.el (gnus-group-make-rss-group): New function.
1203
1204 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
1205
1206         * message.el (message-idna-to-ascii-rhs-1): Don't use replace-*
1207         for highlight overlays.
1208
1209 2003-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1210
1211         * gnus-cache.el (gnus-cache-braid-nov): Test if a line looks like
1212         a NOV.
1213
1214 2003-03-20  Simon Josefsson  <jas@extundo.com>
1215
1216         * message.el (message-use-idna): Disable if UTF-8 unavailable.
1217         (message-idna-to-ascii-rhs): Use it.
1218
1219         * gnus-art.el (gnus-use-idna): Disable if UTF-8 unavailable.
1220
1221 2003-03-19  Teodor Zlatanov  <tzz@lifelogs.com>
1222
1223         * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
1224         (spam-group-ham-marks, spam-group-spam-marks): new functions
1225         (spam-spam-marks, spam-ham-marks): removed in favor of the
1226         spam-marks and ham-marks parameters
1227         (spam-generic-register-routine, spam-ham-move-routine): use the
1228         new spam-group-{spam,ham}-mark-p functions
1229
1230         * gnus.el (spam-marks, ham-marks): new group parameters with
1231         default values same as the old spam-spam-marks and spam-ham-marks
1232
1233 2003-03-19  Simon Josefsson  <jas@extundo.com>
1234
1235         * gnus-art.el (gnus-article-decode-hook): Add IDNA.
1236         (gnus-use-idna): New variable.
1237         (article-decode-idna-rhs): New function.
1238
1239         * message.el (message-use-idna): New variable.
1240         (message-mode-field-menu): Add entry for IDNA.
1241         (message-idna-inside-rhs-p, message-idna-to-ascii-rhs-1)
1242         (message-idna-to-ascii-rhs): New function.
1243         (message-generate-headers): Invoke IDNA code.
1244
1245 2003-03-19  Paul Jarc  <prj@po.cwru.edu>
1246
1247         * nnmaildir.el (nnmaildir--system-name): New function.
1248         (nnmaildir-request-accept-article): Use it.
1249
1250 2003-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1251
1252         * gnus-util.el (gnus-byte-compile): Make it work silently as the
1253         gnus-compile function does.
1254
1255         * gnus-sum.el (gnus-summary-highlight-line-0): Revoke the last
1256         bogus change.
1257
1258 2003-03-19  Jesper Harder  <harder@ifa.au.dk>
1259
1260         * mm-util.el (mm-mule-charset-to-mime-charset): Test if
1261         sort-coding-systems is defined.
1262
1263 2003-03-18  Paul Jarc  <prj@po.cwru.edu>
1264
1265         * nnmaildir.el (nnmaildir-open-server, nnmaildir-request-scan)
1266         (nnmaildir-request-create-group, nnmaildir-request-delete-group):
1267         Replace create-directory with target-prefix.
1268
1269 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
1270
1271         * mm-bodies.el (mm-decode-coding-region-safely): Don't use
1272         find-charset-string which is slooow in XEmacs.
1273
1274 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1275
1276         * gnus-sum.el (gnus-summary-highlight-line-0): Silence the byte-
1277         compiler under XEmacs.
1278
1279 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
1280
1281         * gnus-art.el (gnus-treat-highlight-signature): Make the default
1282         work for multipart/signed where the message text isn't `last'.
1283
1284 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1285
1286         * mm-view.el (mm-setup-w3m): Set w3m-display-inline-images to
1287         the value of mm-inline-text-html-with-images.
1288         (mm-inline-text-html-render-with-w3m): Don't bind
1289         w3m-display-inline-images.
1290
1291         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't bind
1292         w3m-display-inline-images.
1293
1294         * lpath.el: Bind w3m-display-inline-images; bind mm-w3m-mode-map
1295         regardless of an Emacs flavor.
1296
1297 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1298
1299         * gnus.el (gnus-version-number): Bump.
1300
1301 2003-03-18 00:38:22 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1302
1303         * gnus.el: Oort Gnus v0.16 is released.
1304
1305 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1306
1307         * lpath.el (featurep): Bind mm-w3m-mode-map.
1308
1309 2003-03-17  Paul Jarc  <prj@po.cwru.edu>
1310
1311         * nnmail.el (nnmail-cache-primary-mail-backend): Not all
1312         'respool-able backends define a global nnchoke-get-new-mail
1313         variable.
1314
1315 2003-03-17  Reiner Steib  <Reiner.Steib@gmx.de>
1316
1317         * gnus-art.el (gnus-mime-delete-part): New function.
1318         (gnus-mime-action-alist, gnus-mime-button-commands): Use it.
1319
1320 2003-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1321
1322         * message.el (message-check-news-header-syntax): Don't push
1323         groups twice onto list of unknown groups.
1324
1325         * nndoc.el (nndoc-type-alist): Move exim-bounce a bit further
1326         back.
1327
1328         * nnheader.el (nnheader-find-etc-directory): Doc fix.
1329
1330         * gnus-msg.el (gnus-inews-add-send-actions): Don't restore window
1331         config unless the summary buffer exists.
1332
1333         * gnus-sum.el (gnus-summary-next-group): Semi-exit group first to
1334         that target group is computed correctly when articles are marked
1335         as read by Xref handling.
1336
1337         * mail-source.el (mail-source-fetch-imap): Pass buffer-name to
1338         imap-open.
1339
1340         * message.el (message-send-mail): Add courtesy string to Bcc's,
1341         too.
1342
1343         * gnus-cite.el (gnus-cited-line-p): New function.
1344
1345 2003-03-15  Jesper Harder  <harder@ifa.au.dk>
1346
1347         * mm-bodies.el (mm-decode-body): Add new optional parameter,
1348         force, to use the supplied charset unconditionally.
1349
1350         * gnus-art.el (article-decode-charset): Use it.
1351
1352 2003-03-14  Jesper Harder  <harder@ifa.au.dk>
1353
1354         * mm-bodies.el (mm-decode-coding-region-safely): New function.
1355         (mm-decode-body): Use it.
1356
1357         * rfc2047.el (rfc2047-decode-region): do.
1358         (rfc2047-decode-string): Guess coding system if the default is
1359         invalid.
1360
1361 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
1362
1363         * nnmaildir.el (nnmaildir-request-update-info): Pretend missing
1364         articles are marked 'read, so we get correct article counts.
1365
1366 2003-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1367
1368         * gnus-art.el (gnus-insert-mime-button): Exclude a newline from
1369         the button.
1370         (gnus-insert-prev-page-button): Ditto.
1371         (gnus-insert-next-page-button): Ditto.
1372         (gnus-insert-mime-security-button): Ditto.
1373
1374         * mm-view.el (mm-inline-image-emacs): Open the bottom of an image
1375         one line.  Suggested by Greg Klanderman <gak@klanderman.net>.
1376         (mm-inline-image-xemacs): Ditto.
1377
1378 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
1379
1380         * nnmaildir.el (nnmaildir--parse-filename, nnmaildir--sort-files,
1381         nnmaildir--scan, nnmaildir-request-accept-article): Changes for
1382         the recent filename uniqueness discussion.
1383
1384 2003-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1385
1386         * mm-view.el (mm-inline-image-emacs): Make it delete an excessive
1387         newline next time.
1388         (mm-inline-image-xemacs): Ditto.
1389
1390 2003-03-10  Jesper Harder  <harder@ifa.au.dk>
1391
1392         * gnus-agent.el (gnus-agent-synchronize-flags-server): Don't use
1393         kill-line.
1394
1395 2003-03-09  Jesper Harder  <harder@ifa.au.dk>
1396
1397         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't use
1398         kill-line.
1399
1400 2003-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1401
1402         * gnus-agent.el (gnus-agent-fetched-hook): New variable.  Just
1403         fixing the code to match the documentation.
1404         (gnus-agent-fetch-selected-article): Replaced
1405         gnus-summary-update-article-line with gnus-summary-update-line as
1406         the former did not correctly recalculate the thread indentation.
1407         (gnus-agent-find-parameter): The agent-predicate, if not found
1408         anywhere else, defaults to the value of gnus-agent-predicate.
1409         (gnus-agent-fetch-session): Fixed typo; now executes
1410         gnus-agent-fetched-hook rather than the undocumented
1411         gnus-agent-fetch-hook.
1412         (gnus-agent-fetch-group-1): Removed part of 2003-03-06 fix.  The
1413         default agent predicate is now provided by
1414         gnus-agent-find-parameter.
1415         (gnus-agent-message): New macro.  This macro avoids potentially
1416         costly parameter evaluation when the message's level is too high
1417         to display.
1418         (gnus-agent-expire-group-1): Disabled undo tracking in temp
1419         overview buffer. Uses new gnus-agent-message macro to reduce
1420         overhead of optional messages. Reversed message levels to
1421         emphasize percent completion messages.  Detailed messages of
1422         little use except when debugging code.
1423
1424 2003-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
1425
1426         * spam.el (spam-ham-move-routine): use
1427         spam-mark-ham-unread-before-move-from-spam-group
1428         (spam-mark-ham-unread-before-move-from-spam-group): new variable
1429
1430 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
1431
1432         * spam.el: load nnimap.el when compiling
1433         (spam-setup-widening): use
1434         nnimap-split-download-body-default instead of
1435         nnimap-split-download-body which is a user-customizable variable
1436
1437 2003-03-07  Simon Josefsson  <jas@extundo.com>
1438
1439         * nnimap.el (nnimap-split-download-body-default): New, holds
1440         default for n-s-d-b.
1441         (nnimap-split-download-body): Add new setting (symbol default),
1442         which uses contents of n-s-d-b-d, and made it the default.
1443
1444 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
1445
1446         * spam.el (spam-use-hashcash): new variable
1447         (spam-list-of-checks): added spam-use-hashcash with associated
1448         spam-check-hashcash
1449         (spam-check-hashcash): new function, installed iff hashcash.el is
1450         loaded
1451         (spam-setup-widening): don't use (return)
1452
1453 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1454
1455         * gnus-agent.el (gnus-agent-fetch-group-1): Added default
1456         predicate of `false' to avoid an error when a group defines no
1457         predicate. Fixed typo that disabled agent scoring (i.e. the
1458         low/high predicates should now work).
1459
1460 2003-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
1461
1462         * spam.el: add spam-maybe-spam-stat-load to
1463         gnus-get-top-new-news-hook, remove it from gnus-get-new-news-hook
1464         (spam-bogofilter-register-with-bogofilter): use
1465         spam-bogofilter-spam-switch and spam-bogofilter-ham-switch
1466         (spam-bogofilter-spam-switch, spam-bogofilter-ham-switch): new
1467         custom variables to replace "-s" and "-n"
1468
1469         * gnus-group.el (gnus-group-get-new-news): call the new
1470         gnus-get-top-new-news-hook hook
1471
1472         * gnus-start.el (gnus-get-top-new-news-hook): new hook, run ONLY
1473         by gnus-get-new-news, NOT by gnus-group-get-new-news-this-group
1474
1475 2003-03-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1476
1477         * mm-uu.el (mm-uu-pgp-encrypted-test): Fix message.
1478
1479 2003-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1480
1481         * gnus-cus.el (gnus-group-customize): Don't use delete-if which is
1482         a cl run-time function.
1483
1484 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1485
1486         * gnus-agent.el (gnus-agent-fetch-group-1): Added missing binding
1487         on gnus-agent-short-article.
1488         (gnus-category-read): Replaced CL function mapcar* with new macro:
1489         gnus-mapcar.
1490         * gnus-util.el (gnus-mapcar): New macro.  Generalizes mapcar to
1491         support functions that accept multiple parameters.  A separate
1492         sequence must be provided for each parameter in the function.
1493         Iteration stops when the end of the shortest list is reached.
1494
1495 2003-03-06  Jesper Harder  <harder@ifa.au.dk>
1496
1497         * nnimap.el (nnimap-request-accept-article): Use delete-region.
1498
1499         * html2text.el (html2text-clean-dtdd, html2text-delete-tags)
1500         (html2text-delete-single-tag, html2text-clean-anchor)
1501         (html2text-remove-tags): Use delete-region.
1502         (html2text-fix-paragraphs): Simplify.
1503
1504         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt)
1505         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
1506         (mml1991-pgg-encrypt, mml1991-pgg-encrypt): Use delete-region, not
1507         kill-region.
1508
1509 2003-03-04  John Paul Wallington  <jpw@gnu.org>
1510
1511         * gnus-agent.el (gnus-agent-enable-expiration)
1512         (gnus-agent-article-alist, gnus-agent-article-alist)
1513         (gnus-agent-cat-defaccessor): Doc fixes.
1514
1515 2003-03-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1516
1517         * gnus-agent.el (gnus-function-implies-unread-1): Grok
1518         byte-compiled functions.
1519
1520 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1521
1522         * gnus-sum.el (gnus-auto-goto-ignores): New variable. Provides
1523         customization between new maneuvering (which permits selecting
1524         undownloaded articles) and old maneuvering (which skipped over
1525         undownloaded articles) behaviors.
1526         (gnus-summary-find-next): Pass through the unread and subject
1527         parameters when calling gnus-summary-find-prev.
1528         (gnus-summary-find-next,gnus-summary-find-prev): Apply
1529         gnus-auto-goto-ignores to filter out unacceptable articles.
1530
1531 2003-03-04  Jesper Harder  <harder@ifa.au.dk>
1532
1533         * mail-source.el (mail-source-read-passwd): Remove. `read-passwd'
1534         exists in all supported Emacs versions, so we don't need this
1535         compatibility function.
1536         (mail-source-fetch-pop, mail-source-check-pop)
1537         (mail-source-fetch-webmail): Use read-passwd.
1538
1539         * nntp.el (nntp-send-authinfo, nntp-send-nosy-authinfo)
1540         (nntp-open-telnet, nntp-open-via-telnet-and-telnet): Use
1541         read-passwd.
1542
1543         * nnwarchive.el (nnwarchive-open-server): Use read-passwd.
1544
1545         * imap.el (imap-read-passwd): Remove.
1546         (imap-interactive-login): Use read-passwd.
1547
1548         * canlock.el (canlock-read-passwd): Remove.
1549         (canlock-insert-header, canlock-verify): Use read-passwd.
1550
1551         * sieve-manage.el (sieve-manage-read-passwd): Remove.
1552         (sieve-manage-interactive-login): Use read-passwd.
1553
1554         * pop3.el (pop3-read-passwd): Remove.
1555         (pop3-movemail, pop3-get-message-count, pop3-apop): Use
1556         read-passwd.
1557
1558         * pgg.el (pgg-read-passphrase): Simplify.
1559
1560 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1561
1562         * gnus-agent.el (gnus-agent-mode): Fixed the mode line reports
1563         'plugged' when actually 'unplugged' bug.
1564         (gnus-category-read): Ignore nil values when converting an
1565         old-format category so that the new-format category will default
1566         those attributes to the global variables.
1567
1568 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1569
1570         * mail-source.el (mail-source-delete-old-incoming-confirm): Fixed
1571         doc-string.
1572
1573 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
1574
1575         * nnrss.el (nnrss-decode-entities-unibyte-string): Use `buffer-string'.
1576         * nndoc.el (nndoc-dissect-mime-parts-sub): do.
1577         * nndb.el (nndb-request-accept-article, nndb-status-message): do.
1578         * mm-url.el (mm-url-decode-entities-string): do.
1579         * mml1991.el (mml1991-mailcrypt-sign, mml1991-gpg-sign): do.
1580         * mm-decode.el (mm-find-raw-part-by-type): do.
1581         * message.el (message-send-mail-partially)
1582         (message-send-mail-with-sendmail): do.
1583         * gnus-uu.el (gnus-uu-save-article, gnus-uu-reginize-string): do.
1584         * gnus-kill.el (gnus-pp-gnus-kill): do.
1585         * gnus-art.el (gnus-article-treat-unfold-headers)
1586         (gnus-article-encrypt-body): do.
1587
1588 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1589
1590         * mail-source.el (mail-source-delete-incoming): Allow integer value.
1591         (mail-source-delete-old-incoming-confirm): New variable.
1592         (mail-source-delete-old-incoming): Use it.  New function.
1593         (mail-source-callback): Call `mail-source-delete-old-incoming' if
1594         `mail-source-delete-incoming' is a nonnegative integer.
1595
1596 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
1597
1598         * gnus-msg.el (gnus-extended-version): Fix for 'emacs-gnus-config.
1599         (gnus-user-agent): Fixed typo.
1600
1601 2003-03-03  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1602
1603         * gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
1604         (gnus-agent-expire-group-1): Removed invalid (interactive) specifier.
1605
1606 2003-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1607
1608         * gnus-agent.el (gnus-agent-fetch-articles): Fix nil message.
1609         (gnus-agent-fetch-session): Allow debugging to take place.
1610
1611 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
1612
1613         * gnus-sum.el (gnus-highlight-selected-summary)
1614         (gnus-article-get-xrefs, gnus-summary-show-thread): Use
1615         `gnus-point-at-bol' and `gnus-point-at-eol' instead of
1616         `(progn (beginning-of-line) (point))'.  It's shorter, faster,
1617         and makes it clear that we don't need the side effect.
1618         * gnus-util.el (gnus-delete-line): do.
1619         * gnus-xmas.el (gnus-group-add-icon): do.
1620         * nnmail.el (nnmail-article-group, nnmail-cache-fetch-group): do.
1621         * nntp.el (nntp-send-authinfo-from-file): do.
1622         * nnml.el (nnml-header-value): do.
1623         * nnheader.el (nnheader-insert-references): do.
1624         * gnus-cite.el (gnus-article-highlight-citation)
1625         (gnus-cite-parse): do.
1626         * gnus-score.el (gnus-score-followup): do.
1627         * gnus-draft.el (gnus-draft-send): do.
1628         * gnus-group.el (gnus-group-highlight-line): do.
1629         * gnus-cache.el (gnus-cache-braid-nov): do.
1630         * nnfolder.el (nnfolder-retrieve-headers)
1631         (nnfolder-request-article): do.
1632         * gnus-art.el (article-hide-boring-headers)
1633         (gnus-article-hide-header): do.
1634
1635         * nnheader.el (nnheader-find-nov-line): Use gnus-delete-line.
1636         * nnml.el (nnml-request-replace-article): do.
1637         * nnmbox.el (nnmbox-request-move-article, nnmbox-delete-mail): do.
1638         * nnfolder.el (nnfolder-request-move-article): do.
1639         * gnus-cache.el (gnus-cache-possibly-remove-article): do.
1640         * gnus-art.el (gnus-mm-display-part): do.
1641
1642         * gnus-art.el (gnus-article-goto-part): Use gnus-goto-char.
1643
1644 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1645
1646         * nntp.el (nntp-possibly-change-group): Avoid calling
1647         process-buffer on nil (Which happened when you lost your
1648         connection while fetching); instead signal a "Server Closed
1649         Connection" error.
1650
1651 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1652
1653         * gnus-agent.el (gnus-agent-enable-expiration): New
1654         variable. Either ENABLE or DISABLE.  Sets default behavior for
1655         selecting which groups are expired.
1656         (gnus-agent-cat-set-property, gnus-agent-cat-defaccessor,
1657         gnus-agent-set-cat-groups): Provides abstract interface for
1658         accessing agent category.  Category now implemented by an alist.
1659         (gnus-agent-add-group, gnus-agent-remove-group,
1660         gnus-category-insert-line, gnus-category-edit-predicate,
1661         gnus-category-edit-score, gnus-category-edit-groups,
1662         gnus-category-copy, gnus-category-add, gnus-group-category): Use
1663         new agent category abstraction.
1664         (gnus-agent-find-parameter): New function. Search for agent
1665         configuration parameter first in the group's parameters, then its
1666         topics (if any), and then the group's category.  If not found
1667         anywhere, use the original defined constants.
1668         (gnus-agent-fetch-headers, gnus-agent-fetch-group-1): Use new
1669         gnus-agent-find-parameter.
1670         (gnus-agent-fetch-headers, gnus-agent-uncached-articles): Clearing
1671         gnus-agent-cache now blocks retrieving headers and articles from
1672         the local cache.  Fetched content is still added to the cache
1673         before being returned.
1674         (gnus-agent-fetch-session): Use error-message-string to generate
1675         displayed error message.
1676         (gnus-agent-customize-category): New Command. 'e' in category
1677         buffer opens category customization buffer.
1678         (gnus-category-read): Reads either positional or alist format;
1679         returns alist format.
1680         (gnus-category-write): Writes category file compatible with
1681         current, and previous, versions of gnus-agent.
1682         (gnus-category-make-function, gnus-category-make-function-1):
1683         Corrected documentation; parameter is predicate NOT category.
1684         (gnus-predicate-implies-unread): Now works in more cases per the
1685         todo comment.
1686         (gnus-function-implies-unread-1): New function. Supports
1687         gnus-predicate-implies-unread.
1688         (gnus-agent-expire-group): Command now provides default of group
1689         under point.
1690         (gnus-agent-expire-group-1): Obeys new agent-enable-expiration and
1691         agent-days-until-old parameters. No longer supports
1692         gnus-agent-expire-days being set to an alist.
1693         (gnus-agent-request-article): Now performs its own checks of
1694         gnus-agent, gnus-agent-cache, and gnus-plugged rather than
1695         assuming that the caller will do them correctly.
1696         (): Added one-time hook to gnus-group-prepare-hook.  Detects when
1697         gnus-agent-expire-days is set to an alist.  Converts said alist
1698         into group parameter so that gnus-agent-expire-days will not be
1699         needed.
1700         * gnus-art.el (gnus-request-article-this-buffer): Conditional
1701         checks surrounding gnus-agent-request-article removed; now
1702         performed by gnus-agent-request-article.
1703         * gnus-cus.el (gnus-agent-parameters): New variable. List of
1704         customizable group/topic parameters that regulate the agent.
1705         (gnus-group-customize): Uses gnus-agent-parameters.  Replaced
1706         kill-buffer with gnus-kill-buffer to remove the killed buffer from
1707         the list of gnus buffers.
1708         (gnus-trim-whitespace): Removes leading and trailing whitespace
1709         from multiline strings.
1710         (gnus-agent-cat-prepare-category-field,
1711         gnus-agent-customize-category): Constructs a category
1712         customization buffer.
1713         * gnus-int.el (gnus-retrieve-headers,
1714         gnus-request-expire-articles): No longer checks gnus-agent-cache
1715         as it is handled internally by the agent.
1716         (gnus-request-head, gnus-request-body): Conditional checks
1717         surrounding gnus-agent-request-article removed; now performed by
1718         gnus-agent-request-article.
1719
1720         * gnus-start.el (): Added defvar statements to resolve compilation
1721         warnings.
1722         (gnus-long-file-names): New function. Isolates platform dependent
1723         msdos-long-file-names.
1724         (gnus-save-startup-file-via-temp-buffer): New variable. Provides
1725         option of writing directly to file.  Avoids memory exhausted
1726         errors when .newsrc.eld is huge.
1727         (gnus-save-newsrc-file): Uses new
1728         gnus-save-startup-file-via-temp-buffer.
1729         (gnus-gnus-to-quick-newsrc-format): Rewritten to write to
1730         standard-output.
1731         (gnus-display-time-event-handler): Changed to alias from a defun
1732         to avoid a compile-time warning when display-time-event-handler is
1733         not defined.
1734         * gnus-util.el (gnus-with-output-to-file): New macro. Binds
1735         standard-output such that prin1 and princ will write directly to a
1736         file.
1737
1738         * gnus.el (gnus-agent-cache): Expanded documentation.
1739         (gnus-summary-high-undownloaded-face): Removed second bold keyword
1740         so that this face is actually bold.
1741
1742         * nnkiboze.el (nnkiboze-request-article): Only use the cache when
1743         gnus-use-cache has been set.
1744
1745 2003-03-02  Jesper Harder  <harder@ifa.au.dk>
1746
1747         * nnvirtual.el (nnvirtual-update-xref-header): Simplify.
1748
1749 2003-03-01  Jesper Harder  <harder@ifa.au.dk>
1750
1751         * gnus-art.el (gnus-article-refer-article): Be more permissive.
1752
1753 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1754
1755         * spam.el: Fix typo.
1756
1757 2003-03-01  Satyaki Das  <satyaki@theforce.stanford.edu>
1758         (Trivial patch.)
1759
1760         * pgg-gpg.el (pgg-gpg-process-region): Insert process status into
1761         errors-buffer. This produces a nicer error message in case of
1762         problems.
1763
1764 2003-03-01  Teodor Zlatanov  <tzz@lifelogs.com>
1765
1766         * spam.el (spam-maybe-spam-stat-load, spam-maybe-spam-stat-load):
1767         load stats iff spam-use-stat is on
1768
1769         * spam.el: add spam-maybe-spam-stat-load to gnus-startup hook,
1770         also use spam-maybe-spam-stat-load and spam-maybe-spam-stat-save
1771         instead of spam-stat-load and spam-stat-save in the
1772         gnus-get-new-news-hook and gnus-save-newsrc-hook, respectively
1773
1774 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1775
1776         * mm-view.el (mm-inline-text): Ignore errors from enriched-decode.
1777
1778 2003-03-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1779
1780         * message.el (message-make-fqdn): Protect against nil user-mail.
1781
1782 2003-02-28  Vasily Korytov <deskpot@myrealbox.com>
1783
1784         * gnus-art.el (gnus-boring-article-headers): New values:
1785         'to-list and 'cc-list.
1786
1787 2003-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
1788
1789         * spam.el (spam-setup-widening): new function to set
1790         nnimap-split-download-body, we add it to gnus-get-new-news-hook
1791         (spam-list-of-statistical-checks): list of statistical splitter
1792         checks
1793         (spam-split): added a widen call when a statistical check is
1794         enabled
1795
1796 2003-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
1797
1798         * gnus-msg.el (gnus-user-agent): Changed default to
1799         'emacs-gnus-type, renamed 'full.
1800
1801 2003-02-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
1802
1803         * nnfolder.el (nnfolder-request-accept-article): Don't use
1804         mail-header-unfold-field.
1805
1806 2003-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
1807
1808         * imap.el (imap-ssl-open): Don't depend on ssl.el.
1809         * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
1810
1811 2003-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
1812
1813         * spam.el: add spam-stat-load to gnus-get-new-news-hook
1814         (spam-split): remove spam-stat-load call
1815
1816 2003-02-26  Simon Josefsson  <jas@extundo.com>
1817
1818         * gnus-sum.el (gnus-summary-toggle-header): Run
1819         gnus-article-decode-hook instead of calling a-decode-encoded-words
1820         directly (the latter is run as part of the former).
1821
1822 2003-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
1823
1824         * gnus-agent.el (gnus-agent-expire-group): Remove debug.
1825
1826 2003-02-25  Jesper Harder  <harder@ifa.au.dk>
1827
1828         * message.el (message-sendmail-envelope-from): New option.
1829         (message-sendmail-envelope-from): New function.
1830         (message-send-mail-with-sendmail): Use it.
1831
1832 2003-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
1833
1834         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Added
1835         compensation for TDMA addresses.
1836
1837 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1838
1839         * gnus-msg.el (gnus-user-agent): New variable.
1840         (gnus-version-expose-system): Removed.  Obsoleted by
1841         `gnus-user-agent'.
1842         (gnus-extended-version): Use `gnus-user-agent'.
1843
1844 2003-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
1845
1846         * spam.el (spam-stat-register-spam-routine,
1847         spam-stat-register-ham-routine): remove spam-stat-save
1848         (spam-stat hook): add spam-stat-save to the gnus-save-newsrc-hook
1849
1850 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1851
1852         * gnus-group.el (gnus-topic-mode-p): Fixed free variable
1853         reference.
1854
1855 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1856
1857         * nnheader.el (nnheader-find-nov-line): Changed midpoint
1858         calculation to avoid integer overflow.
1859
1860 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
1861
1862         * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
1863
1864 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
1865         * spam.el: disabled spam-get-article-as-filename
1866
1867         From Michael Shields  <shields@msrl.com>
1868
1869         * gnus-group.el (gnus-group-is-exiting-without-update-p): New.
1870         * gnus-sum.el (gnus-summary-exit-no-update): Use it.
1871         * gnus-sum.el (gnus-summary-expire-articles): Use it.
1872         * spam.el (spam-summary-prepare-exit): Use it.
1873         * gnus.el (gnus-install-group-spam-parameters): New.
1874         * spam.el (spam-group-ham-processor-copy-p): New.
1875         * spam.el (spam-summary-prepare-exit): Support for ham copying.
1876         * spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
1877         that would cause the current message to be moved if the group had
1878         no spam.
1879         * spam.el (spam-ham-move-routine): New `copy' argument.
1880
1881 2003-02-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1882         From Martin Thornquist <martint@ifi.uio.no>
1883
1884         * gnus-topic.el (gnus-topic-select-group): Select last group if
1885         after last group.
1886         * gnus-group.el (gnus-group-select-group): Ditto.
1887
1888 2003-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1889
1890         * gnus-art.el (popup-menu): Compiler macro for Emacs 20.
1891         (gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
1892         point-at-(b|e)ol which aren't available in Emacs 20.
1893
1894         * gnus-registry.el (puthash): Alias to cl-puthash for Emacs 20.
1895
1896 2003-02-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1897
1898         * gnus-start.el (gnus-activate-group): Re-enabled the catch error
1899         clause of the condition-case statement.  Errors connecting to a
1900         server no longer terminate gnus.
1901
1902         * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
1903         make its use obvious.  Added no-nothing case to avoid
1904         opening(closing) servers when already open(closed).
1905         (gnus-agent-while-plugged): Added macro to facilitate internal use
1906         of gnus-agent-toggle-plugged.
1907         (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
1908         temporarily open servers.
1909         (gnus-agent-get-undownloaded-list): Sort list of article numbers
1910         as sorting gnus-newsgroup-headers is wrong.
1911         (gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
1912         to temporarily open servers. Corrected logic to handle setting
1913         gnus-agent-mark-unread-after-downloaded.
1914         (gnus-agent-fetch-articles): Now handles headers with missing
1915         article sizes and/or missing article lengths.  Now clears the
1916         message buffer when finished.
1917         (gnus-agent-fetch-group-1): Position point before calling
1918         gnus-summary-set-agent-mark.
1919         (gnus-get-predicate): Corrected description, parameter is
1920         predicate not category.
1921         (gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
1922         provide a separate single group expiration function.
1923         (gnus-agent-regenerate-group): Now clears the message buffer when
1924         finished.
1925
1926 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1927
1928         * gnus.el (gnus-agent-target-move-group-header): New variable.
1929         * gnus-draft.el (gnus-draft-send): If special header
1930         "X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
1931         that group, instead of performing the regular sending functions.
1932
1933 2003-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1934
1935         * gnus-xmas.el (gnus-xmas-mime-button-menu): Accept a prefix arg.
1936
1937 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
1938
1939         * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
1940         variables.
1941         (message-make-fqdn): Use it.  Improved validity check.
1942
1943 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1944
1945         * message.el (message-user-mail-address): Check whether
1946         user-mail-address looks valid.
1947
1948         * gnus-msg.el (gnus-mailing-list-followup-to): New function.
1949
1950         * gnus-util.el (gnus-fetch-original-field): New function.
1951
1952 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1953
1954         * message.el (message-mode): \\(...\\) around additional
1955         paragraph-separate alternative.
1956
1957 2003-02-23  Jesper Harder  <harder@ifa.au.dk>
1958
1959         * gnus-art.el (gnus-mime-button-commands): Add ellipsis.
1960         (gnus-mime-button-menu): Define MIME popup menu with easy-menu to
1961         display key bindings.
1962         (gnus-mime-button-menu): Rewrite.
1963
1964 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1965
1966         * gnus-art.el (gnus-button-url-regexp): Removed `.
1967
1968 2003-02-23  Max Froumentin  <mf@w3.org>
1969
1970         * gnus-art.el (gnus-button-url-regexp): Remove `, enter '.
1971
1972 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1973
1974         * gnus-art.el (gnus-mime-action-on-part): Require a match
1975         interactively.
1976
1977         * gnus-start.el (gnus-save-newsrc-file): Use
1978         gnus-backup-startup-file.
1979         (gnus-backup-startup-file): New variable.
1980
1981 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1982
1983         * gnus.el (gnus-summary-buffer-name): Moved function here.
1984
1985         * gnus-draft.el (defun): Remove debug.
1986
1987 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
1988
1989         * gnus-sum.el (gnus-summary-refer-article): Skip method if we
1990         can't open server.
1991
1992 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1993
1994         * gnus-draft.el (defun): Configure posting styles.
1995
1996         * gnus-start.el (gnus-get-unread-articles-in-group): Make sure
1997         the entry for the group exists before we alter it.
1998
1999 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2000
2001         * message.el (message-mode): MML tags separate paragraphs.  Small
2002         change from David S Goldberg <david.goldberg6@verizon.net>.
2003
2004         * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
2005         `gnus-newsgroup-headers'.
2006
2007         * gnus-art.el (gnus-article-refer-article): Grok more message id
2008         formats.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
2009
2010 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
2011
2012         * mm-decode.el (mm-path-name-rewrite-functions): Doc fix: don't
2013         use "path name".
2014
2015 2003-02-21  Teodor Zlatanov  <tzz@lifelogs.com>
2016
2017         * gnus-sum.el (gnus-summary-move-article)
2018         (gnus-summary-expire-articles): send data header for article, not
2019         just article ID
2020
2021         * gnus-registry.el (gnus-registry-hashtb, gnus-register-action)
2022         (gnus-register-spool-action): added hashtable of message ID keys
2023         with message motion data
2024
2025 2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
2026         From Reiner Steib  <Reiner.Steib@gmx.de>.
2027
2028         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
2029         variable, used in `gnus-button-mid-or-mail-heuristic'.
2030         (gnus-button-mid-or-mail-heuristic): New function derived from
2031         Florian Weimer's Perl script.
2032         (gnus-button-handle-mid-or-mail): Allow a function instead of
2033         'guess.
2034         (gnus-button-guessed-mid-regexp): Removed.
2035
2036 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2037
2038         * message.el (message-resend): Bind message-setup-hook to nil;
2039         remove X-Draft-From header.
2040
2041 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
2042
2043         * gnus-sum.el (gnus-simplify-subject-fully, gnus-subject-equal)
2044         (gnus-newsgroup-undownloaded)
2045         (gnus-summary-save-parts-default-mime, gnus-auto-select-next):
2046         Doc fixes.
2047
2048 2003-02-17  John Paul Wallington  <jpw@gnu.org>
2049
2050         * gnus.el (gnus-shell-command-separator, gnus-email-address)
2051         (gnus-default-charset, gnus-other-frame-parameters): Doc fixes.
2052
2053 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
2054
2055         * gnus-spec.el (gnus-xmas-format): Use insert instead of
2056         insert-string which is obsolete in Emacs 21.4.
2057
2058         * message.el (message-cross-post-followup-to-header): do.
2059
2060         * spam.el (spam-ifile-register-with-ifile)
2061         (spam-stat-register-spam-routine)
2062         (spam-stat-register-ham-routine)
2063         (spam-bogofilter-register-with-bogofilter): do.
2064
2065         * mailcap.el (mailcap-mime-data): Fix typo.
2066
2067         * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
2068
2069 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
2070
2071         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
2072         (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
2073         `gnus-cite-unsightly-citation-regexp'.
2074
2075 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2076
2077         * gnus-msg.el (gnus-copy-article-buffer): Copy an article header
2078         even if there's just a header.
2079
2080 2003-02-19  Jesper Harder  <harder@ifa.au.dk>
2081
2082         * message.el (message-fix-before-sending): Fix highlighting of
2083         illegible and invisible text.
2084
2085         * gnus-util.el (gnus-multiple-choice): Separate choices with
2086         ",\e,A \e(B".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
2087
2088 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
2089
2090         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
2091
2092 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
2093
2094         * spam.el (spam-ham-move-routine)
2095         (spam-mark-spam-as-expired-and-move-routine): use
2096         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
2097         around process-mark manipulation on the group
2098
2099 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2100
2101         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
2102         submenu.
2103
2104 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2105
2106         * mail-source.el (mail-source-fetch): Reverse the return value of
2107         the continuation question.
2108
2109 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2110
2111         * nndraft.el (nndraft-request-move-article): Bind
2112         nnmh-allow-delete-final to t.
2113
2114 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
2115
2116         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
2117
2118 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
2119
2120         * nntp.el (nntp-accept-process-output): Don't use point-max to get
2121         the buffer's size.
2122
2123 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
2124
2125         * nnheader.el: Added cygwin to system-type comparisons.
2126
2127 2003-01-27  Juanma Barranquero  <lektu@terra.es>
2128
2129         * imap.el (imap-mailbox-status): Fix typo.
2130
2131 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
2132
2133         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
2134         online.
2135
2136 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2137
2138         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
2139         commands.
2140         * gnus-sum.el: Small change from Frank Weinberg
2141         <frank@usenet-rundfahrt.de>:
2142         (gnus-auto-center-group): New variable.
2143         (gnus-summary-read-group-1): Use it.
2144         (gnus-summary-next-group): Fix docstring.
2145
2146 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2147
2148         * gnus-util.el (gnus-faces-at): Simplify.
2149
2150 2003-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2151
2152         * spam.el (spam-ham-move-routine)
2153         (spam-mark-spam-as-expired-and-move-routine): made the article
2154         move conditional, so it's not called even if there's nothing to move
2155
2156 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2157
2158         * message.el (message-unix-mail-delimiter): Accept any whitespace
2159         after the email address and before the date; do not require the
2160         space character.  From Kurt B. Kaiser <kbk@shore.net>.
2161
2162 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2163
2164         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
2165         gnus-article-boring-faces variable is bound; use gnus-faces-at.
2166
2167         * gnus-util.el (gnus-faces-at): New macro.
2168
2169 2003-02-13  Michael Shields  <shields@msrl.com>
2170
2171         * gnus-cite.el
2172         (gnus-cite-attribution-suffix, gnus-cite-parse):
2173         Better handling for Microsoft citation styles.
2174         (gnus-unsightly-citation-regexp): New.
2175
2176 2003-02-12  Michael Shields  <shields@msrl.com>
2177
2178         * gnus-art.el (article-strip-banner): Strip both per-group and
2179         per-user-address banners.
2180         (article-really-strip-banner): New.
2181
2182 2003-02-12  Michael Shields  <shields@msrl.com>
2183
2184         * gnus-sum.el (gnus-article-goto-next-page,
2185         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
2186         relying on the summary bindings of `n' and `p'.
2187
2188 2003-02-12  Michael Shields  <shields@msrl.com>
2189
2190         * gnus-art.el (gnus-article-only-boring-p): New.
2191         (gnus-article-skip-boring): New.
2192         * gnus-cite.el (gnus-article-boring-faces): New.
2193         * gnus-sum.el (gnus-summary-next-page): Use
2194         gnus-article-only-boring-p.
2195
2196 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
2197
2198         * spam.el (spam-mark-spam-as-expired-and-move-routine)
2199         (spam-ham-move-routine): unmark all articles before marking those
2200         of interest and calling gnus-summary-move-article
2201
2202 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
2203
2204         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
2205         logically the complement of gnus-get-buffer-create and
2206         gnus-add-buffer.
2207
2208         * gnus-util.el (gnus-kill-buffer): do.
2209
2210         * nnmail.el: Autoload gnus-kill-buffer.
2211
2212 2003-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2213
2214         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
2215         gnus-summary-goto-subject as gnus-summary-update-mark operates on
2216         the current LINE.
2217         (gnus-agent-summary-fetch-group): Minimized the number of times
2218         that the article is updated in the buffer.
2219
2220 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
2221
2222         * spam.el (spam-ham-move-routine): use the process-mark instead of
2223         gnus-current-article when moving articles
2224         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
2225
2226 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2227
2228         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
2229         (gnus-topic-catchup-articles): Ditto.
2230         (gnus-topic-mark-topic): Reverse recursive logic.
2231
2232 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
2233
2234         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
2235         gnus-refer-thread-limit is t.
2236
2237 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
2238
2239         * mm-util.el (mm-mule-charset-to-mime-charset): Use
2240         sort-coding-systems to prefer utf-8 over utf-16.
2241
2242 2003-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2243
2244         * gnus-agent.el (gnus-agent-expire-days):
2245         gnus-request-move-article depends on gnus-agent-expire to clean up
2246         the cache after moving the article.  Therefore, g-a-e-d can NOT
2247         default to nil or can gnus-agent-expire be disabled by doing so.
2248         If you don't want to run gnus-agent-expire, don't call it.
2249         (gnus-agent-expire): The broken test to disable gnus-agent-expire
2250         when g-a-e-d was NOT nil was removed.
2251         (gnus-agent-article-name): Removed unnecessary input test as
2252         article IDs are always strings.
2253         (gnus-agent-regenerate-group): Added check to protect against
2254         servers that generate absurdly long article IDs.  Valid IDs are
2255         less than 10 digits to avoid overflow errors.  Fixed logic error
2256         when ensuring that the final article ID is present in the new
2257         alist.
2258
2259 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2260
2261         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
2262         next line after finding the parent.
2263
2264 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2265
2266         * gnus.el (gnus-version-number): Bumped.
2267
2268 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2269
2270         * gnus.el: Oort Gnus v0.15 is released.
2271
2272 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
2273
2274         * nnmail.el (nnmail-split-it): If a message ends up matching the
2275           same mailbox more than once, it will cause duplicates to appear
2276           in the mailbox.
2277
2278 2003-02-08  Simon Josefsson  <jas@extundo.com>
2279
2280         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
2281         code that only worked under Emacs.
2282
2283         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
2284         Das <satyaki@chicory.stanford.edu>.
2285
2286 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
2287
2288         * gnus-art.el (gnus-article-refer-article): Use
2289         gnus-replace-in-string.
2290
2291         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
2292         (gnus-remove-duplicates): do.
2293
2294 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
2295
2296         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
2297         (gnus-request-scan): set
2298         gnus-internal-registry-spool-current-method to gnus-command-method
2299         before a request-scan operation
2300
2301         * gnus-registry.el (regtest-nnmail): use
2302         gnus-internal-registry-spool-current-method
2303
2304 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2305
2306         * mail-source.el (mail-source-fetch): Typo fix.
2307
2308 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
2309
2310         * nnmail.el (nnmail-spool-hook): new hook
2311         (nnmail-cache-insert): call nnmail-spool-hook
2312
2313         * gnus-registry.el: new file with examples of using the hooks
2314
2315         * gnus.el (gnus-registry): added registry customization group
2316         (gnus-group-prefixed-name): improve function to return full group
2317         name optionally
2318         (gnus-group-guess-prefixed-name): shortcut to
2319         gnus-group-prefixed-name, using just the group name
2320         (gnus-group-full-name): always get a group's full name
2321         (gnus-group-guess-full-name): shortcut, using just the group name
2322
2323         * gnus-sum.el (gnus-summary-article-move-hook)
2324         (gnus-summary-article-delete-hook)
2325         (gnus-summary-article-expire-hook): new hooks
2326         (gnus-summary-move-article, gnus-summary-expire-articles)
2327         (gnus-summary-delete-article): invoke the new hooks
2328
2329 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
2330
2331         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
2332         from message-ID
2333
2334 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
2335
2336         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
2337
2338 2003-02-07  John Paul Wallington  <jpw@gnu.org>
2339
2340         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
2341         (mm-write-region, mm-detect-coding-region): Doc fixes.
2342
2343 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2344
2345         * mail-source.el (mail-source-fetch): Ignore errors.
2346         (mail-source-ignore-errors): New variable.
2347
2348         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
2349         articles.
2350
2351         * gnus-msg.el (gnus-version-expose-system): Change default.
2352
2353 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
2354
2355         * gnus-msg.el (gnus-version-expose-system): New variable.
2356
2357 2003-02-07  Simon Josefsson  <jas@extundo.com>
2358
2359         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
2360         patch from deskpot@myrealbox.com (Vasily Korytov).
2361
2362 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2363
2364         * gnus-art.el (article-display-face): Get the Face header from
2365         the current buffer.
2366
2367 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2368
2369         * gnus-art.el (gnus-mime-view-part-internally): Bind
2370         buffer-read-only to nil.
2371
2372 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2373
2374         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
2375         from g-a-e-1 to g-a-e-2.
2376
2377 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
2378
2379         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
2380         of bbdb-search-simple, use spam-use-BBDB-exclusive
2381         (spam-check-whitelist): use spam-use-whitelist-exclusive
2382         (spam-use-whitelist-exclusive): new variable affecting
2383         spam-use-whitelist
2384         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
2385
2386 2003-02-05  Simon Josefsson  <jas@extundo.com>
2387
2388         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
2389         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
2390         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
2391         (gnus-agent-expire-1): New.
2392         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
2393         (gnus-agent-expire-2): New.
2394
2395 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
2396
2397         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
2398         "delete-if" is misleading because it isn't actually destructive.
2399
2400         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
2401
2402         * nnmail.el (nnmail-purge-split-history): do.
2403
2404         * gnus-win.el (gnus-get-buffer-window): do.
2405
2406         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
2407         let-binding.
2408         (gnus-simplify-all-whitespace): do.
2409
2410 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2411
2412         * gnus-delay.el (gnus-delay-article): Fix binding of the
2413         nndraft:delayed group.
2414
2415 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
2416
2417         * gnus.el (spam group parameters): change 'other to 'const in
2418         the group parameter definitions to soothe XEmacs
2419
2420 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2421
2422         * gnus-delay.el (gnus-delay-article): Really create
2423         nndraft:delayed group if it doesn't exist.
2424
2425 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
2426
2427         * gnus-sum.el (gnus-summary-search-article): Speed up by
2428         disabling various visual features while searching.
2429         (gnus-summary-recenter): Test gnus-auto-center-summary first.
2430
2431 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
2432
2433         * spam.el (spam-list-of-checks): Don't quote nil and t in
2434         docstrings.  From the elisp manual:
2435
2436            When a documentation string refers to a Lisp symbol, write
2437            it [..] with single-quotes around it.  [..] There are two
2438            exceptions: write t and nil without single-quotes.
2439
2440         * messcompat.el (message-from-style): do.
2441
2442         * message.el (message-send-mail): do.
2443
2444         * gnus-util.el (gnus-use-byte-compile): do.
2445
2446         * gnus-score.el (gnus-score-lower-thread): do.
2447
2448         * gnus-int.el (gnus-server-unopen-status): do.
2449
2450         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
2451         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
2452
2453         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
2454         (gnus-group-parameters): do.
2455
2456         * gnus-art.el (gnus-article-mime-match-handle-function): do.
2457
2458         * mm-decode.el (mm-text-html-renderer): do.
2459
2460 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2461
2462         * nnheader.el (nnheader-directory-separator-character): Change the
2463         way to compute the dafault value.
2464
2465 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
2466
2467         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
2468         (gnus-button-alist): Fix regexp for describe-key.
2469         (gnus-button-handle-describe-function)
2470         (gnus-button-handle-describe-variable)
2471         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
2472         (gnus-button-handle-apropos-variable)
2473         (gnus-button-handle-apropos-documentation): Docstring fix.
2474
2475         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
2476
2477 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2478
2479         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
2480         to nil.
2481
2482         * nnmail.el: Removed gnus-util autoload.
2483
2484         * gnus.el: Use gnus-prin1-to-string throughout.
2485
2486         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
2487         print-level.
2488
2489         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
2490         (gnus-treat-display-grey-xface): Removed.
2491
2492         * gnus-fun.el (gnus-grab-cam-face): New.
2493         (gnus-convert-image-to-gray-x-face): Removed.
2494         (gnus-convert-gray-x-face-to-xpm): removed.
2495         (gnus-convert-gray-x-face-region): Removed.
2496         (gnus-grab-gray-x-face): Removed.
2497
2498         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
2499
2500 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
2501
2502         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
2503         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
2504         bound.
2505
2506         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
2507
2508 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
2509
2510         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
2511         Remove -- these are bogus options which are never used.
2512
2513 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
2514
2515         * gnus-art.el (gnus-article-mode): Use summary tool bar.
2516
2517 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
2518
2519         * spam.el (spam-check-blackholes)
2520         (spam-blackhole-good-server-regex): new variable to skip some IPs
2521         when checking blackholes; use it
2522         (spam-check-bogofilter-headers)
2523         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
2524         case more X-Bogosity is used than just "Yes/No"
2525         (spam-ham-move-routine): semi-fixed, only first article is
2526         properly moved now
2527
2528 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
2529
2530         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
2531         as well.
2532
2533         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
2534
2535         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
2536
2537         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
2538
2539         * gnus-bcklg.el (gnus-backlog-shutdown): do.
2540
2541         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
2542
2543 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2544
2545         * gnus-fun.el (gnus-face-encode): New function.
2546         (gnus-convert-png-to-face): Use it.
2547
2548         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks.
2549
2550 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
2551
2552         * mm-decode.el (mm-dissection-list): Remove.
2553         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
2554         only used in mm-remove-all-parts.
2555         (mm-remove-all-parts): Remove it, it's never called.
2556
2557 2003-01-25  Simon Josefsson  <jas@extundo.com>
2558
2559         * gnus-group.el (gnus-group-make-group): Report errors.
2560
2561         * nnimap.el (nnimap-request-create-group): Ditto.
2562
2563         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
2564
2565         * sieve.el (sieve-upload): Fix error printing.
2566
2567         * mm-encode.el (mm-qp-or-base64): Always QP iff
2568         mm-use-ultra-safe-encoding and cleartext PGP.
2569
2570         * gnus-sum.el (gnus-summary-select-article): Inhibit
2571         redisplay (mainly for secured messages).
2572
2573         * nnmail.el (nnmail-article-group): Copy body too (but don't
2574         process it).
2575
2576 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
2577
2578         * gnus-art.el (gnus-article-setup-buffer): Reset
2579         gnus-button-marker-list.
2580
2581 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2582
2583         * nntp.el (nntp-read-timeout): Default to using a second delay
2584         under Microsoft Windows.
2585
2586 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2587
2588         * nnheader.el (nnheader-directory-separator-character): New
2589         variable.
2590
2591 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2592
2593         * gnus-agent.el (gnus-agent-max-fetch-size)
2594         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
2595         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
2596         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
2597         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
2598         (gnus-agent-braid-nov, gnus-agent-load-alist)
2599         (gnus-agent-article-alist-save-format)
2600         (gnus-agent-read-agentview, gnus-agent-save-alist)
2601         (gnus-agent-fetch-group-1, gnus-agent-expire)
2602         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
2603         (gnus-agent-regenerate-group): Reformat to keep under eighty
2604         columns.  Reword docstrings so that first line is under eighty
2605         chars and a complete sentence.  Still need to work on the rear
2606         end of the file, in particular gnus-agent-expire.
2607
2608 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2609
2610         * gnus-agent.el (gnus-agentize): Indent.
2611
2612         * gnus.el (gnus-version-number): Bumped.
2613
2614 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2615
2616         * gnus.el: Oort Gnus v0.14 is released.
2617
2618 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2619
2620         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
2621         before beginning.  Tiny patch from Mark Thomas
2622         <swoon@bellatlantic.net>.
2623
2624 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
2625
2626         * spam.el (spam-check-blackholes, spam-split)
2627         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
2628         gnus-message calls to show to users what spam.el is doing
2629
2630 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
2631
2632         * gnus-msg.el (gnus-message-replysign)
2633         (gnus-message-replyencrypt): Fix typo.
2634
2635 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2636
2637         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
2638         details.
2639
2640 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2641
2642         * gnus-art.el (gnus-article-press-button): let* -> let.
2643         (gnus-mime-security-show-details): Cleaned up.
2644         (gnus-mime-security-press-button): Save excursion.
2645         (gnus-insert-mime-security-button): Clean up.
2646
2647         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
2648
2649         * gnus-async.el (gnus-async-wait-for-article): Don't use a
2650         timeout.
2651
2652         * nntp.el (nntp-accept-process-output): Removed timeout.
2653         (nntp-read-timeout): New variable.
2654         (nntp-accept-process-output): Use it.
2655
2656         * gnus-sum.el (gnus-data-find-list): Remove *.
2657
2658 2003-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2659
2660         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
2661         introduced on 2002-01-22.
2662         (gnus-summary-first-unseen-or-unread-subject): Ditto.
2663
2664 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
2665
2666         * spam.el (spam-check-regex-headers, spam-list-of-checks)
2667         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
2668         checks of incoming mail based on simple header regexp matching
2669
2670 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
2671
2672         * gnus-sum.el (gnus-spam-mark): set to `$'
2673
2674 2003-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2675
2676         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
2677         gnus-newsgroup-unfetched, the list of articles whose headers have
2678         not been fetched from the server.
2679
2680         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
2681         parameter as it never worked due to a bug.  Added check to prevent
2682         selection of any article in the gnus-newsgroup-unfetched list.
2683         (gnus-summary-find-prev): Added check to prevent selection of any
2684         article in the gnus-newsgroup-unfetched list.
2685         (gnus-summary-first-subject): Documented API. Modified
2686         implementation so that constraints are handled independently.
2687         Added check to prevent selection of any article in the
2688         gnus-newsgroup-unfetched list.
2689         (gnus-summary-first-unseen-subject): Updated parameters in
2690         gnus-summary-first-subject call to match new API.
2691         (gnus-summary-first-unseen-or-unread-subject): Ditto.
2692         (gnus-summary-catchup): Do not mark unfetched articles as read.
2693
2694 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
2695
2696         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
2697         make-obsolete-variable allows only two arguments in XEmacs and
2698         Emacs 20.
2699
2700         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
2701         gnus-article-hide-pgp.
2702         (gnus-summary-make-menu-bar): do.
2703
2704         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
2705         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
2706         gnus-article-hide-pgp.
2707         (article-hide-pgp): Remove.
2708         (gnus-article-hide): Remove gnus-article-hide-pgp.
2709
2710         * gnus.el: Remove gnus-article-hide-pgp
2711
2712 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2713
2714         * message.el (message-required-headers): Doc fix.
2715
2716 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
2717
2718         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
2719         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
2720         option to make ifile a purely binary classifier
2721
2722 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2723
2724         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
2725         (mml-secure-encrypt-pgpmime): Removed double.
2726
2727         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
2728         debugging statements.
2729
2730 2003-01-21  Andreas Fuchs  <asf@void.at>
2731
2732         * mml-sec.el (mml-sign-alist): Added pgpauto.
2733
2734 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2735
2736         * gnus.el (gnus-version-number): Bumped version number.
2737
2738 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2739
2740         * gnus.el: Oort Gnus v0.13 is released.
2741
2742 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2743
2744         * gnus-art.el (gnus-button-url-regexp): Removed |.
2745
2746         * message.el (message-send-hook): Doc fix.
2747
2748         * gnus-win.el (gnus-buffer-configuration): Display article
2749         instead of article-copy when `reply'.
2750
2751 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
2752
2753         * gnus.el (gnus-format): Change customize group to gnus.
2754         (gnus-cache): Add link.
2755         (gnus-group-charter-alist): Fix docstring.
2756
2757 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
2758
2759         * mailcap.el (mailcap-print-command): lpr-command might be
2760         unbound in XEmacs.
2761
2762 2003-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2763
2764         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
2765
2766         * gnus-sum.el (gnus-summary-update-article-line): Fixed
2767         calculation of net characters added for use in the gnus-data
2768         structure.
2769
2770 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2771
2772         * nnmail.el (nnmail-process-unix-mail-format): Improve error
2773         message.  Suggested by Jari Aalto.
2774
2775 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2776
2777         * gnus-art.el (gnus-article-followup-with-original): Clean up.
2778         (gnus-article-reply-with-original): Ditto.
2779
2780         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
2781         read articles don't become unread.
2782
2783 2003-01-17  Simon Josefsson  <jas@extundo.com>
2784
2785         * gnus-fun.el (gnus-x-face-from-file):
2786         (gnus-face-from-file): Suggest image format in minibuffer prompt.
2787
2788         * gnus-fun.el (gnus-convert-image-to-x-face-command)
2789         (gnus-convert-image-to-face-command): Doc fix.
2790
2791 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2792
2793         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
2794
2795 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
2796
2797         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
2798         avoid encoding problems.
2799
2800         * mailcap.el (mailcap-ps-command): New variable.
2801         (mailcap-mime-data): Add print entry where applicable.  Use
2802         pdftotext on a tty.
2803
2804 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
2805
2806         * gnus-sum.el (gnus-alter-header-function): Add type and group.
2807
2808 2003-01-16  Simon Josefsson  <jas@extundo.com>
2809
2810         * gnus-fun.el (gnus-convert-image-to-x-face-command)
2811         (gnus-convert-image-to-face-command, gnus-x-face-from-file)
2812         (gnus-face-from-file): Doc fix; don't mention image format.
2813
2814 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
2815
2816         * spam.el (spam-get-article-as-filename): new function (unused for now)
2817         (spam-get-article-as-buffer): new function
2818         (spam-get-article-as-string): use spam-get-article-as-buffer
2819         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
2820
2821 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2822
2823         * gnus-agent.el: Don't use `path'.
2824         From the GNU coding standards:
2825
2826             Please do not use the term ``pathname'' that is used in Unix
2827             documentation; use ``file name'' (two words) instead.  We use
2828             the term ``path'' only for search paths, which are lists of
2829             directory names.
2830
2831         * nnsoup.el (nnsoup-file-name): Ditto.
2832
2833         * nnmail.el (nnmail-pathname-coding-system): Ditto.
2834         (nnmail-group-pathname): Ditto.
2835
2836         * nnimap.el (nnimap-group-overview-filename): Ditto.
2837
2838         * nnheader.el (nnheader-pathname-coding-system): Ditto.
2839         (nnheader-group-pathname): Ditto.
2840
2841         * nnfolder.el (nnfolder-group-pathname): Ditto.
2842
2843         * gnus.el (gnus-home-directory): Ditto.
2844
2845         * gnus-group.el (gnus-group-icon-list): Ditto.
2846
2847 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
2848
2849         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
2850
2851         * message.el (message-mode-menu): Use it.
2852         (message-mode-menu): Deactivate "Yank Original" if there's no
2853         reply buffer.
2854
2855         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
2856
2857         * message.el (message-mark-active-p): New function.
2858
2859 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
2860
2861         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header)
2862         (spam-bogofilter-database-directory): new variables
2863         (spam-check-bogofilter-headers, spam-check-bogofilter)
2864         (spam-bogofilter-register-with-bogofilter)
2865         (spam-bogofilter-register-spam-routine)
2866         (spam-bogofilter-register-ham-routine)
2867         (spam-group-ham-processor-bogofilter-p): new functions for the new
2868         Bogofilter interface
2869         (spam-summary-prepare-exit): use the new Bogofilter functions
2870         (spam-list-of-checks): added spam-use-bogofilter-headers
2871         (spam-bogofilter-score): rewrote function
2872         (spam-check-bogofilter): optional score parameter, uses
2873         spam-check-bogofilter-headers better
2874         (spam-check-bogofilter-headers): optional score parameter
2875
2876         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
2877         default, in the gnus-start customization group.  Used to disable
2878         the spam-*/ham-* parameters.
2879         (gnus-group-ham-exit-processor-bogofilter): new ham processor
2880
2881 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
2882
2883         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
2884         XEmacs.
2885
2886         * gnus-ems.el (gnus-mark-active-p): do.
2887
2888 2003-01-15  Kevin Ryde  <user42@zip.com.au>
2889
2890         * gnus.texi (Using MIME): Mention auto-compression-mode with
2891         gnus-mime-copy-part.
2892
2893 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2894
2895         * message.el (message-send): Don't warn about duplicates when
2896         superseding.
2897
2898 2003-01-15  Simon Josefsson  <jas@extundo.com>
2899
2900         * nnimap.el (nnimap-split-download-body): New variable.
2901         (nnimap-split-articles): Use it.
2902
2903 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2904
2905         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
2906         integrity checker was incorrectly flagging, and removing, articles
2907         whose article number was negative.
2908         (gnus-agent-fetch-group-1): When executed in the group's summary
2909         buffer, refresh each downloaded line to update the status flag and
2910         font.  Preserve the value of gnus-newsgroup-headers so that
2911         gnus-agent-fetch-articles can split the requests by size.
2912         (gnus-agent-expire): Corrected day calculation for when
2913         gnus-agent-expire-days contains a list.
2914
2915 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2916
2917         * gnus-audio.el (gnus-audio-au-player): Use executable-find.
2918
2919 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
2920
2921         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
2922           /usr/bin/play as default player.
2923           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
2924
2925 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2926
2927         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
2928         articles to be marked as well.
2929
2930 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2931         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
2932         fictious headers generated by nnagent (ie. Undownloaded Article
2933         ####) in the list of articles that have not been downloaded.
2934
2935         * gnus-int.el (): Added require declarations to resolve
2936         compile-time warnings.
2937         (gnus-open-server): If the server status is set to offline,
2938         recursively execute gnus-open-server to open the offline backend
2939         (e.g. nnagent).
2940
2941 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
2942
2943         * gnus-art.el (gnus-article-reply-with-original): Use
2944         gnus-mark-active-p.
2945         (gnus-article-followup-with-original): do.
2946
2947 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2948
2949         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
2950
2951 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2952
2953         * gnus-score.el (gnus-score-edit-file-at-point): New function.
2954         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
2955
2956 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
2957
2958         * gnus-fun.el (gnus-x-face-from-file): Quote file name.
2959         (gnus-face-from-file): Ditto.
2960
2961 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2962
2963         * gnus-sum.el (gnus-articles-to-read): Don't just apply
2964         gnus-alter-articles-to-read-function to the unread articles.
2965
2966 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
2967
2968         * deuglify.el (gnus-article-outlook-unwrap-lines)
2969         (gnus-article-outlook-repair-attribution)
2970         (gnus-article-outlook-rearrange-citation): New function names,
2971         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
2972         doc-string.
2973
2974         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
2975         removed `W k' key binding (use `W Y f' instead).
2976         (gnus-summary-make-menu-bar): Use new function names.
2977
2978 2003-01-13  Simon Josefsson  <jas@extundo.com>
2979
2980         * gnus-fun.el (gnus-random-x-face): Doc fix.
2981         (gnus-insert-random-x-face-header): New function.
2982
2983 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
2984
2985         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
2986         mark is not active.
2987
2988         * gnus-msg.el (gnus-inews-do-gcc): Comment.
2989
2990         * gnus-ems.el (gnus-mark-active-p): New function.
2991
2992         * gnus-group.el (gnus-topic-mode-p): New function.
2993         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
2994         Deactivate items if mark is not active.
2995
2996 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2997
2998         * gnus.el (gnus-version-number): Bumped version.
2999         (gnus-summary-line-format): Doc fix.
3000
3001 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3002
3003         * gnus.el: Oort Gnus v0.12 is released.
3004
3005 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3006
3007         * mail-source.el (mail-sources): Removed autoload to make it
3008         compile under XEmacs.
3009
3010 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
3011
3012         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
3013         regexp or a function too.
3014         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
3015         confirmation even if the original article is mail.
3016
3017 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3018
3019         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
3020         articles to be marked when not yanking.
3021
3022 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
3023
3024         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
3025
3026 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3027
3028         * gnus-fun.el (gnus-face-from-file): Autoload.
3029
3030         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
3031         errors.
3032
3033 2003-01-12  Simon Josefsson  <jas@extundo.com>
3034
3035         * sieve.el (sieve-upload-and-bury): New.  Suggested by
3036         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
3037
3038         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
3039         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
3040
3041 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3042
3043         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
3044         in every string.
3045
3046         * gnus.el (gnus-version-number): Bumped version number.
3047
3048 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3049
3050         * gnus.el: Oort Gnus v0.11 is released.
3051
3052 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
3053
3054         * message.el (message-fetch-reply-field): Narrow to headers.
3055
3056         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
3057         if Gnus isn't alive.
3058
3059 2003-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3060
3061         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
3062         marks from articles that are already stored in the agent.
3063         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
3064         backup copy of an invalid .overview file for later analysis.
3065
3066 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
3067
3068         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
3069         exit work with two frames.
3070
3071 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
3072
3073         * message.el (message-forward-make-body): Use mule4.
3074
3075 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3076
3077         * message.el (message-mode-map): Move wide-reply command.
3078
3079 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
3080
3081         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
3082         castellano.
3083         (gnus-outlook-display-hook): New variable.
3084         (gnus-outlook-display-article-buffer): New function.
3085         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
3086         (gnus-outlook-deuglify-article): Made them interactive and added
3087         optional arg.  Use `g-o-d-a-b'.
3088         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
3089
3090         * gnus-sum.el: Added autoloads.
3091         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
3092         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
3093
3094 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3095
3096         * gnus-art.el (gnus-display-mime): Use the mime emulation
3097         variable.
3098
3099         * gnus-sum.el (gnus-article-emulate-mime): New variable.
3100
3101         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
3102         newsrc-alist is initialized properly.
3103
3104         * mail-source.el (mail-sources): Autoload.
3105
3106         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
3107         nil.
3108
3109         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
3110         insert two newlines.
3111
3112         * message.el (message-check-news-header-syntax): Compute the
3113         header length correctly.
3114
3115 2003-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3116
3117         * gnus-agent.el (gnus-agent-expire): Do not remove article from
3118         alist when keeping fetched article file.
3119         (gnus-agent-retrieve-headers): When parsing response for article
3120         numbers, use the same algorithm as gnus-agent-braid-nov to protect
3121         against garbage in the server's response.
3122
3123         * gnus-int.el (gnus-request-expire-articles,
3124         gnus-request-move-article): Only expire when the group's server
3125         has been agentized.
3126
3127 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3128
3129         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
3130         errors when deleting overlays.
3131
3132         * gnus-score.el (gnus-score-followup): Allow tracing.
3133
3134         * gnus-art.el (gnus-treat-display-face): New variable.
3135         (article-display-face): New command.
3136
3137         * gnus-fun.el (gnus-face-from-file): New function.
3138         (gnus-convert-face-to-png): Ditto.
3139
3140         * gnus-art.el (gnus-ignored-headers): Added Face.
3141
3142 2003-01-10  Simon Josefsson  <jas@extundo.com>
3143
3144         * nndraft.el (nndraft-request-group): Avoid crash in
3145         directory-files when draft directory doesn't exists.
3146
3147         * gnus-sum.el (gnus-select-article-hook): Add :option.
3148
3149 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
3150
3151         * spam.el (spam-use-stat): new variable
3152         (spam-group-spam-processor-stat-p)
3153         (spam-group-ham-processor-stat-p): new convenience functions
3154         (spam-summary-prepare-exit): add spam/ham processors to sequence
3155         (spam-list-of-checks): add spam-use-stat to list of checks
3156         (spam-split): conditionally load the spam-stat tables
3157         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
3158         spam-check-ifile): new functions
3159
3160         * spam-stat.el (spam-stat): typo fix
3161         (spam-stat-install-hooks): new variable
3162         (spam-stat-split-fancy-spam-group): added documentation clarification
3163         (spam-stat-split-fancy-spam-threshhold): new variable
3164         (spam-stat-install-hooks): make hooks conditional
3165         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
3166
3167         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
3168         spam-stat ham/spam processor symbols
3169
3170 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3171
3172         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
3173         file exists.
3174
3175 2003-01-10  Simon Josefsson  <jas@extundo.com>
3176
3177         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
3178         undownloaded/downloadable only when unplugged.
3179
3180 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
3181
3182         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
3183
3184 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
3185
3186         * spam.el (spam-check-ifile): fixed call-process-region to use the
3187         db parameter only if it's set
3188         (spam-ifile-register-with-ifile): ditto
3189
3190 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
3191
3192         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
3193         spam-stat-nbad before creating the hash table.
3194         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
3195         Changed copyright statement to FSF.
3196
3197 2003-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3198
3199         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
3200         processable articles as read.
3201         (gnus-agent-summary-fetch-series): Remove processable and
3202         downloadable marks on all downloaded articles in the series.
3203
3204         * nntp.el (nntp-report): Throw error after reporting the problem.
3205         (nntp-accept-process-output): Corrected error check to report an
3206         error when the process is nil.
3207
3208 2003-01-09  Simon Josefsson  <jas@extundo.com>
3209
3210         * message.el (message-tool-bar-map): Add preview.
3211
3212 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
3213
3214         * mml.el (mml-preview): Get rid of MIME handles and buffers after
3215         previewing.
3216
3217 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
3218
3219         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
3220         bug when the (n+1)th article to be added to a group has a smaller
3221         number than the n articles already added.
3222
3223 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
3224
3225         * message.el (message-mode-field-menu): Use backquote.
3226
3227 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
3228
3229         * spam.el: fixed the BBDB autoloads again, using
3230         bbdb-search-simple now (which is not a macro, thank god)
3231
3232         * lpath.el (bbdb-search): removed function from maybe-fbind list
3233
3234         * gnus.el (ham-process-destination): added new parameter for
3235         destination of ham articles found in spam groups at summary exit
3236
3237         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
3238         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
3239         (spam-ifile-database-path): added new parameter for ifile's database
3240         (spam-move-spam-nonspam-groups-only): new parameter to determine
3241         if spam should be moved from all groups or only some
3242         (spam-summary-prepare-exit): fixed logic to use
3243         spam-move-spam-nonspam-groups-only when deciding to invoke
3244         spam-mark-spam-as-expired-and-move-routine; always invoke that
3245         routine after the spam has been expired-or-moved in case there's
3246         some spam left over; use spam-ham-move-routine in spam groups
3247         (spam-ham-move-routine): new function to move ham articles to the
3248         ham-process-destinations group parameter
3249
3250 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3251
3252         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
3253
3254         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
3255         gnus-summary-update-article-line.
3256
3257 2003-01-08  Simon Josefsson  <jas@extundo.com>
3258
3259         * nnmail.el (nnmail-expiry-target-group): Request group, create it
3260         not successful.
3261
3262 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3263
3264         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
3265
3266 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3267
3268         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
3269         logic, finally
3270
3271 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3272
3273         * gnus-spec.el (gnus-parse-format): %C is a complex format.
3274         (gnus-parse-format): Change to %~.
3275
3276         * message.el (message-generate-headers): Don't generate optional
3277         empty headers.
3278
3279 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3280
3281         * message.el (message-cross-post-default)
3282         (message-cross-post-note-function, message-shoot-gnksa-feet)
3283         (message-strip-subject-trailing-was, message-change-subject)
3284         (message-mark-insert-file, message-cross-post-followup-to)
3285         (message-cross-post-followup-to, message-mode-map)
3286         (message-generate-unsubscribed-mail-followup-to)
3287         (message-make-mail-followup-to): Minor changes to doc-strings and
3288         error messages.  Updated copyright line.
3289
3290         * message.el (message-make-mail-followup-to,
3291         message-generate-unsubscribed-mail-followup-to): New function
3292         names.  Renamed functions: "-mft" -> "-mail-followup-to".
3293         (message-make-mft, message-gen-unsubscribed-mft): Removed function
3294         names.
3295
3296         * mml.el (mml-preview-insert-mail-followup-to): New function name.
3297         (mml-preview-insert-mft): Removed function name.
3298         (mml-preview): Use new function names.
3299
3300         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
3301
3302         * message.el (message-mode-field-menu): Moved header related
3303         commands from "Message" to "Field" menu.
3304
3305 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3306
3307         * message.el (message-generate-headers-first): Added customization
3308         if variable is a list.
3309
3310 2003-01-07  Michael Shields  <shields@msrl.com>
3311
3312         * gnus-art.el (gnus-article-next-page): Correctly handle the case
3313         where the last line of the article is the last line of the window.
3314
3315 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3316
3317         * gnus-msg.el (gnus-debug): Use ignore-errors.
3318
3319         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
3320         `gnus-summary-update-line'.
3321
3322 2003-01-08  Simon Josefsson  <jas@extundo.com>
3323
3324         * gnus-art.el (gnus-unbuttonized-mime-types)
3325         (gnus-buttonized-mime-types): Doc fix.
3326
3327 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
3328
3329         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
3330
3331 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3332
3333         * nnrss.el (nnrss-group-alist): Add and clear up.
3334
3335 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3336
3337         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
3338
3339         * lpath.el (bbdb-search): added BBDB functions for a better way to
3340         fix missing functions
3341
3342         * spam.el (spam-check-ifile): if should be an unless
3343
3344         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
3345         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
3346         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
3347
3348 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3349
3350         * gnus-sum.el (gnus-summary-make-menu-bar): Added
3351         gnus-summary-refer-thread to thread menu.
3352
3353 2003-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3354
3355         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
3356         summary buffer, articles that cannot be fetched are marked as
3357         canceled.
3358
3359         * nntp.el (nntp-with-open-group): The quit signal handler must
3360         propagate the quit signal to the next outer handler so that the
3361         caller knows that the request aborted abnormally.
3362
3363 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3364
3365         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
3366         (spam-ifile-register-spam-routine)
3367         (spam-ifile-register-ham-routine): added ifile functionality that
3368         does not use ifile-gnus.el to classify and register articles
3369         (spam-get-article-as-string): convenience function
3370         (spam-summary-prepare-exit): added ifile spam and ham registration
3371         (spam-ifile-all-categories, spam-ifile-spam-category)
3372         (spam-ifile-path, spam-ifile): added customization options
3373
3374         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
3375         exit processor
3376         (spam-process): added gnus-group-ham-exit-processor-ifile to the
3377         list of choices
3378
3379 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3380
3381         * gnus-score.el (gnus-score-followup): Also score immediate
3382         followups.
3383
3384 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3385
3386         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
3387
3388 2003-01-07  Simon Josefsson  <jas@extundo.com>
3389
3390         * message.el (message-mode-menu): Fix receipt balloon help.
3391
3392 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
3393
3394         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
3395         always be interpreted as news.
3396
3397 2003-01-07  Simon Josefsson  <jas@extundo.com>
3398
3399         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
3400         gnus-sieve-script, instead of the global variable
3401         gnus-sieve-crosspost.  One-line patch from Steinar Bang
3402         <sb@dod.no>.
3403
3404 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3405
3406         * gnus.el: Renamed gnus-summary-*-uncached-face as
3407         gnus-summary-*-undownloaded-face to avoid confusing the agent with
3408         the cache.
3409
3410         * gnus-sum.el: Ditto.
3411
3412 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3413
3414         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
3415         in either the group or summary buffer.
3416         New command "JS", in summary buffer, will fetch articles per the
3417         group's category, predicate, and processable flags.
3418         (gnus-agent-summary-fetch-series): Rewritten to call
3419         gnus-agent-session-fetch-group once with all articles in the
3420         series.
3421         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
3422         return list of fetched articles.
3423         (gnus-agent-fetch-articles): Split fetch list into sublists such
3424         that the article buffer is only slightly larger than
3425         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
3426         the group's article alist is saved.
3427         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
3428         longer result in the agent trying to fetch an article.
3429         (gnus-agent-fetch-group-1): Can now be called in either the group
3430         or summary buffer.  Removed the max-fetch-size code that I added
3431         on 2002-12-13 as that capability is now part of
3432         gnus-agent-fetch-articles.  Added code to update summary buffer.
3433         When called in the group buffer, articles that can not be fetched
3434         are AUTOMATICALLY MARKED AS READ.
3435
3436         * gnus-sum.el (): Modified eval-when-compile to minimize
3437         misleading compilation warnings.
3438         (gnus-update-summary-mark-positions): Changed code to use
3439         gnus-undownloaded-mark rather than gnus-downloaded-mark.
3440
3441         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
3442         empty file as the parser assumes that the file isn't empty.
3443
3444         * nntp.el (nntp-send-string): The process-send-string call can,
3445         because it performs I/O on the process, change the process' state
3446         from open to closed.  If this happens, call nntp-report
3447         immediately to report the broken connection.
3448         (nntp-report): Rewritten to avoid needing a global variable to
3449         determine the appropriate course of action.  Instead, two function
3450         implementations are provided and the nntp-report function value is
3451         bound to the appropriate implementation.
3452         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
3453         (nntp-with-open-group): Now binds nntp-report's function cell
3454         rather than binding gnus-with-open-group-first-pass.  Added a
3455         condition-case to detect a quit during a nntp command.  When the
3456         quit occurs, the current connection is closed as a fetch articles
3457         request could have several megabytes queued up for reading.
3458         (nntp-retrieve-headers): Bind articles to itself.  If
3459         nntp-with-open-group repeats this command, I must have access to
3460         the original list of articles.
3461         (nntp-retrieve-groups): Ditto for groups.
3462         (nntp-retrieve-articles): Ditto for articles.
3463         (*): Replaced nntp-possibly-change-group calls to
3464         nntp-with-open-group forms in all, but one, occurrance.
3465         (nntp-accept-process-output): Bug fix. Detect when called with
3466         null process.
3467
3468 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
3469
3470         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
3471         if we don't need to.
3472         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
3473
3474 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3475
3476         * gnus-group.el (gnus-group-make-web-group): Pass the select
3477         method on to group-create.
3478         (gnus-group-line-format-alist): %U is an integer.
3479
3480         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
3481         ephemeral groups.
3482         (gnus-summary-read-group-1): Ditto.
3483         (gnus-group-make-articles-read): Ditto.
3484
3485         * mm-url.el (mm-url-program): Doc fix.
3486
3487         * message.el (message-mode-map): Rebound
3488         message-insert-wide-reply.
3489
3490 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3491
3492         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
3493         color as `gnus-group-startup-message' does.
3494
3495 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
3496
3497         * spam.el: fixed line lengths to 80 chars or less
3498
3499         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
3500         "not-read" mark
3501         (gnus-summary-mark-forward): added the spam-mark to the list of
3502         marks not to be marked as "read" when viewed
3503
3504 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3505
3506         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
3507
3508         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
3509         Protect against unactive groups.
3510
3511         * message.el (message-check-news-header-syntax): Check long
3512         header lines.
3513         (message-check-news-header-syntax): Update `start'.
3514
3515         * gnus-group.el (gnus-group-expire-articles): Doc fix.
3516         (gnus-group-line-format): %U.
3517         (gnus-group-line-format-alist): ?U.
3518         (gnus-number-of-unseen-articles-in-group): New function.
3519
3520         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
3521
3522         * gnus.el (gnus-version-number): Bump version number.
3523
3524 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3525
3526         * gnus.el: Oort Gnus v0.10 is released.
3527
3528 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3529
3530         * gnus.el (gnus-version-number): Fix version number.
3531
3532 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3533
3534         * gnus.el: Oort Gnus v0.08 is released.
3535
3536 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
3537
3538         * mm-util.el: Add mm-string-make-unibyte.
3539
3540         * gnus-group.el (gnus-group-jump-to-group): Make it work for
3541         UTF-8 groups.
3542
3543 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3544
3545         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
3546
3547         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
3548
3549 2003-01-04  Kevin Ryde  <user42@zip.com.au>
3550
3551         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
3552         function.
3553
3554 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3555
3556         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
3557         (gnus-summary-read-group-1): Update group line.
3558         (gnus-summary-exit-no-update): Update group on exit.
3559
3560         * gnus-group.el (gnus-group-line-format): Add %*.
3561         (gnus-group-line-format-alist): Ditto.
3562         (gnus-group-insert-group-line): Set it.
3563         (gnus-group-is-exiting-p): New variable.
3564         (gnus-group-insert-group-line): Use it.
3565
3566 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
3567
3568         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
3569         enable BBDB ham processing
3570         (spam-blacklist-register-routine): enable blacklist spam processing
3571         (spam-whitelist-register-routine): enable whitelist ham processing
3572         (spam-fetch-field-from-fast): fast fetching of the "from" field
3573         from (gnus-data-list)
3574         (spam-summary-prepare-exit): works completely now
3575         (spam-use-blacklist): oops, should be nil by default
3576         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
3577         split processing now; before it was for summary exit as
3578         well but that's done with the spam-contents and spam-process
3579         parameters now
3580
3581 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
3582
3583         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
3584         characters.
3585
3586 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
3587
3588         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
3589         (spam-group-processor-p, spam-group-processor-bogofilter-p)
3590         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
3591         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
3592         (spam-mark-spam-as-expired-and-move-routine)
3593         (spam-generic-register-routine, spam-BBDB-register-routine)
3594         (spam-ifile-register-routine, spam-blacklist-register-routine)
3595         (spam-whitelist-register-routine): new functions
3596         (spam-summary-prepare-exit): added summary exit processing (expire
3597         or move) of spam-marked articles for spam groups; added slots for
3598         all the spam-*-register-routine functions
3599
3600 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3601
3602         * pop3.el (pop3-retr): Wait 500 msecs.
3603         (pop3-read-response): Ditto.
3604
3605         * gnus-msg.el (gnus-setup-message): Get the evaliation order
3606         right.
3607         (gnus-inews-make-draft): New function.
3608         (gnus-setup-message): Use it.
3609
3610         * message.el (message-required-headers): Add From.
3611
3612 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3613         Trivial patch from Norbert Koch <nk@viteno.net>.
3614
3615         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
3616
3617 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3618
3619         * message.el (message-generate-headers): Let header formatters do
3620         their work.
3621
3622 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
3623
3624         * deuglify.el (gnus-article-outlook-deuglify-article):
3625         Rehighlight, reapply treatments and call
3626         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
3627         (gnus-outlook-repair-attribution-block): Recognize cited
3628         attributions.  Suggested by Niklas Morberg.
3629
3630 2003-01-02  Pete Kazmier  <pete@kazmier.com>
3631
3632         * gnus-art.el (gnus-treat-predicate): Check condition first.
3633
3634 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
3635
3636         * lpath.el: Add url-http-file-exists-p.
3637
3638         * gnus-group.el (gnus-group-fetch-charter): Use
3639         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
3640
3641 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3642
3643         * message.el (message-draft-headers): Also generate From to get a
3644         nicer draft buffer summary.
3645
3646         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
3647         parameter.
3648
3649         * gnus-art.el (article-wash-html): Clean up.
3650         (article-wash-html): Typo fix.
3651
3652         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
3653         (gnus-summary-mail-forward): To many lists of lists.
3654
3655         * gnus-art.el (article-wash-html): Clean up.
3656
3657 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
3658
3659         * gnus-art.el (gnus-treat-wash-html): New variable.
3660
3661 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3662
3663         * message.el (message-check-news-header-syntax): Allow posting.
3664         (message-check-news-header-syntax): Fix logic for sure, this
3665         time.
3666
3667 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
3668
3669         * message.el (message-check-news-header-syntax): Check syntax of
3670         continuation headers.
3671
3672 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
3673
3674         * gnus-art.el (gnus-button-url-regexp,
3675         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
3676         (gnus-header-button-alist): Regexps are case insensitive here.
3677
3678 2003-01-02  Simon Josefsson  <jas@extundo.com>
3679
3680         * dig.el (query-dig): Doc fix.
3681
3682 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3683
3684         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
3685         summary buffer line, not just the download mark.
3686
3687 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3688
3689         * gnus-sum.el (gnus-summary-goto-subjects): New function.
3690         (gnus-summary-insert-dormant-articles): New command and
3691         keystroke.
3692
3693         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
3694         function for mass insertion of subjects.
3695
3696         * nndraft.el (nndraft-generate-headers): Don't move point.
3697
3698         * gnus.el (nnheader): Require nnheader.
3699
3700         * nndraft.el (nndraft-request-associate-buffer): Use
3701         make-local-variable.
3702
3703 2003-01-02  Michael Shields  <shields@msrl.com>
3704
3705         * nndraft.el (nndraft-request-associate-buffer): Make
3706         write-contents-hooks buffer-local before setting it.
3707
3708 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3709
3710         * gnus.el (gnus-group-parameter-value): Take an extra param.
3711         (gnus-group-fast-parameter): Let group param results be nil.
3712
3713         * gnus-art.el (gnus-article-forward-header): New function.
3714         (article-date-ut): Use it to remove continuation date headers.
3715
3716         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
3717         read-event.
3718         (gnus-summary-remove-bookmark): Clean up.
3719         (gnus-summary-set-bookmark): Clean up.
3720
3721         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
3722
3723         * gnus.el (gnus-group-startup-message): Bind data-directory to
3724         the Gnus etc directory.
3725
3726 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
3727
3728         * spam.el (spam-summary-prepare-exit): added slots for spam- and
3729         ham-processing of articles; use the new
3730         spam-group-(spam|ham)-contents-p functions
3731         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
3732         convenience functions
3733         (spam-mark-junk-as-spam-routine): use the new
3734         spam-group-spam-contents-p function
3735
3736         * gnus.el (spam-process, spam-contents, spam-process-destination):
3737         added new parameters with corresponding global variables
3738         (gnus-group-spam-exit-processor-ifile,
3739         gnus-group-spam-exit-processor-bogofilter,
3740         gnus-group-spam-exit-processor-blacklist,
3741         gnus-group-spam-exit-processor-whitelist,
3742         gnus-group-spam-exit-processor-BBDB,
3743         gnus-group-spam-classification-spam,
3744         gnus-group-spam-classification-ham): added new symbols for the
3745         spam-process and spam-contents parameters
3746
3747         * spam.el (spam-ham-marks, spam-spam-marks): changed list
3748         customization and list itself to store mark symbol rather than
3749         mark character.
3750         (spam-bogofilter-register-routine): added logic to generate mark
3751         values list from spam-ham-marks and spam-spam-marks, so (member)
3752         would work.
3753
3754 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3755
3756         * message.el (message-cross-post-followup-to): Fix comment.
3757
3758 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
3759
3760         * spam.el (spam-ham-marks, spam-spam-marks): changed list
3761         customization and list itself to store mark symbol rather than
3762         mark character.
3763         (spam-bogofilter-register-routine): added logic to generate mark
3764         values list from spam-ham-marks and spam-spam-marks, so (member)
3765         would work.
3766
3767 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
3768
3769         * message.el (message-signature-insert-empty-line): New variable.
3770
3771 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3772
3773         * message.el: Renamed functions and variables: "xpost" ->
3774         "cross-post", "-fup2" -> "-followup-to".
3775         (message-cross-post-old-target, message-cross-post-default,
3776         message-cross-post-note, message-followup-to-note,
3777         message-cross-post-note-function): New variables names.
3778         (message-xpost-old-target, message-xpost-default,
3779         message-xpost-note, message-fup2-note,
3780         message-xpost-note-function): Removed variable names.
3781         (message-cross-post-followup-to-header,
3782         message-cross-post-insert-note, message-cross-post-followup-to):
3783         New function names.
3784         (message-xpost-fup2-header, message-xpost-insert-note,
3785         message-xpost-fup2): Removed function names.
3786
3787 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3788
3789         * message.el (message-send-mail): Added message-cleanup-headers to
3790         prevent newlines in headers.
3791
3792 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3793
3794         * dns.el (dns-make-network-process): Comment.
3795
3796         * gnus-sum.el (gnus-summary-display-while-building): Default to
3797         nil.
3798
3799 2003-01-01  Wes Hardaker  <wes@hardakers.net>
3800
3801         * gnus-sum.el (gnus-summary-display-while-building): New
3802         variable.
3803
3804 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
3805
3806         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
3807         before rearranging the article.
3808
3809 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3810
3811         * nndraft.el (nndraft-generate-headers): New function.
3812         (nndraft-request-associate-buffer): Use it to write headers on
3813         buffer save.
3814
3815         * message.el (message-generate-headers): Let the function be a
3816         lambda form.
3817         (message-draft-headers): New variable.
3818
3819         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
3820         function.
3821         (gnus-setup-message): Use it.
3822
3823         * message.el (message-generate-headers-first): Doc fix.
3824         (message-setup-1): Use new function for getting which headers to
3825         generate.
3826         (message-headers-to-generate): New function.
3827
3828 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3829
3830         * gnus-agent.el (gnus-agent-save-alist): Make directory.
3831
3832 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
3833
3834         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
3835         mention negatives.
3836
3837 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
3838
3839         * deuglify.el (gnus-outlook-rearrange-article): Use
3840         `transpose-regions' instead of tempering the kill-ring.
3841         (gnus-article-outlook-deuglify-article): Rehighlight article
3842         instead of a complete redisplay.
3843
3844 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
3845
3846         * spam.el: most defvars are defcustoms now
3847
3848         patches from Michael Shields  <shields@msrl.com>
3849
3850         * spam.el (spam-bogofilter-articles): Select the article
3851         body using gnus-summary-show-article t instead of
3852         gnus-summary-select-article; this presents the raw text
3853         without running any hooks.
3854
3855         * spam.el (spam-bogofilter-articles): Use message-remove-header
3856         to remove headers; the old way incorrectly removed just the first
3857         line of folded headers.
3858
3859 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3860
3861         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
3862
3863 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3864
3865         * gnus-start.el (gnus-load): New function.
3866         (gnus-read-newsrc-el-file): Use it.
3867
3868 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3869
3870         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
3871         (gnus-button-handle-apropos-documentation): New function.
3872         (gnus-button-handle-ctan): New function.
3873         (gnus-button-alist): Use them.  Improve some regexps.
3874         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
3875
3876 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3877
3878         * message.el (message-subscribed-p): New function.
3879         (message-send-mail): Use it.
3880         * mml.el (mml-preview-insert-mft): New function.
3881         (mml-preview): Use it.
3882
3883 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3884
3885         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
3886         when sorting by date.
3887
3888         * gnus-art.el (gnus-article-edit-mode): New variable.
3889         (gnus-article-setup-buffer): Warn user about discarding edits.
3890
3891         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
3892         (gnus-summary-pipe-output): Take a symbolic prefix to save all
3893         headers.
3894
3895         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
3896
3897 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3898
3899         * message.el (message-completion-alist): Added "Mail-Followup-To"
3900         and "Mail-Copies-To".
3901
3902 2002-07-21  Jesper harder  <harder@ifa.au.dk>
3903
3904         * gnus-group.el: Add key bindings for
3905         gnus-group-sort-groups-by-real-name and
3906         gnus-group-sort-selected-groups-by-real-name.
3907
3908 2002-07-21  Jesper harder  <harder@ifa.au.dk>
3909
3910         * gnus.texi (Sorting Groups): Add key bindings for
3911         gnus-group-sort-groups-by-real-name and
3912         gnus-group-sort-selected-groups-by-real-name.
3913
3914 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
3915
3916         * spam.el (spam-use-dig): new variable for blackhole checking
3917         through dig.el
3918         (spam-check-blackholes): added dig.el checking functionality and
3919         more verbose reporting; query-dig is autoloaded from dig.el
3920         (spam-use-blackholes): disabled by default
3921         (spam-blackhole-servers): removed rbl.maps.vix.com from the
3922         blackhole servers list
3923
3924 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3925
3926         * message.el (message-required-headers): New variable.
3927
3928 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
3929
3930         * dig.el (query-dig): new function
3931
3932 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3933
3934         * flow-fill.el (fill-flowed): Don't infloop on too long fill
3935         prefixes.
3936
3937         * dns.el (query-dns): Protect against errors.
3938
3939         * gnus-msg.el (gnus-article-yanked-articles): New variable.
3940         (gnus-inews-add-send-actions): Mark all answered messages as
3941         answered.
3942
3943 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
3944
3945         * nnmail.el (nnmail-split-it): Added tracing to
3946         `:' split rule
3947
3948 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
3949
3950         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
3951         and "%s" so we don't overquote them.
3952
3953 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
3954
3955         * (mm-display-external): Display the actual command that has been
3956         executed in the echo area.
3957
3958 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3959
3960         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
3961
3962         * message.el (message-with-reply-buffer): New macro.
3963         (message-fetch-reply-field): Use it.
3964         (message-insert-wide-reply): New command and keystroke.
3965         (message-carefully-insert-headers): New function.
3966         (message-insert-to): Use new function.
3967
3968         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
3969         (gnus-topic-goto-missing-group): Use it.
3970
3971         * message.el (message-required-news-headers): Removed Lines.
3972         (message-reply): Don't insert References first.
3973         (message-followup): Ditto.
3974         (message-make-references): New function.
3975         (message-followup): Set message-reply-headers before generating
3976         the buffer stuff.
3977
3978 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
3979
3980         * mml.el (mml-generate-mime-1): Reverse the order of
3981         encoding/flowing.
3982
3983 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3984
3985         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
3986         after moving them.
3987
3988         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
3989         fit with newer standard format.
3990         (gnus-summary-make-false-root-always): New variable.
3991         (gnus-gather-threads-by-subject): Use it.
3992
3993         * message.el (message-get-reply-headers): Take an address list
3994         optional argument.
3995
3996 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3997
3998         * gnus.el (gnus-keep-backlog): Change default to 20.
3999
4000         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
4001         start.
4002         (gnus-agent-check-overview-buffer): Remove negative article
4003         numbers.
4004
4005         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
4006         (nnmail-cache-ignore-groups): Doc fix.
4007
4008         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
4009         (nnimap-debug-buffer): New variable.
4010         (nnimap-debug): Use it.
4011
4012 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
4013
4014         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
4015
4016 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4017
4018         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
4019         they aren't already sorted.
4020
4021 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
4022
4023         * message.el (message-mode-menu): Add ellipses to menu items
4024         expecting user interaction.
4025         (message-mode-field-menu): do.
4026
4027 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
4028
4029         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
4030         it isn't used any more.
4031
4032 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
4033
4034         * binhex.el (binhex-decoder-program): Fix docstring.
4035
4036 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4037
4038         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
4039         special chars if the mailcap file uses single quotes around %s.
4040         From Laurent Martelli <laurent@bearteam.org>.
4041
4042 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
4043
4044         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
4045         return the info object.
4046
4047 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
4048
4049         * gnus-int.el (gnus-request-update-info): Artificially add
4050         (1 . (1- min)) to the read range, in case the backend doesn't
4051         store marks for nonexistent articles.
4052
4053 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4054
4055         * binhex.el (binhex-insert-char): Eval-and-compile.
4056
4057 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
4058
4059         * lpath.el: Add tool-bar-local-item-from-menu.
4060
4061         * message.el (message-tool-bar-local-item-from-menu): New function.
4062         (message-tool-bar-map): Use it.
4063
4064 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
4065
4066         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
4067
4068         * gnus-art.el (gnus-article-header-rank): Last header in
4069         gnus-sorted-header-list should have higher rank than non-members.
4070
4071 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4072
4073         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
4074         covered methods.
4075
4076 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4077
4078         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
4079         eval-when-compile.  Suggested by Kevin Greiner.
4080
4081 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
4082
4083         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
4084         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
4085         even though no headers may have been fetched
4086         (gnus-agent-fetch-group-1, and perhaps others, require this
4087         behavior).
4088         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
4089         server buffer is constrained by gnus-agent-max-fetch-size.
4090         Multiple chunks in the same group may perform arbitrarily large
4091         updates.
4092
4093 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
4094
4095         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
4096         gnus-summary-update-download-mark to update the article in the
4097         summary.
4098
4099 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
4100
4101         * gnus.el (gnus-summary-high-uncached-face,
4102         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
4103         New faces.
4104
4105         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
4106         added this on 2002-11-23 but it just wasn't working out as
4107         intended.  The idea isn't entirely dead, three new faces
4108         gnus-summary-*-uncached-face are being added to gnus.el to provide
4109         the basis for an improved implementation.
4110         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
4111         proper file to open is lib/servers.
4112         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
4113         (i.e. removing the article from gnus-newsgroup-downloadable) will
4114         now restore the article's default mark rather than simply setting
4115         no mark.
4116         (gnus-agent-get-undownloaded-list): Corrected documentation.
4117         Added code to set new summary local variable,
4118         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
4119         a temporary list.  No longer sets gnus-newsgroup-downloadable.
4120         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
4121         up to date.  Call new gnus-summary-update-download-mark to keep
4122         summary buffer up-to-date.
4123         (gnus-agent-fetch-selected-article): Keep
4124         gnus-newsgroup-undownloaded up to date.
4125         (gnus-agent-fetch-articles): Return list of articles that were
4126         successfully fetched.
4127         (gnus-agent-check-overview-buffer): No more thingatpt.
4128         (gnus-agent-expire): No longer deletes NOV entries of unread
4129         articles.
4130         (gnus-agent-unread-articles): New function.
4131         (gnus-agent-regenerate-group): The article number must be
4132         terminated by a tab character.  Added more messages to report
4133         repairs.  Inhibit quits while writing changes so it is now safe
4134         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
4135         downloaded to 1) resolve the unbound references and 2) avoid
4136         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
4137
4138         * gnus-art.el (gnus-article-prepare): The agent
4139         downloaded/undownloaded mark is no longer stored as the article's
4140         mark.
4141
4142         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
4143         gnus-summary-highlight may use it.  Added downloaded as
4144         gnus-summary-highlight was using it.
4145
4146         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
4147         the download mark now follows Kai's +/- convention.
4148         (gnus-downloaded-mark): Added ?+ mark.
4149         (gnus-summary-highlight): Added rules to select
4150         gnus-summary-high-uncached-face,
4151         gnus-summary-normal-uncached-face, and
4152         gnus-summary-low-uncached-face.  Removed the
4153         gnus-agent-downloaded-article-face.
4154         (gnus-summary-line-format-alist): Implemented the download flag
4155         format (?O) as named in the manual.  This implementation displays
4156         either gnus-undownloaded-mark, gnus-downloaded-mark, or
4157         gnus-no-mark.
4158         (gnus-newsgroup-agentized): New local variable that identifies
4159         which groups are agentized.  While the agent is now on by default,
4160         you don't have to agentize every server that you use.
4161         (gnus-update-summary-mark-positions): Completed support for the
4162         download type of mark.
4163         (gnus-summary-insert-line): Added undownloaded to the parameters.
4164         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
4165         reference by the gnus-summary-line-format-spec.
4166
4167         * nntp.el (nntp-with-open-group): This macro handles dropped or
4168         broken connections by opening a new connection and repeating the
4169         failed command.
4170         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
4171         XOVER commands preceeding the active articles with the nov entry
4172         of the first available article.  When gnus connected to such a
4173         server, the unexpected nov entry would result in duplicate lines
4174         in the agent's overview file.  This patch fixes the duplicate
4175         lines problem and improves performance by skipping over all
4176         articles IDs that preceed the first nov entry in the server's
4177         reply.
4178
4179 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4180
4181         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
4182         (gnus-summary-highlight): Use it instead of `downloaded'.
4183         (gnus-summary-highlight-line): Ditto.
4184
4185         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
4186
4187 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4188
4189         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
4190
4191         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
4192         calls.
4193
4194         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
4195         downloaded variable if we're in an uncovered group.
4196
4197         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
4198         font to soemthing less noticeable.
4199         (gnus-agent-group-covered-p): New function.
4200
4201 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4202
4203         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
4204         Because of an unknown bug, the group buffer is saved in .overview
4205         file.
4206
4207 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4208
4209         * nntp.el (nntp-send-command): Braino in last commit.  Replace
4210         `and' with `or'.
4211
4212 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4213
4214         * nntp.el (nntp-send-command): Assume that echo does not happen
4215         when nntp-open-connection-function is nntp-open-network-stream.
4216         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
4217
4218 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4219
4220         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
4221
4222 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
4223
4224         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
4225         nntp-server-buffer if we aren't going to write to it.
4226
4227 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4228         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
4229
4230         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
4231
4232 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4233
4234         * rfc2047.el (rfc2047-decode-region): Remove newlines between
4235         decoded words.
4236
4237 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4238
4239         * gnus.el (fboundp): After loading mm-util, make sure it was the
4240         right one.
4241
4242 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4243
4244         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
4245         gnus-sum.  Made into a user option.
4246
4247         * gnus-sum.el (gnus-simplify-ignored-prefixes)
4248         (gnus-summary-mark-article-as-unread)
4249
4250 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4251
4252         * time-date.el (date-to-time): Typo.
4253
4254         * parse-time.el: Typo.
4255
4256         * nnsoup.el (nnsoup-retrieve-headers): Typo.
4257
4258         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
4259
4260         * nnimap.el:
4261         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
4262
4263         * mm-encode.el (mm-safer-encoding): Typo.
4264
4265         * messcompat.el: Typo.
4266
4267         * message.el (message-face-alist): Typo.
4268
4269         * imap.el (imap-interactive-login, imap-open): Typos.
4270
4271         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
4272
4273         * gnus.el: Typo.
4274
4275         * gnus-win.el (gnus-configure-frame): Typo.
4276
4277         * gnus-util.el (gnus-atomic-progn-assign): Typo.
4278
4279         * gnus-topic.el (gnus-topic-sort-topics): Typo.
4280
4281         * gnus-sum.el (gnus-summary-article-number)
4282         (gnus-summary-read-group-1, gnus-summary-mark-article)
4283         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
4284
4285         * gnus-mule.el (gnus-mule-add-group): Typo.
4286
4287         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
4288
4289         * gnus-group.el (gnus-group-fetch-faq): Typo.
4290
4291         * gnus-art.el (gnus-decode-header-methods): Typo.
4292
4293         * flow-fill.el: Typo.
4294
4295 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
4296
4297         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
4298
4299 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4300
4301         * gnus-sum.el (gnus-simplify-ignored-prefixes)
4302         (gnus-summary-mark-article-as-unread)
4303         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
4304         Reformatting to avoid long lines.
4305         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
4306
4307 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
4308
4309         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
4310         be accessed through `mail-header-number'.
4311
4312 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4313
4314         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
4315         compressed range to gnus-summary-insert-articles.
4316
4317 2002-11-26  Kevin Ryde <user42@zip.com.au>
4318
4319         * gnus-art.el (gnus-mime-copy-part): Look for filename
4320         parameter under content-disposition, not content-type.
4321
4322         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
4323         (gnus-summary-reselect-current-group): Use it.
4324
4325 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4326
4327         * gnus-agent.el (gnus-agent-uncached-articles): if
4328         gnus-agent-load-alist fails, return ARTICLES.
4329
4330         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
4331
4332 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4333
4334         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
4335         superfluous function call.
4336         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
4337         Add warning to docstring.
4338
4339 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4340
4341         * gnus-agent.el: Autoload number-at-point instead.
4342         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
4343
4344 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4345
4346         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
4347         require thingatpt (for number-at-point) and protect against
4348         deactivate-mark being unbound (on XEmacs).
4349
4350 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4351
4352         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
4353         print message on entry.
4354
4355         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
4356
4357         * gnus-range.el (gnus-range-difference): New function.
4358         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
4359
4360 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4361
4362         * gnus-sum.el (gnus-summary-insert-old-articles): Use
4363         gnus-remove-from-range instead of gnus-range-difference which
4364         doesn't exist.
4365
4366 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4367         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
4368
4369         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
4370         used for showing which articles have been downloaded.
4371         (gnus-agent-article-alist): Format change.  Add documentation.
4372         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
4373         process-marked articles.
4374         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
4375         in the series are individually fetched to minimize lose of
4376         content due to an error/quit.
4377         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
4378         gnus-message instead of message.
4379         (gnus-agent-read-servers): Use file lib/methods instead of
4380         lib/servers.  TODO: Why?
4381         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
4382         (gnus-agent-get-undownloaded-list): Remove articles that appear to
4383         come from the agent.  This means that they are not downloaded.
4384         (gnus-agent-fetch-selected-article): Don't use history.
4385         (gnus-agent-save-history, gnus-agent-enter-history)
4386         (gnus-agent-article-in-history-p, gnus-agent-history-path):
4387         Removed function; history is not used anymore.
4388         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
4389         (gnus-agent-crosspost): Started rewrite then realized that a typo
4390         in gnus-agent-fetch-articles ensures that this function is never
4391         called.  This will need to be fixed later.
4392         (gnus-agent-check-overview-buffer): Some sanity checks on the
4393         agent overview buffer.  This is a safety net used during
4394         development.
4395         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
4396         changed, write a number to the file indicating this.
4397         (gnus-agent-fetch-headers): Rewrite to respect
4398         gnus-agent-consider-all-articles without relying on the
4399         `.fetched' files.  Make it fast.
4400         (gnus-agent-braid-nov): Change resulting from
4401         gnus-agent-fetch-headers change.
4402         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
4403         `.fetched' files.
4404         (gnus-agent-read-agentview): New function, used by
4405         gnus-agent-load-alist.
4406         (gnus-agent-load-fetched-headers): Remove.
4407         (gnus-agent-save-alist): Rewrite to accomodate new format.
4408         (gnus-agent-fetch-group-1): Make sure list of articles is in the
4409         same order as in gnus-newsgroup-headers.
4410         (gnus-agent-expire): Document and implement extra args ARTICLES,
4411         GROUP, FORCE.  Do not restrict usage.
4412         (gnus-agent-uncached-articles): New function.
4413         (gnus-agent-retrieve-headers): Use it.
4414         (gnus-agent-regenerate-group): No longer needs to be called from
4415         gnus-agent-regenerate.  Individual groups may be regenerated. The
4416         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
4417         The article fetch dates are validated in the article alist.  The
4418         article alist is pruned of entries that do not reference existing
4419         NOV entries.  All changes are computed then applied with
4420         inhibit-quit bound to t.  As a result, it is now safe to quit out of
4421         regeneration.  The optional clean parameter has been replaced with
4422         an optional reread parameter.  Clean is no longer necessary as
4423         regeneration gets the appropriate setting from
4424         gnus-agent-consider-all-articles.  The new reread parameter will
4425         result in fetched, or all, articles being marked as unread.
4426         (gnus-agent-regenerate): Removed code to regenerate the history
4427         file as it is no longer used.
4428
4429         * gnus-start.el (gnus-make-ascending-articles-unread): New
4430         function, for efficient mass-marking.
4431
4432         * gnus-sum.el (gnus-summary-highlight): Use new face for
4433         downloaded articles.
4434         (gnus-article-mark): Prefer to indicate read/unread status over
4435         downloaded status.
4436         (gnus-summary-highlight-line-0): New function, maybe rehighlights
4437         line.
4438         (gnus-summary-highlight-line): Use new face for downloaded
4439         articles.
4440         (gnus-summary-insert-old-articles): Improved performance by
4441         replacing the initial LIST of older articles with a compressed
4442         RANGE of older articles.  Some servers appear to lie about
4443         their active range so the original list could contain millions
4444         of article numbers.  The range is not expanded into a list
4445         until the optional ALL parameter has been applied.
4446
4447 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4448
4449         * gnus-agent.el (gnus-category-mode): Typo in doc string.
4450
4451 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
4452
4453         * spam.el:
4454         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
4455
4456         * spam.el: added `M s t' and `M s x' key mappings
4457
4458 2002-11-20  Simon Josefsson  <jas@extundo.com>
4459
4460         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
4461
4462 2002-11-19  Simon Josefsson  <jas@extundo.com>
4463
4464         * gnus-sum.el (gnus-summary-morse-message): Load
4465         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
4466         (unmorse-region): Autoload it instead.
4467
4468 2002-11-18  Simon Josefsson  <jas@extundo.com>
4469
4470         * gnus-sum.el (gnus-summary-morse-message): New function.
4471         (gnus-summary-wash-map): Bind to `W m'.
4472         (gnus-summary-make-menu-bar): Add.
4473
4474         * nnimap.el (nnimap-request-expire-articles): Compress sequence
4475         before storing \Deleted mark on expired articles.
4476
4477 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
4478         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
4479
4480         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
4481         parens in column 0.
4482
4483 2002-11-17  Juanma Barranquero  <lektu@terra.es>
4484
4485         * nnweb.el (nnweb-google-create-mapping): Fix typo.
4486
4487         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
4488
4489         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
4490
4491 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4492
4493         * message.el (message-set-auto-save-file-name): Use
4494         make-directory, to avoid the dependence on gnus-util.
4495
4496 2002-11-16  Simon Josefsson  <jas@extundo.com>
4497
4498         * nnimap.el (nnimap-callback-callback-function):
4499         (nnimap-callback-buffer): Removed, these cannot be global but must
4500         be embedded into the callback.
4501         (nnimap-make-callback): New.  Embedd article number, callback and
4502         buffer in function.
4503         (nnimap-callback, nnimap-request-article-part): Update.
4504
4505 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4506
4507         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
4508
4509 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4510
4511         * gnus.el (gnus-summary-line-format): Document %C.
4512
4513 2002-11-11  Simon Josefsson  <jas@extundo.com>
4514
4515         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
4516         output when called interactively.
4517
4518 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4519
4520         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
4521
4522         * message.el (message-draft-coding-system): Improve comment; use
4523         mm-auto-save-coding-system for the default value.
4524
4525         * nndraft.el (nndraft-request-article): Revert to the state before
4526         2002-10-29; regexp-quote mail-header-separator.
4527
4528 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
4529
4530         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
4531         allow editing of drafts from an nnvirtual group.
4532
4533 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4534
4535         * nndraft.el (nndraft-request-article): Replace emacs-mule with
4536         mm-auto-save-coding-system.
4537
4538         * message.el (message-draft-coding-system): Default to
4539         iso-2022-7bit.
4540
4541         * mm-util.el (mm-auto-save-coding-system): Undo last change to
4542         restore the default value to emacs-mule or escape-quoted.
4543
4544 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4545
4546         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
4547         a delayed or a queued article as well as a draft.
4548
4549         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
4550         delayed or a queued article in the raw format; treat a delayed
4551         article as a raw article as well as a draft.
4552         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
4553         for the delayed group.
4554
4555         * nndraft.el (nndraft-request-article): Ignore auto save files for
4556         a delayed or a queued article; don't bother to decode a queued
4557         article; don't bind nnmail-file-coding-system for a queued article.
4558
4559         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
4560         and the queue group.
4561
4562 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
4563
4564         * gnus-group.el (gnus-group-delete-group):
4565         gnus-cache-active-hashtb might be void.
4566
4567 2002-11-02  Simon Josefsson  <jas@extundo.com>
4568
4569         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
4570         setting of the default user ID.  From Raymond Scholz
4571         <ray-2002@zonix.de>.
4572
4573 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
4574
4575         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
4576         charset.
4577
4578 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
4579         From Alex Schroeder <alex@emacswiki.org>
4580         * spam-stat.el (spam-stat-process-directory): add dir to message
4581         (spam-stat-reduce-size): No longer remove words
4582         with values close to 0.5, because the default value is 0.2.
4583
4584 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4585
4586         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
4587         documentation.
4588
4589 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4590
4591         * gnus-agent.el (gnus-agent-fetched-headers)
4592         (gnus-agent-load-fetched-headers)
4593         (gnus-agent-save-fetched-headers): Remove variable and two
4594         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
4595         works better.
4596         (gnus-agent-fetch-headers): New implementation from Kevin
4597         Greiner.  Uses gnus-agent-article-alist to store information
4598         about fetched messages which aren't on the server anymore.  The
4599         trick is to return a list of considered messages to the caller,
4600         but to only fetch those which haven't been fetched yet.
4601
4602 2002-10-30  Simon Josefsson  <jas@extundo.com>
4603
4604         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
4605
4606         * pgg.el (pgg-passphrase-cache-expiry): Removed.
4607
4608 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4609
4610         * mm-view.el (mm-w3m-local-map-property): Make it work with older
4611         versions of emacs-w3m than 1.3.3.
4612
4613         * lpath.el: Bind w3m-minor-mode-map.
4614
4615         * mm-view.el (mm-w3m-mode-command-alist)
4616         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
4617         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
4618         (mm-setup-w3m): Simplified.
4619         (mm-w3m-local-map-property): New function.
4620         (mm-inline-text-html-render-with-w3m): Use it.
4621
4622         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
4623         mm-w3m-local-map-property.
4624
4625 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4626
4627         * mm-util.el (mm-auto-save-coding-system): Default to
4628         iso-2022-7bit.
4629
4630         * nndraft.el (nndraft-request-article): Decode an article using
4631         the coding-system emacs-mule if it seems to have been saved using
4632         emacs-mule.
4633         (nndraft-request-replace-article): Use message-draft-coding-system
4634         instead of mm-auto-save-coding-system for the draft or delayed
4635         group.
4636
4637 2002-10-28  Josh  <huber@alum.wpi.edu>
4638
4639         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
4640         functions.
4641
4642 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4643         From mah@everybody.org (Mark A. Hershberger).
4644
4645         * mm-url.el (mm-url-insert-file-contents): Make it return the same
4646         type values ("url" size) regardless of the values of
4647         mm-url-use-external.
4648
4649 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4650
4651         * nnimap.el (nnimap-request-article-part): Try harder to show
4652         group name in debugging message.
4653
4654 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4655
4656         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
4657         directory if it doesn't exist.
4658         (gnus-agent-fetch-headers): Remove old cruft that tried to
4659         abstain from downloading articles more than once if
4660         gnus-agent-consider-all-articles was true.  This is now done
4661         properly via the .fetched files.
4662
4663 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4664
4665         * nndraft.el (nndraft-request-article): Treat delayed articles
4666         like drafts.
4667
4668 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4669
4670         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
4671
4672 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4673
4674         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
4675         Remove unused optional arg DIR and corresponding code.
4676
4677         * nnimap.el (nnimap-request-article-part): Include group name in
4678         debugging output.
4679
4680 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
4681
4682         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
4683
4684 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4685
4686         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
4687         contains range of headers that have been fetched by the agent
4688         already.  Compare gnus-agent-article-alist.
4689         (gnus-agent-file-header-cache): Like
4690         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
4691         (gnus-agent-fetch-headers): Improve comment.  Revert to old
4692         seen/recent logic.
4693         Remember which headers have been fetched before and don't fetch
4694         them again the next time round.
4695         (gnus-agent-load-fetched-headers)
4696         (gnus-agent-save-fetched-headers): New functions, for remembering
4697         which headers have been fetched before.
4698
4699 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4700
4701         * lpath.el: Remove useless bindings.
4702
4703 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
4704
4705         * gnus-sum.el (gnus-summary-execute-command): Disable visual
4706         features while searching.
4707
4708 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4709
4710         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
4711
4712 2002-10-22  Simon Josefsson  <jas@extundo.com>
4713
4714         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
4715         (pgg-snarf-keys): Add.
4716
4717 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4718
4719         * lpath.el: Fbind bbdb-records.
4720
4721         * spam.el: Don't autoload bbdb-records.
4722
4723 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4724
4725         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
4726         prevent inf-loop.
4727
4728 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4729
4730         * nnslashdot.el: Removed some test lines.
4731         More test.
4732
4733 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4734
4735         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
4736         are known to be downloaded already.
4737
4738 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4739
4740         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
4741         (mm-text-html-washer-alist): Ditto.
4742
4743 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4744
4745         * nnheader.el (nnheader-remove-body): Fix an error of detecting
4746         boundary between headers and body.
4747         * nnml.el (nnml-parse-head): Ditto.
4748
4749 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4750
4751         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
4752         entries.
4753
4754         * gnus-group.el (gnus-fetch-group): Allow an optional
4755         specification of the articles to select.
4756
4757         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
4758
4759 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4760
4761         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
4762         headers from the group, update variable `articles' to contain
4763         only those numbers where headers exist.  (When fetching all
4764         articles in a group, Gnus creates lots of numbers where there is
4765         no articles.)
4766
4767 2002-10-20  Steve Youngs  <youngs@xemacs.org>
4768
4769         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
4770         doesn't have the 'alist custom type, use cons cells instead.
4771         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
4772         (pgg-parse-hash-algorithm-alist): Ditto.
4773         (pgg-parse-compression-algorithm-alist): Ditto.
4774         (pgg-parse-signature-type-alist): Ditto.
4775
4776         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
4777
4778         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
4779
4780         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
4781
4782 2002-10-19  Simon Josefsson  <jas@extundo.com>
4783
4784         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
4785         buffer.
4786
4787 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4788
4789         * gnus-spec.el (gnus-make-format-preserve-properties)
4790         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
4791         properties also on XEmacs.  `gnus-xmas-format' is like format but
4792         preserves text properties on XEmacs (though it only understands
4793         simple format specs).  The variable
4794         `gnus-make-format-preserve-properties' controls whether the
4795         function is used, and is checked in `gnus-parse-simple-format'.
4796         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
4797
4798         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
4799         output.
4800         (gnus-agent-consider-all-articles): New variable.
4801         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
4802         (gnus-agent-fetch-headers): Depending on
4803         gnus-agent-consider-all-articles, maybe get all articles.
4804         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
4805         `read'.
4806         (gnus-predicate-imples-unread): New function.
4807         (gnus-agent-fetch-headers): Optimize to call
4808         gnus-list-of-unread-articles if that is sufficient.
4809         Check unseen and recent instead of seen and recent.
4810         (gnus-agent-fetch-headers): Abstain from calling
4811         gnus-list-range-intersection if range (a . b) would have (> a b).
4812
4813 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4814
4815         * message.el (message-send-mail): Make it possible to perform
4816         edebug-defun.
4817
4818 2002-10-18  Simon Josefsson  <jas@extundo.com>
4819
4820         * gnus-art.el (gnus-button-man-handler): Change default to
4821         `manual-entry' (defined in both emacsen).
4822         (gnus-button-man-handler): Remove emacsen difference and use
4823         `manual-entry'.
4824
4825 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4826
4827         * spam.el: Wrap autoload settings for bbdb-records,
4828         executable-find and ifile-spam-filter with eval-and-compile.
4829         (spam-display-buffer-contents): Remove.
4830         (spam-bogofilter-score): Merge spam-display-buffer-contents.
4831
4832 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
4833
4834         * spam.el (spam-display-buffer-contents): New function.
4835         (spam-bogofilter-score): use spam-display-buffer-contents, patch
4836         from Katsumi Yamaoka <yamaoka@jpl.org>.
4837
4838 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4839
4840         * nnheader.el (nnheader-parse-naked-head): New function.
4841         (nnheader-parse-head): Use the above function, in order to handle
4842         continuation lines properly.
4843         (nnheader-remove-body): New function.
4844         (nnheader-remove-cr-followed-by-lf): New function.
4845         (nnheader-ms-strip-cr): Use the above function.
4846
4847         * gnus-agent.el (gnus-agent-regenerate-group): Call
4848         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
4849         `nnheader-parse-head'.
4850         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
4851
4852         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
4853         continuation lines by itself; call `nnheader-parse-naked-head'
4854         instead of `nnheader-parse-head'.
4855         * nndiary.el (nndiary-parse-head): Ditto.
4856         * nnfolder.el (nnfolder-parse-head): Ditto.
4857         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
4858         * nnmaildir.el (nnmaildir--update-nov): Ditto.
4859         * nnml.el (nnml-parse-head): Ditto.
4860
4861 2002-10-17  Steve Youngs  <youngs@xemacs.org>
4862
4863         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
4864         XEmacs, default to it if featurep 'xemacs.
4865
4866 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4867
4868         * spam-stat.el: Check for the existence of hash functions instead
4869         of the Emacs version to decide whether to load cl.  Suggested by
4870         Kai Gro\e,A_\e(Bjohann.
4871
4872 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4873
4874         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
4875         if it isn't open yet.
4876
4877 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4878
4879         * gnus-group.el: Require mm-url only when compiling.
4880         (gnus-group-fetch-charter): Require mm-url.
4881
4882         * spam-stat.el: Require cl for the functions gethash,
4883         hash-table-count, make-hash-table and mapc for Emacs 20.
4884         (puthash): Alias to cl-puthash for Emacs 20.
4885         (with-syntax-table): New macro for Emacs 20.
4886
4887 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
4888
4889         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
4890
4891 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
4892
4893         * spam.el (spam-check-ifile): added ifile as a spam checking
4894         backend, and spam-use-ifle as the variable to toggle that check.
4895
4896 2002-10-12  Simon Josefsson  <jas@extundo.com>
4897
4898         * message.el (message-beginning-of-line): New variable.
4899         (message-beginning-of-line): Use it.
4900
4901 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
4902
4903         * spam.el: more compilation fixes for BBDB
4904
4905         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
4906         (spam-stat-reduce-size): Interactive.
4907         (spam-stat-reset): New function.
4908         (spam-stat-save): Interactive.
4909
4910 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4911
4912         * gnus.el: Autoload gnus-delay-initialize.
4913
4914         * message.el: Autoload gnus-delay-article.
4915
4916 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
4917
4918         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
4919         text property in Emacs.
4920
4921 2002-10-11  Simon Josefsson  <jas@extundo.com>
4922
4923         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
4924         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
4925
4926         * mml1991.el (mml1991-pgg-sign): Remove CR.
4927
4928 2002-10-10  Simon Josefsson  <jas@extundo.com>
4929
4930         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
4931         decrypt failed.
4932         (mml2015-trust-boundaries-alist): Removed.
4933         (mml2015-gpg-extract-signature-details): Don't use it.
4934         (mml2015-unabbrev-trust-alist): New.
4935         (mml2015-gpg-extract-signature-details): Use it.
4936
4937 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
4938
4939         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
4940         BBDB installed
4941
4942         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
4943         statistical analysis of spam in Lisp only
4944
4945 2002-10-10  Simon Josefsson  <jas@extundo.com>
4946
4947         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
4948         auth, selected or examine state.
4949
4950         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
4951         buffer and error buffer depending on type of information.
4952
4953         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
4954         --status-fd stuff even if gpg.el is not used (revert earlier
4955         change).
4956         (mml2015-pgg-{clear-,}verify): Store both output and errors as
4957         gnus details.
4958         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
4959         buffer.
4960
4961         * pgg.el (pgg-verify-region): Use it.
4962
4963         * pgg-def.el (pgg-query-keyserver): New variable.
4964
4965         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
4966         key-identifier in packet.  Is this a good idea?
4967
4968         * mml.el (mml-mode-map): Add security commands that operates on
4969         MIME parts.
4970         (mml-menu): And menu items for them.
4971
4972         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
4973
4974         * mml.el (mml-parse-1): Support sender in #secure tags.
4975
4976         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
4977         defined.
4978
4979         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
4980         (mml-pgp-encrypt-buffer): Support combined signing.
4981
4982         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
4983         (mml1991-gpg-encrypt): Ditto.
4984         (mml1991-pgg-encrypt): Ditto.
4985         (mml1991-encrypt): Pass sign parameter.
4986
4987         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
4988         (mml-signencrypt-style): Mention the variable.
4989
4990 2002-10-09  Simon Josefsson  <jas@extundo.com>
4991
4992         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
4993         pgg-gpg-user-id.
4994
4995         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
4996         (pgg-fetch-key-function): Nil if w3 is not installed.
4997
4998 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4999
5000         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
5001         gnus-agent-current-history.
5002
5003 2002-10-06  Simon Josefsson  <jas@extundo.com>
5004
5005         * imap.el (imap-parse-status): Don't use read to read token.
5006
5007 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5008
5009         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
5010         for methods not covered by the agent, and when unplugged.
5011
5012 2002-10-05  Simon Josefsson  <jas@extundo.com>
5013
5014         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
5015         signing.
5016
5017         * gnus-agent.el (gnus-agent-read-servers): If getting method from
5018         a named server fails, ignore the server.
5019
5020         * mml1991.el (mml1991-pgg-sign): Do QP.
5021
5022         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
5023         work.
5024
5025 2002-10-04  Simon Josefsson  <jas@extundo.com>
5026
5027         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
5028
5029         * pgg-pgp.el (pgg-pgp-verify-region): Inline
5030         binary-write-decoded-region from MEL.
5031
5032         * pgg.el (pgg-encrypt-region): Support sign.
5033
5034         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
5035
5036         * mml2015.el (mml2015-pgg-encrypt): Ditto.
5037
5038         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
5039         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
5040         branch where PGG was taken from in the ChangeLog entries below.
5041
5042 2002-10-01  Simon Josefsson  <jas@extundo.com>
5043
5044         * pgg-pgp.el: Don't require mel.  Don't use luna.
5045         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
5046         (pgg-pgp-process-region): Use expand-file-name instead of concat.
5047         (pgg-pgp-process-region): Don't use binary-funcall.
5048
5049         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
5050
5051         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
5052         instead of concat.
5053
5054         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
5055
5056 2002-09-29  Simon Josefsson  <jas@extundo.com>
5057
5058         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
5059         compile warnings.
5060
5061         * pgg.el (pgg-decrypt-region): Don't parse packet.
5062
5063         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
5064
5065 2002-09-29  Daiki Ueno <ueno@unixuser.org>
5066
5067         * pgg.el: Remove dependency on calist.el.
5068
5069 2002-09-28  Simon Josefsson  <jas@extundo.com>
5070
5071         * pgg.el (pgg-temporary-file-directory): New variable.
5072         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
5073
5074         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
5075         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
5076
5077         * pgg-parse.el (pgg-char-int): Defalias.
5078         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
5079         (pgg-read-bytes, pgg-read-body): Use it.
5080         (pgg-decode-packets): Don't use MEL, use base64-*.
5081         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
5082         (pgg-string-as-unibyte): Defalias.
5083         (pgg-parse-armor-region): Use it.
5084
5085         * pgg-gpg.el (pgg-gpg-process-region): Use
5086         pgg-temporary-file-directory.
5087
5088         * luna.el: Don't def-edebug.
5089
5090         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
5091         binary-write-decoded-region from MEL.
5092
5093         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
5094
5095         * alist.el, calist.el: Don't require product/APEL.
5096
5097         * pgg-parse.el (top-level): Remove dependency on static.el,
5098         pccl.el, mel.el.
5099         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
5100         `define-ccl-program' is boundp, instead of using broken.
5101
5102 2002-10-01  Simon Josefsson  <jas@extundo.com>
5103
5104         * message.el (message-required-mail-headers): Remove Lines:.
5105
5106 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5107         From Jesper Harder.
5108
5109         * gnus-group.el (gnus-group-fetch-charter,
5110         gnus-group-fetch-control): Prompt for group if given a prefix
5111         argument.
5112         * gnus-sum.el (t): Add gnus-group-fetch-charter and
5113         gnus-group-fetch-control to summary key map and menu.
5114
5115 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
5116
5117         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
5118         number when there are no articles.
5119
5120 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5121
5122         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
5123         arg ALL means to fetch all articles, not only downloadable ones.
5124         (gnus-agent-fetch-selected-article): New function for
5125         gnus-select-article-hook or gnus-mark-article-hook.
5126
5127 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5128         From Peter von der Ahe <nospam2159@daimi.au.dk>.
5129
5130         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
5131         raw-text.
5132
5133 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
5134
5135         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
5136         Pinard).
5137         Major revamp of the code, documentation is in comments in the file
5138         for now.
5139
5140 2002-09-30  Simon Josefsson  <jas@extundo.com>
5141
5142         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
5143         buffer seem to be needed?
5144
5145 2002-09-29  Simon Josefsson  <jas@extundo.com>
5146
5147         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
5148         compile warnings.
5149
5150         * mml1991.el (mml1991-function-alist): Add pgg.
5151         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
5152         (mml1991-pgg-encrypt): Fix recipients querying.
5153
5154 2002-09-28  Simon Josefsson  <jas@extundo.com>
5155
5156         * mml2015.el (autoload): Autoload correct files.  Trivial patch
5157         from dme@dme.org.
5158         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
5159         handle is returned.
5160
5161 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5162
5163         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5164         Protect against non-existent of `nnimap-mailbox-info'.
5165
5166 2002-09-27  Simon Josefsson  <jas@extundo.com>
5167
5168         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
5169         (gnus-setup-news-hook): Use it.
5170         (gnus-after-getting-new-news-hook): Ditto.
5171
5172         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
5173
5174 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5175         From Mats Lidell <matsl@contactor.se>.
5176
5177         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
5178
5179 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5180
5181         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
5182         the part to decode encoded words, use raw words instead of decoded
5183         words.
5184
5185 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5186
5187         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
5188
5189         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
5190         (mm-setup-w3m): Use it.
5191
5192 2002-09-27  Simon Josefsson  <jas@extundo.com>
5193
5194         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
5195         article buffers.
5196
5197         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
5198         it just in case.
5199         (nnimap-update-unseen): New function; update unseen count in
5200         `n-m-info'.
5201         (nnimap-close-group): Call it.
5202
5203         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
5204         (gnus-after-getting-new-news-hook): Ditto.
5205
5206         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
5207         message into verboselevel 9.  Change slow mail check message.
5208         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
5209         (nnimap-fixup-unread-after-getting-new-news): New function, to be
5210         used as a hook after getting new mail.
5211
5212 2002-09-26  Simon Josefsson  <jas@extundo.com>
5213
5214         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
5215         SELECT/EXAMINE is first unseen article, not number of unseen
5216         articles.  Make them distinct by renaming the former to
5217         `first-unseen' instead of `unseen'.
5218
5219         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
5220         too.
5221         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
5222         changed.
5223         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
5224
5225         * gnus-int.el (gnus-server-unopen-status): Defcustom.
5226
5227         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
5228         better.
5229
5230         * mml2015.el (mml2015-pgg-decrypt): Only add security information
5231         if dissecting resulting buffer actually had any information.
5232
5233 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5234
5235         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
5236         because the function `string<' allows symbols.
5237
5238         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
5239
5240 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
5241
5242         * message.el (message-forward-make-body): Revert an early change
5243         because 8-bit utf-8 emails.
5244
5245 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
5246
5247         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
5248         links to Info)
5249         * gnus-art.el (gnus-treat-highlight-signature):
5250         * gnus-art.el (gnus-treat-buttonize):
5251         * gnus-art.el (gnus-treat-buttonize-head):
5252         * gnus-art.el (gnus-treat-emphasize):
5253         * gnus-art.el (gnus-treat-strip-cr):
5254         * gnus-art.el (gnus-treat-unsplit-urls):
5255         * gnus-art.el (gnus-treat-leading-whitespace):
5256         * gnus-art.el (gnus-treat-hide-headers):
5257         * gnus-art.el (gnus-treat-hide-boring-headers):
5258         * gnus-art.el (gnus-treat-hide-signature):
5259         * gnus-art.el (gnus-treat-fill-article):
5260         * gnus-art.el (gnus-treat-hide-citation):
5261         * gnus-art.el (gnus-treat-hide-citation-maybe):
5262         * gnus-art.el (gnus-treat-strip-list-identifiers):
5263         * gnus-art.el (gnus-treat-strip-pgp):
5264         * gnus-art.el (gnus-treat-strip-pem):
5265         * gnus-art.el (gnus-treat-strip-banner):
5266         * gnus-art.el (gnus-treat-highlight-headers):
5267         * gnus-art.el (gnus-treat-highlight-citation):
5268         * gnus-art.el (gnus-treat-date-ut):
5269         * gnus-art.el (gnus-treat-date-local):
5270         * gnus-art.el (gnus-treat-date-english):
5271         * gnus-art.el (gnus-treat-date-lapsed):
5272         * gnus-art.el (gnus-treat-date-original):
5273         * gnus-art.el (gnus-treat-date-iso8601):
5274         * gnus-art.el (gnus-treat-date-user-defined):
5275         * gnus-art.el (gnus-treat-strip-headers-in-body):
5276         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
5277         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
5278         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
5279         * gnus-art.el (gnus-treat-unfold-headers):
5280         * gnus-art.el (gnus-treat-fold-headers):
5281         * gnus-art.el (gnus-treat-fold-newsgroups):
5282         * gnus-art.el (gnus-treat-overstrike):
5283         * gnus-art.el (gnus-treat-display-xface):
5284         * gnus-art.el (gnus-treat-display-smileys):
5285         * gnus-art.el (gnus-treat-from-picon):
5286         * gnus-art.el (gnus-treat-mail-picon):
5287         * gnus-art.el (gnus-treat-newsgroups-picon):
5288         * gnus-art.el (gnus-treat-body-boundary):
5289         * gnus-art.el (gnus-treat-capitalize-sentences):
5290         * gnus-art.el (gnus-treat-fill-long-lines):
5291         * gnus-art.el (gnus-treat-play-sounds):
5292         * gnus-art.el (gnus-treat-translate):
5293         * gnus-art.el (gnus-treat-x-pgp-sig):
5294         * gnus-art.el (gnus-mime-button-line-format):
5295         * gnus-art.el (gnus-button-man-level):
5296         * gnus-art.el (gnus-button-emacs-level):
5297         * gnus-cus.el (gnus-group-parameters):
5298         * gnus-gl.el (bbb-build-mid-scores-alist):
5299         * gnus-group.el (gnus-group-line-format):
5300         * gnus-mlspl.el (gnus-group-split-setup):
5301         * gnus-mlspl.el (gnus-group-split):
5302         * gnus-msg.el (gnus-mailing-list-groups):
5303         * gnus-msg.el (gnus-posting-styles):
5304         * gnus-nocem.el (gnus-nocem-issuers):
5305         * gnus-score.el (gnus-score-regexp-bad-p):
5306         * gnus-srvr.el (gnus-server-line-format):
5307         * gnus-topic.el (gnus-topic-line-format):
5308         * gnus.el (gnus-summary-line-format):
5309         * mail-source.el (mail-sources):
5310         * message.el (message-subscribed-address-file):
5311         * nnmail.el (nnmail-split-fancy):
5312
5313 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
5314
5315         * mail-source.el(mail-source-run-script): use `functionp' to test
5316         whether the argument `script' is in fact a function.
5317         (mail-sources): adjust the defcustom to allow users to specify a
5318         function or a string as the value of the `:prescript' and
5319         `:postscript' arguments of the `file' and `pop3' mail sources.
5320
5321 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
5322
5323         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
5324         number when article 1 does not exist.
5325
5326 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5327
5328         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
5329         apropos if apropos-variable does not exist.
5330         (gnus-button-guessed-mid-regexp)
5331         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
5332         regexes.  From Reiner Steib.
5333         (gnus-button-handle-describe-function)
5334         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
5335         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
5336         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
5337
5338 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
5339         Trivial patch.
5340
5341         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
5342         the file.
5343
5344 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
5345
5346         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
5347
5348 2002-09-24  Simon Josefsson  <jas@extundo.com>
5349
5350         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
5351         (mml2015-use): Prefer PGG if installed.
5352         (mml2015-function-alist): Add PGG wrappers.
5353         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
5354         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
5355         prefix, make regexp optionally skip it.
5356         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
5357         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
5358         (mml2015-pgg-encrypt): New functions.
5359         (defvar, autoload): Prevent byte-compile warnings.
5360
5361 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5362         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
5363
5364         * gnus-art.el (article-strip-banner): Check for the existence of
5365         from header.
5366
5367 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
5368
5369         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
5370         (gnus-button-alist): Improved regexp for
5371         gnus-button-handle-mid-or-mail (false positives), fixed
5372         gnus-button-handle-man entries.
5373         From Reiner Steib.
5374
5375 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
5376         From Josh Huber.
5377
5378         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
5379         nnmail-extra-headers is non-nil.
5380
5381 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
5382
5383         * nnmaildir.el: Store article numbers persistently.  General
5384         revision.
5385         (nnmaildir-request-expire-articles): handle 'immediate and 'never
5386         for nnmail-expiry-wait; delete instead of moving if 'force is
5387         given.
5388
5389 2002-09-23  Simon Josefsson  <jas@extundo.com>
5390         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
5391
5392         * smime.el (smime-sign-buffer): Get key and extra certs.
5393         (smime-get-key-with-certs-by-email): Utility function.
5394
5395 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5396         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
5397
5398         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
5399         article exists.
5400
5401 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
5402
5403         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
5404
5405 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
5406         From Reiner Steib.
5407
5408         * gnus-art.el (gnus-button-handle-custom,
5409         gnus-button-handle-mid-or-mail,
5410         gnus-button-handle-describe-{function,variable,key},
5411         gnus-button-handle-apropos{,command,variable}): New functions.
5412         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
5413         gnus-button-{man,emacs,mail}-level): New variables.
5414         (gnus-button-alist): Use the above to buttonize emacs and mail
5415         related links.
5416
5417 2002-09-18  Juanma Barranquero  <lektu@terra.es>
5418
5419         * gnus-int.el (gnus-status-message): Fix spacing.
5420
5421         * imap.el (imap-continuation): Fix typos.
5422
5423 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5424
5425         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
5426
5427         * gnus-art.el (gnus-article-reply-with-original): Correct
5428         with-current-buffer scope.
5429
5430         * message.el (message-completion-alist): Add Reply-To, From, etc.
5431
5432 2002-09-18  Simon Josefsson  <jas@extundo.com>
5433
5434         * nnimap.el (nnimap-request-expire-articles): Make flag setting
5435         conditional.  From Nevin Kapur <nevin@jhu.edu>.
5436
5437 2002-09-17  Simon Josefsson  <jas@extundo.com>
5438
5439         * nnimap.el (nnimap-expiry-target): Don't search for which
5440         articles exists here.
5441         (nnimap-request-expire-articles): Do it here instead.  Only expire
5442         when articles are found.  Suggested by Nevin Kapur
5443         <nevin@jhu.edu>.
5444
5445 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5446         From Reiner Steib <reiner.steib@gmx.de>.
5447
5448         * message.el (message-strip-subject-trailing-was)
5449         (message-change-subject, message-add-archive-header)
5450         (message-xpost-fup2-header, message-xpost-insert-note)
5451         (message-xpost-fup2, message-reduce-to-to-cc): New functions
5452         adopted from message-utils.el.  Add functions to the keymap, mode
5453         describtion and menu.
5454         (message-change-subject,message-xpost-fup2): Signal error if
5455         current header is empty.
5456         (message-xpost-insert-note): Changed insert position.
5457         (message-archive-note): Ensure to insert note in message body (not
5458         in head).
5459         (message-archive-header, message-archive-note)
5460         (message-xpost-default, message-xpost-note, message-fup2-note)
5461         (message-xpost-note-function): New variables adopted from
5462         message-utils.el.  Changed some doc-strings.
5463         (message-mark-insert-{begin,end}): Rename from
5464         message-{begin,end}-inserted-text-mark (message-utils.el), changed
5465         values.
5466         (message-subject-trailing-was-query)
5467         (message-subject-trailing-was-ask-regexp)
5468         (message-subject-trailing-was-regexp): New variables.
5469         (message-to-list-only): Added doc-string and menu entry.
5470
5471         * message-utils.el: Removed.  Functions are now in message.el.
5472
5473 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
5474
5475         * gnus-art.el (gnus-article-reply-with-original,
5476         gnus-article-followup-with-original): Switch to
5477         gnus-summary-buffer before reply/followup.
5478
5479 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
5480
5481         * gnus-sum.el (gnus-summary-toggle-header): The article window may
5482         not exist. Toggle it anyway.
5483
5484 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
5485
5486         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
5487
5488         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
5489         Trivial patch from Urban Engberg <ue@ccieurope.com>.
5490
5491         * rfc2047.el (message-posting-charset): Defvar it.
5492         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
5493         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
5494
5495         * mail-source.el (mail-source-fetch): Hide password.
5496
5497         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
5498
5499 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5500         From John Paul Wallington <jpw@shootybangbang.com>.
5501
5502         * gnus.el (gnus-visual, gnus-meta): Fix typo.
5503
5504 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5505
5506         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
5507
5508 2002-09-11  Simon Josefsson  <jas@extundo.com>
5509
5510         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
5511         (nnimap-split-rule): Doc fix.
5512         (nnimap-request-expire-articles): Cleanup code.
5513
5514 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5515         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
5516
5517         * gnus-art.el (gnus-article-address-banner-alist): New option.
5518         (article-strip-banner): Refer the above option to split banners of
5519         free mail servers, when no group parameter is specified.
5520
5521 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5522
5523         * nntp.el (nntp-wait-for-string): Check for a process in the
5524         current buffer instead of `nntp-server-buffer'.
5525
5526 2002-09-09  Simon Josefsson  <jas@extundo.com>
5527
5528         * gnus-art.el (gnus-button-man-handler): New variable.
5529         (gnus-button-alist): Use g-b-handle-man.
5530         (gnus-button-handle-man): New, call g-b-man-handler.
5531
5532 2002-09-08  Simon Josefsson  <jas@extundo.com>
5533
5534         * gnus-art.el (gnus-button-alist): Buttonize man page links.
5535
5536 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5537
5538         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
5539
5540 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5541
5542         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
5543
5544         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
5545         keystroke.
5546
5547         * gnus-srvr.el (gnus-browse-describe-group): New command and
5548         keystroke.
5549
5550 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5551
5552         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
5553         value for gnus-decoration property.
5554
5555 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5556
5557         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
5558         string) as group name in case we have a CRLF in the file.
5559
5560 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
5561
5562         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
5563         group.
5564         (rfc1843-decode-hzp): do.
5565         (rfc1843-newsgroups-regexp): do.
5566
5567 2002-09-04  Simon Josefsson  <jas@extundo.com>
5568
5569         * message.el (message-canlock-generate): Make sure sha1 doesn't
5570         call external programs.
5571
5572 2002-09-03  Simon Josefsson  <jas@extundo.com>
5573
5574         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
5575
5576         * gnus-agent.el (gnus-agent-batch): Add doc.
5577
5578 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
5579
5580         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
5581         check for signed and encrypted parts.
5582         * mml.el (mml-parse-1): Correct small typo which preventing
5583         setting recipients in a secure tag.
5584
5585 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5586
5587         * mm-util.el (mm-coding-system-priorities): Default to a list of
5588         iso-2022-jp and others for the Japanese environment.
5589
5590 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5591
5592         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
5593         invalid display names.
5594
5595 2002-08-30  Simon Josefsson  <jas@extundo.com>
5596
5597         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
5598         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
5599
5600 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
5601
5602         * gnus.el (gnus-group-charter-alist): New option.
5603         (gnus-group-fetch-control-use-browse-url): New option.
5604
5605         * gnus-group.el (gnus-group-fetch-charter): New function.
5606         (gnus-group-fetch-control): New function.
5607         Add them to the keymap and menu. Require mm-url.
5608
5609 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5610
5611         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
5612         From Alex Schroeder <alex@emacswiki.org>.
5613
5614 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
5615
5616         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
5617         items expecting user interaction.
5618
5619         * gnus-topic.el (gnus-topic-make-menu-bar): do.
5620
5621         * gnus-sum.el (gnus-summary-make-menu-bar): do.
5622
5623         * gnus-srvr.el (gnus-server-make-menu-bar): do.
5624
5625         * mml.el (mml-menu): do.
5626
5627 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5628
5629         * mail-source.el (mail-source-touch-pop): New function.
5630
5631         * message.el (message-smtpmail-send-it): New function.
5632         (message-send-mail-function): Add it for a candidate.
5633
5634 2002-08-27  Simon Josefsson  <jas@extundo.com>
5635
5636         * gnus-msg.el (posting-charset-alist): Use
5637         gnus-define-group-parameter instead of defcustom.
5638         (gnus-put-message): Handle SPC in GCC.
5639         (gnus-inews-insert-gcc): Ditto.
5640         (gnus-inews-insert-archive-gcc): Ditto.
5641
5642 2002-08-26  Simon Josefsson  <jas@extundo.com>
5643
5644         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
5645         (gnus-agentize): Auto agentize all nntp and nnimap groups.
5646         (gnus-agent-possibly-save-gcc): Autoload.
5647         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
5648
5649 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5650
5651         * gnus.el (gnus-other-frame-function): New user option.
5652         (gnus-other-frame): Use it; add a doc-string; make it work with
5653         the gnuclient program.
5654
5655         * gnus-util.el (gnus-frame-or-window-display-name): New function.
5656
5657         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
5658         `device-connection' and `dfw-device'.
5659
5660 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5661
5662         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
5663         positives, make it stricter.  From Jochen Hein (trivial change).
5664
5665 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5666
5667         * gnus.el (gnus-other-frame): Trivial fix.
5668
5669 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5670
5671         * gnus.el (gnus-other-frame-parameters): New user option.
5672         (gnus-other-frame-object): New variable.
5673         (gnus-other-frame): Make it search for existing Gnus frame; don't
5674         read new news; delete frame on exit.
5675
5676         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
5677
5678         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
5679
5680 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5681         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
5682
5683         * message.el (message-set-auto-save-file-name): Add support for
5684         the Cygwin Emacs; the system-type is `cygwin'.
5685         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
5686
5687 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
5688
5689         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
5690
5691         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
5692         avoid arithmetic errors.
5693
5694 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5695
5696         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
5697
5698 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5699
5700         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
5701         (message-ignored-resent-headers): Add envelope From.
5702
5703 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5704
5705         * gnus.el (gnus-summary-line-format): Document %k specifier.
5706
5707 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5708
5709         * gnus-sum.el (gnus-summary-line-message-size): New function.
5710         (gnus-summary-line-format-alist): Use it.
5711
5712 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5713
5714         * gnus-art.el (article-make-date-line): Refer to the value for
5715         `gnus-article-time-format' in the summary buffer.
5716
5717         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
5718
5719 2002-08-14  Simon Josefsson  <jas@extundo.com>
5720
5721         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
5722         quoting.
5723         (gnus-button-alist): Fix doc.
5724         (gnus-header-button-alist): Use ' not ` for default value quoting.
5725         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
5726         rationale similar to 2002-05-01 change.
5727         (gnus-article-add-buttons-to-head): Evaluate expression.
5728
5729         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
5730
5731 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5732
5733         * message.el (message-font-lock-keywords): Refer to the value for
5734         `message-cite-prefix-regexp' dynamically.
5735
5736 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5737
5738         * gnus-art.el (gnus-decode-header-methods): Doc fix.
5739
5740 2002-08-12  Simon Josefsson  <jas@extundo.com>
5741
5742         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
5743         (imap-shell-open): Skip initial junk before IMAP greeting.
5744
5745 2002-08-11  Simon Josefsson  <jas@extundo.com>
5746
5747         * message-utils.el (message-xpost-default,
5748         message-xpost-fup2-header, message-xpost-fup2): Fixed
5749         Typos.  Trivial changes from Reiner Steib
5750         <4uce.02.r.steib@gmx.net>.
5751
5752 2002-08-09  Simon Josefsson  <jas@extundo.com>
5753
5754         * message.el (message-canlock-password): Set
5755         canlock-password-for-verify to newly generated canlock-password.
5756         When Emacs is restarted, Custom makes sure this is set, but during
5757         the same session we must set it manually.
5758
5759 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
5760
5761         * yenc.el: New file.
5762
5763         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
5764         (mm-uu-type-alist): Add yenc.
5765         (mm-uu-yenc-filename): New function.
5766         (mm-uu-yenc-extract): New function.
5767
5768         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
5769
5770 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5771
5772         * dgnushack.el (merge): Don't use coerce.
5773
5774 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
5775
5776         * mailcap.el (mailcap-mime-data): Test window-system rather than
5777         mm-device-type.
5778         (mailcap-mime-data): Call xdvi and gv with "-safer".
5779
5780         * mm-util.el: Don't define mm-device-type.
5781
5782 2002-08-05  Simon Josefsson  <jas@extundo.com>
5783
5784         * mm-util.el (mm-coding-system-priorities): coding-system type not
5785         supported everywhere.
5786
5787 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5788
5789         * gnus.el (gnus-version-number): Bumped version number.
5790
5791 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5792
5793         * gnus.el: Oort Gnus v0.07 is released.
5794
5795 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5796
5797         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
5798         (gnus-article-sort-functions): Doc fix.
5799         (t): New keystroke.
5800         (gnus-article-sort-by-random): New function.
5801         (gnus-thread-sort-by-random): New function.
5802
5803 2002-08-02  Simon Josefsson  <jas@extundo.com>
5804
5805         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
5806         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
5807
5808 2002-07-31  Danny Siu  <dsiu@adobe.com>
5809
5810         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
5811         when splitting malformed messages without message-id
5812
5813 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5814         From Niklas Morberg <niklas.morberg@axis.com>.
5815
5816         * nnweb.el (nnweb-type, nnweb-type-definition)
5817         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
5818         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
5819         functionality.
5820         * nnweb.el: Removed old non-functioning search engines.
5821
5822 2002-07-27  Simon Josefsson  <jas@extundo.com>
5823
5824         * message.el (message-forward-make-body): Don't use
5825         `message-forward-ignored-headers' when doing a "raw" followup (it
5826         is important to preserve e.g. CTE).
5827
5828         * flow-fill.el (fill-flowed): Disable filladapt-mode.
5829
5830         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
5831         regexp-quote, Cyrus Sieve is fixed.
5832
5833         * sieve-manage.el (sieve-manage-deletescript): New function.
5834
5835         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
5836         (sieve-manage-mode): Fix menubar.
5837         (sieve-activate): Change some messages.
5838         (sieve-deactivate-all): New function.
5839         (sieve-deactivate): New alias.
5840         (sieve-remove): New function.
5841         (sieve-help): Fix help.
5842         All suggested by Ned Ludd.
5843
5844 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5845
5846         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
5847         (mm-w3m-safe-url-regexp): New user option.
5848
5849         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
5850         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
5851
5852 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
5853
5854         * gnus-sum.el (gnus-summary-delete-article): Force
5855         nnmail-expiry-target to 'delete, so that absolute deletion
5856         happens when absolute deletion is requested.
5857
5858 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5859         From Nevin Kapur <nevin@jhu.edu>.
5860
5861         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
5862         headers as empty headers.
5863
5864 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5865         From Jochen Hein <jochen@jochen.org>.
5866
5867         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
5868         correct typo.
5869         (gnus-emphasis-strikethru): New face.
5870
5871 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5872         From Jason Merrill <jason@redhat.com>.
5873
5874         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
5875         entire file for each of a sequence of missing articles.
5876
5877         * gnus-salt.el (gnus-binary-display-article): Respect an existing
5878         value for gnus-view-pseudos.
5879
5880         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
5881         avoid nreverse.
5882
5883 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5884         From Ted Zlatanov <teodor.zlatanov@divine.com>.
5885
5886         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
5887         (gnus-summary-mode-line-format-alist): Add %h for number of
5888         spams.
5889         (gnus-newsgroup-spam-marked): New variable.
5890         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
5891         (gnus-article-read-p, gnus-article-mark)
5892         (gnus-set-global-variables, gnus-set-global-variables)
5893         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
5894         (gnus-summary-mark-article-as-unread)
5895         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
5896         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
5897         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
5898
5899 2002-07-10  Simon Josefsson  <jas@extundo.com>
5900
5901         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
5902         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
5903
5904 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
5905
5906         * gnus-sum.el (gnus-summary-delete-article): Respect group
5907         parameters while expiring.
5908
5909 2002-07-08  Simon Josefsson  <jas@extundo.com>
5910
5911         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
5912         Enberg.
5913
5914 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5915
5916         * gnus-art.el (article-unsplit-urls): Only display MIME when this
5917         function is called interactively.  From Niklas Morberg.
5918
5919 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5920
5921         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
5922         cdaar to cdar and car.
5923
5924         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
5925         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
5926
5927 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5928
5929         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
5930         don't break a narrowed article.
5931
5932         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
5933         (nntp-open-via-rlogin-and-telnet): Ditto.
5934
5935 2002-07-02  Didier Verna  <didier@xemacs.org>
5936
5937         * nnmail.el (nnmail-split-methods): fix custom type.
5938
5939 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5940
5941         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
5942         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
5943
5944 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5945
5946         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
5947         (gnus-summary-resend-message): Use it.
5948
5949 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5950
5951         * nntp.el (nntp-via-rlogin-command-switches): New variable.
5952         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
5953
5954 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5955
5956         * message.el (message-font-lock-keywords): Don't fontify
5957         headers in the message body, only in the header.
5958         (message-font-lock-make-header-matcher): New function, used by
5959         message-font-lock-keywords.
5960         From Katsumi Yamaoka <yamaoka@jpl.org>.
5961
5962 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5963
5964         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
5965
5966 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5967
5968         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
5969
5970 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5971
5972         * message.el (message-font-lock-keywords): Revert 2002-06-22
5973         change.
5974
5975 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5976
5977         * message.el (message-font-lock-keywords): Put colon in header
5978         name match.
5979
5980 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5981
5982         * message.el (message-font-lock-keywords): Don't use header faces
5983         in the body.  Thanks to Stefan Monnier for the hint on the
5984         implementation.
5985
5986 2002-05-09  Miles Bader  <miles@gnu.org>
5987
5988         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
5989         (gnus-article-hide-citation): Respect it.
5990
5991 2002-04-12  Juanma Barranquero  <lektu@terra.es>
5992
5993         * pop3.el (pop3-open-server): Fix typo.
5994
5995 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
5996
5997         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
5998         instead of push to ignore duplicate to-(list|address) values.
5999         * nnmail.el (nnmail-cache-ignore-groups): New.
6000         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
6001
6002 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6003
6004         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
6005         before sending.  Suggested by Jan Rychter.
6006
6007 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6008
6009         * dgnushack.el (remove): New compiler macro.
6010         (last, coerce, subseq): Remove compiler macros for those built-in
6011         or unused functions.
6012
6013 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6014
6015         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
6016         sure to write byte-compiled versions of gnus-*-format-alist to
6017         .newsrc.eld.  From Simon Josefsson.
6018
6019 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6020
6021         * gnus-agent.el (gnus-agent-read-servers)
6022         (gnus-agent-write-servers): Put server name (string like
6023         "nnchoke:frumple") in the file instead of a server specification
6024         (Lisp expression like (nnchoke "frumple" ...parameters...)).
6025         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
6026
6027 2002-06-16  Simon Josefsson  <jas@extundo.com>
6028
6029         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
6030         Reiner Steib <4uce.02.r.steib@gmx.net>.
6031
6032 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6033
6034         * nnheader.el (nnheader-file-name-translation-alist): Set the
6035         default value for MS Windows systems.
6036
6037         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
6038
6039 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6040
6041         * message.el (message-beginning-of-line): Keep the region active
6042         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
6043
6044 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
6045
6046         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
6047         * gnus-msg.el (gnus-summary-reply): Ditto.
6048         * gnus-msg.el (gnus-summary-handle-replysign): New.
6049
6050 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6051
6052         * message.el (message-send-mail-with-sendmail): Kill errbuf even
6053         if sending failed.
6054
6055 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
6056
6057         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
6058         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
6059         to sign while encrypting.
6060
6061 2002-06-11  Simon Josefsson  <jas@extundo.com>
6062
6063         * gnus-int.el (gnus-request-move-article): Agent expire article if
6064         successfuly moved.
6065
6066         * nnweb.el (nnweb-google-create-mapping): Honors the value of
6067         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
6068
6069 2002-06-10  Simon Josefsson  <jas@extundo.com>
6070
6071         * gnus-int.el (gnus-request-expire-articles): Fix last change?
6072
6073 2002-06-09  Simon Josefsson  <jas@extundo.com>
6074
6075         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
6076
6077         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
6078
6079 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6080
6081         * flow-fill.el (fill-flowed): Ignore errors.
6082
6083 2002-06-06  Simon Josefsson  <jas@extundo.com>
6084
6085         * message.el (message-send-mail-with-sendmail): Improve error message.
6086
6087 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6088
6089         * message.el (message-interactive): Change default from nil to t.
6090         Better to be safe than to be fast.
6091
6092 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6093
6094         * message.el (message-send-mail-with-sendmail): Check return value
6095         from call-process-region.
6096
6097 2002-06-04  Simon Josefsson  <jas@extundo.com>
6098
6099         * gnus-msg.el (gnus-group-mail, gnus-group-news)
6100         (gnus-group-post-news, gnus-summary-mail-other-window)
6101         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
6102         gnus-article-copy to nil, thereby inhibiting the `header' posting
6103         style match to use data from last viewed article.
6104         Suggested by Hrvoje Niksic.
6105
6106 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6107
6108         * spam.el (spam-point-at-eol): New alias.
6109         (spam-parse-whitelist): Use it.
6110
6111 2002-06-03  Simon Josefsson  <jas@extundo.com>
6112
6113         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
6114         (nnmail-article-group): Use it.
6115
6116 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6117
6118         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
6119         so that code reading them won't be surprised.  From Jesper Harder
6120         <harder@ifa.au.dk>.
6121
6122 2002-05-29  Simon Josefsson  <jas@extundo.com>
6123
6124         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
6125         articles.
6126
6127         * gnus.el (gnus-agent-cache): Doc fix.
6128         (gnus-agent): Change default to t.
6129
6130         * gnus-agent.el (gnus-agent-expire): Make it accept optional
6131         ARTICLES, GROUP and FORCE parameters.
6132
6133 2002-05-28  Simon Josefsson  <jas@extundo.com>
6134
6135         * gnus-group.el (gnus-group-line-format): Doc fix.
6136
6137 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6138
6139         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
6140         original article before yanking.  From Jesper Harder
6141         <harder@ifa.au.dk>.
6142
6143 2002-05-26  Simon Josefsson  <jas@extundo.com>
6144
6145         * gnus-sum.el (gnus-summary-menu-split): New function.
6146         (gnus-summary-make-menu-bar): Split charset submenu.
6147         (gnus-summary-menu-maxlen): New variable.
6148         (gnus-summary-menu-split): Use it.
6149
6150 2002-05-25  Simon Josefsson  <jas@extundo.com>
6151
6152         * mml.el (mml-preview): Generate some headers.
6153
6154         * gnus.el (gnus-large-newsgroup): Fix :type.
6155
6156         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
6157         Agent cache NOV's by default now).
6158         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
6159
6160 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
6161
6162         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
6163         call to gnus-parent-id when we check for References loops.
6164         (gnus-summary-prepare-threads): Avoid simplifying every Subject
6165         twice by saving the simplified subject string in simp-subject.
6166
6167 2002-05-23  Simon Josefsson  <jas@extundo.com>
6168
6169         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
6170         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
6171
6172         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
6173         Niklas Morberg <niklas.morberg@axis.com>.
6174
6175 2002-05-22  Simon Josefsson  <jas@extundo.com>
6176
6177         * sieve.el (sieve-change-region): Define it before it is used.
6178
6179         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
6180         (gnus-summary-reply): Ask for confirmation when replying to news.
6181         Defaults to not ask.  From Benjamin Rutt
6182         <rutt+news@cis.ohio-state.edu>.
6183
6184         * nnimap.el (nnimap-nov-is-evil): Improve doc.
6185
6186 2002-05-21  Simon Josefsson  <jas@extundo.com>
6187
6188         * sieve-mode.el (sieve-manage): Fix autoloads.
6189
6190         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
6191         name (makes it work with recent Cyrus timsieved).
6192
6193 2002-05-20  Jason  <jbaker@cs.utah.edu>
6194         Trivial patch.
6195
6196         * gnus-art.el (gnus-request-article-this-buffer): Try
6197         reconnecting if you don't get the message.
6198
6199 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6200
6201         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
6202         Reply-To headers from the headers.
6203
6204 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6205
6206         * mm-url.el (mm-url-insert): Remove junk message.
6207
6208 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6209
6210         * nnslashdot.el (nnslashdot-request-list): Parse new html.
6211         (nnslashdot-use-front-page): New variable.
6212         (nnslashdot-request-list): Use it.
6213
6214         * mm-url.el (mm-url-timeout): New variable.
6215         (mm-url-retries): Ditto.
6216         (mm-url-insert): Use it.
6217
6218 2002-05-16  Simon Josefsson  <jas@extundo.com>
6219
6220         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
6221         (gnus-simplify-subject-functions): Mention g-s-a-w.
6222
6223 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
6224
6225         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
6226         nnmail-cache-insert.
6227         * nndiary.el (nndiary-request-accept-article): Ditto.
6228         * nnfolder.el (nnfolder-request-accept-article): Ditto.
6229         * nnimap.el (nnimap-request-accept-article): Ditto.
6230         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
6231         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
6232         * nnmbox.el (nnmbox-request-accept-article): Ditto.
6233         * nnmh.el (nnmh-request-accept-article): Ditto.
6234         * nnmail.el (nnmail-cache-insert): Change group to required,
6235         removed code which tried to figure out the group.
6236
6237 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
6238
6239         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
6240         messages. From Hans de Graaff <hans@degraaff.org>.
6241         * nnml.el (nnml-request-accept-article): Pass in the group name to
6242         nnmail-cache-insert, since it's available.
6243
6244 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6245
6246         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
6247
6248 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6249         From Florian Weimer <fw@deneb.enyo.de>.
6250
6251         * gnus.el (subscribed): New group parameter.
6252         (gnus-find-subscribed-addresses): Use it.
6253
6254 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
6255
6256         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
6257         the default for pgpmime to support pgp v2.
6258         * mml-sec.el (mml-signencrypt-style): New accessor function to
6259         allow users to get/set the signencrypt style more easily without
6260         frobbing the alist directly.
6261         * mml.el (mml-generate-mime-1): Use accessor function.
6262
6263 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6264
6265         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
6266         parenthesis for "<" and ">".  Suggested by Andreas Schwab
6267         <schwab@suse.de>.
6268
6269 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6270
6271         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
6272         when intuiting the group the message is written to.  From Josh
6273         Huber <huber@alum.wpi.edu>.
6274
6275 2002-05-06  Simon Josefsson  <jas@extundo.com>
6276
6277         * gnus-topic.el (gnus-group-topic-parameters): Work when group
6278         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
6279
6280 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
6281
6282         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
6283         argument, and fixed compiler warning. (added autoload for
6284         gpg-encrypt).
6285
6286 2002-05-04  Simon Josefsson  <jas@extundo.com>
6287
6288         * mml1991.el (mml1991-function-alist): Doc fix.
6289
6290         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
6291         doesn't exist (for previewing messages without having Gnus
6292         started).
6293
6294         * mm-util.el (mm-coding-system-priorities): Defcustom.
6295
6296         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
6297
6298 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
6299
6300         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
6301         default.
6302         * mml-sec.el:
6303         * mml-sec.el (mml-signencrypt-style): New.
6304         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
6305         argument `sign'.
6306         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
6307         signencrypt.
6308         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
6309         * mml.el (mml-generate-mime-1): Changed logic so a part which is
6310         both signed & encryped is processed in one operation. (rather than
6311         two separate ops: sign, then encrypt)
6312         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
6313         indication if a message is signed by an expired key.
6314         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
6315         enables combined sign & encrypt operation. (this was always on
6316         before).
6317         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
6318
6319 2002-05-01  Simon Josefsson  <jas@extundo.com>
6320
6321         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
6322         server.
6323         (nnimap-mailbox-info): defvar instead of defvoo.
6324
6325 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6326
6327         * gnus.el: Oort Gnus v0.06 is released.
6328
6329 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6330
6331         * lpath.el: Bind url-package-version.
6332
6333 2002-05-01  Simon Josefsson  <jas@extundo.com>
6334
6335         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
6336         filename before deleting the group itself, because the presence of
6337         a group filename decides if long filenames are used or not.
6338
6339         * gnus-art.el (gnus-button-alist): Don't inline
6340         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
6341         without also modifying g-button-alist.
6342         (gnus-button-alist): Fix type to allow variable as well as regexp.
6343         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
6344         themselves, variables to its contents.
6345         (gnus-button-entry): Ditto.
6346
6347 2002-05-01  Simon Josefsson  <jas@extundo.com>
6348
6349         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
6350         UIDNEXT as a string.
6351
6352         * nnimap.el (nnimap-string-lessp-numerical): New function.
6353         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
6354         integers.
6355
6356 2002-04-29  Simon Josefsson  <jas@extundo.com>
6357
6358         * nnmail.el (nnmail-cache-insert): Accept optional group
6359         parameter.
6360
6361         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
6362         n-r-g-a is disabled.
6363
6364 2002-04-29  Simon Josefsson  <jas@extundo.com>
6365
6366         * nnimap.el (nnimap-split-fancy): Fix doc.
6367         (nnimap-split-fancy): Fix doc.
6368
6369         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
6370         (nnimap-mailbox-info): New internal variable.
6371         (nnimap-retrieve-groups): Implement faster new mail check.
6372
6373         * nnimap.el (nnimap-split-articles): Support
6374         nnmail-cache-accepted-message-ids.
6375         (nnimap-request-accept-article): Ditto.
6376
6377         * imap.el (imap-mailbox-status-asynch): New command.
6378
6379 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
6380
6381         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
6382         are no subscribed mail groups.
6383         - Strip quoted names when comparing addresses
6384
6385 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
6386
6387         * mm-decode.el (mm-text-html-renderer): Change customize type to
6388         const.
6389
6390         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
6391         (gnus-debug-exclude-variables): do.
6392
6393 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6394
6395         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
6396         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
6397
6398 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6399
6400         * dns.el (dns-make-network-process): New macro.
6401         (query-dns): Use it.
6402
6403 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6404
6405         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
6406         article-buffer.
6407
6408         * mm-url.el (mm-url-package-name): New variable.
6409         (mm-url-package-version): New variable.
6410         (mm-url-insert-file-contents): Bind url-package-name and
6411         url-package-version here.
6412         * nnrss.el (nnrss-insert-w3): Move the bindings.
6413
6414         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
6415         url-package-version. Trivial change from Andrew J Cosgriff
6416         <ajc@polydistortion.net>
6417
6418         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
6419         attachments. Trivial change from Peter 'Luna' Runestig
6420         <peter@runestig.com>.
6421
6422 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
6423
6424         * nnkiboze.el (nnkiboze-request-scan): Call
6425         nnkiboze-possibly-change-group.
6426         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
6427         problems.
6428         (nnkiboze-generate-group): Set newsrc to the *highest* article
6429         number kibozed, not the lowest.
6430
6431 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
6432
6433         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
6434
6435 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6436         From Dan Christensen <jdc+news@uwo.ca>.
6437
6438         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
6439         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
6440         Recognize math postings.  Extract Date (now ignores "(15kb)").
6441         Extract email address using gnus-extract-address-components
6442         instead of just taking the first word.  Create Date and From
6443         headers for message which are missing these headers.  Get rid
6444         of spurious \\ lines (purely cosmetic).  Extend body-end and
6445         file-end regexps, to exclude more garbage from the message.
6446         Make URL rephrasing regexp more flexible, to match current
6447         format.
6448
6449 2002-04-23  Simon Josefsson  <jas@extundo.com>
6450
6451         * netrc.el: New file, functions copied from gnus-util.el by Ted
6452         Zlatanov <tzz@lifelogs.com>.
6453
6454         * gnus-util.el: Require netrc.
6455         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
6456         new code in netrc.el.
6457
6458 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6459
6460         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
6461         message-ignored-resent-headers, too.  From Matthieu Moy
6462         <Matthieu.Moy@imag.fr>.
6463
6464 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6465
6466         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
6467         boolean not a string
6468         * gnus-group.el (gnus-group-line-format): add description of %C
6469         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
6470           as %C
6471         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
6472
6473 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
6474
6475         * nnmaildir.el (nnmaildir-request-scan): typo: set
6476         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
6477         nnmail-get-new-mail for 'find-new-groups.
6478
6479 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
6480
6481         * nnmaildir.el (nnmaildir-request-update-info,
6482         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
6483         unnecessary calls to nnmaildir-request-scan.
6484
6485 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
6486
6487         * gnus-msg.el:
6488         * gnus-msg.el (gnus-message-replysign): New.
6489         * gnus-msg.el (gnus-message-replyencrypt): New.
6490         * gnus-msg.el (gnus-message-replysignencrypted): New.
6491         * gnus-msg.el (gnus-summary-reply): Use the three new variables
6492         (above) to automatically encrypt/sign to encrypted/signed
6493         messages.
6494         * message.el:
6495         * message.el (message-mode-map): Add keybinding for
6496         `message-to-list-only'
6497         * message.el (message-mode): Add description for
6498         `message-to-list-only'
6499         * message.el (message-to-list-only): New.
6500         * message.el (message-make-mft): Changed to use the cl loop macro,
6501         and added optional flag to return only the matched list. (for use
6502         in new message-to-list-only function)
6503
6504 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
6505
6506         * gnus-msg.el:
6507         * gnus-msg.el (gnus-message-replysign):
6508         * gnus-msg.el (gnus-replysign): New.
6509         * gnus-msg.el (gnus-replyencrypt): New.
6510         * gnus-msg.el (gnus-replysignencrypted): New.
6511         * gnus-msg.el (gnus-summary-reply):
6512         * message.el:
6513         * message.el (message-mode-map):
6514         * message.el (message-mode):
6515         * message.el (message-to-list-only): New.
6516         * message.el (message-make-mft):
6517
6518 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6519
6520         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
6521
6522 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
6523
6524         * message.el (message-gen-unsubscribed-mft): accept a prefix
6525         argument so CC can be included with C-u C-c C-f C-a
6526
6527 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6528         From Ted Zlatanov <teodor.zlatanov@divine.com>.
6529
6530         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
6531         Improve docstring.
6532         (spam-enter-blacklist): New command.
6533
6534         * gnus-sum.el (gnus-spam-mark): New mark.
6535         (gnus-auto-expirable-marks): Add gnus-spam-mark.
6536         (gnus-summary-make-tool-bar): Correct conditional.
6537         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
6538         (gnus-summary-mark-as-spam): New command.
6539
6540 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
6541
6542         * mml-sec.el (mml-secure-message): changed to support arbritrary
6543         modes.
6544         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
6545         changed to support "signencrypt" mode.
6546         * mml.el (mml-parse-1): changed to support different secure modes
6547         more easily. (for signencrypt)
6548
6549 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
6550
6551         * gnus-sum.el (gnus-update-summary-mark-positions)
6552         (gnus-summary-toggle-header):
6553         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
6554         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
6555         (gnus-uu-post-encoded):
6556         * nnfolder.el (nnfolder-possibly-change-group):
6557         * nnimap.el (nnimap-retrieve-headers):
6558         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
6559
6560 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
6561
6562         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
6563         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
6564
6565 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6566
6567         * gnus-srvr.el (gnus-server-set-info): Clear
6568         `gnus-server-method-cache' when `gnus-server-alist' is changed.
6569         From Daiki Ueno <ueno@unixuser.org>.
6570
6571 2002-04-11  Simon Josefsson  <jas@extundo.com>
6572
6573         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
6574         viewing of security buttons.  Thanks to Nicolas Kowalski
6575         <Nicolas.Kowalski@imag.fr>.
6576
6577         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
6578         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
6579         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
6580         <Nicolas.Kowalski@imag.fr>.
6581         (smime-decrypt-buffer): Ditto.
6582
6583 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6584
6585         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
6586         header line.
6587
6588 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
6589
6590         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
6591
6592 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6593
6594         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
6595
6596 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6597
6598         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
6599         errors when debug.
6600
6601 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
6602
6603         * message.el (message-make-mft): Changed MFT code from using
6604         message-recipients (which included Bcc) to use only the To and CC
6605         headers.
6606
6607 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
6608
6609         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
6610         add link.
6611         (gnus-treat-mail-picon): Ditto.
6612         (gnus-treat-newsgroups-picon): Ditto.
6613         (gnus-picon-databases): Fix custom type.
6614         (gnus-picon-databases): Add link.
6615         (gnus-article-x-face-command): Add to gnus-picon group.
6616
6617 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
6618
6619         * message.el (message-buffer-naming-style): Remove.
6620
6621 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6622
6623         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
6624
6625         * message.el (message-tool-bar-map): Ditto.
6626
6627         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
6628
6629 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6630
6631         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
6632
6633 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
6634
6635         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
6636
6637 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
6638         Trivial patch.
6639
6640         * dns.el: open-network-stream under XEmacs does udp.
6641
6642 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
6643
6644         * spam.el (spam-enter-whitelist): New function.
6645         (spam-parse-whitelist): Ditto.
6646         (spam-refresh-list-cache): Ditto.
6647         (spam-address-whitelisted-p): New function.
6648
6649         * dns.el (query-dns): Use TCP when make-network-process isn't
6650         available.
6651         (dns-servers): New variable.
6652         (dns-parse-resolv-conf): New function.
6653         (query-dns): Use it.
6654
6655         * spam.el: New file.
6656
6657         * dns.el (query-dns): Test.
6658
6659 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6660
6661         * lpath.el (featurep): Bind make-network-process.
6662
6663 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
6664
6665         * nnmaildir.el: Use defstruct.  Use a single copy of
6666         nnmail-extra-headers to save memory.  Store server's group name
6667         prefix instead of each group's prefixed name.
6668         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
6669         nntp-server-buffer.
6670
6671 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6672
6673         * dns.el: New file.
6674
6675 2002-03-28  Simon Josefsson  <jas@extundo.com>
6676
6677         * gnus-sum.el (gnus-summary-dummy-line-format):
6678         * gnus.el (gnus-summary-line-format): Fixing links to Info.
6679         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
6680
6681 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6682
6683         * gnus-sum.el (gnus-summary-move-article)
6684         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
6685         the doc string.
6686
6687 2002-03-28  Simon Josefsson  <jas@extundo.com>
6688
6689         * mml-sec.el (mml-secure-message): Search after
6690         mail-header-separator from top of message.
6691
6692 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
6693
6694         * nnmaildir.el: Cosmetic changes.
6695         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
6696         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
6697         nnmaildir--group-ls): New macros/functions.  Use them.
6698         (nnmaildir--unlink): Evalutate argument only once.
6699
6700 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
6701
6702         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
6703         symbols.
6704         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
6705         `gnus-point-at-eol'.
6706
6707 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
6708
6709         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
6710         nnmaildir--marks-dir): New macros.  Use them.
6711         Use inhibit-quit for atomicity instead of in-memory journaling.
6712         (nnmaildir--edit-prep): New function.
6713         (Local Variables): Use it.
6714
6715 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
6716
6717         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
6718
6719 2002-03-25  Simon Josefsson  <jas@extundo.com>
6720
6721         * message.el (message-mode): Fix doc.
6722
6723 2002-03-25  Simon Josefsson  <jas@extundo.com>
6724
6725         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
6726         Matthieu Moy <Matthieu.Moy@imag.fr>.
6727
6728 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
6729
6730         * mml-sec.el (mml-unsecure-message): Add docstring.
6731
6732 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
6733
6734         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
6735         value.
6736         Trivial change from andre@slamdunknetworks.com
6737
6738 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
6739
6740         * mml.el (mml-mode-map): Added a keybinding for
6741         `mml-unsecure-message'.  Also, added a menu entry for said
6742         function in the Attachments menu.
6743
6744 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6745
6746         * canlock.el (canlock-version): Remove.
6747         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
6748         here; simplify \x insertions.
6749         (canlock-sha1): New function, always return a unibyte string.
6750         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
6751         of a password.
6752         (canlock-insert-header): Use `canlock-sha1'.
6753         (canlock-verify): Ditto.
6754
6755 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
6756
6757         * message.el (message-fix-before-sending): Add an option that
6758         ignores illegible text.
6759         Trivial change from Mark Milhollan <mlm@attglobal.net>
6760
6761         * message.el (message-font-lock-keywords): Support multi-line MML
6762         tags.
6763
6764         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
6765         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
6766
6767 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6768
6769         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
6770         symbols for "View as different encoding" submenu.
6771
6772 2002-03-19  Simon Josefsson  <jas@extundo.com>
6773
6774         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
6775         encoding" submenu.
6776
6777 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6778
6779         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
6780
6781 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6782
6783         * gnus-sum.el (gnus-sum-thread-tree-root)
6784         (gnus-sum-thread-tree-single-indent)
6785         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
6786         (gnus-sum-thread-tree-leaf-with-other)
6787         (gnus-sum-thread-tree-single-leaf): Make customizable.
6788
6789 2002-03-16  Simon Josefsson  <jas@extundo.com>
6790
6791         * gnus-util.el (gnus-extract-address-components): Don't break on
6792         names such as James "Kibo" Parry.  From Francis Litterio
6793         <franl@world.std.com>.
6794
6795 2002-03-13  Simon Josefsson  <jas@extundo.com>
6796
6797         * pop3.el (pop3-open-server): Revert multibyte change.  From
6798         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
6799
6800         * message.el (message-send-mail-with-qmail): Make it work.  From
6801         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
6802
6803 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
6804
6805         * message.el (message-make-mft): Set case-fold-search while
6806         generating the MFT.  Also, a little cleanup in the MFT code.
6807
6808 2002-03-12  Simon Josefsson  <jas@extundo.com>
6809
6810         * message.el (message-qmail-inject-args): May be function.
6811         (message-send-mail-with-qmail): Call function if m-q-i-a is
6812         function.  From fn@hungry.org (Faried Nawaz).
6813
6814 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
6815
6816         * message.el (message-abbrevs-loaded): Remove.
6817         (mailabbrev): Require it.
6818
6819         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
6820
6821 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6822
6823         * pop3.el (pop3-open-server): Set process buffer unibyte.
6824
6825 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6826
6827         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
6828
6829 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6830
6831         * nnslashdot.el (nnslashdot-request-article): Remove javascript
6832         too.
6833
6834 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6835
6836         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
6837         duplication.
6838         (gnus-summary-save-parts-type-history): Ditto.
6839         (gnus-summary-save-parts-last-directory): Ditto.
6840         Trivial change from andre@slamdunknetworks.com
6841
6842 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
6843
6844         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
6845
6846 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6847
6848         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
6849         -->" as the end of the first article.
6850
6851         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
6852         From Matthieu Moy <Matthieu.Moy@imag.fr>
6853
6854         * message.el (message-add-action): Use add-to-list.
6855         (message-delete-action): New function.
6856
6857         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
6858         pieces.
6859
6860 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
6861
6862         * nnnil.el: New file.
6863         * gnus.el (gnus-valid-select-methods): Include nnnil.
6864
6865 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
6866
6867         * message.el (message-syntax-checks): Because canlock is
6868         supported, we disable sender syntax check.
6869         (message-shoot-gnksa-feet): Add cancel-messages option doc.
6870
6871         * gnus-draft.el (gnus-draft-send): If interactive, use its default
6872         value of message-syntax-checks.
6873
6874         * qp.el (quoted-printable-decode-region): Doc addition.
6875         From: Eli Zaretskii <eliz@is.elta.co.il>
6876
6877         * mail-source.el (make-source-make-complex-temp-name): Use
6878         make-temp-file.
6879
6880         * mm-util.el (mm-make-temp-file): New function.
6881         * nneething.el (nneething-file-name): Use it.
6882         * mml-smime.el (mml-smime-encrypt): Ditto.
6883         * mm-view.el (mm-inline-wash-with-file): Ditto.
6884         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
6885         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
6886         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
6887         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
6888         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
6889         * gnus-art.el (gnus-mime-print-part): Ditto.
6890
6891 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
6892
6893         * message.el (nnmaildir-article-number-to-base-name): New
6894         function.
6895         (nnmaildir-base-name-to-article-number): New function.
6896
6897 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6898
6899         * smime.el (smime-make-temp-file): Don't quote
6900         `temporary-file-directory'.
6901
6902 2002-03-04  Simon Josefsson  <jas@extundo.com>
6903
6904         * smime.el (smime-sign-region): Rename argument keyfiles to
6905         keyfile. You only sign something with one key.
6906         (smime-sign-buffer): Better completing-read prompt.
6907         (smime-decrypt-buffer): Ditto.
6908
6909         * smime.el (smime-make-temp-file): Make it work under XEmacs.
6910
6911         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
6912         completing-read.
6913         (mm-view-pkcs7-decrypt): CRLF->LF.
6914
6915 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
6916
6917         * message.el (message-hierarchical-addresses): New variable.
6918         (message-get-reply-headers): Use it.
6919         From Ted Zlatanov <teodor.zlatanov@divine.com>
6920
6921 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6922
6923         * message.el (message-mode): If buffer-file-name, don't set auto
6924         save file name.
6925         Trivial change from Geoff Greene <ggreene@wpi.edu>
6926
6927 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6928
6929         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
6930         takes one argument in read-char.
6931
6932         * message.el (message-fix-before-sending): Forward a char.
6933         Check mmu-multibyte-p, add control-1.
6934
6935 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6936
6937         * gnus-start.el (gnus-read-init-file): Ditto.
6938
6939         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
6940
6941         * dgnushack.el (dgnushack-make-load): Ditto.
6942
6943         * mail-source.el (mail-source-fetch): Extract the right error
6944         code.
6945
6946         * message.el (message-fix-before-sending): Check illegible text.
6947
6948         * gnus-util.el (gnus-multiple-choice): New function.
6949
6950         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
6951         also defined in gnus-score.el.
6952
6953 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
6954
6955         * message.el (message-get-reply-headers): downcase email addresses
6956         for comaparisons for duplicate removal.
6957
6958 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6959
6960         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
6961         implementation of PKCS#7, which just allows users read the
6962         message.
6963         (mm-view-pkcs7): Use it.
6964
6965 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6966
6967         * gnus.el (large-newsgroup-initial): New parameter.
6968
6969         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
6970         (gnus-summary-insert-old-articles): Ditto.
6971
6972 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
6973
6974         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
6975         used as the default answer of the question, "How many articles?".
6976         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
6977
6978         * nnagent.el (nnagent-retrieve-headers): Remove articles with
6979         small numbers.
6980
6981 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
6982
6983         * deuglify.el: Fix comments.
6984
6985 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
6986
6987         * html2text.el (html2text-clean-anchor): If there is no HREF,
6988         insert nothing.
6989
6990         * mml.el (mml-generate-mime-1): Add cdr.
6991         From: andre@slamdunknetworks.com
6992
6993         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
6994         (mm-text-html-washer-alist): Ditto.
6995
6996         * mm-decode.el (mm-text-html-renderer): Add html2text.
6997
6998         * html2text.el: Face lift.
6999
7000         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
7001
7002 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
7003
7004         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
7005
7006         * deuglify.el: Change copy right. Add autoload. Add coding-system.
7007
7008         * deuglify.el: New file. The original file name is
7009         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
7010
7011         * mm-decode.el (mm-display-external): Use
7012         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
7013
7014 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
7015
7016         * nnmaildir.el (nnmaildir-request-list): Report the highest
7017         article number, not the total number of articles.
7018
7019 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
7020
7021         * gnus-sum.el: Move uu key map here.
7022         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
7023
7024 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
7025
7026         * nnmaildir.el (nnmaildir-request-expire-articles): Use
7027         nnmail-expiry-wait* if expire-age parameter is not set.
7028
7029 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
7030
7031         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
7032         function.
7033         (gnus-group-sort-selected-groups-by-real-name): New function.
7034         (gnus-group-make-menu-bar): Add sort by real name.
7035
7036         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
7037         rebuild.
7038         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
7039         nil as dependencies as well.
7040
7041 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
7042
7043         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
7044         for mime-parts.
7045
7046         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
7047
7048         * gnus-group.el (gnus-group-name-decode): Don't test
7049         multibyte-string, because it breaks XEmacs.
7050         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
7051
7052         * message.el (message-send-mail): Be talkative.
7053
7054         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
7055         (mm-automatic-display): Ditto.
7056
7057         * mailcap.el (mailcap-mime-data): Ditto.
7058         From: Reiner Steib <4uce.02.r.steib@gmx.net>
7059
7060 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7061
7062         * many files: Remove trailing whitespaces, replace spc+tab with
7063         tab, replace leading whitespaces with tabs.
7064
7065 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
7066
7067         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
7068         articles with no body and no blank line after the header.
7069
7070 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
7071
7072         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
7073         parts.
7074
7075         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
7076         non-ascii chars.
7077
7078         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
7079
7080         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
7081         w3-delay-image-loads.
7082         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
7083         (mm-w3-prepare-buffer): Ditto.
7084
7085         * mail-source.el (mail-source-fetch-directory): Run scripts.
7086
7087 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7088
7089         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
7090         for Majordomo confirmations.
7091
7092 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7093
7094         * gnus-fun.el (gnus-respond-to-confirmation): New command.
7095
7096 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7097
7098         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
7099
7100 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
7101
7102         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
7103         References header field.  From Mark Thomas <mthomas@cmu.edu>.
7104
7105 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
7106
7107         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
7108         (mm-inline-render-with-stdin): Ditto.
7109         (mm-inline-render-with-function): Ditto.
7110         (mm-inline-wash-with-file): Bind coding-system-for-write.
7111         (mm-inline-wash-with-stdin): Ditto.
7112
7113 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
7114
7115         Suggested by Felix Natter <fnatter@gmx.net>
7116
7117         * gnus-art.el (gnus-mime-view-part-externally): Rename from
7118         gnus-mime-externalize-view.
7119         (gnus-mime-view-part-internally): Rename from
7120         gnus-mime-internalize-view.
7121         (gnus-article-view-part-externally): Rename from
7122         gnus-article-externalize-part.
7123         (gnus-mime-action-alist): Change correspondingly.
7124         (gnus-mime-button-commands): Ditto.
7125         (gnus-mime-action-alist): Remove duplication.
7126
7127         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
7128
7129 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
7130
7131         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
7132
7133         * gnus-art.el (gnus-display-mime): Use it.
7134
7135         * mm-partial.el (mm-partial-find-parts): Use it.
7136
7137         * gnus-sum.el (gnus-article-loose-mime): Rename from
7138         gnus-article-no-strict-mime.
7139         (gnus-summary-save-parts): Use it.
7140
7141 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7142
7143         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
7144         local variable.
7145
7146         * gnus-art.el (article-display-x-face): Don't sort multiple
7147         X-Faces.
7148
7149 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7150
7151         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
7152         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
7153
7154         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
7155
7156 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
7157
7158         Some ideas is inspired by code from Hrvoje Niksic
7159         <hniksic@arsdigita.com>
7160
7161         * gnus-art.el (gnus-article-wash-function): Set the default to
7162         nil, so that we use mm-text-html-renderer instead.
7163         (article-wash-html): Use mm-text-html-renderer.
7164
7165         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
7166         (mm-text-html-renderer): New variable.
7167         (mm-inline-text-html-renderer): Set the default to nil, so that we
7168         use mm-text-html-renderer instead.
7169
7170         * mm-view.el (mm-inline-text-html): New function.
7171         (mm-text-html-renderer-alist): New variable.
7172         (mm-inline-text-vcard): New function.
7173         (mm-inline-text): Split.
7174         (mm-links-remove-leading-blank): New function.
7175         (mm-inline-render-with-file): New function.
7176         (mm-inline-render-with-stdin): New function.
7177         (mm-inline-render-with-function): New function.
7178         (mm-text-html-washer-alist): New variable.
7179         (mm-inline-wash-with-file): New function.
7180         (mm-inline-wash-with-stdin): New function.
7181
7182 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
7183
7184         * message-utils.el: Fix installation doc.
7185         From: Reiner Steib <4uce.02.r.steib@gmx.net>
7186
7187 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
7188
7189         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
7190         (gnus-post-method): Use it.
7191         (gnus-summary-cancel-article): Find the correct post-method.
7192
7193         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
7194         * message.el (message-send-news): Ditto.
7195         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
7196         <ipmonger@delamancha.org>
7197
7198         * gnus.el (gnus-select-method): Fix doc.
7199         (gnus-server-string): Use 'using nntp'.
7200
7201         * gnus-agent.el (gnus-slave-unplugged): New command.
7202         From: Felix Natter <fnatter@gmx.net>
7203
7204 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7205
7206         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
7207         Call edit-done-function first, then change the window
7208         configuration.
7209         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
7210         (gnus-article-edit-mode): mml-mode.
7211
7212         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
7213         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
7214
7215         * message-utils.el: Adopt the file.
7216
7217         * message-utils.el: New file.
7218         From Holger Schauer <Holger.Schauer@gmx.de>
7219
7220 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
7221
7222         * gnus-sum.el (gnus-summary-move-article): Select-article only
7223         when gnus-move-split-methods is non-nil. And we don't render or
7224         mark the article.
7225
7226         * gnus-fun.el (gnus-shell-command-to-string): New function.
7227         (gnus-shell-command-on-region): New function.
7228         (gnus-random-x-face): Use them.
7229         (gnus-x-face-from-file): Ditto.
7230         (gnus-convert-image-to-gray-x-face): Ditto.
7231         (gnus-convert-gray-x-face-to-xpm): Ditto.
7232         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
7233
7234 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7235
7236         * gnus-art.el (gnus-treat-display-xface): Don't use
7237         `shell-command-to-string' when compiling.
7238         (gnus-treat-display-grey-xface): Ditto.
7239
7240 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
7241
7242         * nnmaildir.el (nnmaildir--article-count): If the group is
7243         completely empty, report minimum article number as 1 instead of 0.
7244
7245 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
7246
7247         * gnus-agent.el (gnus-get-predicate): Use nconc.
7248
7249         * gnus-sum.el (gnus-summary-display-make-predicate): Use
7250         gnus-summary-display-cache as cache.
7251
7252         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
7253         (nndoc-mail-in-mail-type-p): New function.
7254         (nndoc-mail-in-mail-article-begin): New function.
7255
7256 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
7257
7258         * mailcap.el (mailcap-mime-data): Use enriched-decode.
7259
7260         * gnus-cite.el (gnus-article-fill-cited-article): Bind
7261         use-hard-newlines to nil.
7262
7263         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
7264         image is not available if window-system is not available.
7265
7266         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
7267
7268 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7269
7270         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
7271         bookmark, because update-mark doesn't handle it correctly.
7272
7273 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
7274
7275         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
7276         directly instead of calling message-send-mail.
7277
7278         * gnus-start.el (gnus-read-descriptions-file): Use
7279         gnus-default-charset.
7280
7281         * mm-util.el (mm-guess-mime-charset): New function.
7282
7283         * gnus.el (gnus-default-charset): Use it.
7284         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
7285         the default.
7286
7287 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7288
7289         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
7290         (article-display-x-face): Use it.  Disable grey xface, if
7291         uncompface is not found.
7292
7293         * message.el (message-mode): Don't enable multibyte on an indirect
7294         buffer.
7295
7296         * nnrss.el (nnrss-content-function): New variable.
7297         (nnrss-request-article): Use it.
7298
7299 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7300
7301         * gnus.el: Add article-unsplit-urls.
7302         * gnus-sum.el: Ditto.
7303         * gnus-art.el (gnus-treat-strip-cr): New variable.
7304         (gnus-treatment-function-alist): Use it.
7305         (article-unsplit-urls): New function.
7306         (gnus-article-make-menu-bar): Use it.
7307         From: Michael Cook <michael.cook@cisco.com>
7308
7309 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7310
7311         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
7312         copy.
7313
7314 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
7315
7316         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
7317         with internal whitespace.
7318         (gnus-parent-id): Ditto.
7319
7320 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
7321
7322         * gnus-art.el (gnus-article-treat-body-boundary): Add
7323         gnus-decoration property.
7324         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
7325
7326         * message.el (message-mode): Set local-abbrev-table.
7327         From Matt Armstrong <matt@lickey.com>.
7328
7329         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
7330         too many spaces.
7331
7332         * rfc2047.el (rfc2047-unfold-region): Ditto.
7333         (rfc2047-decode-region): Don't unfold. Let
7334         gnus-article-treat-unfold-headers do it.
7335
7336         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
7337         From: Jesper Harder <harder@ifa.au.dk>
7338
7339 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7340
7341         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
7342         (gnus-configure-posting-styles): Use it.
7343         (gnus-configure-posting-styles): Remove trailing newspaces.
7344
7345 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7346
7347         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
7348         is non-nil.
7349
7350         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
7351
7352         * gnus.el (gnus-server-to-method): Switch position with
7353         gnus-server-get-method.
7354         (gnus-agent): Add doc.
7355
7356         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
7357         (gnus-summary-save-parts): Use it.
7358
7359         * gnus-art.el (gnus-display-mime): Use it.
7360         * mm-partial.el (mm-partial-find-parts): Use it.
7361
7362         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
7363
7364         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
7365         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
7366
7367         * nnagent.el (nnagent-request-expire-articles): Don't delete
7368         files.
7369
7370 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
7371
7372         * message.el (message-gen-unsubscribed-mft): New function.
7373         From Sriram Karra <karra@cs.utah.edu>.
7374
7375         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
7376         open parenthesis.
7377
7378         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
7379         (mm-inline-text-html-render-with-w3): Ditto.
7380         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
7381         Suggested by Dave Love  <d.love@dl.ac.uk>.
7382
7383         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
7384
7385         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
7386         * nntp.el (nntp-send-command): Ditto.
7387         * nntp.el (nntp-send-command-nodelete): Ditto.
7388
7389 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7390
7391         * mm-url.el (mm-url-load-url): New function.
7392         (mm-url-insert-file-contents): Use it.
7393
7394         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
7395
7396         * message.el (message-forward-make-body): Correctly copy
7397         forward-buffer.
7398
7399         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
7400
7401 2002-02-04  Simon Josefsson  <jas@extundo.com>
7402
7403         * gnus-art.el (gnus-article-followup-with-original): Mark with
7404         force, prevent errors when following up from article buffer.
7405         (gnus-article-reply-with-original): Ditto.
7406
7407         * binhex.el (binhex-decoder-switches): Fix doc.  From
7408         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
7409
7410 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
7411
7412         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
7413         highlight-citation after emphasize.
7414
7415 2002-02-04  Simon Josefsson  <jas@extundo.com>
7416
7417         * nnfolder.el (nnfolder-open-marks):
7418
7419         * nnml.el (nnml-open-marks): Message when done.  From David
7420         Edmondson <dme@sun.com>.
7421
7422 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7423
7424         * imap.el (imap-anonymous-auth): Fix typo.
7425         From: Steinar Bang <sb@dod.no>
7426
7427         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
7428         save-excursion.
7429         (gnus-cache-braid-heads): Ditto.
7430
7431         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
7432         line, because there are extra articles in the overview buffer.
7433
7434         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
7435
7436         * message.el (message-forward-rmail-make-body): Directly use
7437         rmail-msg-restore-non-pruned-header to avoid calling
7438         vertical-motion.
7439
7440 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7441
7442         * gnus-cache.el (gnus-summary-insert-cached-articles):
7443         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
7444
7445         * gnus-group.el (gnus-group-mark-article-read): Nreverse
7446         gnus-newsgroups-unselected.
7447
7448         * gnus-agent.el (gnus-summary-set-agent-mark): Use
7449         gnus-add-to-sorted-list.
7450
7451         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
7452         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
7453         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
7454         (gnus-update-read-articles): UNREAD is sorted.
7455         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
7456         (gnus-newsgroup-marked, gnus-newsgroup-cached)
7457         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
7458         (gnus-newsgroup-dormant): Require sorted.
7459
7460         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
7461         directories.
7462         (gnus-dired-print): New function.
7463
7464         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
7465         ps-despool.
7466
7467 2002-02-02  Simon Josefsson  <jas@extundo.com>
7468
7469         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
7470
7471 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7472
7473         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
7474         t. This makes gnus-agent customizable without putting
7475         gnus-agentize into .gnus.
7476
7477         * gnus.el (gnus-agent): Make it customizable.
7478
7479         * gnus-dired.el: New file.
7480         From Benjamin Rutt <brutt@bloomington.in.us>
7481
7482         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
7483         if no article.
7484         (gnus-cache-possibly-remove-article): Ditto.
7485         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
7486
7487 2002-02-01  Simon Josefsson  <jas@extundo.com>
7488
7489         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
7490
7491 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7492
7493         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
7494         (mm-setup-w3m): Don't bind keys listed in the above.
7495
7496 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7497
7498         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
7499         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
7500         is non-nil; bind `w3m-force-redisplay' with nil.
7501
7502         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7503
7504         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
7505
7506 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
7507
7508         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
7509         use mail-header-unfold-field.
7510
7511         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
7512         gnus-summary-limit.
7513
7514         * gnus-range.el (gnus-add-to-sorted-list): New function.
7515         * gnus-sum.el (gnus-mark-article-as-read): Use it.
7516         (gnus-mark-article-as-unread): Ditto.
7517         (gnus-summary-mark-article-as-unread): Ditto.
7518         (gnus-build-get-header): Ditto.
7519         (gnus-summary-prepare-threads): Ditto.
7520         (gnus-summary-insert-pseudos): Ditto.
7521         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
7522         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
7523         (gnus-summary-insert-old-articles): Ditto.
7524
7525         * gnus-msg.el (gnus-posting-styles): Add new format of header.
7526         (gnus-configure-posting-styles): Support the new format.
7527
7528         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
7529         edebug-form-spec to (sexp body).
7530         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
7531
7532         * message.el (message-reply-headers): Add doc.
7533
7534 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7535
7536         * gnus-group.el (gnus-group-delete-group): Nix the entry in
7537         gnus-cache-active-hashtb.
7538
7539         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
7540         (gnus-agent-summary-fetch-group): Use it.
7541
7542         * gnus-msg.el (gnus-debug-files): New variable.
7543         (gnus-debug-exclude-variables): New variable.
7544         (gnus-debug): Use them.
7545
7546         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
7547
7548 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
7549
7550         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
7551         (message-mode-syntax-table): Move back the previous position.
7552
7553         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
7554
7555         * gnus-agent.el (gnus-agent-retrieve-headers): Use
7556         gnus-sorted-difference.
7557
7558         * nnsoup.el (nnsoup-request-expire-articles): Use
7559         gnus-sorted-difference.
7560
7561         * nnheader.el: Autoload gnus-sorted-difference.
7562
7563         * nnfolder.el (nnfolder-request-expire-articles): Use
7564         gnus-sorted-difference.
7565
7566         * gnus-cache.el (gnus-cache-retrieve-headers): Use
7567         gnus-sorted-difference.
7568
7569         * gnus-range.el: Autoload cookies.
7570         (gnus-sorted-difference): New function.
7571         (gnus-sorted-ndifference): New function.
7572         (gnus-sorted-nintersection): Rename from
7573         gnus-set-sorted-intersection.
7574         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
7575         (gnus-list-range-difference): Rename from
7576         gnus-inverse-list-range-intersection.
7577         (gnus-inverse-list-range-intersection): Use defalias.
7578
7579         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
7580         gnus-sorted-ndifference, and gnus-sorted-nintersection.
7581         (gnus-articles-to-read): Use gnus-sorted-difference.
7582         (gnus-summary-limit-mark-excluded-as-read): Use
7583         gnus-sorted-intersection and gnus-sorted-ndifference.
7584         (gnus-list-of-read-articles): Use gnus-list-range-difference.
7585         (gnus-summary-insert-articles): Use gnus-sorted-difference.
7586
7587         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
7588
7589 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7590
7591         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
7592         property to the buffer for using emacs-w3m command keys.
7593
7594         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
7595         option.
7596
7597         * mm-view.el (mm-w3m-mode-map): New variable.
7598         (mm-w3m-mode-command-alist): New variable.
7599         (mm-w3m-minor-mode): Removed.
7600         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
7601         (mm-inline-text-html-render-with-w3m): Add keymap property to the
7602         buffer for using emacs-w3m command keys.
7603
7604 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
7605
7606         * message.el (message-mode-syntax-table): Move forward.
7607         (message-cite-prefix-regexp): Auto detect non word constituents.
7608         (message-cite-prefix-regexp): Don't use with-syntax-table.
7609
7610         * gnus-sum.el (gnus-summary-update-info): Use
7611         gnus-list-range-intersection.
7612
7613         * gnus-agent.el (gnus-agent-fetch-headers): Use
7614         gnus-list-range-intersection.
7615
7616         * gnus-range.el (gnus-range-normalize): Use correct predicate.
7617         (gnus-list-range-intersection): Use it.
7618         (gnus-inverse-list-range-intersection): Ditto.
7619         (gnus-sorted-intersection): Add doc.
7620         (gnus-set-sorted-intersection): Add doc.
7621         (gnus-sorted-union): New function.
7622         (gnus-set-sorted-union): New function.
7623
7624         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
7625         (gnus-inverse-list-range-intersection): Ditto.
7626
7627 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
7628
7629         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
7630
7631         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
7632         and permit `:' and `\' in order to handle full Windows pathnames.
7633         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
7634         technically not correct per standard, but seems to have common use.
7635
7636 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
7637
7638         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
7639         replacing numbers.
7640
7641 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
7642
7643         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
7644
7645         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
7646         Don't split when the window is small, e.g. when a small *BBDB*
7647         window is the lowest one.
7648
7649         * gnus-agent.el (gnus-agent-retrieve-headers): Use
7650         nnheader-find-nov-line to speed up. Use nreverse, because it is
7651         sorted. Use nnheader-insert-nov-file.
7652
7653 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7654
7655         * mm-decode.el (mm-inline-text-html-with-images): New user option.
7656
7657         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
7658         of `w3m-display-inline-images' with the value of
7659         `mm-inline-text-html-with-images'.
7660         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
7661
7662         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7663
7664 2002-01-27  Richard M. Stallman  <rms@gnu.org>
7665
7666         * time-date.el: Add autoload cookies.  Many doc fixes.
7667         (time-add): New function.
7668         (time-subtract): Renamed from subtract-time.
7669         (subtract-time): New alias for time-subtract.
7670
7671 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7672
7673         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
7674         emacs-w3m in doc-string.
7675
7676         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
7677         `w3m-current-buffer'.
7678
7679 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7680
7681         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
7682
7683         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
7684         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
7685         (mm-w3m-cid-retrieve): New function.
7686         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
7687
7688 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
7689
7690         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
7691
7692 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7693
7694         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
7695
7696 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7697
7698         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
7699         32K.
7700
7701         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
7702
7703         * nnmail.el (nnmail-article-group): Decode headers before running
7704         split rules over them.
7705         (nnmail-mail-splitting-charset): New variable.
7706
7707         * smiley.el: Replaced with smiley-ems.el.
7708
7709 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
7710
7711         * mm-url.el (mm-url-predefined-programs): Add w3m.
7712         (mm-url-program): Ditto.
7713
7714 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7715
7716         * nnml.el (nnml-use-compressed-files): New variable.
7717         (nnml-filenames-are-evil): Removed.
7718         (nnml-current-group-article-to-file-alist): Don't use.
7719         (nnml-update-file-alist): Inhibit.
7720         (nnml-article-to-file): Use new var.
7721
7722 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
7723
7724         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
7725
7726         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
7727
7728 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7729
7730         * gnus-agent.el (gnus-agent-load-alist): Use new caching
7731         function.
7732
7733         * gnus-util.el (gnus-cache-file-contents): New function.
7734
7735         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
7736         (gnus-agent-load-alist): Use it.
7737
7738         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
7739
7740         * nnheader.el (nnheader-insert-nov-file): New function.
7741
7742         * gnus-util.el (gnus-parse-without-error): Correct the loop.
7743
7744         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
7745         there are no references.
7746         (gnus-extract-message-id-from-in-reply-to): New function.
7747         (gnus-nov-parse-line): Use in-reply-to if there are no
7748         references.
7749
7750 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7751
7752         * nnagent.el (nnagent-retrieve-headers): Use new macro.
7753
7754         * gnus-util.el (gnus-parse-without-error): New macro.
7755
7756 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
7757
7758         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
7759         (gnus-article-wash-function): use locate-library to decide which
7760         to use.
7761
7762 2002-01-25  Simon Josefsson  <jas@extundo.com>
7763
7764         * pop3.el (pop3-munge-message-separator): Work if no date.
7765         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
7766
7767 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7768
7769         * gnus-agent.el (gnus-agent-save-alist): Fix.
7770
7771         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
7772         mistake.  Reinstated lost code.
7773
7774 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
7775
7776         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
7777         one exists in the case of an encrypted message with an internal
7778         signature.
7779
7780 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7781
7782         * gnus-agent.el (gnus-agent-save-alist): Optimized.
7783
7784 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7785
7786         * dgnushack.el: Commented out the experimental code.
7787
7788 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7789
7790         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
7791         error.
7792
7793         * gnus.el (gnus-server-to-method): Made into subst.
7794         (gnus-server-method-cache): New variable.
7795         (gnus-server-to-method): Use it.
7796         (gnus-group-method-cache): New variable.
7797         (gnus-find-method-for-group-1): Renamed.
7798         (gnus-find-method-for-group): New function.
7799         (gnus-group-method-cache): Removed.
7800
7801         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
7802         function.
7803
7804         * gnus-range.el (gnus-members-of-range): New function.
7805         (gnus-list-range-intersection): Renamed.
7806         (gnus-inverse-list-range-intersection): New function.
7807
7808         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
7809
7810         * nnagent.el (nnagent-retrieve-headers): New implementation.
7811
7812         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
7813         implementation.
7814
7815 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7816
7817         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
7818         `w3m-meta-content-type-charset-regexp'.
7819
7820         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
7821         charset-encoded html contents.
7822
7823 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
7824
7825         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
7826         an empty file.
7827
7828         * nnweb.el (url): Ignore errors when request url.
7829
7830         * nnrss.el: Clean up the comments.
7831
7832 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7833
7834         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
7835
7836         * mm-decode.el (mm-inline-text-html-renderer): New user option.
7837         (mm-inline-media-tests): Test whether the value of
7838         `mm-inline-text-html-renderer' is a function for text/html.
7839
7840         * mm-view.el (mm-inline-text-html-render-with-w3): New function
7841         separated from `mm-inline-text'.
7842         (mm-w3m-minor-mode): New variable.
7843         (mm-w3m-setup): New variable.
7844         (mm-setup-w3m): New function.
7845         (mm-inline-text-html-render-with-w3m): New function.
7846         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
7847         text/html.
7848
7849 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
7850
7851         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
7852
7853 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7854
7855         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
7856         and `gnus-xmas-completing-read'.
7857
7858 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7859
7860         * nneething.el (nneething-message-id-number): Abolished.
7861         (nneething-encode-file-name): Not encode numerical characters.
7862         (nneething-make-head): `nneething-message-id-number' is not
7863         used to generate message IDs.
7864
7865 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7866
7867         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
7868         characters.
7869
7870 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7871
7872         * gnus-xmas.el (gnus-xmas-completing-read): New function.
7873         (gnus-xmas-redefine): Redefine conditionally.
7874
7875 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
7876
7877         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
7878         tag.
7879
7880 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
7881
7882         * message.el (message-font-lock-keywords): Added the secure tag.
7883         * mml-sec.el: Added functions to generate/modify/remove the secure
7884         tag while in message mode.
7885         * mml-sec.el (mml-secure-message): New.
7886         * mml-sec.el (mml-unsecure-message): New.
7887         * mml-sec.el (mml-secure-message-sign-smime): New.
7888         * mml-sec.el (mml-secure-message-sign-pgp): New.
7889         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
7890         * mml-sec.el (mml-secure-message-encrypt-smime): New.
7891         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
7892         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
7893         * mml.el (mml-parse-1): Added code to recognise the secure tag and
7894         convert it to either a part or multipart depending on if there are
7895         other parts in the message.
7896         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
7897         to use the secure tag, rather than the part tag.
7898         * mml.el (mml-preview): Added a save-excursion to keep cursor
7899         position after doing an MML preview.
7900
7901 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7902
7903         * nnheader.el (nnheader-parse-overview-file): New function.
7904         (nnheader-write-overview-file): New function.
7905
7906 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7907
7908         * gnus.el (gnus-group-fast-parameter): Check better if expansion
7909         in wanted.
7910
7911         * nnweb.el (nnweb-type-definition): Clean up.
7912
7913 2002-01-21  Alastair Burt  <burt@dfki.de>
7914         Trivial patch.
7915
7916         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
7917         buffer exists before jumping to it.
7918
7919 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7920
7921         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
7922         function.
7923         (article-wash-html): Use it.
7924         (gnus-article-wash-function): New variable.
7925         (gnus-article-wash-html-with-w3m): New function.
7926
7927 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
7928
7929         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
7930         XEmacs.
7931
7932 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
7933
7934         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
7935         command line.
7936
7937 2002-01-21  Simon Josefsson  <jas@extundo.com>
7938
7939         * canlock.el (base64-encode-string): Autoload it from base64.
7940         (canlock-make-cancel-key): Base64 encode unibyte string.
7941
7942 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7943
7944         * nnfolder.el (nnfolder-request-accept-article): Unfold
7945         x-from-line.
7946         (nnfolder-request-replace-article): Ditto.
7947
7948 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
7949
7950         * gnus-group.el (gnus-group-best-unread-group): Use the right
7951         positioning function.
7952
7953 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7954
7955         * smiley-ems.el (smiley-region): Use new function.
7956         (smiley-update-cache): Use general image functions.
7957         (smiley-region): Use general functions.
7958
7959         * gnus-util.el (gnus-graphic-display-p): New function.
7960
7961         * nnmail.el (nnmail-article-group): Allow outputting traces of
7962         non-strings.
7963
7964         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
7965         (nndoc-exim-bounce-type-p): New function.
7966
7967         * message.el (message-dont-send): Doc fix.
7968
7969         * gnus-util.el (gnus-completing-read): Remove
7970         inherit-input-method.
7971
7972         * gnus-art.el (gnus-treat-smiley): Doc fix.
7973
7974         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
7975         articles.
7976
7977 2002-01-19  Simon Josefsson  <jas@extundo.com>
7978
7979         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
7980         (imap-kerberos4-open): Ditto.
7981         (imap-open): Set port correctly, don't set auth.
7982
7983 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7984
7985         * gnus.el (gnus-version-number): Bump version number.
7986
7987 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7988
7989         * gnus.el: Oort Gnus v0.05 is released.
7990
7991 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7992
7993         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
7994         exists.
7995
7996         * gnus-spec.el (gnus-string-width-function): New function.
7997         (gnus-tilde-cut-form): Use it.
7998         (gnus-tilde-max-form): Ditto.
7999         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
8000         (gnus-substring-function): Use it.
8001         (gnus-tilde-cut-form): Ditto.
8002         (gnus-substring-function): New function.
8003
8004         * message.el (message-check-news-header-syntax): New message.
8005
8006         * gnus.el (gnus-slave-no-server): Doc fix.
8007
8008         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
8009
8010 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8011
8012         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
8013         `seen' if it looks like (seen NUM1 . NUM2).  It should be
8014         (seen (NUM1 . NUM2)).
8015
8016 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8017
8018         * gnus-topic.el (gnus-topic-catchup-articles): Update article
8019         number in closed topics.
8020
8021 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
8022
8023         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
8024         functions.
8025
8026 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8027
8028         * gnus.el (gnus-group-find-parameter): Clean up.
8029
8030         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
8031         articles.
8032
8033         * gnus-util.el (gnus-completing-read-with-default): Renamed.
8034
8035         * nnmail.el (nnmail-article-group): Clean up.
8036
8037 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
8038
8039         * gnus-agent.el (gnus-category-name): Intern the category name.
8040
8041 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8042
8043         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
8044
8045         * gnus-util.el (gnus-completing-read): New function.
8046
8047 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
8048
8049         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
8050
8051         * smiley-ems.el (smiley-region): Register smiley.
8052         (smiley-toggle-buffer): Rewrite the function.
8053         (smiley-active): Removed.
8054
8055 2002-01-19  Simon Josefsson  <jas@extundo.com>
8056
8057         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
8058         Jesper Harder <harder@ifa.au.dk>.
8059
8060 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8061
8062         * gnus-art.el (gnus-request-article-this-buffer): Call
8063         `nneething-get-file-name' to extract the file name from the
8064         message id.
8065
8066         * nneething.el (nneething-encode-file-name): New function.
8067         (nneething-decode-file-name): Ditto.
8068         (nneething-get-file-name): Ditto.
8069         (nneething-make-head): Encode the file name and encapsulate it
8070         into the field of the message id.
8071
8072 2002-01-18  Simon Josefsson  <jas@extundo.com>
8073
8074         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
8075         stored in .marks.
8076
8077         * nnfolder.el (nnfolder-request-update-info): Ditto.
8078
8079 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
8080
8081         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
8082
8083 2002-01-18  Simon Josefsson  <jas@extundo.com>
8084
8085         * imap.el (imap-starttls-p): Don't check for binary.
8086         (imap-gssapi-auth-p): Ditto.
8087         (imap-kerberos4-auth-p): Ditto.
8088         (imap-open): Change logic.  Iterate through all possible streams,
8089         instead of bailing out after first failure.  Move authenticator
8090         decision to `imap-authenticate'.
8091         (imap-authenticate): Change logic, now finds the authenticator to
8092         use, was previously in `imap-open'.
8093         (imap-open): Return nil on failure.
8094         (imap-open): Setup temp buffer correctly.
8095         (imap-open): Return buffer only on success.
8096         (imap-interactive-login, imap-interactive-login): Tell the user
8097         which stream/authenticator is used for the queried
8098         username/password.
8099         (imap-open, imap-authenticate): Set variables.
8100         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
8101         (imap-open): Don't assume how `with-temp-buffer' is implemented.
8102
8103 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8104
8105         * gnus-fun.el (gnus-grab-cam-x-face): New function.
8106
8107 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8108
8109         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
8110
8111 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
8112
8113         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
8114         (gnus-agent-group-mode-map): Bind it to "Jo".
8115         (gnus-agent-group-make-menu-bar): Add it into menu bar.
8116
8117 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
8118
8119         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
8120         (gnus-summary-mail-toolbar): Add mail article deletion button.
8121
8122         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
8123         false positives for lines of "^^^^".
8124
8125         * gnus-picon.el (gnus-picon-find-face): faces database is all
8126         lowercase.
8127
8128 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
8129
8130         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
8131         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
8132         duplications.
8133         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
8134
8135 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8136
8137         * gnus-sum.el (gnus-summary-initial-limit): Inline
8138         gnus-summary-limit-children.
8139         (gnus-summary-initial-limit): Don't limit if
8140         gnus-newsgroup-display is nil.
8141         (gnus-summary-initial-limit): No, don't.
8142
8143         * gnus-util.el
8144         (gnus-put-text-property-excluding-characters-with-faces): Inline
8145         gnus-put-text-property.
8146
8147         * gnus-spec.el (gnus-default-format-specs): New variable.
8148
8149         * gnus-start.el (gnus-read-newsrc-file): Don't clear
8150         gnus-format-specs.
8151         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
8152
8153         * gnus-spec.el (gnus-update-format-specifications): Really check
8154         the Gnus version of the .newsrc.eld file.
8155         (gnus-format-specs): Save the new default summary format.
8156
8157         * gnus-util.el (gnus-parent-id): Check whether references is empty
8158         before splitting.
8159
8160         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
8161         functions.
8162         (gnus-gather-threads-by-references): Inline
8163         `gnus-split-references'.
8164
8165         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
8166         default value of gnus-summary-line-format-spec.
8167
8168 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
8169
8170         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
8171         message.
8172         (nnslashdot-request-list): Ditto.
8173         (nnslashdot-sid-strip): Removed.
8174
8175 2002-01-15  Simon Josefsson  <jas@extundo.com>
8176
8177         * nnimap.el (nnimap-close-asynchronous): Enable.
8178         (nnimap-close-group): Expunge.
8179
8180 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
8181
8182         * gnus-util.el (gnus-user-date-format-alist): Typo.
8183         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
8184
8185 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8186
8187         * nneething.el (nneething-request-article): Set
8188         `nnmail-file-coding-system' to `binary' locally, in order to read
8189         files without any conversion.
8190
8191 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
8192
8193         * gnus-agent.el (gnus-agent-retrieve-headers): Use
8194         nnheader-file-coding-system and nnmail-active-file-coding-system.
8195         (gnus-agent-regenerate-group): Ditto.
8196         (gnus-agent-regenerate): Ditto.
8197         (gnus-agent-write-active): Ditto.
8198         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
8199
8200 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
8201
8202         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
8203         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
8204
8205 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
8206
8207         * gnus.el: We don't need gnus-article-show-all-headers.
8208
8209         * gnus-art.el (article-show-all, gnus-article-show-all-header):
8210         Ditto.
8211
8212         * gnus-sum.el (gnus-summary-select-article): Don't call
8213         show-all-headers, because hidden headers are not hidden text any
8214         more.
8215
8216 2002-01-13  Simon Josefsson  <jas@extundo.com>
8217
8218         * message.el (message-newline-and-reformat): Use `newline' instead
8219         of inserting \n, so that the newline is marked as hard.
8220
8221         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
8222         From Jesper Harder <harder@ifa.au.dk>.
8223
8224 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
8225
8226         * imap.el (imap-close): Keep going if quit.
8227
8228         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
8229         nntp-server-buffer.
8230
8231 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8232
8233         * mm-view.el (mm-display-inline-fontify): Require font-lock to
8234         avoid unbinding shadowed variables.
8235
8236         * gnus-art.el (gnus-picon-databases): Moved here.
8237         (gnus-picons-installed-p): Moved here.
8238         (gnus-article-reply-with-original): Use `mark'.
8239
8240         * gnus.el (gnus-picon): Moved here and renamed.
8241
8242         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
8243         installed.
8244         (gnus-treat-mail-picon): Ditto.
8245         (gnus-treat-newsgroups-picon): Ditto.
8246
8247         * gnus-picon.el (gnus-picons-installed-p): New function.
8248
8249 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
8250
8251         * gnus-agent.el (gnus-agent-go-online): Fix doc.
8252
8253 2002-01-12  Simon Josefsson  <jas@extundo.com>
8254
8255         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
8256         (nnimap-before-find-minmax-bugworkaround): Use it.
8257         (nnimap-find-minmax-uid): Don't reselect current mailbox.
8258         (nnimap-dont-close): New variable.
8259         (nnimap-close-group): Use it.
8260
8261 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8262
8263         * gnus-art.el (gnus-article-reply-with-original): Use
8264         `mark-active'.
8265
8266         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
8267
8268         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
8269         (gnus-score-advanced): Clean up.
8270         (gnus-score-advanced): Accept a multiple of the score.
8271
8272 2002-01-12  Simon Josefsson  <jas@extundo.com>
8273
8274         * flow-fill.el (fill-flowed-display-column)
8275         (fill-flowed-encode-columnq): New variables.  Suggested by
8276         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
8277         (fill-flowed-encode, fill-flowed): Use them.
8278
8279         * message.el (message-send-news, message-send-mail): Use
8280         m-b-s-n-p-e-h-n.
8281
8282         * mml.el (autoload): Autoload fill-flowed-encode.
8283         (mml-buffer-substring-no-properties-except-hard-newlines): New
8284         function.
8285         (mml-read-part): Use it.
8286         (mml-generate-mime-1): Encode format=flowed if appropriate.
8287         (mml-insert-mime-headers): Insert format=flowed.
8288
8289         * flow-fill.el (fill-flowed-encode): New function.
8290         (fill-flowed): Bind fill-column to window width.
8291
8292 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8293
8294         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
8295         it exists.
8296         (gnus-summary-setup-buffer): Wake up dead summary buffers.
8297         (gnus-summary-buffer-name): Don't return the dead name after all.
8298         (gnus-summary-setup-buffer): Kill the dead buffer.
8299
8300         * gnus-art.el (gnus-article-followup-with-original): Store the
8301         value of the mark before deactivating it.
8302
8303 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8304
8305         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
8306         From: Karl Kleinpaste <karl@charcoal.com>
8307
8308         * gnus-art.el (article-display-x-face): Ditto.
8309         (gnus-article-reply-with-original): Use gnus-region-active-p.
8310         (gnus-article-followup-with-original): Ditto.
8311
8312         * gnus-sum.el (gnus-summary-read-group-1): Don't select
8313         downloadable article either.
8314
8315 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8316
8317         * gnus-art.el (article-display-x-face): Insert From:.
8318
8319         * gnus-sum.el (gnus-summary-move-article): Don't draw the
8320         article. Bind gnus-display-mime-function and
8321         gnus-article-prepare-hook.
8322
8323         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
8324         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
8325         gnus-agent-possibly-synchronize-flags to the last.
8326         (gnus-agent-go-online): New function. New variable.
8327
8328 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8329
8330         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
8331         (gnus-agent-regenerate): Ditto.
8332
8333 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8334
8335         * message.el (message-ignored-news-headers)
8336         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
8337         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
8338
8339         * gnus.el (gnus-gethash-safe): New macro.
8340
8341         * gnus-agent.el (gnus-agent-regenerate-history): New function.
8342         (gnus-agent-regenerate): Show messages.
8343
8344 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8345
8346         * gnus-agent.el (gnus-agent-regenerate-group): New function.
8347         (gnus-agent-regenerate): New function.
8348         (gnus-agent-save-alist): Sort.
8349         (gnus-agent-copy-nov-line): Test eobp.
8350         (gnus-agent-retrieve-headers): Erase buffer.
8351
8352 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
8353
8354         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
8355         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
8356
8357         * gnus.el (gnus-agent-covered-methods): Move here.
8358         (gnus-online): New function.
8359         (gnus-agent-method-p): Move here.
8360
8361         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
8362         nil. Remove articles-alist.
8363
8364         * gnus-start.el (gnus-get-unread-articles): Check online.
8365         (gnus-groups-to-gnus-format): Ditto.
8366         (gnus-active-to-gnus-format): Ditto.
8367
8368         * gnus-agent.el (gnus-agent-get-function): Use it.
8369         (gnus-agent-get-undownloaded-list): Ditto.
8370         (gnus-agent-fetch-session): Only fetch online methods.
8371
8372         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
8373         (gnus-server-mode-map): Ditto.
8374         (gnus-server-offline-face): New face.
8375         (gnus-server-offline-face): New variable.
8376         (gnus-server-font-lock-keywords): Add offline.
8377         (gnus-server-insert-server-line): Ditto.
8378         (gnus-server-offline-server): New function.
8379
8380         * gnus-int.el (gnus-open-server): Turn to offline.
8381         (gnus-server-unopen-status): New variable.
8382
8383 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
8384
8385         * nnkiboze.el (nnkiboze-request-article): Use
8386         gnus-agent-request-article.
8387
8388         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
8389         function. Insert undownloaded NOV.
8390
8391         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
8392         (gnus-agent-request-article): New function.
8393
8394         * gnus.el (gnus-agent-cache): New variable.
8395
8396         * gnus-int.el (gnus-retrieve-headers): Use
8397         gnus-agent-retrieve-headers.
8398         (gnus-request-head): Use gnus-agent-request-article.
8399         (gnus-request-body): Ditto.
8400
8401         * gnus-art.el (gnus-request-article-this-buffer): Use
8402         gnus-agent-request-article.
8403
8404         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
8405         article if it is undownloaded.
8406
8407 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8408
8409         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
8410
8411 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8412
8413         * canlock.el (canlock-string-as-unibyte): New macro.
8414         (canlock-sha1-with-openssl): Return a unibyte string.
8415         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
8416
8417 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
8418
8419         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
8420
8421 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8422
8423         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
8424         application/x-emacs-lisp.
8425
8426         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
8427
8428         * nntp.el (nntp-request-article): Add group parameter.
8429         (nntp-request-head): Ditto.
8430         (nntp-find-group-and-number): Add parameter group. Figure out
8431         number if the status line doesn't give (e.g. quimby.gnus.org).
8432
8433 2002-01-08  Simon Josefsson  <jas@extundo.com>
8434
8435         * mml.el (mml-generate-mime-1): Set recipient correctly.
8436
8437 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8438
8439         * message.el (message-read-from-minibuffer): Add parameter
8440         initial-contents.
8441         * gnus-msg.el (gnus-summary-resend-message): Use it.
8442
8443         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
8444         behavior of quit-config.
8445
8446         * message.el (message-make-from): Don't quote fullname.
8447         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
8448
8449         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
8450         From: <andre@slamdunknetworks.com>
8451
8452 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
8453
8454         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
8455
8456         * gnus-art.el (gnus-header-button-alist): Handle mailto.
8457
8458         * mml.el (mml-preview): Bind gnus-original-article-buffer because
8459         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
8460         because bbdb may use it.
8461
8462 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8463
8464         * nneething.el (nneething-request-article): When a non-text file
8465         is converted to an article, its data is encoded in base64.  Call
8466         `nneething-make-head' with options to specify MIME types.
8467         (nneething-make-head): Add optional arguments to specify MIME
8468         types.
8469
8470 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8471
8472         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
8473         header if there is not.
8474
8475         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
8476
8477         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
8478         (gnus-inews-mark-gcc-as-read): Obsolete variable.
8479         (gnus-inews-do-gcc): Use them.
8480
8481         * gnus-group.el (gnus-group-mark-article-read): Put holes into
8482         gnus-newsgroup-unselected.
8483
8484 2002-01-06  Simon Josefsson  <jas@extundo.com>
8485
8486         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
8487         condition-case, not ignore-errors.
8488
8489 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8490
8491         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
8492         gnus-fetch-old-headers.
8493
8494         * gnus-art.el (article-display-x-face): Use the current buffer
8495         unless `W f'. Otherwise, X-Face may be shown in the header of a
8496         forwarded part.
8497         (gnus-treatment-function-alist): Treat xface before hiding
8498         headers.
8499
8500 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8501
8502         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
8503         parameters.
8504
8505 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8506
8507         * mm-util.el (mm-multibyte-p): Define conditionally when load.
8508         (mm-guess-charset): New function.
8509         (mm-charset-after): Use it.
8510         (mm-detect-coding-region): New function.
8511         (mm-detect-mime-charset-region): New function.
8512
8513         * gnus-sum.el (gnus-summary-show-article): Use
8514         mm-detect-coding-region.
8515
8516 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8517
8518         * message.el (message-make-fqdn): Be less violent.
8519
8520         * gnus.el (gnus-logo-color-style): Compute custom form
8521         automatically.
8522
8523         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
8524         score file of the parent to the document group.
8525
8526         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
8527         parameters parameter.
8528
8529         * gnus-score.el (gnus-score-load-file): Clean up.
8530
8531 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8532
8533         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
8534         From: Damien Wyart <damien.wyart@free.fr>
8535
8536         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
8537
8538 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
8539
8540         * gnus-sum.el (gnus-select-group-hook): Typo.
8541
8542         * rfc2047.el (rfc2047-decode-string): Return immediately if there
8543         is no quoted-printable-encoded STRING.
8544         From: Jesper Harder <harder@ifa.au.dk>
8545
8546         (rfc2047-decode-string): Decode it.
8547
8548 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8549
8550         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
8551
8552 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
8553         Trivial patch.
8554
8555         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
8556         buffer to get rid of junk line.
8557
8558 2002-01-05  Simon Josefsson  <jas@extundo.com>
8559
8560         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
8561         C-o.
8562         (message-mode-map): Bind message-insert-or-toggle-importance to
8563         C-c C-u.
8564         (message-mode-map): Bind message-disposition-notification-to to
8565         C-c M-n.
8566         (message-mode-menu): Add m-d-n-t.
8567         (message-mode-field-menu): Add m-goto-from.
8568         (message-mode): Doc fix.
8569         (message-goto-from): New function.
8570         (message-insert-disposition-notification-to): New function.
8571         (message-tool-bar-map): Add receipt button.
8572
8573 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8574
8575         * gnus-sum.el (gnus-thread-latest-date): New function.
8576         (gnus-thread-sort-by-most-recent-number): Renamed.
8577         (gnus-thread-sort-functions): Doc fix.
8578         (gnus-select-group-hook): Don't use setq on a hook.
8579         (gnus-thread-latest-date): Use date, not number
8580
8581         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
8582         (gnus-agent-expire): Allow regexp of expire-days.
8583
8584         * gnus-art.el (gnus-article-reply-with-original): Deactivate
8585         region.
8586         (gnus-article-followup-with-original): Ditto.
8587
8588         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
8589
8590         * gnus-art.el (gnus-mime-display-alternative): Use
8591         gnus-local-map-property.
8592         (gnus-mime-display-alternative): Ditto.
8593         (gnus-insert-mime-security-button): Ditto.
8594         (gnus-insert-next-page-button): Ditto.
8595         (gnus-button-prev-page): Take optional args.
8596         (gnus-insert-prev-page-button): widget-convert.
8597
8598         * gnus-util.el (gnus-local-map-property): New function.
8599
8600         * gnus-art.el (gnus-prev-page-map): Use parent map.
8601         (gnus-next-page-map): Ditto.
8602
8603         * gnus-spec.el (gnus-parse-format): Clean up.
8604         (gnus-parse-format): Do complex formatting for %=.
8605
8606         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
8607         "X-Face: " to the data in the built-in scenario.
8608
8609         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
8610         (gnus-correct-pad-form): Renamed.
8611         (gnus-tilde-max-form): Clean up.
8612         (gnus-pad-form): Use gnus-use-correct-string-widths.
8613
8614         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
8615         support if that is available.
8616
8617         * gnus-sum.el (gnus-thread-highest-number): New function.
8618         (gnus-thread-sort-by-most-recent-thread): New function.
8619         (gnus-thread-sort-functions): Doc fix.
8620
8621 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8622
8623         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
8624         all cases.
8625         (gnus-summary-mode): Enable it in all cases.
8626         (gnus-summary-display-article): Ditto.
8627         (gnus-summary-edit-article): Ditto.
8628
8629         * gnus-ems.el (gnus-put-image): Really return glyph.
8630
8631         * gnus-art.el (gnus-article-x-face-command): Fix :type.
8632         (gnus-treat-smiley): Don't take "P" in the interactive form.
8633
8634 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8635
8636         * compface.el (uncompface): XEmacs and Emacs have differing
8637         capabilities.
8638
8639         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
8640
8641         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
8642         (gnus-article-xface-ring-size): Removed.
8643         (gnus-article-display-xface): Removed.
8644         (gnus-remove-image): Cleaned up.
8645
8646         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
8647         (gnus-xmas-create-image): Take pbm files.
8648         (gnus-x-face): Removed.
8649         (gnus-xmas-article-display-xface): Removed.
8650
8651         * gnus-fun.el (gnus-display-x-face-in-from): Bind
8652         default-enable-multibyte-characters.
8653
8654         * compface.el (uncompface): Doc fix.
8655
8656         * gnus-art.el (gnus-article-x-face-command): Use
8657         gnus-display-x-face-in-from.
8658
8659         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
8660
8661         * gnus-ems.el (gnus-put-image): Return the image.
8662
8663         * gnus-fun.el (gnus-display-x-face-in-from): New function.
8664         (gnus-x-face): Moved here.
8665
8666 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8667
8668         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
8669         invisible if string is nil.
8670         (gnus-xmas-article-display-xface): Use it.
8671
8672         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
8673         property when string is nil.
8674         (gnus-article-display-xface): Use it.
8675
8676 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8677
8678         * gnus-art.el (article-display-x-face): Check whether valid grey
8679         face was returned.
8680         (article-display-x-face): Place image in the right spot.
8681
8682         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
8683         stderr.
8684         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
8685
8686 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8687
8688         * gnus-xmas.el (gnus-xmas-create-image): Take optional
8689         parameters.
8690         (gnus-xmas-put-image): Allow non-strings to be passed.
8691
8692         * gnus-art.el (article-display-x-face): Use optional parameters.
8693
8694         * gnus-ems.el (gnus-create-image): Take optional parameters.
8695
8696         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
8697
8698         * compface.el (compface-xbm-p): Removed.
8699
8700         * gnus-ems.el (gnus-article-compface-xbm): Removed.
8701         (gnus-article-display-xface): Use compface.
8702
8703         * compface.el: New file.
8704
8705         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
8706         (gnus-convert-image-to-x-face-command): Ditto.
8707         (gnus-random-x-face): Quote argument.
8708         (gnus-x-face-from-file): Ditto.
8709
8710 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
8711
8712         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
8713         the expire-group parameter once per article rather than once
8714         per group; bind `nnmaildir-article-file-name' and `article'
8715         for convenience.  Leave article alone when expire-group
8716         specifies the current group.
8717         (nnmaildir--update-nov): be more concurrency-friendly with
8718         temp file names.
8719
8720 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8721
8722         * gnus-start.el (gnus-read-init-file): Cleaned up.
8723
8724 2002-01-03  Dave Love  <d.love@dl.ac.uk>
8725
8726         * gnus-start.el (gnus-startup-file-coding-system): Removed.
8727         (gnus-read-init-file): Don't use it.
8728
8729 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8730
8731         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
8732
8733 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8734
8735         * gnus-start.el (gnus-read-init-file): Don't force coding system
8736         for ~/.gnus.  From Dave Love <fx@gnu.org>.
8737
8738 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8739
8740         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
8741         * nnspool.el (nnspool-request-post): Ditto.
8742
8743         * mm-util.el (mm-use-find-coding-systems-region): New variable.
8744         (mm-find-mime-charset-region): Use it.
8745
8746 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
8747
8748         * gnus.el (gnus-summary-line-format): Added :link.
8749         * gnus-topic.el (gnus-topic-line-format): Ditto.
8750         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
8751         * gnus-srvr.el (gnus-server-line-format): Ditto.
8752         * gnus-group.el (gnus-group-line-format): Ditto.
8753
8754         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
8755         :keys, it works on both Emacsen.
8756
8757 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8758
8759         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
8760
8761 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8762
8763         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
8764
8765 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
8766
8767         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
8768         very wide reply.
8769
8770 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8771
8772         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
8773         (gnus-picon-cache): New variable.
8774         (gnus-picon-transform-newsgroups): Cache stuff.
8775
8776         * gnus-art.el (gnus-article-reply-with-original): New command.
8777         (gnus-article-followup-with-original): New command.
8778
8779         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
8780         END parameters.
8781         (gnus-summary-followup): Take a list of list of articles.
8782         (gnus-inews-yank-articles): Allow lists of article/regions.
8783
8784         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
8785         longer the usual commands.
8786
8787         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
8788         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
8789         shell-command-on-region.
8790
8791 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8792
8793         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
8794           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
8795
8796 2002-01-03  Steve Youngs  <youngs@xemacs.org>
8797
8798         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
8799         understand ':keys', wrap it in an featurep 'xemacs.
8800
8801 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8802
8803         * gnus-ems.el (gnus-article-display-xface): Show xface in the
8804         order of headers (Actually, it is called in a reversed order). Add
8805         'gnus-image-text-deletable property.
8806         (gnus-remove-image): Remove text with such a property.
8807
8808         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
8809         gnus-put-image.
8810
8811         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
8812         with ", "
8813
8814 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8815
8816         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
8817
8818         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
8819         (article-display-x-face): Display grey X-Faces.
8820
8821         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
8822         (gnus-convert-gray-x-face-to-ppm): Ditto.
8823         (gnus-convert-image-to-gray-x-face): Ditto.
8824
8825         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
8826         gnus-summary-show-raw-article.
8827
8828 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8829
8830         Display picons in XEmacs without showing text.
8831
8832         * gnus-xmas.el (gnus-xmas-create-image): Don't use
8833         mm-create-image-xemacs to create xbm glyph, because it deletes
8834         temporary files.
8835         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
8836         (gnus-xmas-remove-image): Make text visible, remove glyph.
8837
8838         * gnus-picon.el (gnus-picon-transform-newsgroups)
8839         (gnus-picon-transform-address): Insert spec backward, due to the
8840         incompatibility of gnus-xmas-put-image.
8841
8842 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8843
8844         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
8845
8846 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8847
8848         * gnus.el: Doc fix.
8849
8850         * gnus-art.el: Doc fix.
8851
8852         * gnus-agent.el: Doc fix.
8853
8854 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8855
8856         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
8857
8858 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
8859
8860         * nnmaildir.el (nnmaildir--update-nov): automatically parse
8861         NOV data out of the message again if nnmail-extra-headers has
8862         changed.
8863
8864 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8865
8866         * gnus-fun.el: New file.
8867         (gnus-convert-image-to-x-face-command): New variable.
8868         (gnus-insert-x-face): New function.
8869         (gnus-random-x-face): Renamed.
8870         (gnus-x-face-from-file): Renamed.
8871
8872         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
8873         "_".
8874         (gnus-body-boundary-delimiter): Typo fix.
8875
8876 2002-01-02  Simon Josefsson  <jas@extundo.com>
8877
8878         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
8879         (gnus-body-boundary-delimiter): Fix type.
8880
8881 2002-01-01  Simon Josefsson  <jas@extundo.com>
8882
8883         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
8884         (gnus-treat-emphasize, gnus-treat-strip-cr)
8885         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
8886         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
8887         (gnus-treat-fill-article, gnus-treat-hide-citation)
8888         (gnus-treat-hide-citation-maybe)
8889         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
8890         (gnus-treat-strip-pem, gnus-treat-strip-banner)
8891         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
8892         (gnus-treat-date-ut, gnus-treat-date-local)
8893         (gnus-treat-date-english, gnus-treat-date-lapsed)
8894         (gnus-treat-date-original, gnus-treat-date-iso8601)
8895         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
8896         (gnus-treat-strip-trailing-blank-lines)
8897         (gnus-treat-strip-leading-blank-lines)
8898         (gnus-treat-strip-multiple-blank-lines)
8899         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
8900         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
8901         (gnus-treat-display-xface, gnus-treat-display-smileys)
8902         (gnus-treat-from-picon, gnus-treat-mail-picon)
8903         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
8904         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
8905         (gnus-treat-play-sounds, gnus-treat-translate)
8906         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
8907
8908         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
8909         (gnus-article-treat-body-boundary): Use it.
8910
8911         * message.el (message-mode): Fix doc.
8912         (message-mode-menu): Fix names.
8913
8914 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8915
8916         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
8917         articles.
8918
8919         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
8920         (gnus-picon-transform-address): Search for unknown faces as well.
8921         (gnus-picon-find-face): Don't search "news" for MISC.
8922         (gnus-picon-user-directories): Changed default back to exclude
8923         "unknown".
8924
8925         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
8926
8927         * gnus-picon.el (gnus-picon-find-face): Search through all
8928         databases.
8929         (gnus-picon-find-face): New implementation.
8930
8931         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
8932         keystroke.
8933         (gnus-topic-goto-next-topic): Ditto.
8934
8935         * gnus.el (gnus-summary-line-format): Changed default.
8936
8937         * nnmail.el (nnmail-extra-headers): Change default.
8938
8939         * gnus-sum.el (gnus-extra-headers): Change default.
8940
8941         * message.el (message-news-other-window): Changed "news" to
8942         "posting".
8943         (message-news-other-frame): Ditto.
8944         (message-do-send-housekeeping): Ditto.
8945
8946         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
8947         function.
8948         (gnus-article-unread-p): New function.
8949         (gnus-article-unseen-p): New function.
8950         (gnus-dead-summary-mode-map): Typo.
8951
8952         * gnus-util.el (gnus-make-predicate): New function.
8953         (gnus-make-predicate-1): New function.
8954
8955         * gnus-sum.el: New function.
8956         (gnus-map-articles): New function.
8957
8958         * gnus-art.el (gnus-treat-fold-headers): New variable.
8959         (gnus-article-treat-fold-headers): New command and keystroke.
8960
8961         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
8962         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
8963
8964 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
8965
8966         * message.el (message-fcc-externalize-attachments): New variable.
8967         (message-do-fcc): Use it.
8968
8969         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
8970         (gnus-inews-do-gcc): Use it.
8971
8972         * mml.el (mml-tweak-sexp-alist): New variable.
8973         (mml-externalize-attachments): New variable.
8974         (mml-tweak-part): Use mml-tweak-sexp-alist.
8975         (mml-tweak-externalize-attachments): New function.
8976
8977 2002-01-01  Steve Youngs  <youngs@xemacs.org>
8978
8979         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
8980         'set-glyph-face' so x-face back/foreground can be set.
8981
8982 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
8983
8984         * message.el (message-fix-before-sending): Fix a typo.
8985
8986 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8987
8988         * gnus-art.el (gnus-treat-smiley): Renamed command.
8989         (gnus-article-remove-images): New command and keystroke.
8990
8991         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
8992
8993         * smiley-ems.el (gnus-smiley-display): Removed.
8994
8995         * gnus.el (gnus-version-number): Update version.
8996
8997         * message.el (message-text-with-property): Renamed and moved
8998         here.
8999         (message-fix-before-sending): Highlight invisible text and place
9000         point there.
9001
9002 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9003
9004         * gnus.el: Oort Gnus v0.04 is released.
9005
9006 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9007
9008         * gnus-delay.el (gnus-delay-send-queue): Renamed.
9009
9010         * gnus-art.el (gnus-ignored-headers): More headers,
9011
9012         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
9013         of `scan-error', since XEmacs doesn't seem to support that.
9014
9015 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9016
9017         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
9018         arg.
9019         (gnus-summary-best-unread-subject): Ditto.
9020         (gnus-summary-best-unread-subject): No, don't.
9021         (gnus-summary-better-unread-subject): New command.
9022
9023         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
9024
9025         * lpath.el ((featurep 'xemacs)): fbind url function.
9026
9027         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
9028         buffer.
9029         (gnus-xmas-remove-image): Implementation that does something.
9030         (gnus-xmas-article-display-xface): Mark images properly.
9031
9032         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
9033
9034 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
9035
9036         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
9037
9038 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9039
9040         * gnus-group.el (gnus-group-line-format): Added %O to the default
9041         value.
9042
9043         * gnus-util.el (gnus-text-with-property): The smallest point is
9044         point-min.
9045
9046         * smiley-ems.el (smiley-region): Return images.
9047         (gnus-smiley-display): Allow toggling.
9048         (smiley-region): Use text properties, not overlays.
9049
9050         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
9051         implemented yet.
9052
9053         * smiley-ems.el (smiley-update-cache): Check for valid types.
9054
9055         * gnus-art.el (gnus-with-article-buffer): New macro.
9056
9057         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
9058         strings as well as the glyphs.
9059         (gnus-picon-transform-address): Ditto.
9060         (gnus-picon-insert-glyph): Ditto.
9061         (gnus-picon-transform-newsgroups): Toggle.
9062         (gnus-picon-transform-address): Toggle.
9063
9064         * gnus-ems.el (gnus-remove-image): New function.
9065         (gnus-put-image): Take an optional string.
9066
9067         * gnus-util.el (gnus-text-with-property): New function.
9068
9069         * gnus-art.el (gnus-delete-images): New function.
9070
9071         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
9072
9073         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
9074         (gnus-article-wash-status): Use it.
9075         (gnus-signature-toggle): Clean up.
9076         (gnus-add-wash-status): New function.
9077         (gnus-delete-wash-status): New function.
9078         (gnus-article-hide-text-type): Use them throughout.
9079         (gnus-add-image): New function.
9080
9081         * gnus-ems.el (gnus-article-display-xface): Use new interface.
9082
9083         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
9084         interface.
9085
9086         * gnus-art.el (article-display-x-face): Cleaned up.
9087
9088         * rfc2047.el (rfc2047-field-value): New function.
9089
9090         * mail-parse.el (mail-header-field-value): New alias.
9091
9092         * gnus-art.el (gnus-mime-print-part): Fix typos.
9093
9094         * smiley-ems.el (gnus-smiley-file-types): New variable.
9095         (smiley-update-cache): Use it.
9096         (smiley-regexp-alist): Suffix-less smiley names.
9097         (smiley-regexp-alist): Added more smileys.
9098
9099         * gnus-sum.el (gnus-print-buffer): Made into own function.
9100         (gnus-summary-print-article): Use it.
9101
9102         * mailcap.el (mailcap-mime-info): Actually return the bit that we
9103         looked for when REQUEST is a string.
9104
9105         * gnus-art.el (gnus-mime-button-commands): Add printing
9106         keystroke.
9107         (gnus-mime-copy-part): Doc fix.
9108         (gnus-mime-print-part): New command.
9109
9110 2001-12-31  Simon Josefsson  <jas@extundo.com>
9111
9112         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
9113         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
9114
9115 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
9116
9117         * gnus-picon.el (gnus-treat-from-picon): Autoload.
9118         (picon): Fix doc.
9119
9120         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
9121         longer exists. Remove those codes.
9122         * gnus.el (gnus-use-picons): Ditto.
9123
9124 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9125
9126         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
9127         infloop.
9128
9129         * gnus-sum.el (t): New `W D' map.
9130
9131         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
9132         (gnus-article-treat-body-boundary): Clean up.
9133         (gnus-body-boundary-face): Removed.
9134         (gnus-article-goto-header): Moved here.
9135         (gnus-article-goto-header): Allow better regexps.
9136         (gnus-article-treat-fold-newsgroups): New command.
9137
9138         * gnus-sum.el (gnus-summary-move-article): We have to select an
9139         article to give `gnus-read-move-group-name' an opportunity to
9140         suggest an appropriate default.
9141
9142         * rfc2047.el (rfc2047-fold-line): New function.
9143         (rfc2047-unfold-line): Ditto.
9144         (rfc2047-fold-region): Don't fold just after the header name.
9145
9146         * mail-parse.el (mail-header-fold-line): New alias.
9147         (mail-header-unfold-line): Ditto.
9148
9149         * gnus-art.el (gnus-body-boundary-face): Renamed.
9150         (gnus-article-treat-body-boundary): Use it.
9151         (gnus-article-treat-body-boundary): Use an invisible header and a
9152         line of underline characters.
9153
9154 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
9155
9156         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
9157
9158         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
9159         (gnus-picon-split-address): New function.
9160         (gnus-picon-find-face): Use it.
9161         (gnus-picon-transform-address): Use it. Set first to t for each
9162         address.
9163
9164         * gnus-art.el (gnus-with-article-headers): Move to here. Define
9165         the macro then use it.
9166         (gnus-treatment-function-alist): Treat picons earlier.
9167
9168 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9169
9170         * gnus-art.el (gnus-body-separator-face): New variable.
9171         (gnus-article-treat-body-boundary): Use a blank, colored line.
9172
9173         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
9174         well.
9175
9176         * gnus-art.el (gnus-treat-body-boundary): New variable.
9177         (gnus-article-treat-unfold-headers): Use helper macro.
9178         (gnus-article-treat-body-boundary): New command.
9179
9180         * gnus.el (gnus-logo-color-style): Change the default color.
9181         (gnus-splash-face): Gray, gray.
9182
9183         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
9184         colors.
9185
9186         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
9187         (gnus-logo-color-style): Ditto.
9188         (gnus-logo-colors): Ditto.
9189
9190         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
9191
9192         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
9193
9194         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
9195         (gnus-picon-transform-newsgroups): New function.
9196
9197         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
9198         string.
9199
9200         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
9201
9202         * gnus-art.el (gnus-treat-cc-picon): New variable.
9203         (gnus-treat-mail-picon): Renamed.
9204
9205         * gnus-picon.el: New implementation.
9206         (gnus-picon-find-face): Renamed.
9207         (gnus-treat-from-picon): Use it.
9208         (gnus-picon-transform-address): Renamed.
9209         (gnus-treat-from-picon): Use it.
9210         (gnus-picon-create-glyph): Renamed.
9211         (gnus-picon-transform-address): Use it.
9212         (gnus-treat-cc-picon): New command.
9213
9214         * mm-decode.el (mm-create-image-xemacs): Separated out into
9215         function.
9216         (mm-get-image): Use it.
9217
9218         * gnus-art.el (gnus-treat-display-picons): Simplify.
9219         (gnus-treat-from-picon): Renamed.
9220
9221         * gnus-ems.el (gnus-create-image): New function.
9222         (gnus-put-image): New function.
9223
9224         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
9225         (gnus-with-article-headers): New macro.
9226         (gnus-article-goto-header): New function.
9227
9228         * gnus-xmas.el (gnus-image-type-available-p): New function.
9229
9230         * gnus-ems.el (gnus-image-type-available-p): New function.
9231
9232 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
9233
9234         * nnrss.el (nnrss-check-group): Find the correct tag, because
9235         xml.el is changed.
9236
9237 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9238
9239         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
9240         lines are shorter than the window width.
9241         (gnus-ignored-headers): More headers.
9242
9243 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9244
9245         * gnus-art.el (gnus-treat-unfold-lines): New variable.
9246         (gnus-treat-unfold-headers): Renamed.
9247         (gnus-article-treat-unfold-headers): New command and keystroke.
9248
9249         * rfc2047.el (rfc2047-encode-message-header): Clean up.
9250
9251         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
9252
9253 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
9254
9255         * sha1-el.el (sha1-use-external): New variable.
9256         (sha1-region): Use it.
9257         (sha1-string): Ditto.
9258
9259         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
9260         * gnus-picon.el: Less warnings when compile.
9261
9262 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9263
9264         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
9265         alias.
9266         (gnus-picons-database): Default to list.
9267         (gnus-picons-lookup-internal): Use it.
9268
9269         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
9270         to "bogus".
9271
9272         * gnus-win.el (gnus-configure-windows-hook): New hook.
9273
9274 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
9275
9276         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
9277
9278 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9279
9280         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
9281         lists.
9282         (gnus-select-newsgroup): Don't append; push.
9283         (gnus-adjust-marked-articles): Remove obsolete ranges from
9284         `seen'.
9285         (gnus-update-marks): Clean up.
9286         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
9287
9288 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
9289
9290         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
9291
9292 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9293
9294         * gnus-sum.el (gnus-auto-select-subject): New variable.
9295         (gnus-summary-best-unread-subject): New function.
9296         (gnus-summary-best-unread-article): Use it.
9297         (gnus-summary-first-unseen-subject): New function and command.
9298
9299         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
9300         other treatments.
9301
9302         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
9303         function.
9304
9305         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
9306         from the list of hidden types.
9307
9308         * mm-view.el (mm-inline-text): Ditto.
9309         (mm-inline-text): Ditto.
9310         (mm-w3-prepare-buffer): Ditto.
9311
9312         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
9313
9314 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9315
9316         * gnus-art.el (gnus-ignored-headers): Added more headers.
9317
9318 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
9319
9320         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
9321         once.
9322
9323 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9324
9325         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
9326
9327 2001-12-28  Simon Josefsson  <jas@extundo.com>
9328
9329         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
9330         Jesper Harder <harder@ifa.au.dk>.
9331
9332 2001-12-27  Simon Josefsson  <jas@extundo.com>
9333
9334         * gnus-sum.el (gnus-select-newsgroup): Make
9335         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
9336         contain all articles (instead of none) when no seen marks have
9337         been set for the group.
9338         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
9339         instead, it seems to result in shorter ranges.
9340
9341 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9342
9343         * mm-util.el (mm-iso-8859-x-to-15-region): Use
9344         insert-before-markers.
9345         From Jesper Harder <harder@ifa.au.dk>
9346
9347 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
9348
9349         * nnmaildir.el (nnmaildir-save-mail): create the destination
9350         groups if they do not exist.
9351
9352 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9353
9354         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
9355
9356 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9357
9358         * gnus-group.el (gnus-group-read-ephemeral-group): Call
9359         gnus-group-real-name.
9360
9361         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
9362         (gnus-newsgroup-variables): Ditto.
9363
9364         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
9365         return it.
9366
9367 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
9368
9369         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
9370         * nnmaildir.el (top-level): Add commentary.
9371         (nnmaildir-version): Indicate that nnmaildir is now a standard
9372         part of Gnus, not separately released.
9373
9374 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9375
9376         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
9377         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
9378         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
9379         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9380
9381 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9382
9383         * nnmaildir.el: Copyright changes. Require cl only at compile time.
9384
9385 2001-12-20  Simon Josefsson  <jas@extundo.com>
9386
9387         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
9388         ZHU <zsh@cs.rochester.edu>.
9389         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
9390         Brian P Templeton <bpt@tunes.org>.
9391
9392 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9393
9394         * nnmaildir.el: New file.
9395         From Paul Jarc <prj@po.cwru.edu>.
9396
9397 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9398
9399         * nndoc.el (nndoc-type-alist): Move forward to the end.
9400
9401 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9402
9403         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
9404         `dolist'.
9405
9406 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9407
9408         * gnus-win.el (gnus-frames-on-display-list): New function.
9409         (gnus-get-buffer-window): Use it.
9410
9411 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9412
9413         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
9414
9415 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9416
9417         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
9418
9419 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9420            From Harald Meland <Harald.Meland@usit.uio.no>
9421
9422         * gnus-win.el (gnus-get-buffer-window): New function.
9423         (gnus-all-windows-visible-p): Use it.
9424
9425         * gnus-util.el (gnus-horizontal-recenter)
9426         (gnus-horizontal-recenter, gnus-horizontal-recenter)
9427         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
9428
9429         * gnus-score.el (gnus-score-insert-help): Use it.
9430
9431         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
9432         (gnus-generate-tree, gnus-highlight-selected-tree)
9433         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
9434         it.
9435
9436         * gnus-art.el (gnus-article-set-window-start)
9437         (gnus-mm-display-part, gnus-request-article-this-buffer)
9438         (gnus-button-next-page, gnus-button-prev-page)
9439         (gnus-article-button-next-page, gnus-article-button-prev-page):
9440         Use it.
9441
9442 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
9443
9444         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
9445         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
9446         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
9447
9448 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9449
9450         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
9451         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
9452         * mml1991.el, nnultimate.el: Add `coding'.
9453
9454 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
9455
9456         * ChangeLog: changed coding to buffer-file-coding-system
9457         * ChangeLog.1: same
9458         * nnwfm.el: same
9459         * gnus-smiley.el: same
9460         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
9461         * gnus-delay.el: same
9462         * gnus-spec.el: same
9463         * message.el: same
9464         * mml1991.el: same
9465         * nnultimate.el: same
9466
9467 2001-12-16  Simon Josefsson  <jas@extundo.com>
9468         Inspired by code by Dirk Meyer <dischi@tzi.de>.
9469
9470         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
9471         (gnus-summary-save-map): Add muttprint.
9472         (gnus-summary-make-menu-bar): Ditto.
9473         (gnus-summary-muttprint): New function.
9474
9475         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
9476
9477 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9478
9479         * uudecode.el (uudecode-decode-region-internal): Speedup by using
9480         temporary list instead of buffer.
9481
9482         * mm-url.el (executable-find): autoload.
9483
9484 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9485
9486         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
9487         to variable, follow doc-string conventions).
9488
9489 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
9490
9491         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
9492         subscribe-level
9493         * gnus-topic.el (gnus-subscribe-topics): use it.
9494
9495 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9496
9497         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
9498         messages. (A small patch with indentation)
9499         From Sean Neakums <sneakums@zork.net>.
9500
9501         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
9502         nil after shooting down the gnus-original-article-buffer.
9503
9504 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9505
9506         * uudecode.el (uudecode-use-external): New variable.
9507         (uudecode-decode-region): Automatically detect external program.
9508
9509         * binhex.el (binhex-use-external): New variable.
9510         (binhex-decode-region-internal): New function.
9511         (binhex-decode-region): Automatically detect external program.
9512
9513         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
9514         Use them.
9515
9516 2001-12-12  Simon Josefsson  <jas@extundo.com>
9517
9518         * nnvirtual.el (nnvirtual-always-rescan)
9519         (nnvirtual-component-regexp): Fix doc.
9520
9521         * nnoo.el (defvoo): Add doc to defvoo variables.
9522
9523         * nnml.el (nnml-directory, nnml-active-file)
9524         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
9525         (nnml-marks-is-evil, nnml-filenames-are-evil)
9526         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
9527
9528         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
9529         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
9530         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
9531         `error'.
9532
9533         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
9534         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
9535
9536         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
9537         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
9538         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
9539         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
9540
9541         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
9542         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
9543
9544         * imap.el, nnimap.el: Fix indentation.
9545
9546         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
9547
9548 2001-12-12  Didier Verna  <didier@xemacs.org>
9549
9550         * gnus-msg.el (gnus-group-news): New function.
9551         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
9552         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
9553         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
9554         for it.
9555         * gnus-msg.el (gnus-summary-news-other-window): New function.
9556         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
9557         bind it to `i'.
9558         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
9559         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
9560         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
9561         for it (called with a prefix).
9562         * gnus-msg.el (gnus-configure-posting-styles): add an optional
9563         group-name argument.
9564         * gnus-msg.el (gnus-setup-message): use it.
9565
9566 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9567
9568         * gnus-sum.el (gnus-summary-show-article): Fix doc.
9569
9570 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9571
9572         * mml.el (mime-to-mml): Remove Content-Disposition too.
9573
9574 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9575
9576         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
9577         * gnus-group.el (gnus-group-name-decode): Decode unibyte
9578         strings only.
9579         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
9580
9581 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
9582
9583         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
9584         (nnmail-fancy-expiry-target): Use it.
9585         Suggestions from Simon Josefsson <jas@extundo.com>.
9586
9587 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9588
9589         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
9590
9591 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9592
9593         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
9594
9595         * gnus-util.el (gnus-url-unhex-string): Move here.
9596
9597 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9598
9599         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
9600         mm-url-decode-entities-nbsp.
9601
9602         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
9603         * webmail.el, nnwfm.el: Use mm-url.
9604
9605         * mm-url.el (mm-url-fetch-form): Move from nnweb.
9606         (mm-url-remove-markup): Move from nnweb.
9607         (mm-url-fetch-simple): Move from webmail.
9608
9609         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
9610
9611 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9612
9613         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
9614         (gnus-summary-print-article): Use it.
9615
9616         * gnus-util.el (gnus-replace-in-string): Typo.
9617
9618 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9619
9620         * nnweb.el (nnweb-replace-in-string): Removed.
9621
9622         * gnus-util.el (gnus-replace-in-string): New function.
9623         (gnus-mode-string-quote): Use it.
9624
9625         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
9626         * nnwfm.el (nnwfm-create-mapping): Ditto.
9627
9628 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9629
9630         * dgnushack.el (dgnushack-compile): nnrss.el and
9631         nnslashdot.el don't depend on nnweb, url, w3.
9632
9633         * nnrss.el: Use mm-url.
9634
9635 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9636
9637         * mm-url.el (mm-url-insert-file-contents): Support file:.
9638
9639 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9640
9641         * mm-view.el: Lower case for the description line. Sync from the
9642         Emacs CVS.
9643
9644 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9645
9646         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
9647         From:  Stefan Monnier  <monnier@cs.yale.edu>
9648
9649 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9650
9651         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
9652
9653 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9654
9655         * mm-url.el: Require executable.
9656         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
9657
9658 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9659
9660         * pop3.el (pop3-munge-message-separator): Only use valid date.
9661         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
9662
9663         * Makefile.in: gnus-load.elc may not be generated.
9664
9665 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9666
9667         * mm-url.el: New file.
9668         * nnslashdot.el: Use it.
9669         * mm-extern.el (mm-extern-url): Use it.
9670
9671 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9672
9673         * gnus-sum.el (gnus-summary-save-article): Nix
9674         gnus-display-mime-function and gnus-article-prepare-hook.
9675
9676         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
9677         the beginning of lines.
9678         (gnus-complex-form-to-spec): Ditto.
9679
9680 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9681
9682         * message.el (message-make-mft): Fix the m-s-a-file regexp.
9683         From Paul Jarc <prj@po.cwru.edu>.
9684
9685 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9686
9687         * message.el: New variable message-subscribed-address-file;
9688         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
9689
9690 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9691
9692         * message.el (message-tab-body-function): Set to nil.
9693         (message-tab): Use text-mode-map or global-map.
9694         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
9695
9696 2001-11-30  Simon Josefsson  <jas@extundo.com>
9697
9698         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
9699         instead of gnus-union, for speed.  Suggested by Christoph Conrad
9700         <christoph.conrad@gmx.de>.
9701         (gnus-agent-fetch-group-1): Add verbose message.
9702
9703 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9704
9705         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
9706         of integers.
9707
9708 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9709
9710         * message.el (message-newgroups-header-regexp)
9711         (message-completion-alist, message-tab-body-function): Use
9712         defcustom rather than defvar.
9713         (message-tab): Mention `message-tab-body-function' in doc.
9714         Suggested by Karl Eichwalder.
9715
9716 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9717
9718         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
9719
9720 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9721
9722         * nnheader.el (nnheader-find-nov-line): Don't use macro
9723         gnus-delete-line.
9724
9725         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
9726         (gnus-group-name-charset): Ditto.
9727
9728         * gnus-util.el (gnus-buffer-live-p): Ditto.
9729
9730 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9731
9732         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
9733         open parenthesis in doc.
9734         (sieve-manage-authenticator-alist): Typo in doc.
9735         * imap.el (imap-authenticator-alist): Typo in doc.
9736         (imap-stream-alist): Backslash.
9737
9738         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
9739           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
9740
9741 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9742
9743         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
9744
9745         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
9746
9747         * gnus-msg.el (gnus-configure-posting-styles): use
9748         make-local-hook. Add LOCAL for add-hook.
9749
9750 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
9751
9752         * message.el (message-mode): Use `make-local-hook' unless
9753         obsolete.
9754         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
9755
9756 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9757
9758         * canlock.el: Remove sha1.el and base64.el stuff.
9759
9760 2001-11-26  Didier Verna  <didier@xemacs.org>
9761
9762         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
9763         if needed.
9764
9765 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9766
9767         * message.el (message-tamago-not-in-use-p): New function.
9768         (message-strip-forbidden-properties): Use it.
9769
9770 2001-11-26  Didier Verna  <didier@xemacs.org>
9771
9772         * gnus-start.el (gnus-check-first-time-used): only check for
9773         existence of .el[d] files.
9774
9775 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9776
9777         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
9778
9779         * message.el (message-setup-1): Clean up mc-*.
9780
9781 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9782
9783         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
9784         * gnus-score.el (gnus-score-find-bnews): Use it.
9785
9786         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
9787         (gnus-summary-limit-to-author): Ditto.
9788         (gnus-summary-limit-to-extra): Ditto.
9789         (gnus-summary-find-matching): Support not-matching argument.
9790
9791 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9792
9793         * message.el (message-wash-subject): Use `insert' rather than
9794         `insert-string', which is deprecated.
9795
9796 2001-11-24  Simon Josefsson  <jas@extundo.com>
9797
9798         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
9799         message. (Gnus does not "default" to using 8bit for the message,
9800         it default to use 8bit encoding and the user-supplied CTE
9801         value. Calling this behaviour "treating it as 8bit" is perhaps
9802         better.)
9803
9804         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
9805         (compare mm-charset-to-coding-system).
9806
9807 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9808
9809         * canlock.el (canlock-sha1-with-openssl): Use unibyte
9810         buffer. Correctly decode hex.
9811
9812 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9813
9814         * gnus-agent.el (gnus-category-insert-line): Convert category
9815         names to strings.
9816
9817 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9818
9819         * message.el (sha1): eval-and-compile.
9820
9821 2001-11-20  Simon Josefsson  <jas@extundo.com>
9822
9823         * message.el (message-allow-no-recipients): New variable.
9824         (message-send): Use it, customize the prompting when posting to
9825         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
9826
9827 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9828
9829         * mm-util.el (mm-coding-system-priorities): New variable.
9830         (mm-sort-coding-systems-predicate): New function.
9831         (mm-find-mime-charset-region): Resort coding systems if needed.
9832         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
9833
9834 2001-11-20  Didier Verna  <didier@xemacs.org>
9835
9836         * gnus-group.el (gnus-group-make-help-group): new optional
9837         argument to control the error behavior.
9838         * gnus-start.el (gnus-check-first-time-used): use it to avoid
9839         erroring.
9840
9841 2001-11-19  Simon Josefsson  <jas@extundo.com>
9842
9843         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
9844         instead of C-c C-u.  Suggested by Per Abrahamsen
9845         <abraham@dina.kvl.dk>.
9846
9847 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9848
9849         * nnfolder.el (nnfolder-read-folder): Use group instead of
9850         nnfolder-current-group.
9851         Suggested by Lorentey Karoly <lorentey@elte.hu>.
9852
9853 2001-11-17  Simon Josefsson  <jas@extundo.com>
9854
9855         * message.el (message-send): Ask user if Fcc/Gcc should be
9856         performed when no other sender was specified.
9857         Suggested by prj@po.cwru.edu (Paul Jarc).
9858
9859 2001-11-17  Simon Josefsson  <jas@extundo.com>
9860
9861         * message.el (message-mode, message-mode-map): Use C-c C-u for
9862         Importance: instead of C-c C-p (used by SC).
9863
9864 2001-11-16  Simon Josefsson  <jas@extundo.com>
9865
9866         * message.el (message-insert-importance-high)
9867         (message-insert-importance-low): Save point.
9868
9869         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
9870         value.
9871
9872 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
9873
9874         * message.el (message-strip-special-text-properties): New option.
9875         (message-strip-forbidden-properties): Obey it.
9876
9877 2001-11-14  Sam Steingold  <sds@gnu.org>
9878
9879         * gnus-score.el: Fixed some doc strings to properly quote symbols.
9880
9881 2001-11-15  Simon Josefsson  <jas@extundo.com>
9882
9883         Support "Importance:" header in Message.
9884
9885         * message.el (message-mode-map): Bind C-c C-p to
9886         `message-insert-or-toggle-importance'
9887         (message-mode-menu): Add message-insert-importance-{high,low}.
9888         (message-insert-importance-high, message-insert-importance-low)
9889         (message-insert-or-toggle-importance): New functions.
9890         (message-tool-bar-map): Add {un,}important.
9891         (message-mode): Doc fix.
9892
9893 2001-11-15  Simon Josefsson  <jas@extundo.com>
9894
9895         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
9896
9897         * mml.el (mml-menu): Fix toolbar tooltip.
9898
9899 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9900
9901         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
9902         * nnml.el (nnml-save-marks): Ditto.
9903
9904         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
9905
9906 2001-11-15  Simon Josefsson  <jas@extundo.com>
9907
9908         * nnml.el (nnml-save-marks):
9909         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
9910         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
9911
9912 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
9913
9914         * gnus-art.el (gnus-article-wash-status-strings): Use
9915         `copy-sequence', not `copy-seq'.
9916
9917 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
9918
9919         * gnus-art.el (gnus-article-wash-status-strings): New constant.
9920         (gnus-gnus-article-wash-status-entry): New function.
9921         (gnus-article-wash-status): Use it.
9922
9923 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9924
9925         * mml1991.el: Add coding header.
9926
9927 2001-11-12  Simon Josefsson  <jas@extundo.com>
9928
9929         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
9930         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
9931         `mml1991-sign' and `mml1991-encrypt'.
9932         (mml1991-encrypt, mml1991-sign): New glue functions.
9933         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
9934
9935         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
9936         (mml-menu): Add PGP to menu.
9937
9938         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
9939         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
9940         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
9941         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
9942
9943         * mml2015.el: Mention RFC 3156.
9944
9945         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
9946
9947 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9948
9949         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
9950
9951         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
9952           From <Michael.Cook@cisco.com>
9953
9954 2001-11-11  Simon Josefsson  <jas@extundo.com>
9955
9956         * message.el (top-level): Autoload sha1.
9957         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
9958         canlock, no need to require two different hash algs).  Suggested
9959         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
9960
9961 2001-11-09  Simon Josefsson  <jas@extundo.com>
9962
9963         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
9964         <Pavel@Janik.cz>.
9965
9966 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9967
9968         * message.el (message-point-in-header-p): New function.
9969         (message-do-auto-fill): Use it.
9970         (message-beginning-of-line): New function.  Goes to beginning of
9971         header value (i.e., end of header name), or to beginning of line
9972         if already at beginning of value.  Behaves like
9973         `beginning-of-line' when in message body.
9974         (message-mode-map): Bind it.
9975
9976 2001-11-08  Simon Josefsson  <jas@extundo.com>
9977
9978         * gnus-msg.el (gnus-posting-styles): Add doc.
9979
9980 2001-11-07  Simon Josefsson  <jas@extundo.com>
9981
9982         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
9983
9984         * sieve-mode.el (sieve-control-commands-face)
9985         (sieve-control-commands-face, sieve-action-commands-face)
9986         (sieve-test-commands-face, sieve-tagged-arguments-face): New
9987         faces.
9988         (sieve-font-lock-keywords): Use them.
9989         (sieve-mode): Only set font-lock-defaults in emacs.
9990
9991         * gnus-art.el (gnus-default-article-saver): Add
9992         gnus-summary-save-body-in-file.
9993         (gnus-summary-write-to-file): Fix doc.
9994
9995 2001-11-07  Simon Josefsson  <jas@extundo.com>
9996
9997         * gnus-art.el (gnus-treat-highlight-signature): Add cross
9998         reference to the correct chapter in the manual.
9999
10000         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
10001         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
10002
10003 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10004
10005         * mml.el (mml-preview): Bind mail-header-separator.
10006
10007 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10008
10009         * message.el: Always require canlock.
10010         (message-ignored-supersedes-headers): Include Cancel-Lock and
10011         Cancel-Key.
10012         (message-insert-canlock): Don't require canlock.
10013         (message-cancel-news): Don't check whether canlock is available.
10014         (message-supersede): Support cancel-locks.
10015
10016         * gnus-art.el: Don't autoload canlock.
10017
10018 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10019
10020         * mail-source.el (mail-source-fetch-imap): ASYNC param.
10021         From: <andre@slamdunknetworks.com>
10022
10023 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10024
10025         * many files: Fix copyright lines.
10026
10027 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10028
10029         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
10030         Suggested by Dave Love  <fx@gnu.org>.
10031
10032 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10033
10034         * message.el (message-kill-buffer): Remove auto-save file after
10035         confirm.
10036
10037         * message.el (message-send-mail): Call message-generate-headers
10038         once.  Suggested by Matt Armstrong <matt@lickey.com>.
10039
10040         * gnus-topic.el (gnus-topic-rename): Initial-input.
10041         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
10042
10043 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
10044
10045         * message.el (message-forbidden-properties): New constant.
10046         (message-strip-forbidden-properties): New function.
10047         (message-mode): Activate it.
10048
10049 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10050
10051         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
10052         (mm-hack-charsets): Fix doc.
10053
10054 2001-11-02  Simon Josefsson  <jas@extundo.com>
10055
10056         * gnus-int.el (gnus-check-server): Message "...done" when done.
10057
10058         * imap.el (imap-close): Don't message (imap-send-command-wait
10059         returns if the connection is dropped).
10060         (imap-wait-for-tag): Nix out message only when necessary.
10061
10062         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
10063         for non-crossposting.
10064         (gnus-sieve-crosspost): Default to t to be consistent with other
10065         parts of Gnus.
10066
10067 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10068
10069         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
10070         (mm-iso-8859-x-to-15-table): Ditto.
10071         (mm-iso-8859-x-to-15-region): Ditto.
10072         (mm-find-mime-charset-region): Ditto.
10073
10074 2001-11-01  Simon Josefsson  <jas@extundo.com>
10075
10076         * nnimap.el (nnimap-close-asynchronous): New variable.
10077         (nnimap-close-group): Use it.
10078         (nnimap-expunge): Don't use it.
10079
10080         * imap.el (imap-callbacks): New variable.
10081         (imap-remassoc): Copied from `gnus-remassoc'.
10082         (imap-add-callback): New function.
10083         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
10084         behaviour.
10085         (imap-parse-response): Call the callback.
10086
10087         * message.el (message-insert-canlock): New variable.
10088         (message-canlock-generate, message-canlock-password)
10089         (message-insert-canlock): New functions.
10090         (message-send-news): Call `message-insert-canlock'.
10091         (top-level): Require canlock when compiling.
10092         (message-insert-canlock): Require canlock before we need it.
10093
10094 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10095
10096         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
10097
10098 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10099
10100         * dgnushack.el (dgnushack-make-load): A workaround for
10101         custom-add-loads bug in some versions of XEmacs.
10102
10103 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10104
10105         * mm-util.el (mm-charset-synonym-alist): Revert (some).
10106
10107 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10108
10109         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
10110         (mm-hack-charsets): New variable.
10111         (mm-iso-8859-15-compatible): New variable.
10112         (mm-iso-8859-x-to-15-table): New variable.
10113         (mm-find-mime-charset-region): Add parameter hack-charsets.
10114
10115         * mm-bodies.el (mm-encode-body): Use it.
10116         * mml.el (mml-parse-1): Ditto.
10117
10118 2001-11-01  Simon Josefsson  <jas@extundo.com>
10119
10120         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
10121
10122 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10123
10124         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
10125         is nil.
10126
10127 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10128
10129         * smiley-ems.el (smiley-update-cache): Auto detect file type.
10130
10131         * message.el (message-forward-rmail-make-body): Use
10132         save-window-excursion.
10133         (message-encode-message-body): Search with noerror.
10134         (message-setup-1): Convert compose-mail send-actions to
10135         message-send-actions.
10136
10137 2001-11-01  Simon Josefsson  <jas@extundo.com>
10138
10139         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
10140         <yamaoka@jpl.org>.
10141
10142 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10143
10144         * sieve-manage.el (sieve-string-bytes): No complain.
10145
10146 2001-11-01  Simon Josefsson  <jas@extundo.com>
10147
10148         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
10149         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
10150         has autoload cookies, so no `require' should be necessary.)
10151
10152         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
10153         files.
10154
10155 2001-10-31  Simon Josefsson  <jas@extundo.com>
10156
10157         * gnus-cus.el (gnus-group-parameters): Support integer `display'
10158         parameter.
10159
10160         * gnus-sum.el (gnus-select-newsgroup): If group parameter
10161         `display' is a number (and C-u wasn't used to enter group), only
10162         fetch that number of articles.
10163
10164 2001-10-31  Matt Armstrong  <matt@lickey.com>
10165
10166         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
10167         not-subscribed -> subscribed.
10168
10169 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10170         From: Josh Huber <huber@alum.wpi.edu>
10171
10172         * message.el (message-subscribed-address-functions): New variable.
10173         (message-subscribed-addresses): New variable.
10174         (message-subscribed-regexps): New variable.
10175         (message-goto-mail-followup-to): New function.
10176         (message-send-mail): Add Mail-Followup-To.
10177         (message-make-mft): New function.
10178
10179         * gnus.el (gnus-find-subscribed-addresses): New function.
10180
10181 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10182
10183         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
10184         (mail-source-fetch-pop): Ditto.
10185         (mail-source-check-pop): Ditto.
10186
10187         * gnus-start.el (gnus-read-init-file): Ditto.
10188         (gnus-activate-group): Ditto.
10189         (gnus-read-newsrc-el-file): Ditto.
10190
10191 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10192
10193         * message.el (message-get-reply-headers): Make sure there is ", ".
10194
10195         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
10196         mm-coding-system-p. Don't correct it only in XEmacs.
10197         (mm-charset-to-coding-system): Use mm-coding-system-p and
10198         mm-get-coding-system-list.
10199         (mm-emacs-mule, mm-mule4-p): New variables.
10200         (mm-enable-multibyte, mm-disable-multibyte,
10201         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
10202         mm-with-unibyte-current-buffer,
10203         mm-with-unibyte-current-buffer-mule4): Use them.
10204         (mm-find-mime-charset-region): Treat iso-2022-jp.
10205
10206         From  Dave Love  <fx@gnu.org>:
10207
10208         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
10209         construction.
10210         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
10211         entries conditional on not having a coding system defined for
10212         them.
10213         (mm-mule-charset-to-mime-charset): Use
10214         find-coding-systems-for-charsets if defined.
10215         (mm-charset-to-coding-system): Don't use
10216         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
10217         later.  Add last resort search of coding systems.
10218         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
10219         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
10220         Mule 4.
10221         (mm-find-mime-charset-region): Re-write.
10222         (mm-with-unibyte-current-buffer): Restore buffer as well as
10223         multibyteness.
10224
10225 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10226
10227         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
10228         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
10229         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
10230
10231 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10232
10233         * gnus-art.el (article-display-x-face): Nix buffer-read-only
10234         again.
10235
10236         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
10237
10238 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10239
10240         * gnus-spec.el (gnus-parse-simple-format): Use
10241           buffer-substring-no-properties.
10242
10243 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10244
10245         * gnus-art.el (article-verify-cancel-lock): New function.
10246
10247         * nnheader.el (nntp-process-response): New variable.
10248         (nnheader-init-server-buffer): Make `nntp-process-response'
10249         buffer-local in `nntp-server-buffer'.
10250
10251         * nntp.el (nntp-prepare-post-hook): New hook.
10252         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
10253         (nntp-async-trigger): Ditto.
10254         (nntp-request-post): Insert a server's ID if there's no Message-ID
10255         header; run `nntp-prepare-post-hook'.
10256
10257 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10258
10259         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
10260         instead.
10261
10262         * message.el (message-forward-subject-author-subject): Don't use
10263         message-news-p, which widens the buffer.
10264         (message-forward-make-body): New function.
10265         (message-forward): Use it.
10266         (message-insinuate-rmail): New function.
10267         (message-forward-rmail-make-body): New function.
10268
10269 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10270
10271         * mm-extern.el (mm-extern): Provide it.
10272
10273         * mm-partial.el (mm-partial): Provide it.
10274
10275 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10276
10277         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
10278
10279 2001-10-29  Simon Josefsson  <jas@extundo.com>
10280
10281         * mml.el (mml-preview): Bind message-this-is-news if it is
10282         news. From Jesper Harder <harder@myrealbox.com>.
10283
10284 2001-10-28  Simon Josefsson  <jas@extundo.com>
10285
10286         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
10287
10288 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
10289
10290         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
10291         ironic smilies.
10292
10293 2001-10-27  Simon Josefsson  <jas@extundo.com>
10294
10295         * message.el (message-indent-citation): Don't add trailing
10296         whitespace when citing text.
10297
10298         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
10299         <harder@ifa.au.dk>.
10300
10301 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10302
10303         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
10304         not available.
10305         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
10306         (nnweb-type-definition): Add google as alias of dejanews.
10307         (nnweb-google-parse-1): Forward 1 line.
10308
10309 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10310
10311         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
10312         variable `message-forward-ignored-headers'.
10313
10314 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
10315
10316         * gnus.el (gnus-expand-group-parameter): New function.
10317         (gnus-expand-group-parameters): Call it.
10318         (gnus-group-fast-parameter): New function.
10319         (gnus-group-find-parameter): Call it.
10320
10321 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
10322
10323         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
10324         vector (it didn't before because of a bug).
10325         * gnus-msg.el (gnus-post-news): Use header vector directly, if
10326         available.  Before it converted it to an article number.
10327
10328         This makes followup to news articles with negative numbers in
10329         nnvirtual groups use news instead of mail.
10330
10331 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
10332
10333         * gnus.el (post-method): Use `native' instead of `nil'.
10334
10335         * gnus-msg.el (gnus-post-method): Ditto.
10336
10337 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
10338
10339         * gnus.el (gnus-define-group-parameter): Grammar fix.
10340
10341 2001-10-22  Simon Josefsson  <jas@extundo.com>
10342
10343         * gnus-msg.el (gnus-extended-version): Include
10344         system-configuration.
10345         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
10346
10347 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
10348
10349         * gnus.el (post-method): Customization fix: `native' is not a
10350         valid value.
10351         * gnus-msg.el (gnus-post-method): Doc and customization fix:
10352         `native' is not a valid value.
10353
10354 2001-10-21  Simon Josefsson  <jas@extundo.com>
10355
10356         * nnimap.el (nnimap): Defgroup
10357         (nnimap-strict-function, nnimap-strict-function-match): New
10358         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
10359         (nnimap-split-crosspost, nnimap-split-inbox)
10360         (nnimap-split-rule, nnimap-split-predicate)
10361         (nnimap-split-predicate): Defcustom.
10362         (nnimap-split-inbox, nnimap-expunge-search-string)
10363         (nnimap-importantize-dormant): Remove "*" from doc.
10364
10365 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10366
10367         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
10368         not supplied via prefix arg.  From Lisp, make arg mandatory.
10369         Suggested by Frank Schmitt.
10370
10371 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
10372
10373         * message.el (message-do-auto-fill): Avoid calling
10374         'rfc822-goto-eoh'.
10375
10376 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10377         From Paul Jarc <prj@po.cwru.edu>.
10378
10379         * message.el (message-get-reply-headers): Restructure the logic
10380         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
10381
10382 2001-10-20  Simon Josefsson  <jas@extundo.com>
10383
10384         * message.el (message-cancel-news): Support cancel-locks.
10385         Suggested by Per Abrahamsson.
10386
10387         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
10388         conses.  From David Z Maze <dmaze@MIT.EDU>.
10389
10390         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
10391
10392 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
10393
10394         * mm-decode.el (mm-default-directory): Fix customize type.
10395
10396         * message.el (message-setup-fill-variables): Kludge to use
10397         normal-auto-fill-function even if auto fill is already activated.
10398
10399 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
10400
10401         * message.el (message-do-auto-fill): New version that does not
10402         rely on text properties, by Simon Josefsson <jas@extundo.com>.
10403         (message-setup-1): Removed the `message-field' property.
10404
10405         * gnus-draft.el (gnus-draft-edit-message): Removed the
10406         `message-field' property.
10407
10408 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
10409
10410         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
10411         `message-field'.  The `field' property has a special significance in
10412         Emacs 21.
10413
10414         * message.el (message-send, message-setup-1): Ditto.
10415
10416 2001-10-18  Simon Josefsson  <jas@extundo.com>
10417
10418         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
10419         when undoing.
10420
10421 2001-10-18  Simon Josefsson  <jas@extundo.com>
10422         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
10423
10424         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
10425         (gnus-summary-make-menu-bar): Ditto.
10426
10427 2001-10-17  Simon Josefsson  <jas@extundo.com>
10428
10429         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
10430         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
10431
10432 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10433
10434         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
10435         * gnus-util.el (gnus-user-date): New function.
10436         From Frank Schmitt <usenet@Frank-Schmitt.net>.
10437
10438 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
10439
10440         * message.el (message-check-news-header-syntax): Special case
10441         nnvirtual groups.
10442
10443         * gnus-sum.el (gnus-summary-respool-default-method): Changed
10444         customize type to `symbol'.
10445
10446 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10447
10448         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
10449         %&foo;.
10450         (gnus-parse-simple-format): Support user extended spec too.
10451         %u&foo; invokes gnus-user-format-function-foo.
10452
10453 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10454
10455         * nnml.el (nnml-request-expire-articles): Make sure it is back to
10456         the server.
10457         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
10458         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
10459         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
10460         * nndiary.el (nndiary-request-expire-articles): Ditto.
10461         (nndiary-schedule): Defsubst it before use it.
10462         (nndiary-error): eval-and-compile.
10463
10464 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
10465
10466         * gnus-msg.el (gnus-post-method): Changed two instances of
10467         `active' to `current' and one `null' to `not'.
10468
10469 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10470         From Katsumi Yamaoka <yamaoka@jpl.org>.
10471
10472         * message.el (message-setup-fill-variables): Use
10473         `normal-auto-fill-function' instead of `auto-fill-function'.
10474
10475 2001-10-16  Simon Josefsson  <jas@extundo.com>
10476
10477         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
10478         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
10479         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
10480
10481 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10482         Patch by Oliver Scholz <oscholz@my.gnus.org>.
10483
10484         * gnus-draft.el (gnus-draft-edit-message): Add text property
10485         `field' with value `header' to message headers.
10486         * message.el (message-setup-1): Really add text property to all of
10487         the header, not just part of it.
10488
10489 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10490
10491         * gnus-group.el (gnus-group-sort-by-server): Use it.
10492
10493         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
10494
10495         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
10496         and keystroke.
10497
10498 2001-10-14  Simon Josefsson  <jas@extundo.com>
10499
10500         * dig.el: Doc fix.
10501
10502         * smime.el: Doc fix.
10503
10504         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
10505         charset magic from message.el.
10506
10507 2001-10-12  Simon Josefsson  <jas@extundo.com>
10508         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
10509
10510         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
10511         'cite from g-a-wash-types.
10512         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
10513         (gnus-article-hide-citation): Fix.
10514
10515         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
10516         character.
10517         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
10518
10519         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
10520         definition.
10521         (gnus-signature-toggle): Toggle `s' mode line character.
10522
10523         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
10524         doing stuff that clears it.
10525
10526 2001-10-12  Simon Josefsson  <jas@extundo.com>
10527
10528         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
10529         From Eric Marsden <emarsden@laas.fr>.
10530
10531 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10532
10533         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
10534         (autoload): Add some autoloads.
10535
10536 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10537         Suggested by Oliver Scholz <epameinondas@gmx.de>.
10538
10539         * message.el (message-do-auto-fill): New function.  Like
10540         `do-auto-fill' but don't fill when in the message header.
10541         (message-setup-1): Put a text property on the message header.
10542         (message-setup-fill-variables): Use `message-do-auto-fill'.
10543
10544 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10545
10546         * message.el (message-send-mail-partially): Insert an empty line
10547         first, because of the change of message-make-lines.
10548
10549 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
10550
10551         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
10552         iso-8859-15, make it an alias for iso-8859-1.
10553
10554 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10555
10556         * message.el (message-send-news): Don't modify the value of
10557         `message-syntax-checks' if it is not a list (possibly it is
10558         `dont-check-for-anything-just-trust-me').
10559
10560 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10561
10562         * gnus-group.el (gnus-group-name-charset-group-alist): Use
10563         `find-coding-system' for XEmacs to check whether the coding-system
10564         `utf-8' is available.
10565
10566 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10567
10568         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
10569
10570 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
10571
10572         * message.el (message-send-news): Oops, missed case with no
10573         "Followup-To" header...
10574
10575 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
10576
10577         * message.el (message-send-news): Allow
10578         `gnus-group-name-charset-group-alist' to affect encoding of the
10579         "Newsgroups" and "Followup-To" headers.
10580
10581 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10582
10583         * Makefile.in (install-el): Depend on gnus-load.el.
10584
10585 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10586
10587         * Makefile.in (install-el): Use -f.
10588         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
10589
10590 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
10591
10592         * message.el (message-send-news): Don't encode Followups-To when
10593         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
10594
10595         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
10596         header.
10597
10598         * gnus-art.el (article-decode-group-name): Also decode
10599         "Followup-To".
10600
10601         * rfc2047.el (rfc2047-encode-message-header): Encode without
10602         asking for null methods.
10603
10604         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
10605         default charset for newsgroup names in accordance with USEFOR.
10606
10607         * gnus-group.el (gnus-group-name-charset-method-alist,
10608         gnus-group-name-charset-group-alist): Removed "*" from doc
10609         strings, "*" should not be used for complex variables.
10610
10611 2001-10-06  Simon Josefsson  <jas@extundo.com>
10612
10613         Support UTF-8 group names better.
10614
10615         * message.el (message-check-news-header-syntax): Encode group
10616         names before comparison.
10617
10618         * gnus-msg.el (gnus-copy-article-buffer): Run all
10619         `gnus-article-decode-hook's except `article-decode-charset'
10620         instead of hardcoding call to one of them.
10621
10622         * gnus-art.el (gnus-article-decode-hook): Add
10623         `article-decode-group-name'.
10624         (article-decode-group-name): New function, use `g-d-n'.
10625
10626         * gnus-group.el (gnus-group-insert-group-line): Decode
10627         gnus-tmp-group using `g-d-n'.
10628
10629         * gnus-util.el (gnus-decode-newsgroups): New function.
10630
10631 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
10632
10633         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
10634         `gnus-group-name-charset-group-alist'.
10635
10636 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10637
10638         * Makefile.in: Install el in install. Add uninstall.
10639
10640 2001-10-05  Simon Josefsson  <jas@extundo.com>
10641
10642         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
10643
10644         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
10645
10646         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
10647         empty folders.
10648
10649         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
10650         limiting if read-all (C-u RET) was used.
10651
10652 2001-10-04  Simon Josefsson  <jas@extundo.com>
10653
10654         * mail-source.el (mail-source-movemail-program): New variable.
10655         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
10656         <thutt@thutt.vmware.com>.
10657
10658 2001-10-03  Simon Josefsson  <jas@extundo.com>
10659
10660         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
10661         (gnus-summary-line-format-alist): Fix param.
10662
10663 2001-10-02  Simon Josefsson  <jas@extundo.com>
10664
10665         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
10666         don't go through `nnimap-request-expire-articles' to delete the
10667         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
10668
10669 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10670
10671         * gnus-agent.el (gnus-agent-write-active): The min in the
10672         agent/active may be larger than that in the server/active.
10673
10674 2001-10-01  Simon Josefsson  <jas@extundo.com>
10675
10676         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
10677         is IMAP4rev1.
10678
10679         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
10680
10681         * nnfolder.el: Ditto.
10682
10683 2001-09-30  Dan Christensen  <jdc@uwo.ca>
10684
10685         * gnus-sum.el (gnus-summary-extract-address-component): New function.
10686         (gnus-summary-from-or-to-or-newsgroups): Optimize.
10687
10688 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10689
10690         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
10691         (message-mode-menu): Menu item for same.
10692
10693         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
10694         delayed articles.
10695
10696         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
10697         nndraft:delayed does not exist.
10698         (gnus-delay-initialize): Don't set up keymap, that's done from
10699         message.el now.
10700         (gnus-delay, gnus-delay-group, gnus-delay-header)
10701         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
10702
10703 2001-09-29  Simon Josefsson  <jas@extundo.com>
10704
10705         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
10706         utf-8, not eight-bit-control.
10707
10708         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
10709         (imap-log, imap-debug): Custom.
10710         (imap-log-buffer, imap-debug-buffer): New constants.
10711         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
10712         (imap-network-open, imap-shell-open, imap-starttls-open)
10713         (imap-send-command-1, imap-send-command, imap-arrival-filter)
10714         (imap-debug): Use imap-*-buffer.
10715
10716         * nndoc.el (nndoc-article-type): Add mailman.
10717         (nndoc-type-alist): Ditto.
10718         (nndoc-mailman-type-p): New function.
10719
10720 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10721
10722         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
10723         gnus-art.el.
10724
10725 2001-09-27  Simon Josefsson  <jas@extundo.com>
10726
10727         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
10728         (gnus-topic-catchup-articles): New function. Suggested by Robin
10729         S. Socha <robin-dated-1001857693.185e29@socha.net>.
10730
10731 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10732         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
10733
10734         * gnus-ems.el (gnus-article-display-xface): Insert xface after
10735         previous ones.
10736
10737 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10738         From Daiki Ueno  <ueno@unixuser.org>
10739
10740         * gnus-sum.el (gnus-summary-show-article): The arglist of
10741         detect-coding-region is incompatible.
10742
10743 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10744         From Katsuhiro Hermit Endo <hermit@koka-in.org>
10745
10746         * gnus-group.el (gnus-group-delete-group): Typo.
10747
10748 2001-09-26  Simon Josefsson  <jas@extundo.com>
10749
10750         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
10751
10752         * nnimap.el (nnimap-expiry-target): Use temp buffer.
10753
10754 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10755
10756         * gnus-cus.el (gnus-group-parameters): Display as sexp.
10757
10758 2001-09-22  Simon Josefsson  <jas@extundo.com>
10759
10760         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
10761
10762         * nnfolder.el (nnfolder-open-marks): Ditto.
10763
10764         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
10765         (gnus-update-marks): Use it.
10766         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
10767         hardcoded list.
10768
10769         * gnus.el (gnus-article-special-mark-lists): Add killed.
10770         (gnus-article-unpropagated-mark-lists): New constant.
10771
10772 2001-09-22  Simon Josefsson  <jas@extundo.com>
10773
10774         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
10775         custom option.
10776
10777 2001-09-23  Simon Josefsson  <jas@extundo.com>
10778
10779         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
10780
10781 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10782
10783         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
10784
10785 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
10786
10787         * gnus-group.el (gnus-group-sort-function): Fix customize type to
10788         accept lists of functions.
10789
10790 2001-09-20  Simon Josefsson  <jas@extundo.com>
10791
10792         * gnus-group.el (gnus-group-catchup): Update expire marks in
10793         backend.  Also, if ALL also set expire marks on tick/dormant.
10794
10795 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10796
10797         * message.el (message-tab-body-function): New variable.
10798         * message.el (message-tab): Use it.
10799
10800 2001-09-19  Sam Steingold  <sds@gnu.org>
10801
10802         * gnus-win.el (gnus-buffer-configuration): Respect
10803         `gnus-bug-create-help-buffer'.
10804
10805 2001-09-18  Simon Josefsson  <jas@extundo.com>
10806
10807         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
10808         (gnus-parse-simple-format): Re-revert.
10809
10810 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
10811         Trivial patch.
10812
10813         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
10814         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
10815
10816 2001-09-18  Simon Josefsson  <jas@extundo.com>
10817
10818         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
10819         signed.
10820         (gnus-parse-simple-format): Don't use it.
10821
10822 2001-09-17  Miles Bader  <miles@gnu.org>
10823
10824         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
10825         error querying a backend abort the whole process.
10826
10827 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10828
10829         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
10830         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
10831
10832 2001-09-17  Didier Verna  <didier@xemacs.org>
10833
10834         * nndiary.el: version 0.2-b14.
10835         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
10836         compatibility problem with XEmacs 21.1.
10837
10838 2001-09-15  Simon Josefsson  <jas@extundo.com>
10839
10840         * gnus-group.el (gnus-group-line-format): Document %c.
10841
10842         * nnml.el (nnml-parse-head): Handle CRLF files.
10843         (nnml-generate-nov-file): Ditto.
10844         (nnml-retrieve-headers): Ditto.
10845
10846 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
10847
10848         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
10849
10850 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
10851
10852         * gnus-spec.el (gnus-correct-substring): Still stopped one
10853         character before we wanted (never included last character).
10854         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
10855         add missing "," (once per function)
10856
10857 2001-09-14  Simon Josefsson  <jas@extundo.com>
10858
10859         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
10860         (otherwise e.g. gnus-agentize in .gnus overrides the customized
10861         default before gnus-group is loaded and the variable set.)
10862
10863         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
10864         killed or unsent marks.
10865
10866         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
10867         isn't an article to set it on (e.g. when you `a' in a group).
10868
10869 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10870
10871         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
10872         can read e-mails from Microsoft Outlook users not using ISO
10873         8859-2 character set.
10874
10875 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10876
10877         * gnus-diary.el: Minor modifications to avoid warnings.
10878         (gnus-summary-misc-menu): defvar.
10879         (gnus-diary-check-message): Use gnus-point-at-eol.
10880         (gnus-diary-kill-entire-line): eval-and-compile.
10881
10882 2001-09-12  Didier Verna  <didier@xemacs.org>
10883
10884         * nndiary.el: new version (0.2-b13).
10885         * nndiary.el (nndiary-mail-sources): doc update.
10886         * nndiary.el (nndiary-split-methods): ditto.
10887         * nndiary.el (nndiary-request-accept-article-hooks): New.
10888         * nndiary.el (nndiary-request-accept-article): use it, check
10889         message validity.
10890         * nndiary.el (nndiary-get-new-mail): changed default to nil.
10891         * nndiary.el (nndiary-schedule): fix bug (misplaced
10892         condition-case): it didn't return nil on error.
10893         * gnus-diary.el: new version.
10894         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
10895         * gnus-diary.el (gnus-diary-header-value-history): New.
10896         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
10897         * gnus-diary.el (gnus-diary-add-header): New.
10898         * gnus-diary.el (gnus-diary-check-message): New.
10899         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
10900         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
10901
10902 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10903
10904         * gnus-sum.el (gnus-select-newsgroup): Make
10905         `gnus-current-select-method' buffer-local.
10906
10907         * gnus-art.el (gnus-request-article-this-buffer): Refer
10908         `gnus-current-select-method' in the current summary buffer.
10909
10910 2001-09-10  Simon Josefsson  <jas@extundo.com>
10911         From Daniel Pittman <daniel@rimspace.net>
10912
10913         * gnus-spec.el (gnus-correct-pad-form): Fix.
10914
10915 2001-09-09  Simon Josefsson  <jas@extundo.com>
10916
10917         * mm-decode.el (mm-inline-media-tests): Add
10918         application/x-emacs-lisp.
10919         (mm-attachment-override-types): Add
10920         application/{x-,}pkcs7-signature.
10921
10922         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
10923         (gnus-server-line-format, gnus-server-mode-line-format)
10924         (gnus-server-browse-in-group-buffer): Customize.
10925
10926 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10927
10928         * nnml.el (nnml-marks-changed-p): Typo.
10929         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
10930         (nnml-marks-changed-p): Use gnus-gethash.
10931         (nnml-marks-modtime): Use gnus-make-hashtable.
10932
10933         * nnfolder.el (nnfolder-marks-changed-p): Typo.
10934         (nnfolder-request-expire-articles, nnfolder-save-marks)
10935         (nnfolder-open-marks): Typo.
10936         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
10937         (nnfolder-marks-changed-p): Use gnus-gethash.
10938         (nnfolder-marks-modtime): Use gnus-make-hashtable.
10939
10940 2001-09-08  Simon Josefsson  <jas@extundo.com>
10941
10942         * nnfolder.el (nnfolder-marks-modtime): New variable.
10943         (nnfolder-marks-changed-p): New function.
10944         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
10945         (nnfolder-request-update-info): Don't update if marks didn't change.
10946
10947         * nnml.el (nnml-marks-modtime): New variable.
10948         (nnml-marks-changed-p): New function.
10949         (nnml-save-marks, nnml-open-marks): Save modtime.
10950         (nnml-request-update-info): Don't update if marks didn't change.
10951
10952         * gnus-agent.el (gnus-agent-any-covered-gcc)
10953         (gnus-agent-add-server, gnus-agent-remove-server): Use
10954         gnus-agent-method-p.
10955
10956         * gnus-art.el (gnus-buttonized-mime-types): New variable.
10957         (gnus-unbuttonized-mime-type-p): Use it.
10958
10959         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
10960         fetch group.
10961
10962 2001-09-08  Simon Josefsson  <jas@extundo.com>
10963         From Daniel Pittman <daniel@rimspace.net>
10964
10965         * gnus-spec.el (gnus-correct-pad-form): New function.
10966         (gnus-parse-simple-format): Use it.
10967
10968 2001-09-07  Simon Josefsson  <jas@extundo.com>
10969
10970         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
10971         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
10972         Putnam <reader@newsguy.com>.
10973         (gnus-group-sort-selected-groups): Touch dribble file.
10974
10975 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
10976
10977         * nnml.el (nnml-filenames-are-evil): New variable.
10978         (nnml-article-to-file-alist): Rename to ...
10979         (nnml-current-group-article-to-file-alist): ... this.
10980         Respect `nnml-filenames-are-evil'.
10981         (nnml-active-number): Update.
10982         (nnml-update-file-alist): Update.
10983         (nnml-request-article): Use nnheader-article-to-file-alist.
10984         (nnml-request-rename-group): Likewise.
10985
10986 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10987
10988         * gnus-sum.el (gnus-summary-insert-line): Fix.
10989
10990 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
10991
10992         * gnus-sum.el: Bind g-s-t-s to "W g".
10993         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
10994         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
10995         display of graphical smilies.
10996
10997 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10998
10999         * gnus-start.el (gnus-setup-news): A typo.
11000         From Bill White <billw@wolfram.com>.
11001
11002 2001-09-06  Simon Josefsson  <jas@extundo.com>
11003
11004         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
11005         and unseen marks.
11006
11007 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11008
11009         * nnmail.el (nnmail-split-fancy): Document `junk'.
11010
11011 2001-09-04  Simon Josefsson  <jas@extundo.com>
11012
11013         * imap.el (imap-search): Don't error if server is broken.
11014
11015 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
11016
11017         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
11018         searching for an article that isn't in the mbox.
11019
11020 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11021
11022         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
11023         right, and get all the comments.
11024
11025 2001-09-02  Simon Josefsson  <jas@extundo.com>
11026         Suggested by Dan Christensen <jdc+news@uwo.ca>
11027
11028         * nnfolder.el (nnfolder-request-update-info): Fix message.
11029
11030         * nnml.el (nnml-request-update-info): Ditto.
11031
11032 2001-09-01  Simon Josefsson  <jas@extundo.com>
11033
11034         * nnml.el (nnml-request-expire-articles): Also bind
11035         `nnml-current-group' and `nnml-article-file-alist' when using
11036         expiry-target. (Otherwise nnml will be in a inconsistent internal
11037         state causing all kind of problems.)
11038         (nnml-request-expire-articles): If `nnml-article-to-file' or
11039         `file-attributes' failes, return article as un-expirable instead
11040         of treating it as expired.
11041
11042 2001-08-31  Sam Steingold  <sds@gnu.org>
11043
11044         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
11045         typo: `exmine' --> `examine'.
11046
11047 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11048
11049         * nndoc.el (nndoc-forward-type-p): It is not a digest.
11050
11051 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11052
11053         * nnml.el (nnml-check-directory-twice): Remove.
11054         (nnml-retrieve-headers): Ditto.
11055         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
11056
11057 2001-08-30  Andrew Innes  <andrewi@gnu.org>
11058
11059         * nnheader.el (nnheader-directory-files-is-safe): No need to read
11060         directory twice on Windows, or on GNU Emacs-21.
11061
11062 2001-08-30  Andrew Innes  <andrewi@gnu.org>
11063
11064         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
11065         (nnml-request-rename-group): Ditto.
11066         (nnml-active-number): Ditto.
11067         (nnml-request-create-group): Use nnml-directory-articles.
11068         (nnml-request-expire-articles): Use nnml-directory-articles, which
11069         gets list from nov database if available.
11070         (nnml-get-nov-buffer): New function.
11071         (nnml-open-nov): Use it.
11072         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
11073         gets alist from nov database if available.
11074         (nnml-directory-articles): New function.
11075         (nnml-article-to-file-alist): New function.
11076
11077 2001-08-30  Andrew Innes  <andrewi@gnu.org>
11078
11079         * mm-decode.el (mm-display-external): Use `name' as filename, if
11080         `filename' attribute is not present.
11081
11082 2001-08-30  Andrew Innes  <andrewi@gnu.org>
11083
11084         * mail-source.el (mail-source-flash): New defcustom.
11085         (mail-source-new-mail-p): Ring visible bell if appropriate.
11086         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
11087         timer is cleared even if mail check signals an error.
11088
11089 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11090
11091         * gnus-sum.el (gnus-summary-move-article): Only update marks of
11092         type 'list.
11093
11094 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11095
11096         * flow-fill.el (fill-flowed): eol might be point-max.
11097
11098 2001-08-27  Simon Josefsson  <jas@extundo.com>
11099
11100         * nnml.el (nnml-request-update-info): Fix message.
11101         (nnml-open-marks): Ditto.
11102
11103         * nnfolder.el (nnfolder-request-update-info):
11104         (nnfolder-open-marks): Fix message.
11105
11106 2001-08-25  Simon Josefsson  <jas@extundo.com>
11107
11108         * nnfolder.el (nnfolder-save-marks): Don't create directory named
11109         after group in ~/.
11110
11111 2001-08-25  Simon Josefsson  <jas@extundo.com>
11112         From Andreas Jaeger  <aj@suse.de>
11113
11114         * nnfolder.el (nnfolder-open-marks): Fix typo.
11115         * nnml.el (nnml-open-marks): Likewise.
11116
11117 2001-08-25  Simon Josefsson  <jas@extundo.com>
11118
11119         Make nnfolder groups self-contained as far as marks are concerned.
11120
11121         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
11122         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
11123         (nnfolder-open-server): Make marks directory.
11124         (nnfolder-request-delete-group): Delete marks file.
11125         (nnfolder-request-delete-group): Check of nov/marks file exist
11126         before deleting.
11127         (nnfolder-request-rename-group): Rename marks file.
11128         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
11129         (nnfolder-request-set-mark, nnfolder-request-update-info)
11130         (nnfolder-group-marks-pathname, nnfolder-save-marks)
11131         (nnfolder-open-marks): New functions.
11132         (top-level): Require gnus.
11133
11134 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11135
11136         * nnweb.el (nnweb-type-definition): Use google raw file.
11137         (nnweb-google-parse-1): Ditto.
11138         (nnweb-google-identity): Ditto.
11139         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
11140         (nnweb-altavista-wash-article): Ditto.
11141         (nnweb-request-article): Remove nnweb-decode-entities.
11142
11143         * nnml.el: Require 'gnus.
11144
11145 2001-08-25  Simon Josefsson  <jas@extundo.com>
11146
11147         * nnml.el (nnml-marks-is-evil): Add doc.
11148
11149 2001-08-25  Simon Josefsson  <jas@extundo.com>
11150
11151         * nnml.el (nnml-save-marks): Wrap saving marks in a
11152         condition-case, to allow user to start Gnus if saving marks failed
11153         for some reason.
11154
11155 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11156
11157         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
11158
11159         * gnus-group.el (gnus-update-group-mark-positions): Bind
11160         gnus-group-update-hook to nil.
11161
11162 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11163
11164         * mml.el (mml-generate-mime-1): Force as multibyte string.
11165
11166 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11167
11168         * gnus-sum.el (gnus-summary-insert-line)
11169         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
11170         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
11171
11172         * gnus-spec.el (gnus-correct-substring): Take optional END.
11173
11174         * nnrss.el (nnrss-request-article): Remove \n.
11175         (nnrss-retrieve-headers): Lines number is -1.
11176
11177 2001-08-24  Simon Josefsson  <jas@extundo.com>
11178
11179         * gnus-group.el (gnus-info-clear-data): Call
11180         nnfoo-request-set-mark to propagate marks.  Fix bug:
11181         `gnus-group-update-line' doesn't update read range unless we call
11182         `gnus-get-unread-articles-in-group' first.
11183
11184         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
11185         to server.
11186
11187 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11188
11189         * gnus-util.el (gnus-create-info-command): Return an interactive
11190         function.
11191
11192 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11193         From Katsumi Yamaoka <yamaoka@jpl.org>
11194
11195         * gnus-spec.el (gnus-parse-complex-format): Use equal.
11196
11197 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11198
11199         * gnus-sum.el (gnus-select-newsgroup): Use it.
11200
11201         * gnus-util.el (gnus-not-ignore): New function.
11202
11203         * lpath.el (featurep): Don't fbind char-int.
11204
11205         * gnus-util.el (gnus-create-info-command): New function.
11206
11207         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
11208         right node.
11209
11210         * gnus-sum.el (gnus-select-newsgroup): Clean up.
11211         (gnus-summary-limit-children): Use 'identity instead of `all'.
11212         (gnus-summary-limit-to-display-predicate): New command and
11213         keystroke.
11214
11215 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11216
11217         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
11218
11219         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
11220
11221 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11222
11223         * gnus-spec.el: Add the Gnus version.
11224         (gnus-update-format-specifications): If the Gnus version changes,
11225         nix out the format spec cache.
11226
11227         * gnus.el (gnus-continuum-version): Made into a command and
11228         optionalize the VERSION.
11229
11230         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
11231         the start of the lines.
11232
11233 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11234
11235         * gnus.el (gnus-visual-p): Define function before use of
11236         function.
11237
11238 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11239
11240         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
11241         (gnus-article-mark-to-type): New function.
11242         (gnus-update-missing-marks): Only update marks of type 'list.
11243
11244         * gnus.el (gnus-article-special-mark-lists): New variable.
11245
11246 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11247
11248         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
11249         (gnus-select-newsgroup): Still use 'all.
11250         (gnus-summary-initial-limit): Comparing with 'all.
11251
11252 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11253
11254         * gnus-start.el (gnus-activate-group): If dont-check, don't update
11255         active.
11256
11257 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11258
11259         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
11260         nnslashdot-*-retrieve-headers.
11261         (nnslashdot-request-article): Fix for slashcode 2.2.
11262         (nnslashdot-make-tuple): New function.
11263         (nnslashdot-read-groups): Use it.
11264
11265 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11266
11267         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
11268         list.
11269
11270         * gnus-sum.el (gnus-summary-move-article): Don't select article.
11271
11272 2001-08-20  Simon Josefsson  <jas@extundo.com>
11273
11274         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
11275         opened, error instead of continuing (and exploding later).
11276
11277 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11278
11279         * gnus.el (gnus-expand-group-parameters): Return the parameter
11280         list.
11281
11282         * gnus-sum.el (gnus-summary-show-article): Doc fix.
11283         (gnus-summary-show-article): Guess at charset if required.
11284
11285         * gnus-spec.el (gnus-correct-substring): Stopped one character
11286         before we wanted.
11287
11288 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11289
11290         * earcon.el (earcon-auto-play): Remove unused option.
11291
11292 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11293
11294         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
11295         message down in levels, since it happens very fast.
11296
11297         * smiley-ems.el (smiley-update-cache): Respect the symbol version
11298         of smiley-regexp-alist.
11299
11300         * mm-view.el (mm-inline-text): Ignore vcard errors.
11301
11302         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
11303
11304         * gnus-score.el (gnus-all-score-files): Use append instead of
11305         nconc.
11306
11307         * gnus.el (gnus-splash-face): Doc fix.
11308
11309         * mm-decode.el (mm-mailcap-command): Use
11310         mm-path-name-rewrite-functions.
11311         (mm-path-name-rewrite-functions): New variable.
11312
11313         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
11314         (gnus-complex-form-to-spec): Insert tab.
11315         (gnus-spec-tab): New function.
11316
11317         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
11318         entering the group.
11319
11320         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
11321         the positional spec.
11322         (gnus-parse-complex-format): React to %C.
11323
11324         * gnus-ems.el (gnus-char-width): Moved here.
11325
11326         * gnus-sum.el (gnus-select-newsgroup): Set
11327         gnus-newsgroup-articles.
11328         (gnus-unseen-mark): New variable.
11329         (gnus-newsgroup-unseen): Ditto.
11330         (gnus-newsgroup-seen): Ditto.
11331         (gnus-adjust-marked-articles): Use them.
11332         (gnus-update-marks): Use them.
11333         (gnus-summary-update-secondary-mark): Display.
11334         (gnus-summary-prepare-threads): Display.
11335
11336         * gnus-msg.el (gnus-inews-group-method): Use and return the
11337         method, not the server.
11338
11339 2001-08-19  Simon Josefsson  <jas@extundo.com>
11340
11341         * gnus-srvr.el (gnus-server-agent-face): New.
11342         (gnus-server-agent-face): New.
11343         (gnus-server-mode): Turn on font-lock-mode.
11344
11345         * gnus.el (gnus-server-visual): Add defgroup.
11346
11347 2001-08-19  Simon Josefsson  <jas@extundo.com>
11348         From Joe Casadonte <jcasadonte@northbound-train.com>
11349
11350         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
11351         gnus-server-denied-face): New.
11352         (gnus-server-opened-face, gnus-server-closed-face,
11353         gnus-server-denied-face): New.
11354         (gnus-server-font-lock-keywords): Add.
11355
11356 2001-08-19  Simon Josefsson  <jas@extundo.com>
11357
11358         * nnml.el (nnml-request-set-mark): Return nil.
11359         (nnml-save-marks): Use nnml-possibly-create-directory.
11360         (nnml-open-marks): Only work in temp buffer when inserting/reading
11361         .marks file.
11362
11363 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11364
11365         * gnus.el (gnus-expand-group-parameters): Fix.
11366
11367         * gnus-spec.el (gnus-char-width): New function.
11368         (gnus-correct-substring, gnus-correct-length): Use it.
11369
11370         * message.el (message-required-mail-headers): Fix doc.
11371
11372 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11373
11374         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
11375
11376         * mm-decode.el (mm-save-part-to-file): Insert the handle.
11377
11378 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11379
11380         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
11381         slashdot 2.2 (not fully fixed yet).
11382         (nnslashdot-request-article): Ditto.
11383
11384 2001-08-18  Simon Josefsson  <jas@extundo.com>
11385
11386         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
11387         nnimap.
11388
11389         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
11390         gnus-util.
11391         (nnimap-request-update-info-internal): Use new functions.
11392
11393         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
11394         new functions.
11395
11396 2001-08-18  Simon Josefsson  <jas@extundo.com>
11397
11398         Make nnml groups self-contained as far as marks are concerned.
11399
11400         * nnml.el (nnml-request-delete-group): Delete marks file.
11401         (nnml-request-rename-group): Move marks file.
11402         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
11403         variables.
11404         (nnml-request-set-mark, nnml-request-update-info): New server
11405         functions.
11406         (nnml-save-marks, nnml-open-marks): New functions.
11407
11408 2001-08-18  Simon Josefsson  <jas@extundo.com>
11409
11410         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
11411         `set' when setting marks.
11412
11413 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11414
11415         * gnus.el (gnus-info-find-node): Take an argument.
11416
11417         * gnus-art.el (gnus-button-handle-info): New function.
11418         (gnus-url-unhex-string): Replace "+" with " ".
11419
11420 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11421
11422         * message.el (message-check-news-header-syntax): Check bad From.
11423
11424 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11425
11426         * gnus-spec.el (gnus-correct-length): New function.
11427         (gnus-correct-substring): New function.
11428         (gnus-tilde-max-form): Use it.
11429
11430 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
11431
11432         * nnmh.el: Docstring changes as below.
11433
11434         * nnml.el: Docstring changes as below.
11435
11436         * nnbabyl.el: Docstring changes as below.
11437
11438         * nnmbox.el: Docstring changes as below.
11439
11440         * nnfolder.el: Added docstrings identifying each virtual server
11441         parameter.
11442
11443 2001-08-18  Simon Josefsson  <jas@extundo.com>
11444
11445         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
11446
11447 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
11448
11449         * message.el: rename "Abort Message" to "Postpone Message".
11450         Remove "Attach file as MIME" from Message menu, it's already in
11451         the MIME menu.
11452
11453 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11454
11455         * smime.el (smime-point-at-eol): eval-and-compile.
11456         (smime-make-temp-file): New function.
11457         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
11458         Use it.
11459
11460 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11461
11462         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
11463         (gnus-agent-summary-fetch-group): New command and keystroke.
11464
11465         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
11466         (gnus-mime-display-security): Make it respect
11467         gnus-unbuttonized-mime-type-p.
11468
11469         * gnus-sum.el (gnus-articles-to-read): Comments.
11470         (gnus-article-marked-p): New function.
11471         (gnus-summary-display-make-predicate): New function.
11472         (gnus-select-newsgroup): Use them.
11473
11474         * mm-decode.el (mm-save-part-to-file): Made it not error.
11475
11476 2001-08-17  Simon Josefsson  <jas@extundo.com>
11477
11478         * imap.el (imap-wait-for-tag): If process-status isn't open or
11479         run, return nil instead of sit-for looping.
11480
11481 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11482
11483         * lpath.el (featurep): fbind xml-parse-region.
11484
11485         * gnus.el (gnus-message-archive-method): Default to "archive".
11486         (gnus-message-archive-method): Doc fix.
11487         (gnus-parameters-get-parameter): Cleaned up.
11488         (gnus-expand-group-parameter): New function.
11489
11490         * gnus-start.el (gnus-setup-news): Push the archive server only
11491         the server list.
11492
11493         * mml.el (mml-menu): Changed name to "Attachments".
11494
11495         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
11496         when there is something to detroy.
11497
11498 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11499
11500         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
11501         nil.
11502
11503 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11504
11505         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
11506         which specifies a time today or tomorrow.
11507
11508 2001-08-15  Simon Josefsson  <jas@extundo.com>
11509         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
11510
11511         * gnus-agent.el (gnus-agent-make-mode-line-string)
11512         (gnus-agent-toggle-plugged): Use new API.
11513
11514 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11515
11516         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
11517         deadline has expired.
11518
11519 2001-08-12  Simon Josefsson  <jas@extundo.com>
11520         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
11521
11522         Support `recent' mark indicating newly arrived messages (to
11523         separate from old but unread messages).
11524
11525         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
11526         `nnmail-split-history' if recent is > 0.
11527         (nnimap-request-update-info-internal): Update `recent' marks.
11528         (nnimap-request-set-mark): Never set `recent' marks.
11529         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
11530         recent.
11531
11532         * gnus-sum.el (gnus-recent-mark): New mark.
11533         (gnus-newsgroup-recent): New variable.
11534         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
11535         (gnus-summary-prepare-threads): Mark recent articles.
11536         (gnus-summary-add-mark): Support recent.
11537         (gnus-summary-update-secondary-mark): Support recent.
11538
11539         * gnus.el (gnus-article-mark-lists): Add recent.
11540
11541 2001-08-12  Simon Josefsson  <jas@extundo.com>
11542
11543         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
11544         whether successful decoding took place.  Add doc.
11545
11546 2001-08-12  Simon Josefsson  <jas@extundo.com>
11547         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
11548
11549         * gnus.el (gnus-summary-line-format, gnus-parameters):
11550         * gnus-gl.el (gnus-summary-grouplens-line-format):
11551         * gnus-salt.el (gnus-summary-pick-line-format):
11552         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
11553
11554 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
11555         Committed by Kai Gro\e,b_\e(Bjohann.
11556
11557         * gnus-score.el (gnus-score-string): Fix `match' regexp
11558         for `extra' header case.
11559
11560 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11561
11562         * nnmbox.el (nnmbox-read-mbox): No warning.
11563
11564 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11565
11566         * nndoc.el (nndoc-article-type): Fix doc.
11567         (nndoc-generate-article-function): New variable.
11568         (nndoc-dissection-function): New variable.
11569         (nndoc-type-alist): Add oe-dbx.
11570         (nndoc-oe-dbx-type-p): New function.
11571         (nndoc-oe-dbx-dissection): New function.
11572         (nndoc-oe-dbx-generate-article): New function.
11573
11574 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11575
11576         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
11577         whether deadline has been reached.  Patch from Dan Nicolaescu
11578         <dann@godzilla.ics.uci.edu>.
11579
11580 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11581
11582         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
11583         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
11584         <rintaman@cs.Helsinki.FI>.
11585
11586         * mail-source.el (mail-source-movemail): The error buffer is
11587         modified, but nothing in it.
11588
11589 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11590
11591         * message.el (message-bogus-system-names): New variable.
11592         (message-make-fqdn): Use it.
11593
11594 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11595
11596         * nndraft.el (nndraft-request-group): Use
11597         nndraft-auto-save-file-name.
11598
11599 2001-08-09  Simon Josefsson  <jas@extundo.com>
11600
11601         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
11602         Don't ask whether to decrypt.  Just leave result in buffer (don't
11603         call mm).
11604
11605         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
11606         parts as well.
11607         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
11608         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
11609
11610 2001-08-09  Simon Josefsson  <jas@extundo.com>
11611
11612         * mm-decode.el (mm-insert-part): Return decoding success status.
11613         (mm-save-part-to-file): Error if decoding failed.
11614
11615 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11616
11617         * message.el (message-tab): Use indent-relative.
11618         (message-mode): Don't bind indent-line-function to indent-relative.
11619
11620 2001-08-09  Simon Josefsson  <jas@extundo.com>
11621
11622         * message.el (message-get-reply-headers): Fix string. Suggested by
11623         Christoph Conrad <cc@cli.de>.
11624
11625 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11626
11627         * message.el (message-tab): Use the current value of
11628         indent-line-function.
11629         (message-mode): Bind indent-line-function to indent-relative.
11630
11631 2001-08-08  Simon Josefsson  <jas@extundo.com>
11632
11633         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
11634         whether `imtest' is installed.
11635
11636 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
11637         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
11638
11639         * gnus-sum.el (gnus-summary-show-article): Call
11640         gnus-summary-update-secondary-secondary-mark.
11641         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
11642         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
11643
11644 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11645
11646         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
11647
11648         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
11649
11650         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
11651         <gerd@gnu.org>.
11652
11653         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
11654
11655         * gnus-util.el (gnus-output-to-rmail): Ditto.
11656         (gnus-output-to-mail): Ditto.
11657
11658         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
11659
11660 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
11661
11662         * message.el (message-indent-citation): Use
11663         `message-yank-cited-prefix' for empty lines.
11664
11665 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
11666
11667         * message.el (message-indent-citation): Quote only lines starting
11668         with ">" using `message-yank-cited-prefix'.
11669
11670 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
11671         Trivial patch.
11672
11673         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
11674         gnus-cache-fully-p.
11675
11676 2001-08-04  Simon Josefsson  <jas@extundo.com>
11677
11678         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
11679         file if it doesn't exist (by calling gnus-cache-read-active).
11680
11681 2001-08-04  Simon Josefsson  <jas@extundo.com>
11682
11683         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
11684         (gnus-cache-passively-or-fully-p): Removed.
11685         (gnus-cache-fully-p): Fix it.
11686
11687         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
11688
11689 2001-08-04  Simon Josefsson  <jas@extundo.com>
11690
11691         * gnus-cache.el (gnus-cache-fully-p)
11692         (gnus-cache-passively-or-fully-p): New functions.
11693         (gnus-cache-possibly-enter-article): Cosmetic change, use
11694         `g-c-p-o-f-p'.
11695         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
11696         was bogus (`g-c-p-a-a' does not change active info, just change
11697         the functions parameters).
11698         (gnus-cache-possibly-remove-articles-1): Make sure articles are
11699         not removed in groups that match `gnus-uncacheable-groups'.
11700
11701         Reported and modifications based on discussions with Nuutti
11702         Kotivuori <nuutti.kotivuori@smarttrust.com>.
11703
11704 2001-08-04  Simon Josefsson  <jas@extundo.com>
11705         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
11706
11707         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
11708         calls `gnus-cache-update-active' if bounds has been extended.
11709
11710 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11711
11712         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
11713         before remove.
11714         (gnus-mime-security-show-details): Ditto.
11715
11716 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11717
11718         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
11719         syntax.  Protect string-match against nil string and regexp.
11720
11721 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11722
11723         * mm-util.el (mm-find-charset-region): Remove control-1.
11724
11725 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11726
11727         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
11728
11729 2001-08-04  Simon Josefsson  <jas@extundo.com>
11730
11731         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
11732         buffer.  Delete MIME-Version header.
11733
11734 2001-08-03  Simon Josefsson  <jas@extundo.com>
11735
11736         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
11737         that is entered does not necessarily have the highest article
11738         number in the group, so use `gnus-cache-possibly-alter-active'
11739         instead of `gnus-cache-update-active'.
11740
11741 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11742
11743         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
11744
11745 2001-08-03  Simon Josefsson  <jas@extundo.com>
11746
11747         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
11748         menu.
11749
11750 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11751
11752         * gnus.el (post-method): New group parameter.  It also provides
11753         the user option `gnus-post-method-alist' and the internal function
11754         `gnus-parameter-post-method'.
11755
11756         * gnus-msg.el (gnus-post-method): Bind the value of
11757         `gnus-post-method' to the group parameter if it is defined.
11758
11759 2001-08-02  Simon Josefsson  <jas@extundo.com>
11760
11761         * smime.el (smime-extra-arguments): Removed.
11762         (smime-call-openssl-region): Don't use it.
11763
11764 2001-08-02  Simon Josefsson  <jas@extundo.com>
11765
11766         * smime.el (smime-sign-region): Handle stderr.
11767         (smime-encrypt-region): Ditto.
11768
11769         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
11770         match the ASN.1 length bytes.
11771         (mm-pkcs7-enveloped-magic): Ditto.
11772         (mm-view-pkcs7-get-type): Don't regexp quote.
11773
11774 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11775         From Andreas Fuchs <asf@void.at>
11776
11777         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
11778
11779 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11780
11781         * gnus-art.el (gnus-header-button-alist): References regexp.
11782
11783 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
11784
11785         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
11786         already fboundp.  Add INTERACTIVE arg to autoload form.
11787
11788 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11789
11790         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
11791
11792         * nnmail.el (nnmail-cache-open): Ditto.
11793
11794 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11795
11796         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
11797
11798 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11799
11800         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
11801
11802 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11803         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
11804
11805         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
11806         (gnus-agent-toggle-plugged): Use it.
11807
11808 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
11809
11810         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
11811         (gnus-ding-file-coding-system): New variable.
11812         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
11813         (gnus-slave-save-newsrc): Use it.
11814
11815 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11816
11817         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
11818         syntax.
11819
11820 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11821         Originally from Andreas Fuchs <asf@void.at>
11822
11823         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
11824         (mml2015-gpg-pretty-print-fpr): New function.
11825         (mml2015-gpg-extract-signature-details): More details, rename from
11826         `m-g-e-from'.
11827         (mml2015-gpg-verify): Use them.
11828         (mml2015-gpg-clear-verify): Use them.
11829
11830 2001-07-31  Simon Josefsson  <jas@extundo.com>
11831
11832         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
11833         buffer when done.
11834
11835 2001-07-30  Simon Josefsson  <jas@extundo.com>
11836
11837         * smime.el (smime-call-openssl-region): Revert previous change,
11838         just pass on buf to `call-process-region'.
11839         (smime-verify-region): Doc fix.  Don't message stuff.  Use
11840         `smime-new-details-buffer'.  Inserts error messages into buffer.
11841         (smime-noverify-region): Ditto.
11842         (smime-decrypt-region): Ditto.  Handles stderr separately.
11843         (smime-verify-buffer, smime-noverify-buffer)
11844         (smime-decrypt-buffer): Doc fix.
11845         (smime-new-details-buffer): New function.
11846         (smime-pkcs7-region, smime-pkcs7-certificates-region)
11847         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
11848         (smime-sign-region, smime-encrypt-region): Don't use
11849         `insert-buffer'.
11850
11851         * mml-smime.el (mml-smime-verify): Fix security button strings.
11852
11853 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11854
11855         * gnus-art.el (gnus-mime-save-part-and-strip): Save
11856         gnus-article-mime-handles.
11857
11858 2001-07-29  Simon Josefsson  <jas@extundo.com>
11859
11860         * mail-source.el (top-level): Require message for message-directory.
11861         (mail-source-directory): Change default to message-directory.
11862
11863         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
11864         (smime-certificate-directory, smime-openssl-program)
11865         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
11866         (smime-extra-arguments): New variable.
11867         (smime-dns-server): Fix customize group.
11868         (smime-call-openssl-region): Use `smime-extra-arguments'.
11869
11870 2001-07-29  Simon Josefsson  <jas@extundo.com>
11871         From Vladimir Volovich <vvv@vsu.ru>
11872
11873         * smime.el (smime-call-openssl-region): Ignore stderr.
11874
11875 2001-07-29  Simon Josefsson  <jas@extundo.com>
11876         From Christoph Conrad <christoph.conrad@gmx.de>
11877
11878         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
11879         file.
11880
11881 2001-07-29  Simon Josefsson  <jas@extundo.com>
11882
11883         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
11884
11885         Support S/MIME decryption.
11886
11887         * mm-decode.el (mm-inline-media-tests):
11888         (mm-inlined-types):
11889         (mm-automatic-display):
11890         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
11891
11892         * mm-view.el (mm-pkcs7-signed-magic):
11893         (mm-pkcs7-enveloped-magic): New variables.
11894         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
11895         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
11896         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
11897         PKCS#7 blobs.
11898
11899         * smime.el (smime-decrypt-region): Expand keyfile.
11900
11901 2001-07-29  Simon Josefsson  <jas@extundo.com>
11902
11903         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
11904         `ssl.el' variables.
11905
11906         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
11907         but line instead of narrowing to it, because `nnmail-parse-active'
11908         calls widen.  Thanks to Christoph Conrad
11909         <christoph.conrad@gmx.de>.
11910
11911 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11912
11913         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
11914         for %B spec.
11915
11916         * gnus-sum.el (gnus-summary-prepare-threads): If
11917         gnus-sum-thread-tree-root is nil, use subject instead.
11918         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
11919         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
11920         (gnus-sum-thread-tree-leaf-with-other)
11921         (gnus-sum-thread-tree-single-leaf): Documentation.
11922         (gnus-sum-thread-tree-single-indent): Allow nil.
11923
11924 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11925
11926         * message.el (message-fill-paragraph): Do nothing if the user
11927         wants filladapt-mode.
11928
11929 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11930
11931         * mm-decode.el (mm-image-type-from-buffer): New function.
11932         (mm-get-image): Use it.
11933
11934 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11935
11936         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
11937
11938         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
11939         mm-display-parts too.
11940
11941 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11942
11943         * nnfolder.el (nnfolder-request-accept-article): Bind
11944         nntp-server-buffer.
11945
11946         * nnmail.el (nnmail-parse-active): Read from buffer instead of
11947         nntp-server-buffer.
11948
11949 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11950
11951         * message.el (message-check-news-header-syntax): Use
11952         message-post-method.
11953         (message-send-news): Bind message-post-method.
11954
11955 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11956
11957         * mml.el (mml-tweak-type-alist): New variable.
11958         (mml-tweak-function-alist): New variable.
11959         (mml-tweak-part): New function.
11960         (mml-generate-mime-1): Use it.
11961
11962 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11963
11964         * nnfolder.el (nnfolder-request-accept-article): Replace
11965         nnfolder-request-list.
11966
11967 2001-07-27  Simon Josefsson  <jas@extundo.com>
11968
11969         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
11970         nnoo-change-server failed to do it.
11971
11972 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11973
11974         * gnus.el (gnus-parameters): Make it customizable.
11975
11976 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11977
11978         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
11979
11980         * message.el (message-set-auto-save-file-name): More
11981         poor-system-types.
11982
11983         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
11984
11985         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
11986         supports +.
11987
11988 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11989
11990         * mm-decode.el (mm-readable-p): New function.
11991         (mm-inline-media-tests): Fix the default testers.
11992
11993 2001-07-26  Simon Josefsson  <jas@extundo.com>
11994
11995         * nnimap.el (nnimap-version): Bump version number.
11996
11997 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11998         From Steven E. Harris <seh@speakeasy.org>
11999
12000         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
12001         in M$Windows too.
12002
12003 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12004
12005         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
12006
12007 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12008
12009         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
12010
12011         * mm-decode.el (mm-get-image): Guess then use the type.
12012
12013         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
12014
12015 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
12016
12017         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
12018         display (%B) for threads if threading is off.
12019
12020 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12021         From Henrik Enberg <henrik@enberg.org>
12022
12023         * gnus-msg.el: Customization patch.
12024
12025 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
12026
12027         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
12028         variable.
12029         (nnmail-split-fancy-with-parent): Ignore certain groups.
12030
12031 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12032
12033         * gnus-util.el (gnus-byte-compile): New function.
12034         (gnus-use-byte-compile): New variable.
12035         (gnus-make-sort-function): Use it.
12036
12037         * nnmail.el (nnmail-get-new-mail): Use it.
12038
12039         * gnus-agent.el (gnus-category-make-function): Simple function or
12040         compiled function.
12041         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
12042
12043         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
12044         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
12045         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
12046
12047         * message.el (message-check-news-header-syntax): Remove quote.
12048
12049 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12050
12051         * message.el (message-use-mail-followup-to): `t' is not a
12052         documented value.
12053
12054 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12055
12056         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
12057
12058 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12059
12060         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
12061         there are long lines.
12062
12063 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12064
12065         * dgnushack.el (copy-list): New compiler macro.
12066
12067 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12068
12069         * message.el (message-bounce): If no Return-Path, the whole
12070         content is considered as the original message.
12071
12072         * nnml.el (nnml-check-directory-twice): New variable.
12073         (nnml-article-to-file): Use it.
12074         (nnml-retrieve-headers): Hack it.
12075
12076 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12077
12078         * gnus-win.el (gnus-buffer-configuration): New configure.
12079
12080         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
12081         not alive.
12082
12083         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
12084         (mm-display-external): Use display-term configure.
12085
12086 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12087
12088         * gnus-delay.el (gnus-delay-default-hour): New variable.
12089         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
12090
12091 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12092         From Karl Kleinpaste <karl@charcoal.com>
12093
12094         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
12095         (gnus-summary-prepare-threads): Ditto.
12096
12097         * gnus.el (gnus-summary-line-format): Add %B.
12098
12099 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12100
12101         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
12102
12103         * mm-util.el (mm-string-as-multibyte): New function.
12104
12105         * nnmh.el (nnmh-request-list-1): Encode, not decode!
12106
12107 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12108
12109         * mm-util.el (mm-universal-coding-system): New variable.
12110
12111         * gnus-start.el (gnus-startup-file-coding-system): Use it.
12112
12113         * score-mode.el (score-mode-coding-system): Use it.
12114
12115 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12116
12117         * gnus-start.el (gnus-setup-news): Call
12118         `gnus-check-bogus-newsgroups' just after the native server is
12119         opened.
12120
12121 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12122
12123         * nnmail.el (nnmail-do-request-post): Util function to be used by
12124         `nnchoke-request-post' for all nnmail-derived backends.
12125
12126         * nnml.el (nnml-request-post): Use it.
12127
12128         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
12129         backend, for it groks nnml-request-post.
12130
12131         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
12132         Treat `mail-post' backends like `mail' backends, not like `news'
12133         backends.
12134
12135 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12136
12137         * gnus-msg.el (gnus-setup-message): make-local-hook.
12138
12139 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12140
12141         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
12142         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
12143         <karl@charcoal.com>, slightly changed by Kai.
12144
12145         * message.el (message-check-news-header-syntax): When checking
12146         whether the groups exist, check the right server based on
12147         `gnus-post-method'.
12148
12149 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12150
12151         * gnus-delay.el: New file.
12152
12153 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12154
12155         * mm-util.el (mm-read-coding-system): Take two arguments.
12156
12157         * gnus-sum.el (gnus-summary-show-article): Use
12158         mm-read-coding-system.
12159
12160         * gnus-art.el (article-de-quoted-unreadable):
12161         (article-de-base64-unreadable, article-wash-html):
12162         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
12163
12164 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12165
12166         * nnml.el (nnml-request-post): New function.  Can be used for
12167         annotations in nnml groups.
12168
12169 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12170
12171         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
12172         command.
12173
12174         * gnus-start.el (gnus-find-new-newsgroups): Use
12175         `message-make-date' instead of `current-time-string'.
12176         (gnus-ask-server-for-new-groups): Ditto.
12177         (gnus-check-first-time-used): Ditto.
12178
12179 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12180
12181         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
12182
12183 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
12184
12185         * message.el (message-shorten-references): Change `maxcount' and
12186         `cut' to obey USEFOR draft 5.
12187
12188 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
12189
12190         * gnus-sum.el (gnus-summary-display-arrow): New variable.
12191         (gnus-summary-set-article-display-arrow): New function.
12192         (gnus-summary-goto-subject): Use it.
12193
12194 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12195
12196         * gnus-sum.el (gnus-summary-import-article): Insert date if
12197         doesn't exist.
12198
12199 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12200
12201         * mml.el (mml-content-type-parameters): New variable.
12202         (mml-content-disposition-parameters): New variable.
12203         (mml-insert-mime-headers): Use them.
12204         (mml-parse-1): Accept charset.
12205
12206 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12207
12208         * gnus-group.el (gnus-group-select-group): Doc fix.
12209
12210         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
12211
12212 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12213
12214         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
12215         to handle `define-derived-mode'.
12216
12217 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12218         From:  Stefan Monnier  <monnier@cs.yale.edu>
12219
12220         * message.el (message-mode): Use define-derived-mode.
12221         (message-tab): message-completion-alist.
12222
12223         * imap.el (imap-interactive-login): Use make-local-variable.
12224         (imap-open): Ditto.
12225         (imap-authenticate): Ditto.
12226
12227         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
12228
12229         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
12230
12231 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12232
12233         * message.el (message-citation-line-function): Refer to
12234         gnus-cite-attribution-suffix.
12235
12236 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12237
12238         * gnus-art.el,...: Error convention changes.
12239
12240 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12241
12242         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
12243
12244 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12245
12246         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
12247         (nnrss-read-server-data): Ditto.
12248
12249 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12250
12251         * gnus-setup.el (gnus-use-installed-gnus): Typo.
12252         * Cleanup files.
12253         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
12254
12255 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12256
12257         * gnus.el (gnus-summary-line-format): Add %o.
12258
12259         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
12260         unless shell outputs something.
12261
12262 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12263
12264         * gnus-art.el (gnus-boring-article-headers): Better doc.
12265         (article-hide-headers): Better regexp.
12266         Suggested by Matt Swift <swift@alum.mit.edu>.
12267
12268         * nnheader.el (nnheader-max-head-length): Better doc.
12269         (nnheader-header-value): Skip spaces.
12270         (nnheader-parse-head): Remove space.
12271         Suggested by Matt Swift <swift@alum.mit.edu>.
12272
12273         * gnus-sum.el (gnus-summary-show-raw-article): New function.
12274         (gnus-get-newsgroup-headers): Remove space.
12275
12276 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12277
12278         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
12279         (gnus-summary-reply): Use it.
12280         (gnus-summary-reply-broken-reply-to): New function.
12281         (gnus-msg-force-broken-reply-to): New function.
12282
12283         * mm-view.el (mm-inline-text): Showing as text/plain when error.
12284
12285 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12286
12287         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
12288
12289 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12290
12291         * mm-decode.el (mm-external-terminal-program): New variable.
12292         (mm-display-external): Use it. Use term to display when no
12293         window-system.
12294
12295 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
12296
12297         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
12298         Browse->Next entries to Browse->Prev
12299
12300 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12301
12302         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
12303
12304 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12305
12306         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
12307         for the default encoding.
12308
12309         * nnrss.el (nnrss-url-field): New field.
12310         (nnrss-request-article): Add newsgroups.
12311
12312         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
12313
12314 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12315
12316         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
12317
12318         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
12319         (gnus-draft-setup): Remove backlog.
12320
12321 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12322
12323         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
12324         Cleanup.
12325
12326 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12327
12328         * gnus-msg.el (gnus-bug): Erase buffer.
12329
12330         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
12331
12332 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12333
12334         * mm-decode.el (mm-attachment-override-p): Fix typo.
12335
12336 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
12337
12338         * gnus-kill.el (gnus-execute): Work with the extra headers.
12339         * gnus-sum.el (gnus-summary-execute-command): Ditto.
12340
12341 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12342
12343         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
12344         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
12345
12346         * message.el (message-send-mail-real-function): New variable.
12347         (message-send-mail-partially, message-send-mail):
12348
12349         * nngateway.el (nngateway-request-post): Use it.
12350
12351         * gnus-agent.el (gnus-agentize): Use it.
12352
12353         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
12354         (nnsoup-revert-variables): Use it.
12355
12356 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
12357
12358         * mm-decode.el (mm-inline-media-tests): Default to displaying as
12359         text/plain if the type doesn't match any other media types.
12360         (mm-inlined-types): Doc fix.
12361         (mm-display-inline): Revert previous change (now handled by a
12362         default type in `mm-inline-media-tests'.
12363         (mm-inlinable-p): Revive.
12364         (mm-display-part): Call `mm-inlinable-p'.
12365         (mm-attachment-override-p): Ditto.
12366         (mm-inlined-p): Doc fix.
12367
12368         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
12369         well as `mm-inlined-p'.
12370
12371 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12372
12373         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
12374         (nntp-send-command-and-decode): Use gnus-point-at-bol.
12375
12376 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12377         From  Paul Jarc <prj@po.cwru.edu>
12378
12379         * message.el (message-use-mail-followup-to): New variable.
12380         (message-get-reply-headers): Use it.
12381
12382 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
12383
12384         * nnheader.el (nnheader-init-server-buffer): Make sure the
12385         *nntpd* buffer is made multibyte instead of a random buffer.
12386
12387 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12388
12389         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
12390         when it returns headers.
12391
12392 2001-07-07  Simon Josefsson  <jas@extundo.com>
12393
12394         * rfc2047.el (rfc2047-encode-message-header): Skip header when
12395         trying to fold. Thanks to Colin Walters
12396         <walters@cis.ohio-state.edu>
12397
12398 2001-07-06  Simon Josefsson  <jas@extundo.com>
12399
12400         * imap.el (imap-parse-address-list, imap-parse-flag-list)
12401         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
12402         Add information in `assert's.
12403
12404         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
12405         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
12406         and `nnimap-group-overview-filename', should handle all
12407         change-of-uidvalidity related issues.  But there may be other
12408         problems.)
12409
12410 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
12411
12412         * rfc2047.el (rfc2047-encode-message-header): Don't include the
12413         header name when folding.
12414
12415 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
12416
12417         * mm-decode.el (mm-inlined-types): Document relationship with
12418         `mm-inline-media-tests'.
12419         (mm-display-inline): Default to displaying as plain text if no
12420         inlining handler is available.
12421         (mm-inlinable-p): Remove.
12422         (mm-inlined-p): Don't call `mm-inlinable-p'.
12423         (mm-automatic-display-p): Ditto.
12424         (mm-attachment-override-p): Ditto.
12425
12426 2001-07-04  Simon Josefsson  <jas@extundo.com>
12427
12428         * nnimap.el (nnimap-importantize-dormant): New variable.
12429         (nnimap-request-update-info-internal): Use it.
12430         (nnimap-request-set-mark): Ditto.
12431
12432 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
12433
12434         * nntp.el (nntp-send-command): don't pass a buffer argument to
12435         `point'. Only XEmacs accepts this.
12436         * nntp.el (nntp-send-command-nodelete): ditto.
12437         * nntp.el (nntp-send-command-and-decode): ditto.
12438
12439 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
12440
12441         * nntp.el (nntp-open-connection-function): doc update.
12442         * nntp.el (nntp-pre-command): New.
12443         * nntp.el (nntp-via-rlogin-command): New.
12444         * nntp.el (nntp-via-telnet-command): New.
12445         * nntp.el (nntp-via-telnet-switches): New.
12446         * nntp.el (nntp-via-user-name): New.
12447         * nntp.el (nntp-via-user-password): New.
12448         * nntp.el (nntp-via-address): New.
12449         * nntp.el (nntp-via-envuser): New.
12450         * nntp.el (nntp-via-shell-prompt): New.
12451         * nntp.el (nntp-open-telnet-stream): New.
12452         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
12453         * nntp.el (nntp-open-via-telnet-and-telnet): New.
12454         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
12455         * nntp.el (nntp-send-command): ditto.
12456         * nntp.el (nntp-send-command-nodelete): ditto.
12457         * nntp.el (nntp-send-command-and-decode): ditto.
12458
12459 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
12460         Trivial patch.
12461
12462         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
12463         `when'.
12464
12465 2001-07-03  Simon Josefsson  <jas@extundo.com>
12466         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
12467
12468         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
12469
12470 2001-07-03  Simon Josefsson  <jas@extundo.com>
12471
12472         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
12473         remove it (workaround XEmacs `fill-region' bug).
12474
12475 2001-07-01  Simon Josefsson  <jas@extundo.com>
12476
12477         * nnimap.el (nnimap-date-days-ago): Defeat locale.
12478
12479 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12480
12481         * mml2015.el (mml2015-format-error): New function.
12482         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
12483         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
12484         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
12485
12486 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12487
12488         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
12489         Suggested by Christoph Conrad <C.Conrad@cli.de>.
12490
12491         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
12492         group variables.
12493
12494 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12495
12496         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
12497
12498         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
12499         (nnrss-save-group-data): Ditto.
12500
12501         * gnus-agent.el (gnus-agent-save-alist): Ditto.
12502
12503 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12504
12505         * message.el (message-do-send-housekeeping): Narrow to headers.
12506
12507 2001-06-24  Simon Josefsson  <jas@extundo.com>
12508
12509         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
12510         insertion when breaking lines looked for " \t" instead of "[ \t]".
12511         (rfc2047-encode-message-header): Fold lines even if
12512         no QP encoding is done.
12513
12514 2001-06-23  Simon Josefsson  <jas@extundo.com>
12515         From Samuel Tardieu <sam@inf.enst.fr>
12516
12517         * smime.el (smime-keys): Support additional certificates.
12518         (smime-make-certfiles): New function.
12519         (smime-sign-region): Use previous variables.
12520         (smime-get-certfiles): New function.
12521         (smime-sign-buffer): Use it.
12522         (smime-verify-region): Support both CAfile and CApath.
12523
12524 2001-06-23  Simon Josefsson  <jas@extundo.com>
12525
12526         * smime.el (smime-decrypt-region): Perhaps work.
12527
12528 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12529
12530         * gnus-msg.el (gnus-copy-article-buffer): Typo.
12531
12532 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
12533
12534         * mm-decode.el (mm-save-part): Rewrite file name.
12535         (mm-file-name-rewrite-functions): New variable.
12536         (mm-file-name-delete-whitespace): New function.
12537         (mm-file-name-trim-whitespace): New function.
12538         (mm-file-name-collapse-whitespace): New function.
12539         (mm-file-name-replace-whitespace): New variable and function.
12540
12541 2001-06-22  Simon Josefsson  <jas@extundo.com>
12542
12543         * message.el (message-make-date): Workaround locale for weekdays.
12544
12545 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12546
12547         * message.el (message-goto-body): Return nil if not found. (revert!)
12548
12549 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12550         From Fremlin <chief@bandits.org>
12551
12552         * message.el (message-goto-body): Some messages have no header.
12553
12554         * gnus-msg.el (gnus-copy-article-buffer): Use it.
12555
12556 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
12557
12558         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
12559
12560 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12561
12562         * message.el (message-make-date): Add week day.
12563         Suggested by Jason R. Mastaler <jason@mastaler.com>.
12564
12565 2001-06-19  Simon Josefsson  <jas@extundo.com>
12566
12567         * message.el (message-yank-prefix): Doc fix.
12568         (message-yank-cited-prefix): Ditto.
12569         (message-delete-not-region): Keep citation prefix on first line,
12570         if possible and appropriate.
12571
12572 2001-06-19  Simon Josefsson  <jas@extundo.com>
12573
12574         * imap.el (imap-process-connection-type): New variable.
12575         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
12576         recent `imtest's work completely (no line length issues), while
12577         making making old `imtest's unusable.  Thanks to NAGY Andras
12578         <nagya@inf.elte.hu> for his work.
12579
12580 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
12581
12582         * imap.el (imap-ssl-program): Add -quiet to shut up
12583         OpenSSL/SSLeay's internal debug talk.
12584
12585 2001-06-19  Matt Armstrong  <matt@lickey.com>
12586
12587         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
12588         server.
12589
12590 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12591
12592         * nnmail.el (nnmail-article-buffer): New variable.
12593         (nnmail-split-incoming): Use it.
12594
12595 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
12596
12597         * qp.el (quoted-printable-decode-region): If called interactively,
12598         use coding-system-for-read.
12599
12600 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12601
12602         * message.el (message-check-news-header-syntax): Check Reply-To.
12603
12604 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12605
12606         * mml.el (mml-parse-1): Use message options.
12607
12608         * message.el (message-do-fcc): Don't do anything if there is no
12609         FCC.
12610
12611 2001-06-16  Simon Josefsson  <jas@extundo.com>
12612
12613         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
12614         (nnimap-expunge-search-string): New variable.
12615         (nnimap-request-expire-articles): Use it.
12616
12617 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12618
12619         * message.el (message-send-mail-with-qmail): wrong exit status is
12620         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
12621
12622 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12623
12624         * gnus-art.el (article-strip-multiple-blank-lines): Use
12625         delete-region instead of replace-match.
12626
12627 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12628
12629         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
12630         (nnweb-google-wash-article): Ditto.
12631
12632 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
12633
12634         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
12635
12636 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12637
12638         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
12639         specs.
12640
12641 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12642
12643         * gnus.el (gnus-email-address): Move it here.
12644
12645         * gnus-art.el (article-de-quoted-unreadable): Read charset if
12646         requested.
12647         (article-de-base64-unreadable): Ditto.
12648         (article-wash-html): Ditto.
12649
12650 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12651
12652         * message.el (message-options-set-recipient): Don't add ", "
12653         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
12654
12655 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12656
12657         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
12658
12659 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12660
12661         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
12662         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
12663
12664         * nnrss.el (nnrss-node-text): Node might be nil.
12665
12666 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12667
12668         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
12669         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
12670
12671         * nnrss.el (nnrss-group-alist): More items.
12672
12673 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12674
12675         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
12676
12677 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12678         Trivial patch from Dale Hagglund  <rdh@best.com>
12679
12680         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
12681         restrict clauses.
12682
12683 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12684
12685         From Benjamin Rutt <brutt+news@bloomington.in.us>
12686
12687         * message.el (message-wide-reply-confirm-recipients): New variable.
12688
12689 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
12690         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
12691
12692         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
12693         fix so it works with XEmacs.
12694
12695 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12696
12697         * nnrss.el (nnrss-retrieve-headers): Support description as extra
12698         headers.
12699
12700 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12701
12702         * nnrss.el: Fix a few bugs.
12703
12704 2001-06-05  Simon Josefsson  <jas@extundo.com>
12705
12706         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
12707         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
12708
12709 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
12710
12711         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
12712         binary so that we don't transmit ISO 2022 garbage to the process.
12713         This is needed under XEmacs.
12714
12715 2001-06-03  Simon Josefsson  <simon@josefsson.org>
12716
12717         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
12718         autoloaded incorrectly below because ssl-program-* is bound.)
12719         Thanks to Amos Gouaux for report.
12720
12721 2001-06-02  Simon Josefsson  <simon@josefsson.org>
12722
12723         * imap.el (imap-kerberos4-open):
12724         (imap-gssapi-open):
12725         (imap-ssl-open):
12726         (imap-network-open):
12727         (imap-shell-open):
12728         (imap-starttls-open): Set buffer to workaround spurious
12729         `accept-process-output' buffer changes.  Thanks to Mats Lidell
12730         <Mats.Lidell@contactor.se> for report and partial patch and Jake
12731         Colman <colman@ppllc.com> for report.
12732
12733 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12734
12735         * gnus-sum.el (gnus-summary-catchup): New argument.
12736         (gnus-summary-catchup-from-here): New function.
12737
12738 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12739
12740         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
12741         back, then insert glyph.  (Before, the glyph was inserted first,
12742         then the newline.)  This works around a behavior in XEmacs where
12743         it is not possible to insert a character after a glyph which is at
12744         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
12745
12746 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12747
12748         From Jaap-Henk Hoepman (jhh@xs4all.nl).
12749
12750         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
12751         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
12752         mm-destroy-postponed-undisplay-list): New functions.
12753         (mm-display-external): Use them.
12754
12755 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12756
12757         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
12758         `default-low' when evaluating `gnus-summary-highlight'.
12759         From Raja R Harinath <harinath@cs.umn.edu>.
12760
12761 2001-05-27  Simon Josefsson  <simon@josefsson.org>
12762
12763         * message.el (message-yank-cited-prefix): New variable.
12764         (message-indent-citation): Use it.
12765
12766         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
12767         as details.
12768         (mml2015-mailcrypt-clear-verify): Ditto.
12769
12770 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12771         From Nevin Kapur <nevin@jhu.edu>.
12772
12773         * gnus-sum.el (gnus-summary-default-high-score,
12774         gnus-summary-default-low-score): New variables.
12775         (gnus-summary-highlight): Use them.
12776
12777 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
12778
12779         * message.el (message-mail): pass the 'send-actions argument to
12780         `message-setup'.
12781
12782 2001-05-16  Simon Josefsson  <simon@josefsson.org>
12783         From Raymond Scholz <ray-2001@zonix.de>
12784
12785         * gnus-art.el (gnus-mime-view-part-as-charset):
12786         (gnus-mime-internalize-part): Doc fixes.
12787
12788 2001-05-11  Simon Josefsson  <simon@josefsson.org>
12789
12790         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
12791         status lines without any text ("^215$").
12792
12793 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12794
12795         * nnrss.el (nnrss-check-group): Reverse.
12796
12797 2001-05-07  Simon Josefsson  <simon@josefsson.org>
12798
12799         * message.el (message-get-reply-headers):
12800         (message-followup): Fix typo, suggested by David Green
12801         <dgreen@uab.edu>
12802
12803 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12804
12805         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
12806
12807         * nnrss.el (nnrss-open-server): Read server data when it is called.
12808         (nnrss-request-expire-articles): Fix.
12809
12810 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12811
12812         * message.el (message-do-send-housekeeping): mail-abbrevs may
12813         rename buffer behind Gnus.
12814
12815 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12816
12817         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
12818         (nnrss-group-alist): Add more resources.
12819         (nnrss-check-group): Ignore errors.
12820
12821 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12822
12823         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
12824
12825         * nnslashdot.el (nnslashdot-request-list): Add time.
12826         (nnslashdot-request-expire-articles): New function.
12827
12828         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
12829         secondary methods too.
12830
12831 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12832
12833         * message.el (message-use-followup-to): Set default value to t.
12834
12835 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
12836
12837         * message.el (message-dont-reply-to-names): Fix documentation.
12838         (message-get-reply-headers): Use Mail-Followup-To only for wide
12839         replies.
12840
12841 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12842
12843         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
12844         correctly.
12845         (nnrss-check-group): Use time.
12846
12847 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12848
12849         * gnus.el: Oort Gnus v0.03 is released.
12850
12851 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12852
12853         * nnultimate.el (nnultimate-topic-article-to-article): Use the
12854         group.
12855
12856 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12857
12858         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
12859
12860 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12861
12862         * nnultimate.el (nnultimate-retrieve-headers): Return all
12863         available headers.
12864
12865         * gnus-sum.el (gnus-read-all-available-headers): New variable.
12866         (gnus-get-newsgroup-headers-xover): Use it.
12867
12868 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12869
12870         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
12871
12872 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12873
12874         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
12875
12876 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12877
12878         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
12879         disable it.
12880
12881         * gnus.el (gnus-info-nodes): Remove a few The's.
12882
12883 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12884
12885         * mail-source.el (mail-source-movemail): Call-process may return a
12886         signal description string.
12887
12888         * gnus-start.el (gnus-read-newsrc-el-file):
12889         gnus-newsrc-file-version may be nil.
12890
12891         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
12892         Suggested by Michael Sperber [Mr. Preprocessor]
12893         <sperber@informatik.uni-tuebingen.de>.
12894
12895 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
12896
12897         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
12898
12899 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
12900
12901         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
12902         fontify HANDLE.
12903
12904 2001-04-18  Simon Josefsson  <simon@josefsson.org>
12905
12906         * smime.el (smime-ask-passphrase): Rework to return value.
12907         (smime-sign-region): Rework to bind value and use it.
12908         (smime-decrypt-region): Ditto.
12909
12910 2001-04-18  Simon Josefsson  <simon@josefsson.org>
12911         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
12912
12913         * smime.el (smime-ask-passphrase): New function.
12914         (smime-sign-region): Use it.
12915         (smime-encrypt-cipher): New variable.
12916         (smime-decrypt-region): Ditto.
12917
12918 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
12919         Committed by Simon Josefsson  <simon@josefsson.org>
12920
12921         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
12922         the log.
12923
12924 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12925
12926         * gnus.el: Oort Gnus v0.02 is released.
12927
12928 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
12929
12930         * gnus.el: Oort Gnus v0.01 is released.
12931
12932 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12933
12934         * gnus-sum.el (gnus-summary-highlight): Highlight read
12935         undownloaded articles as read articles.
12936
12937         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
12938         (gnus-agent-get-undownloaded-list): Mark all undownloaded
12939         articles, even read ones, as such.
12940
12941         * gnus-sum.el (gnus-summary-find-matching): Clean up.
12942         (gnus-find-matching-articles): New function.
12943         (gnus-summary-limit-include-matching-articles): New command.
12944         (gnus-summary-limit-include-thread): Include articles that have
12945         matching subjects.
12946         (gnus-offer-save-summaries): Clean up.
12947
12948 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12949
12950         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
12951
12952 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12953         From Jason Merrill <jason_merrill@redhat.com>
12954
12955         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
12956
12957 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
12958         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
12959
12960         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
12961         newsgroup names when the original article is a news message.
12962
12963 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12964
12965         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
12966         supported. Suggest by Jim Meyering <jim@meyering.net>.
12967
12968 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
12969         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
12970
12971         * nnmail.el (nnmail-split-it): Added check for .* at the end of
12972         regexp in nnmail-split-fancy.
12973
12974 2001-04-10  Simon Josefsson  <simon@josefsson.org>
12975
12976         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
12977
12978 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
12979
12980         * message.el (message-send-mail): Improve the interaction with the
12981         user.
12982
12983 2001-04-10  Simon Josefsson  <simon@josefsson.org>
12984
12985         * imap.el (imap-message-copy): Work around buggy servers that
12986         doesn't send TRYCREATE tags.
12987
12988 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
12989
12990         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
12991
12992 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12993
12994         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
12995         date.
12996
12997 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12998
12999         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
13000         lives.
13001
13002 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13003
13004         * gnus-art.el (gnus-parse-news-url): New function.
13005         (gnus-button-handle-news): New function.
13006         (gnus-button-alist): Point to new functions.
13007
13008         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
13009
13010         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
13011         gnus-format-specs.
13012
13013         * message.el (message-check-news-header-syntax): Question even
13014         when Gnus doesn't know the group names.
13015         (message-send-news): Clean up.
13016
13017         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
13018         exited on purpose without saving.
13019
13020         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
13021
13022 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13023
13024         * gnus-score.el (gnus-score-orphans): Clean up.
13025
13026         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
13027
13028         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
13029         later.
13030
13031         * gnus-start.el (gnus-close-all-servers): Find the right items to
13032         close.
13033
13034         * qp.el (quoted-printable-decode-region): Just message
13035         malformation; don't quit.
13036
13037 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13038         From Gerd Moellmann <gerd@gnu.org>.
13039
13040         * gnus.el (gnus-interactive): A typo.
13041
13042 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
13043         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13044
13045         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
13046         `assq-delete-all', if that function exists; otherwise use the old
13047         definition. Documentation changed to match the one in
13048         `assq-delete-all'.
13049
13050 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13051
13052         * gnus-start.el (gnus-close-all-servers): New function.
13053
13054         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
13055         (gnus-server-remove-denials): Clean up.
13056
13057         * gnus-sum.el (gnus-summary-sort-by-original): New command and
13058         keystroke.
13059
13060 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13061
13062         * message.el (message-send-news): Message where we are sending.
13063         (message-send-mail): Ditto.
13064
13065         * gnus.el (gnus-server-string): New function.
13066
13067         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
13068
13069         * mm-decode.el (mm-default-directory): Customized.
13070         (mm-tmp-directory): Ditto.
13071
13072         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
13073         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
13074         or Chars.
13075         (gnus-summary-line-format-alist): ?l is now a string.
13076         (gnus-summary-prepare-threads): Output ? for unknown lines.
13077         (gnus-summary-insert-line): Ditto.
13078         (gnus-summary-print-article): Unbalanced parentheses.
13079
13080         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
13081         out whether new stuff has arrived.
13082
13083 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
13084
13085         * gnus-sum.el: Let printing work on ttys on Emacs.
13086
13087 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13088
13089         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
13090         when forcing news.
13091
13092         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
13093         command.
13094
13095 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
13096
13097         * message.el (message-set-auto-save-file-name): Don't use
13098         asterisks under nt.
13099
13100 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13101
13102         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
13103         lists of articles.
13104
13105         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
13106
13107         * gnus-msg.el (gnus-put-message): Clean up.
13108         (gnus-summary-reply): Mark all replied-to articles as replied to.
13109         (gnus-inews-add-send-actions): Also mark as forwarded.
13110         (gnus-summary-mail-forward): Mark as forwarded.
13111
13112         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
13113         of articles.
13114         (gnus-summary-mark-article-as-forwarded): Ditto.
13115
13116         * gnus-msg.el (gnus-summary-resend-message): Mark article as
13117         forwarded.
13118         (gnus-summary-mail-forward): Clean up.
13119
13120         * gnus.el (gnus-article-mark-lists): Added forward.
13121
13122         * gnus-sum.el (gnus-forwarded-mark): New variable.
13123         (gnus-summary-prepare-threads): Use it.
13124         (gnus-summary-update-secondary-mark): Ditto.
13125         (gnus-newsgroup-forwarded): New variable.
13126
13127 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13128
13129         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
13130         (gnus-summary-very-wide-reply): New command and keystroke.
13131         (gnus-summary-very-wide-reply-with-original): Ditto.
13132
13133         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
13134         (gnus-score-adaptive): Use it.
13135
13136         * gnus-start.el (gnus-get-unread-articles): Clean up.
13137
13138 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13139
13140         * nnultimate.el (nnultimate-retrieve-headers): Work for other
13141         boards.
13142
13143 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
13144
13145         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
13146         * gnus-start.el (gnus-subscribe-newsgroup): use it.
13147
13148 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13149
13150         * nnultimate.el (nnultimate-retrieve-headers): Understand
13151         long-form month names.
13152
13153 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13154
13155         * gnus-sum.el (gnus-summary-show-all-headers):
13156         gnus-article-show-all-headers is broken. Use
13157         gnus-summary-toggle-header instead.
13158
13159         * mml2015.el (mml2015-gpg-extract-from): No error.
13160
13161 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13162         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
13163
13164         * mml2015.el (mml2015-gpg-extract-from): New function.
13165         (mml2015-gpg-verify): Use it.
13166         (mml2015-gpg-clear-verify): Use it.
13167
13168 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13169
13170         * message.el (message-setup-fill-variables): Use
13171         fill-paragraph-function.
13172         (message-fill-paragraph): Take an argument.
13173         (message-newline-and-reformat): Take another argument.
13174
13175 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13176
13177         * message.el (rmail-output): It is in rmailout.el not rmail.el.
13178
13179 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13180
13181         * message.el (message-forward): local-variable-p takes an extra
13182         argument in XEmacs.
13183
13184 2001-03-16  Simon Josefsson  <simon@josefsson.org>
13185
13186         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
13187         `nnimap-use-nov-p' (it really tested the negative).
13188         (nnimap-retrieve-headers): Use it.
13189
13190 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13191
13192         * message.el (message-generate-headers-first): Update doc.
13193
13194 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
13195         Trivial patch.
13196
13197         * gnus.el (gnus-summary-line-format): Typo.
13198
13199 2001-03-11  Simon Josefsson  <simon@josefsson.org>
13200
13201         * mailcap.el (mailcap-mime-data): Add application/sieve.
13202         (mailcap-mime-extensions): Add .siv, .xls.
13203
13204 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13205         From Christoph Conrad <christoph.conrad@gmx.de>
13206
13207         * gnus-score.el (gnus-summary-lower-thread): Typo.
13208
13209 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13210
13211         * message.el (message-forward-decoded-p): New variable.
13212         (message-forward-subject-author-subject): Use it.
13213         (message-make-forward-subject): Use it.
13214         (message-forward): Use it.
13215
13216         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
13217
13218         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
13219         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
13220
13221 ;;Has been fixed -- zsh.
13222 ;;2001-03-05  Dave Love  <fx@gnu.org>
13223 ;;
13224 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
13225 ;;      Move it after definition of mm-coding-system-p.
13226 ;;
13227 2001-03-01  Dave Love  <fx@gnu.org>
13228
13229         * mm-util.el (mm-inhibit-file-name-handlers): Add
13230         image-file-handler.
13231
13232 2001-02-11  Dave Love  <fx@gnu.org>
13233
13234         * message.el (message-signature-file): Fix doc, :type.
13235
13236 2001-02-08  Dave Love  <fx@gnu.org>
13237
13238         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
13239         (message-posting-charset): Defvar when compiling again.
13240         (rfc2047-encodable-p): Require message.
13241
13242         * gnus-sum.el (gnus-alter-articles-to-read-function):
13243         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
13244
13245 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13246
13247         * nnrss.el: New file.
13248
13249 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
13250         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13251
13252         * rfc2047.el (rfc2047-unfold-region): Fix arg of
13253         `skip-chars-forward'.
13254
13255 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13256
13257         * nndraft.el (nndraft-request-group): Restore auto save files if
13258         the original files do not exist.
13259
13260 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13261
13262         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
13263         SCORE paths.
13264
13265         * mm-decode.el (mm-dissect-buffer): Call
13266         mail-extract-address-components only if necessary.
13267
13268 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13269
13270         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
13271         directory part.
13272         (gnus-score-search-global-directories): Use file-directory-p.
13273
13274         * gnus-score.el (gnus-score-score-files-1): Use
13275         gnus-kill-files-directory.
13276         From Adrian Aichner <adrian@xemacs.org>.
13277
13278 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13279
13280         * gnus.el (charset): Move here from gnus-sum.el.
13281
13282 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13283
13284         * mml.el (mml-preview): Disable local map.
13285
13286         * gnus-sum.el (gnus-summary-make-menu-bar): Make
13287         gnus-article-post-menu here.
13288
13289         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
13290         if it has not been made.
13291
13292 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13293
13294         * gnus-art.el (gnus-article-describe-key): Map key to event.
13295         (gnus-article-describe-key-briefly): Ditto
13296
13297 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13298
13299         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
13300
13301 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13302         From Katsumi Yamaoka <yamaoka@jpl.org>.
13303
13304         * dgnushack.el (coerce, merge, subseq): defmacro.
13305
13306 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13307
13308         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
13309         A fake defalias in nndraft.el results a not-activated bug in
13310         uncompiled versions.
13311
13312 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
13313         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13314
13315         * gnus-util.el (gnus-split-references): Handle malformed References:.
13316
13317 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13318
13319         * gnus-art.el (gnus-article-mime-part-status): 1 part.
13320
13321 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13322         From NAGY Andras <nagya@inf.elte.hu>.
13323
13324         * gnus.el (gnus-parameters): Typo.
13325
13326 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13327
13328         * gnus.el (gnus-read-method): Remove redundancy.
13329
13330 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13331
13332         * nnslashdot.el (nnslashdot-backslash-url): New variable.
13333         (nnslashdot-request-list): Use it.
13334
13335 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13336
13337         * nnml.el (nnml-generate-active-info): Fix the case when there is
13338         no file.
13339
13340         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
13341         (gnus-summary-create-article): New function.
13342
13343         * gnus-group.el (gnus-group-mark-article-read): New function.
13344
13345         * gnus-msg.el (gnus-inews-do-gcc): Use it.
13346
13347         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
13348
13349 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13350
13351         * gnus-art.el (gnus-article-edit-done): Don't use
13352         gnus-article-edit-exit.
13353         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
13354
13355         * gnus.el (gnus-parameters): New variable.
13356         Suggested by NAGY Andras <nagya@inf.elte.hu>.
13357         (gnus-parameters-get-parameter): New function.
13358         (gnus-group-find-parameter): Use it.
13359
13360 2001-02-23  Simon Josefsson  <simon@josefsson.org>
13361
13362         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
13363         change of default value to `current'.
13364
13365 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13366
13367         * nneething.el (nneething-get-head): Insert unreadable file too.
13368
13369 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13370
13371         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
13372
13373         * webmail.el (webmail-type-definition): Deja is bought by google.
13374
13375 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13376
13377         * gnus-sum.el (gnus-fetch-headers): New function.
13378         (gnus-select-newsgroup): Use it.
13379         (gnus-summary-insert-articles): New function.
13380         (gnus-summary-insert-old-articles): New function.
13381         (gnus-summary-insert-new-articles): New function.
13382
13383         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
13384         (gnus-group-list-active): Ditto.
13385         * gnus-sum.el (gnus-set-mode-line): Ditto.
13386         (gnus-summary-read-group-1): Ditto.
13387
13388 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13389
13390         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
13391         current topic.
13392
13393 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13394
13395         * smiley.el (gnus-smiley-display): Don't do widening.
13396
13397         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
13398         within body.
13399
13400         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
13401
13402         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
13403         New variable.
13404         (gnus-mime-display-multipart-related-as-mixed): New variable.
13405         (gnus-mime-display-part): Use them.
13406
13407 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13408
13409         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
13410         something special.
13411
13412 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13413
13414         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
13415         (nnweb-request-article): Call reference if exists.
13416         (nnweb-type-definition): Dejanews is bought by google.com.
13417         Beta!
13418
13419 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13420
13421         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
13422
13423 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13424
13425         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
13426         gnus-article-sort-functions.
13427         (gnus-article-sort-functions): Doc fix.  Refer to
13428         gnus-thread-sort-functions.
13429
13430 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13431         From Paul Jarc <prj@po.cwru.edu>.
13432
13433         * message.el (message-get-reply-headers): More fixes.
13434
13435 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
13436         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13437
13438         * message.el (message-get-reply-headers): Fix bug with
13439         Mail-Followup-To/to-address interaction.
13440
13441 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13442
13443         * gnus-msg.el (gnus-configure-posting-styles): Match header in
13444         gnus-article-copy.
13445
13446 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13447
13448         * message.el (message-do-send-housekeeping): Rename to a better
13449         name.
13450
13451 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13452
13453         * message.el (message-cancel-news): Check article first, then ask
13454         yes or no.
13455
13456 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13457
13458         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
13459
13460 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13461
13462         * gnus-range.el (gnus-range-normalize): New function.
13463
13464 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
13465
13466         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
13467
13468 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13469
13470         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
13471
13472         * nnagent.el (nnagent-request-regenerate): New function.
13473
13474         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
13475
13476         * nnml.el (nnml-generate-nov-databases): Accept argument
13477         server. Don't open server if it is opened.
13478         (nnml-request-regenerate): Use it. Change to deffoo.
13479
13480 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13481         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13482
13483         * gnus.el (gnus-define-group-parameter): Fix.
13484
13485 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13486
13487         * gnus.el (gnus-define-group-parameter): Improved.
13488
13489         * gnus-sum.el (charset): Define parameter.
13490         (ignored-charsets): Ditto.
13491         (gnus-summary-setup-default-charset): Use them.
13492
13493         * gnus-start.el (gnus-read-descriptions-file): Use them.
13494
13495         * gnus-cus.el (gnus-group-parameters): Remove them.
13496
13497 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13498
13499         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
13500
13501 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13502
13503         * gnus-sum.el (gnus-summary-read-group-1): Remove
13504         gnus-summary-set-local-parameters.
13505         (gnus-summary-setup-buffer): Put it here.
13506
13507 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13508
13509         * gnus.el (to-address): Define parameter.
13510         (to-list): Ditto.
13511         * gnus-art.el (article-hide-boring-headers): Use them.
13512         * gnus-msg.el (gnus-post-news): Ditto.
13513         * gnus-cus.el (gnus-group-parameters): Remove them.
13514
13515 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13516
13517         * gnus-draft.el (gnus-draft-reminder): New function.
13518
13519         * gnus-art.el (gnus-sender-save-name): New function.
13520
13521 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13522
13523         * mm-util.el (mm-mime-charset): Error message.
13524
13525 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13526
13527         * message.el (message-check-news-body-syntax): Don't check mml lines.
13528
13529 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13530
13531         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
13532         subscribe.
13533
13534         * gnus-start.el (gnus-call-subscribe-functions): New function.
13535         (gnus-find-new-newsgroups): Use it.
13536         (gnus-ask-server-for-new-groups): Use it.
13537         (gnus-check-first-time-used): Use it.
13538         (gnus-subscribe-newsgroup-method): Grok a list of functions.
13539         (gnus-subscribe-options-newsgroup-method): Ditto.
13540         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
13541         return .
13542
13543 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13544
13545         * gnus-cus.el (gnus-score-customize): Doc fix.
13546
13547 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
13548
13549         * dgnushack.el (my-getenv): Typo.
13550
13551 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13552
13553         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
13554
13555 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13556
13557         * gnus-group.el (gnus-group-suspend): Offer save summaries.
13558
13559         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
13560         (gnus-treatment-function-alist): Use it.
13561         (article-remove-leading-whitespace): New function.
13562         (gnus-article-make-menu-bar): Use it.
13563
13564         * gnus-sum.el (gnus-summary-wash-empty-map): Add
13565         remove-leading-whitespace.
13566         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
13567         because of conflict.
13568
13569 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13570
13571         * Makefile.in: Hack generating gnus-load.el.
13572         * dgnushack.el: Ditto.
13573         * gnus-load.el: Remove it.
13574
13575 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13576
13577         * dgnushack.el : Add URLDIR.
13578
13579         * Makefile.in (EMACS_COMP): Ditto.
13580
13581 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13582
13583         * gnus-cus.el (gnus-score-customize): Error on no score file.
13584
13585 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13586
13587         * mm-decode.el (mm-merge-handles): New function.
13588
13589         * mm-view.el (mm-inline-message): Use it.
13590         (mm-view-message): Ditto.
13591
13592         * mm-partial.el (mm-inline-partial): Ditto.
13593
13594         * mm-extern.el (mm-inline-external-body): Ditto.
13595
13596         * gnus-art.el (gnus-mime-view-part): Ditto.
13597         (gnus-mime-view-part-as-type): Ditto.
13598         (gnus-mime-save-part-and-strip): Prevent users to strip in some
13599         cases.
13600
13601 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13602
13603         * message.el (message-cancel-news): Allow to shoot foot.
13604         (message-supersede): Ditto.
13605
13606 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
13607         Trivial patch.
13608
13609         * gnus-sum.el (gnus-simplify-subject-re): Use
13610         message-subject-re-regexp.
13611
13612 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13613
13614         * nnmail.el (nnmail-expiry-target-group): Bind
13615         nnmail-cache-accepted-message-ids to nil.
13616
13617         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
13618         coding system.
13619
13620 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13621
13622         * qp.el (quoted-printable-encode-region): Make sure characters are
13623         between 00 and FF.  Don't check charset.
13624
13625         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
13626         in Emacs 20.
13627         * rfc2047.el (rfc2047-q-encode-region): Ditto.
13628
13629 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13630
13631         * message.el (message-make-forward-subject): Argument decoded.
13632         (message-forward): Use it when digest.
13633
13634         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
13635         buffer.
13636
13637 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13638
13639         * message.el (message-generate-headers-first): Doc fix.
13640
13641 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13642
13643         * gnus-art.el (article-make-date-line): Error proof.
13644
13645 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13646
13647         * gnus-group.el (gnus-group-listing-limit): New variable.
13648         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
13649
13650         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
13651
13652 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13653
13654         * message.el (message-newline-and-reformat): Special case for
13655         breaking at BOL.
13656
13657 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
13658
13659         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
13660         message/rfc822.
13661
13662 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13663
13664         * message.el (message-encode-message-body): Don't insert
13665         Content-Type if it is inside a mail.
13666
13667 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13668
13669         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
13670         gnus-article-commands-menu.
13671
13672         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
13673         in Emacs.
13674
13675         * gnus-start.el (gnus-read-descriptions-file): Use
13676         gnus-group-name-charset and gnus-group-charset-alist.
13677
13678 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13679
13680         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
13681         active region.
13682
13683         * gnus-start.el (gnus-group-change-level): Remove from both
13684         gnus-zombie-list and gnus-killed-list.
13685
13686 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13687
13688         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
13689         gnus-subscribe-topics.
13690
13691         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
13692
13693 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13694
13695         * gnus-art.el (gnus-article-make-menu-bar): Make
13696         gnus-article-post-menu.
13697
13698         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
13699
13700         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
13701
13702         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
13703
13704         * message.el (message-mode-menu): Ditto.
13705
13706         * gnus-art.el (defvar): eval-when-compile.
13707
13708 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13709
13710         * gnus-agent.el (gnus-agentize): Fix doc.
13711
13712 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
13713
13714         * mml.el (mml-preview): Bind `q'.
13715
13716 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13717
13718         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
13719
13720 2001-01-31  Dave Love  <fx@gnu.org>
13721
13722         * mm-util.el (mm-mime-mule-charset-alist)
13723         (mm-find-mime-charset-region): Consider mule-utf-8.
13724
13725 2001-01-31  Dave Love  <fx@gnu.org>
13726
13727         * gnus-art.el (gnus-article-x-face-command)
13728         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
13729         :version.
13730
13731 2001-01-26  Dave Love  <fx@gnu.org>
13732
13733         * mm-util.el (mm-multibyte-string-p): New.
13734
13735 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
13736 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
13737 ;;      string-as-multibyte on class.  Clarify line-folding.
13738         (quoted-printable-encode-string): Make temp buffer inherit
13739         string's multibyteness.
13740
13741 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
13742
13743         * nnheader.el (toplevel): Don't require `gnus-util' at
13744         compile-time; this creates a circular dependency, and prevents
13745         a bootstrap.
13746
13747 2001-01-22  Andreas Schwab  <schwab@suse.de>
13748
13749         * nnheader.el (gnus-delete-line): Autoload it as a macro.
13750
13751 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13752
13753         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
13754
13755         * gnus-art.el (article-hide-list-identifiers): Ditto.
13756
13757         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
13758
13759 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13760
13761         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
13762
13763         * gnus-art.el (article-hide-list-identifiers): Similar.
13764
13765 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
13766
13767         * nnmail.el (nnmail-remove-list-identifiers): Improved.
13768
13769 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13770
13771         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
13772
13773 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13774
13775         * gnus-util.el (gnus-string-equal): New function.
13776
13777         * gnus-art.el (article-hide-boring-headers): Use it.
13778
13779 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
13780
13781         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
13782
13783 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13784
13785         * gnus-msg.el (gnus-msg-mail): Support switch-action.
13786
13787 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13788
13789         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
13790         command if there is not last-saver.
13791
13792 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13793
13794         * nntp.el (nntp-open-connection): 201 is possible.
13795
13796 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13797
13798         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
13799         (rfc2047-charset-encoding-alist): Add big5.
13800
13801 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13802
13803         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
13804         (gnus-agent-remove-server): Ditto.
13805         (autoload): gnus-server-update-server.
13806
13807         * gnus-srvr.el (gnus-server-line-format): Add %a.
13808         (gnus-server-line-format-alist): Add gnus-tmp-agent.
13809         (gnus-server-insert-server-line): Use it.
13810
13811 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13812
13813         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
13814         GB2312 and Big5.
13815
13816 2001-01-24  Simon Josefsson  <sj@extundo.com>
13817
13818         * mail-source.el (mail-sources): Add :program specifier to IMAP
13819         mail source.
13820         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
13821
13822 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13823
13824         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
13825
13826 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13827
13828         * nntp.el (nntp-wait-for): Return the success code.
13829         (nntp-open-connection): Use it.
13830
13831 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13832
13833         * gnus-int.el (gnus-check-server): Allow breaking the opening.
13834
13835 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13836
13837         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
13838
13839 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13840
13841         * gnus-sum.el (gnus-summary-print-article): Take one prefix
13842         argument. Allow to print several articles in one file.
13843
13844 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13845
13846         * webmail.el (webmail-type-definition): netaddress changes.
13847
13848 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13849
13850         * gnus.el: Fix copyright. Remove trailing spaces.
13851
13852         * message.el (message-forward): Use mule4.
13853
13854 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13855
13856         * mm-util.el (mm-string-as-unibyte): New function.
13857
13858         * message.el (message-forward): Use it.
13859
13860 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13861
13862         * message.el (message-cite-original-without-signature): Don't peel
13863         off the blank line.
13864         (message-get-reply-headers): Add Cc if it is not in follow-to.
13865
13866 2001-01-20  Simon Josefsson  <sj@extundo.com>
13867
13868         * mm-decode.el (mm-handle-multipart-from): Add.
13869         (mm-dissect-buffer): Save From: header value.
13870         (mm-security-from): Remove.
13871         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
13872
13873         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
13874         instead of `mml-security-from'.  Protect null from value.
13875
13876 2001-01-20  Simon Josefsson  <sj@extundo.com>
13877
13878         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
13879         application/vnd.ms-excel attachments.
13880
13881 2001-01-19  Simon Josefsson  <sj@extundo.com>
13882
13883         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
13884
13885 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13886
13887         * message.el (message-ignored-mail-headers): Ditto.
13888
13889 2001-01-19  Simon Josefsson  <sj@extundo.com>
13890
13891         * message.el (message-ignored-news-headers): Only search beginning
13892         of line.
13893
13894 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
13895         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
13896
13897         * message.el (message-send-mail): Content-Type may not be there.
13898
13899 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13900
13901         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
13902         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
13903
13904         * gnus-art.el (article-display-x-face): Insert X-Face if there is
13905         not.
13906
13907 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13908
13909         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
13910         non-native groups.
13911
13912 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13913
13914         * message.el (message-yank-original): Understand
13915         universal-argument.
13916
13917 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13918
13919         * gnus-art.el (gnus-boring-article-headers): Add to-address.
13920         (article-hide-boring-headers): Ditto.
13921
13922         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
13923
13924 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13925
13926         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
13927         one.
13928
13929 2001-01-16  Simon Josefsson  <simon@josefsson.org>
13930
13931         * message.el (message-make-in-reply-to): Add comment to message-id
13932         (old syntax, see 2000-08-02 change).
13933
13934 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13935
13936         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
13937         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
13938         (gnus-button-reply): Ditto.
13939
13940 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13941
13942         * gnus-art.el (article-display-x-face): Fix.
13943
13944 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13945
13946         * gnus-art.el (article-display-x-face): Use
13947         gnus-original-article-buffer.
13948
13949 2001-01-15  Jack Twilley  <jmt@tbe.net>
13950
13951         * message.el (message-add-header): Move to point-max.
13952
13953 2001-01-15  Simon Josefsson  <simon@josefsson.org>
13954
13955         * smime.el (smime-CA-directory, smime-CA-file): Change default to
13956         nil, improve documentation.
13957         (smime-certificate-directory): Comment out false hints (until it
13958         is implemented).
13959
13960         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
13961         there aren't any keys.
13962         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
13963         verify certificate.  Default is changed to only check integrity.
13964         Improved security status texts.  If a certificate doesn't contain
13965         a email address, don't fail.
13966
13967         * smime.el (smime-noverify-region):
13968         (smime-noverify-buffer): New functions.  Verifies integrity only.
13969
13970 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13971
13972         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
13973
13974 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13975
13976         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
13977         (gnus-remove-some-windows): Ditto.
13978
13979 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13980
13981         * gnus-art.el (article-make-date-line): 11th.
13982
13983 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13984
13985         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
13986         (mml2015-gpg-sign): Ditto.
13987
13988 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13989
13990         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
13991         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
13992
13993 2001-01-08  Dave Love  <fx@gnu.org>
13994
13995         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
13996         single character.
13997
13998         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
13999
14000         * message.el: Doc and message fixes.
14001         (message-send-rename-function)
14002         (message-make-forward-subject-function)
14003         (message-send-mail-function, message-reply-to-function)
14004         (message-wide-reply-to-function, message-followup-to-function)
14005         (message-distribution-function, message-auto-save-directory): Fix
14006         :type.
14007
14008         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
14009         proceeding after warnings.  Amend multipart warning message.
14010
14011 2001-01-04  Dave Love  <fx@gnu.org>
14012
14013         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
14014         compiling.
14015         (gnus-make-directory): Require nnmail.
14016
14017         * mm-decode.el (mm-inline-media-tests): Add
14018         image/x-portable-bitmap.
14019         (mm-get-image): Grok pbm.
14020
14021 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
14022
14023         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
14024
14025 2001-01-09  Didier Verna  <didier@xemacs.org>
14026
14027         * dgnushack.el (dgnushack-compile): give a dummy value to
14028         `gnus-xmas-glyph-directory' for the time of compilation.
14029         * gnus-agent.el: moved some XEmacs specific hook add-ons from
14030         `gnus-xmas-[re]define' to avoid loosing user custom settings.
14031         * gnus-art.el: ditto.
14032         * gnus-group.el: ditto.
14033         * gnus-salt.el: ditto.
14034         * gnus-sum.el: ditto.
14035         * gnus-topic.el: ditto.
14036         * gnus-xmas.el (gnus-xmas-define): see above.
14037         * gnus-xmas.el (gnus-xmas-redefine): see above.
14038         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
14039         non-continuable error when the directory can't be found.
14040
14041 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14042
14043         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
14044         handle.
14045         * gnus-art.el (gnus-mime-view-part): Copy it.
14046         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
14047
14048 2001-01-09  Michael Downes  <mjd@ams.org>
14049
14050         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
14051
14052 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14053
14054         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
14055         orig-file. Use ',source.
14056
14057 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14058
14059         * gnus-xmas.el (gnus-xmas-modeline-glyph):
14060         (gnus-xmas-group-startup-message):
14061         Detect gnus-xmas-glyph-directory when it is nil.
14062
14063 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14064
14065         * pop3.el (pop3-get-message-count): Andrew Innes
14066         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
14067
14068 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14069
14070         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
14071
14072         * time-date.el (time-to-number-of-days): New function.
14073
14074 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
14075         Trivial patch.
14076
14077         * nnslashdot.el (nnslashdot-request-list): Always get the right
14078         sid.
14079
14080 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14081
14082         * message.el (message-minibuffer-local-map): New keymap.
14083         (message-read-from-minibuffer): Use it.
14084         * gnus-msg.el (gnus-summary-resend-message): Use it
14085
14086 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14087
14088         * gnus-start.el (gnus-display-time-event-handler): New function.
14089         (gnus-after-getting-new-news-hook): Use it.
14090
14091 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14092
14093         * message.el (message-ignored-mail-headers): Add draft header.
14094
14095 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14096
14097         * gnus-sum.el (gnus-summary-expire-articles): Don't save
14098         excursion.
14099
14100         * nnslashdot.el (nnslashdot-request-list): Get the right year.
14101
14102 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
14103         A revoked patch.
14104
14105         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
14106
14107 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14108
14109         * qp.el (quoted-printable-decode-region): Don't backward-char.
14110
14111 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14112
14113         * gnus-draft.el: Mark articles as replied.
14114
14115         * gnus-sum.el (gnus-summary-add-mark): New function.
14116
14117         * gnus-group.el (gnus-add-mark): New function.
14118
14119         * gnus-sum.el (gnus-summary-buffer-name): New function.
14120         (gnus-summary-setup-buffer): Use it.
14121
14122         * gnus-draft.el: Set things up with the right post method and
14123         stuff.
14124
14125         * message.el (message-ignored-news-headers): Remove X-Draft-From.
14126
14127         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
14128
14129         * gnus.el (gnus-draft-meta-information-header): New variable.
14130
14131 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14132
14133         * gnus-art.el (gnus-treatment-function-alist): Move the date
14134         functions before the header sorting functions.
14135
14136         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
14137
14138         * dgnushack.el (dgnushack-compile): Message whether there is w3.
14139         Don't (push "/usr/share/emacs/site-lisp" load-path).
14140
14141         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
14142         to empty fill prefixes.
14143
14144 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14145
14146         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
14147         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
14148
14149 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14150
14151         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
14152
14153         * nnml.el (autoload): Move to nnheader.el.
14154
14155         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
14156         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
14157         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
14158         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
14159
14160 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14161
14162         * gnus-art.el (article-make-date-line): Get the hours right.
14163         (gnus-ignored-headers): More hiding.
14164
14165         * nnmail.el (nnmail-expiry-wait): Not an integer.
14166
14167         * message.el (message-goto-body): Only expand abbrev when called
14168         interactively.
14169         (message-make-lines): Use it.
14170
14171 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14172
14173         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
14174
14175 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14176
14177         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
14178         include the expunged articles.
14179
14180         * gnus-group.el (gnus-group-sort-by-server): New function.
14181
14182         * gnus.el (gnus-method-to-server-name): New function.
14183         (gnus-group-prefixed-name): Use it.
14184
14185         * gnus-group.el (gnus-group-sort-function): Doc fix.
14186         (gnus-group-sort-groups-by-server): New command.
14187
14188 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14189
14190         * gnus-art.el (gnus-treat-date-english): New variable.
14191         (article-date-english): New command.
14192         (gnus-english-month-names): New variable.
14193         (article-make-date-line): Do 'english.
14194
14195         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
14196         after the fill prefix.
14197
14198         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
14199         score...".
14200
14201         * gnus-art.el (gnus-ignored-headers): Hide more headers.
14202
14203         * message.el (message-mode-map): Bind comment-region.
14204
14205         * gnus-art.el (gnus-mime-display-part): Let w3 display
14206         multipart/related.
14207
14208         * mm-bodies.el (mm-long-lines-p): New function.
14209         (mm-body-encoding): Use it.
14210         (mm-body-encoding): Encode articles with lines longer than 1000
14211         characters.
14212
14213 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14214
14215         * mm-util.el (mm-enable-multibyte): Use
14216         default-enable-multibyte-characters.
14217         (mm-enable-multibyte-mule4): Ditto.
14218         (mm-disable-multibyte): Test XEmacs.
14219         (mm-disable-multibyte-mule4): Ditto.
14220         (mm-with-unibyte-current-buffer): Simplified.
14221         (mm-with-unibyte-current-buffer-mule4): Ditto.
14222
14223 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14224
14225         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
14226
14227         * nnheader.el (nnheader-string-as-multibyte): New alias.
14228
14229         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
14230
14231         * gnus-uu.el (gnus-message-process-mark): New function.
14232         (gnus-uu-mark-by-regexp): Use it.
14233         (gnus-new-processable): New function.
14234
14235 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
14236          Trivial patch.
14237
14238         * gnus-sum.el (gnus-no-mark): New variable.
14239
14240 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14241
14242         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
14243         backslashes.
14244
14245 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14246
14247         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
14248         definition.
14249
14250 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14251
14252         * dgnushack.el (dgnushack-compile): elc is in the current directory.
14253
14254         * qp.el (quoted-printable-encode-region): Don't check multibyte in
14255         XEmacs.
14256
14257 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
14258         Trivial patch.
14259
14260         * mml.el (mml-read-tag): Save tag location.
14261
14262 2000-12-25  Simon Josefsson  <simon@josefsson.org>
14263
14264         * starttls.el: Sync with Emacs 21.
14265
14266 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14267
14268         * message.el (message-mail): Support yank-action.
14269
14270         * message.el (message-setup): Revoke the last change.
14271
14272 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14273
14274         * message.el (message-setup): Use cons. Suggested by Johan Vromans
14275         <jvromans@squirrel.nl>.
14276
14277 2000-12-24  Simon Josefsson  <sj@extundo.com>
14278
14279         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
14280         mailing list junk at end of part.
14281
14282 2000-12-23  Simon Josefsson  <sj@extundo.com>
14283
14284         * nnimap.el (nnimap-expiry-target): New function.
14285         (nnimap-request-expire-articles): Use it.
14286
14287 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14288
14289         * gnus.el (gnus-group-parameters-more): New variable.
14290         * gnus-cus.el (gnus-group-customize): Use it.
14291
14292         * gnus.el (gnus-define-group-parameter): New macro.
14293         (auto-expire): Use it
14294         (total-expire): Use it.
14295         * gnus-art.el (banner): Use it.
14296
14297         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
14298         <ljz@asfast.com>.
14299
14300 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14301
14302         * gnus-topic.el (gnus-topic-create-topic): Use list.
14303
14304         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
14305         before binding gnus-default-article-saver.
14306
14307         * gnus-sum.el (gnus-summary-save-article):
14308         (gnus-summary-pipe-output):
14309         (gnus-summary-save-article-mail):
14310         (gnus-summary-save-article-rmail):
14311         (gnus-summary-save-article-file):
14312         (gnus-summary-write-article-file):
14313         (gnus-summary-save-article-body-file): Ditto.
14314
14315         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
14316
14317 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14318
14319         * gnus-art.el (gnus-mime-security-button-map):
14320         (gnus-mime-button-map): Add parent.
14321
14322 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14323
14324         * messagexmas.el (message-xmas-redefine): New function.
14325
14326         * message.el: Use it.
14327
14328         * gnus-art.el (gnus-article-check-hidden-text): Return t.
14329
14330         * gnus-util.el (gnus-remove-text-properties-when): Return t.
14331
14332 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14333
14334         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
14335         malformatted messages.
14336
14337 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14338
14339         * mm-util.el (mm-image-load-path): New function.
14340
14341         * gnus-group.el (gnus-group-make-tool-bar): Use it.
14342
14343         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
14344
14345         * message.el (message-tool-bar-map): Use it.
14346
14347         * Makefile.in (install-el): New rule.
14348
14349 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14350
14351         * gnus-art.el (article-treat-dumbquotes): Quote \.
14352
14353 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14354
14355         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
14356         Emacs 20 runs on a terminal.
14357
14358 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14359
14360         * gnus-msg.el (gnus-bug): Revert to save-excursion.
14361
14362         * mml.el (gnus-add-minor-mode): Autoload.
14363
14364         * message.el (message-forward): Save-restriction.
14365
14366 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14367
14368         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
14369         Paul Stevenson <p.stevenson@surrey.ac.uk>
14370
14371 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14372
14373         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
14374
14375         * mml.el (gnus-ems): Don't require.
14376
14377         * gnus.el (gnus-decode-rfc1522): Removed.
14378         (gnus-set-text-properties): Define.
14379
14380 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14381
14382         * gnus-art.el (gnus-mime-*): handle may be nil.
14383
14384         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
14385
14386         * gnus.el (gnus-group-remove-excess-properties): Not defined
14387         in gnus-xmas.
14388
14389 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14390
14391         * message.el (message-mail-user-agent): Add :version.
14392
14393 2000-12-21  Miles Bader  <miles@gnu.org>
14394
14395         * message.el (message-mode): Set `comment-start' to the  yank prefix.
14396
14397 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14398
14399         * message.el (message-mail-user-agent): New variable.
14400         (message-setup): Renamed to message-setup-1. Support
14401         mail-user-agent.
14402         (message-mail-user-agent): New function.
14403         (message-mail): Use it.
14404         (message-reply): Use it.
14405         (message-resend): Use it.
14406         (message-mail-other-window): Use it.
14407         (message-mail-other-frame): Use it.
14408
14409         * gnus-msg.el (gnus-bug): Support mail-user-agent.
14410
14411 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14412
14413         * message.el (message-tool-bar-map): Simplify.
14414         (message-narrow-to-head-1): New function.
14415         (message-narrow-to-head): Use it.
14416         (message-reply): Ditto.
14417         (message-cancel-news): Ditto.
14418         (message-supersede): Ditto.
14419         (message-make-forward-subject): Ditto.
14420         (message-bounce): Ditto.
14421
14422 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14423
14424         * uudecode.el (uudecode-decode-region-external): make-temp-file
14425         may not be defined.
14426
14427         * binhex.el (defalias): eval-and-compile.
14428
14429         * message.el (message-tool-bar-map): New function.
14430         (message-mode): Use it.
14431
14432 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14433
14434         * nntp.el (nntp-find-connection): Remove the entry.
14435         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
14436
14437 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14438
14439         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
14440
14441         * message.el (message-forward): Copy buffer in unibyte mode.
14442
14443 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14444
14445         * message.el (message-make-forward-subject): Don't widen. Decode.
14446         (message-forward): Don't decode subject.
14447
14448 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
14449
14450         * qp.el (quoted-printable-encode-region): Upcase QP.
14451
14452 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14453
14454         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
14455         mail-extract-a-c instead. Don't depend on Gnus.
14456
14457         * mml.el (gnus-ems): Require it.
14458
14459         * gnus-msg.el (gnus-summary-mail-forward):
14460
14461         * message.el (message-forward):  Move mime-to-mml here.
14462
14463 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14464
14465         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
14466         * gnus-art.el (gnus-insert-mime-button): Simplify.
14467         (gnus-mime-display-alternative): Ditto.
14468         (gnus-insert-mime-security-button): Ditto.
14469
14470 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14471
14472         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
14473         text-property-not-all doesn't return nil when start=mark(end).
14474         (gnus-remove-text-properties-when): Ditto.
14475
14476 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14477
14478         * gnus-start.el (gnus-group-change-level): Remove group from
14479         gnus-active-hashtb if real killed.
14480
14481 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14482
14483         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
14484         (gnus-mime-display-alternative): Ditto.
14485         (gnus-insert-mime-security-button): Ditto.
14486
14487 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14488
14489         * gnus-start.el (gnus-group-change-level): Don't add it into
14490         killed-list if it was killed.
14491
14492 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14493
14494         * nnmbox.el (nnmbox-file-coding-system): Use binary.
14495         (nnmbox-active-file-coding-system): Ditto.
14496
14497         * gnus-cus.el (gnus-group-parameters): Add posting-style.
14498
14499 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14500
14501         * gnus.el (gnus-version):
14502         (gnus-version-number): Set to Oort Gnus 0.01.
14503
14504         * gnus-art.el (gnus-mime-security-button-map):
14505         (gnus-insert-mime-security-button): Fix for Emacs21.
14506
14507 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14508
14509         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
14510         easymenu, because XEmacs doesn't understand :help.
14511
14512         * mm-uu.el: Require binhex.
14513
14514 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14515
14516         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
14517
14518 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
14519
14520         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
14521
14522 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
14523
14524         * *.xpm, *.pbm: Convert icons icons to size 24x24.
14525
14526 2000-12-18  Dave Love  <fx@gnu.org>
14527
14528         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
14529         (unused).
14530
14531 2000-12-13  Miles Bader  <miles@gnu.org>
14532
14533         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
14534         to t, so that we don't get stuck while trying to smilefy
14535         intangible text.
14536
14537 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
14538
14539         * smiley-ems.el (smiley-regexp-alist): Make regexps match
14540         at the end of the buffer.
14541         (smiley-region): In the loop, move to the end of the submatch
14542         matching the smiley instead of using the end of the match
14543         of the whole regexp.
14544
14545 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
14546
14547         * message.el (message-mode): Doc fix.
14548
14549 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
14550
14551         * smiley-ems.el (smiley-region): Doc fix.
14552
14553 2000-12-11  Miles Bader  <miles@gnu.org>
14554
14555         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
14556         bottom line visible, check to see if it's partially obscured, and
14557         if so, either scroll one more line to make it fully visible, or
14558         revert to showing the second line from the top.
14559
14560 2000-12-07  Dave Love  <fx@gnu.org>
14561
14562         * mailcap.el (mailcap-download-directory)
14563         * gnus-audio.el (gnus-audio-directory)
14564         * smiley-ems.el (smiley-data-directory): Fix :type.
14565
14566 2000-11-30  Dave Love  <fx@gnu.org>
14567
14568         * message.el (message-auto-save-directory): Use
14569         file-name-as-directory.
14570         (message-set-auto-save-file-name): Create
14571         message-auto-save-directory if necessary.
14572         (message-replace-chars-in-string): Removed -- unused.
14573         (message-mail-alias-type): Customize.
14574         (message-headers): Remove duplicate defgroup.
14575
14576 2000-11-29  Dave Love  <fx@gnu.org>
14577
14578         * qp.el (quoted-printable-decode-region): Use error, not message
14579         to report malformed text (like base64).  Amend message.
14580
14581 2000-11-29  Miles Bader  <miles@gnu.org>
14582
14583         * message.el (message-header-lines): Fontify tag.
14584
14585 2000-11-27  Dave Love  <fx@gnu.org>
14586
14587         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
14588         compiler warning.
14589
14590 ;2000-11-26  Dave Love  <fx@gnu.org>
14591 ;
14592 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
14593 ;
14594 2000-11-23  Dave Love  <fx@gnu.org>
14595
14596         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
14597
14598         * mm-uu.el (uudecode): Require.
14599         (uudecode-decode-region, uudecode-decode-region-external): Don't
14600         autoload.
14601         (mm-uu-copy-to-buffer): Doc fix.
14602         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
14603         type fix.
14604
14605         * mailcap.el: Doc fixes.
14606         (mailcap-mime-data): Various adjustments.
14607         (mailcap): New group.
14608         (mailcap-download-directory): Customize.
14609         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
14610         (mailcap-temporary-directory): Deleted (unused).
14611         (mailcap-unescape-mime-test): Simplify slightly.
14612         (mailcap-viewer-passes-test): Use functionp.
14613         (mailcap-command-p): Aliased to executable-find.
14614
14615         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
14616         default-enable-multibyte-characters is nil.
14617
14618 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
14619
14620         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
14621
14622 2000-11-21  Dave Love  <fx@gnu.org>
14623
14624         * gnus-art.el (gnus-mime-button-map): Don't inherit from
14625         gnus-article-mode-map.
14626 ;       (gnus-mime-button-menu): Use mouse-set-point.
14627         (gnus-insert-mime-button, gnus-mime-display-alternative)
14628         (gnus-mime-display-alternative): Don't use local-map property.
14629
14630 2000-11-17  Dave Love  <fx@gnu.org>
14631
14632         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
14633         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
14634         and make-temp-file.
14635         (uudecode-decode-region): Doc fix.
14636
14637 2000-11-14  Dave Love  <fx@gnu.org>
14638
14639         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
14640         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
14641         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
14642         New files, derived from the XPMs.
14643
14644 2000-11-10  Dave Love  <fx@gnu.org>
14645
14646         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
14647         (gnus-agent-lib-file, gnus-agent-load-alist)
14648         (gnus-agent-save-alist, gnus-agent-article-name): Use
14649         expand-file-name.
14650
14651         * gnus-group.el (gnus-group-name-charset-method-alist): Add
14652         :version.
14653         (nnkiboze-score-file): Defvar when compiling.
14654
14655         * gnus-start.el (gnus-read-newsrc-file): Add :version.
14656
14657         * gnus-art.el (gnus-article-banner-alist)
14658         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
14659         (gnus-article-date-lapsed-new-header)
14660         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
14661         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
14662         (gnus-treat-strip-headers-in-body)
14663         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
14664         (gnus-treat-translate): Add :version.
14665         (gnus-article-mime-part-function): Fix defcustom.
14666
14667         * nnmail.el (nnmail-expiry-target)
14668         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
14669         (nnmail-split-header-length-limit): Add :version.
14670
14671         * gnus-sum.el (gnus-auto-expirable-marks)
14672         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
14673         (gnus-extra-headers, gnus-ignored-from-addresses)
14674         (gnus-newsgroup-ignored-charsets)
14675         (gnus-group-highlight-words-alist)
14676         (gnus-summary-show-article-charset-alist): Add :version.
14677
14678         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
14679         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
14680         files, converted from the XPMs.
14681
14682         * gnus-cache.el (gnus-cache-active-file): Don't use
14683         file-name-as-directory on directory.
14684         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
14685         use file-name-as-directory on directory.
14686
14687         * time-date.el (timezone-make-date-arpa-standard): Autoload.
14688         (date-to-time): Use it.
14689
14690 ;       * message.el (message-mode) <adaptive-fill-regexp>:
14691 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
14692 ;       (message-newline-and-reformat): Likewise.
14693         (message-forward-as-mime, message-forward-ignored-headers)
14694         (message-buffer-naming-style, message-default-charset)
14695         (message-dont-reply-to-names, message-send-mail-partially-limit):
14696         Add :version.
14697
14698         * mm-util.el: Doc fixes.
14699         (mm-mime-charset): Don't use the raw result of
14700         mm-preferred-coding-system.
14701         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
14702         (mm-with-unibyte): Simplify.
14703
14704         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
14705         concat.
14706
14707         * pop3.el (pop3-version): Deleted.
14708         (pop3-make-date): New function, avoiding message-make-date.
14709         (pop3-munge-message-separator): Use it.
14710
14711 2000-11-09  Dave Love  <fx@gnu.org>
14712
14713         * gnus-group.el (gnus-group-make-directory-group)
14714         (gnus-group-fetch-faq): Use expand-file-name.
14715         (gnus-group-fetch-faq): Simplify completing-read form.
14716
14717         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
14718         test for Mule.
14719
14720         * message.el (tool-bar-map): Defvar when compiling.
14721
14722         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
14723         (gnus-tm-lisp-directory): Deleted.
14724         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
14725         (featurep 'xemacs).
14726         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
14727         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
14728         version numbers from file names.
14729
14730 2000-11-08  Dave Love  <fx@gnu.org>
14731
14732         * mm-view.el: Use featurep for XEmacs test.
14733         (mm-inline-message): Test for `remove-specifier'; don't use
14734         condition-case.
14735
14736         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
14737
14738         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
14739         (gnus-score-find-bnews): Don't concat "".
14740
14741         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
14742         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
14743         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
14744         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
14745
14746         * gnus-sum.el: Put some defvars in eval-when-compile.
14747         (gnus-summary-mode-hook): Add :options.
14748         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
14749         (gnus-summary-tool-bar-map): New variable.
14750         (gnus-summary-make-tool-bar): New function.
14751         (gnus-summary-mode): Put kill-all-local-variables first.
14752
14753         * gnus-group.el (gnus-group-toolbar-map): New variable.
14754         (gnus-group-make-tool-bar): Rewritten.
14755         (gnus-group-mode): Put kill-all-local-variables first.
14756
14757         * rfc2047.el: Require gnus-util.
14758
14759         * nnml.el (gnus-sorted-intersection): Autoload.
14760
14761         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
14762         Put some defvars in eval-when-compile.
14763         (gnus-intersection, gnus-sorted-complement):  Autoload.
14764
14765         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
14766
14767         * mm-encode.el (mm-body-7-or-8): Autoload.
14768
14769         * mm-decode.el (mm-insert-inline): Autoload.
14770
14771         * mml.el:
14772         * message.el: Put some defvars in eval-when-compile.
14773
14774         * gnus-msg.el: Put some defvars in eval-when-compile.
14775         (gnus-msg-mail): Move after gnus-setup-message.
14776
14777         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
14778
14779 2000-11-07  Dave Love  <fx@gnu.org>
14780
14781         * gnus-util.el (nnheader): Don't require message (recursive
14782         autoload).
14783
14784         * uudecode.el: Avoid compiler warnings.
14785
14786         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
14787         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
14788
14789 2000-11-06  Dave Love  <fx@gnu.org>
14790
14791         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
14792
14793         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
14794         (uudecode-char-int): New alias, replacing char-int.
14795         (uudecode-decode-region): Don't call buffer-disable-undo.
14796
14797 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
14798 ;       (mm-uu-configure-list): Doc fix.
14799 ;
14800 ;       * earcon.el (running-xemacs): Don't define.
14801 ;
14802 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
14803 ;
14804 ;       * message.el (message-font-lock-keywords): Match a final newline
14805 ;       to help font-lock's multiline support.
14806 ;
14807 2000-11-03  Dave Love  <fx@gnu.org>
14808
14809         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
14810
14811         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
14812         name.
14813
14814         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
14815         <banner>: Fix custom type, doc.
14816
14817         * mm-decode.el (mm-display-external): Space-prefix temp buffer
14818         name.  Don't disable undo explicitly.
14819
14820 ;2000-11-02  Dave Love  <fx@gnu.org>
14821 ;
14822 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
14823 ;       cite-prefix.
14824
14825 2000-11-01  Dave Love  <fx@gnu.org>
14826
14827         * rfc2047.el (base64): Require unconditionally.
14828         (message-posting-charset): Defvar when compiling.
14829         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
14830         message.
14831
14832         * gnus-sum.el (nnoo): Require.
14833         (mm-uu-dissect): Autoload.
14834
14835         * mml.el (mml-parse-1): Clarify message.
14836         (mml-minibuffer-read-type): Use mailcap-mime-types.
14837
14838 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
14839
14840         * mml.el: Fix a typo in the requiring of CL.
14841
14842 2000-11-01  Dave Love  <fx@gnu.org>
14843
14844         * utf7.el: Require cl when compiling.
14845
14846         * binhex.el: Use (featurep 'xemacs).
14847         (binhex-char-int): New alias, replacing char-int.  Change callers.
14848         (binhex-decode-region): Simplify work buffer code.
14849         (binhex-decode-region-external): Use expand-file-name, not concat.
14850
14851 2000-10-30  Dave Love  <fx@gnu.org>
14852
14853         * gnus-art.el: Fix 2000-10-27 change properly.
14854
14855 2000-10-28  Miles Bader  <miles@gnu.org>
14856
14857         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
14858
14859 2000-10-27  Dave Love  <fx@gnu.org>
14860
14861         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
14862         strings.
14863         (gnus-group-make-tool-bar): New function.
14864         (gnus-group-mode): Use it.
14865
14866         * message.el (message-mode-menu): Add some :help strings.
14867         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
14868         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
14869
14870         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
14871         * describe-group.xpm, get-news.xpm, kill-group.xpm:
14872         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
14873
14874         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
14875         display-graphic-p here.
14876
14877 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
14878
14879         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
14880         of the `gnus-xemacs' variable, as the latter has been removed.
14881         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
14882         * gnus-art.el (gnus-treat-display-xface)
14883         (gnus-treat-display-smileys, gnus-treat-display-picons)
14884         (gnus-article-read-summary-keys): Likewise.
14885
14886 2000-10-26  Dave Love  <fx@gnu.org>
14887
14888         (defvar): Use rmail-spool-directory unconditionally.
14889
14890 2000-10-18  Dave Love  <fx@gnu.org>
14891
14892         * mm-bodies.el (mm-uu-decode-function)
14893         (mm-uu-binhex-decode-function): Defvar when compiling.
14894
14895         * gnus-nocem.el (gnus-nocem-issuers): Update.
14896         (gnus-nocem-check-from): New option.
14897         (gnus-nocem-scan-groups): Use it.
14898         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
14899         (gnus-nocem-check-article-limit): Add :version.
14900
14901 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
14902
14903         * ietf-drums.el (mm-util): Require CL when compiling.
14904
14905 2000-10-15  Dave Love  <fx@gnu.org>
14906
14907         * qp.el: Require mm-util.
14908
14909 2000-10-13  Dave Love  <fx@gnu.org>
14910
14911         * qp.el (quoted-printable-decode-region): Avoid invalid
14912         coding-systems.
14913
14914 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
14915
14916         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
14917         to a recursive load.
14918
14919 2000-10-12  Dave Love  <fx@gnu.org>
14920
14921         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
14922
14923         * gnus.el (gnus-group-startup-message): Check for PBM image.
14924
14925 2000-10-09  Dave Love  <fx@gnu.org>
14926
14927         * mail-source.el (mail-source-fetch-imap): Bind
14928         default-enable-multibyte-characters rather than using
14929         mm-disable-multibyte.
14930
14931 2000-10-05  Dave Love  <fx@gnu.org>
14932
14933         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
14934         Autoload.
14935         (quoted-printable-decode-region):  Rename arg which confused
14936         charset with coding-system.  Don't use nonascii-insert-offset.
14937         Coding-system encode the region initially.  Don't recognize `=='
14938         as valid QP.  Coding-system decode the region finally.
14939         (quoted-printable-decode-string): Rename arg which confused
14940         charset with coding-system.
14941
14942         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
14943         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
14944         mm-encode-coding-region.
14945         (mm-decode-body, mm-decode-string): Rename variables which
14946         confused charset with coding-system.
14947         (binhex-decode-region): Don't autoload.
14948         (mm-body-encoding): Require message.
14949         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
14950         cond branches.
14951
14952         * gnus-art.el (article-de-quoted-unreadable)
14953         (article-de-base64-unreadable): Fold search case
14954         rather than downcasing string.  Apply mm-charset-to-coding-system
14955         to arg of quoted-printable-decode-region.
14956
14957 2000-10-04  Dave Love  <fx@gnu.org>
14958
14959         * gnus-ems.el: Don't turn off compiler warnings in local vars.
14960         Require ring when compiling.
14961         (gnus-article-compface-xbm): New variable.
14962
14963 2000-10-04  Dave Love  <fx@gnu.org>
14964
14965         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
14966         pbm images.
14967
14968         * frown.pbm, smile.pbm, wry.pbm: New files.
14969
14970         * frown.xbm, smile.xbm, wry.xbm: Deleted.
14971
14972 2000-10-03  Dave Love  <fx@gnu.org>
14973
14974         * mail-source.el (mail-sources): Revert to nil.
14975
14976         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
14977
14978         * qp.el: Don't require mm-util.
14979         (quoted-printable-decode-region): Rewritten.
14980         (quoted-printable-decode-string, quoted-printable-encode-region):
14981         Doc fix.
14982         (quoted-printable-encode-region): Barf on multibyte characters.
14983         Maybe make the class multibyte.  Upcase chars, not formatted
14984         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
14985         (quoted-printable-encode-string): Don't use
14986         mm-with-unibyte-buffer.
14987
14988 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
14989
14990         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
14991
14992 2000-09-21  Dave Love  <fx@gnu.org>
14993
14994         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
14995         (for Emacs 20).  Tidy somewhat.
14996
14997 2000-09-21  Dave Love  <fx@gnu.org>
14998
14999         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
15000         image processing.  Rationalize logic somewhat.
15001
15002 2000-09-20  Dave Love  <fx@gnu.org>
15003
15004         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
15005         specifically.
15006
15007         * gnus.el (gnus-version-number): Avoid some redundant
15008         autoloads.
15009
15010 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
15011
15012         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
15013         to XBM; we always have PBM support.
15014
15015 2000-09-14  Dave Love  <fx@gnu.org>
15016
15017         * gnus.el (gnus-charset):
15018         * mm-decode.el (mime-display):
15019         * imap.el (imap) <defgroup>: Add :version.
15020
15021 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
15022
15023         * parse-time.el: Fix author's mail address.
15024
15025         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
15026         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
15027         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
15028         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
15029         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
15030         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
15031         * rfc2231.el, uudecode.el: Fix copyright notice.
15032
15033         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
15034         require `w3' at load-time only if not running in batch mode.
15035
15036 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15037
15038         * gnus.el: Before merge with Emacs21.
15039
15040 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
15041
15042         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
15043
15044 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
15045
15046         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
15047         to avoid conflict with the standard `back-to-indentation'
15048         binding.
15049
15050 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15051
15052         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
15053
15054         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
15055         (mm-disable-multibyte-mule4): Ditto.
15056         (mm-with-unibyte-current-buffer-mule4): Ditto.
15057
15058 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15059
15060         * pop3.el (pop3-movemail): Use binary.
15061         (pop3-movemail-file-coding-system): Removed.
15062
15063 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15064
15065         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
15066
15067 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15068
15069         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
15070         exists.
15071
15072 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15073
15074         * gnus-msg.el (gnus-post-method): Use backend name when the
15075         address is "".
15076
15077 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15078
15079         * gnus-art.el (article-verify-x-pgp-sig): Don't test
15080         mm-verify-option.
15081         (gnus-treat-x-pgp-sig): Default value.
15082         (gnus-ignored-headers): Redundant.
15083
15084 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15085
15086         * gnus-win.el (gnus-configure-frame): Save selected window.
15087
15088 2000-02-15  Andrew Innes  <andrewi@gnu.org>
15089
15090         * nnmbox.el: Require gnus-range.
15091         (nnmbox-group-building-active-articles): New variable.
15092         (nnmbox-group-active-articles): New variable; this is a cache of
15093         all active articles by group and number.
15094         (nnmbox-in-header-p): New function.
15095         (nnmbox-find-article): New function.
15096         (nnmbox-record-active-article): New function.
15097         (nnmbox-record-deleted-article): New function.
15098         (nnmbox-is-article-active-p): New function.
15099         (nnmbox-retrieve-headers): Use nnmbox-find-article.
15100         (nnmbox-request-article): Ditto.  Also supply extra arg to
15101         nnmbox-article-group-number.
15102         (nnmbox-request-expire-articles): Ditto.
15103         (nnmbox-request-move-article): Ditto.
15104         (nnmbox-request-replace-article): Ditto.
15105         (nnmbox-request-rename-group): Rename group entry in active
15106         article cache.
15107         (nnmbox-delete-mail): Update active article cache, unless article
15108         is being replaced.
15109         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
15110         than partially duplicating it.
15111         (nnmbox-article-group-number): Add extra `this-line' arg, to
15112         handle articles belonging to multiple groups.
15113         (nnmbox-save-mail): Update active article cache.
15114         (nnmbox-read-mbox): Build active article cache when loading mbox.
15115         Also do some repair work, if we find articles that are missing the
15116         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
15117         reconstruct these from Xref info.
15118
15119 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15120
15121         * mail-source.el (mail-source-report-new-mail): Use
15122         nnheader-run-at-time.
15123
15124 2000-02-15  Andrew Innes  <andrewi@gnu.org>
15125
15126         * mail-source.el (mail-source-fetch-pop): Clear pop password when
15127         an error is thrown, and then rethrow the error.
15128         (mail-source-check-pop): Ditto.
15129         (mail-source-start-idle-timer): Prevent multiple pop checks
15130         running if the check takes a long time.
15131
15132 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15133
15134         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
15135         succeed.
15136
15137 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15138
15139         * gnus-win.el (gnus-configure-windows): Make sure
15140         nntp-server-buffer is live.
15141         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
15142
15143 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
15144
15145         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
15146
15147 2000-12-04  Andreas Jaeger  <aj@suse.de>
15148
15149         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
15150
15151 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15152
15153         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
15154
15155 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
15156         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
15157
15158         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
15159
15160 2000-12-01  Simon Josefsson  <sj@extundo.com>
15161
15162         * mml-smime.el (mml-smime-verify): Fix address parsing.
15163
15164 2000-12-01  Simon Josefsson  <sj@extundo.com>
15165
15166         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
15167         more than one certificate inside PKCS#7 blob.  Better security
15168         information (clamed / actual sender, openssl output, certificates
15169         inside message).
15170
15171         * smime.el (smime-verify-region): Output to /dev/null.
15172         (smime-buffer-as-string-region): Don't parse empty lines.
15173
15174 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15175
15176         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
15177         ?d and ?D.
15178         (gnus-mime-security-show-details-inline): New variable.
15179         (gnus-mime-security-show-details): Use them.
15180         (gnus-insert-mime-security-button): Ditto.
15181
15182         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
15183         Suggest by Michael Duggan (md5i@cs.cmu.edu).
15184         (mml2015-gpg-clear-verify): Ditto.
15185         (mml2015-gpg-decrypt-1): Ditto.
15186         (mml2015-use): Prefer 'gpg.
15187
15188 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15189
15190         * gnus-util.el (gnus-add-text-properties-when): New function.
15191         (gnus-remove-text-properties-when): Ditto.
15192
15193         * gnus-cite.el (gnus-article-hide-citation): Use them.
15194         (gnus-article-toggle-cited-text): Use them.
15195
15196         * gnus-art.el (gnus-signature-toggle): Use them.
15197         (gnus-article-show-hidden-text): Ditto.
15198         (gnus-article-hide-text): Ditto.
15199
15200 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15201
15202         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
15203
15204 2000-11-30  Simon Josefsson  <sj@extundo.com>
15205
15206         * smime.el (smime-point-at-eol): New alias.
15207         (smime-buffer-as-string-region): Use it.
15208
15209 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15210
15211         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
15212
15213 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15214
15215         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
15216
15217         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
15218
15219         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
15220
15221 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
15222
15223         * nnmh.el (nnmh-request-expire-articles): Implemented
15224         expiry-target for nnmh backend.
15225
15226 2000-11-30  Simon Josefsson  <sj@extundo.com>
15227
15228         * mm-decode.el (mm-security-from): New variable.
15229         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
15230
15231         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
15232         than `from'.
15233
15234 2000-11-30  Simon Josefsson  <sj@extundo.com>
15235
15236         * mml-smime.el (mml-smime-verify): Verify that certificate mail
15237         address match sender address.
15238
15239         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
15240
15241         * smime.el (smime-verify-region): Don't copy buffer.
15242         (smime-decrypt-buffer): Use expand-file-name on keyfile.
15243         (smime-pkcs7-region): New function.
15244         (smime-pkcs7-certificates-region): Ditto.
15245         (smime-pkcs7-email-region): Ditto.
15246         (smime-buffer-as-string-region): Ditto.
15247
15248         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
15249         buffer.
15250
15251 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
15252
15253         * smime.el (smime-decrypt-region): Fix keyfile argument.
15254
15255 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15256
15257         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
15258
15259 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15260
15261         * message.el (message-shoot-gnksa-feet): New variable.
15262         (message-gnksa-enable-p): New function.
15263         (message-send): Use it.
15264         (message-check-news-body-syntax): Ditto.
15265
15266 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15267
15268         * message.el (message-make-message-id): Remove the redundancy.
15269
15270 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15271
15272         * message.el (message-setup): Discourage using mc-install-*-mode.
15273
15274         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
15275
15276 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15277
15278         * gnus-cite.el (gnus-cite-parse): Guess citation length.
15279
15280 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15281
15282         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
15283
15284 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15285
15286         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
15287
15288 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15289
15290         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
15291         insert-buffer-substring.
15292
15293         * message.el (message-send-mail): Use buffer-substring-no-properties.
15294         (message-send-news): Ditto.
15295
15296 2000-11-22  David Edmondson  <dme@dme.org>
15297
15298         * imap.el (imap-wait-for-tag): Message read info.
15299
15300 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15301
15302         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
15303         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
15304         (mml2015-gpg-encrypt): Ditto.
15305
15306 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15307
15308         * mm-decode.el (mm-verify-option): Default value.
15309
15310         * mml-sec.el (mml-secure-part): Error message.
15311
15312 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15313
15314         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
15315
15316 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15317
15318         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
15319
15320 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15321
15322         * gnus-art.el (gnus-article-describe-key): Use prompt.
15323         (gnus-article-describe-key-briefly): Ditto.
15324
15325 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15326
15327         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
15328
15329 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15330
15331         * gnus-art.el (gnus-article-describe-key): New function.
15332         (gnus-article-describe-key-briefly): New function.
15333
15334 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15335
15336         * mm-decode.el (mm-decrypt-option): Doc typo.
15337
15338         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
15339         return a number.
15340
15341 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15342
15343         * message.el (message-newline-and-reformat): Typo.
15344
15345 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15346
15347         * gnus-art.el (article-verify-x-pgp-sig): Check whether
15348         original-article-buffer exists.
15349
15350         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
15351         (rfc2047-header-encoding-alist): Addresses are different from text.
15352         (rfc2047-encode-message-header): Ditto.
15353         (rfc2047-dissect-region): Extra parameter.
15354         (rfc2047-encode-region): Ditto.
15355         (rfc2047-encode-string): Ditto.
15356
15357 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15358
15359         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
15360         (mm-uu-pgp-encrypted-extract): Use it.
15361         (mm-uu-pgp-signed-extract-1): New function.
15362         (mm-uu-pgp-signed-extract): Use it.
15363
15364         * gnus-art.el (gnus-mime-display-security): New function.
15365         (gnus-mime-display-part): Use it.
15366         (gnus-mime-security-verify-or-decrypt): New function.
15367         (gnus-mime-security-press-button): New function.
15368         (gnus-insert-mime-security-button): Use it.
15369
15370         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
15371         (mm-find-raw-part-by-type): Ditto.
15372         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
15373         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
15374         (mm-destroy-parts): Kill nested multibyte buffer.
15375
15376         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
15377         (mml2015-gpg-verify): Ditto.
15378
15379 2000-11-18  Simon Josefsson  <sj@extundo.com>
15380
15381         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
15382         (mml2015-function-alist): Use it.
15383
15384         * mml-sec.el (mml-sign-alist): Update names.
15385         (mml-encrypt-alist): Ditto.
15386         (mml-secure-part-smime-sign): Moved to mml-smime.el
15387         as `mml-smime-sign-query'.
15388         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
15389         `mml-smime-get-file-cert'.
15390         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
15391         `mml-smime-get-dns-cert'.
15392         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
15393         `mml-smime-encrypt-query'.
15394         (mml-smime-sign-buffer): Use mml-smime-sign.
15395         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
15396
15397         * mml-smime.el (mml-smime-sign): New function.
15398         (mml-smime-encrypt):
15399         (mml-smime-sign-query):
15400         (mml-smime-get-file-cert):
15401         (mml-smime-get-dns-cert):
15402         (mml-smime-encrypt-query): Moved from mml-sec.el.
15403
15404 2000-11-16  Simon Josefsson  <sj@extundo.com>
15405
15406         * mml2015.el (mml2015-gpg-clear-verify): New function.
15407         (mml2015-function-alist): Add it.
15408
15409 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
15410
15411         * message.el (message-setup-fill-variables): Use
15412         message-cite-prefix-regexp.
15413         (message-newline-and-reformat): Check the end of citation, leading
15414         WSP, break in the cite prefix.
15415         (message-fill-paragraph): New function.
15416
15417 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
15418
15419         * lpath.el: Shut up.
15420
15421 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
15422
15423         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
15424         raw 8-bit in headers in dk.* newsgroups.
15425
15426 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
15427
15428         * message.el (message-newline-and-reformat): Match extra WSPs.
15429
15430 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
15431
15432         * mml.el (mml-generate-mime-1): Ignore ascii.
15433
15434 2000-11-16 Justin Sheehy  <justin@iago.org>
15435
15436         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
15437
15438 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15439
15440         * message.el (message-cite-prefix-regexp): Prefix should not end
15441         at space.
15442
15443 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
15444
15445         * message.el (message-mode-syntax-table): Add - as a word
15446         constituent as in articles.
15447         (message-setup-fill-variables): Add -_. as supercite-style prefix.
15448         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
15449         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
15450
15451 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
15452
15453         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
15454
15455 2000-11-12  David Edmondson  <dme@dme.org>
15456
15457         * message.el (message-font-lock-keywords): use
15458         message-cite-prefix-regexp.
15459
15460 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15461
15462         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
15463         Stein Arild Str\e,Ax\e(Bmme.
15464         (gnus-group-jump-to-group): Use it.
15465         (gnus-group-jump-to-group-prompt): Customize.
15466
15467 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
15468
15469         * mailcap.el (mailcap-possible-viewers): Match the entire string.
15470
15471 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
15472
15473         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
15474         incompatible.
15475         (mml2015-mailcrypt-sign): Ditto.
15476
15477 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15478
15479         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
15480         group is open.
15481
15482 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
15483
15484         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
15485         nnvirtual articles.
15486         (gnus-backlog-request-article): Don't request nnvirtual articles.
15487
15488 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
15489
15490         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
15491         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
15492
15493 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
15494
15495         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
15496         * mml.el (mml-generate-mime-1): Use charset attribute.
15497         * mm-bodies.el (mm-encode-body): Add parameter charset.
15498         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
15499
15500 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
15501
15502         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
15503         (mml2015-mailcrypt-clear-decrypt): Ditto.
15504         (mml2015-mailcrypt-verify): Ditto.
15505         (mml2015-mailcrypt-clear-verify): Ditto.
15506         (mml2015-gpg-verify): Ditto.
15507
15508 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15509
15510         * smime.el (smime-openssl-program): Test the existence of openssl.
15511         * mml-smime.el: Require mm-decode.
15512         (mml-smime-verify-test): New function.
15513         * mm-decode.el (mm-verify-function-alist): Use it.
15514
15515 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
15516
15517         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
15518         anyway.
15519
15520 2000-11-13  Simon Josefsson  <sj@extundo.com>
15521
15522         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
15523         verification doesn't work.
15524
15525 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
15526
15527         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
15528         (gnus-inews-do-gcc): Use it.
15529
15530 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
15531
15532         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
15533         leading space.
15534         * mm-extern.el (mm-inline-external-body): Report error when no
15535         access-type.
15536
15537 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
15538
15539         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
15540
15541 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
15542
15543         * gnus-art.el (gnus-mime-button-menu): Use select-window.
15544
15545 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
15546
15547         * gnus-art.el (gnus-mime-display-part): Display multipart/related
15548         as multipart/mixed.
15549
15550 2000-11-12  David Edmondson  <dme@dme.org>
15551
15552         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
15553         and replace `.' with `\w' to allow for different syntax tables
15554         (from Vladimir Volovich).
15555         * message.el (message-newline-and-reformat): use
15556         `message-cite-prefix-regexp'.
15557         * gnus-cite.el (gnus-supercite-regexp): use
15558         `message-cite-prefix-regexp'.
15559         * gnus-cite.el (gnus-cite-parse): use
15560         `message-cite-prefix-regexp'.
15561
15562 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
15563
15564         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
15565         PGP SIGNATURE.  Escape leading "-"'s.
15566         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
15567
15568 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
15569
15570         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
15571
15572 2000-11-11  Simon Josefsson  <sj@extundo.com>
15573
15574         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
15575
15576         * smime.el (smime-details-buffer): New variable.
15577         (smime-sign-region):
15578         (smime-encrypt-region):
15579         (smime-verify-region):
15580         (smime-decrypt-region): Copy OpenSSL output to the buffer.
15581
15582         * mml-smime.el (mml-smime-verify): Support security info.
15583
15584 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
15585
15586         * mm-decode.el (mm-verify-option): Set default to nil.
15587         (mm-decrypt-option): Ditto.
15588         * gnus-art.el (article-verify-x-pgp-sig): New function.
15589
15590 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
15591
15592         * gnus-art.el (gnus-mime-display-alternative): Show button if no
15593         preferred part.
15594
15595 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15596
15597         * gnus-sum.el (gnus-move-split-methods): Say that
15598         `gnus-split-methods' uses file names, whereas this uses group
15599         names.  (Report from Nevin Kapur)
15600
15601 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
15602
15603         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
15604
15605 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
15606
15607         * nnheader.el (nnheader-directory-files-is-safe): New variable.
15608         (nnheader-directory-articles): Use it.
15609         (nnheader-article-to-file-alist): Ditto.
15610
15611 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
15612
15613         * rfc2047.el (rfc2047-pad-base64): New function.
15614         (rfc2047-decode): Use it.
15615
15616 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
15617
15618         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
15619         select method.
15620
15621 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
15622
15623         * mml2015.el (mml2015-gpg-decrypt-1):
15624         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
15625
15626 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
15627
15628         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
15629
15630 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
15631
15632         * pop3.el (pop3-munge-message-separator): A message may have an
15633         empty body.
15634
15635 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
15636
15637         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
15638         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
15639         (mm-uu-pgp-signed-extract): Use coding-system.
15640
15641 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
15642
15643         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
15644         (gnus-insert-mime-security-button): New function.
15645         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
15646         * mml2015.el:  Add security info when verify or decrypt.
15647         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
15648         (mm-uu-pgp-encrypted-extract): Ditto.
15649
15650 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
15651
15652         * mm-decode.el (mm-display-parts): New function.
15653         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
15654
15655 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
15656
15657         * gnus-mlspl.el: Documentation tweaks.
15658
15659 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
15660
15661         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
15662         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
15663         argument.
15664
15665 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
15666
15667         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
15668
15669 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
15670
15671         * gnus-art.el (gnus-article-encrypt): New function.
15672         (gnus-article-encrypt-protocol-alist): New variable.
15673         (gnus-article-encrypt-protocol): New variable.
15674         * mml2015.el (mml2015-self-encrypt): New function.
15675         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
15676
15677 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
15678
15679         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
15680         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
15681         let mailcap do it.
15682         * mml2015.el: Remove snarf code.
15683         * mm-decode.el: Remove snarf code.
15684
15685 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
15686
15687         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
15688         (mml-insert-mime): Understand gnus-decoded.
15689         (mime-to-mml): New parameter handles.
15690         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
15691         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
15692
15693 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
15694
15695         * mm-decode.el (mime-security): New group.
15696         (mm-verify-function-alist): Add test function.
15697         (mm-decrypt-function-alist): Ditto.
15698         (mm-snarf-option): Set default value as nil.
15699         (mm-find-part-by-type): Recursive parameter.
15700         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
15701         * mml2015.el: Support draft-ietf-openpgp-multsig.
15702
15703 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
15704
15705         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
15706         (gnus-article-view-part-as-charset): New function.
15707
15708 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
15709
15710         * mm-decode.el (mm-verify-option): Default value.
15711         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
15712
15713 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15714
15715         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
15716
15717 2000-11-05  Simon Josefsson  <sj@extundo.com>
15718
15719         * mml-smime.el (mml-smime-verify): Work in original multipart
15720         buffert.
15721
15722         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
15723         (mm-handle-multipart-ctl-parameter): Ditto.
15724         (mm-alist-to-plist): New function.
15725         (mm-dissect-buffer): Store CTL parameters and copy original buffer
15726         for multiparts.
15727         (mm-destroy-parts): Destroy multipart buffert.
15728         (mm-remove-part): Ditto.
15729
15730         * mml-smime.el (mml-smime-sign): Not used.
15731         (mml-smime-encrypt): Ditto.
15732
15733         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
15734
15735         Verify S/MIME signature support.
15736
15737         * mm-decode.el (mm-inline-media-tests): Add
15738         application/{x-,}pkcs7-signature.
15739         (mm-inlined-types): Ditto.
15740         (mm-automatic-display): Ditto.
15741         (mm-verify-function-alist): Ditto.  Add name of method.
15742         (mm-decrypt-function-alist): Add name of method.
15743         (mm-find-part-by-type): Add documentation.
15744         (mm-possibly-verify-or-decrypt): Use new format of
15745         mm-{verify,decrypt}-function-alist.  Use method names.
15746
15747         * mml-smime.el (mml-smime-verify): New function.
15748
15749 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
15750
15751         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
15752
15753 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
15754
15755         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
15756         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
15757         * mm-decode.el (mm-snarf-option): New variable.
15758
15759 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
15760
15761         * mm-util.el (mm-subst-char-in-string): New function.
15762         (mm-replace-chars-in-string): Use it.
15763         * message.el (message-replace-chars-in-string): Use it.
15764         * nnheader.el (nnheader-replace-chars-in-string): Use it.
15765         * gnus-mh.el (mh-lib-progs): Shut up.
15766
15767 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
15768
15769         * base64.el, md5.el: Moved to contrib directory.
15770
15771 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
15772
15773         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
15774         the last article when search.
15775
15776 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
15777
15778         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
15779         * nnmail.el (nnmail-pathname-coding-system): Ditto.
15780
15781 2000-09-29  David Edmondson  <dme@thus.net>
15782
15783         * message.el (message-newline-and-reformat): Typo.
15784
15785 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
15786
15787         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
15788
15789 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
15790
15791         * nntp.el (nntp-decode-text): Delete bogus status lines.
15792
15793 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
15794
15795         * message.el (message-font-lock-keywords): Match a final newline
15796         to help font-lock's multiline support.
15797
15798 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
15799
15800         * nnoo.el (nnoo-set): New function.
15801
15802 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
15803
15804         * gpg.el, gpg-ring.el: Moved to contrib directory.
15805
15806 2000-11-04  Simon Josefsson  <sj@extundo.com>
15807
15808         * nnimap.el (nnimap-split-inbox): Typo.
15809
15810 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
15811
15812         * gnus-msg.el (gnus-msg-mail): Move it backwards.
15813
15814 2000-11-03  Simon Josefsson  <sj@extundo.com>
15815
15816         * rfc2231.el (rfc2231-parse-qp-string): New function.
15817         (require): rfc2047.
15818
15819         * mail-parse.el (mail-header-parse-content-type):
15820         (mail-header-parse-content-disposition): Support invalid QP
15821         encoded strings, by using `rfc2231-parse-qp-string'.
15822
15823 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
15824
15825         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
15826         (rfc2231-decode-encoded-string): Typo "> X 1".
15827         (rfc2231-encode-string): Insert the name of charset.
15828         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
15829
15830 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
15831
15832         * mm-decode.el (mm-save-part): Return the filename.
15833         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
15834         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
15835         (gnus-mime-action-alist): Use it.
15836         (gnus-mime-button-commands): Use it.
15837         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
15838         (mm-inline-external-body): unwind-protect.
15839
15840 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
15841
15842         * gnus-art.el (gnus-insert-mime-button): Show url.
15843
15844 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
15845
15846         * mml.el (mml-generate-mime-1): Support external url.
15847         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
15848
15849 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
15850
15851         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
15852         * mm-decode.el (mm-display-external): Ditto.
15853         * mm-extern.el: New file.
15854         * mm-decode.el (mm-inline-media-tests): Hook it up.
15855         (mm-inlined-types): Inline message/external-body.
15856
15857 2000-11-02  Simon Josefsson  <sj@extundo.com>
15858
15859         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
15860
15861         * message.el (message-get-reply-headers): Better handling when
15862         Mail-Followup-To is very large.
15863
15864 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
15865
15866         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
15867         * gnus-art.el (gnus-article-edit-done):
15868         * gnus-sum.el (gnus-summary-edit-article-done): Move line
15869         counting code here.
15870         * gnus-msg.el (gnus-setup-message): Remove a hack.
15871
15872 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
15873
15874         * gnus-sum.el (gnus-newsgroup-variables): New variable.
15875         (gnus-summary-mode): Make them local variables.
15876         (gnus-set-global-variables): Globalize them.
15877         (gnus-summary-exit): Kill them.
15878
15879 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
15880
15881         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
15882         word.
15883
15884 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
15885
15886         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
15887         gnus-article-wash-types.
15888         * gnus-art.el (gnus-article-wash-status): Use them.
15889
15890 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
15891
15892         * mml.el (mml-read-tag): Remove spaces and LF.
15893
15894 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
15895
15896         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
15897         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
15898
15899 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
15900
15901         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
15902
15903 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
15904
15905         * gnus-sum.el (gnus-article-charset): New variable.
15906         (gnus-summary-display-article): Set it.
15907         * gnus-msg.el (gnus-copy-article-buffer): Use it.
15908         * gnus-art.el (gnus-article-mode): Make it local variable.
15909
15910 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15911
15912         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
15913
15914 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15915
15916         * nnwfm.el: New file.
15917
15918         * nnweb.el (nnweb-replace-in-string): New function.
15919
15920 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
15921
15922         * mml2015.el: Wrap gpg.el.
15923         * gpg.el (gpg-verify): The last argument of apply is a list.
15924         (gpg-encrypt): Add passphrase as a parameter.
15925
15926 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
15927
15928         * gpg.el: New file.
15929         * gpg-ring.el: New file.
15930
15931 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
15932
15933         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
15934
15935 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15936
15937         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
15938         double-quote characters.
15939         (gnus-summary-prepare-threads): Ditto.
15940
15941 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
15942
15943         * gnus-art.el (gnus-mime-display-single): Forward line -1.
15944         * mml.el (mml-read-tag): Don't skip the leading space.
15945         * lpath.el (font-lock-set-defaults): Shut up.
15946
15947 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
15948
15949         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
15950
15951 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
15952
15953         * qp.el (quoted-printable-encode-region): Replace leading - when
15954         ultra safe.
15955         * mml.el (mml-generate-mime-postprocess-function): Removed.
15956         (mml-postprocess-alist): Removed.
15957         (mml-generate-mime-1): Use ultra-safe when sign.
15958         * mml2015.el (mml2015-fix-micalg): Uppercase.
15959         (mml2015-verify): Insert LF.
15960         (mml2015-mailcrypt-sign): Downcase; search backward.
15961
15962 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15963
15964         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
15965         restrictive.
15966         (nnultimate-table-regexp): New variable.
15967         (nnultimate-forum-table-p): Use it.
15968
15969 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
15970         Trivial patch.
15971
15972         * gnus-sum.el (gnus-summary-expire-articles): Save point.
15973
15974 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
15975
15976         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
15977         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
15978
15979 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
15980
15981         * mml2015.el: Shut up.
15982
15983 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
15984
15985         * gnus.el (gnus-server-browse-hashtb): Removed.
15986         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
15987         (gnus-group-insert-group-line-info): Use simplified method.
15988         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
15989
15990 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
15991
15992         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
15993         moved here.
15994         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
15995         * gnus-group.el (gnus-group-prepare-flat): Use it.
15996         * gnus-topic.el (gnus-group-prepare-topics): Use it.
15997
15998 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
15999
16000         * mml.el (mml-mode): Show menu in XEmacs.
16001
16002 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
16003
16004         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
16005         (gnus-server-read-server-in-server-buffer): New function.
16006         (gnus-browse-foreign-server): Browse in group buffer.
16007         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
16008         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
16009         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
16010         * gnus.el (gnus-server-browse-hashtb): New variable.
16011
16012 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
16013
16014         * nnfolder.el (nnfolder-open-nov): Use group.
16015
16016 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
16017
16018         * nnfolder.el: Add NOV. Set version to 2.0.
16019         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
16020
16021 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
16022
16023         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
16024
16025 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
16026
16027         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
16028         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
16029
16030 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
16031
16032         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
16033
16034 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
16035
16036         * mm-decode.el (mm-verify-function-alist): New variable.
16037         (mm-verify-option): New variable.
16038         (mm-decrypt-function-alist): Ditto.
16039         (mm-decrypt-option): Ditto.
16040         (mm-find-raw-part-by-type): New function.
16041         (mm-possibly-verify-or-decrypt): New function.
16042         (mm-dissect-multipart): Use it.
16043         * mml2015.el (mml2015-fix-micalg): New function.
16044         (mml2015-decrypt): Use new interface.
16045         (mml2015-verify):  Use new interface.
16046         (mml2015-setup): Make it bogus.
16047
16048 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
16049
16050         * mml.el (mml-generate-mime-postprocess-function): Set to
16051         mml-postprocess.
16052         (autoload): Autoload mml2015 and mml-smime.
16053         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
16054         * mml2015.el (mml2015-encrypt): New function.
16055         (mml2015-sign): New function.
16056         (mml2015-encrypt-function): New variable.
16057         (mml2015-sign-function): New variable.
16058         (mml2015-mailcrypt-encrypt): Use message-recipients.
16059         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
16060         * mml-smime.el (mml-smime-setup): Ditto.
16061
16062 2000-10-28  Simon Josefsson  <sj@extundo.com>
16063
16064         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
16065         Communigate Pro 3.3.1 server.
16066
16067         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
16068         in buffers.
16069         (mml-secure-dns-server): Removed.
16070         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
16071         write certificates to files.
16072
16073         * smime.el (smime-dns-server): New variable.
16074         (smime-mail-to-domain):
16075         (smime-cert-by-dns): New functions.
16076
16077         * dig.el: New file.
16078
16079 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
16080
16081         * message.el (message-options): New variable.
16082         (message-options-set-recipient): New function.
16083         (message-send): Use them.
16084         * gnus-int.el (gnus-request-replace-article): Use them.
16085         (gnus-request-accept-article): Ditto.
16086         * mml.el (mml-preview): Use them.
16087         * gnus-sum.el (gnus-summary-edit-article): Use them.
16088
16089         * message.el (message-options-get): New function.
16090         (message-options-get): New function.
16091         * rfc2047.el (rfc2047-encode-message-header): Use them.
16092         * mm-bodies.el (mm-encode-body): Use them.
16093
16094 2000-10-28  Simon Josefsson  <sj@extundo.com>
16095
16096         * nnimap.el (nnimap-retrieve-which-headers):
16097         (nnimap-request-article-part): Quote message-id.
16098
16099         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
16100         (smime-CA-file): New variable.
16101         (smime-call-openssl-region): Don't error.
16102         (smime-sign-region): Return result value.
16103         (smime-encrypt-region): Ditto.
16104         (smime-verify-region): New function.
16105         (smime-decrypt-region): Ditto.
16106         (smime-verify-buffer): Ditto.
16107         (smime-decrypt-buffer): Ditto.
16108
16109         * mml.el: Require mml-sec.
16110         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
16111         (mml-mode-map): Add "sign" and "encrypt" maps.
16112         (mml-menu): Add security menu.
16113         (mml-preview): Use generate-new-buffer.
16114
16115         * mml-sec.el: New file.
16116
16117 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
16118
16119         * mm-decode.el (mm-find-part-by-type): Move it here.
16120         * mml.el (mml-postprocess): Move it here.
16121         (mml-postprocess-alist): Move it here. Merge them.
16122
16123 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
16124
16125         * rfc2047.el (rfc2047-encode-message-header): Make sure no
16126         unencoded stuff in the header.
16127
16128 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
16129
16130         * gnus-group.el (gnus-group-listed-groups): New variable.
16131         (gnus-group-list-option): New variable.
16132         (gnus-group-list-limit-map): New keymap.
16133         (gnus-group-list-flush-map): New keymap.
16134         (gnus-group-list-plus-map): New keymap.
16135         (gnus-group-prepare-logic): New function.
16136         (gnus-group-prepare-flat): Merge with
16137         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
16138         (gnus-group-prepare-flat-list-dead): Ditto.
16139         (gnus-group-list-matching): Use gnus-group-prepare-function.
16140         (gnus-group-list-dormant): Ditto.
16141         (gnus-group-list-cached): Ditto.
16142         (gnus-group-listed-groups): New function.
16143         (gnus-group-list-limit): New function.
16144         (gnus-group-list-flush): New function.
16145         (gnus-group-list-plus): New function.
16146         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
16147         (gnus-topic-prepare-topic): Ditto.
16148
16149 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
16150
16151         * message.el (message-insert-to, message-get-reply-headers):
16152         (message-reply, message-followup): Mail-{Followup,Reply}-To.
16153
16154 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
16155
16156         * mml2015.el: New file.
16157         * smime.el: New file.
16158         * mml-smime.el: New file.
16159
16160 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
16161
16162         * ChangeLog: Moved to ChangeLog.1.
16163
16164     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
16165   Copying and distribution of this file, with or without modification,
16166   are permitted provided the copyright notice and this notice are preserved.
16167
16168 ;; Local Variables:
16169 ;; coding: iso-2022-7bit
16170 ;; End: