a12ecf589612947e47d7285a2b0c4664aabad638
[gnus] / lisp / ChangeLog
1 2003-06-17  Reiner Steib  <Reiner.Steib@gmx.de>
2
3         * gnus-util.el (gnus-extract-address-components): Added
4         doc-string.
5
6 2003-06-16  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
7
8         * nnml.el (nnml-current-group-article-to-file-alist): Don't read
9         overview when using compressed files.  From Michael Albinus
10         <Michael.Albinus@alcatel.de>.
11
12 2003-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13
14         * gnus-sum.el (gnus-summary-refer-parent-article): Extract
15         Message-ID from In-Reply-To header.
16
17 2003-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18
19         * message.el (message-is-yours-p): Narrow to head; extract from
20         and sender by itself.
21         (message-cancel-news, message-supersede): Remove useless things.
22
23 2003-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
24
25         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
26         `gnus-article-emulate-mime'.
27
28 2003-06-15  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
29         From Tommi Vainikainen <thv+gnus@iki.fi>.
30
31         * message.el (message-is-yours-p): New function.  Separated common
32         code from message-cancel-news and message-supersede.  Added
33         matching code which uses message-alternative-emails regexp as last
34         resort.
35         (message-cancel-news, message-supersede): Use message-is-yours-p.
36
37 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
38
39         * nnimap.el (nnimap-split-articles): Narrow the right buffer to
40         the headers.  From Niklas Morberg <niklas.morberg@axis.com>.
41
42 2003-06-12  Dave Love  <fx@gnu.org>
43
44         * nnheader.el (nnheader-functionp): Deleted.
45
46         * nnmail.el (nnmail-split-fancy-syntax-table): Define all in
47         defvar.
48         (nnmail-version): Deleted.
49         (nnmail-check-duplication, nnmail-expiry-target-group): Don't use
50         nnheader-functionp.
51
52 2003-06-10  Teodor Zlatanov  <tzz@lifelogs.com>
53
54         * spam.el (spam-check-bogofilter-headers): fix for when the score
55         is requested but the message is not spam
56
57 2003-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
58         From Eric Knauel <knauel@informatik.uni-tuebingen.de>
59
60         * spam.el (spam-use-spamoracle): new variable
61         (spam-install-hooks): add spamoracle to the list of conditions
62         for activation of spam-install-hooks
63         (spam-spamoracle): new variable customization group
64         (spam-spamoracle, spam-spamoracle): new variables
65         (spam-group-spam-processor-spamoracle-p) 
66         (spam-group-ham-processor-spamoracle-p): new functions
67         (spam-summary-prepare-exit): added spamoracle ham/spam exit processing
68         (spam-list-of-checks, spam-list-of-statistical-checks): add
69         spam-use-spamoracle
70         (spam-check-spamoracle, spam-spamoracle-learn) 
71         (spam-spamoracle-learn-ham, spam-spamoracle-learn-spam): new functions
72
73         * gnus.el (gnus-group-spam-exit-processor-spamoracle)
74         (gnus-group-ham-exit-processor-spamoracle): new variables for SpamOracle
75         (spam-process, ham-process): added spamoracle spam/ham processors
76
77 2003-06-08  Jesper Harder  <harder@ifa.au.dk>
78
79         * message.el (message-beginning-of-line): Docstring improvement.
80         Suggested by Michael R. Wolf <MichaelRunningWolf@att.net>
81
82 2003-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
83
84         * gnus-sum.el (gnus-summary-make-menu-bar): Removed ["Add buttons"
85         gnus-summary-display-buttonized t]
86
87 2003-06-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
88
89         * nnmail.el (nnmail-split-fancy-match-partial-words): Doc string
90         fix.  Reported by Johan Bockg\e,Ae\e(Brd <bojohan+news@dd.chalmers.se>.
91
92 2003-06-07  Jesper Harder  <harder@ifa.au.dk>
93
94         * message.el (message-beginning-of-line): Docstring improvement.
95
96 2003-06-06  Jesper Harder  <harder@ifa.au.dk>
97
98         * gnus-srvr.el (gnus-browse-foreign-server): Parse garbage NNTP
99         groups correctly.
100
101 2003-06-06  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
102         From Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
103
104         * message.el (message-fetch-field): Augment documentation to state
105         the narrowed-to-headers restriction.
106         (message-change-subject, message-reduce-to-to-cc)
107         (message-generate-unsubscribed-mail-followup-to)
108         (message-insert-importance-high, message-insert-importance-low)
109         (message-insert-or-toggle-importance)
110         (message-insert-disposition-notification-to): Narrow to headers
111         before calling message-fetch-field or message-remove-header.
112
113 2003-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
114
115         * gnus-registry.el (gnus-registry-trim): fix for when
116         gnus-registry-max-entries is nil
117
118 2003-06-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
119
120         * qp.el (quoted-printable-decode-region): Don't error out on
121         malformed text.
122
123 2003-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
124
125         * rfc2047.el (rfc2047-encode-region): Don't error out on invalid
126         strings. 
127
128 2003-06-04  Jesper Harder  <harder@ifa.au.dk>
129
130         * mml1991.el (mml1991-pgg-sign): Insert pgg output as unibyte.
131         From: Ivan Boldyrev <boldyrev+nospam@cgitftp.uiggm.nsc.ru> (tiny
132         change)
133
134 2003-06-03  Dave Love  <fx@gnu.org>
135
136         * gnus-soup.el (gnus-soup-send-packet): Don't use
137         message-functionp.
138
139         * gnus.el (gnus-agent-cache): Doc fix.
140         (gnus-other-frame): Quote lambda used as hook.
141
142         * message.el: Doc fixes.
143         (message-functionp): Deleted.  Callers changed.
144         (message-fix-before-sending): Highlight with overlays.  Clarify
145         `illegible text' messages.
146         (rmail-enable-mime-composing, gnus-message-group-art): Defvar when
147         compiling.
148         (gnus-find-method-for-group, nnvirtual-find-group-art): Autoload.
149
150 2003-06-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
151
152         * nnmail.el (nnmail-split-fancy-match-partial-words): New user
153         option.
154         (nnmail-split-it): Obey it.  Don't let-bind regexp twice.
155
156         * message.el (message-fetch-field): Mention narrow-to-headers
157         requirement.
158
159 2003-06-03  Jesper Harder  <harder@ifa.au.dk>
160
161         * gnus-xmas.el (gnus-xmas-create-image): Use
162         insert-file-contents-literally.  From: Eric Eide
163         <eeide@cs.utah.edu>
164
165 2003-06-02  Teodor Zlatanov  <tzz@lifelogs.com>
166
167         * gnus-registry.el (gnus-registry-fetch-group): always return the
168         short name of the group
169
170 2003-06-02  Jesper Harder  <harder@ifa.au.dk>
171
172         * gnus-cus.el (defvar): Silence byte-compiler warnings.
173
174         * gnus-sum.el (gnus-get-newsgroup-headers): Unfold headers.
175
176 2003-05-31  Jesper Harder  <harder@ifa.au.dk>
177
178         * gnus-art.el (article-unsplit-urls): Use gnus-treat-article
179         rather than gnus-display-mime-function.
180
181 2003-05-30  Teodor Zlatanov  <tzz@lifelogs.com>
182
183         * gnus-registry.el (gnus-registry-use-long-group-names): new variable
184         (gnus-registry-add-group): use it
185         (gnus-registry-trim-articles-without-groups): new variable
186         (gnus-registry-delete-group): use it
187         (gnus-registry-unload-hook): uninstall all the hooks
188
189         * spam.el (spam-install-hooks-function, spam-unload-hook): new
190         functions so users that load spam.el for customization don't get
191         all the hooks installed
192         (spam-install-hooks): new variable, set to t by default if user
193         has one of the spam-use-* variables set
194
195         * spam-stat.el (spam-stat-install-hooks, spam-stat-unload-hook): new
196         functions so users that load spam-stat.el for customization don't get
197         all the hooks installed
198
199 2003-05-30  Dave Love  <fx@gnu.org>
200
201         * rfc2047.el (rfc2047-decode): Don't use
202         mm-with-unibyte-current-buffer.
203
204         * qp.el (quoted-printable-decode-string): Use
205         mm-with-unibyte-buffer.
206
207 2003-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
208
209         * gnus-registry.el (gnus-registry-save): allow forced saving even
210         when registry is not dirty.  Use gnus-registry-trim to shorten the
211         gnus-registry-alist.
212         (gnus-registry-max-entries): new variable
213         (gnus-registry-trim): new function, trim gnus-registry-alist to
214         size gnus-registry-max-entries, sorting by entry mtime so the
215         newest entries stick around
216
217         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): instead of
218         just one specific variable, allow a list of specific variables
219
220 2003-05-28  Dave Love  <fx@gnu.org>
221
222         * rfc2047.el (rfc2047-encode-region): Skip ASCII at beginning and
223         end of region.
224
225 2003-05-28  Jesper Harder  <harder@ifa.au.dk>
226
227         * lpath.el: Add put-char-table and get-char-table.
228
229 2003-05-28  Teodor Zlatanov  <tzz@lifelogs.com>
230
231         * gnus-registry.el (gnus-registry-dirty): flag for modified registry
232         (gnus-registry-save, gnus-registry-read) 
233         (gnus-registry-store-extra, gnus-registry-clear): use it (note
234         that gnus-registry-store-extra is invoked for all modifications to
235         set the mtime, so gnus-registry-dirty only needs to be set there)
236
237 2003-05-23  Simon Josefsson  <jas@extundo.com>
238
239         * mml1991.el (mml1991-pgg-sign): Use mml-sender instead of
240         message-sender.
241
242         * gnus-art.el (gnus-use-idna): Check if idna-program is installed.
243
244         * message.el (message-use-idna): Ditto.
245
246 2003-05-20  Dave Love  <fx@gnu.org>
247
248         * rfc2047.el (rfc2047-q-encoding-alist): Deleted.
249         (rfc2047-q-encode-region): Don't use it.
250         (rfc2047-encode-message-header) <(eq method 'mime)>: Bind
251         rfc2047-encoding-type to `mime'.
252         (rfc2047-encode-string, rfc2047-encode): Doc fix.
253
254 2003-05-20  Jesper Harder  <harder@ifa.au.dk>
255
256         * message.el (message-send-mail): Don't insert a courtesy copy
257         notice in base64 encoded messages.
258
259 2003-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
260
261         * gnus-sum.el (gnus-summary-move-article): Don't copy expirable
262         marks if the destination group is not auto-expirable.
263
264 2003-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
265
266         * dgnushack.el (assq-delete-all): Removed the compiler macro.
267
268 2003-05-14  Kevin Greiner <kgreiner@xpediantsolutions.com>
269
270         * gnus-agent.el (gnus-agentize): Updated documentation to match
271         usage.
272         (gnus-agent-expire-group-1): Do not skip over a group when the
273         force argument is set. 
274         * gnus.el (gnus-agent): Updated documentation to reflect that
275         gnus-agent now defaults to t.
276
277 2003-05-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
278
279         * gnus.el (gnus-version-number): Bump.
280
281 2003-05-14 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
282
283         * gnus.el: Gnus v5.10.2 is released.
284
285 2003-05-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
286
287         * mail-source.el (mail-source-delete-incoming): Changed to t. 
288
289         * rfc2047.el (rfc2047-syntax-table): Funcall.
290
291         * lpath.el ((featurep 'xemacs)): Added set-char-table-range. 
292         ((featurep 'xemacs)): No, don't.
293
294         * rfc2047.el (rfc2047-encodable-p): Use the header charset. 
295
296         * gnus-sum.el (gnus-summary-reselect-current-group): Supply
297         leave-hidden. 
298
299 2003-05-14  Jonathan Kamens  <jik@kamens.brookline.ma.us>
300
301         * gnus-sum.el (gnus-summary-exit): Added `leave-hidden'.  (Tiny
302         patch.) 
303
304 2003-05-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
305
306         * gnus-registry.el (gnus-registry-store-extra-entry): Use
307         gnus-assq-delete-all. 
308
309         * gnus-xmas.el (gnus-xmas-assq-delete-all): New function.
310
311         * message.el (message-ignored-bounced-headers): Add Delivered-To. 
312
313         * gnus-sum.el (gnus-summary-find-next): Indent.
314         (gnus-summary-find-prev): Ditto.
315         (gnus-summary-catchup): Doc fix.
316         (gnus-summary-mark-current-read-and-unread-as-read): New function.
317         (gnus-summary-catchup): Really mark after point.
318
319         * gnus-util.el (gnus-user-date): Use %d instead of %m.
320         (gnus-user-date): Use floating point time so that we don't get
321         overflows. 
322
323         * gnus-sum.el (gnus-summary-local-variables): Clean up.
324
325         * gnus-fun.el (gnus-display-x-face-in-from): Don't use centering
326         since none of the other image things do.
327
328 2003-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
329
330         * dgnushack.el (assq-delete-all): New compiler macro for Emacs 20.
331
332 2003-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
333
334         * lpath.el: Fbind find-coding-system.
335
336         * dgnushack.el (dgnushack-make-load): Remove redundant format call
337         in message.  Suggested by Yoichi NAKAYAMA <yoichi@geiin.org>.
338         * pop3.el (pop3-movemail): Ditto.
339
340 2003-05-12  Colin Marquardt <c.marquardt@alcatel.de>  (tiny change)
341
342         * gnus.el (gnus-agent): Docstring fix.
343
344 2003-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
345
346         * gnus-registry.el (gnus-registry-install): new variable
347         (gnus-registry-fetch-extra, gnus-registry-fetch-extra-entry) 
348         (gnus-registry-store-extra-entry, gnus-registry-delete-group) 
349         (gnus-registry-add-group): add a modification timestamp to each entry
350         (gnus-registry-install-hooks): new function
351
352 2003-05-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
353
354         * gnus-agent.el (gnus-agent-cat-name): Eval macro while compiling.
355         (gnus-agent-cat-disable-undownloaded-faces): New function.
356         Accessor for new agent property
357         'agent-disable-undownloaded-faces'.
358         gnus-cus.el (gnus-agent-parameters): Added
359         agent-disable-undownloaded-faces and corrected documentation.
360         (gnus-agent-cat-prepare-category-field,
361         gnus-agent-customize-category): Changed to avoid creating free
362         references to each field's symbol.
363         gnus-sum.el (gnus-summary-use-undownloaded-faces): New local variable.
364         (gnus-select-newgroup): Initialize it.
365         (gnus-summary-highlight-line): Use it.  
366
367 2003-05-12  Dave Love  <fx@gnu.org>
368
369         * mm-util.el (mm-read-charset): Deleted.
370         (mm-coding-system-mime-charset): New.
371         (mm-read-coding-system, mm-mule-charset-to-mime-charset) 
372         (mm-charset-to-coding-system, mm-mime-charset) 
373         (mm-find-mime-charset-region): Use it.
374         (mm-default-multibyte-p): Fix non-mule case.
375
376         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-bol): Eval
377         and compile.
378         (rfc2047-syntax-table): Fix building table to work in Emacs 22.
379         (rfc2047-unfold-region): Delete unused var `leading'.
380
381 2003-05-12  Simon Josefsson  <jas@extundo.com>
382
383         * pgg.el (pgg-temp-buffer-show-function): Reuse existing visible
384         output window if one is available.  Tiny patch from Ville Skytt\e,Ad\e(B
385         <scop@xemacs.org>.
386
387 2003-05-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
388
389         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Added
390         space. 
391
392 2003-05-11  Jesper Harder  <harder@ifa.au.dk>
393
394         * gnus-sum.el (gnus-summary-enter-digest-group): Don't do article
395         washing etc.
396         (gnus-handle-ephemeral-exit): Don't reload article after exiting.
397
398         * nndoc.el (nndoc-type-alist): `mime-digest' should be before
399         `mime-parts'.
400
401 2003-05-10  Jesper Harder  <harder@ifa.au.dk>
402
403         * gnus-cite.el (gnus-article-hide-citation-maybe): Make toggling
404         work.  Update mode-line.
405
406 2003-05-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
407
408         * gnus.el (gnus-logo-color-alist): Added no colours.
409
410 2003-05-09  Dave Love  <fx@gnu.org>
411
412         * utf7.el (mm-util): Require.
413         (utf7-direct-encoding-chars, utf7-imap-direct-encoding-chars):
414         Defconst, not defvar.
415         (utf7-utf-16-coding-system): New.
416         (utf7-encode-internal): Hoist concat out of loop.
417         (utf7-fragment-encode): Use mm-with-unibyte-current-buffer.
418         (utf7-get-u16char-converter) [utf7-utf-16-coding-system]: New
419         case.
420         (utf7-latin1-u16-char-converter): Encode the region.
421         (utf7-u16-latin1-char-converter): Decode the region.
422         (utf7-encode, utf7-decode): Fix multibyteness.
423
424         * mm-bodies.el (mm-body-7-or-8): Don't special-case mule.
425         (mm-encode-body): Use mm-read-coding-system, not mm-read-charset.
426         (mm-uu-yenc-decode-function): Defvar when compiling.
427         (mm-encode-body, mm-decode-body): Doc fix.
428
429 2003-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
430
431         * gnus-registry.el (gnus-registry-unregistered-group-regex):
432         removed in favor of the group/topic/global variables
433         (gnus-registry-register-message-ids): fixed test to omit
434         gnus-registry-unregistered-group-regex
435
436         * gnus.el (gnus-variable-list): removed gnus-registry-alist and
437         gnus-registry-headers-alist from the list
438         (gnus-registry-headers-alist): removed
439         (registry-ignore): new parameter, with accompanying
440         gnus-registry-ignored-groups global variable
441
442         * gnus-start.el (gnus-clear-system): no need to clear the
443         registry, we can do it ourselves
444         (gnus-gnus-to-quick-newsrc-format): extra parameters so it can be
445         used by gnus-registry.el
446
447         * gnus-registry.el (gnus-registry-cache-file): new file variable
448         (gnus-registry-cache-read, gnus-registry-cache-save): new
449         functions
450         (gnus-registry-cache-whitespace): new function.  From Dan
451         Christensen <jdc@chow.mat.jhu.edu>
452         (gnus-registry-save, gnus-registry-read): use the new
453         gnus-registry-cache-{read|save} functions, and change the name
454         from gnus-registry-translate-{from|to}-alist
455         (gnus-registry-clear): fixed so it doesn't refer to old function name
456
457 2003-05-09  Jesper Harder  <harder@ifa.au.dk>
458
459         * gnus-picon.el (gnus-picon-transform-address): Parse the encoded
460         address.
461
462 2003-05-08  Teodor Zlatanov  <tzz@lifelogs.com>
463
464         * gnus-start.el (gnus-clear-system): added gnus-registry-alist to
465         the list of cleared variables
466
467         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
468         nnmail-split-fancy-with-parent-ignore-groups can be a single regex
469         in addition to a list of regexes.
470
471         * spam.el (spam-use-regex-headers): docstring fix.  From Niklas
472         Morberg <niklas.morberg@axis.com>
473
474 2003-05-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
475
476         * gnus-sum.el (gnus-summary-next-page): Mention
477         `gnus-article-skip-boring' in docstring.
478
479 2003-05-08  Jesper Harder  <harder@ifa.au.dk>
480
481         * rfc2231.el (rfc2231-parse-string): "=" should have whitespace
482         syntax here.
483
484         * ietf-drums.el (ietf-drums-syntax-table): "=" should not have
485         whitespace syntax class when parsing email addresses.
486
487         * message.el (message-forward-subject-name-subject): Don't use
488         mail-decode-encoded-word-string before parsing from.
489
490 2003-05-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
491
492         * message.el (message-setup-1): Setup alternative email before
493         generate-headers.
494         
495         (message-forward-subject-name-subject): Fix the case when the
496         field "from" doesn't exist.
497
498 2003-05-07  Dave Love  <fx@gnu.org>
499
500         * rfc2047.el (rfc2047-encode-region): Skip \n as whitespace.
501
502         * mm-util.el (mm-find-mime-charset-region): Expurgate utf-16 from
503         possible values.
504
505 2003-05-07  Jesper Harder  <harder@ifa.au.dk>
506
507         * message.el (message-kill-to-signature): Fix.
508
509 2003-05-06  Jesper Harder  <harder@ifa.au.dk>
510
511         * gnus-sum.el (gnus-auto-goto-ignores): Docstring fix.
512
513         * gnus-art.el (gnus-mime-display-multipart-as-mixed)
514         (gnus-mime-display-multipart-related-as-mixed)
515         (gnus-button-mid-or-mail-heuristic-alist): do.
516
517 2003-05-05  Dave Love  <fx@gnu.org>
518
519         * mm-util.el (mm-default-multibyte-p): New.
520         (mm-coding-system-p): Maybe use find-coding-systems.
521
522 2003-05-04  Dave Love  <fx@gnu.org>
523
524         * rfc2047.el (with-syntax-table): Define if necessary.
525         (rfc2047-syntax-table): Fix last change for XEmacs.
526         (rfc2047-parse-and-decode): Revert last change.
527
528 2003-05-03  Jesper Harder  <harder@ifa.au.dk>
529
530         * gnus.el: Don't test for `mm-guess-mime-charset'.
531
532         * mm-util.el (mm-guess-mime-charset): Remove.  Not used any more.
533
534         * gnus.el (gnus-default-charset): Set default value to
535         `undecided'.
536
537         * gnus-art.el (article-decode-charset): Don't supply 4th arg to
538         mm-decode-body.
539
540         * mm-bodies.el (mm-decode-coding-region-safely): Remove.
541         (mm-decode-body): Don't use mm-decode-coding-region-safely.
542
543 2003-05-03  Vasily Korytov <deskpot@despammed.com>  (tiny change)
544
545         * gnus-util.el (gnus-multiple-choice): Add ", ?".
546
547 2003-05-03  Dave Love  <fx@gnu.org>
548
549         * rfc2047.el (rfc2047-syntax-table): Don't call make-char-table
550         with 2 args.
551         (rfc2047-decode-string): Don't set the buffer multibyte before
552         calling buffer-string.
553
554         * mm-encode.el (mm-long-lines-p): Autoload.
555         (mm-encode-content-transfer-encoding): Doc fix.  Don't make buffer
556         unibyte.  Signal error on unknown encoding.
557         (mm-encode-buffer, mm-qp-or-base64): Doc fix.
558
559         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): New.
560         Callers of gnus- versions changed to use them.
561         (rfc2047-header-encoding-alist): Add `address-mime' part.  Doc
562         fixes.
563         (rfc2047-encoding-type): New.
564         (rfc2047-encode-message-header): Use mm-charset-to-coding-system.
565         Don't include header name field in encoding.  Add `address-mime'
566         case and bind rfc2047-encoding-type for `mime' case.
567         (rfc2047-encodable-p): Deleted.
568         (rfc2047-syntax-table): New.
569         (rfc2047-encode-region, rfc2047-encode): Rewritten to take account
570         of rfc2047 rules with respect to rfc2822 tokens and to do encoding
571         in place rather than by passing strings.
572         (rfc2047-encode-string): Doc fix.
573         (rfc2047-q-encode-region): Don't use
574         mm-with-unibyte-current-buffer.
575         (rfc2047-encoded-word-regexp): eval-and-compile.
576         (rfc2047-decode-region): Avoid concatenation in loop.
577         (rfc2047-parse-and-decode): Remove useless disjunction.
578
579 2003-05-02  Dave Love  <fx@gnu.org>
580
581         * rfc2047.el (rfc2047-q-encode-region, rfc2047-decode): Use
582         mm-with-unibyte-current-buffer.
583         (ietf-drums, gnus-util): don't require.
584
585         * sieve.el (sieve-manage-mode-menu): Define before use.
586
587         * mml-smime.el (message-narrow-to-headers): Autoload.
588
589         * mm-util.el (mm-coding-system-p): Don't override nil from
590         coding-system-p.
591         (mm-mule4-p, mm-disable-multibyte-mule4)
592         (mm-with-unibyte-current-buffer-mule4): Deleted.
593         (mm-multibyte-p): Use defun, not defalias.
594         (mm-make-temp-file): Moved to group at top of file.
595         (mm-point-at-eol, mm-point-at-bol): New.
596
597         * gnus-cite.el (gnus-art): Require.
598
599         * gnus-ems.el (gnus-get-buffer-create)
600         (nnheader-find-etc-directory, message-text-with-property):
601         Autoload.
602         (gnus-tmp-unread, gnus-tmp-replied, gnus-tmp-score-char)
603         (gnus-tmp-indentation, gnus-tmp-opening-bracket, gnus-tmp-lines)
604         (gnus-tmp-name, gnus-tmp-closing-bracket, gnus-tmp-subject-or-nil)
605         (gnus-check-before-posting): Only defvar when compiling.
606
607         * gnus-int.el (gnus-agent-expire): Autoload, don't defun.
608
609         * gnus-util.el (rmail-default-rmail-file, mm-text-coding-system):
610         Defvar when compiling.
611         (gnus-output-to-rmail): Require mm-util.
612
613         * mail-source.el (mail-source-callback): Use mm-make-temp-file.
614         (mail-source-make-complex-temp-name): Deleted.
615
616         * message.el (message-use-idna): Use mm-coding-system-p.
617         (message-tokenize-header, message-make-organization)
618         (message-make-from):  Use with-temp-buffer.
619         (message-set-work-buffer): Deleted.
620         (message-fill-paragraph): Use `if' not `and' for compiler warning.
621         (message-check-news-header-syntax): Remove useless lambda.
622         (message-forward-make-body): Use mm-disable-multibyte,
623         mm-with-unibyte-current-buffer, mm-enable-multibyte.
624         (message-replace-chars-in-string): Deleted.
625
626         * mm-extern.el (mm-extern-local-file): Use mm-disable-multibyte.
627         (mm-extern-url): Use mm-with-unibyte-current-buffer,
628         mm-disable-multibyte.
629         (mm-extern-anon-ftp): Use mm-disable-multibyte.
630
631         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt): Use
632         mm-with-unibyte-current-buffer.
633
634         * mml2015.el (mml): Require.
635         (mml2015-mailcrypt-encrypt, mml2015-gpg-encrypt): Use
636         mm-with-unibyte-current-buffer.
637
638         * nnheader.el (gnus-util): Require.
639
640         * nntp.el (format-spec, format-spec-make, open-tls-stream):
641         Autoload.
642
643         * rfc2231.el (mail-header-remove-comments, mm-encode-body)
644         (mail-header-remove-whitespace): Autoload.
645
646         * sieve-manage.el (starttls-negotiate): Autoload.
647
648 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
649
650         * nnrss.el (nnrss-find-rss-via-syndic8): Indent.
651
652 2003-05-01  Mark A. Hershberger  <mah@everybody.org>
653
654         * nnrss.el (nnrss-find-rss-via-syndic8): Don't error out.
655
656 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
657
658         * gnus.el (gnus-version-number): Bump.
659
660 2003-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
661
662         * spam-report.el (spam-report-gmane-regex): docstring fix.  From
663         Jon Ericson <Jon.Ericson@jpl.nasa.gov> (tiny change)
664
665         * gnus.el (gnus-install-group-spam-parameters): docstring fix.
666         From Jon Ericson <Jon.Ericson@jpl.nasa.gov> (tiny change)
667
668         * gnus-registry.el (gnus-registry-fetch-extra) 
669         (gnus-registry-store-extra, gnus-registry-group-count): new functions
670         (gnus-registry-fetch-group, gnus-registry-delete-group) 
671         (gnus-registry-add-group): changed to work with extra data element
672         if present
673
674 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
675
676         * gnus.el: Gnus v5.10.1 is released.
677
678 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
679
680         * gnus.el: Oort Gnus v0.24 is released.
681
682 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
683
684         * dgnushack.el (when): Check whether defadvice is fbound.
685
686 2003-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
687
688         * gnus-registry.el (gnus-registry-unregistered-group-regex): new variable
689         (gnus-registry-register-message-ids): use it
690
691 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
692
693         * gnus.el (gnus-version-number): Bump.
694
695         * gnus.el: Update copyright for several files.
696
697 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
698
699         * gnus.el: Oort Gnus v0.23 is released.
700
701 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
702
703         * spam-stat.el (spam-stat-test-directory): Compare against zero. 
704
705 2003-05-01  Trey Jackson <tjackson@ichips.intel.com>  (tiny change)
706
707         * spam-stat.el (spam-stat-test-directory): Skip 0 length files.
708         
709 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
710
711         * message.el (message-forward-subject-name-subject): Decode
712         string when forwarding.
713
714 2003-05-01  Oystein Viggen  <oysteivi@tihlde.org>
715
716         * dgnushack.el (when): Add defadvice.
717
718 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
719
720         * gnus.el (gnus-version-number): Bump.
721
722 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
723
724         * gnus.el: Oort Gnus v0.22 is released.
725
726 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
727
728         * gnus.el: Oort Gnus v0.21 is released.
729
730 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
731
732         * gnus.el (gnus-version-number): Bump.
733
734 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
735
736         * gnus.el: Oort Gnus v0.20 is released.
737
738 2003-05-01  Vasily Korytov  <deskpot@despammed.com>
739
740         * gnus-dired.el (gnus-dired-mode-map): Move to C-c C-l.
741
742 2003-04-30  Mark A. Hershberger  <mah@everybody.org>
743
744         * mm-url.el (mm-url-insert-file-contents): set url-current-object
745         in the case where mm-url-use-external is set.
746
747         * nnrss.el (nnrss-request-article): Change the messages created to
748         multipart/alternative.  Hopefully fixes a problem interaction with
749         w3m.
750         (nnrss-find-rss-via-syndic8): Better handling if xml-rpc.el isn't
751         around.
752
753 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
754
755         * message.el (message-check-news-header-syntax): Alter "posting"
756         message. 
757
758         * nnrss.el (nnrss-node-text): Don't use char classes.
759
760 2003-05-01  David Z. Maze  <dmaze@mit.edu>
761
762         * nnrss.el (nnrss-find-rss-via-syndic8): Have an `error' branch
763         in condition-case.
764
765 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
766
767         * message.el (message-required-headers): Remove In-Reply-To.
768
769         * gnus-int.el (gnus-open-server): Revert changes.
770
771 2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
772
773         * gnus-int.el (gnus-open-server): Try to open unagentized servers
774         even when unplugged.
775
776 2003-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
777
778         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fixed typo in
779         doc-string.
780
781 2003-05-01  Steve Youngs  <youngs@xemacs.org>
782
783         * lpath.el: Add a section for non-Mule XEmacsen.
784         fbind `find-charset-string' and `coding-system-base' in that
785         section.
786
787         * gnus-util.el (gnus-completing-read-maybe-default): New.
788         (gnus-completing-read): Use it.
789
790         * mm-view.el (mm-view-pkcs7-decrypt): Ditto.
791
792         * gnus-art.el (gnus-read-string): New.
793         (gnus-summary-pipe-to-muttprint): Use it.
794
795         * gnus-xmas.el (gnus-xmas-open-network-stream): New.
796
797         * dns.el (dns-make-network-process): Use it.
798
799         Take care of some differences between XEmacs 21.1 and newer
800         versions of XEmacs.
801
802 2003-04-30  Teodor Zlatanov  <tzz@lifelogs.com>
803
804         * gnus-registry.el (gnus-registry-split-fancy-with-parent): added
805         diagnostic message
806         (gnus-registry-grep-in-list): don't run when word is nil
807         (gnus-registry-fetch-message-id-fast): new function
808         (gnus-registry-delete-group, gnus-registry-add-group): make sure
809         the id and group are not nil
810         (gnus-registry-register-message-ids): new function
811         (gnus-register-action): optimized logical flow
812         (gnus-summary-prepare-hook): added gnus-registry-register-message-ids
813
814 2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
815
816         * gnus-delay.el (gnus-delay-article): Call
817         `gnus-agent-queue-setup' to create the delay group.
818
819         * gnus-agent.el (gnus-agent-queue-setup): Support optional arg
820         for the (queue) group name.
821
822 2003-04-30  Simon Josefsson  <jas@extundo.com>
823
824         * mm-util.el (mm-charset-to-coding-system): Use user specified
825         charset unless coding-system-get is fboundp.
826
827 2003-04-30  Kevin Greiner <kgreiner@xpediantsolutions.com>
828
829         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-name):
830         Wrapped in eval-when-compile.
831         (gnus-agent-mode): Bind gnus-agent-go-online to nil as you
832         shouldn't be asked twice to go online with each server.
833         (gnus-agent-get-undownloaded-list, gnus-agent-fetch-articles,
834         gnus-agent-crosspost, gnus-agent-flush-cache,
835         gnus-agent-fetch-session, gnus-agent-unread-articles,
836         gnus-agent-uncached-articles, gnus-agent-regenerate-group,
837         gnus-agent-group-covered-p): Expanded pop macros used for
838         effect. Avoids compilation warning in emacs 21.3.
839
840         * gnus-int.el (gnus-open-server): Restructured to only open
841         nnagent when gnus-plugged is nil.
842
843 2003-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
844
845         * lpath.el: Fbind string-to-multibyte.
846
847 2003-04-30  Steve Youngs  <youngs@xemacs.org>
848
849         * dgnushack.el: Add some missing autoloads for XEmacs 21.1.
850
851 2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>
852
853         * gnus-registry.el (gnus-registry-fetch-group): faster
854         (gnus-registry-delete-group): new function
855         (gnus-registry-add-group): new function
856         (gnus-register-spool-action): use it
857         (gnus-register-action): use it
858         (gnus-registry-translate-from-alist) 
859         (gnus-registry-translate-to-alist): remove the headers registry
860         for now
861
862 2003-04-29  Reiner Steib  <Reiner.Steib@gmx.de>
863
864         * gnus-art.el (gnus-button-alist): Fixed CTAN regexp.
865
866 2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>
867
868         * spam-report.el (spam-report-gmane): gnus-summary-article-number
869         is not necessary, just use the function parameter
870
871 2003-04-29  Karl Pflysterer  <sigurd@12move.de>
872
873         * spam-stat.el (spam-stat-save): No longer font-locks the file
874         when saving
875
876 2003-04-29  Katsumi Yamaoka  <yamaoka@jpl.org>
877
878         * canlock.el: Bind mail-header-separator when compiling (XEmacs
879         provides it in mail-lib/auto-autoloads.el).
880
881 2003-04-29  Simon Josefsson  <jas@extundo.com>
882
883         * mml2015.el (mml2015-pgg-sign): Use mml-sender instead of
884         message-sender.
885
886         * mml.el (mml-generate-mime-1): Set mml-sender too.
887
888 2003-04-29  Jesper Harder  <harder@ifa.au.dk>
889
890         * gnus-sum.el (gnus-summary-display-while-building): Docstring fix.
891
892         * mm-url.el (mm-url-use-external): do.
893
894 2003-04-29  Simon Josefsson  <jas@extundo.com>
895
896         * canlock.el (mail-fetch-field): Autoload it (fix xemacs compile
897         warnings).
898
899         * sieve-mode.el (c-mode): Ditto.
900
901         * pgg.el (run-at-time): Ditto.
902
903         * mm-url.el (require): Require timer when compiling for
904         with-timeout macro (fix xemacs compile warnings).
905
906 2003-04-28  Dave Love  <fx@gnu.org>
907
908         * gnus-util.el (nnheader): Don't require.
909         (Nnheader-narrow-to-headers, nnheader-replace-chars-in-string):
910         Autoload.
911
912         * spam.el: Require cl when compiling.
913
914         * dns.el: Require cl when compiling.
915
916 2003-04-28  Jesper Harder  <harder@ifa.au.dk>
917
918         * gnus-art.el (gnus-article-goto-next-page)
919         (gnus-article-goto-prev-page): Revert 2003-02-12 change to make
920         gnus-pick-mode work.
921
922 2003-04-28  Steve Youngs  <youngs@xemacs.org>
923
924         * Makefile.in (FLAGS): Use @FLAGS@.
925
926 2003-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
927
928         * gnus-art.el (gnus-mime-display-multipart-as-mixed) 
929         (gnus-mime-display-multipart-alternative-as-mixed) 
930         (gnus-mime-display-multipart-related-as-mixed): Added doc-strings,
931         allow customization.
932
933 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
934
935         * dgnushack.el (dgnushack-compile-verbosely): New function.  Not
936         currently called (See source for explanation).
937
938 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
939
940         * gnus-sum.el (gnus-summary-catchup): Don't mark ticked messages. 
941         (gnus-summary-mark-read-and-unread-as-read): Take an optional
942         mark.
943
944         * gnus.el (gnus-version-number): Bump.
945
946 2003-04-27 06:47:31 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
947
948         * gnus.el: Oort Gnus v0.19 is released.
949
950 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
951
952         * gnus-registry.el (gnus-register-spool-action): Replaced literal
953         carriage-return character with its escape sequence.
954
955 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
956
957         * gnus-sum.el (gnus-summary-catchup-from-here): Doc fix.
958
959         * nnrss.el (nnrss-node-text): Use only one
960         gnus-replace-in-string. 
961
962         * gnus.el: Remove gnus-functionp throughout.
963
964         * gnus-util.el (gnus-functionp): Removed.
965
966         * gnus-msg.el (gnus-summary-wide-reply-with-original): Doc fix. 
967
968         * message.el (message-required-headers): Add In-Reply-To.
969
970 2003-04-27  Marshall T. Vandegrift  <vandem2@rpi.edu>
971
972         * gnus-fun.el (gnus-face-from-file): Bind coding-system-for-read
973         to binary.
974
975 2003-04-27  Jesper Harder  <harder@ifa.au.dk>
976
977         * mml.el (mml-preview): do.
978
979         * message.el (message-mode): do.
980
981         * gnus-undo.el (gnus-undo-mode): do.
982
983         * gnus-topic.el (gnus-topic-mode): do.
984
985         * gnus-sum.el (gnus-summary-mode, gnus-summary-edit-article): do.
986
987         * gnus-msg.el (gnus-setup-message)
988         (gnus-inews-add-send-actions, gnus-configure-posting-styles): do.
989
990         * gnus-gl.el (gnus-grouplens-mode): do.
991
992         * gnus-art.el (gnus-mime-save-part-and-strip)
993         (gnus-mime-delete-part): Use it.
994
995         * gnus-util.el (gnus-make-local-hook): New function.
996
997 2003-04-25  Simon Josefsson  <jas@extundo.com>
998
999         * nnrss.el (nnrss-node-text): Don't use a star.
1000         (nnrss-node-text): Use g-r-i-s, not g-r-r-i-s which doesn't exist.
1001
1002 2003-04-24  Dave Love  <fx@gnu.org>
1003
1004         * mm-encode.el (mm-long-lines-p): Autoload.
1005         (mm-encode-content-transfer-encoding): Don't try to make buffer
1006         unibyte before decoding.  Don't ignore errors for base64 encoding.
1007
1008         * qp.el (quoted-printable-decode-region): Use mm-insert-byte.
1009         Signal error on malformed text, as for base64.
1010         (quoted-printable-encode-region): DTRT in Emacs 22.
1011
1012         * mm-util.el (mm-make-temp-file, mm-insert-byte): New.
1013         (mm-auto-save-coding-system): Consider utf-8-emacs.
1014         (mm-mime-mule-charset-alist, mm-mule-charset-to-mime-charset)
1015         (mm-charset-to-coding-system, mm-mime-charset)
1016         (mm-find-mime-charset-region): Check for :mime-charset coding
1017         systems property.
1018
1019         * mml-sec.el (mml2015, mml1991): Don't require.
1020         (mml2015-sign, mml2015-encrypt, mml1991-sign, mml1991-encrypt) 
1021         (message-goto-body, mml-insert-tag): Autoload.
1022
1023         * mm-decode.el (mm-tmp-directory): Re-write to help avoid warnings.
1024
1025         * gnus-start.el (message-make-date): Autoload rather than
1026         requiring message.
1027
1028         * gnus-group.el (gnus-group-name-charset-group-alist): Use
1029         mm-coding-system-p.
1030         (gnus-cache-active-altered): Defvar when compiling.
1031         (gnus-group-delete-group): Re-write to help avoid warnings.
1032
1033         * gnus-art.el (gnus-use-idna): Use mm-coding-system-p.
1034
1035         * pgg.el: Split eval-when-compile forms.
1036
1037 2003-04-24  Reiner Steib  <Reiner.Steib@gmx.de>
1038
1039         * gnus-group.el (gnus-large-ephemeral-newsgroup) 
1040         (gnus-fetch-old-ephemeral-headers): News variables.
1041         (gnus-group-read-ephemeral-group): Use them.
1042
1043 2003-04-24  Simon Josefsson  <jas@extundo.com>
1044
1045         * sieve.el (sieve-upload): Don't use replace-regexp-in-string.
1046
1047         * nnrss.el (nnrss-node-text): Ditto.
1048
1049 2003-04-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1050
1051         * gnus-msg.el (gnus-inews-do-gcc): Make sure the obsolete variable
1052         gnus-inews-mark-gcc-as-read exists.
1053
1054 2003-04-23  Simon Josefsson  <jas@extundo.com>
1055
1056         * gnus-sieve.el (gnus-sieve-generate): Rewrite regexp search so it
1057         doesn't exceed the regexp stack space.
1058
1059 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
1060
1061         * gnus-msg.el (gnus-inews-mark-gcc-as-read): Don't defvar it.
1062
1063         * gnus-art.el (gnus-article-hide-pgp-hook): do.
1064
1065 2003-04-23  Reiner Steib  <Reiner.Steib@gmx.de>
1066
1067         * mml.el (mml-preview): Bind `=', RET, and mouse-2.
1068
1069 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
1070
1071         * mm-bodies.el (mm-decode-body): Don't override supplied charset.
1072
1073 2003-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1074
1075         * dgnushack.el (merge, copy-list): Remove compiler macros.
1076         (butlast): Add a compiler macro.
1077
1078 2003-04-22  Paul Jarc  <prj@po.cwru.edu>
1079
1080         * gnus-util.el (gnus-merge): Added "type" argument to match CL
1081         merge and gnus-sum.el's expectations.
1082
1083 2003-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
1084
1085         * gnus-art.el (gnus-button-url-regexp): Added nntp.
1086
1087         * message.el (message-generate-headers-first): Default to
1088         '(references).
1089
1090         * gnus-art.el (gnus-mime-delete-part): Require confirmation.
1091
1092 2003-04-21  Jesper Harder  <harder@ifa.au.dk>
1093
1094         * smime.el (smime-decrypt-region): Insert From header.
1095
1096 2003-04-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1097
1098         * gnus-fun.el (gnus-face-from-file, gnus-convert-png-to-face):
1099         Max length of header is 726, not 740.  From Gaute B Strokkenes
1100         <gs234@cam.ac.uk>.
1101
1102 2003-04-20  Jesper Harder  <harder@ifa.au.dk>
1103
1104         * nndb.el, mml1991.el: Fix license template.
1105
1106 2003-04-20  Simon Josefsson  <jas@extundo.com>
1107
1108         * nnimap.el (nnimap-split-articles): Don't download body unless
1109         required.
1110
1111         * imap.el (imap-gssapi-open, imap-ssl-open): Erase buffer before
1112         starting process, like imap-kerberos4-open does.
1113
1114         * mml-smime.el, rfc1843.el, dig.el, smime.el, uudecode.el: Fix
1115         license template.
1116
1117         * mml-sec.el: Fix license template.
1118
1119         * gnus-sieve.el, sieve.el, sieve-manage.el, sieve-mode.el: Fix
1120         license template.
1121
1122         * pgg-def.el, pgg.el, pgg-gpg.el, pgg-parse.el, pgg-pgp5.el,
1123         pgg-pgp.el: Fix license template.
1124
1125 2003-04-19  Jesper Harder  <harder@ifa.au.dk>
1126
1127         * gnus-sum.el (gnus-summary-delete-article): Improve docstring.
1128
1129 2003-04-19  Teodor Zlatanov  <tzz@lifelogs.com>
1130
1131         * spam.el (spam-move-spam-nonspam-groups-only): dumb typo fix
1132
1133 2003-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
1134
1135         * spam.el (spam-split): allow a particular check as a parameter,
1136         e.g. (: spam-split 'spam-use-bogofilter)
1137         (spam-mark-only-unseen-as-spam): new parameter, see doc
1138         (spam-mark-junk-as-spam-routine): use
1139         spam-mark-only-unseen-as-spam, simplify routine to take advantage
1140         of gnus-newsgroup-unread as well as gnus-newsgroup-unseen
1141
1142 2003-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1143
1144         * gnus.el (gnus-group-short-name, gnus-group-prefixed-p): new functions
1145         (gnus-group-guess-full-name): don't prefix the group twice
1146
1147         * nnmail.el (nnmail-split-fancy-with-parent): docstring fix
1148
1149         * gnus-registry.el (gnus-registry-clear)
1150         (gnus-registry-fetch-group, gnus-registry-grep-in-list)
1151         (gnus-registry-split-fancy-with-parent): new functions
1152         (gnus-register-spool-action, gnus-register-action): simplified the format
1153         (gnus-registry): new customization group
1154         (gnus-registry-unfollowed-groups): new variable
1155
1156 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1157
1158         * gnus-art.el (gnus-button-alist): Add nntp: urls.
1159         (gnus-header-button-alist): Ditto.
1160
1161 2003-04-17  Dave Love  <fx@gnu.org>
1162
1163         * gnus-util.el (gnus-string-equal): Revert last change.
1164
1165 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1166
1167         * gnus-srvr.el (gnus-browse-make-menu-bar): Fix typo.
1168
1169 2003-04-17  Mike Woolley  <mike@ariel.co.uk>
1170
1171         * gnus-sum.el (gnus-sum-thread-tree-false-root): New variable.
1172
1173 2003-04-15  Michael Shields  <shields@msrl.com>
1174
1175         * gnus-art.el (article-hide-boring-headers): Hide Reply-To: if
1176         the broken-reply-to group parameter is set.  Idea from Vasily
1177         Korytov <deskpot@myrealbox.com>.
1178
1179 2003-04-17  Steve Youngs  <youngs@xemacs.org>
1180
1181         * dgnushack.el: 'setenv' is in env.el for XEmacsen <= 21.4, but in
1182         process.el in XEmacsen >= 21.5.
1183
1184 2003-04-17  Steve Youngs  <youngs@xemacs.org>
1185
1186         * dgnushack.el: Add a whole swag of autoloads and defaliases to
1187         satisfy the byte-compiler when building with XEmacs.
1188
1189         * lpath.el (maybe-bind): Add 'w3-meta-content-type-charset-regexp'
1190         and 'w3-meta-charset-content-type-regexp' in XEmacs.  The upstream
1191         W3 doesn't have these.
1192
1193         * mailcap.el: Maybe require 'lpr in XEmacs.
1194
1195 2003-04-16  Simon Josefsson  <jas@extundo.com>
1196
1197         * mml2015.el (mml2015-pgg-sign): Bind pgg-default-user-id to MML
1198         sender tag, if available.
1199
1200 2003-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
1201
1202         * gnus-registry.el (gnus-register-action)
1203         (gnus-register-spool-action, hashtable-to-alist)
1204         (gnus-registry-translate-from-alist, alist-to-hashtable)
1205         (gnus-registry-translate-to-alist, gnus-registry-headers-hashtb):
1206         new variables and function fixes
1207
1208         * gnus.el (gnus-registry-headers-alist): new variable to hold
1209         article header data
1210         (gnus-variable-list): save gnus-registry-headers-alist
1211
1212         * spam-report.el (Module): new module for spam reporting
1213
1214         * gnus.el (spam-process): added
1215         gnus-group-spam-exit-processor-report-gmane to the list of choices
1216         (gnus-install-group-spam-parameters): defined new spam exit processor
1217
1218         * spam.el (autoload): autoload spam-report-gmane when needed
1219         (spam-report-gmane-register-routine): glue for spam-report.el
1220         (spam-group-spam-processor-report-gmane-p): glue for the
1221         gnus-group-spam-exit-processor-report-gmane spam processor
1222         (spam-summary-prepare-exit): check the report-gmane spam processor
1223         and run spam-report-gmane-register-routine if it's active
1224
1225         From John Wiegley <johnw@gnu.org>
1226
1227         * spam.el (spam-bogofilter-score): check bogofilter headers before
1228         checking bogofilter itself
1229
1230 2003-04-16  Dave Love  <fx@gnu.org>
1231
1232         * gnus-agent.el: Wrap defsetf in eval-when-compile.
1233         (gnus-agent-cat-defaccessor): Don't use gensym.
1234
1235         * mml1991.el: Require cl, mm-util when compiling.
1236         (quoted-printable-decode-region, quoted-printable-encode-region):
1237         Autoload.
1238
1239         * pgg.el: Require cl when compiling.
1240
1241         * nnmail.el (gnus): Require.
1242
1243         * gnus-util.el: Move provide to end.
1244         (gnus-string-equal): Maybe use compare-strings.
1245         (gnus-merge): New.
1246
1247         * gnus-sum.el (gnus-summary-prepare-threads): Don't use copy-list.
1248         (gnus-summary-insert-articles): Use gnus-merge.
1249
1250         * gnus-fun.el: Require cl and mm-util when compiling.
1251
1252         * gnus-diary.el (gnus-diary-delay-format-french)
1253         (gnus-diary-delay-format-english): Don't use setf with nthcdr.
1254
1255         * nndiary.el (nndiary-compute-reminders): Don't use setf with
1256         nthcdr.
1257
1258 2003-04-16  Kevin Greiner <kgreiner@xpediantsolutions.com>
1259
1260         * gnus-agent.el (gnus-agent-make-cat): Added optional parameter to
1261         specify a predicate other than false.
1262         (gnus-category-read): Use the new feature to create a 'default'
1263         category with a 'short' predicate.
1264
1265 2003-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1266
1267         * message.el (message-unique-id): Comment change.
1268
1269         * gnus-art.el (gnus-article-next-page-1): New function.
1270         (gnus-article-next-page): Use it.
1271
1272 2003-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
1273
1274         * spam.el (spam-split): added save-restriction to save-excursion
1275
1276 2003-04-15  Reiner Steib  <Reiner.Steib@gmx.de>
1277         From Julien Avarre <julien@avarre.com>
1278
1279         * gnus-fun.el: Fixed autoload cookie.
1280
1281 2003-04-15  Paul Jarc  <prj@po.cwru.edu>
1282         From Remi Letot  <remi.letot@easynet.be>
1283
1284         * nnmaildir.el (nnmaildir-request-scan): Use gnus-remove-if
1285         instead of remove-if.
1286
1287 2003-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1288
1289         * gnus-msg.el (gnus-summary-news-other-window): Use delq and
1290         copy-sequence instead of remove which is a cl run-time function in
1291         Emacs 20.
1292
1293 2003-04-14  Jesper Harder  <harder@ifa.au.dk>
1294
1295         * gnus-msg.el (gnus-summary-news-other-window): Make a buffer
1296         local copy of gnus-discouraged-post-methods with the current
1297         method removed.
1298
1299 2003-04-14  Simon Josefsson  <jas@extundo.com>
1300
1301         * mailcap.el (mailcap-mime-data): Add application/pgp-keys.
1302
1303 2003-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
1304
1305         * mm-util.el (mm-sort-coding-systems-predicate): Convert elements
1306         of `mm-coding-system-priorities' to base coding system.
1307
1308         * gnus-sum.el: Added coding cookie ("middle dot" in
1309         gnus-summary-morse-message).
1310
1311 2003-04-13  Simon Josefsson  <jas@extundo.com>
1312
1313         * gnus-art.el (article-fill-long-lines)
1314         (article-verify-x-pgp-sig, article-decode-group-name)
1315         (gnus-mime-button-menu): Split >80 character lines.
1316
1317 2003-04-13  Jesper Harder  <harder@ifa.au.dk>
1318
1319         * gnus-sum.el (gnus-summary-local-variables): Use defvar since
1320         we're let-binding it.
1321
1322         * nnmbox.el (nnmbox-mbox-buffer): It's not a constant.
1323
1324 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1325
1326         * message.el (message-hide-headers): Don't do intangible.
1327
1328         * gnus.el (gnus-group-prefixed-name): Comment out the test for
1329         colon. 
1330
1331         * gnus-srvr.el (gnus-browse-read-group): Don't give the real name
1332         to the ephemeral entry, but the prefixed name.
1333
1334         * gnus.el (gnus-group-prefixed-name): Clean up.
1335
1336 2003-04-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
1337
1338         * gnus-agent.el (gnus-agent-group-pathname): Bind
1339         gnus-command-method so that gnus-agent-directory will always
1340         return a valid directory.
1341         * gnus-cache.el (gnus-cache-enter-article): Remove article from
1342         gnus-newsgroup-undownloaded so that the summary will display the
1343         article as downloaded.
1344         (gnus-cache-remove-article): If the article isn't in the agent,
1345         remove it from gnus-newsgroup-undownloaded so that the summary
1346         will display the article as undownloaded.
1347
1348 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1349
1350         * gnus.el (gnus-version-number): Bump.
1351
1352 2003-04-13 01:12:01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1353
1354         * gnus.el: Oort Gnus v0.18 is released.
1355
1356 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1357
1358         * gnus-draft.el (gnus-draft-send): Add message-hidden-headers. 
1359
1360 2003-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1361
1362         * gnus-art.el (gnus-article-next-page): Use
1363         gnus-article-over-scroll.
1364         (gnus-article-over-scroll): New variable.
1365
1366         * message.el (message-newline-and-reformat): Place a boundary
1367         before filling.
1368         (message-make-forward-subject-function): Changed default to
1369         message-forward-subject-name-subject. 
1370         (message-forward-subject-name-subject): New function.
1371
1372         * nnimap.el (nnimap-split-fancy): Ditto.
1373
1374         * gnus-sum.el (gnus-summary-line-message-size): Ditto.
1375
1376         * gnus-cus.el (gnus-group-parameters): Removed "which see".
1377
1378         * mml.el (mml-minibuffer-read-file): Bind
1379         completion-ignored-extensions to nil.
1380
1381         * message.el (message-fix-before-sending): Comment fix.
1382         (message-fix-before-sending): Make hidden headers visible.
1383         (message-hide-headers): Bind after-change-functions to nil.
1384         (message-forbidden-properties): Put invisible and intangible
1385         back. 
1386         (message-strip-forbidden-properties): Ignore message-hidden text.
1387
1388         * gnus-msg.el: Hide headers.
1389
1390         * message.el (message-hidden-headers): New variable.
1391         (message-hide-headers): New function.
1392         (message-hide-header-p): New function.
1393         (message-hide-header-p): Change logic.
1394         (message-forbidden-properties): Remove intangible nil invisible
1395         nil. 
1396         (message-hide-headers): Narrow to headers.
1397
1398         * lpath.el (featurep): Bind Info-directory, Info-menu.
1399
1400 2003-04-12  Jesper Harder  <harder@ifa.au.dk>
1401
1402         * mm-bodies.el (mm-body-charset-encoding-alist): UTF-16 *must* be
1403         encoded.
1404         (mm-encode-body): Don't corrupt UTF-16.
1405         (mm-body-encoding): Pay attention to mm-body-charset-encoding-alist.
1406
1407 2003-04-10  Kevin Greiner <kgreiner@xpediantsolutions.com>
1408
1409         * gnus-agent.el (gnus-agent-get-undownloaded-list): Articles in
1410         the CACHE are now detected and handled the same as an article
1411         downloaded into the agent.
1412         (gnus-agent-group-path): Modified to match nnmail-group-pathname
1413         so that the agent front-end and back-end (nnagent) always use the
1414         same directory.
1415         (gnus-agent-group-pathname): New function. Wrapper for
1416         nnmail-group-pathname.
1417         (gnus-agent-expire-unagentized-dirs): New variable.  May be
1418         customized to disable gnus-agent-expire-unagentized-dirs.
1419         (gnus-agent-expire-unagentized-dirs): Expand gnus-agent-directory
1420         as the directories in gnus-agent-expire-current-dirs were
1421         expanded.
1422
1423 2003-04-10  Jesper Harder  <harder@ifa.au.dk>
1424
1425         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Encrypt
1426         body" entry in read only groups.
1427
1428 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
1429
1430         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Import file"
1431         and "Create article" items in non-editable groups.
1432
1433 2003-04-09  Kevin Greiner <kgreiner@xpediantsolutions.com>
1434
1435         * gnus-agent.el (gnus-agent-write-active): Added option of
1436         replacing, rather than updating, the agent's active file.  Do NOT
1437         use the fully qualified group name as gnus-active-to-gnus-format
1438         blindly prefixes group names with server names.
1439         (gnus-agent-save-group-info): Merge BOTH min/max of current active
1440         range, was just merging min, with specified active range.
1441         (gnus-agent-expire): Save agent's active ranges after
1442         expiring all groups.
1443         (gnus-agent-expire-group-1): Update min of agent's active range to
1444         min article currently fetched.
1445         (gnus-agent-expire-unagentized-dirs): Avoid asking to delete the
1446         same ancestor multiple times.
1447
1448         * gnus-async.el (gnus-asynchronous): Moved defcustom of
1449         gnus-asynchronous away from defgroup of gnus-asynchronous.  This
1450         seems to fix an intermittant error in which loading gnus-async
1451         fails to define gnus-asynchronous (the variable).
1452
1453         * gnus-sum.el: Concur with Steve Young, 5th argument to 'load' is
1454         non-essential.  Removed on all platforms.
1455         (gnus-select-newsgroup): When the agent is active, expand the
1456         group's active range to include fetched articles that are no
1457         longer in the server's active range.
1458
1459         * gnus-util.el (gnus-with-output-to-file): Removed all of the
1460         print-* bindings as they should be handled by the function doing
1461         the printing.
1462
1463 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
1464
1465         * mm-uu.el (mm-uu-copy-to-buffer): buffer-file-coding-system
1466         might be unbound in non-MULE XEmacsen.
1467
1468 2003-04-08  Jesper Harder  <harder@ifa.au.dk>
1469
1470         * mm-uu.el (mm-uu-diff-groups-regexp, mm-uu-type-alist)
1471         (mm-uu-diff-extract, mm-uu-diff-test): New functionality:
1472         recognize diffs.
1473
1474         * mm-bodies.el (mm-decode-body): Use the supplied charset
1475         unconditionally if `code-pages' hasn't been loaded.
1476
1477 2003-04-07  Jesper Harder  <harder@ifa.au.dk>
1478
1479         * gnus-art.el (article-verify-x-pgp-sig): Don't use
1480         `insert-buffer', the docstring says "This function is meant for
1481         the user to run interactively.  Don't call it from programs!"
1482
1483         * mm-extern.el (mm-extern-mail-server): do.
1484
1485         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-sign)
1486         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
1487         (mml1991-pgg-encrypt): do.
1488
1489         * pgg.el (pgg-decrypt-region): do.
1490
1491         * mm-view.el (mm-view-pkcs7-decrypt): do.
1492
1493         * mml-smime.el (mml-smime-verify): do.
1494
1495         * mml.el (mml-insert-mime, mml-preview): do.
1496
1497         * mml2015.el (mml2015-gpg-decrypt-1, mml2015-gpg-sign)
1498         (mml2015-gpg-encrypt, mml2015-pgg-clear-decrypt)
1499         (mml2015-pgg-encrypt): do.
1500
1501 2003-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1502
1503         * mm-bodies.el (mm-decode-body): Silence XEmacs when compiling.
1504
1505 2003-04-06  Jesper Harder  <harder@ifa.au.dk>
1506
1507         * mm-uu.el (mm-uu-copy-to-buffer): Copy
1508         `buffer-file-coding-system' to the new buffer.
1509         (mm-uu-pgp-signed-extract-1): Don't copy
1510         `buffer-file-coding-system' here.
1511
1512         * mm-bodies.el (mm-decode-body): last-coding-system-used doesn't
1513         exist in XEmacs.
1514         (mm-decode-body): Add missing quote.
1515
1516         * mm-uu.el (mm-uu-pgp-signed-extract-1): Set
1517         buffer-file-coding-system.
1518
1519         * mm-bodies.el (mm-decode-body): Set buffer-file-coding-system to
1520         last-coding-system-used.
1521
1522         * mml2015.el (mml2015-pgg-clear-verify): Encode the text
1523         according to buffer-file-coding-system.
1524
1525         * pgg-gpg.el (pgg-gpg-process-region): Revert previous change.
1526
1527         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
1528         (pgg-pgp-snarf-keys-region): do.
1529
1530         * pgg-pgp5.el (pgg-pgp5-verify-region)
1531         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): do.
1532
1533         * pgg.el (pgg-make-temp-file, pgg-temporary-file-directory): do.
1534         
1535 2003-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
1536
1537         * spam.el (spam-split): (save-excursion) around (widen)
1538         (spam-ham-move-routine): Use spam-group-ham-mark-p, not
1539         spam-group-spam-mark-p (from Michael Shields <shields@msrl.com>)
1540
1541 2003-04-05  Steve Youngs  <youngs@xemacs.org>
1542
1543         * gnus-sum.el: XEmacs doesn't support the 5th arg to 'load', so
1544         don't use it when loading gnus-sum.el if we're in XEmacs.
1545
1546 2003-04-05  Kevin Greiner <kgreiner@xpediantsolutions.com>
1547
1548         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
1549         print-escape-nonascii to fix more characters in compiled format
1550         specs.
1551
1552 2003-04-05  Jesper Harder  <harder@ifa.au.dk>
1553
1554         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player):
1555         Fix customization type.
1556
1557 2003-04-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
1558
1559         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
1560         print-quoted, print-readably, print-escape-multibyte, and
1561         print-level to match original behavior of gnus-prin1.  This should
1562         repair the format of .newsrc.eld when using compiled format specs.
1563
1564 2003-04-04  Jesper Harder  <harder@ifa.au.dk>
1565
1566         * gnus-group.el (tool-bar-map): defvar it.
1567
1568         * gnus-art.el (tool-bar-map): do.
1569
1570         * gnus-sum.el (tool-bar-map): do.
1571
1572 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
1573
1574         * earcon.el (earcon-regexp-alist): catmeow is a wav file.
1575
1576 2003-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
1577
1578         * gnus-art.el (gnus-button-ctan-directory-regexp): Changed meaning
1579         and value.
1580         (gnus-button-alist): Use it.
1581
1582 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
1583
1584         * pgg-gpg.el (pgg-gpg-process-region): do.
1585
1586         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
1587         (pgg-pgp-snarf-keys-region): do.
1588
1589         * pgg-pgp5.el (pgg-pgp5-verify-region)
1590         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): Use it.
1591
1592         * pgg.el (pgg-make-temp-file): New function. `make-temp-name' is
1593         unsafe.
1594         (pgg-temporary-file-directory): Remove.
1595
1596 2003-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1597
1598         * lpath.el: Fbind Info-directory and Info-menu.
1599
1600 2003-04-02  Reiner Steib  <Reiner.Steib@gmx.de>
1601
1602         * gnus-util.el (gnus-message): Added doc-string.
1603
1604         * gnus-score.el (gnus-score-find-trace): Changed behavior of `q'.
1605         (gnus-score-edit-file-at-point): Goto first match when using `e'.
1606
1607 2003-04-01  Reiner Steib  <Reiner.Steib@gmx.de>
1608
1609         * gnus-art.el (gnus-button-ctan-directory-regexp): New variable.
1610         (gnus-button-alist): Use it.  Changed CTAN and "setq" entries.
1611
1612 2003-04-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1613
1614         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
1615         (nntp-open-via-rlogin-and-telnet): Disable the telnet linemode.
1616
1617 2003-03-31  Kevin Greiner <kgreiner@xpediantsolutions.com>
1618
1619         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
1620         print-escape-newlines to print escape sequences rather than
1621         literal newline characters.
1622
1623 2003-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
1624
1625         * gnus-art.el (gnus-button-valid-fqdn-regexp): Use
1626         `message-valid-fqdn-regexp' for initialization.
1627         (gnus-button-handle-info-url): Renamed and extended version of
1628         `gnus-button-handle-info'.
1629         (gnus-button-message-level): Renamed from `gnus-button-mail-level'
1630         (gnus-button-handle-symbol, gnus-button-handle-library)
1631         (gnus-button-handle-info-keystrokes): New functions.
1632         (gnus-button-browse-level): New variable.
1633         (gnus-button-alist): Use them.  Added levels.
1634         (gnus-header-button-alist): Added levels.
1635
1636 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1637
1638         * gnus.el (gnus-version-number): Bump.
1639
1640 2003-03-31 20:08:19 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1641
1642         * gnus.el: Oort Gnus v0.17 is released.
1643
1644 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1645
1646         * gnus-start.el (gnus-unload): Removed.
1647
1648         * pop3.el (pop3-read-response): Use
1649         nnheader-accept-process-output.
1650         (pop3-retr): Ditto.
1651
1652         * mm-view.el (mm-text-html-renderer-alist): Add -nolist to Lynx. 
1653         (mm-text-html-washer-alist): Ditto.
1654
1655 2003-03-31  Simon Josefsson  <jas@extundo.com>
1656
1657         * imap.el (imap-gssapi-program): Also try GNU SASL.
1658         (imap-gssapi-open): Accept GNU SASL greeting.
1659         (imap-read-timeout): New.
1660         (imap-wait-for-tag): Use it.
1661
1662 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1663
1664         * nntp.el (nntp-accept-process-output): Use new function.
1665
1666         * nnheader.el (nnheader-read-timeout): New variable.
1667         (nnheader-accept-process-output): New function.
1668
1669         * nntp.el (nntp-read-timeout): Removed.
1670
1671         * gnus-sum.el (gnus-summary-prepare-threads): Add comment.
1672
1673 2003-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1674
1675         * gnus-cache.el (gnus-cache-braid-nov): Revoke last change.
1676
1677 2003-03-30  Simon Josefsson  <jas@extundo.com>
1678
1679         * message.el (message-idna-inside-rhs-p): Narrow to header before
1680         searching.
1681
1682         * gnus-art.el (article-decode-idna-rhs): More restrictive regexp.
1683
1684 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1685
1686         * nnmail.el (nnmail-process-mmdf-mail-format): Indent.
1687
1688 2003-03-28  Vasily Korytov  <deskpot@myrealbox.com>
1689
1690         * message.el (message-make-in-reply-to): Use
1691         mail-extract-address-components to determine sender's
1692         name/address.
1693
1694 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1695
1696         * nndoc.el (nndoc-type-alist): Move mime-parts further ahead. 
1697
1698         * gnus-registry.el (gnus-registry-translate-to-alist): Make a
1699         valid lambda.
1700         (gnus-registry-translate-from-alist): Ditto.
1701
1702         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
1703         print-length to nil.
1704
1705         * gnus-sum.el (gnus-summary-highlight-line-0): Indent.
1706
1707         * gnus-fun.el (gnus-fun-ppm-change-string): New function.
1708         (gnus-grab-cam-face): Use it.
1709
1710 2003-03-28  Paul Jarc  <prj@po.cwru.edu>
1711
1712         * nnmaildir.el (nnmaildir-request-set-mark)
1713         (nnmaildir-close-group): Allow each mark directory in a group to
1714         have its own inode for mark files, to accommodate AFS.
1715
1716 2003-03-28  Teodor Zlatanov  <tzz@lifelogs.com>
1717
1718         * gnus-start.el (gnus-read-newsrc-el-hook): new hook called by
1719         gnus-read-newsrc-el-file
1720         (gnus-read-newsrc-el-file): call the gnus-read-newsrc-el-hook
1721
1722         * gnus-registry.el (gnus-registry-translate-to-alist)
1723         (gnus-registry-translate-from-alist, alist-to-hashtable)
1724         (hashtable-to-alist): new functions
1725         (gnus-register-spool-action): add a spool item to the registry
1726
1727         * gnus.el (gnus-variable-list): added gnus-registry-alist to the
1728         list of saved variables
1729         (gnus-registry-alist): new variable
1730
1731 2003-03-27  Simon Josefsson  <jas@extundo.com>
1732
1733         * gnus-art.el (article-decode-group-name): Be correct instead of
1734         smart.
1735
1736 2003-03-27  Katsumi Yamaoka <yamaoka@jpl.org>
1737
1738         * lpath.el: Bind url-current-object for Emacs; bind
1739         gnus-agent-expire-current-dirs for XEmacs; fbind open-ssl-stream
1740         for both Emacsen.
1741
1742 2003-03-27  Jesper Harder  <harder@ifa.au.dk>
1743
1744         * gnus-sum.el (gnus-article-loose-mime)
1745         (gnus-article-emulate-mime): Move to gnus-article-mime customize
1746         group.
1747
1748         * gnus-msg.el (gnus-mailing-list-groups): Fix customize type and
1749         doc string.
1750
1751 2003-03-26  Kevin Ryde <user42@zip.com.au>
1752
1753         * gnus-sum.el (gnus-summary-find-for-reselect): Renamed from
1754         gnus-summary-find-uncancelled, skip temporary articles inserted by
1755         "refer" functions.
1756
1757 2003-03-26  Vasily Korytov  <deskpot@myrealbox.com>
1758
1759         * smiley.el (smiley-buffer): New function.
1760
1761 2003-03-26  Kevin Greiner <kgreiner@xpediantsolutions.com>
1762
1763         * gnus-agent.el (gnus-agent-fetch-selected-article): Replaced
1764         gnus-summary-update-line (which updated the article's face) with
1765         gnus-summary-update-download-mark (which updates the article's
1766         face by calling gnus-summary-update-line AND updates the download
1767         mark to show that the article was fetched).
1768
1769 2003-03-23  Kevin Greiner <kgreiner@xpediantsolutions.com>
1770
1771         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Provides
1772         option of deleting agent directories for groups/servers that are
1773         not currently agentized.
1774         (gnus-agent-expire): Use gnus-agent-expire-unagentized-dirs.
1775
1776         * gnus-int.el (gnus-open-server): Report backend errors in
1777         condition handler.
1778
1779 2003-03-23  Simon Josefsson  <jas@extundo.com>
1780
1781         * message.el (message-idna-to-ascii-rhs-1): Don't continue outside
1782         header.
1783
1784         * rfc2047.el (rfc2047-header-encoding-alist): Make Followup-To
1785         same as Newsgroups.
1786
1787         * nntp.el (nntp-open-connection-function): Mention
1788         nntp-open-tls-stream.
1789         (nntp-open-tls-stream): New function.
1790
1791         * tls.el: New file.
1792
1793         * nnimap.el (nnimap-server-port, nnimap-stream): Say TLS/SSL
1794         instead of SSL.
1795         (nnimap-stream): Add other streams, link to imap variables.
1796         (nnimap-authenticator): Add other authenticator, link to imap
1797         variables.
1798
1799         * imap.el: Autoload open-tls-stream.
1800         (imap-streams): Add tls in front of ssl.
1801         (imap-stream-alist): Add tls.
1802         (imap-default-tls-port): New variable.
1803         (imap-tls-p, imap-tls-open): New functions.
1804
1805 2003-03-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1806
1807         * mm-url.el (mm-url-insert-file-contents): parse url only if
1808         results is a list.
1809
1810 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1811
1812         * mail-source.el (mail-source-fetch-imap): Revert.
1813
1814 2003-03-22  Svend Tollak Munkejord  <stm@bacchus.pvv.org>
1815
1816         * deuglify.el (gnus-outlook-repair-attribution-outlook): Use a
1817         less strict regexp.
1818
1819 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1820
1821         * mail-source.el (mail-source-fetch-imap): Use buffer name for
1822         more imap function.
1823
1824 2003-03-21  Simon Josefsson  <jas@extundo.com>
1825
1826         * gnus-art.el (article-decode-group-name): Replace Newsgroups and
1827         Followup-To data inline.
1828
1829 2003-03-21  Jesper Harder  <harder@ifa.au.dk>
1830
1831         * gnus-art.el (gnus-treat-display-xface): Don't enable if
1832         icontopbm isn't available.
1833
1834 2003-03-21  Kevin Greiner <kgreiner@xpediantsolutions.com>
1835
1836         * gnus-int.el (gnus-open-server): Catch errors in backend's
1837         open-server method.  Returns nil rather than crashing startup.
1838
1839         * gnus-sum.el (eval-when-compile): Modified to resolve
1840         compile-time warnings.
1841
1842         * gnus-uu.el (gnus-uu-mark-series): Added informative msg.
1843         Reports length of series so that the user can compare N with a
1844         subject that should, if the entire series is present, contain
1845         '(.../N)'.
1846         (gnus-uu-delete-work-dir): Avoid hanging when O/S forbids deletion
1847         of temp file (Win-XP may leave the temp file locked when the
1848         uudecode process fails).
1849
1850 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
1851
1852         * message.el (message-split-line): Ignore error.
1853
1854         * lpath.el (split-line): Avoid split-line warning message.
1855
1856 2003-03-20  Kim F. Storm  <storm@cua.dk>
1857
1858         * message.el (message-split-line): New function.
1859         (message-mode-map): Remap split-line to message-split-line.
1860
1861 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
1862
1863         * message.el (message-make-overlay): Defalias it to make-overlay.
1864         (message-delete-overlay): Defalias it to delete-overlay.
1865         (message-overlay-put): Defalias it to overlay-put.
1866         (message-idna-to-ascii-rhs-1): Use them.
1867
1868         * messagexmas.el (message-xmas-redefine): Defalias some overlay
1869         functions to extent functions.
1870
1871 2003-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1872
1873         * message.el (message-check-news-header-syntax): Fixed regexp.
1874
1875 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
1876
1877         * rfc2231.el (rfc2231-decode-encoded-string): Downcase charset.
1878
1879         * mm-url.el (mm-url-insert): Move url-current-object stuff into
1880         mm-url-insert-file-contents.
1881
1882         * nnrss.el (nnrss-fetch): Fetch the local stuff.
1883         (nnrss-check-group): Use it.
1884
1885 2003-03-20 Mark A. Hershberger  <mah@everybody.org>
1886
1887         * nnrss.el: Primitive XML Name-space support.  This means that RSS
1888         feeds like Kevin Burton's[1] can now be read in Gnus.
1889
1890         Implemented support for Mark Pilgrim's RSS Autodiscovery.[2] This
1891         means that if you want to read the RSS feed for example.com, all
1892         you have to do is hit "G R http://www.example.com/ RET" and
1893         nnrss.el will find and the feed listed on the site or (if you have
1894         loaded xml-rpc.el) look it up on syndic8.com.
1895
1896         Marked the message as HTML (by adding a Content-Type header) so
1897         that Gnus will render it as html if the user wants that.
1898
1899         Implemented the ability to save nnrss-group-alist so that any new
1900         feeds the you subscribe to will be found the next time you start
1901         up.
1902
1903         Implemented support for RSS 2.0 elements (author, pubDate).
1904
1905         Prefer for <content:encoded> over <description> where both
1906         elements exist.
1907
1908         * mm-url.el (mm-url-insert): Set url-current-object.
1909
1910         * gnus-group.el (gnus-group-make-rss-group): New function.
1911
1912 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
1913
1914         * message.el (message-idna-to-ascii-rhs-1): Don't use replace-*
1915         for highlight overlays.
1916
1917 2003-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1918
1919         * gnus-cache.el (gnus-cache-braid-nov): Test if a line looks like
1920         a NOV.
1921
1922 2003-03-20  Simon Josefsson  <jas@extundo.com>
1923
1924         * message.el (message-use-idna): Disable if UTF-8 unavailable.
1925         (message-idna-to-ascii-rhs): Use it.
1926
1927         * gnus-art.el (gnus-use-idna): Disable if UTF-8 unavailable.
1928
1929 2003-03-19  Teodor Zlatanov  <tzz@lifelogs.com>
1930
1931         * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
1932         (spam-group-ham-marks, spam-group-spam-marks): new functions
1933         (spam-spam-marks, spam-ham-marks): removed in favor of the
1934         spam-marks and ham-marks parameters
1935         (spam-generic-register-routine, spam-ham-move-routine): use the
1936         new spam-group-{spam,ham}-mark-p functions
1937
1938         * gnus.el (spam-marks, ham-marks): new group parameters with
1939         default values same as the old spam-spam-marks and spam-ham-marks
1940
1941 2003-03-19  Simon Josefsson  <jas@extundo.com>
1942
1943         * gnus-art.el (gnus-article-decode-hook): Add IDNA.
1944         (gnus-use-idna): New variable.
1945         (article-decode-idna-rhs): New function.
1946
1947         * message.el (message-use-idna): New variable.
1948         (message-mode-field-menu): Add entry for IDNA.
1949         (message-idna-inside-rhs-p, message-idna-to-ascii-rhs-1)
1950         (message-idna-to-ascii-rhs): New function.
1951         (message-generate-headers): Invoke IDNA code.
1952
1953 2003-03-19  Paul Jarc  <prj@po.cwru.edu>
1954
1955         * nnmaildir.el (nnmaildir--system-name): New function.
1956         (nnmaildir-request-accept-article): Use it.
1957
1958 2003-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1959
1960         * gnus-util.el (gnus-byte-compile): Make it work silently as the
1961         gnus-compile function does.
1962
1963         * gnus-sum.el (gnus-summary-highlight-line-0): Revoke the last
1964         bogus change.
1965
1966 2003-03-19  Jesper Harder  <harder@ifa.au.dk>
1967
1968         * mm-util.el (mm-mule-charset-to-mime-charset): Test if
1969         sort-coding-systems is defined.
1970
1971 2003-03-18  Paul Jarc  <prj@po.cwru.edu>
1972
1973         * nnmaildir.el (nnmaildir-open-server, nnmaildir-request-scan)
1974         (nnmaildir-request-create-group, nnmaildir-request-delete-group):
1975         Replace create-directory with target-prefix.
1976
1977 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
1978
1979         * mm-bodies.el (mm-decode-coding-region-safely): Don't use
1980         find-charset-string which is slooow in XEmacs.
1981
1982 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1983
1984         * gnus-sum.el (gnus-summary-highlight-line-0): Silence the byte-
1985         compiler under XEmacs.
1986
1987 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
1988
1989         * gnus-art.el (gnus-treat-highlight-signature): Make the default
1990         work for multipart/signed where the message text isn't `last'.
1991
1992 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1993
1994         * mm-view.el (mm-setup-w3m): Set w3m-display-inline-images to
1995         the value of mm-inline-text-html-with-images.
1996         (mm-inline-text-html-render-with-w3m): Don't bind
1997         w3m-display-inline-images.
1998
1999         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't bind
2000         w3m-display-inline-images.
2001
2002         * lpath.el: Bind w3m-display-inline-images; bind mm-w3m-mode-map
2003         regardless of an Emacs flavor.
2004
2005 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2006
2007         * gnus.el (gnus-version-number): Bump.
2008
2009 2003-03-18 00:38:22 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2010
2011         * gnus.el: Oort Gnus v0.16 is released.
2012
2013 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2014
2015         * lpath.el (featurep): Bind mm-w3m-mode-map.
2016
2017 2003-03-17  Paul Jarc  <prj@po.cwru.edu>
2018
2019         * nnmail.el (nnmail-cache-primary-mail-backend): Not all
2020         'respool-able backends define a global nnchoke-get-new-mail
2021         variable.
2022
2023 2003-03-17  Reiner Steib  <Reiner.Steib@gmx.de>
2024
2025         * gnus-art.el (gnus-mime-delete-part): New function.
2026         (gnus-mime-action-alist, gnus-mime-button-commands): Use it.
2027
2028 2003-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2029
2030         * message.el (message-check-news-header-syntax): Don't push
2031         groups twice onto list of unknown groups.
2032
2033         * nndoc.el (nndoc-type-alist): Move exim-bounce a bit further
2034         back.
2035
2036         * nnheader.el (nnheader-find-etc-directory): Doc fix.
2037
2038         * gnus-msg.el (gnus-inews-add-send-actions): Don't restore window
2039         config unless the summary buffer exists.
2040
2041         * gnus-sum.el (gnus-summary-next-group): Semi-exit group first to
2042         that target group is computed correctly when articles are marked
2043         as read by Xref handling.
2044
2045         * mail-source.el (mail-source-fetch-imap): Pass buffer-name to
2046         imap-open.
2047
2048         * message.el (message-send-mail): Add courtesy string to Bcc's,
2049         too.
2050
2051         * gnus-cite.el (gnus-cited-line-p): New function.
2052
2053 2003-03-15  Jesper Harder  <harder@ifa.au.dk>
2054
2055         * mm-bodies.el (mm-decode-body): Add new optional parameter,
2056         force, to use the supplied charset unconditionally.
2057
2058         * gnus-art.el (article-decode-charset): Use it.
2059
2060 2003-03-14  Jesper Harder  <harder@ifa.au.dk>
2061
2062         * mm-bodies.el (mm-decode-coding-region-safely): New function.
2063         (mm-decode-body): Use it.
2064
2065         * rfc2047.el (rfc2047-decode-region): do.
2066         (rfc2047-decode-string): Guess coding system if the default is
2067         invalid.
2068
2069 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
2070
2071         * nnmaildir.el (nnmaildir-request-update-info): Pretend missing
2072         articles are marked 'read, so we get correct article counts.
2073
2074 2003-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2075
2076         * gnus-art.el (gnus-insert-mime-button): Exclude a newline from
2077         the button.
2078         (gnus-insert-prev-page-button): Ditto.
2079         (gnus-insert-next-page-button): Ditto.
2080         (gnus-insert-mime-security-button): Ditto.
2081
2082         * mm-view.el (mm-inline-image-emacs): Open the bottom of an image
2083         one line.  Suggested by Greg Klanderman <gak@klanderman.net>.
2084         (mm-inline-image-xemacs): Ditto.
2085
2086 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
2087
2088         * nnmaildir.el (nnmaildir--parse-filename, nnmaildir--sort-files,
2089         nnmaildir--scan, nnmaildir-request-accept-article): Changes for
2090         the recent filename uniqueness discussion.
2091
2092 2003-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2093
2094         * mm-view.el (mm-inline-image-emacs): Make it delete an excessive
2095         newline next time.
2096         (mm-inline-image-xemacs): Ditto.
2097
2098 2003-03-10  Jesper Harder  <harder@ifa.au.dk>
2099
2100         * gnus-agent.el (gnus-agent-synchronize-flags-server): Don't use
2101         kill-line.
2102
2103 2003-03-09  Jesper Harder  <harder@ifa.au.dk>
2104
2105         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't use
2106         kill-line.
2107
2108 2003-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2109
2110         * gnus-agent.el (gnus-agent-fetched-hook): New variable.  Just
2111         fixing the code to match the documentation.
2112         (gnus-agent-fetch-selected-article): Replaced
2113         gnus-summary-update-article-line with gnus-summary-update-line as
2114         the former did not correctly recalculate the thread indentation.
2115         (gnus-agent-find-parameter): The agent-predicate, if not found
2116         anywhere else, defaults to the value of gnus-agent-predicate.
2117         (gnus-agent-fetch-session): Fixed typo; now executes
2118         gnus-agent-fetched-hook rather than the undocumented
2119         gnus-agent-fetch-hook.
2120         (gnus-agent-fetch-group-1): Removed part of 2003-03-06 fix.  The
2121         default agent predicate is now provided by
2122         gnus-agent-find-parameter.
2123         (gnus-agent-message): New macro.  This macro avoids potentially
2124         costly parameter evaluation when the message's level is too high
2125         to display.
2126         (gnus-agent-expire-group-1): Disabled undo tracking in temp
2127         overview buffer. Uses new gnus-agent-message macro to reduce
2128         overhead of optional messages. Reversed message levels to
2129         emphasize percent completion messages.  Detailed messages of
2130         little use except when debugging code.
2131
2132 2003-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
2133
2134         * spam.el (spam-ham-move-routine): use
2135         spam-mark-ham-unread-before-move-from-spam-group
2136         (spam-mark-ham-unread-before-move-from-spam-group): new variable
2137
2138 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
2139
2140         * spam.el: load nnimap.el when compiling
2141         (spam-setup-widening): use
2142         nnimap-split-download-body-default instead of
2143         nnimap-split-download-body which is a user-customizable variable
2144
2145 2003-03-07  Simon Josefsson  <jas@extundo.com>
2146
2147         * nnimap.el (nnimap-split-download-body-default): New, holds
2148         default for n-s-d-b.
2149         (nnimap-split-download-body): Add new setting (symbol default),
2150         which uses contents of n-s-d-b-d, and made it the default.
2151
2152 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
2153
2154         * spam.el (spam-use-hashcash): new variable
2155         (spam-list-of-checks): added spam-use-hashcash with associated
2156         spam-check-hashcash
2157         (spam-check-hashcash): new function, installed iff hashcash.el is
2158         loaded
2159         (spam-setup-widening): don't use (return)
2160
2161 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2162
2163         * gnus-agent.el (gnus-agent-fetch-group-1): Added default
2164         predicate of `false' to avoid an error when a group defines no
2165         predicate. Fixed typo that disabled agent scoring (i.e. the
2166         low/high predicates should now work).
2167
2168 2003-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
2169
2170         * spam.el: add spam-maybe-spam-stat-load to
2171         gnus-get-top-new-news-hook, remove it from gnus-get-new-news-hook
2172         (spam-bogofilter-register-with-bogofilter): use
2173         spam-bogofilter-spam-switch and spam-bogofilter-ham-switch
2174         (spam-bogofilter-spam-switch, spam-bogofilter-ham-switch): new
2175         custom variables to replace "-s" and "-n"
2176
2177         * gnus-group.el (gnus-group-get-new-news): call the new
2178         gnus-get-top-new-news-hook hook
2179
2180         * gnus-start.el (gnus-get-top-new-news-hook): new hook, run ONLY
2181         by gnus-get-new-news, NOT by gnus-group-get-new-news-this-group
2182
2183 2003-03-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2184
2185         * mm-uu.el (mm-uu-pgp-encrypted-test): Fix message.
2186
2187 2003-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2188
2189         * gnus-cus.el (gnus-group-customize): Don't use delete-if which is
2190         a cl run-time function.
2191
2192 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2193
2194         * gnus-agent.el (gnus-agent-fetch-group-1): Added missing binding
2195         on gnus-agent-short-article.
2196         (gnus-category-read): Replaced CL function mapcar* with new macro:
2197         gnus-mapcar.
2198         * gnus-util.el (gnus-mapcar): New macro.  Generalizes mapcar to
2199         support functions that accept multiple parameters.  A separate
2200         sequence must be provided for each parameter in the function.
2201         Iteration stops when the end of the shortest list is reached.
2202
2203 2003-03-06  Jesper Harder  <harder@ifa.au.dk>
2204
2205         * nnimap.el (nnimap-request-accept-article): Use delete-region.
2206
2207         * html2text.el (html2text-clean-dtdd, html2text-delete-tags)
2208         (html2text-delete-single-tag, html2text-clean-anchor)
2209         (html2text-remove-tags): Use delete-region.
2210         (html2text-fix-paragraphs): Simplify.
2211
2212         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt)
2213         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
2214         (mml1991-pgg-encrypt, mml1991-pgg-encrypt): Use delete-region, not
2215         kill-region.
2216
2217 2003-03-04  John Paul Wallington  <jpw@gnu.org>
2218
2219         * gnus-agent.el (gnus-agent-enable-expiration)
2220         (gnus-agent-article-alist, gnus-agent-article-alist)
2221         (gnus-agent-cat-defaccessor): Doc fixes.
2222
2223 2003-03-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2224
2225         * gnus-agent.el (gnus-function-implies-unread-1): Grok
2226         byte-compiled functions.
2227
2228 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2229
2230         * gnus-sum.el (gnus-auto-goto-ignores): New variable. Provides
2231         customization between new maneuvering (which permits selecting
2232         undownloaded articles) and old maneuvering (which skipped over
2233         undownloaded articles) behaviors.
2234         (gnus-summary-find-next): Pass through the unread and subject
2235         parameters when calling gnus-summary-find-prev.
2236         (gnus-summary-find-next,gnus-summary-find-prev): Apply
2237         gnus-auto-goto-ignores to filter out unacceptable articles.
2238
2239 2003-03-04  Jesper Harder  <harder@ifa.au.dk>
2240
2241         * mail-source.el (mail-source-read-passwd): Remove. `read-passwd'
2242         exists in all supported Emacs versions, so we don't need this
2243         compatibility function.
2244         (mail-source-fetch-pop, mail-source-check-pop)
2245         (mail-source-fetch-webmail): Use read-passwd.
2246
2247         * nntp.el (nntp-send-authinfo, nntp-send-nosy-authinfo)
2248         (nntp-open-telnet, nntp-open-via-telnet-and-telnet): Use
2249         read-passwd.
2250
2251         * nnwarchive.el (nnwarchive-open-server): Use read-passwd.
2252
2253         * imap.el (imap-read-passwd): Remove.
2254         (imap-interactive-login): Use read-passwd.
2255
2256         * canlock.el (canlock-read-passwd): Remove.
2257         (canlock-insert-header, canlock-verify): Use read-passwd.
2258
2259         * sieve-manage.el (sieve-manage-read-passwd): Remove.
2260         (sieve-manage-interactive-login): Use read-passwd.
2261
2262         * pop3.el (pop3-read-passwd): Remove.
2263         (pop3-movemail, pop3-get-message-count, pop3-apop): Use
2264         read-passwd.
2265
2266         * pgg.el (pgg-read-passphrase): Simplify.
2267
2268 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2269
2270         * gnus-agent.el (gnus-agent-mode): Fixed the mode line reports
2271         'plugged' when actually 'unplugged' bug.
2272         (gnus-category-read): Ignore nil values when converting an
2273         old-format category so that the new-format category will default
2274         those attributes to the global variables.
2275
2276 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
2277
2278         * mail-source.el (mail-source-delete-old-incoming-confirm): Fixed
2279         doc-string.
2280
2281 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
2282
2283         * nnrss.el (nnrss-decode-entities-unibyte-string): Use `buffer-string'.
2284         * nndoc.el (nndoc-dissect-mime-parts-sub): do.
2285         * nndb.el (nndb-request-accept-article, nndb-status-message): do.
2286         * mm-url.el (mm-url-decode-entities-string): do.
2287         * mml1991.el (mml1991-mailcrypt-sign, mml1991-gpg-sign): do.
2288         * mm-decode.el (mm-find-raw-part-by-type): do.
2289         * message.el (message-send-mail-partially)
2290         (message-send-mail-with-sendmail): do.
2291         * gnus-uu.el (gnus-uu-save-article, gnus-uu-reginize-string): do.
2292         * gnus-kill.el (gnus-pp-gnus-kill): do.
2293         * gnus-art.el (gnus-article-treat-unfold-headers)
2294         (gnus-article-encrypt-body): do.
2295
2296 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2297
2298         * mail-source.el (mail-source-delete-incoming): Allow integer value.
2299         (mail-source-delete-old-incoming-confirm): New variable.
2300         (mail-source-delete-old-incoming): Use it.  New function.
2301         (mail-source-callback): Call `mail-source-delete-old-incoming' if
2302         `mail-source-delete-incoming' is a nonnegative integer.
2303
2304 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
2305
2306         * gnus-msg.el (gnus-extended-version): Fix for 'emacs-gnus-config.
2307         (gnus-user-agent): Fixed typo.
2308
2309 2003-03-03  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2310
2311         * gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
2312         (gnus-agent-expire-group-1): Removed invalid (interactive) specifier.
2313
2314 2003-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2315
2316         * gnus-agent.el (gnus-agent-fetch-articles): Fix nil message.
2317         (gnus-agent-fetch-session): Allow debugging to take place.
2318
2319 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
2320
2321         * gnus-sum.el (gnus-highlight-selected-summary)
2322         (gnus-article-get-xrefs, gnus-summary-show-thread): Use
2323         `gnus-point-at-bol' and `gnus-point-at-eol' instead of
2324         `(progn (beginning-of-line) (point))'.  It's shorter, faster,
2325         and makes it clear that we don't need the side effect.
2326         * gnus-util.el (gnus-delete-line): do.
2327         * gnus-xmas.el (gnus-group-add-icon): do.
2328         * nnmail.el (nnmail-article-group, nnmail-cache-fetch-group): do.
2329         * nntp.el (nntp-send-authinfo-from-file): do.
2330         * nnml.el (nnml-header-value): do.
2331         * nnheader.el (nnheader-insert-references): do.
2332         * gnus-cite.el (gnus-article-highlight-citation)
2333         (gnus-cite-parse): do.
2334         * gnus-score.el (gnus-score-followup): do.
2335         * gnus-draft.el (gnus-draft-send): do.
2336         * gnus-group.el (gnus-group-highlight-line): do.
2337         * gnus-cache.el (gnus-cache-braid-nov): do.
2338         * nnfolder.el (nnfolder-retrieve-headers)
2339         (nnfolder-request-article): do.
2340         * gnus-art.el (article-hide-boring-headers)
2341         (gnus-article-hide-header): do.
2342
2343         * nnheader.el (nnheader-find-nov-line): Use gnus-delete-line.
2344         * nnml.el (nnml-request-replace-article): do.
2345         * nnmbox.el (nnmbox-request-move-article, nnmbox-delete-mail): do.
2346         * nnfolder.el (nnfolder-request-move-article): do.
2347         * gnus-cache.el (gnus-cache-possibly-remove-article): do.
2348         * gnus-art.el (gnus-mm-display-part): do.
2349
2350         * gnus-art.el (gnus-article-goto-part): Use gnus-goto-char.
2351
2352 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2353
2354         * nntp.el (nntp-possibly-change-group): Avoid calling
2355         process-buffer on nil (Which happened when you lost your
2356         connection while fetching); instead signal a "Server Closed
2357         Connection" error.
2358
2359 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2360
2361         * gnus-agent.el (gnus-agent-enable-expiration): New
2362         variable. Either ENABLE or DISABLE.  Sets default behavior for
2363         selecting which groups are expired.
2364         (gnus-agent-cat-set-property, gnus-agent-cat-defaccessor,
2365         gnus-agent-set-cat-groups): Provides abstract interface for
2366         accessing agent category.  Category now implemented by an alist.
2367         (gnus-agent-add-group, gnus-agent-remove-group,
2368         gnus-category-insert-line, gnus-category-edit-predicate,
2369         gnus-category-edit-score, gnus-category-edit-groups,
2370         gnus-category-copy, gnus-category-add, gnus-group-category): Use
2371         new agent category abstraction.
2372         (gnus-agent-find-parameter): New function. Search for agent
2373         configuration parameter first in the group's parameters, then its
2374         topics (if any), and then the group's category.  If not found
2375         anywhere, use the original defined constants.
2376         (gnus-agent-fetch-headers, gnus-agent-fetch-group-1): Use new
2377         gnus-agent-find-parameter.
2378         (gnus-agent-fetch-headers, gnus-agent-uncached-articles): Clearing
2379         gnus-agent-cache now blocks retrieving headers and articles from
2380         the local cache.  Fetched content is still added to the cache
2381         before being returned.
2382         (gnus-agent-fetch-session): Use error-message-string to generate
2383         displayed error message.
2384         (gnus-agent-customize-category): New Command. 'e' in category
2385         buffer opens category customization buffer.
2386         (gnus-category-read): Reads either positional or alist format;
2387         returns alist format.
2388         (gnus-category-write): Writes category file compatible with
2389         current, and previous, versions of gnus-agent.
2390         (gnus-category-make-function, gnus-category-make-function-1):
2391         Corrected documentation; parameter is predicate NOT category.
2392         (gnus-predicate-implies-unread): Now works in more cases per the
2393         todo comment.
2394         (gnus-function-implies-unread-1): New function. Supports
2395         gnus-predicate-implies-unread.
2396         (gnus-agent-expire-group): Command now provides default of group
2397         under point.
2398         (gnus-agent-expire-group-1): Obeys new agent-enable-expiration and
2399         agent-days-until-old parameters. No longer supports
2400         gnus-agent-expire-days being set to an alist.
2401         (gnus-agent-request-article): Now performs its own checks of
2402         gnus-agent, gnus-agent-cache, and gnus-plugged rather than
2403         assuming that the caller will do them correctly.
2404         (): Added one-time hook to gnus-group-prepare-hook.  Detects when
2405         gnus-agent-expire-days is set to an alist.  Converts said alist
2406         into group parameter so that gnus-agent-expire-days will not be
2407         needed.
2408         * gnus-art.el (gnus-request-article-this-buffer): Conditional
2409         checks surrounding gnus-agent-request-article removed; now
2410         performed by gnus-agent-request-article.
2411         * gnus-cus.el (gnus-agent-parameters): New variable. List of
2412         customizable group/topic parameters that regulate the agent.
2413         (gnus-group-customize): Uses gnus-agent-parameters.  Replaced
2414         kill-buffer with gnus-kill-buffer to remove the killed buffer from
2415         the list of gnus buffers.
2416         (gnus-trim-whitespace): Removes leading and trailing whitespace
2417         from multiline strings.
2418         (gnus-agent-cat-prepare-category-field,
2419         gnus-agent-customize-category): Constructs a category
2420         customization buffer.
2421         * gnus-int.el (gnus-retrieve-headers,
2422         gnus-request-expire-articles): No longer checks gnus-agent-cache
2423         as it is handled internally by the agent.
2424         (gnus-request-head, gnus-request-body): Conditional checks
2425         surrounding gnus-agent-request-article removed; now performed by
2426         gnus-agent-request-article.
2427
2428         * gnus-start.el (): Added defvar statements to resolve compilation
2429         warnings.
2430         (gnus-long-file-names): New function. Isolates platform dependent
2431         msdos-long-file-names.
2432         (gnus-save-startup-file-via-temp-buffer): New variable. Provides
2433         option of writing directly to file.  Avoids memory exhausted
2434         errors when .newsrc.eld is huge.
2435         (gnus-save-newsrc-file): Uses new
2436         gnus-save-startup-file-via-temp-buffer.
2437         (gnus-gnus-to-quick-newsrc-format): Rewritten to write to
2438         standard-output.
2439         (gnus-display-time-event-handler): Changed to alias from a defun
2440         to avoid a compile-time warning when display-time-event-handler is
2441         not defined.
2442         * gnus-util.el (gnus-with-output-to-file): New macro. Binds
2443         standard-output such that prin1 and princ will write directly to a
2444         file.
2445
2446         * gnus.el (gnus-agent-cache): Expanded documentation.
2447         (gnus-summary-high-undownloaded-face): Removed second bold keyword
2448         so that this face is actually bold.
2449
2450         * nnkiboze.el (nnkiboze-request-article): Only use the cache when
2451         gnus-use-cache has been set.
2452
2453 2003-03-02  Jesper Harder  <harder@ifa.au.dk>
2454
2455         * nnvirtual.el (nnvirtual-update-xref-header): Simplify.
2456
2457 2003-03-01  Jesper Harder  <harder@ifa.au.dk>
2458
2459         * gnus-art.el (gnus-article-refer-article): Be more permissive.
2460
2461 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2462
2463         * spam.el: Fix typo.
2464
2465 2003-03-01  Satyaki Das  <satyaki@theforce.stanford.edu>
2466         (Trivial patch.)
2467
2468         * pgg-gpg.el (pgg-gpg-process-region): Insert process status into
2469         errors-buffer. This produces a nicer error message in case of
2470         problems.
2471
2472 2003-03-01  Teodor Zlatanov  <tzz@lifelogs.com>
2473
2474         * spam.el (spam-maybe-spam-stat-load, spam-maybe-spam-stat-load):
2475         load stats iff spam-use-stat is on
2476
2477         * spam.el: add spam-maybe-spam-stat-load to gnus-startup hook,
2478         also use spam-maybe-spam-stat-load and spam-maybe-spam-stat-save
2479         instead of spam-stat-load and spam-stat-save in the
2480         gnus-get-new-news-hook and gnus-save-newsrc-hook, respectively
2481
2482 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2483
2484         * mm-view.el (mm-inline-text): Ignore errors from enriched-decode.
2485
2486 2003-03-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2487
2488         * message.el (message-make-fqdn): Protect against nil user-mail.
2489
2490 2003-02-28  Vasily Korytov <deskpot@myrealbox.com>
2491
2492         * gnus-art.el (gnus-boring-article-headers): New values:
2493         'to-list and 'cc-list.
2494
2495 2003-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
2496
2497         * spam.el (spam-setup-widening): new function to set
2498         nnimap-split-download-body, we add it to gnus-get-new-news-hook
2499         (spam-list-of-statistical-checks): list of statistical splitter
2500         checks
2501         (spam-split): added a widen call when a statistical check is
2502         enabled
2503
2504 2003-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2505
2506         * gnus-msg.el (gnus-user-agent): Changed default to
2507         'emacs-gnus-type, renamed 'full.
2508
2509 2003-02-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
2510
2511         * nnfolder.el (nnfolder-request-accept-article): Don't use
2512         mail-header-unfold-field.
2513
2514 2003-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2515
2516         * imap.el (imap-ssl-open): Don't depend on ssl.el.
2517         * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
2518
2519 2003-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
2520
2521         * spam.el: add spam-stat-load to gnus-get-new-news-hook
2522         (spam-split): remove spam-stat-load call
2523
2524 2003-02-26  Simon Josefsson  <jas@extundo.com>
2525
2526         * gnus-sum.el (gnus-summary-toggle-header): Run
2527         gnus-article-decode-hook instead of calling a-decode-encoded-words
2528         directly (the latter is run as part of the former).
2529
2530 2003-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2531
2532         * gnus-agent.el (gnus-agent-expire-group): Remove debug.
2533
2534 2003-02-25  Jesper Harder  <harder@ifa.au.dk>
2535
2536         * message.el (message-sendmail-envelope-from): New option.
2537         (message-sendmail-envelope-from): New function.
2538         (message-send-mail-with-sendmail): Use it.
2539
2540 2003-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
2541
2542         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Added
2543         compensation for TDMA addresses.
2544
2545 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2546
2547         * gnus-msg.el (gnus-user-agent): New variable.
2548         (gnus-version-expose-system): Removed.  Obsoleted by
2549         `gnus-user-agent'.
2550         (gnus-extended-version): Use `gnus-user-agent'.
2551
2552 2003-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
2553
2554         * spam.el (spam-stat-register-spam-routine,
2555         spam-stat-register-ham-routine): remove spam-stat-save
2556         (spam-stat hook): add spam-stat-save to the gnus-save-newsrc-hook
2557
2558 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2559
2560         * gnus-group.el (gnus-topic-mode-p): Fixed free variable
2561         reference.
2562
2563 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2564
2565         * nnheader.el (nnheader-find-nov-line): Changed midpoint
2566         calculation to avoid integer overflow.
2567
2568 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2569
2570         * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
2571
2572 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
2573         * spam.el: disabled spam-get-article-as-filename
2574
2575         From Michael Shields  <shields@msrl.com>
2576
2577         * gnus-group.el (gnus-group-is-exiting-without-update-p): New.
2578         * gnus-sum.el (gnus-summary-exit-no-update): Use it.
2579         * gnus-sum.el (gnus-summary-expire-articles): Use it.
2580         * spam.el (spam-summary-prepare-exit): Use it.
2581         * gnus.el (gnus-install-group-spam-parameters): New.
2582         * spam.el (spam-group-ham-processor-copy-p): New.
2583         * spam.el (spam-summary-prepare-exit): Support for ham copying.
2584         * spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
2585         that would cause the current message to be moved if the group had
2586         no spam.
2587         * spam.el (spam-ham-move-routine): New `copy' argument.
2588
2589 2003-02-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2590         From Martin Thornquist <martint@ifi.uio.no>
2591
2592         * gnus-topic.el (gnus-topic-select-group): Select last group if
2593         after last group.
2594         * gnus-group.el (gnus-group-select-group): Ditto.
2595
2596 2003-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2597
2598         * gnus-art.el (popup-menu): Compiler macro for Emacs 20.
2599         (gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
2600         point-at-(b|e)ol which aren't available in Emacs 20.
2601
2602         * gnus-registry.el (puthash): Alias to cl-puthash for Emacs 20.
2603
2604 2003-02-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2605
2606         * gnus-start.el (gnus-activate-group): Re-enabled the catch error
2607         clause of the condition-case statement.  Errors connecting to a
2608         server no longer terminate gnus.
2609
2610         * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
2611         make its use obvious.  Added no-nothing case to avoid
2612         opening(closing) servers when already open(closed).
2613         (gnus-agent-while-plugged): Added macro to facilitate internal use
2614         of gnus-agent-toggle-plugged.
2615         (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
2616         temporarily open servers.
2617         (gnus-agent-get-undownloaded-list): Sort list of article numbers
2618         as sorting gnus-newsgroup-headers is wrong.
2619         (gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
2620         to temporarily open servers. Corrected logic to handle setting
2621         gnus-agent-mark-unread-after-downloaded.
2622         (gnus-agent-fetch-articles): Now handles headers with missing
2623         article sizes and/or missing article lengths.  Now clears the
2624         message buffer when finished.
2625         (gnus-agent-fetch-group-1): Position point before calling
2626         gnus-summary-set-agent-mark.
2627         (gnus-get-predicate): Corrected description, parameter is
2628         predicate not category.
2629         (gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
2630         provide a separate single group expiration function.
2631         (gnus-agent-regenerate-group): Now clears the message buffer when
2632         finished.
2633
2634 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2635
2636         * gnus.el (gnus-agent-target-move-group-header): New variable.
2637         * gnus-draft.el (gnus-draft-send): If special header
2638         "X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
2639         that group, instead of performing the regular sending functions.
2640
2641 2003-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2642
2643         * gnus-xmas.el (gnus-xmas-mime-button-menu): Accept a prefix arg.
2644
2645 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
2646
2647         * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
2648         variables.
2649         (message-make-fqdn): Use it.  Improved validity check.
2650
2651 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2652
2653         * message.el (message-user-mail-address): Check whether
2654         user-mail-address looks valid.
2655
2656         * gnus-msg.el (gnus-mailing-list-followup-to): New function.
2657
2658         * gnus-util.el (gnus-fetch-original-field): New function.
2659
2660 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2661
2662         * message.el (message-mode): \\(...\\) around additional
2663         paragraph-separate alternative.
2664
2665 2003-02-23  Jesper Harder  <harder@ifa.au.dk>
2666
2667         * gnus-art.el (gnus-mime-button-commands): Add ellipsis.
2668         (gnus-mime-button-menu): Define MIME popup menu with easy-menu to
2669         display key bindings.
2670         (gnus-mime-button-menu): Rewrite.
2671
2672 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2673
2674         * gnus-art.el (gnus-button-url-regexp): Removed `.
2675
2676 2003-02-23  Max Froumentin  <mf@w3.org>
2677
2678         * gnus-art.el (gnus-button-url-regexp): Remove `, enter '.
2679
2680 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2681
2682         * gnus-art.el (gnus-mime-action-on-part): Require a match
2683         interactively.
2684
2685         * gnus-start.el (gnus-save-newsrc-file): Use
2686         gnus-backup-startup-file.
2687         (gnus-backup-startup-file): New variable.
2688
2689 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2690
2691         * gnus.el (gnus-summary-buffer-name): Moved function here.
2692
2693         * gnus-draft.el (defun): Remove debug.
2694
2695 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
2696
2697         * gnus-sum.el (gnus-summary-refer-article): Skip method if we
2698         can't open server.
2699
2700 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2701
2702         * gnus-draft.el (defun): Configure posting styles.
2703
2704         * gnus-start.el (gnus-get-unread-articles-in-group): Make sure
2705         the entry for the group exists before we alter it.
2706
2707 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2708
2709         * message.el (message-mode): MML tags separate paragraphs.  Small
2710         change from David S Goldberg <david.goldberg6@verizon.net>.
2711
2712         * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
2713         `gnus-newsgroup-headers'.
2714
2715         * gnus-art.el (gnus-article-refer-article): Grok more message id
2716         formats.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
2717
2718 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
2719
2720         * mm-decode.el (mm-path-name-rewrite-functions): Doc fix: don't
2721         use "path name".
2722
2723 2003-02-21  Teodor Zlatanov  <tzz@lifelogs.com>
2724
2725         * gnus-sum.el (gnus-summary-move-article)
2726         (gnus-summary-expire-articles): send data header for article, not
2727         just article ID
2728
2729         * gnus-registry.el (gnus-registry-hashtb, gnus-register-action)
2730         (gnus-register-spool-action): added hashtable of message ID keys
2731         with message motion data
2732
2733 2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
2734         From Reiner Steib  <Reiner.Steib@gmx.de>.
2735
2736         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
2737         variable, used in `gnus-button-mid-or-mail-heuristic'.
2738         (gnus-button-mid-or-mail-heuristic): New function derived from
2739         Florian Weimer's Perl script.
2740         (gnus-button-handle-mid-or-mail): Allow a function instead of
2741         'guess.
2742         (gnus-button-guessed-mid-regexp): Removed.
2743
2744 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2745
2746         * message.el (message-resend): Bind message-setup-hook to nil;
2747         remove X-Draft-From header.
2748
2749 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
2750
2751         * gnus-sum.el (gnus-simplify-subject-fully, gnus-subject-equal)
2752         (gnus-newsgroup-undownloaded)
2753         (gnus-summary-save-parts-default-mime, gnus-auto-select-next):
2754         Doc fixes.
2755
2756 2003-02-17  John Paul Wallington  <jpw@gnu.org>
2757
2758         * gnus.el (gnus-shell-command-separator, gnus-email-address)
2759         (gnus-default-charset, gnus-other-frame-parameters): Doc fixes.
2760
2761 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
2762
2763         * gnus-spec.el (gnus-xmas-format): Use insert instead of
2764         insert-string which is obsolete in Emacs 21.4.
2765
2766         * message.el (message-cross-post-followup-to-header): do.
2767
2768         * spam.el (spam-ifile-register-with-ifile)
2769         (spam-stat-register-spam-routine)
2770         (spam-stat-register-ham-routine)
2771         (spam-bogofilter-register-with-bogofilter): do.
2772
2773         * mailcap.el (mailcap-mime-data): Fix typo.
2774
2775         * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
2776
2777 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
2778
2779         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
2780         (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
2781         `gnus-cite-unsightly-citation-regexp'.
2782
2783 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2784
2785         * gnus-msg.el (gnus-copy-article-buffer): Copy an article header
2786         even if there's just a header.
2787
2788 2003-02-19  Jesper Harder  <harder@ifa.au.dk>
2789
2790         * message.el (message-fix-before-sending): Fix highlighting of
2791         illegible and invisible text.
2792
2793         * gnus-util.el (gnus-multiple-choice): Separate choices with
2794         ",\e,A \e(B".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
2795
2796 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
2797
2798         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
2799
2800 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
2801
2802         * spam.el (spam-ham-move-routine)
2803         (spam-mark-spam-as-expired-and-move-routine): use
2804         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
2805         around process-mark manipulation on the group
2806
2807 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2808
2809         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
2810         submenu.
2811
2812 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2813
2814         * mail-source.el (mail-source-fetch): Reverse the return value of
2815         the continuation question.
2816
2817 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2818
2819         * nndraft.el (nndraft-request-move-article): Bind
2820         nnmh-allow-delete-final to t.
2821
2822 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
2823
2824         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
2825
2826 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
2827
2828         * nntp.el (nntp-accept-process-output): Don't use point-max to get
2829         the buffer's size.
2830
2831 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
2832
2833         * nnheader.el: Added cygwin to system-type comparisons.
2834
2835 2003-01-27  Juanma Barranquero  <lektu@terra.es>
2836
2837         * imap.el (imap-mailbox-status): Fix typo.
2838
2839 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
2840
2841         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
2842         online.
2843
2844 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2845
2846         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
2847         commands.
2848         * gnus-sum.el: Small change from Frank Weinberg
2849         <frank@usenet-rundfahrt.de>:
2850         (gnus-auto-center-group): New variable.
2851         (gnus-summary-read-group-1): Use it.
2852         (gnus-summary-next-group): Fix docstring.
2853
2854 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2855
2856         * gnus-util.el (gnus-faces-at): Simplify.
2857
2858 2003-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2859
2860         * spam.el (spam-ham-move-routine)
2861         (spam-mark-spam-as-expired-and-move-routine): made the article
2862         move conditional, so it's not called even if there's nothing to move
2863
2864 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2865
2866         * message.el (message-unix-mail-delimiter): Accept any whitespace
2867         after the email address and before the date; do not require the
2868         space character.  From Kurt B. Kaiser <kbk@shore.net>.
2869
2870 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2871
2872         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
2873         gnus-article-boring-faces variable is bound; use gnus-faces-at.
2874
2875         * gnus-util.el (gnus-faces-at): New macro.
2876
2877 2003-02-13  Michael Shields  <shields@msrl.com>
2878
2879         * gnus-cite.el
2880         (gnus-cite-attribution-suffix, gnus-cite-parse):
2881         Better handling for Microsoft citation styles.
2882         (gnus-unsightly-citation-regexp): New.
2883
2884 2003-02-12  Michael Shields  <shields@msrl.com>
2885
2886         * gnus-art.el (article-strip-banner): Strip both per-group and
2887         per-user-address banners.
2888         (article-really-strip-banner): New.
2889
2890 2003-02-12  Michael Shields  <shields@msrl.com>
2891
2892         * gnus-sum.el (gnus-article-goto-next-page,
2893         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
2894         relying on the summary bindings of `n' and `p'.
2895
2896 2003-02-12  Michael Shields  <shields@msrl.com>
2897
2898         * gnus-art.el (gnus-article-only-boring-p): New.
2899         (gnus-article-skip-boring): New.
2900         * gnus-cite.el (gnus-article-boring-faces): New.
2901         * gnus-sum.el (gnus-summary-next-page): Use
2902         gnus-article-only-boring-p.
2903
2904 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
2905
2906         * spam.el (spam-mark-spam-as-expired-and-move-routine)
2907         (spam-ham-move-routine): unmark all articles before marking those
2908         of interest and calling gnus-summary-move-article
2909
2910 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
2911
2912         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
2913         logically the complement of gnus-get-buffer-create and
2914         gnus-add-buffer.
2915
2916         * gnus-util.el (gnus-kill-buffer): do.
2917
2918         * nnmail.el: Autoload gnus-kill-buffer.
2919
2920 2003-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2921
2922         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
2923         gnus-summary-goto-subject as gnus-summary-update-mark operates on
2924         the current LINE.
2925         (gnus-agent-summary-fetch-group): Minimized the number of times
2926         that the article is updated in the buffer.
2927
2928 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
2929
2930         * spam.el (spam-ham-move-routine): use the process-mark instead of
2931         gnus-current-article when moving articles
2932         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
2933
2934 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2935
2936         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
2937         (gnus-topic-catchup-articles): Ditto.
2938         (gnus-topic-mark-topic): Reverse recursive logic.
2939
2940 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
2941
2942         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
2943         gnus-refer-thread-limit is t.
2944
2945 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
2946
2947         * mm-util.el (mm-mule-charset-to-mime-charset): Use
2948         sort-coding-systems to prefer utf-8 over utf-16.
2949
2950 2003-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2951
2952         * gnus-agent.el (gnus-agent-expire-days):
2953         gnus-request-move-article depends on gnus-agent-expire to clean up
2954         the cache after moving the article.  Therefore, g-a-e-d can NOT
2955         default to nil or can gnus-agent-expire be disabled by doing so.
2956         If you don't want to run gnus-agent-expire, don't call it.
2957         (gnus-agent-expire): The broken test to disable gnus-agent-expire
2958         when g-a-e-d was NOT nil was removed.
2959         (gnus-agent-article-name): Removed unnecessary input test as
2960         article IDs are always strings.
2961         (gnus-agent-regenerate-group): Added check to protect against
2962         servers that generate absurdly long article IDs.  Valid IDs are
2963         less than 10 digits to avoid overflow errors.  Fixed logic error
2964         when ensuring that the final article ID is present in the new
2965         alist.
2966
2967 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2968
2969         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
2970         next line after finding the parent.
2971
2972 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2973
2974         * gnus.el (gnus-version-number): Bumped.
2975
2976 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2977
2978         * gnus.el: Oort Gnus v0.15 is released.
2979
2980 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
2981
2982         * nnmail.el (nnmail-split-it): If a message ends up matching the
2983           same mailbox more than once, it will cause duplicates to appear
2984           in the mailbox.
2985
2986 2003-02-08  Simon Josefsson  <jas@extundo.com>
2987
2988         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
2989         code that only worked under Emacs.
2990
2991         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
2992         Das <satyaki@chicory.stanford.edu>.
2993
2994 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
2995
2996         * gnus-art.el (gnus-article-refer-article): Use
2997         gnus-replace-in-string.
2998
2999         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
3000         (gnus-remove-duplicates): do.
3001
3002 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
3003
3004         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
3005         (gnus-request-scan): set
3006         gnus-internal-registry-spool-current-method to gnus-command-method
3007         before a request-scan operation
3008
3009         * gnus-registry.el (regtest-nnmail): use
3010         gnus-internal-registry-spool-current-method
3011
3012 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3013
3014         * mail-source.el (mail-source-fetch): Typo fix.
3015
3016 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
3017
3018         * nnmail.el (nnmail-spool-hook): new hook
3019         (nnmail-cache-insert): call nnmail-spool-hook
3020
3021         * gnus-registry.el: new file with examples of using the hooks
3022
3023         * gnus.el (gnus-registry): added registry customization group
3024         (gnus-group-prefixed-name): improve function to return full group
3025         name optionally
3026         (gnus-group-guess-prefixed-name): shortcut to
3027         gnus-group-prefixed-name, using just the group name
3028         (gnus-group-full-name): always get a group's full name
3029         (gnus-group-guess-full-name): shortcut, using just the group name
3030
3031         * gnus-sum.el (gnus-summary-article-move-hook)
3032         (gnus-summary-article-delete-hook)
3033         (gnus-summary-article-expire-hook): new hooks
3034         (gnus-summary-move-article, gnus-summary-expire-articles)
3035         (gnus-summary-delete-article): invoke the new hooks
3036
3037 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
3038
3039         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
3040         from message-ID
3041
3042 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
3043
3044         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
3045
3046 2003-02-07  John Paul Wallington  <jpw@gnu.org>
3047
3048         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
3049         (mm-write-region, mm-detect-coding-region): Doc fixes.
3050
3051 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3052
3053         * mail-source.el (mail-source-fetch): Ignore errors.
3054         (mail-source-ignore-errors): New variable.
3055
3056         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
3057         articles.
3058
3059         * gnus-msg.el (gnus-version-expose-system): Change default.
3060
3061 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
3062
3063         * gnus-msg.el (gnus-version-expose-system): New variable.
3064
3065 2003-02-07  Simon Josefsson  <jas@extundo.com>
3066
3067         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
3068         patch from deskpot@myrealbox.com (Vasily Korytov).
3069
3070 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3071
3072         * gnus-art.el (article-display-face): Get the Face header from
3073         the current buffer.
3074
3075 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3076
3077         * gnus-art.el (gnus-mime-view-part-internally): Bind
3078         buffer-read-only to nil.
3079
3080 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3081
3082         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
3083         from g-a-e-1 to g-a-e-2.
3084
3085 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
3086
3087         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
3088         of bbdb-search-simple, use spam-use-BBDB-exclusive
3089         (spam-check-whitelist): use spam-use-whitelist-exclusive
3090         (spam-use-whitelist-exclusive): new variable affecting
3091         spam-use-whitelist
3092         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
3093
3094 2003-02-05  Simon Josefsson  <jas@extundo.com>
3095
3096         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
3097         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
3098         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
3099         (gnus-agent-expire-1): New.
3100         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
3101         (gnus-agent-expire-2): New.
3102
3103 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
3104
3105         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
3106         "delete-if" is misleading because it isn't actually destructive.
3107
3108         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
3109
3110         * nnmail.el (nnmail-purge-split-history): do.
3111
3112         * gnus-win.el (gnus-get-buffer-window): do.
3113
3114         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
3115         let-binding.
3116         (gnus-simplify-all-whitespace): do.
3117
3118 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3119
3120         * gnus-delay.el (gnus-delay-article): Fix binding of the
3121         nndraft:delayed group.
3122
3123 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
3124
3125         * gnus.el (spam group parameters): change 'other to 'const in
3126         the group parameter definitions to soothe XEmacs
3127
3128 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3129
3130         * gnus-delay.el (gnus-delay-article): Really create
3131         nndraft:delayed group if it doesn't exist.
3132
3133 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
3134
3135         * gnus-sum.el (gnus-summary-search-article): Speed up by
3136         disabling various visual features while searching.
3137         (gnus-summary-recenter): Test gnus-auto-center-summary first.
3138
3139 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
3140
3141         * spam.el (spam-list-of-checks): Don't quote nil and t in
3142         docstrings.  From the elisp manual:
3143
3144            When a documentation string refers to a Lisp symbol, write
3145            it [..] with single-quotes around it.  [..] There are two
3146            exceptions: write t and nil without single-quotes.
3147
3148         * messcompat.el (message-from-style): do.
3149
3150         * message.el (message-send-mail): do.
3151
3152         * gnus-util.el (gnus-use-byte-compile): do.
3153
3154         * gnus-score.el (gnus-score-lower-thread): do.
3155
3156         * gnus-int.el (gnus-server-unopen-status): do.
3157
3158         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
3159         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
3160
3161         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
3162         (gnus-group-parameters): do.
3163
3164         * gnus-art.el (gnus-article-mime-match-handle-function): do.
3165
3166         * mm-decode.el (mm-text-html-renderer): do.
3167
3168 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3169
3170         * nnheader.el (nnheader-directory-separator-character): Change the
3171         way to compute the dafault value.
3172
3173 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
3174
3175         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
3176         (gnus-button-alist): Fix regexp for describe-key.
3177         (gnus-button-handle-describe-function)
3178         (gnus-button-handle-describe-variable)
3179         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
3180         (gnus-button-handle-apropos-variable)
3181         (gnus-button-handle-apropos-documentation): Docstring fix.
3182
3183         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
3184
3185 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3186
3187         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
3188         to nil.
3189
3190         * nnmail.el: Removed gnus-util autoload.
3191
3192         * gnus.el: Use gnus-prin1-to-string throughout.
3193
3194         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
3195         print-level.
3196
3197         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
3198         (gnus-treat-display-grey-xface): Removed.
3199
3200         * gnus-fun.el (gnus-grab-cam-face): New.
3201         (gnus-convert-image-to-gray-x-face): Removed.
3202         (gnus-convert-gray-x-face-to-xpm): removed.
3203         (gnus-convert-gray-x-face-region): Removed.
3204         (gnus-grab-gray-x-face): Removed.
3205
3206         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
3207
3208 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
3209
3210         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
3211         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
3212         bound.
3213
3214         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
3215
3216 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
3217
3218         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
3219         Remove -- these are bogus options which are never used.
3220
3221 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
3222
3223         * gnus-art.el (gnus-article-mode): Use summary tool bar.
3224
3225 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
3226
3227         * spam.el (spam-check-blackholes)
3228         (spam-blackhole-good-server-regex): new variable to skip some IPs
3229         when checking blackholes; use it
3230         (spam-check-bogofilter-headers)
3231         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
3232         case more X-Bogosity is used than just "Yes/No"
3233         (spam-ham-move-routine): semi-fixed, only first article is
3234         properly moved now
3235
3236 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
3237
3238         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
3239         as well.
3240
3241         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
3242
3243         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
3244
3245         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
3246
3247         * gnus-bcklg.el (gnus-backlog-shutdown): do.
3248
3249         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
3250
3251 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3252
3253         * gnus-fun.el (gnus-face-encode): New function.
3254         (gnus-convert-png-to-face): Use it.
3255
3256         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks.
3257
3258 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
3259
3260         * mm-decode.el (mm-dissection-list): Remove.
3261         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
3262         only used in mm-remove-all-parts.
3263         (mm-remove-all-parts): Remove it, it's never called.
3264
3265 2003-01-25  Simon Josefsson  <jas@extundo.com>
3266
3267         * gnus-group.el (gnus-group-make-group): Report errors.
3268
3269         * nnimap.el (nnimap-request-create-group): Ditto.
3270
3271         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
3272
3273         * sieve.el (sieve-upload): Fix error printing.
3274
3275         * mm-encode.el (mm-qp-or-base64): Always QP iff
3276         mm-use-ultra-safe-encoding and cleartext PGP.
3277
3278         * gnus-sum.el (gnus-summary-select-article): Inhibit
3279         redisplay (mainly for secured messages).
3280
3281         * nnmail.el (nnmail-article-group): Copy body too (but don't
3282         process it).
3283
3284 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
3285
3286         * gnus-art.el (gnus-article-setup-buffer): Reset
3287         gnus-button-marker-list.
3288
3289 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3290
3291         * nntp.el (nntp-read-timeout): Default to using a second delay
3292         under Microsoft Windows.
3293
3294 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3295
3296         * nnheader.el (nnheader-directory-separator-character): New
3297         variable.
3298
3299 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3300
3301         * gnus-agent.el (gnus-agent-max-fetch-size)
3302         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
3303         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
3304         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
3305         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
3306         (gnus-agent-braid-nov, gnus-agent-load-alist)
3307         (gnus-agent-article-alist-save-format)
3308         (gnus-agent-read-agentview, gnus-agent-save-alist)
3309         (gnus-agent-fetch-group-1, gnus-agent-expire)
3310         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
3311         (gnus-agent-regenerate-group): Reformat to keep under eighty
3312         columns.  Reword docstrings so that first line is under eighty
3313         chars and a complete sentence.  Still need to work on the rear
3314         end of the file, in particular gnus-agent-expire.
3315
3316 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3317
3318         * gnus-agent.el (gnus-agentize): Indent.
3319
3320         * gnus.el (gnus-version-number): Bumped.
3321
3322 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3323
3324         * gnus.el: Oort Gnus v0.14 is released.
3325
3326 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3327
3328         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
3329         before beginning.  Tiny patch from Mark Thomas
3330         <swoon@bellatlantic.net>.
3331
3332 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
3333
3334         * spam.el (spam-check-blackholes, spam-split)
3335         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
3336         gnus-message calls to show to users what spam.el is doing
3337
3338 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
3339
3340         * gnus-msg.el (gnus-message-replysign)
3341         (gnus-message-replyencrypt): Fix typo.
3342
3343 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3344
3345         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
3346         details.
3347
3348 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3349
3350         * gnus-art.el (gnus-article-press-button): let* -> let.
3351         (gnus-mime-security-show-details): Cleaned up.
3352         (gnus-mime-security-press-button): Save excursion.
3353         (gnus-insert-mime-security-button): Clean up.
3354
3355         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
3356
3357         * gnus-async.el (gnus-async-wait-for-article): Don't use a
3358         timeout.
3359
3360         * nntp.el (nntp-accept-process-output): Removed timeout.
3361         (nntp-read-timeout): New variable.
3362         (nntp-accept-process-output): Use it.
3363
3364         * gnus-sum.el (gnus-data-find-list): Remove *.
3365
3366 2003-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3367
3368         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
3369         introduced on 2002-01-22.
3370         (gnus-summary-first-unseen-or-unread-subject): Ditto.
3371
3372 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
3373
3374         * spam.el (spam-check-regex-headers, spam-list-of-checks)
3375         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
3376         checks of incoming mail based on simple header regexp matching
3377
3378 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
3379
3380         * gnus-sum.el (gnus-spam-mark): set to `$'
3381
3382 2003-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3383
3384         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
3385         gnus-newsgroup-unfetched, the list of articles whose headers have
3386         not been fetched from the server.
3387
3388         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
3389         parameter as it never worked due to a bug.  Added check to prevent
3390         selection of any article in the gnus-newsgroup-unfetched list.
3391         (gnus-summary-find-prev): Added check to prevent selection of any
3392         article in the gnus-newsgroup-unfetched list.
3393         (gnus-summary-first-subject): Documented API. Modified
3394         implementation so that constraints are handled independently.
3395         Added check to prevent selection of any article in the
3396         gnus-newsgroup-unfetched list.
3397         (gnus-summary-first-unseen-subject): Updated parameters in
3398         gnus-summary-first-subject call to match new API.
3399         (gnus-summary-first-unseen-or-unread-subject): Ditto.
3400         (gnus-summary-catchup): Do not mark unfetched articles as read.
3401
3402 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
3403
3404         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
3405         make-obsolete-variable allows only two arguments in XEmacs and
3406         Emacs 20.
3407
3408         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
3409         gnus-article-hide-pgp.
3410         (gnus-summary-make-menu-bar): do.
3411
3412         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
3413         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
3414         gnus-article-hide-pgp.
3415         (article-hide-pgp): Remove.
3416         (gnus-article-hide): Remove gnus-article-hide-pgp.
3417
3418         * gnus.el: Remove gnus-article-hide-pgp
3419
3420 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3421
3422         * message.el (message-required-headers): Doc fix.
3423
3424 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
3425
3426         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
3427         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
3428         option to make ifile a purely binary classifier
3429
3430 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3431
3432         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
3433         (mml-secure-encrypt-pgpmime): Removed double.
3434
3435         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
3436         debugging statements.
3437
3438 2003-01-21  Andreas Fuchs  <asf@void.at>
3439
3440         * mml-sec.el (mml-sign-alist): Added pgpauto.
3441
3442 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3443
3444         * gnus.el (gnus-version-number): Bumped version number.
3445
3446 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3447
3448         * gnus.el: Oort Gnus v0.13 is released.
3449
3450 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3451
3452         * gnus-art.el (gnus-button-url-regexp): Removed |.
3453
3454         * message.el (message-send-hook): Doc fix.
3455
3456         * gnus-win.el (gnus-buffer-configuration): Display article
3457         instead of article-copy when `reply'.
3458
3459 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
3460
3461         * gnus.el (gnus-format): Change customize group to gnus.
3462         (gnus-cache): Add link.
3463         (gnus-group-charter-alist): Fix docstring.
3464
3465 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
3466
3467         * mailcap.el (mailcap-print-command): lpr-command might be
3468         unbound in XEmacs.
3469
3470 2003-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3471
3472         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
3473
3474         * gnus-sum.el (gnus-summary-update-article-line): Fixed
3475         calculation of net characters added for use in the gnus-data
3476         structure.
3477
3478 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3479
3480         * nnmail.el (nnmail-process-unix-mail-format): Improve error
3481         message.  Suggested by Jari Aalto.
3482
3483 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3484
3485         * gnus-art.el (gnus-article-followup-with-original): Clean up.
3486         (gnus-article-reply-with-original): Ditto.
3487
3488         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
3489         read articles don't become unread.
3490
3491 2003-01-17  Simon Josefsson  <jas@extundo.com>
3492
3493         * gnus-fun.el (gnus-x-face-from-file):
3494         (gnus-face-from-file): Suggest image format in minibuffer prompt.
3495
3496         * gnus-fun.el (gnus-convert-image-to-x-face-command)
3497         (gnus-convert-image-to-face-command): Doc fix.
3498
3499 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3500
3501         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
3502
3503 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
3504
3505         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
3506         avoid encoding problems.
3507
3508         * mailcap.el (mailcap-ps-command): New variable.
3509         (mailcap-mime-data): Add print entry where applicable.  Use
3510         pdftotext on a tty.
3511
3512 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
3513
3514         * gnus-sum.el (gnus-alter-header-function): Add type and group.
3515
3516 2003-01-16  Simon Josefsson  <jas@extundo.com>
3517
3518         * gnus-fun.el (gnus-convert-image-to-x-face-command)
3519         (gnus-convert-image-to-face-command, gnus-x-face-from-file)
3520         (gnus-face-from-file): Doc fix; don't mention image format.
3521
3522 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3523
3524         * spam.el (spam-get-article-as-filename): new function (unused for now)
3525         (spam-get-article-as-buffer): new function
3526         (spam-get-article-as-string): use spam-get-article-as-buffer
3527         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
3528
3529 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3530
3531         * gnus-agent.el: Don't use `path'.
3532         From the GNU coding standards:
3533
3534             Please do not use the term ``pathname'' that is used in Unix
3535             documentation; use ``file name'' (two words) instead.  We use
3536             the term ``path'' only for search paths, which are lists of
3537             directory names.
3538
3539         * nnsoup.el (nnsoup-file-name): Ditto.
3540
3541         * nnmail.el (nnmail-pathname-coding-system): Ditto.
3542         (nnmail-group-pathname): Ditto.
3543
3544         * nnimap.el (nnimap-group-overview-filename): Ditto.
3545
3546         * nnheader.el (nnheader-pathname-coding-system): Ditto.
3547         (nnheader-group-pathname): Ditto.
3548
3549         * nnfolder.el (nnfolder-group-pathname): Ditto.
3550
3551         * gnus.el (gnus-home-directory): Ditto.
3552
3553         * gnus-group.el (gnus-group-icon-list): Ditto.
3554
3555 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
3556
3557         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
3558
3559         * message.el (message-mode-menu): Use it.
3560         (message-mode-menu): Deactivate "Yank Original" if there's no
3561         reply buffer.
3562
3563         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
3564
3565         * message.el (message-mark-active-p): New function.
3566
3567 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
3568
3569         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header)
3570         (spam-bogofilter-database-directory): new variables
3571         (spam-check-bogofilter-headers, spam-check-bogofilter)
3572         (spam-bogofilter-register-with-bogofilter)
3573         (spam-bogofilter-register-spam-routine)
3574         (spam-bogofilter-register-ham-routine)
3575         (spam-group-ham-processor-bogofilter-p): new functions for the new
3576         Bogofilter interface
3577         (spam-summary-prepare-exit): use the new Bogofilter functions
3578         (spam-list-of-checks): added spam-use-bogofilter-headers
3579         (spam-bogofilter-score): rewrote function
3580         (spam-check-bogofilter): optional score parameter, uses
3581         spam-check-bogofilter-headers better
3582         (spam-check-bogofilter-headers): optional score parameter
3583
3584         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
3585         default, in the gnus-start customization group.  Used to disable
3586         the spam-*/ham-* parameters.
3587         (gnus-group-ham-exit-processor-bogofilter): new ham processor
3588
3589 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
3590
3591         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
3592         XEmacs.
3593
3594         * gnus-ems.el (gnus-mark-active-p): do.
3595
3596 2003-01-15  Kevin Ryde  <user42@zip.com.au>
3597
3598         * gnus.texi (Using MIME): Mention auto-compression-mode with
3599         gnus-mime-copy-part.
3600
3601 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3602
3603         * message.el (message-send): Don't warn about duplicates when
3604         superseding.
3605
3606 2003-01-15  Simon Josefsson  <jas@extundo.com>
3607
3608         * nnimap.el (nnimap-split-download-body): New variable.
3609         (nnimap-split-articles): Use it.
3610
3611 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3612
3613         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
3614         integrity checker was incorrectly flagging, and removing, articles
3615         whose article number was negative.
3616         (gnus-agent-fetch-group-1): When executed in the group's summary
3617         buffer, refresh each downloaded line to update the status flag and
3618         font.  Preserve the value of gnus-newsgroup-headers so that
3619         gnus-agent-fetch-articles can split the requests by size.
3620         (gnus-agent-expire): Corrected day calculation for when
3621         gnus-agent-expire-days contains a list.
3622
3623 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3624
3625         * gnus-audio.el (gnus-audio-au-player): Use executable-find.
3626
3627 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
3628
3629         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
3630           /usr/bin/play as default player.
3631           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
3632
3633 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3634
3635         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
3636         articles to be marked as well.
3637
3638 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3639         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
3640         fictious headers generated by nnagent (ie. Undownloaded Article
3641         ####) in the list of articles that have not been downloaded.
3642
3643         * gnus-int.el (): Added require declarations to resolve
3644         compile-time warnings.
3645         (gnus-open-server): If the server status is set to offline,
3646         recursively execute gnus-open-server to open the offline backend
3647         (e.g. nnagent).
3648
3649 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
3650
3651         * gnus-art.el (gnus-article-reply-with-original): Use
3652         gnus-mark-active-p.
3653         (gnus-article-followup-with-original): do.
3654
3655 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3656
3657         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
3658
3659 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3660
3661         * gnus-score.el (gnus-score-edit-file-at-point): New function.
3662         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
3663
3664 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
3665
3666         * gnus-fun.el (gnus-x-face-from-file): Quote file name.
3667         (gnus-face-from-file): Ditto.
3668
3669 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3670
3671         * gnus-sum.el (gnus-articles-to-read): Don't just apply
3672         gnus-alter-articles-to-read-function to the unread articles.
3673
3674 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3675
3676         * deuglify.el (gnus-article-outlook-unwrap-lines)
3677         (gnus-article-outlook-repair-attribution)
3678         (gnus-article-outlook-rearrange-citation): New function names,
3679         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
3680         doc-string.
3681
3682         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
3683         removed `W k' key binding (use `W Y f' instead).
3684         (gnus-summary-make-menu-bar): Use new function names.
3685
3686 2003-01-13  Simon Josefsson  <jas@extundo.com>
3687
3688         * gnus-fun.el (gnus-random-x-face): Doc fix.
3689         (gnus-insert-random-x-face-header): New function.
3690
3691 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
3692
3693         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
3694         mark is not active.
3695
3696         * gnus-msg.el (gnus-inews-do-gcc): Comment.
3697
3698         * gnus-ems.el (gnus-mark-active-p): New function.
3699
3700         * gnus-group.el (gnus-topic-mode-p): New function.
3701         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
3702         Deactivate items if mark is not active.
3703
3704 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3705
3706         * gnus.el (gnus-version-number): Bumped version.
3707         (gnus-summary-line-format): Doc fix.
3708
3709 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3710
3711         * gnus.el: Oort Gnus v0.12 is released.
3712
3713 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3714
3715         * mail-source.el (mail-sources): Removed autoload to make it
3716         compile under XEmacs.
3717
3718 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
3719
3720         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
3721         regexp or a function too.
3722         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
3723         confirmation even if the original article is mail.
3724
3725 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3726
3727         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
3728         articles to be marked when not yanking.
3729
3730 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
3731
3732         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
3733
3734 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3735
3736         * gnus-fun.el (gnus-face-from-file): Autoload.
3737
3738         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
3739         errors.
3740
3741 2003-01-12  Simon Josefsson  <jas@extundo.com>
3742
3743         * sieve.el (sieve-upload-and-bury): New.  Suggested by
3744         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
3745
3746         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
3747         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
3748
3749 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3750
3751         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
3752         in every string.
3753
3754         * gnus.el (gnus-version-number): Bumped version number.
3755
3756 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3757
3758         * gnus.el: Oort Gnus v0.11 is released.
3759
3760 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
3761
3762         * message.el (message-fetch-reply-field): Narrow to headers.
3763
3764         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
3765         if Gnus isn't alive.
3766
3767 2003-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3768
3769         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
3770         marks from articles that are already stored in the agent.
3771         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
3772         backup copy of an invalid .overview file for later analysis.
3773
3774 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
3775
3776         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
3777         exit work with two frames.
3778
3779 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
3780
3781         * message.el (message-forward-make-body): Use mule4.
3782
3783 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3784
3785         * message.el (message-mode-map): Move wide-reply command.
3786
3787 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
3788
3789         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
3790         castellano.
3791         (gnus-outlook-display-hook): New variable.
3792         (gnus-outlook-display-article-buffer): New function.
3793         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
3794         (gnus-outlook-deuglify-article): Made them interactive and added
3795         optional arg.  Use `g-o-d-a-b'.
3796         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
3797
3798         * gnus-sum.el: Added autoloads.
3799         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
3800         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
3801
3802 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3803
3804         * gnus-art.el (gnus-display-mime): Use the mime emulation
3805         variable.
3806
3807         * gnus-sum.el (gnus-article-emulate-mime): New variable.
3808
3809         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
3810         newsrc-alist is initialized properly.
3811
3812         * mail-source.el (mail-sources): Autoload.
3813
3814         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
3815         nil.
3816
3817         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
3818         insert two newlines.
3819
3820         * message.el (message-check-news-header-syntax): Compute the
3821         header length correctly.
3822
3823 2003-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3824
3825         * gnus-agent.el (gnus-agent-expire): Do not remove article from
3826         alist when keeping fetched article file.
3827         (gnus-agent-retrieve-headers): When parsing response for article
3828         numbers, use the same algorithm as gnus-agent-braid-nov to protect
3829         against garbage in the server's response.
3830
3831         * gnus-int.el (gnus-request-expire-articles,
3832         gnus-request-move-article): Only expire when the group's server
3833         has been agentized.
3834
3835 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3836
3837         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
3838         errors when deleting overlays.
3839
3840         * gnus-score.el (gnus-score-followup): Allow tracing.
3841
3842         * gnus-art.el (gnus-treat-display-face): New variable.
3843         (article-display-face): New command.
3844
3845         * gnus-fun.el (gnus-face-from-file): New function.
3846         (gnus-convert-face-to-png): Ditto.
3847
3848         * gnus-art.el (gnus-ignored-headers): Added Face.
3849
3850 2003-01-10  Simon Josefsson  <jas@extundo.com>
3851
3852         * nndraft.el (nndraft-request-group): Avoid crash in
3853         directory-files when draft directory doesn't exists.
3854
3855         * gnus-sum.el (gnus-select-article-hook): Add :option.
3856
3857 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
3858
3859         * spam.el (spam-use-stat): new variable
3860         (spam-group-spam-processor-stat-p)
3861         (spam-group-ham-processor-stat-p): new convenience functions
3862         (spam-summary-prepare-exit): add spam/ham processors to sequence
3863         (spam-list-of-checks): add spam-use-stat to list of checks
3864         (spam-split): conditionally load the spam-stat tables
3865         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
3866         spam-check-ifile): new functions
3867
3868         * spam-stat.el (spam-stat): typo fix
3869         (spam-stat-install-hooks): new variable
3870         (spam-stat-split-fancy-spam-group): added documentation clarification
3871         (spam-stat-split-fancy-spam-threshhold): new variable
3872         (spam-stat-install-hooks): make hooks conditional
3873         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
3874
3875         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
3876         spam-stat ham/spam processor symbols
3877
3878 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3879
3880         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
3881         file exists.
3882
3883 2003-01-10  Simon Josefsson  <jas@extundo.com>
3884
3885         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
3886         undownloaded/downloadable only when unplugged.
3887
3888 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
3889
3890         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
3891
3892 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
3893
3894         * spam.el (spam-check-ifile): fixed call-process-region to use the
3895         db parameter only if it's set
3896         (spam-ifile-register-with-ifile): ditto
3897
3898 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
3899
3900         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
3901         spam-stat-nbad before creating the hash table.
3902         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
3903         Changed copyright statement to FSF.
3904
3905 2003-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3906
3907         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
3908         processable articles as read.
3909         (gnus-agent-summary-fetch-series): Remove processable and
3910         downloadable marks on all downloaded articles in the series.
3911
3912         * nntp.el (nntp-report): Throw error after reporting the problem.
3913         (nntp-accept-process-output): Corrected error check to report an
3914         error when the process is nil.
3915
3916 2003-01-09  Simon Josefsson  <jas@extundo.com>
3917
3918         * message.el (message-tool-bar-map): Add preview.
3919
3920 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
3921
3922         * mml.el (mml-preview): Get rid of MIME handles and buffers after
3923         previewing.
3924
3925 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
3926
3927         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
3928         bug when the (n+1)th article to be added to a group has a smaller
3929         number than the n articles already added.
3930
3931 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
3932
3933         * message.el (message-mode-field-menu): Use backquote.
3934
3935 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
3936
3937         * spam.el: fixed the BBDB autoloads again, using
3938         bbdb-search-simple now (which is not a macro, thank god)
3939
3940         * lpath.el (bbdb-search): removed function from maybe-fbind list
3941
3942         * gnus.el (ham-process-destination): added new parameter for
3943         destination of ham articles found in spam groups at summary exit
3944
3945         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
3946         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
3947         (spam-ifile-database-path): added new parameter for ifile's database
3948         (spam-move-spam-nonspam-groups-only): new parameter to determine
3949         if spam should be moved from all groups or only some
3950         (spam-summary-prepare-exit): fixed logic to use
3951         spam-move-spam-nonspam-groups-only when deciding to invoke
3952         spam-mark-spam-as-expired-and-move-routine; always invoke that
3953         routine after the spam has been expired-or-moved in case there's
3954         some spam left over; use spam-ham-move-routine in spam groups
3955         (spam-ham-move-routine): new function to move ham articles to the
3956         ham-process-destinations group parameter
3957
3958 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3959
3960         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
3961
3962         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
3963         gnus-summary-update-article-line.
3964
3965 2003-01-08  Simon Josefsson  <jas@extundo.com>
3966
3967         * nnmail.el (nnmail-expiry-target-group): Request group, create it
3968         not successful.
3969
3970 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3971
3972         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
3973
3974 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
3975
3976         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
3977         logic, finally
3978
3979 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3980
3981         * gnus-spec.el (gnus-parse-format): %C is a complex format.
3982         (gnus-parse-format): Change to %~.
3983
3984         * message.el (message-generate-headers): Don't generate optional
3985         empty headers.
3986
3987 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
3988
3989         * message.el (message-cross-post-default)
3990         (message-cross-post-note-function, message-shoot-gnksa-feet)
3991         (message-strip-subject-trailing-was, message-change-subject)
3992         (message-mark-insert-file, message-cross-post-followup-to)
3993         (message-cross-post-followup-to, message-mode-map)
3994         (message-generate-unsubscribed-mail-followup-to)
3995         (message-make-mail-followup-to): Minor changes to doc-strings and
3996         error messages.  Updated copyright line.
3997
3998         * message.el (message-make-mail-followup-to,
3999         message-generate-unsubscribed-mail-followup-to): New function
4000         names.  Renamed functions: "-mft" -> "-mail-followup-to".
4001         (message-make-mft, message-gen-unsubscribed-mft): Removed function
4002         names.
4003
4004         * mml.el (mml-preview-insert-mail-followup-to): New function name.
4005         (mml-preview-insert-mft): Removed function name.
4006         (mml-preview): Use new function names.
4007
4008         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
4009
4010         * message.el (message-mode-field-menu): Moved header related
4011         commands from "Message" to "Field" menu.
4012
4013 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
4014
4015         * message.el (message-generate-headers-first): Added customization
4016         if variable is a list.
4017
4018 2003-01-07  Michael Shields  <shields@msrl.com>
4019
4020         * gnus-art.el (gnus-article-next-page): Correctly handle the case
4021         where the last line of the article is the last line of the window.
4022
4023 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4024
4025         * gnus-msg.el (gnus-debug): Use ignore-errors.
4026
4027         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
4028         `gnus-summary-update-line'.
4029
4030 2003-01-08  Simon Josefsson  <jas@extundo.com>
4031
4032         * gnus-art.el (gnus-unbuttonized-mime-types)
4033         (gnus-buttonized-mime-types): Doc fix.
4034
4035 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
4036
4037         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
4038
4039 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4040
4041         * nnrss.el (nnrss-group-alist): Add and clear up.
4042
4043 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4044
4045         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
4046
4047         * lpath.el (bbdb-search): added BBDB functions for a better way to
4048         fix missing functions
4049
4050         * spam.el (spam-check-ifile): if should be an unless
4051
4052         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
4053         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
4054         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
4055
4056 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4057
4058         * gnus-sum.el (gnus-summary-make-menu-bar): Added
4059         gnus-summary-refer-thread to thread menu.
4060
4061 2003-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4062
4063         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
4064         summary buffer, articles that cannot be fetched are marked as
4065         canceled.
4066
4067         * nntp.el (nntp-with-open-group): The quit signal handler must
4068         propagate the quit signal to the next outer handler so that the
4069         caller knows that the request aborted abnormally.
4070
4071 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4072
4073         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
4074         (spam-ifile-register-spam-routine)
4075         (spam-ifile-register-ham-routine): added ifile functionality that
4076         does not use ifile-gnus.el to classify and register articles
4077         (spam-get-article-as-string): convenience function
4078         (spam-summary-prepare-exit): added ifile spam and ham registration
4079         (spam-ifile-all-categories, spam-ifile-spam-category)
4080         (spam-ifile-path, spam-ifile): added customization options
4081
4082         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
4083         exit processor
4084         (spam-process): added gnus-group-ham-exit-processor-ifile to the
4085         list of choices
4086
4087 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4088
4089         * gnus-score.el (gnus-score-followup): Also score immediate
4090         followups.
4091
4092 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4093
4094         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
4095
4096 2003-01-07  Simon Josefsson  <jas@extundo.com>
4097
4098         * message.el (message-mode-menu): Fix receipt balloon help.
4099
4100 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
4101
4102         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
4103         always be interpreted as news.
4104
4105 2003-01-07  Simon Josefsson  <jas@extundo.com>
4106
4107         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
4108         gnus-sieve-script, instead of the global variable
4109         gnus-sieve-crosspost.  One-line patch from Steinar Bang
4110         <sb@dod.no>.
4111
4112 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4113
4114         * gnus.el: Renamed gnus-summary-*-uncached-face as
4115         gnus-summary-*-undownloaded-face to avoid confusing the agent with
4116         the cache.
4117
4118         * gnus-sum.el: Ditto.
4119
4120 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4121
4122         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
4123         in either the group or summary buffer.
4124         New command "JS", in summary buffer, will fetch articles per the
4125         group's category, predicate, and processable flags.
4126         (gnus-agent-summary-fetch-series): Rewritten to call
4127         gnus-agent-session-fetch-group once with all articles in the
4128         series.
4129         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
4130         return list of fetched articles.
4131         (gnus-agent-fetch-articles): Split fetch list into sublists such
4132         that the article buffer is only slightly larger than
4133         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
4134         the group's article alist is saved.
4135         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
4136         longer result in the agent trying to fetch an article.
4137         (gnus-agent-fetch-group-1): Can now be called in either the group
4138         or summary buffer.  Removed the max-fetch-size code that I added
4139         on 2002-12-13 as that capability is now part of
4140         gnus-agent-fetch-articles.  Added code to update summary buffer.
4141         When called in the group buffer, articles that can not be fetched
4142         are AUTOMATICALLY MARKED AS READ.
4143
4144         * gnus-sum.el (): Modified eval-when-compile to minimize
4145         misleading compilation warnings.
4146         (gnus-update-summary-mark-positions): Changed code to use
4147         gnus-undownloaded-mark rather than gnus-downloaded-mark.
4148
4149         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
4150         empty file as the parser assumes that the file isn't empty.
4151
4152         * nntp.el (nntp-send-string): The process-send-string call can,
4153         because it performs I/O on the process, change the process' state
4154         from open to closed.  If this happens, call nntp-report
4155         immediately to report the broken connection.
4156         (nntp-report): Rewritten to avoid needing a global variable to
4157         determine the appropriate course of action.  Instead, two function
4158         implementations are provided and the nntp-report function value is
4159         bound to the appropriate implementation.
4160         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
4161         (nntp-with-open-group): Now binds nntp-report's function cell
4162         rather than binding gnus-with-open-group-first-pass.  Added a
4163         condition-case to detect a quit during a nntp command.  When the
4164         quit occurs, the current connection is closed as a fetch articles
4165         request could have several megabytes queued up for reading.
4166         (nntp-retrieve-headers): Bind articles to itself.  If
4167         nntp-with-open-group repeats this command, I must have access to
4168         the original list of articles.
4169         (nntp-retrieve-groups): Ditto for groups.
4170         (nntp-retrieve-articles): Ditto for articles.
4171         (*): Replaced nntp-possibly-change-group calls to
4172         nntp-with-open-group forms in all, but one, occurrance.
4173         (nntp-accept-process-output): Bug fix. Detect when called with
4174         null process.
4175
4176 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
4177
4178         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
4179         if we don't need to.
4180         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
4181
4182 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4183
4184         * gnus-group.el (gnus-group-make-web-group): Pass the select
4185         method on to group-create.
4186         (gnus-group-line-format-alist): %U is an integer.
4187
4188         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
4189         ephemeral groups.
4190         (gnus-summary-read-group-1): Ditto.
4191         (gnus-group-make-articles-read): Ditto.
4192
4193         * mm-url.el (mm-url-program): Doc fix.
4194
4195         * message.el (message-mode-map): Rebound
4196         message-insert-wide-reply.
4197
4198 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4199
4200         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
4201         color as `gnus-group-startup-message' does.
4202
4203 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
4204
4205         * spam.el: fixed line lengths to 80 chars or less
4206
4207         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
4208         "not-read" mark
4209         (gnus-summary-mark-forward): added the spam-mark to the list of
4210         marks not to be marked as "read" when viewed
4211
4212 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4213
4214         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
4215
4216         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
4217         Protect against unactive groups.
4218
4219         * message.el (message-check-news-header-syntax): Check long
4220         header lines.
4221         (message-check-news-header-syntax): Update `start'.
4222
4223         * gnus-group.el (gnus-group-expire-articles): Doc fix.
4224         (gnus-group-line-format): %U.
4225         (gnus-group-line-format-alist): ?U.
4226         (gnus-number-of-unseen-articles-in-group): New function.
4227
4228         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
4229
4230         * gnus.el (gnus-version-number): Bump version number.
4231
4232 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4233
4234         * gnus.el: Oort Gnus v0.10 is released.
4235
4236 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4237
4238         * gnus.el (gnus-version-number): Fix version number.
4239
4240 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4241
4242         * gnus.el: Oort Gnus v0.08 is released.
4243
4244 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
4245
4246         * mm-util.el: Add mm-string-make-unibyte.
4247
4248         * gnus-group.el (gnus-group-jump-to-group): Make it work for
4249         UTF-8 groups.
4250
4251 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4252
4253         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
4254
4255         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
4256
4257 2003-01-04  Kevin Ryde  <user42@zip.com.au>
4258
4259         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
4260         function.
4261
4262 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4263
4264         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
4265         (gnus-summary-read-group-1): Update group line.
4266         (gnus-summary-exit-no-update): Update group on exit.
4267
4268         * gnus-group.el (gnus-group-line-format): Add %*.
4269         (gnus-group-line-format-alist): Ditto.
4270         (gnus-group-insert-group-line): Set it.
4271         (gnus-group-is-exiting-p): New variable.
4272         (gnus-group-insert-group-line): Use it.
4273
4274 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
4275
4276         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
4277         enable BBDB ham processing
4278         (spam-blacklist-register-routine): enable blacklist spam processing
4279         (spam-whitelist-register-routine): enable whitelist ham processing
4280         (spam-fetch-field-from-fast): fast fetching of the "from" field
4281         from (gnus-data-list)
4282         (spam-summary-prepare-exit): works completely now
4283         (spam-use-blacklist): oops, should be nil by default
4284         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
4285         split processing now; before it was for summary exit as
4286         well but that's done with the spam-contents and spam-process
4287         parameters now
4288
4289 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
4290
4291         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
4292         characters.
4293
4294 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
4295
4296         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
4297         (spam-group-processor-p, spam-group-processor-bogofilter-p)
4298         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
4299         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
4300         (spam-mark-spam-as-expired-and-move-routine)
4301         (spam-generic-register-routine, spam-BBDB-register-routine)
4302         (spam-ifile-register-routine, spam-blacklist-register-routine)
4303         (spam-whitelist-register-routine): new functions
4304         (spam-summary-prepare-exit): added summary exit processing (expire
4305         or move) of spam-marked articles for spam groups; added slots for
4306         all the spam-*-register-routine functions
4307
4308 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4309
4310         * pop3.el (pop3-retr): Wait 500 msecs.
4311         (pop3-read-response): Ditto.
4312
4313         * gnus-msg.el (gnus-setup-message): Get the evaliation order
4314         right.
4315         (gnus-inews-make-draft): New function.
4316         (gnus-setup-message): Use it.
4317
4318         * message.el (message-required-headers): Add From.
4319
4320 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4321         Trivial patch from Norbert Koch <nk@viteno.net>.
4322
4323         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
4324
4325 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4326
4327         * message.el (message-generate-headers): Let header formatters do
4328         their work.
4329
4330 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
4331
4332         * deuglify.el (gnus-article-outlook-deuglify-article):
4333         Rehighlight, reapply treatments and call
4334         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
4335         (gnus-outlook-repair-attribution-block): Recognize cited
4336         attributions.  Suggested by Niklas Morberg.
4337
4338 2003-01-02  Pete Kazmier  <pete@kazmier.com>
4339
4340         * gnus-art.el (gnus-treat-predicate): Check condition first.
4341
4342 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
4343
4344         * lpath.el: Add url-http-file-exists-p.
4345
4346         * gnus-group.el (gnus-group-fetch-charter): Use
4347         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
4348
4349 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4350
4351         * message.el (message-draft-headers): Also generate From to get a
4352         nicer draft buffer summary.
4353
4354         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
4355         parameter.
4356
4357         * gnus-art.el (article-wash-html): Clean up.
4358         (article-wash-html): Typo fix.
4359
4360         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
4361         (gnus-summary-mail-forward): To many lists of lists.
4362
4363         * gnus-art.el (article-wash-html): Clean up.
4364
4365 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
4366
4367         * gnus-art.el (gnus-treat-wash-html): New variable.
4368
4369 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4370
4371         * message.el (message-check-news-header-syntax): Allow posting.
4372         (message-check-news-header-syntax): Fix logic for sure, this
4373         time.
4374
4375 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
4376
4377         * message.el (message-check-news-header-syntax): Check syntax of
4378         continuation headers.
4379
4380 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
4381
4382         * gnus-art.el (gnus-button-url-regexp,
4383         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
4384         (gnus-header-button-alist): Regexps are case insensitive here.
4385
4386 2003-01-02  Simon Josefsson  <jas@extundo.com>
4387
4388         * dig.el (query-dig): Doc fix.
4389
4390 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4391
4392         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
4393         summary buffer line, not just the download mark.
4394
4395 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4396
4397         * gnus-sum.el (gnus-summary-goto-subjects): New function.
4398         (gnus-summary-insert-dormant-articles): New command and
4399         keystroke.
4400
4401         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
4402         function for mass insertion of subjects.
4403
4404         * nndraft.el (nndraft-generate-headers): Don't move point.
4405
4406         * gnus.el (nnheader): Require nnheader.
4407
4408         * nndraft.el (nndraft-request-associate-buffer): Use
4409         make-local-variable.
4410
4411 2003-01-02  Michael Shields  <shields@msrl.com>
4412
4413         * nndraft.el (nndraft-request-associate-buffer): Make
4414         write-contents-hooks buffer-local before setting it.
4415
4416 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4417
4418         * gnus.el (gnus-group-parameter-value): Take an extra param.
4419         (gnus-group-fast-parameter): Let group param results be nil.
4420
4421         * gnus-art.el (gnus-article-forward-header): New function.
4422         (article-date-ut): Use it to remove continuation date headers.
4423
4424         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
4425         read-event.
4426         (gnus-summary-remove-bookmark): Clean up.
4427         (gnus-summary-set-bookmark): Clean up.
4428
4429         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
4430
4431         * gnus.el (gnus-group-startup-message): Bind data-directory to
4432         the Gnus etc directory.
4433
4434 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
4435
4436         * spam.el (spam-summary-prepare-exit): added slots for spam- and
4437         ham-processing of articles; use the new
4438         spam-group-(spam|ham)-contents-p functions
4439         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
4440         convenience functions
4441         (spam-mark-junk-as-spam-routine): use the new
4442         spam-group-spam-contents-p function
4443
4444         * gnus.el (spam-process, spam-contents, spam-process-destination):
4445         added new parameters with corresponding global variables
4446         (gnus-group-spam-exit-processor-ifile,
4447         gnus-group-spam-exit-processor-bogofilter,
4448         gnus-group-spam-exit-processor-blacklist,
4449         gnus-group-spam-exit-processor-whitelist,
4450         gnus-group-spam-exit-processor-BBDB,
4451         gnus-group-spam-classification-spam,
4452         gnus-group-spam-classification-ham): added new symbols for the
4453         spam-process and spam-contents parameters
4454
4455         * spam.el (spam-ham-marks, spam-spam-marks): changed list
4456         customization and list itself to store mark symbol rather than
4457         mark character.
4458         (spam-bogofilter-register-routine): added logic to generate mark
4459         values list from spam-ham-marks and spam-spam-marks, so (member)
4460         would work.
4461
4462 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4463
4464         * message.el (message-cross-post-followup-to): Fix comment.
4465
4466 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
4467
4468         * spam.el (spam-ham-marks, spam-spam-marks): changed list
4469         customization and list itself to store mark symbol rather than
4470         mark character.
4471         (spam-bogofilter-register-routine): added logic to generate mark
4472         values list from spam-ham-marks and spam-spam-marks, so (member)
4473         would work.
4474
4475 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
4476
4477         * message.el (message-signature-insert-empty-line): New variable.
4478
4479 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4480
4481         * message.el: Renamed functions and variables: "xpost" ->
4482         "cross-post", "-fup2" -> "-followup-to".
4483         (message-cross-post-old-target, message-cross-post-default,
4484         message-cross-post-note, message-followup-to-note,
4485         message-cross-post-note-function): New variables names.
4486         (message-xpost-old-target, message-xpost-default,
4487         message-xpost-note, message-fup2-note,
4488         message-xpost-note-function): Removed variable names.
4489         (message-cross-post-followup-to-header,
4490         message-cross-post-insert-note, message-cross-post-followup-to):
4491         New function names.
4492         (message-xpost-fup2-header, message-xpost-insert-note,
4493         message-xpost-fup2): Removed function names.
4494
4495 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4496
4497         * message.el (message-send-mail): Added message-cleanup-headers to
4498         prevent newlines in headers.
4499
4500 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4501
4502         * dns.el (dns-make-network-process): Comment.
4503
4504         * gnus-sum.el (gnus-summary-display-while-building): Default to
4505         nil.
4506
4507 2003-01-01  Wes Hardaker  <wes@hardakers.net>
4508
4509         * gnus-sum.el (gnus-summary-display-while-building): New
4510         variable.
4511
4512 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
4513
4514         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
4515         before rearranging the article.
4516
4517 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4518
4519         * nndraft.el (nndraft-generate-headers): New function.
4520         (nndraft-request-associate-buffer): Use it to write headers on
4521         buffer save.
4522
4523         * message.el (message-generate-headers): Let the function be a
4524         lambda form.
4525         (message-draft-headers): New variable.
4526
4527         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
4528         function.
4529         (gnus-setup-message): Use it.
4530
4531         * message.el (message-generate-headers-first): Doc fix.
4532         (message-setup-1): Use new function for getting which headers to
4533         generate.
4534         (message-headers-to-generate): New function.
4535
4536 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4537
4538         * gnus-agent.el (gnus-agent-save-alist): Make directory.
4539
4540 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
4541
4542         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
4543         mention negatives.
4544
4545 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
4546
4547         * deuglify.el (gnus-outlook-rearrange-article): Use
4548         `transpose-regions' instead of tempering the kill-ring.
4549         (gnus-article-outlook-deuglify-article): Rehighlight article
4550         instead of a complete redisplay.
4551
4552 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
4553
4554         * spam.el: most defvars are defcustoms now
4555
4556         patches from Michael Shields  <shields@msrl.com>
4557
4558         * spam.el (spam-bogofilter-articles): Select the article
4559         body using gnus-summary-show-article t instead of
4560         gnus-summary-select-article; this presents the raw text
4561         without running any hooks.
4562
4563         * spam.el (spam-bogofilter-articles): Use message-remove-header
4564         to remove headers; the old way incorrectly removed just the first
4565         line of folded headers.
4566
4567 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4568
4569         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
4570
4571 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4572
4573         * gnus-start.el (gnus-load): New function.
4574         (gnus-read-newsrc-el-file): Use it.
4575
4576 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4577
4578         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
4579         (gnus-button-handle-apropos-documentation): New function.
4580         (gnus-button-handle-ctan): New function.
4581         (gnus-button-alist): Use them.  Improve some regexps.
4582         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
4583
4584 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4585
4586         * message.el (message-subscribed-p): New function.
4587         (message-send-mail): Use it.
4588         * mml.el (mml-preview-insert-mft): New function.
4589         (mml-preview): Use it.
4590
4591 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4592
4593         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
4594         when sorting by date.
4595
4596         * gnus-art.el (gnus-article-edit-mode): New variable.
4597         (gnus-article-setup-buffer): Warn user about discarding edits.
4598
4599         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
4600         (gnus-summary-pipe-output): Take a symbolic prefix to save all
4601         headers.
4602
4603         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
4604
4605 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4606
4607         * message.el (message-completion-alist): Added "Mail-Followup-To"
4608         and "Mail-Copies-To".
4609
4610 2002-07-21  Jesper harder  <harder@ifa.au.dk>
4611
4612         * gnus-group.el: Add key bindings for
4613         gnus-group-sort-groups-by-real-name and
4614         gnus-group-sort-selected-groups-by-real-name.
4615
4616 2002-07-21  Jesper harder  <harder@ifa.au.dk>
4617
4618         * gnus.texi (Sorting Groups): Add key bindings for
4619         gnus-group-sort-groups-by-real-name and
4620         gnus-group-sort-selected-groups-by-real-name.
4621
4622 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
4623
4624         * spam.el (spam-use-dig): new variable for blackhole checking
4625         through dig.el
4626         (spam-check-blackholes): added dig.el checking functionality and
4627         more verbose reporting; query-dig is autoloaded from dig.el
4628         (spam-use-blackholes): disabled by default
4629         (spam-blackhole-servers): removed rbl.maps.vix.com from the
4630         blackhole servers list
4631
4632 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4633
4634         * message.el (message-required-headers): New variable.
4635
4636 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
4637
4638         * dig.el (query-dig): new function
4639
4640 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4641
4642         * flow-fill.el (fill-flowed): Don't infloop on too long fill
4643         prefixes.
4644
4645         * dns.el (query-dns): Protect against errors.
4646
4647         * gnus-msg.el (gnus-article-yanked-articles): New variable.
4648         (gnus-inews-add-send-actions): Mark all answered messages as
4649         answered.
4650
4651 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
4652
4653         * nnmail.el (nnmail-split-it): Added tracing to
4654         `:' split rule
4655
4656 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
4657
4658         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
4659         and "%s" so we don't overquote them.
4660
4661 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
4662
4663         * (mm-display-external): Display the actual command that has been
4664         executed in the echo area.
4665
4666 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4667
4668         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
4669
4670         * message.el (message-with-reply-buffer): New macro.
4671         (message-fetch-reply-field): Use it.
4672         (message-insert-wide-reply): New command and keystroke.
4673         (message-carefully-insert-headers): New function.
4674         (message-insert-to): Use new function.
4675
4676         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
4677         (gnus-topic-goto-missing-group): Use it.
4678
4679         * message.el (message-required-news-headers): Removed Lines.
4680         (message-reply): Don't insert References first.
4681         (message-followup): Ditto.
4682         (message-make-references): New function.
4683         (message-followup): Set message-reply-headers before generating
4684         the buffer stuff.
4685
4686 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
4687
4688         * mml.el (mml-generate-mime-1): Reverse the order of
4689         encoding/flowing.
4690
4691 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4692
4693         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
4694         after moving them.
4695
4696         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
4697         fit with newer standard format.
4698         (gnus-summary-make-false-root-always): New variable.
4699         (gnus-gather-threads-by-subject): Use it.
4700
4701         * message.el (message-get-reply-headers): Take an address list
4702         optional argument.
4703
4704 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4705
4706         * gnus.el (gnus-keep-backlog): Change default to 20.
4707
4708         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
4709         start.
4710         (gnus-agent-check-overview-buffer): Remove negative article
4711         numbers.
4712
4713         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
4714         (nnmail-cache-ignore-groups): Doc fix.
4715
4716         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
4717         (nnimap-debug-buffer): New variable.
4718         (nnimap-debug): Use it.
4719
4720 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
4721
4722         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
4723
4724 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4725
4726         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
4727         they aren't already sorted.
4728
4729 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
4730
4731         * message.el (message-mode-menu): Add ellipses to menu items
4732         expecting user interaction.
4733         (message-mode-field-menu): do.
4734
4735 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
4736
4737         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
4738         it isn't used any more.
4739
4740 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
4741
4742         * binhex.el (binhex-decoder-program): Fix docstring.
4743
4744 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4745
4746         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
4747         special chars if the mailcap file uses single quotes around %s.
4748         From Laurent Martelli <laurent@bearteam.org>.
4749
4750 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
4751
4752         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
4753         return the info object.
4754
4755 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
4756
4757         * gnus-int.el (gnus-request-update-info): Artificially add
4758         (1 . (1- min)) to the read range, in case the backend doesn't
4759         store marks for nonexistent articles.
4760
4761 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4762
4763         * binhex.el (binhex-insert-char): Eval-and-compile.
4764
4765 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
4766
4767         * lpath.el: Add tool-bar-local-item-from-menu.
4768
4769         * message.el (message-tool-bar-local-item-from-menu): New function.
4770         (message-tool-bar-map): Use it.
4771
4772 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
4773
4774         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
4775
4776         * gnus-art.el (gnus-article-header-rank): Last header in
4777         gnus-sorted-header-list should have higher rank than non-members.
4778
4779 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4780
4781         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
4782         covered methods.
4783
4784 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4785
4786         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
4787         eval-when-compile.  Suggested by Kevin Greiner.
4788
4789 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
4790
4791         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
4792         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
4793         even though no headers may have been fetched
4794         (gnus-agent-fetch-group-1, and perhaps others, require this
4795         behavior).
4796         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
4797         server buffer is constrained by gnus-agent-max-fetch-size.
4798         Multiple chunks in the same group may perform arbitrarily large
4799         updates.
4800
4801 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
4802
4803         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
4804         gnus-summary-update-download-mark to update the article in the
4805         summary.
4806
4807 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
4808
4809         * gnus.el (gnus-summary-high-uncached-face,
4810         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
4811         New faces.
4812
4813         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
4814         added this on 2002-11-23 but it just wasn't working out as
4815         intended.  The idea isn't entirely dead, three new faces
4816         gnus-summary-*-uncached-face are being added to gnus.el to provide
4817         the basis for an improved implementation.
4818         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
4819         proper file to open is lib/servers.
4820         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
4821         (i.e. removing the article from gnus-newsgroup-downloadable) will
4822         now restore the article's default mark rather than simply setting
4823         no mark.
4824         (gnus-agent-get-undownloaded-list): Corrected documentation.
4825         Added code to set new summary local variable,
4826         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
4827         a temporary list.  No longer sets gnus-newsgroup-downloadable.
4828         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
4829         up to date.  Call new gnus-summary-update-download-mark to keep
4830         summary buffer up-to-date.
4831         (gnus-agent-fetch-selected-article): Keep
4832         gnus-newsgroup-undownloaded up to date.
4833         (gnus-agent-fetch-articles): Return list of articles that were
4834         successfully fetched.
4835         (gnus-agent-check-overview-buffer): No more thingatpt.
4836         (gnus-agent-expire): No longer deletes NOV entries of unread
4837         articles.
4838         (gnus-agent-unread-articles): New function.
4839         (gnus-agent-regenerate-group): The article number must be
4840         terminated by a tab character.  Added more messages to report
4841         repairs.  Inhibit quits while writing changes so it is now safe
4842         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
4843         downloaded to 1) resolve the unbound references and 2) avoid
4844         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
4845
4846         * gnus-art.el (gnus-article-prepare): The agent
4847         downloaded/undownloaded mark is no longer stored as the article's
4848         mark.
4849
4850         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
4851         gnus-summary-highlight may use it.  Added downloaded as
4852         gnus-summary-highlight was using it.
4853
4854         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
4855         the download mark now follows Kai's +/- convention.
4856         (gnus-downloaded-mark): Added ?+ mark.
4857         (gnus-summary-highlight): Added rules to select
4858         gnus-summary-high-uncached-face,
4859         gnus-summary-normal-uncached-face, and
4860         gnus-summary-low-uncached-face.  Removed the
4861         gnus-agent-downloaded-article-face.
4862         (gnus-summary-line-format-alist): Implemented the download flag
4863         format (?O) as named in the manual.  This implementation displays
4864         either gnus-undownloaded-mark, gnus-downloaded-mark, or
4865         gnus-no-mark.
4866         (gnus-newsgroup-agentized): New local variable that identifies
4867         which groups are agentized.  While the agent is now on by default,
4868         you don't have to agentize every server that you use.
4869         (gnus-update-summary-mark-positions): Completed support for the
4870         download type of mark.
4871         (gnus-summary-insert-line): Added undownloaded to the parameters.
4872         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
4873         reference by the gnus-summary-line-format-spec.
4874
4875         * nntp.el (nntp-with-open-group): This macro handles dropped or
4876         broken connections by opening a new connection and repeating the
4877         failed command.
4878         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
4879         XOVER commands preceeding the active articles with the nov entry
4880         of the first available article.  When gnus connected to such a
4881         server, the unexpected nov entry would result in duplicate lines
4882         in the agent's overview file.  This patch fixes the duplicate
4883         lines problem and improves performance by skipping over all
4884         articles IDs that preceed the first nov entry in the server's
4885         reply.
4886
4887 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4888
4889         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
4890         (gnus-summary-highlight): Use it instead of `downloaded'.
4891         (gnus-summary-highlight-line): Ditto.
4892
4893         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
4894
4895 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4896
4897         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
4898
4899         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
4900         calls.
4901
4902         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
4903         downloaded variable if we're in an uncovered group.
4904
4905         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
4906         font to soemthing less noticeable.
4907         (gnus-agent-group-covered-p): New function.
4908
4909 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4910
4911         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
4912         Because of an unknown bug, the group buffer is saved in .overview
4913         file.
4914
4915 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4916
4917         * nntp.el (nntp-send-command): Braino in last commit.  Replace
4918         `and' with `or'.
4919
4920 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4921
4922         * nntp.el (nntp-send-command): Assume that echo does not happen
4923         when nntp-open-connection-function is nntp-open-network-stream.
4924         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
4925
4926 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4927
4928         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
4929
4930 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
4931
4932         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
4933         nntp-server-buffer if we aren't going to write to it.
4934
4935 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4936         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
4937
4938         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
4939
4940 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4941
4942         * rfc2047.el (rfc2047-decode-region): Remove newlines between
4943         decoded words.
4944
4945 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4946
4947         * gnus.el (fboundp): After loading mm-util, make sure it was the
4948         right one.
4949
4950 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4951
4952         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
4953         gnus-sum.  Made into a user option.
4954
4955         * gnus-sum.el (gnus-simplify-ignored-prefixes)
4956         (gnus-summary-mark-article-as-unread)
4957
4958 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4959
4960         * time-date.el (date-to-time): Typo.
4961
4962         * parse-time.el: Typo.
4963
4964         * nnsoup.el (nnsoup-retrieve-headers): Typo.
4965
4966         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
4967
4968         * nnimap.el:
4969         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
4970
4971         * mm-encode.el (mm-safer-encoding): Typo.
4972
4973         * messcompat.el: Typo.
4974
4975         * message.el (message-face-alist): Typo.
4976
4977         * imap.el (imap-interactive-login, imap-open): Typos.
4978
4979         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
4980
4981         * gnus.el: Typo.
4982
4983         * gnus-win.el (gnus-configure-frame): Typo.
4984
4985         * gnus-util.el (gnus-atomic-progn-assign): Typo.
4986
4987         * gnus-topic.el (gnus-topic-sort-topics): Typo.
4988
4989         * gnus-sum.el (gnus-summary-article-number)
4990         (gnus-summary-read-group-1, gnus-summary-mark-article)
4991         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
4992
4993         * gnus-mule.el (gnus-mule-add-group): Typo.
4994
4995         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
4996
4997         * gnus-group.el (gnus-group-fetch-faq): Typo.
4998
4999         * gnus-art.el (gnus-decode-header-methods): Typo.
5000
5001         * flow-fill.el: Typo.
5002
5003 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
5004
5005         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
5006
5007 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5008
5009         * gnus-sum.el (gnus-simplify-ignored-prefixes)
5010         (gnus-summary-mark-article-as-unread)
5011         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
5012         Reformatting to avoid long lines.
5013         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
5014
5015 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
5016
5017         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
5018         be accessed through `mail-header-number'.
5019
5020 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5021
5022         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
5023         compressed range to gnus-summary-insert-articles.
5024
5025 2002-11-26  Kevin Ryde <user42@zip.com.au>
5026
5027         * gnus-art.el (gnus-mime-copy-part): Look for filename
5028         parameter under content-disposition, not content-type.
5029
5030         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
5031         (gnus-summary-reselect-current-group): Use it.
5032
5033 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5034
5035         * gnus-agent.el (gnus-agent-uncached-articles): if
5036         gnus-agent-load-alist fails, return ARTICLES.
5037
5038         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
5039
5040 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5041
5042         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
5043         superfluous function call.
5044         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
5045         Add warning to docstring.
5046
5047 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5048
5049         * gnus-agent.el: Autoload number-at-point instead.
5050         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
5051
5052 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5053
5054         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
5055         require thingatpt (for number-at-point) and protect against
5056         deactivate-mark being unbound (on XEmacs).
5057
5058 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5059
5060         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
5061         print message on entry.
5062
5063         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
5064
5065         * gnus-range.el (gnus-range-difference): New function.
5066         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
5067
5068 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5069
5070         * gnus-sum.el (gnus-summary-insert-old-articles): Use
5071         gnus-remove-from-range instead of gnus-range-difference which
5072         doesn't exist.
5073
5074 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5075         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
5076
5077         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
5078         used for showing which articles have been downloaded.
5079         (gnus-agent-article-alist): Format change.  Add documentation.
5080         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
5081         process-marked articles.
5082         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
5083         in the series are individually fetched to minimize lose of
5084         content due to an error/quit.
5085         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
5086         gnus-message instead of message.
5087         (gnus-agent-read-servers): Use file lib/methods instead of
5088         lib/servers.  TODO: Why?
5089         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
5090         (gnus-agent-get-undownloaded-list): Remove articles that appear to
5091         come from the agent.  This means that they are not downloaded.
5092         (gnus-agent-fetch-selected-article): Don't use history.
5093         (gnus-agent-save-history, gnus-agent-enter-history)
5094         (gnus-agent-article-in-history-p, gnus-agent-history-path):
5095         Removed function; history is not used anymore.
5096         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
5097         (gnus-agent-crosspost): Started rewrite then realized that a typo
5098         in gnus-agent-fetch-articles ensures that this function is never
5099         called.  This will need to be fixed later.
5100         (gnus-agent-check-overview-buffer): Some sanity checks on the
5101         agent overview buffer.  This is a safety net used during
5102         development.
5103         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
5104         changed, write a number to the file indicating this.
5105         (gnus-agent-fetch-headers): Rewrite to respect
5106         gnus-agent-consider-all-articles without relying on the
5107         `.fetched' files.  Make it fast.
5108         (gnus-agent-braid-nov): Change resulting from
5109         gnus-agent-fetch-headers change.
5110         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
5111         `.fetched' files.
5112         (gnus-agent-read-agentview): New function, used by
5113         gnus-agent-load-alist.
5114         (gnus-agent-load-fetched-headers): Remove.
5115         (gnus-agent-save-alist): Rewrite to accomodate new format.
5116         (gnus-agent-fetch-group-1): Make sure list of articles is in the
5117         same order as in gnus-newsgroup-headers.
5118         (gnus-agent-expire): Document and implement extra args ARTICLES,
5119         GROUP, FORCE.  Do not restrict usage.
5120         (gnus-agent-uncached-articles): New function.
5121         (gnus-agent-retrieve-headers): Use it.
5122         (gnus-agent-regenerate-group): No longer needs to be called from
5123         gnus-agent-regenerate.  Individual groups may be regenerated. The
5124         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
5125         The article fetch dates are validated in the article alist.  The
5126         article alist is pruned of entries that do not reference existing
5127         NOV entries.  All changes are computed then applied with
5128         inhibit-quit bound to t.  As a result, it is now safe to quit out of
5129         regeneration.  The optional clean parameter has been replaced with
5130         an optional reread parameter.  Clean is no longer necessary as
5131         regeneration gets the appropriate setting from
5132         gnus-agent-consider-all-articles.  The new reread parameter will
5133         result in fetched, or all, articles being marked as unread.
5134         (gnus-agent-regenerate): Removed code to regenerate the history
5135         file as it is no longer used.
5136
5137         * gnus-start.el (gnus-make-ascending-articles-unread): New
5138         function, for efficient mass-marking.
5139
5140         * gnus-sum.el (gnus-summary-highlight): Use new face for
5141         downloaded articles.
5142         (gnus-article-mark): Prefer to indicate read/unread status over
5143         downloaded status.
5144         (gnus-summary-highlight-line-0): New function, maybe rehighlights
5145         line.
5146         (gnus-summary-highlight-line): Use new face for downloaded
5147         articles.
5148         (gnus-summary-insert-old-articles): Improved performance by
5149         replacing the initial LIST of older articles with a compressed
5150         RANGE of older articles.  Some servers appear to lie about
5151         their active range so the original list could contain millions
5152         of article numbers.  The range is not expanded into a list
5153         until the optional ALL parameter has been applied.
5154
5155 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5156
5157         * gnus-agent.el (gnus-category-mode): Typo in doc string.
5158
5159 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
5160
5161         * spam.el:
5162         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
5163
5164         * spam.el: added `M s t' and `M s x' key mappings
5165
5166 2002-11-20  Simon Josefsson  <jas@extundo.com>
5167
5168         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
5169
5170 2002-11-19  Simon Josefsson  <jas@extundo.com>
5171
5172         * gnus-sum.el (gnus-summary-morse-message): Load
5173         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
5174         (unmorse-region): Autoload it instead.
5175
5176 2002-11-18  Simon Josefsson  <jas@extundo.com>
5177
5178         * gnus-sum.el (gnus-summary-morse-message): New function.
5179         (gnus-summary-wash-map): Bind to `W m'.
5180         (gnus-summary-make-menu-bar): Add.
5181
5182         * nnimap.el (nnimap-request-expire-articles): Compress sequence
5183         before storing \Deleted mark on expired articles.
5184
5185 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
5186         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
5187
5188         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
5189         parens in column 0.
5190
5191 2002-11-17  Juanma Barranquero  <lektu@terra.es>
5192
5193         * nnweb.el (nnweb-google-create-mapping): Fix typo.
5194
5195         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
5196
5197         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
5198
5199 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5200
5201         * message.el (message-set-auto-save-file-name): Use
5202         make-directory, to avoid the dependence on gnus-util.
5203
5204 2002-11-16  Simon Josefsson  <jas@extundo.com>
5205
5206         * nnimap.el (nnimap-callback-callback-function):
5207         (nnimap-callback-buffer): Removed, these cannot be global but must
5208         be embedded into the callback.
5209         (nnimap-make-callback): New.  Embedd article number, callback and
5210         buffer in function.
5211         (nnimap-callback, nnimap-request-article-part): Update.
5212
5213 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5214
5215         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
5216
5217 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5218
5219         * gnus.el (gnus-summary-line-format): Document %C.
5220
5221 2002-11-11  Simon Josefsson  <jas@extundo.com>
5222
5223         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
5224         output when called interactively.
5225
5226 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5227
5228         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
5229
5230         * message.el (message-draft-coding-system): Improve comment; use
5231         mm-auto-save-coding-system for the default value.
5232
5233         * nndraft.el (nndraft-request-article): Revert to the state before
5234         2002-10-29; regexp-quote mail-header-separator.
5235
5236 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
5237
5238         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
5239         allow editing of drafts from an nnvirtual group.
5240
5241 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5242
5243         * nndraft.el (nndraft-request-article): Replace emacs-mule with
5244         mm-auto-save-coding-system.
5245
5246         * message.el (message-draft-coding-system): Default to
5247         iso-2022-7bit.
5248
5249         * mm-util.el (mm-auto-save-coding-system): Undo last change to
5250         restore the default value to emacs-mule or escape-quoted.
5251
5252 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5253
5254         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
5255         a delayed or a queued article as well as a draft.
5256
5257         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
5258         delayed or a queued article in the raw format; treat a delayed
5259         article as a raw article as well as a draft.
5260         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
5261         for the delayed group.
5262
5263         * nndraft.el (nndraft-request-article): Ignore auto save files for
5264         a delayed or a queued article; don't bother to decode a queued
5265         article; don't bind nnmail-file-coding-system for a queued article.
5266
5267         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
5268         and the queue group.
5269
5270 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
5271
5272         * gnus-group.el (gnus-group-delete-group):
5273         gnus-cache-active-hashtb might be void.
5274
5275 2002-11-02  Simon Josefsson  <jas@extundo.com>
5276
5277         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
5278         setting of the default user ID.  From Raymond Scholz
5279         <ray-2002@zonix.de>.
5280
5281 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
5282
5283         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
5284         charset.
5285
5286 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
5287         From Alex Schroeder <alex@emacswiki.org>
5288         * spam-stat.el (spam-stat-process-directory): add dir to message
5289         (spam-stat-reduce-size): No longer remove words
5290         with values close to 0.5, because the default value is 0.2.
5291
5292 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5293
5294         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
5295         documentation.
5296
5297 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5298
5299         * gnus-agent.el (gnus-agent-fetched-headers)
5300         (gnus-agent-load-fetched-headers)
5301         (gnus-agent-save-fetched-headers): Remove variable and two
5302         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
5303         works better.
5304         (gnus-agent-fetch-headers): New implementation from Kevin
5305         Greiner.  Uses gnus-agent-article-alist to store information
5306         about fetched messages which aren't on the server anymore.  The
5307         trick is to return a list of considered messages to the caller,
5308         but to only fetch those which haven't been fetched yet.
5309
5310 2002-10-30  Simon Josefsson  <jas@extundo.com>
5311
5312         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
5313
5314         * pgg.el (pgg-passphrase-cache-expiry): Removed.
5315
5316 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5317
5318         * mm-view.el (mm-w3m-local-map-property): Make it work with older
5319         versions of emacs-w3m than 1.3.3.
5320
5321         * lpath.el: Bind w3m-minor-mode-map.
5322
5323         * mm-view.el (mm-w3m-mode-command-alist)
5324         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
5325         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
5326         (mm-setup-w3m): Simplified.
5327         (mm-w3m-local-map-property): New function.
5328         (mm-inline-text-html-render-with-w3m): Use it.
5329
5330         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
5331         mm-w3m-local-map-property.
5332
5333 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5334
5335         * mm-util.el (mm-auto-save-coding-system): Default to
5336         iso-2022-7bit.
5337
5338         * nndraft.el (nndraft-request-article): Decode an article using
5339         the coding-system emacs-mule if it seems to have been saved using
5340         emacs-mule.
5341         (nndraft-request-replace-article): Use message-draft-coding-system
5342         instead of mm-auto-save-coding-system for the draft or delayed
5343         group.
5344
5345 2002-10-28  Josh  <huber@alum.wpi.edu>
5346
5347         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
5348         functions.
5349
5350 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5351         From mah@everybody.org (Mark A. Hershberger).
5352
5353         * mm-url.el (mm-url-insert-file-contents): Make it return the same
5354         type values ("url" size) regardless of the values of
5355         mm-url-use-external.
5356
5357 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5358
5359         * nnimap.el (nnimap-request-article-part): Try harder to show
5360         group name in debugging message.
5361
5362 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5363
5364         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
5365         directory if it doesn't exist.
5366         (gnus-agent-fetch-headers): Remove old cruft that tried to
5367         abstain from downloading articles more than once if
5368         gnus-agent-consider-all-articles was true.  This is now done
5369         properly via the .fetched files.
5370
5371 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5372
5373         * nndraft.el (nndraft-request-article): Treat delayed articles
5374         like drafts.
5375
5376 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5377
5378         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
5379
5380 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5381
5382         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
5383         Remove unused optional arg DIR and corresponding code.
5384
5385         * nnimap.el (nnimap-request-article-part): Include group name in
5386         debugging output.
5387
5388 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
5389
5390         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
5391
5392 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5393
5394         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
5395         contains range of headers that have been fetched by the agent
5396         already.  Compare gnus-agent-article-alist.
5397         (gnus-agent-file-header-cache): Like
5398         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
5399         (gnus-agent-fetch-headers): Improve comment.  Revert to old
5400         seen/recent logic.
5401         Remember which headers have been fetched before and don't fetch
5402         them again the next time round.
5403         (gnus-agent-load-fetched-headers)
5404         (gnus-agent-save-fetched-headers): New functions, for remembering
5405         which headers have been fetched before.
5406
5407 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5408
5409         * lpath.el: Remove useless bindings.
5410
5411 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
5412
5413         * gnus-sum.el (gnus-summary-execute-command): Disable visual
5414         features while searching.
5415
5416 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5417
5418         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
5419
5420 2002-10-22  Simon Josefsson  <jas@extundo.com>
5421
5422         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
5423         (pgg-snarf-keys): Add.
5424
5425 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5426
5427         * lpath.el: Fbind bbdb-records.
5428
5429         * spam.el: Don't autoload bbdb-records.
5430
5431 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5432
5433         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
5434         prevent inf-loop.
5435
5436 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5437
5438         * nnslashdot.el: Removed some test lines.
5439         More test.
5440
5441 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5442
5443         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
5444         are known to be downloaded already.
5445
5446 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5447
5448         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
5449         (mm-text-html-washer-alist): Ditto.
5450
5451 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5452
5453         * nnheader.el (nnheader-remove-body): Fix an error of detecting
5454         boundary between headers and body.
5455         * nnml.el (nnml-parse-head): Ditto.
5456
5457 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5458
5459         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
5460         entries.
5461
5462         * gnus-group.el (gnus-fetch-group): Allow an optional
5463         specification of the articles to select.
5464
5465         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
5466
5467 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5468
5469         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
5470         headers from the group, update variable `articles' to contain
5471         only those numbers where headers exist.  (When fetching all
5472         articles in a group, Gnus creates lots of numbers where there is
5473         no articles.)
5474
5475 2002-10-20  Steve Youngs  <youngs@xemacs.org>
5476
5477         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
5478         doesn't have the 'alist custom type, use cons cells instead.
5479         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
5480         (pgg-parse-hash-algorithm-alist): Ditto.
5481         (pgg-parse-compression-algorithm-alist): Ditto.
5482         (pgg-parse-signature-type-alist): Ditto.
5483
5484         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
5485
5486         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
5487
5488         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
5489
5490 2002-10-19  Simon Josefsson  <jas@extundo.com>
5491
5492         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
5493         buffer.
5494
5495 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5496
5497         * gnus-spec.el (gnus-make-format-preserve-properties)
5498         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
5499         properties also on XEmacs.  `gnus-xmas-format' is like format but
5500         preserves text properties on XEmacs (though it only understands
5501         simple format specs).  The variable
5502         `gnus-make-format-preserve-properties' controls whether the
5503         function is used, and is checked in `gnus-parse-simple-format'.
5504         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
5505
5506         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
5507         output.
5508         (gnus-agent-consider-all-articles): New variable.
5509         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
5510         (gnus-agent-fetch-headers): Depending on
5511         gnus-agent-consider-all-articles, maybe get all articles.
5512         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
5513         `read'.
5514         (gnus-predicate-imples-unread): New function.
5515         (gnus-agent-fetch-headers): Optimize to call
5516         gnus-list-of-unread-articles if that is sufficient.
5517         Check unseen and recent instead of seen and recent.
5518         (gnus-agent-fetch-headers): Abstain from calling
5519         gnus-list-range-intersection if range (a . b) would have (> a b).
5520
5521 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5522
5523         * message.el (message-send-mail): Make it possible to perform
5524         edebug-defun.
5525
5526 2002-10-18  Simon Josefsson  <jas@extundo.com>
5527
5528         * gnus-art.el (gnus-button-man-handler): Change default to
5529         `manual-entry' (defined in both emacsen).
5530         (gnus-button-man-handler): Remove emacsen difference and use
5531         `manual-entry'.
5532
5533 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5534
5535         * spam.el: Wrap autoload settings for bbdb-records,
5536         executable-find and ifile-spam-filter with eval-and-compile.
5537         (spam-display-buffer-contents): Remove.
5538         (spam-bogofilter-score): Merge spam-display-buffer-contents.
5539
5540 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
5541
5542         * spam.el (spam-display-buffer-contents): New function.
5543         (spam-bogofilter-score): use spam-display-buffer-contents, patch
5544         from Katsumi Yamaoka <yamaoka@jpl.org>.
5545
5546 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5547
5548         * nnheader.el (nnheader-parse-naked-head): New function.
5549         (nnheader-parse-head): Use the above function, in order to handle
5550         continuation lines properly.
5551         (nnheader-remove-body): New function.
5552         (nnheader-remove-cr-followed-by-lf): New function.
5553         (nnheader-ms-strip-cr): Use the above function.
5554
5555         * gnus-agent.el (gnus-agent-regenerate-group): Call
5556         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
5557         `nnheader-parse-head'.
5558         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
5559
5560         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
5561         continuation lines by itself; call `nnheader-parse-naked-head'
5562         instead of `nnheader-parse-head'.
5563         * nndiary.el (nndiary-parse-head): Ditto.
5564         * nnfolder.el (nnfolder-parse-head): Ditto.
5565         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
5566         * nnmaildir.el (nnmaildir--update-nov): Ditto.
5567         * nnml.el (nnml-parse-head): Ditto.
5568
5569 2002-10-17  Steve Youngs  <youngs@xemacs.org>
5570
5571         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
5572         XEmacs, default to it if featurep 'xemacs.
5573
5574 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5575
5576         * spam-stat.el: Check for the existence of hash functions instead
5577         of the Emacs version to decide whether to load cl.  Suggested by
5578         Kai Gro\e,A_\e(Bjohann.
5579
5580 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5581
5582         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
5583         if it isn't open yet.
5584
5585 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5586
5587         * gnus-group.el: Require mm-url only when compiling.
5588         (gnus-group-fetch-charter): Require mm-url.
5589
5590         * spam-stat.el: Require cl for the functions gethash,
5591         hash-table-count, make-hash-table and mapc for Emacs 20.
5592         (puthash): Alias to cl-puthash for Emacs 20.
5593         (with-syntax-table): New macro for Emacs 20.
5594
5595 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
5596
5597         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
5598
5599 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
5600
5601         * spam.el (spam-check-ifile): added ifile as a spam checking
5602         backend, and spam-use-ifle as the variable to toggle that check.
5603
5604 2002-10-12  Simon Josefsson  <jas@extundo.com>
5605
5606         * message.el (message-beginning-of-line): New variable.
5607         (message-beginning-of-line): Use it.
5608
5609 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
5610
5611         * spam.el: more compilation fixes for BBDB
5612
5613         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
5614         (spam-stat-reduce-size): Interactive.
5615         (spam-stat-reset): New function.
5616         (spam-stat-save): Interactive.
5617
5618 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5619
5620         * gnus.el: Autoload gnus-delay-initialize.
5621
5622         * message.el: Autoload gnus-delay-article.
5623
5624 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
5625
5626         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
5627         text property in Emacs.
5628
5629 2002-10-11  Simon Josefsson  <jas@extundo.com>
5630
5631         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
5632         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
5633
5634         * mml1991.el (mml1991-pgg-sign): Remove CR.
5635
5636 2002-10-10  Simon Josefsson  <jas@extundo.com>
5637
5638         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
5639         decrypt failed.
5640         (mml2015-trust-boundaries-alist): Removed.
5641         (mml2015-gpg-extract-signature-details): Don't use it.
5642         (mml2015-unabbrev-trust-alist): New.
5643         (mml2015-gpg-extract-signature-details): Use it.
5644
5645 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
5646
5647         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
5648         BBDB installed
5649
5650         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
5651         statistical analysis of spam in Lisp only
5652
5653 2002-10-10  Simon Josefsson  <jas@extundo.com>
5654
5655         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
5656         auth, selected or examine state.
5657
5658         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
5659         buffer and error buffer depending on type of information.
5660
5661         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
5662         --status-fd stuff even if gpg.el is not used (revert earlier
5663         change).
5664         (mml2015-pgg-{clear-,}verify): Store both output and errors as
5665         gnus details.
5666         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
5667         buffer.
5668
5669         * pgg.el (pgg-verify-region): Use it.
5670
5671         * pgg-def.el (pgg-query-keyserver): New variable.
5672
5673         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
5674         key-identifier in packet.  Is this a good idea?
5675
5676         * mml.el (mml-mode-map): Add security commands that operates on
5677         MIME parts.
5678         (mml-menu): And menu items for them.
5679
5680         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
5681
5682         * mml.el (mml-parse-1): Support sender in #secure tags.
5683
5684         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
5685         defined.
5686
5687         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
5688         (mml-pgp-encrypt-buffer): Support combined signing.
5689
5690         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
5691         (mml1991-gpg-encrypt): Ditto.
5692         (mml1991-pgg-encrypt): Ditto.
5693         (mml1991-encrypt): Pass sign parameter.
5694
5695         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
5696         (mml-signencrypt-style): Mention the variable.
5697
5698 2002-10-09  Simon Josefsson  <jas@extundo.com>
5699
5700         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
5701         pgg-gpg-user-id.
5702
5703         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
5704         (pgg-fetch-key-function): Nil if w3 is not installed.
5705
5706 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5707
5708         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
5709         gnus-agent-current-history.
5710
5711 2002-10-06  Simon Josefsson  <jas@extundo.com>
5712
5713         * imap.el (imap-parse-status): Don't use read to read token.
5714
5715 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5716
5717         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
5718         for methods not covered by the agent, and when unplugged.
5719
5720 2002-10-05  Simon Josefsson  <jas@extundo.com>
5721
5722         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
5723         signing.
5724
5725         * gnus-agent.el (gnus-agent-read-servers): If getting method from
5726         a named server fails, ignore the server.
5727
5728         * mml1991.el (mml1991-pgg-sign): Do QP.
5729
5730         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
5731         work.
5732
5733 2002-10-04  Simon Josefsson  <jas@extundo.com>
5734
5735         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
5736
5737         * pgg-pgp.el (pgg-pgp-verify-region): Inline
5738         binary-write-decoded-region from MEL.
5739
5740         * pgg.el (pgg-encrypt-region): Support sign.
5741
5742         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
5743
5744         * mml2015.el (mml2015-pgg-encrypt): Ditto.
5745
5746         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
5747         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
5748         branch where PGG was taken from in the ChangeLog entries below.
5749
5750 2002-10-01  Simon Josefsson  <jas@extundo.com>
5751
5752         * pgg-pgp.el: Don't require mel.  Don't use luna.
5753         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
5754         (pgg-pgp-process-region): Use expand-file-name instead of concat.
5755         (pgg-pgp-process-region): Don't use binary-funcall.
5756
5757         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
5758
5759         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
5760         instead of concat.
5761
5762         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
5763
5764 2002-09-29  Simon Josefsson  <jas@extundo.com>
5765
5766         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
5767         compile warnings.
5768
5769         * pgg.el (pgg-decrypt-region): Don't parse packet.
5770
5771         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
5772
5773 2002-09-29  Daiki Ueno <ueno@unixuser.org>
5774
5775         * pgg.el: Remove dependency on calist.el.
5776
5777 2002-09-28  Simon Josefsson  <jas@extundo.com>
5778
5779         * pgg.el (pgg-temporary-file-directory): New variable.
5780         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
5781
5782         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
5783         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
5784
5785         * pgg-parse.el (pgg-char-int): Defalias.
5786         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
5787         (pgg-read-bytes, pgg-read-body): Use it.
5788         (pgg-decode-packets): Don't use MEL, use base64-*.
5789         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
5790         (pgg-string-as-unibyte): Defalias.
5791         (pgg-parse-armor-region): Use it.
5792
5793         * pgg-gpg.el (pgg-gpg-process-region): Use
5794         pgg-temporary-file-directory.
5795
5796         * luna.el: Don't def-edebug.
5797
5798         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
5799         binary-write-decoded-region from MEL.
5800
5801         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
5802
5803         * alist.el, calist.el: Don't require product/APEL.
5804
5805         * pgg-parse.el (top-level): Remove dependency on static.el,
5806         pccl.el, mel.el.
5807         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
5808         `define-ccl-program' is boundp, instead of using broken.
5809
5810 2002-10-01  Simon Josefsson  <jas@extundo.com>
5811
5812         * message.el (message-required-mail-headers): Remove Lines:.
5813
5814 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5815         From Jesper Harder.
5816
5817         * gnus-group.el (gnus-group-fetch-charter,
5818         gnus-group-fetch-control): Prompt for group if given a prefix
5819         argument.
5820         * gnus-sum.el (t): Add gnus-group-fetch-charter and
5821         gnus-group-fetch-control to summary key map and menu.
5822
5823 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
5824
5825         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
5826         number when there are no articles.
5827
5828 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5829
5830         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
5831         arg ALL means to fetch all articles, not only downloadable ones.
5832         (gnus-agent-fetch-selected-article): New function for
5833         gnus-select-article-hook or gnus-mark-article-hook.
5834
5835 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5836         From Peter von der Ahe <nospam2159@daimi.au.dk>.
5837
5838         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
5839         raw-text.
5840
5841 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
5842
5843         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
5844         Pinard).
5845         Major revamp of the code, documentation is in comments in the file
5846         for now.
5847
5848 2002-09-30  Simon Josefsson  <jas@extundo.com>
5849
5850         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
5851         buffer seem to be needed?
5852
5853 2002-09-29  Simon Josefsson  <jas@extundo.com>
5854
5855         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
5856         compile warnings.
5857
5858         * mml1991.el (mml1991-function-alist): Add pgg.
5859         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
5860         (mml1991-pgg-encrypt): Fix recipients querying.
5861
5862 2002-09-28  Simon Josefsson  <jas@extundo.com>
5863
5864         * mml2015.el (autoload): Autoload correct files.  Trivial patch
5865         from dme@dme.org.
5866         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
5867         handle is returned.
5868
5869 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5870
5871         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5872         Protect against non-existent of `nnimap-mailbox-info'.
5873
5874 2002-09-27  Simon Josefsson  <jas@extundo.com>
5875
5876         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
5877         (gnus-setup-news-hook): Use it.
5878         (gnus-after-getting-new-news-hook): Ditto.
5879
5880         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
5881
5882 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5883         From Mats Lidell <matsl@contactor.se>.
5884
5885         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
5886
5887 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5888
5889         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
5890         the part to decode encoded words, use raw words instead of decoded
5891         words.
5892
5893 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5894
5895         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
5896
5897         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
5898         (mm-setup-w3m): Use it.
5899
5900 2002-09-27  Simon Josefsson  <jas@extundo.com>
5901
5902         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
5903         article buffers.
5904
5905         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
5906         it just in case.
5907         (nnimap-update-unseen): New function; update unseen count in
5908         `n-m-info'.
5909         (nnimap-close-group): Call it.
5910
5911         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
5912         (gnus-after-getting-new-news-hook): Ditto.
5913
5914         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
5915         message into verboselevel 9.  Change slow mail check message.
5916         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
5917         (nnimap-fixup-unread-after-getting-new-news): New function, to be
5918         used as a hook after getting new mail.
5919
5920 2002-09-26  Simon Josefsson  <jas@extundo.com>
5921
5922         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
5923         SELECT/EXAMINE is first unseen article, not number of unseen
5924         articles.  Make them distinct by renaming the former to
5925         `first-unseen' instead of `unseen'.
5926
5927         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
5928         too.
5929         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
5930         changed.
5931         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
5932
5933         * gnus-int.el (gnus-server-unopen-status): Defcustom.
5934
5935         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
5936         better.
5937
5938         * mml2015.el (mml2015-pgg-decrypt): Only add security information
5939         if dissecting resulting buffer actually had any information.
5940
5941 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5942
5943         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
5944         because the function `string<' allows symbols.
5945
5946         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
5947
5948 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
5949
5950         * message.el (message-forward-make-body): Revert an early change
5951         because 8-bit utf-8 emails.
5952
5953 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
5954
5955         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
5956         links to Info)
5957         * gnus-art.el (gnus-treat-highlight-signature):
5958         * gnus-art.el (gnus-treat-buttonize):
5959         * gnus-art.el (gnus-treat-buttonize-head):
5960         * gnus-art.el (gnus-treat-emphasize):
5961         * gnus-art.el (gnus-treat-strip-cr):
5962         * gnus-art.el (gnus-treat-unsplit-urls):
5963         * gnus-art.el (gnus-treat-leading-whitespace):
5964         * gnus-art.el (gnus-treat-hide-headers):
5965         * gnus-art.el (gnus-treat-hide-boring-headers):
5966         * gnus-art.el (gnus-treat-hide-signature):
5967         * gnus-art.el (gnus-treat-fill-article):
5968         * gnus-art.el (gnus-treat-hide-citation):
5969         * gnus-art.el (gnus-treat-hide-citation-maybe):
5970         * gnus-art.el (gnus-treat-strip-list-identifiers):
5971         * gnus-art.el (gnus-treat-strip-pgp):
5972         * gnus-art.el (gnus-treat-strip-pem):
5973         * gnus-art.el (gnus-treat-strip-banner):
5974         * gnus-art.el (gnus-treat-highlight-headers):
5975         * gnus-art.el (gnus-treat-highlight-citation):
5976         * gnus-art.el (gnus-treat-date-ut):
5977         * gnus-art.el (gnus-treat-date-local):
5978         * gnus-art.el (gnus-treat-date-english):
5979         * gnus-art.el (gnus-treat-date-lapsed):
5980         * gnus-art.el (gnus-treat-date-original):
5981         * gnus-art.el (gnus-treat-date-iso8601):
5982         * gnus-art.el (gnus-treat-date-user-defined):
5983         * gnus-art.el (gnus-treat-strip-headers-in-body):
5984         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
5985         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
5986         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
5987         * gnus-art.el (gnus-treat-unfold-headers):
5988         * gnus-art.el (gnus-treat-fold-headers):
5989         * gnus-art.el (gnus-treat-fold-newsgroups):
5990         * gnus-art.el (gnus-treat-overstrike):
5991         * gnus-art.el (gnus-treat-display-xface):
5992         * gnus-art.el (gnus-treat-display-smileys):
5993         * gnus-art.el (gnus-treat-from-picon):
5994         * gnus-art.el (gnus-treat-mail-picon):
5995         * gnus-art.el (gnus-treat-newsgroups-picon):
5996         * gnus-art.el (gnus-treat-body-boundary):
5997         * gnus-art.el (gnus-treat-capitalize-sentences):
5998         * gnus-art.el (gnus-treat-fill-long-lines):
5999         * gnus-art.el (gnus-treat-play-sounds):
6000         * gnus-art.el (gnus-treat-translate):
6001         * gnus-art.el (gnus-treat-x-pgp-sig):
6002         * gnus-art.el (gnus-mime-button-line-format):
6003         * gnus-art.el (gnus-button-man-level):
6004         * gnus-art.el (gnus-button-emacs-level):
6005         * gnus-cus.el (gnus-group-parameters):
6006         * gnus-gl.el (bbb-build-mid-scores-alist):
6007         * gnus-group.el (gnus-group-line-format):
6008         * gnus-mlspl.el (gnus-group-split-setup):
6009         * gnus-mlspl.el (gnus-group-split):
6010         * gnus-msg.el (gnus-mailing-list-groups):
6011         * gnus-msg.el (gnus-posting-styles):
6012         * gnus-nocem.el (gnus-nocem-issuers):
6013         * gnus-score.el (gnus-score-regexp-bad-p):
6014         * gnus-srvr.el (gnus-server-line-format):
6015         * gnus-topic.el (gnus-topic-line-format):
6016         * gnus.el (gnus-summary-line-format):
6017         * mail-source.el (mail-sources):
6018         * message.el (message-subscribed-address-file):
6019         * nnmail.el (nnmail-split-fancy):
6020
6021 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
6022
6023         * mail-source.el(mail-source-run-script): use `functionp' to test
6024         whether the argument `script' is in fact a function.
6025         (mail-sources): adjust the defcustom to allow users to specify a
6026         function or a string as the value of the `:prescript' and
6027         `:postscript' arguments of the `file' and `pop3' mail sources.
6028
6029 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
6030
6031         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
6032         number when article 1 does not exist.
6033
6034 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6035
6036         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
6037         apropos if apropos-variable does not exist.
6038         (gnus-button-guessed-mid-regexp)
6039         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
6040         regexes.  From Reiner Steib.
6041         (gnus-button-handle-describe-function)
6042         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
6043         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
6044         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
6045
6046 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
6047         Trivial patch.
6048
6049         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
6050         the file.
6051
6052 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
6053
6054         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
6055
6056 2002-09-24  Simon Josefsson  <jas@extundo.com>
6057
6058         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
6059         (mml2015-use): Prefer PGG if installed.
6060         (mml2015-function-alist): Add PGG wrappers.
6061         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
6062         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
6063         prefix, make regexp optionally skip it.
6064         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
6065         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
6066         (mml2015-pgg-encrypt): New functions.
6067         (defvar, autoload): Prevent byte-compile warnings.
6068
6069 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6070         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
6071
6072         * gnus-art.el (article-strip-banner): Check for the existence of
6073         from header.
6074
6075 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
6076
6077         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
6078         (gnus-button-alist): Improved regexp for
6079         gnus-button-handle-mid-or-mail (false positives), fixed
6080         gnus-button-handle-man entries.
6081         From Reiner Steib.
6082
6083 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
6084         From Josh Huber.
6085
6086         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
6087         nnmail-extra-headers is non-nil.
6088
6089 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
6090
6091         * nnmaildir.el: Store article numbers persistently.  General
6092         revision.
6093         (nnmaildir-request-expire-articles): handle 'immediate and 'never
6094         for nnmail-expiry-wait; delete instead of moving if 'force is
6095         given.
6096
6097 2002-09-23  Simon Josefsson  <jas@extundo.com>
6098         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
6099
6100         * smime.el (smime-sign-buffer): Get key and extra certs.
6101         (smime-get-key-with-certs-by-email): Utility function.
6102
6103 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
6104         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
6105
6106         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
6107         article exists.
6108
6109 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
6110
6111         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
6112
6113 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
6114         From Reiner Steib.
6115
6116         * gnus-art.el (gnus-button-handle-custom,
6117         gnus-button-handle-mid-or-mail,
6118         gnus-button-handle-describe-{function,variable,key},
6119         gnus-button-handle-apropos{,command,variable}): New functions.
6120         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
6121         gnus-button-{man,emacs,mail}-level): New variables.
6122         (gnus-button-alist): Use the above to buttonize emacs and mail
6123         related links.
6124
6125 2002-09-18  Juanma Barranquero  <lektu@terra.es>
6126
6127         * gnus-int.el (gnus-status-message): Fix spacing.
6128
6129         * imap.el (imap-continuation): Fix typos.
6130
6131 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6132
6133         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
6134
6135         * gnus-art.el (gnus-article-reply-with-original): Correct
6136         with-current-buffer scope.
6137
6138         * message.el (message-completion-alist): Add Reply-To, From, etc.
6139
6140 2002-09-18  Simon Josefsson  <jas@extundo.com>
6141
6142         * nnimap.el (nnimap-request-expire-articles): Make flag setting
6143         conditional.  From Nevin Kapur <nevin@jhu.edu>.
6144
6145 2002-09-17  Simon Josefsson  <jas@extundo.com>
6146
6147         * nnimap.el (nnimap-expiry-target): Don't search for which
6148         articles exists here.
6149         (nnimap-request-expire-articles): Do it here instead.  Only expire
6150         when articles are found.  Suggested by Nevin Kapur
6151         <nevin@jhu.edu>.
6152
6153 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6154         From Reiner Steib <reiner.steib@gmx.de>.
6155
6156         * message.el (message-strip-subject-trailing-was)
6157         (message-change-subject, message-add-archive-header)
6158         (message-xpost-fup2-header, message-xpost-insert-note)
6159         (message-xpost-fup2, message-reduce-to-to-cc): New functions
6160         adopted from message-utils.el.  Add functions to the keymap, mode
6161         describtion and menu.
6162         (message-change-subject,message-xpost-fup2): Signal error if
6163         current header is empty.
6164         (message-xpost-insert-note): Changed insert position.
6165         (message-archive-note): Ensure to insert note in message body (not
6166         in head).
6167         (message-archive-header, message-archive-note)
6168         (message-xpost-default, message-xpost-note, message-fup2-note)
6169         (message-xpost-note-function): New variables adopted from
6170         message-utils.el.  Changed some doc-strings.
6171         (message-mark-insert-{begin,end}): Rename from
6172         message-{begin,end}-inserted-text-mark (message-utils.el), changed
6173         values.
6174         (message-subject-trailing-was-query)
6175         (message-subject-trailing-was-ask-regexp)
6176         (message-subject-trailing-was-regexp): New variables.
6177         (message-to-list-only): Added doc-string and menu entry.
6178
6179         * message-utils.el: Removed.  Functions are now in message.el.
6180
6181 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
6182
6183         * gnus-art.el (gnus-article-reply-with-original,
6184         gnus-article-followup-with-original): Switch to
6185         gnus-summary-buffer before reply/followup.
6186
6187 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
6188
6189         * gnus-sum.el (gnus-summary-toggle-header): The article window may
6190         not exist. Toggle it anyway.
6191
6192 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
6193
6194         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
6195
6196         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
6197         Trivial patch from Urban Engberg <ue@ccieurope.com>.
6198
6199         * rfc2047.el (message-posting-charset): Defvar it.
6200         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
6201         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
6202
6203         * mail-source.el (mail-source-fetch): Hide password.
6204
6205         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
6206
6207 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6208         From John Paul Wallington <jpw@shootybangbang.com>.
6209
6210         * gnus.el (gnus-visual, gnus-meta): Fix typo.
6211
6212 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6213
6214         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
6215
6216 2002-09-11  Simon Josefsson  <jas@extundo.com>
6217
6218         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
6219         (nnimap-split-rule): Doc fix.
6220         (nnimap-request-expire-articles): Cleanup code.
6221
6222 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6223         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
6224
6225         * gnus-art.el (gnus-article-address-banner-alist): New option.
6226         (article-strip-banner): Refer the above option to split banners of
6227         free mail servers, when no group parameter is specified.
6228
6229 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6230
6231         * nntp.el (nntp-wait-for-string): Check for a process in the
6232         current buffer instead of `nntp-server-buffer'.
6233
6234 2002-09-09  Simon Josefsson  <jas@extundo.com>
6235
6236         * gnus-art.el (gnus-button-man-handler): New variable.
6237         (gnus-button-alist): Use g-b-handle-man.
6238         (gnus-button-handle-man): New, call g-b-man-handler.
6239
6240 2002-09-08  Simon Josefsson  <jas@extundo.com>
6241
6242         * gnus-art.el (gnus-button-alist): Buttonize man page links.
6243
6244 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6245
6246         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
6247
6248 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6249
6250         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
6251
6252         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
6253         keystroke.
6254
6255         * gnus-srvr.el (gnus-browse-describe-group): New command and
6256         keystroke.
6257
6258 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6259
6260         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
6261         value for gnus-decoration property.
6262
6263 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6264
6265         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
6266         string) as group name in case we have a CRLF in the file.
6267
6268 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
6269
6270         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
6271         group.
6272         (rfc1843-decode-hzp): do.
6273         (rfc1843-newsgroups-regexp): do.
6274
6275 2002-09-04  Simon Josefsson  <jas@extundo.com>
6276
6277         * message.el (message-canlock-generate): Make sure sha1 doesn't
6278         call external programs.
6279
6280 2002-09-03  Simon Josefsson  <jas@extundo.com>
6281
6282         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
6283
6284         * gnus-agent.el (gnus-agent-batch): Add doc.
6285
6286 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
6287
6288         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
6289         check for signed and encrypted parts.
6290         * mml.el (mml-parse-1): Correct small typo which preventing
6291         setting recipients in a secure tag.
6292
6293 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6294
6295         * mm-util.el (mm-coding-system-priorities): Default to a list of
6296         iso-2022-jp and others for the Japanese environment.
6297
6298 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6299
6300         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
6301         invalid display names.
6302
6303 2002-08-30  Simon Josefsson  <jas@extundo.com>
6304
6305         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
6306         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
6307
6308 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
6309
6310         * gnus.el (gnus-group-charter-alist): New option.
6311         (gnus-group-fetch-control-use-browse-url): New option.
6312
6313         * gnus-group.el (gnus-group-fetch-charter): New function.
6314         (gnus-group-fetch-control): New function.
6315         Add them to the keymap and menu. Require mm-url.
6316
6317 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6318
6319         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
6320         From Alex Schroeder <alex@emacswiki.org>.
6321
6322 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
6323
6324         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
6325         items expecting user interaction.
6326
6327         * gnus-topic.el (gnus-topic-make-menu-bar): do.
6328
6329         * gnus-sum.el (gnus-summary-make-menu-bar): do.
6330
6331         * gnus-srvr.el (gnus-server-make-menu-bar): do.
6332
6333         * mml.el (mml-menu): do.
6334
6335 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6336
6337         * mail-source.el (mail-source-touch-pop): New function.
6338
6339         * message.el (message-smtpmail-send-it): New function.
6340         (message-send-mail-function): Add it for a candidate.
6341
6342 2002-08-27  Simon Josefsson  <jas@extundo.com>
6343
6344         * gnus-msg.el (posting-charset-alist): Use
6345         gnus-define-group-parameter instead of defcustom.
6346         (gnus-put-message): Handle SPC in GCC.
6347         (gnus-inews-insert-gcc): Ditto.
6348         (gnus-inews-insert-archive-gcc): Ditto.
6349
6350 2002-08-26  Simon Josefsson  <jas@extundo.com>
6351
6352         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
6353         (gnus-agentize): Auto agentize all nntp and nnimap groups.
6354         (gnus-agent-possibly-save-gcc): Autoload.
6355         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
6356
6357 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6358
6359         * gnus.el (gnus-other-frame-function): New user option.
6360         (gnus-other-frame): Use it; add a doc-string; make it work with
6361         the gnuclient program.
6362
6363         * gnus-util.el (gnus-frame-or-window-display-name): New function.
6364
6365         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
6366         `device-connection' and `dfw-device'.
6367
6368 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6369
6370         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
6371         positives, make it stricter.  From Jochen Hein (trivial change).
6372
6373 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6374
6375         * gnus.el (gnus-other-frame): Trivial fix.
6376
6377 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6378
6379         * gnus.el (gnus-other-frame-parameters): New user option.
6380         (gnus-other-frame-object): New variable.
6381         (gnus-other-frame): Make it search for existing Gnus frame; don't
6382         read new news; delete frame on exit.
6383
6384         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
6385
6386         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
6387
6388 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6389         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
6390
6391         * message.el (message-set-auto-save-file-name): Add support for
6392         the Cygwin Emacs; the system-type is `cygwin'.
6393         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
6394
6395 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
6396
6397         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
6398
6399         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
6400         avoid arithmetic errors.
6401
6402 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6403
6404         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
6405
6406 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6407
6408         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
6409         (message-ignored-resent-headers): Add envelope From.
6410
6411 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6412
6413         * gnus.el (gnus-summary-line-format): Document %k specifier.
6414
6415 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6416
6417         * gnus-sum.el (gnus-summary-line-message-size): New function.
6418         (gnus-summary-line-format-alist): Use it.
6419
6420 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6421
6422         * gnus-art.el (article-make-date-line): Refer to the value for
6423         `gnus-article-time-format' in the summary buffer.
6424
6425         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
6426
6427 2002-08-14  Simon Josefsson  <jas@extundo.com>
6428
6429         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
6430         quoting.
6431         (gnus-button-alist): Fix doc.
6432         (gnus-header-button-alist): Use ' not ` for default value quoting.
6433         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
6434         rationale similar to 2002-05-01 change.
6435         (gnus-article-add-buttons-to-head): Evaluate expression.
6436
6437         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
6438
6439 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6440
6441         * message.el (message-font-lock-keywords): Refer to the value for
6442         `message-cite-prefix-regexp' dynamically.
6443
6444 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6445
6446         * gnus-art.el (gnus-decode-header-methods): Doc fix.
6447
6448 2002-08-12  Simon Josefsson  <jas@extundo.com>
6449
6450         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
6451         (imap-shell-open): Skip initial junk before IMAP greeting.
6452
6453 2002-08-11  Simon Josefsson  <jas@extundo.com>
6454
6455         * message-utils.el (message-xpost-default,
6456         message-xpost-fup2-header, message-xpost-fup2): Fixed
6457         Typos.  Trivial changes from Reiner Steib
6458         <4uce.02.r.steib@gmx.net>.
6459
6460 2002-08-09  Simon Josefsson  <jas@extundo.com>
6461
6462         * message.el (message-canlock-password): Set
6463         canlock-password-for-verify to newly generated canlock-password.
6464         When Emacs is restarted, Custom makes sure this is set, but during
6465         the same session we must set it manually.
6466
6467 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
6468
6469         * yenc.el: New file.
6470
6471         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
6472         (mm-uu-type-alist): Add yenc.
6473         (mm-uu-yenc-filename): New function.
6474         (mm-uu-yenc-extract): New function.
6475
6476         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
6477
6478 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6479
6480         * dgnushack.el (merge): Don't use coerce.
6481
6482 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
6483
6484         * mailcap.el (mailcap-mime-data): Test window-system rather than
6485         mm-device-type.
6486         (mailcap-mime-data): Call xdvi and gv with "-safer".
6487
6488         * mm-util.el: Don't define mm-device-type.
6489
6490 2002-08-05  Simon Josefsson  <jas@extundo.com>
6491
6492         * mm-util.el (mm-coding-system-priorities): coding-system type not
6493         supported everywhere.
6494
6495 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6496
6497         * gnus.el (gnus-version-number): Bumped version number.
6498
6499 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6500
6501         * gnus.el: Oort Gnus v0.07 is released.
6502
6503 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6504
6505         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
6506         (gnus-article-sort-functions): Doc fix.
6507         (t): New keystroke.
6508         (gnus-article-sort-by-random): New function.
6509         (gnus-thread-sort-by-random): New function.
6510
6511 2002-08-02  Simon Josefsson  <jas@extundo.com>
6512
6513         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
6514         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
6515
6516 2002-07-31  Danny Siu  <dsiu@adobe.com>
6517
6518         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
6519         when splitting malformed messages without message-id
6520
6521 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6522         From Niklas Morberg <niklas.morberg@axis.com>.
6523
6524         * nnweb.el (nnweb-type, nnweb-type-definition)
6525         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
6526         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
6527         functionality.
6528         * nnweb.el: Removed old non-functioning search engines.
6529
6530 2002-07-27  Simon Josefsson  <jas@extundo.com>
6531
6532         * message.el (message-forward-make-body): Don't use
6533         `message-forward-ignored-headers' when doing a "raw" followup (it
6534         is important to preserve e.g. CTE).
6535
6536         * flow-fill.el (fill-flowed): Disable filladapt-mode.
6537
6538         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
6539         regexp-quote, Cyrus Sieve is fixed.
6540
6541         * sieve-manage.el (sieve-manage-deletescript): New function.
6542
6543         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
6544         (sieve-manage-mode): Fix menubar.
6545         (sieve-activate): Change some messages.
6546         (sieve-deactivate-all): New function.
6547         (sieve-deactivate): New alias.
6548         (sieve-remove): New function.
6549         (sieve-help): Fix help.
6550         All suggested by Ned Ludd.
6551
6552 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6553
6554         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
6555         (mm-w3m-safe-url-regexp): New user option.
6556
6557         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
6558         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
6559
6560 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
6561
6562         * gnus-sum.el (gnus-summary-delete-article): Force
6563         nnmail-expiry-target to 'delete, so that absolute deletion
6564         happens when absolute deletion is requested.
6565
6566 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6567         From Nevin Kapur <nevin@jhu.edu>.
6568
6569         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
6570         headers as empty headers.
6571
6572 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6573         From Jochen Hein <jochen@jochen.org>.
6574
6575         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
6576         correct typo.
6577         (gnus-emphasis-strikethru): New face.
6578
6579 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6580         From Jason Merrill <jason@redhat.com>.
6581
6582         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
6583         entire file for each of a sequence of missing articles.
6584
6585         * gnus-salt.el (gnus-binary-display-article): Respect an existing
6586         value for gnus-view-pseudos.
6587
6588         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
6589         avoid nreverse.
6590
6591 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6592         From Ted Zlatanov <teodor.zlatanov@divine.com>.
6593
6594         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
6595         (gnus-summary-mode-line-format-alist): Add %h for number of
6596         spams.
6597         (gnus-newsgroup-spam-marked): New variable.
6598         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
6599         (gnus-article-read-p, gnus-article-mark)
6600         (gnus-set-global-variables, gnus-set-global-variables)
6601         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
6602         (gnus-summary-mark-article-as-unread)
6603         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
6604         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
6605         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
6606
6607 2002-07-10  Simon Josefsson  <jas@extundo.com>
6608
6609         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
6610         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
6611
6612 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
6613
6614         * gnus-sum.el (gnus-summary-delete-article): Respect group
6615         parameters while expiring.
6616
6617 2002-07-08  Simon Josefsson  <jas@extundo.com>
6618
6619         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
6620         Enberg.
6621
6622 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6623
6624         * gnus-art.el (article-unsplit-urls): Only display MIME when this
6625         function is called interactively.  From Niklas Morberg.
6626
6627 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6628
6629         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
6630         cdaar to cdar and car.
6631
6632         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
6633         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
6634
6635 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6636
6637         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
6638         don't break a narrowed article.
6639
6640         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
6641         (nntp-open-via-rlogin-and-telnet): Ditto.
6642
6643 2002-07-02  Didier Verna  <didier@xemacs.org>
6644
6645         * nnmail.el (nnmail-split-methods): fix custom type.
6646
6647 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6648
6649         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
6650         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
6651
6652 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6653
6654         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
6655         (gnus-summary-resend-message): Use it.
6656
6657 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6658
6659         * nntp.el (nntp-via-rlogin-command-switches): New variable.
6660         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
6661
6662 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6663
6664         * message.el (message-font-lock-keywords): Don't fontify
6665         headers in the message body, only in the header.
6666         (message-font-lock-make-header-matcher): New function, used by
6667         message-font-lock-keywords.
6668         From Katsumi Yamaoka <yamaoka@jpl.org>.
6669
6670 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6671
6672         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
6673
6674 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6675
6676         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
6677
6678 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6679
6680         * message.el (message-font-lock-keywords): Revert 2002-06-22
6681         change.
6682
6683 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6684
6685         * message.el (message-font-lock-keywords): Put colon in header
6686         name match.
6687
6688 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6689
6690         * message.el (message-font-lock-keywords): Don't use header faces
6691         in the body.  Thanks to Stefan Monnier for the hint on the
6692         implementation.
6693
6694 2002-05-09  Miles Bader  <miles@gnu.org>
6695
6696         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
6697         (gnus-article-hide-citation): Respect it.
6698
6699 2002-04-12  Juanma Barranquero  <lektu@terra.es>
6700
6701         * pop3.el (pop3-open-server): Fix typo.
6702
6703 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
6704
6705         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
6706         instead of push to ignore duplicate to-(list|address) values.
6707         * nnmail.el (nnmail-cache-ignore-groups): New.
6708         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
6709
6710 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6711
6712         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
6713         before sending.  Suggested by Jan Rychter.
6714
6715 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6716
6717         * dgnushack.el (remove): New compiler macro.
6718         (last, coerce, subseq): Remove compiler macros for those built-in
6719         or unused functions.
6720
6721 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6722
6723         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
6724         sure to write byte-compiled versions of gnus-*-format-alist to
6725         .newsrc.eld.  From Simon Josefsson.
6726
6727 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6728
6729         * gnus-agent.el (gnus-agent-read-servers)
6730         (gnus-agent-write-servers): Put server name (string like
6731         "nnchoke:frumple") in the file instead of a server specification
6732         (Lisp expression like (nnchoke "frumple" ...parameters...)).
6733         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
6734
6735 2002-06-16  Simon Josefsson  <jas@extundo.com>
6736
6737         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
6738         Reiner Steib <4uce.02.r.steib@gmx.net>.
6739
6740 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6741
6742         * nnheader.el (nnheader-file-name-translation-alist): Set the
6743         default value for MS Windows systems.
6744
6745         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
6746
6747 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6748
6749         * message.el (message-beginning-of-line): Keep the region active
6750         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
6751
6752 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
6753
6754         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
6755         * gnus-msg.el (gnus-summary-reply): Ditto.
6756         * gnus-msg.el (gnus-summary-handle-replysign): New.
6757
6758 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6759
6760         * message.el (message-send-mail-with-sendmail): Kill errbuf even
6761         if sending failed.
6762
6763 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
6764
6765         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
6766         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
6767         to sign while encrypting.
6768
6769 2002-06-11  Simon Josefsson  <jas@extundo.com>
6770
6771         * gnus-int.el (gnus-request-move-article): Agent expire article if
6772         successfuly moved.
6773
6774         * nnweb.el (nnweb-google-create-mapping): Honors the value of
6775         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
6776
6777 2002-06-10  Simon Josefsson  <jas@extundo.com>
6778
6779         * gnus-int.el (gnus-request-expire-articles): Fix last change?
6780
6781 2002-06-09  Simon Josefsson  <jas@extundo.com>
6782
6783         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
6784
6785         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
6786
6787 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6788
6789         * flow-fill.el (fill-flowed): Ignore errors.
6790
6791 2002-06-06  Simon Josefsson  <jas@extundo.com>
6792
6793         * message.el (message-send-mail-with-sendmail): Improve error message.
6794
6795 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6796
6797         * message.el (message-interactive): Change default from nil to t.
6798         Better to be safe than to be fast.
6799
6800 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6801
6802         * message.el (message-send-mail-with-sendmail): Check return value
6803         from call-process-region.
6804
6805 2002-06-04  Simon Josefsson  <jas@extundo.com>
6806
6807         * gnus-msg.el (gnus-group-mail, gnus-group-news)
6808         (gnus-group-post-news, gnus-summary-mail-other-window)
6809         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
6810         gnus-article-copy to nil, thereby inhibiting the `header' posting
6811         style match to use data from last viewed article.
6812         Suggested by Hrvoje Niksic.
6813
6814 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6815
6816         * spam.el (spam-point-at-eol): New alias.
6817         (spam-parse-whitelist): Use it.
6818
6819 2002-06-03  Simon Josefsson  <jas@extundo.com>
6820
6821         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
6822         (nnmail-article-group): Use it.
6823
6824 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6825
6826         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
6827         so that code reading them won't be surprised.  From Jesper Harder
6828         <harder@ifa.au.dk>.
6829
6830 2002-05-29  Simon Josefsson  <jas@extundo.com>
6831
6832         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
6833         articles.
6834
6835         * gnus.el (gnus-agent-cache): Doc fix.
6836         (gnus-agent): Change default to t.
6837
6838         * gnus-agent.el (gnus-agent-expire): Make it accept optional
6839         ARTICLES, GROUP and FORCE parameters.
6840
6841 2002-05-28  Simon Josefsson  <jas@extundo.com>
6842
6843         * gnus-group.el (gnus-group-line-format): Doc fix.
6844
6845 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6846
6847         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
6848         original article before yanking.  From Jesper Harder
6849         <harder@ifa.au.dk>.
6850
6851 2002-05-26  Simon Josefsson  <jas@extundo.com>
6852
6853         * gnus-sum.el (gnus-summary-menu-split): New function.
6854         (gnus-summary-make-menu-bar): Split charset submenu.
6855         (gnus-summary-menu-maxlen): New variable.
6856         (gnus-summary-menu-split): Use it.
6857
6858 2002-05-25  Simon Josefsson  <jas@extundo.com>
6859
6860         * mml.el (mml-preview): Generate some headers.
6861
6862         * gnus.el (gnus-large-newsgroup): Fix :type.
6863
6864         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
6865         Agent cache NOV's by default now).
6866         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
6867
6868 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
6869
6870         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
6871         call to gnus-parent-id when we check for References loops.
6872         (gnus-summary-prepare-threads): Avoid simplifying every Subject
6873         twice by saving the simplified subject string in simp-subject.
6874
6875 2002-05-23  Simon Josefsson  <jas@extundo.com>
6876
6877         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
6878         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
6879
6880         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
6881         Niklas Morberg <niklas.morberg@axis.com>.
6882
6883 2002-05-22  Simon Josefsson  <jas@extundo.com>
6884
6885         * sieve.el (sieve-change-region): Define it before it is used.
6886
6887         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
6888         (gnus-summary-reply): Ask for confirmation when replying to news.
6889         Defaults to not ask.  From Benjamin Rutt
6890         <rutt+news@cis.ohio-state.edu>.
6891
6892         * nnimap.el (nnimap-nov-is-evil): Improve doc.
6893
6894 2002-05-21  Simon Josefsson  <jas@extundo.com>
6895
6896         * sieve-mode.el (sieve-manage): Fix autoloads.
6897
6898         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
6899         name (makes it work with recent Cyrus timsieved).
6900
6901 2002-05-20  Jason  <jbaker@cs.utah.edu>
6902         Trivial patch.
6903
6904         * gnus-art.el (gnus-request-article-this-buffer): Try
6905         reconnecting if you don't get the message.
6906
6907 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6908
6909         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
6910         Reply-To headers from the headers.
6911
6912 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6913
6914         * mm-url.el (mm-url-insert): Remove junk message.
6915
6916 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6917
6918         * nnslashdot.el (nnslashdot-request-list): Parse new html.
6919         (nnslashdot-use-front-page): New variable.
6920         (nnslashdot-request-list): Use it.
6921
6922         * mm-url.el (mm-url-timeout): New variable.
6923         (mm-url-retries): Ditto.
6924         (mm-url-insert): Use it.
6925
6926 2002-05-16  Simon Josefsson  <jas@extundo.com>
6927
6928         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
6929         (gnus-simplify-subject-functions): Mention g-s-a-w.
6930
6931 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
6932
6933         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
6934         nnmail-cache-insert.
6935         * nndiary.el (nndiary-request-accept-article): Ditto.
6936         * nnfolder.el (nnfolder-request-accept-article): Ditto.
6937         * nnimap.el (nnimap-request-accept-article): Ditto.
6938         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
6939         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
6940         * nnmbox.el (nnmbox-request-accept-article): Ditto.
6941         * nnmh.el (nnmh-request-accept-article): Ditto.
6942         * nnmail.el (nnmail-cache-insert): Change group to required,
6943         removed code which tried to figure out the group.
6944
6945 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
6946
6947         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
6948         messages. From Hans de Graaff <hans@degraaff.org>.
6949         * nnml.el (nnml-request-accept-article): Pass in the group name to
6950         nnmail-cache-insert, since it's available.
6951
6952 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6953
6954         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
6955
6956 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6957         From Florian Weimer <fw@deneb.enyo.de>.
6958
6959         * gnus.el (subscribed): New group parameter.
6960         (gnus-find-subscribed-addresses): Use it.
6961
6962 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
6963
6964         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
6965         the default for pgpmime to support pgp v2.
6966         * mml-sec.el (mml-signencrypt-style): New accessor function to
6967         allow users to get/set the signencrypt style more easily without
6968         frobbing the alist directly.
6969         * mml.el (mml-generate-mime-1): Use accessor function.
6970
6971 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6972
6973         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
6974         parenthesis for "<" and ">".  Suggested by Andreas Schwab
6975         <schwab@suse.de>.
6976
6977 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6978
6979         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
6980         when intuiting the group the message is written to.  From Josh
6981         Huber <huber@alum.wpi.edu>.
6982
6983 2002-05-06  Simon Josefsson  <jas@extundo.com>
6984
6985         * gnus-topic.el (gnus-group-topic-parameters): Work when group
6986         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
6987
6988 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
6989
6990         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
6991         argument, and fixed compiler warning. (added autoload for
6992         gpg-encrypt).
6993
6994 2002-05-04  Simon Josefsson  <jas@extundo.com>
6995
6996         * mml1991.el (mml1991-function-alist): Doc fix.
6997
6998         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
6999         doesn't exist (for previewing messages without having Gnus
7000         started).
7001
7002         * mm-util.el (mm-coding-system-priorities): Defcustom.
7003
7004         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
7005
7006 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
7007
7008         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
7009         default.
7010         * mml-sec.el:
7011         * mml-sec.el (mml-signencrypt-style): New.
7012         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
7013         argument `sign'.
7014         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
7015         signencrypt.
7016         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
7017         * mml.el (mml-generate-mime-1): Changed logic so a part which is
7018         both signed & encryped is processed in one operation. (rather than
7019         two separate ops: sign, then encrypt)
7020         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
7021         indication if a message is signed by an expired key.
7022         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
7023         enables combined sign & encrypt operation. (this was always on
7024         before).
7025         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
7026
7027 2002-05-01  Simon Josefsson  <jas@extundo.com>
7028
7029         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
7030         server.
7031         (nnimap-mailbox-info): defvar instead of defvoo.
7032
7033 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7034
7035         * gnus.el: Oort Gnus v0.06 is released.
7036
7037 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7038
7039         * lpath.el: Bind url-package-version.
7040
7041 2002-05-01  Simon Josefsson  <jas@extundo.com>
7042
7043         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
7044         filename before deleting the group itself, because the presence of
7045         a group filename decides if long filenames are used or not.
7046
7047         * gnus-art.el (gnus-button-alist): Don't inline
7048         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
7049         without also modifying g-button-alist.
7050         (gnus-button-alist): Fix type to allow variable as well as regexp.
7051         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
7052         themselves, variables to its contents.
7053         (gnus-button-entry): Ditto.
7054
7055 2002-05-01  Simon Josefsson  <jas@extundo.com>
7056
7057         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
7058         UIDNEXT as a string.
7059
7060         * nnimap.el (nnimap-string-lessp-numerical): New function.
7061         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
7062         integers.
7063
7064 2002-04-29  Simon Josefsson  <jas@extundo.com>
7065
7066         * nnmail.el (nnmail-cache-insert): Accept optional group
7067         parameter.
7068
7069         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
7070         n-r-g-a is disabled.
7071
7072 2002-04-29  Simon Josefsson  <jas@extundo.com>
7073
7074         * nnimap.el (nnimap-split-fancy): Fix doc.
7075         (nnimap-split-fancy): Fix doc.
7076
7077         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
7078         (nnimap-mailbox-info): New internal variable.
7079         (nnimap-retrieve-groups): Implement faster new mail check.
7080
7081         * nnimap.el (nnimap-split-articles): Support
7082         nnmail-cache-accepted-message-ids.
7083         (nnimap-request-accept-article): Ditto.
7084
7085         * imap.el (imap-mailbox-status-asynch): New command.
7086
7087 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
7088
7089         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
7090         are no subscribed mail groups.
7091         - Strip quoted names when comparing addresses
7092
7093 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
7094
7095         * mm-decode.el (mm-text-html-renderer): Change customize type to
7096         const.
7097
7098         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
7099         (gnus-debug-exclude-variables): do.
7100
7101 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
7102
7103         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
7104         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
7105
7106 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7107
7108         * dns.el (dns-make-network-process): New macro.
7109         (query-dns): Use it.
7110
7111 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
7112
7113         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
7114         article-buffer.
7115
7116         * mm-url.el (mm-url-package-name): New variable.
7117         (mm-url-package-version): New variable.
7118         (mm-url-insert-file-contents): Bind url-package-name and
7119         url-package-version here.
7120         * nnrss.el (nnrss-insert-w3): Move the bindings.
7121
7122         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
7123         url-package-version. Trivial change from Andrew J Cosgriff
7124         <ajc@polydistortion.net>
7125
7126         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
7127         attachments. Trivial change from Peter 'Luna' Runestig
7128         <peter@runestig.com>.
7129
7130 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
7131
7132         * nnkiboze.el (nnkiboze-request-scan): Call
7133         nnkiboze-possibly-change-group.
7134         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
7135         problems.
7136         (nnkiboze-generate-group): Set newsrc to the *highest* article
7137         number kibozed, not the lowest.
7138
7139 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
7140
7141         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
7142
7143 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7144         From Dan Christensen <jdc+news@uwo.ca>.
7145
7146         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7147         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7148         Recognize math postings.  Extract Date (now ignores "(15kb)").
7149         Extract email address using gnus-extract-address-components
7150         instead of just taking the first word.  Create Date and From
7151         headers for message which are missing these headers.  Get rid
7152         of spurious \\ lines (purely cosmetic).  Extend body-end and
7153         file-end regexps, to exclude more garbage from the message.
7154         Make URL rephrasing regexp more flexible, to match current
7155         format.
7156
7157 2002-04-23  Simon Josefsson  <jas@extundo.com>
7158
7159         * netrc.el: New file, functions copied from gnus-util.el by Ted
7160         Zlatanov <tzz@lifelogs.com>.
7161
7162         * gnus-util.el: Require netrc.
7163         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
7164         new code in netrc.el.
7165
7166 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7167
7168         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
7169         message-ignored-resent-headers, too.  From Matthieu Moy
7170         <Matthieu.Moy@imag.fr>.
7171
7172 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
7173
7174         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
7175         boolean not a string
7176         * gnus-group.el (gnus-group-line-format): add description of %C
7177         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
7178           as %C
7179         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
7180
7181 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
7182
7183         * nnmaildir.el (nnmaildir-request-scan): typo: set
7184         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
7185         nnmail-get-new-mail for 'find-new-groups.
7186
7187 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
7188
7189         * nnmaildir.el (nnmaildir-request-update-info,
7190         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
7191         unnecessary calls to nnmaildir-request-scan.
7192
7193 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
7194
7195         * gnus-msg.el:
7196         * gnus-msg.el (gnus-message-replysign): New.
7197         * gnus-msg.el (gnus-message-replyencrypt): New.
7198         * gnus-msg.el (gnus-message-replysignencrypted): New.
7199         * gnus-msg.el (gnus-summary-reply): Use the three new variables
7200         (above) to automatically encrypt/sign to encrypted/signed
7201         messages.
7202         * message.el:
7203         * message.el (message-mode-map): Add keybinding for
7204         `message-to-list-only'
7205         * message.el (message-mode): Add description for
7206         `message-to-list-only'
7207         * message.el (message-to-list-only): New.
7208         * message.el (message-make-mft): Changed to use the cl loop macro,
7209         and added optional flag to return only the matched list. (for use
7210         in new message-to-list-only function)
7211
7212 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
7213
7214         * gnus-msg.el:
7215         * gnus-msg.el (gnus-message-replysign):
7216         * gnus-msg.el (gnus-replysign): New.
7217         * gnus-msg.el (gnus-replyencrypt): New.
7218         * gnus-msg.el (gnus-replysignencrypted): New.
7219         * gnus-msg.el (gnus-summary-reply):
7220         * message.el:
7221         * message.el (message-mode-map):
7222         * message.el (message-mode):
7223         * message.el (message-to-list-only): New.
7224         * message.el (message-make-mft):
7225
7226 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
7227
7228         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
7229
7230 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
7231
7232         * message.el (message-gen-unsubscribed-mft): accept a prefix
7233         argument so CC can be included with C-u C-c C-f C-a
7234
7235 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7236         From Ted Zlatanov <teodor.zlatanov@divine.com>.
7237
7238         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
7239         Improve docstring.
7240         (spam-enter-blacklist): New command.
7241
7242         * gnus-sum.el (gnus-spam-mark): New mark.
7243         (gnus-auto-expirable-marks): Add gnus-spam-mark.
7244         (gnus-summary-make-tool-bar): Correct conditional.
7245         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
7246         (gnus-summary-mark-as-spam): New command.
7247
7248 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
7249
7250         * mml-sec.el (mml-secure-message): changed to support arbritrary
7251         modes.
7252         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
7253         changed to support "signencrypt" mode.
7254         * mml.el (mml-parse-1): changed to support different secure modes
7255         more easily. (for signencrypt)
7256
7257 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
7258
7259         * gnus-sum.el (gnus-update-summary-mark-positions)
7260         (gnus-summary-toggle-header):
7261         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
7262         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
7263         (gnus-uu-post-encoded):
7264         * nnfolder.el (nnfolder-possibly-change-group):
7265         * nnimap.el (nnimap-retrieve-headers):
7266         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
7267
7268 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
7269
7270         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
7271         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
7272
7273 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7274
7275         * gnus-srvr.el (gnus-server-set-info): Clear
7276         `gnus-server-method-cache' when `gnus-server-alist' is changed.
7277         From Daiki Ueno <ueno@unixuser.org>.
7278
7279 2002-04-11  Simon Josefsson  <jas@extundo.com>
7280
7281         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
7282         viewing of security buttons.  Thanks to Nicolas Kowalski
7283         <Nicolas.Kowalski@imag.fr>.
7284
7285         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
7286         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
7287         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
7288         <Nicolas.Kowalski@imag.fr>.
7289         (smime-decrypt-buffer): Ditto.
7290
7291 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7292
7293         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
7294         header line.
7295
7296 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
7297
7298         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
7299
7300 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7301
7302         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
7303
7304 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
7305
7306         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
7307         errors when debug.
7308
7309 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
7310
7311         * message.el (message-make-mft): Changed MFT code from using
7312         message-recipients (which included Bcc) to use only the To and CC
7313         headers.
7314
7315 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
7316
7317         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
7318         add link.
7319         (gnus-treat-mail-picon): Ditto.
7320         (gnus-treat-newsgroups-picon): Ditto.
7321         (gnus-picon-databases): Fix custom type.
7322         (gnus-picon-databases): Add link.
7323         (gnus-article-x-face-command): Add to gnus-picon group.
7324
7325 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
7326
7327         * message.el (message-buffer-naming-style): Remove.
7328
7329 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7330
7331         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
7332
7333         * message.el (message-tool-bar-map): Ditto.
7334
7335         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7336
7337 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7338
7339         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
7340
7341 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
7342
7343         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
7344
7345 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
7346         Trivial patch.
7347
7348         * dns.el: open-network-stream under XEmacs does udp.
7349
7350 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
7351
7352         * spam.el (spam-enter-whitelist): New function.
7353         (spam-parse-whitelist): Ditto.
7354         (spam-refresh-list-cache): Ditto.
7355         (spam-address-whitelisted-p): New function.
7356
7357         * dns.el (query-dns): Use TCP when make-network-process isn't
7358         available.
7359         (dns-servers): New variable.
7360         (dns-parse-resolv-conf): New function.
7361         (query-dns): Use it.
7362
7363         * spam.el: New file.
7364
7365         * dns.el (query-dns): Test.
7366
7367 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7368
7369         * lpath.el (featurep): Bind make-network-process.
7370
7371 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
7372
7373         * nnmaildir.el: Use defstruct.  Use a single copy of
7374         nnmail-extra-headers to save memory.  Store server's group name
7375         prefix instead of each group's prefixed name.
7376         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
7377         nntp-server-buffer.
7378
7379 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7380
7381         * dns.el: New file.
7382
7383 2002-03-28  Simon Josefsson  <jas@extundo.com>
7384
7385         * gnus-sum.el (gnus-summary-dummy-line-format):
7386         * gnus.el (gnus-summary-line-format): Fixing links to Info.
7387         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
7388
7389 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7390
7391         * gnus-sum.el (gnus-summary-move-article)
7392         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
7393         the doc string.
7394
7395 2002-03-28  Simon Josefsson  <jas@extundo.com>
7396
7397         * mml-sec.el (mml-secure-message): Search after
7398         mail-header-separator from top of message.
7399
7400 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
7401
7402         * nnmaildir.el: Cosmetic changes.
7403         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
7404         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
7405         nnmaildir--group-ls): New macros/functions.  Use them.
7406         (nnmaildir--unlink): Evalutate argument only once.
7407
7408 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
7409
7410         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
7411         symbols.
7412         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
7413         `gnus-point-at-eol'.
7414
7415 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
7416
7417         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
7418         nnmaildir--marks-dir): New macros.  Use them.
7419         Use inhibit-quit for atomicity instead of in-memory journaling.
7420         (nnmaildir--edit-prep): New function.
7421         (Local Variables): Use it.
7422
7423 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
7424
7425         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7426
7427 2002-03-25  Simon Josefsson  <jas@extundo.com>
7428
7429         * message.el (message-mode): Fix doc.
7430
7431 2002-03-25  Simon Josefsson  <jas@extundo.com>
7432
7433         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
7434         Matthieu Moy <Matthieu.Moy@imag.fr>.
7435
7436 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
7437
7438         * mml-sec.el (mml-unsecure-message): Add docstring.
7439
7440 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
7441
7442         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
7443         value.
7444         Trivial change from andre@slamdunknetworks.com
7445
7446 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
7447
7448         * mml.el (mml-mode-map): Added a keybinding for
7449         `mml-unsecure-message'.  Also, added a menu entry for said
7450         function in the Attachments menu.
7451
7452 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7453
7454         * canlock.el (canlock-version): Remove.
7455         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
7456         here; simplify \x insertions.
7457         (canlock-sha1): New function, always return a unibyte string.
7458         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
7459         of a password.
7460         (canlock-insert-header): Use `canlock-sha1'.
7461         (canlock-verify): Ditto.
7462
7463 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
7464
7465         * message.el (message-fix-before-sending): Add an option that
7466         ignores illegible text.
7467         Trivial change from Mark Milhollan <mlm@attglobal.net>
7468
7469         * message.el (message-font-lock-keywords): Support multi-line MML
7470         tags.
7471
7472         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
7473         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
7474
7475 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7476
7477         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
7478         symbols for "View as different encoding" submenu.
7479
7480 2002-03-19  Simon Josefsson  <jas@extundo.com>
7481
7482         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
7483         encoding" submenu.
7484
7485 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
7486
7487         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
7488
7489 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7490
7491         * gnus-sum.el (gnus-sum-thread-tree-root)
7492         (gnus-sum-thread-tree-single-indent)
7493         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
7494         (gnus-sum-thread-tree-leaf-with-other)
7495         (gnus-sum-thread-tree-single-leaf): Make customizable.
7496
7497 2002-03-16  Simon Josefsson  <jas@extundo.com>
7498
7499         * gnus-util.el (gnus-extract-address-components): Don't break on
7500         names such as James "Kibo" Parry.  From Francis Litterio
7501         <franl@world.std.com>.
7502
7503 2002-03-13  Simon Josefsson  <jas@extundo.com>
7504
7505         * pop3.el (pop3-open-server): Revert multibyte change.  From
7506         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
7507
7508         * message.el (message-send-mail-with-qmail): Make it work.  From
7509         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
7510
7511 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
7512
7513         * message.el (message-make-mft): Set case-fold-search while
7514         generating the MFT.  Also, a little cleanup in the MFT code.
7515
7516 2002-03-12  Simon Josefsson  <jas@extundo.com>
7517
7518         * message.el (message-qmail-inject-args): May be function.
7519         (message-send-mail-with-qmail): Call function if m-q-i-a is
7520         function.  From fn@hungry.org (Faried Nawaz).
7521
7522 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
7523
7524         * message.el (message-abbrevs-loaded): Remove.
7525         (mailabbrev): Require it.
7526
7527         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
7528
7529 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7530
7531         * pop3.el (pop3-open-server): Set process buffer unibyte.
7532
7533 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7534
7535         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
7536
7537 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
7538
7539         * nnslashdot.el (nnslashdot-request-article): Remove javascript
7540         too.
7541
7542 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
7543
7544         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
7545         duplication.
7546         (gnus-summary-save-parts-type-history): Ditto.
7547         (gnus-summary-save-parts-last-directory): Ditto.
7548         Trivial change from andre@slamdunknetworks.com
7549
7550 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
7551
7552         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
7553
7554 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7555
7556         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
7557         -->" as the end of the first article.
7558
7559         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
7560         From Matthieu Moy <Matthieu.Moy@imag.fr>
7561
7562         * message.el (message-add-action): Use add-to-list.
7563         (message-delete-action): New function.
7564
7565         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
7566         pieces.
7567
7568 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
7569
7570         * nnnil.el: New file.
7571         * gnus.el (gnus-valid-select-methods): Include nnnil.
7572
7573 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
7574
7575         * message.el (message-syntax-checks): Because canlock is
7576         supported, we disable sender syntax check.
7577         (message-shoot-gnksa-feet): Add cancel-messages option doc.
7578
7579         * gnus-draft.el (gnus-draft-send): If interactive, use its default
7580         value of message-syntax-checks.
7581
7582         * qp.el (quoted-printable-decode-region): Doc addition.
7583         From: Eli Zaretskii <eliz@is.elta.co.il>
7584
7585         * mail-source.el (make-source-make-complex-temp-name): Use
7586         make-temp-file.
7587
7588         * mm-util.el (mm-make-temp-file): New function.
7589         * nneething.el (nneething-file-name): Use it.
7590         * mml-smime.el (mml-smime-encrypt): Ditto.
7591         * mm-view.el (mm-inline-wash-with-file): Ditto.
7592         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
7593         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
7594         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
7595         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
7596         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
7597         * gnus-art.el (gnus-mime-print-part): Ditto.
7598
7599 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
7600
7601         * message.el (nnmaildir-article-number-to-base-name): New
7602         function.
7603         (nnmaildir-base-name-to-article-number): New function.
7604
7605 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7606
7607         * smime.el (smime-make-temp-file): Don't quote
7608         `temporary-file-directory'.
7609
7610 2002-03-04  Simon Josefsson  <jas@extundo.com>
7611
7612         * smime.el (smime-sign-region): Rename argument keyfiles to
7613         keyfile. You only sign something with one key.
7614         (smime-sign-buffer): Better completing-read prompt.
7615         (smime-decrypt-buffer): Ditto.
7616
7617         * smime.el (smime-make-temp-file): Make it work under XEmacs.
7618
7619         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
7620         completing-read.
7621         (mm-view-pkcs7-decrypt): CRLF->LF.
7622
7623 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
7624
7625         * message.el (message-hierarchical-addresses): New variable.
7626         (message-get-reply-headers): Use it.
7627         From Ted Zlatanov <teodor.zlatanov@divine.com>
7628
7629 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7630
7631         * message.el (message-mode): If buffer-file-name, don't set auto
7632         save file name.
7633         Trivial change from Geoff Greene <ggreene@wpi.edu>
7634
7635 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7636
7637         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
7638         takes one argument in read-char.
7639
7640         * message.el (message-fix-before-sending): Forward a char.
7641         Check mmu-multibyte-p, add control-1.
7642
7643 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7644
7645         * gnus-start.el (gnus-read-init-file): Ditto.
7646
7647         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
7648
7649         * dgnushack.el (dgnushack-make-load): Ditto.
7650
7651         * mail-source.el (mail-source-fetch): Extract the right error
7652         code.
7653
7654         * message.el (message-fix-before-sending): Check illegible text.
7655
7656         * gnus-util.el (gnus-multiple-choice): New function.
7657
7658         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
7659         also defined in gnus-score.el.
7660
7661 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
7662
7663         * message.el (message-get-reply-headers): downcase email addresses
7664         for comaparisons for duplicate removal.
7665
7666 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7667
7668         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
7669         implementation of PKCS#7, which just allows users read the
7670         message.
7671         (mm-view-pkcs7): Use it.
7672
7673 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
7674
7675         * gnus.el (large-newsgroup-initial): New parameter.
7676
7677         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
7678         (gnus-summary-insert-old-articles): Ditto.
7679
7680 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
7681
7682         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
7683         used as the default answer of the question, "How many articles?".
7684         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7685
7686         * nnagent.el (nnagent-retrieve-headers): Remove articles with
7687         small numbers.
7688
7689 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
7690
7691         * deuglify.el: Fix comments.
7692
7693 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
7694
7695         * html2text.el (html2text-clean-anchor): If there is no HREF,
7696         insert nothing.
7697
7698         * mml.el (mml-generate-mime-1): Add cdr.
7699         From: andre@slamdunknetworks.com
7700
7701         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
7702         (mm-text-html-washer-alist): Ditto.
7703
7704         * mm-decode.el (mm-text-html-renderer): Add html2text.
7705
7706         * html2text.el: Face lift.
7707
7708         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
7709
7710 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
7711
7712         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
7713
7714         * deuglify.el: Change copy right. Add autoload. Add coding-system.
7715
7716         * deuglify.el: New file. The original file name is
7717         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
7718
7719         * mm-decode.el (mm-display-external): Use
7720         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
7721
7722 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
7723
7724         * nnmaildir.el (nnmaildir-request-list): Report the highest
7725         article number, not the total number of articles.
7726
7727 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
7728
7729         * gnus-sum.el: Move uu key map here.
7730         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
7731
7732 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
7733
7734         * nnmaildir.el (nnmaildir-request-expire-articles): Use
7735         nnmail-expiry-wait* if expire-age parameter is not set.
7736
7737 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
7738
7739         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
7740         function.
7741         (gnus-group-sort-selected-groups-by-real-name): New function.
7742         (gnus-group-make-menu-bar): Add sort by real name.
7743
7744         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
7745         rebuild.
7746         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
7747         nil as dependencies as well.
7748
7749 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
7750
7751         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
7752         for mime-parts.
7753
7754         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
7755
7756         * gnus-group.el (gnus-group-name-decode): Don't test
7757         multibyte-string, because it breaks XEmacs.
7758         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
7759
7760         * message.el (message-send-mail): Be talkative.
7761
7762         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
7763         (mm-automatic-display): Ditto.
7764
7765         * mailcap.el (mailcap-mime-data): Ditto.
7766         From: Reiner Steib <4uce.02.r.steib@gmx.net>
7767
7768 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7769
7770         * many files: Remove trailing whitespaces, replace spc+tab with
7771         tab, replace leading whitespaces with tabs.
7772
7773 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
7774
7775         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
7776         articles with no body and no blank line after the header.
7777
7778 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
7779
7780         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
7781         parts.
7782
7783         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
7784         non-ascii chars.
7785
7786         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
7787
7788         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
7789         w3-delay-image-loads.
7790         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
7791         (mm-w3-prepare-buffer): Ditto.
7792
7793         * mail-source.el (mail-source-fetch-directory): Run scripts.
7794
7795 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7796
7797         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
7798         for Majordomo confirmations.
7799
7800 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7801
7802         * gnus-fun.el (gnus-respond-to-confirmation): New command.
7803
7804 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7805
7806         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
7807
7808 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
7809
7810         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
7811         References header field.  From Mark Thomas <mthomas@cmu.edu>.
7812
7813 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
7814
7815         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
7816         (mm-inline-render-with-stdin): Ditto.
7817         (mm-inline-render-with-function): Ditto.
7818         (mm-inline-wash-with-file): Bind coding-system-for-write.
7819         (mm-inline-wash-with-stdin): Ditto.
7820
7821 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
7822
7823         Suggested by Felix Natter <fnatter@gmx.net>
7824
7825         * gnus-art.el (gnus-mime-view-part-externally): Rename from
7826         gnus-mime-externalize-view.
7827         (gnus-mime-view-part-internally): Rename from
7828         gnus-mime-internalize-view.
7829         (gnus-article-view-part-externally): Rename from
7830         gnus-article-externalize-part.
7831         (gnus-mime-action-alist): Change correspondingly.
7832         (gnus-mime-button-commands): Ditto.
7833         (gnus-mime-action-alist): Remove duplication.
7834
7835         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
7836
7837 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
7838
7839         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
7840
7841         * gnus-art.el (gnus-display-mime): Use it.
7842
7843         * mm-partial.el (mm-partial-find-parts): Use it.
7844
7845         * gnus-sum.el (gnus-article-loose-mime): Rename from
7846         gnus-article-no-strict-mime.
7847         (gnus-summary-save-parts): Use it.
7848
7849 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7850
7851         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
7852         local variable.
7853
7854         * gnus-art.el (article-display-x-face): Don't sort multiple
7855         X-Faces.
7856
7857 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7858
7859         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
7860         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
7861
7862         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
7863
7864 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
7865
7866         Some ideas is inspired by code from Hrvoje Niksic
7867         <hniksic@arsdigita.com>
7868
7869         * gnus-art.el (gnus-article-wash-function): Set the default to
7870         nil, so that we use mm-text-html-renderer instead.
7871         (article-wash-html): Use mm-text-html-renderer.
7872
7873         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
7874         (mm-text-html-renderer): New variable.
7875         (mm-inline-text-html-renderer): Set the default to nil, so that we
7876         use mm-text-html-renderer instead.
7877
7878         * mm-view.el (mm-inline-text-html): New function.
7879         (mm-text-html-renderer-alist): New variable.
7880         (mm-inline-text-vcard): New function.
7881         (mm-inline-text): Split.
7882         (mm-links-remove-leading-blank): New function.
7883         (mm-inline-render-with-file): New function.
7884         (mm-inline-render-with-stdin): New function.
7885         (mm-inline-render-with-function): New function.
7886         (mm-text-html-washer-alist): New variable.
7887         (mm-inline-wash-with-file): New function.
7888         (mm-inline-wash-with-stdin): New function.
7889
7890 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
7891
7892         * message-utils.el: Fix installation doc.
7893         From: Reiner Steib <4uce.02.r.steib@gmx.net>
7894
7895 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
7896
7897         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
7898         (gnus-post-method): Use it.
7899         (gnus-summary-cancel-article): Find the correct post-method.
7900
7901         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
7902         * message.el (message-send-news): Ditto.
7903         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
7904         <ipmonger@delamancha.org>
7905
7906         * gnus.el (gnus-select-method): Fix doc.
7907         (gnus-server-string): Use 'using nntp'.
7908
7909         * gnus-agent.el (gnus-slave-unplugged): New command.
7910         From: Felix Natter <fnatter@gmx.net>
7911
7912 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
7913
7914         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
7915         Call edit-done-function first, then change the window
7916         configuration.
7917         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
7918         (gnus-article-edit-mode): mml-mode.
7919
7920         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
7921         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
7922
7923         * message-utils.el: Adopt the file.
7924
7925         * message-utils.el: New file.
7926         From Holger Schauer <Holger.Schauer@gmx.de>
7927
7928 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
7929
7930         * gnus-sum.el (gnus-summary-move-article): Select-article only
7931         when gnus-move-split-methods is non-nil. And we don't render or
7932         mark the article.
7933
7934         * gnus-fun.el (gnus-shell-command-to-string): New function.
7935         (gnus-shell-command-on-region): New function.
7936         (gnus-random-x-face): Use them.
7937         (gnus-x-face-from-file): Ditto.
7938         (gnus-convert-image-to-gray-x-face): Ditto.
7939         (gnus-convert-gray-x-face-to-xpm): Ditto.
7940         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
7941
7942 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7943
7944         * gnus-art.el (gnus-treat-display-xface): Don't use
7945         `shell-command-to-string' when compiling.
7946         (gnus-treat-display-grey-xface): Ditto.
7947
7948 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
7949
7950         * nnmaildir.el (nnmaildir--article-count): If the group is
7951         completely empty, report minimum article number as 1 instead of 0.
7952
7953 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
7954
7955         * gnus-agent.el (gnus-get-predicate): Use nconc.
7956
7957         * gnus-sum.el (gnus-summary-display-make-predicate): Use
7958         gnus-summary-display-cache as cache.
7959
7960         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
7961         (nndoc-mail-in-mail-type-p): New function.
7962         (nndoc-mail-in-mail-article-begin): New function.
7963
7964 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
7965
7966         * mailcap.el (mailcap-mime-data): Use enriched-decode.
7967
7968         * gnus-cite.el (gnus-article-fill-cited-article): Bind
7969         use-hard-newlines to nil.
7970
7971         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
7972         image is not available if window-system is not available.
7973
7974         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
7975
7976 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
7977
7978         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
7979         bookmark, because update-mark doesn't handle it correctly.
7980
7981 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
7982
7983         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
7984         directly instead of calling message-send-mail.
7985
7986         * gnus-start.el (gnus-read-descriptions-file): Use
7987         gnus-default-charset.
7988
7989         * mm-util.el (mm-guess-mime-charset): New function.
7990
7991         * gnus.el (gnus-default-charset): Use it.
7992         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
7993         the default.
7994
7995 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7996
7997         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
7998         (article-display-x-face): Use it.  Disable grey xface, if
7999         uncompface is not found.
8000
8001         * message.el (message-mode): Don't enable multibyte on an indirect
8002         buffer.
8003
8004         * nnrss.el (nnrss-content-function): New variable.
8005         (nnrss-request-article): Use it.
8006
8007 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8008
8009         * gnus.el: Add article-unsplit-urls.
8010         * gnus-sum.el: Ditto.
8011         * gnus-art.el (gnus-treat-strip-cr): New variable.
8012         (gnus-treatment-function-alist): Use it.
8013         (article-unsplit-urls): New function.
8014         (gnus-article-make-menu-bar): Use it.
8015         From: Michael Cook <michael.cook@cisco.com>
8016
8017 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8018
8019         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
8020         copy.
8021
8022 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
8023
8024         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
8025         with internal whitespace.
8026         (gnus-parent-id): Ditto.
8027
8028 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
8029
8030         * gnus-art.el (gnus-article-treat-body-boundary): Add
8031         gnus-decoration property.
8032         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
8033
8034         * message.el (message-mode): Set local-abbrev-table.
8035         From Matt Armstrong <matt@lickey.com>.
8036
8037         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
8038         too many spaces.
8039
8040         * rfc2047.el (rfc2047-unfold-region): Ditto.
8041         (rfc2047-decode-region): Don't unfold. Let
8042         gnus-article-treat-unfold-headers do it.
8043
8044         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
8045         From: Jesper Harder <harder@ifa.au.dk>
8046
8047 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8048
8049         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
8050         (gnus-configure-posting-styles): Use it.
8051         (gnus-configure-posting-styles): Remove trailing newspaces.
8052
8053 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8054
8055         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
8056         is non-nil.
8057
8058         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
8059
8060         * gnus.el (gnus-server-to-method): Switch position with
8061         gnus-server-get-method.
8062         (gnus-agent): Add doc.
8063
8064         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
8065         (gnus-summary-save-parts): Use it.
8066
8067         * gnus-art.el (gnus-display-mime): Use it.
8068         * mm-partial.el (mm-partial-find-parts): Use it.
8069
8070         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
8071
8072         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
8073         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
8074
8075         * nnagent.el (nnagent-request-expire-articles): Don't delete
8076         files.
8077
8078 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
8079
8080         * message.el (message-gen-unsubscribed-mft): New function.
8081         From Sriram Karra <karra@cs.utah.edu>.
8082
8083         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
8084         open parenthesis.
8085
8086         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
8087         (mm-inline-text-html-render-with-w3): Ditto.
8088         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
8089         Suggested by Dave Love  <d.love@dl.ac.uk>.
8090
8091         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
8092
8093         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
8094         * nntp.el (nntp-send-command): Ditto.
8095         * nntp.el (nntp-send-command-nodelete): Ditto.
8096
8097 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8098
8099         * mm-url.el (mm-url-load-url): New function.
8100         (mm-url-insert-file-contents): Use it.
8101
8102         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
8103
8104         * message.el (message-forward-make-body): Correctly copy
8105         forward-buffer.
8106
8107         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
8108
8109 2002-02-04  Simon Josefsson  <jas@extundo.com>
8110
8111         * gnus-art.el (gnus-article-followup-with-original): Mark with
8112         force, prevent errors when following up from article buffer.
8113         (gnus-article-reply-with-original): Ditto.
8114
8115         * binhex.el (binhex-decoder-switches): Fix doc.  From
8116         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
8117
8118 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8119
8120         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
8121         highlight-citation after emphasize.
8122
8123 2002-02-04  Simon Josefsson  <jas@extundo.com>
8124
8125         * nnfolder.el (nnfolder-open-marks):
8126
8127         * nnml.el (nnml-open-marks): Message when done.  From David
8128         Edmondson <dme@sun.com>.
8129
8130 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8131
8132         * imap.el (imap-anonymous-auth): Fix typo.
8133         From: Steinar Bang <sb@dod.no>
8134
8135         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
8136         save-excursion.
8137         (gnus-cache-braid-heads): Ditto.
8138
8139         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
8140         line, because there are extra articles in the overview buffer.
8141
8142         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
8143
8144         * message.el (message-forward-rmail-make-body): Directly use
8145         rmail-msg-restore-non-pruned-header to avoid calling
8146         vertical-motion.
8147
8148 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8149
8150         * gnus-cache.el (gnus-summary-insert-cached-articles):
8151         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
8152
8153         * gnus-group.el (gnus-group-mark-article-read): Nreverse
8154         gnus-newsgroups-unselected.
8155
8156         * gnus-agent.el (gnus-summary-set-agent-mark): Use
8157         gnus-add-to-sorted-list.
8158
8159         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
8160         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
8161         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
8162         (gnus-update-read-articles): UNREAD is sorted.
8163         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
8164         (gnus-newsgroup-marked, gnus-newsgroup-cached)
8165         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
8166         (gnus-newsgroup-dormant): Require sorted.
8167
8168         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
8169         directories.
8170         (gnus-dired-print): New function.
8171
8172         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
8173         ps-despool.
8174
8175 2002-02-02  Simon Josefsson  <jas@extundo.com>
8176
8177         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
8178
8179 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8180
8181         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
8182         t. This makes gnus-agent customizable without putting
8183         gnus-agentize into .gnus.
8184
8185         * gnus.el (gnus-agent): Make it customizable.
8186
8187         * gnus-dired.el: New file.
8188         From Benjamin Rutt <brutt@bloomington.in.us>
8189
8190         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
8191         if no article.
8192         (gnus-cache-possibly-remove-article): Ditto.
8193         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
8194
8195 2002-02-01  Simon Josefsson  <jas@extundo.com>
8196
8197         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
8198
8199 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8200
8201         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
8202         (mm-setup-w3m): Don't bind keys listed in the above.
8203
8204 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8205
8206         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
8207         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
8208         is non-nil; bind `w3m-force-redisplay' with nil.
8209
8210         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8211
8212         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
8213
8214 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
8215
8216         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
8217         use mail-header-unfold-field.
8218
8219         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
8220         gnus-summary-limit.
8221
8222         * gnus-range.el (gnus-add-to-sorted-list): New function.
8223         * gnus-sum.el (gnus-mark-article-as-read): Use it.
8224         (gnus-mark-article-as-unread): Ditto.
8225         (gnus-summary-mark-article-as-unread): Ditto.
8226         (gnus-build-get-header): Ditto.
8227         (gnus-summary-prepare-threads): Ditto.
8228         (gnus-summary-insert-pseudos): Ditto.
8229         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
8230         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
8231         (gnus-summary-insert-old-articles): Ditto.
8232
8233         * gnus-msg.el (gnus-posting-styles): Add new format of header.
8234         (gnus-configure-posting-styles): Support the new format.
8235
8236         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
8237         edebug-form-spec to (sexp body).
8238         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
8239
8240         * message.el (message-reply-headers): Add doc.
8241
8242 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8243
8244         * gnus-group.el (gnus-group-delete-group): Nix the entry in
8245         gnus-cache-active-hashtb.
8246
8247         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
8248         (gnus-agent-summary-fetch-group): Use it.
8249
8250         * gnus-msg.el (gnus-debug-files): New variable.
8251         (gnus-debug-exclude-variables): New variable.
8252         (gnus-debug): Use them.
8253
8254         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
8255
8256 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8257
8258         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
8259         (message-mode-syntax-table): Move back the previous position.
8260
8261         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
8262
8263         * gnus-agent.el (gnus-agent-retrieve-headers): Use
8264         gnus-sorted-difference.
8265
8266         * nnsoup.el (nnsoup-request-expire-articles): Use
8267         gnus-sorted-difference.
8268
8269         * nnheader.el: Autoload gnus-sorted-difference.
8270
8271         * nnfolder.el (nnfolder-request-expire-articles): Use
8272         gnus-sorted-difference.
8273
8274         * gnus-cache.el (gnus-cache-retrieve-headers): Use
8275         gnus-sorted-difference.
8276
8277         * gnus-range.el: Autoload cookies.
8278         (gnus-sorted-difference): New function.
8279         (gnus-sorted-ndifference): New function.
8280         (gnus-sorted-nintersection): Rename from
8281         gnus-set-sorted-intersection.
8282         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
8283         (gnus-list-range-difference): Rename from
8284         gnus-inverse-list-range-intersection.
8285         (gnus-inverse-list-range-intersection): Use defalias.
8286
8287         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
8288         gnus-sorted-ndifference, and gnus-sorted-nintersection.
8289         (gnus-articles-to-read): Use gnus-sorted-difference.
8290         (gnus-summary-limit-mark-excluded-as-read): Use
8291         gnus-sorted-intersection and gnus-sorted-ndifference.
8292         (gnus-list-of-read-articles): Use gnus-list-range-difference.
8293         (gnus-summary-insert-articles): Use gnus-sorted-difference.
8294
8295         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
8296
8297 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8298
8299         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
8300         property to the buffer for using emacs-w3m command keys.
8301
8302         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
8303         option.
8304
8305         * mm-view.el (mm-w3m-mode-map): New variable.
8306         (mm-w3m-mode-command-alist): New variable.
8307         (mm-w3m-minor-mode): Removed.
8308         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
8309         (mm-inline-text-html-render-with-w3m): Add keymap property to the
8310         buffer for using emacs-w3m command keys.
8311
8312 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
8313
8314         * message.el (message-mode-syntax-table): Move forward.
8315         (message-cite-prefix-regexp): Auto detect non word constituents.
8316         (message-cite-prefix-regexp): Don't use with-syntax-table.
8317
8318         * gnus-sum.el (gnus-summary-update-info): Use
8319         gnus-list-range-intersection.
8320
8321         * gnus-agent.el (gnus-agent-fetch-headers): Use
8322         gnus-list-range-intersection.
8323
8324         * gnus-range.el (gnus-range-normalize): Use correct predicate.
8325         (gnus-list-range-intersection): Use it.
8326         (gnus-inverse-list-range-intersection): Ditto.
8327         (gnus-sorted-intersection): Add doc.
8328         (gnus-set-sorted-intersection): Add doc.
8329         (gnus-sorted-union): New function.
8330         (gnus-set-sorted-union): New function.
8331
8332         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
8333         (gnus-inverse-list-range-intersection): Ditto.
8334
8335 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
8336
8337         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
8338
8339         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
8340         and permit `:' and `\' in order to handle full Windows pathnames.
8341         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
8342         technically not correct per standard, but seems to have common use.
8343
8344 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
8345
8346         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
8347         replacing numbers.
8348
8349 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
8350
8351         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
8352
8353         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
8354         Don't split when the window is small, e.g. when a small *BBDB*
8355         window is the lowest one.
8356
8357         * gnus-agent.el (gnus-agent-retrieve-headers): Use
8358         nnheader-find-nov-line to speed up. Use nreverse, because it is
8359         sorted. Use nnheader-insert-nov-file.
8360
8361 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8362
8363         * mm-decode.el (mm-inline-text-html-with-images): New user option.
8364
8365         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
8366         of `w3m-display-inline-images' with the value of
8367         `mm-inline-text-html-with-images'.
8368         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
8369
8370         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8371
8372 2002-01-27  Richard M. Stallman  <rms@gnu.org>
8373
8374         * time-date.el: Add autoload cookies.  Many doc fixes.
8375         (time-add): New function.
8376         (time-subtract): Renamed from subtract-time.
8377         (subtract-time): New alias for time-subtract.
8378
8379 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8380
8381         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
8382         emacs-w3m in doc-string.
8383
8384         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
8385         `w3m-current-buffer'.
8386
8387 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8388
8389         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
8390
8391         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
8392         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
8393         (mm-w3m-cid-retrieve): New function.
8394         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
8395
8396 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
8397
8398         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
8399
8400 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8401
8402         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
8403
8404 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8405
8406         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
8407         32K.
8408
8409         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
8410
8411         * nnmail.el (nnmail-article-group): Decode headers before running
8412         split rules over them.
8413         (nnmail-mail-splitting-charset): New variable.
8414
8415         * smiley.el: Replaced with smiley-ems.el.
8416
8417 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
8418
8419         * mm-url.el (mm-url-predefined-programs): Add w3m.
8420         (mm-url-program): Ditto.
8421
8422 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8423
8424         * nnml.el (nnml-use-compressed-files): New variable.
8425         (nnml-filenames-are-evil): Removed.
8426         (nnml-current-group-article-to-file-alist): Don't use.
8427         (nnml-update-file-alist): Inhibit.
8428         (nnml-article-to-file): Use new var.
8429
8430 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
8431
8432         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
8433
8434         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
8435
8436 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8437
8438         * gnus-agent.el (gnus-agent-load-alist): Use new caching
8439         function.
8440
8441         * gnus-util.el (gnus-cache-file-contents): New function.
8442
8443         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
8444         (gnus-agent-load-alist): Use it.
8445
8446         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
8447
8448         * nnheader.el (nnheader-insert-nov-file): New function.
8449
8450         * gnus-util.el (gnus-parse-without-error): Correct the loop.
8451
8452         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
8453         there are no references.
8454         (gnus-extract-message-id-from-in-reply-to): New function.
8455         (gnus-nov-parse-line): Use in-reply-to if there are no
8456         references.
8457
8458 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8459
8460         * nnagent.el (nnagent-retrieve-headers): Use new macro.
8461
8462         * gnus-util.el (gnus-parse-without-error): New macro.
8463
8464 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
8465
8466         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
8467         (gnus-article-wash-function): use locate-library to decide which
8468         to use.
8469
8470 2002-01-25  Simon Josefsson  <jas@extundo.com>
8471
8472         * pop3.el (pop3-munge-message-separator): Work if no date.
8473         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
8474
8475 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8476
8477         * gnus-agent.el (gnus-agent-save-alist): Fix.
8478
8479         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
8480         mistake.  Reinstated lost code.
8481
8482 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
8483
8484         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
8485         one exists in the case of an encrypted message with an internal
8486         signature.
8487
8488 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8489
8490         * gnus-agent.el (gnus-agent-save-alist): Optimized.
8491
8492 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8493
8494         * dgnushack.el: Commented out the experimental code.
8495
8496 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8497
8498         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
8499         error.
8500
8501         * gnus.el (gnus-server-to-method): Made into subst.
8502         (gnus-server-method-cache): New variable.
8503         (gnus-server-to-method): Use it.
8504         (gnus-group-method-cache): New variable.
8505         (gnus-find-method-for-group-1): Renamed.
8506         (gnus-find-method-for-group): New function.
8507         (gnus-group-method-cache): Removed.
8508
8509         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
8510         function.
8511
8512         * gnus-range.el (gnus-members-of-range): New function.
8513         (gnus-list-range-intersection): Renamed.
8514         (gnus-inverse-list-range-intersection): New function.
8515
8516         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
8517
8518         * nnagent.el (nnagent-retrieve-headers): New implementation.
8519
8520         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
8521         implementation.
8522
8523 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8524
8525         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
8526         `w3m-meta-content-type-charset-regexp'.
8527
8528         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
8529         charset-encoded html contents.
8530
8531 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
8532
8533         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
8534         an empty file.
8535
8536         * nnweb.el (url): Ignore errors when request url.
8537
8538         * nnrss.el: Clean up the comments.
8539
8540 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8541
8542         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
8543
8544         * mm-decode.el (mm-inline-text-html-renderer): New user option.
8545         (mm-inline-media-tests): Test whether the value of
8546         `mm-inline-text-html-renderer' is a function for text/html.
8547
8548         * mm-view.el (mm-inline-text-html-render-with-w3): New function
8549         separated from `mm-inline-text'.
8550         (mm-w3m-minor-mode): New variable.
8551         (mm-w3m-setup): New variable.
8552         (mm-setup-w3m): New function.
8553         (mm-inline-text-html-render-with-w3m): New function.
8554         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
8555         text/html.
8556
8557 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
8558
8559         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
8560
8561 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8562
8563         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
8564         and `gnus-xmas-completing-read'.
8565
8566 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8567
8568         * nneething.el (nneething-message-id-number): Abolished.
8569         (nneething-encode-file-name): Not encode numerical characters.
8570         (nneething-make-head): `nneething-message-id-number' is not
8571         used to generate message IDs.
8572
8573 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8574
8575         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
8576         characters.
8577
8578 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8579
8580         * gnus-xmas.el (gnus-xmas-completing-read): New function.
8581         (gnus-xmas-redefine): Redefine conditionally.
8582
8583 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
8584
8585         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
8586         tag.
8587
8588 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
8589
8590         * message.el (message-font-lock-keywords): Added the secure tag.
8591         * mml-sec.el: Added functions to generate/modify/remove the secure
8592         tag while in message mode.
8593         * mml-sec.el (mml-secure-message): New.
8594         * mml-sec.el (mml-unsecure-message): New.
8595         * mml-sec.el (mml-secure-message-sign-smime): New.
8596         * mml-sec.el (mml-secure-message-sign-pgp): New.
8597         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
8598         * mml-sec.el (mml-secure-message-encrypt-smime): New.
8599         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
8600         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
8601         * mml.el (mml-parse-1): Added code to recognise the secure tag and
8602         convert it to either a part or multipart depending on if there are
8603         other parts in the message.
8604         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
8605         to use the secure tag, rather than the part tag.
8606         * mml.el (mml-preview): Added a save-excursion to keep cursor
8607         position after doing an MML preview.
8608
8609 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8610
8611         * nnheader.el (nnheader-parse-overview-file): New function.
8612         (nnheader-write-overview-file): New function.
8613
8614 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8615
8616         * gnus.el (gnus-group-fast-parameter): Check better if expansion
8617         in wanted.
8618
8619         * nnweb.el (nnweb-type-definition): Clean up.
8620
8621 2002-01-21  Alastair Burt  <burt@dfki.de>
8622         Trivial patch.
8623
8624         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
8625         buffer exists before jumping to it.
8626
8627 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8628
8629         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
8630         function.
8631         (article-wash-html): Use it.
8632         (gnus-article-wash-function): New variable.
8633         (gnus-article-wash-html-with-w3m): New function.
8634
8635 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
8636
8637         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
8638         XEmacs.
8639
8640 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
8641
8642         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
8643         command line.
8644
8645 2002-01-21  Simon Josefsson  <jas@extundo.com>
8646
8647         * canlock.el (base64-encode-string): Autoload it from base64.
8648         (canlock-make-cancel-key): Base64 encode unibyte string.
8649
8650 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8651
8652         * nnfolder.el (nnfolder-request-accept-article): Unfold
8653         x-from-line.
8654         (nnfolder-request-replace-article): Ditto.
8655
8656 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
8657
8658         * gnus-group.el (gnus-group-best-unread-group): Use the right
8659         positioning function.
8660
8661 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8662
8663         * smiley-ems.el (smiley-region): Use new function.
8664         (smiley-update-cache): Use general image functions.
8665         (smiley-region): Use general functions.
8666
8667         * gnus-util.el (gnus-graphic-display-p): New function.
8668
8669         * nnmail.el (nnmail-article-group): Allow outputting traces of
8670         non-strings.
8671
8672         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
8673         (nndoc-exim-bounce-type-p): New function.
8674
8675         * message.el (message-dont-send): Doc fix.
8676
8677         * gnus-util.el (gnus-completing-read): Remove
8678         inherit-input-method.
8679
8680         * gnus-art.el (gnus-treat-smiley): Doc fix.
8681
8682         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
8683         articles.
8684
8685 2002-01-19  Simon Josefsson  <jas@extundo.com>
8686
8687         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
8688         (imap-kerberos4-open): Ditto.
8689         (imap-open): Set port correctly, don't set auth.
8690
8691 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8692
8693         * gnus.el (gnus-version-number): Bump version number.
8694
8695 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8696
8697         * gnus.el: Oort Gnus v0.05 is released.
8698
8699 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8700
8701         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
8702         exists.
8703
8704         * gnus-spec.el (gnus-string-width-function): New function.
8705         (gnus-tilde-cut-form): Use it.
8706         (gnus-tilde-max-form): Ditto.
8707         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
8708         (gnus-substring-function): Use it.
8709         (gnus-tilde-cut-form): Ditto.
8710         (gnus-substring-function): New function.
8711
8712         * message.el (message-check-news-header-syntax): New message.
8713
8714         * gnus.el (gnus-slave-no-server): Doc fix.
8715
8716         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
8717
8718 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8719
8720         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
8721         `seen' if it looks like (seen NUM1 . NUM2).  It should be
8722         (seen (NUM1 . NUM2)).
8723
8724 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8725
8726         * gnus-topic.el (gnus-topic-catchup-articles): Update article
8727         number in closed topics.
8728
8729 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
8730
8731         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
8732         functions.
8733
8734 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8735
8736         * gnus.el (gnus-group-find-parameter): Clean up.
8737
8738         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
8739         articles.
8740
8741         * gnus-util.el (gnus-completing-read-with-default): Renamed.
8742
8743         * nnmail.el (nnmail-article-group): Clean up.
8744
8745 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
8746
8747         * gnus-agent.el (gnus-category-name): Intern the category name.
8748
8749 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8750
8751         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
8752
8753         * gnus-util.el (gnus-completing-read): New function.
8754
8755 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
8756
8757         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
8758
8759         * smiley-ems.el (smiley-region): Register smiley.
8760         (smiley-toggle-buffer): Rewrite the function.
8761         (smiley-active): Removed.
8762
8763 2002-01-19  Simon Josefsson  <jas@extundo.com>
8764
8765         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
8766         Jesper Harder <harder@ifa.au.dk>.
8767
8768 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8769
8770         * gnus-art.el (gnus-request-article-this-buffer): Call
8771         `nneething-get-file-name' to extract the file name from the
8772         message id.
8773
8774         * nneething.el (nneething-encode-file-name): New function.
8775         (nneething-decode-file-name): Ditto.
8776         (nneething-get-file-name): Ditto.
8777         (nneething-make-head): Encode the file name and encapsulate it
8778         into the field of the message id.
8779
8780 2002-01-18  Simon Josefsson  <jas@extundo.com>
8781
8782         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
8783         stored in .marks.
8784
8785         * nnfolder.el (nnfolder-request-update-info): Ditto.
8786
8787 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
8788
8789         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
8790
8791 2002-01-18  Simon Josefsson  <jas@extundo.com>
8792
8793         * imap.el (imap-starttls-p): Don't check for binary.
8794         (imap-gssapi-auth-p): Ditto.
8795         (imap-kerberos4-auth-p): Ditto.
8796         (imap-open): Change logic.  Iterate through all possible streams,
8797         instead of bailing out after first failure.  Move authenticator
8798         decision to `imap-authenticate'.
8799         (imap-authenticate): Change logic, now finds the authenticator to
8800         use, was previously in `imap-open'.
8801         (imap-open): Return nil on failure.
8802         (imap-open): Setup temp buffer correctly.
8803         (imap-open): Return buffer only on success.
8804         (imap-interactive-login, imap-interactive-login): Tell the user
8805         which stream/authenticator is used for the queried
8806         username/password.
8807         (imap-open, imap-authenticate): Set variables.
8808         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
8809         (imap-open): Don't assume how `with-temp-buffer' is implemented.
8810
8811 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8812
8813         * gnus-fun.el (gnus-grab-cam-x-face): New function.
8814
8815 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8816
8817         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
8818
8819 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
8820
8821         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
8822         (gnus-agent-group-mode-map): Bind it to "Jo".
8823         (gnus-agent-group-make-menu-bar): Add it into menu bar.
8824
8825 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
8826
8827         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
8828         (gnus-summary-mail-toolbar): Add mail article deletion button.
8829
8830         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
8831         false positives for lines of "^^^^".
8832
8833         * gnus-picon.el (gnus-picon-find-face): faces database is all
8834         lowercase.
8835
8836 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
8837
8838         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
8839         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
8840         duplications.
8841         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
8842
8843 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8844
8845         * gnus-sum.el (gnus-summary-initial-limit): Inline
8846         gnus-summary-limit-children.
8847         (gnus-summary-initial-limit): Don't limit if
8848         gnus-newsgroup-display is nil.
8849         (gnus-summary-initial-limit): No, don't.
8850
8851         * gnus-util.el
8852         (gnus-put-text-property-excluding-characters-with-faces): Inline
8853         gnus-put-text-property.
8854
8855         * gnus-spec.el (gnus-default-format-specs): New variable.
8856
8857         * gnus-start.el (gnus-read-newsrc-file): Don't clear
8858         gnus-format-specs.
8859         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
8860
8861         * gnus-spec.el (gnus-update-format-specifications): Really check
8862         the Gnus version of the .newsrc.eld file.
8863         (gnus-format-specs): Save the new default summary format.
8864
8865         * gnus-util.el (gnus-parent-id): Check whether references is empty
8866         before splitting.
8867
8868         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
8869         functions.
8870         (gnus-gather-threads-by-references): Inline
8871         `gnus-split-references'.
8872
8873         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
8874         default value of gnus-summary-line-format-spec.
8875
8876 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
8877
8878         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
8879         message.
8880         (nnslashdot-request-list): Ditto.
8881         (nnslashdot-sid-strip): Removed.
8882
8883 2002-01-15  Simon Josefsson  <jas@extundo.com>
8884
8885         * nnimap.el (nnimap-close-asynchronous): Enable.
8886         (nnimap-close-group): Expunge.
8887
8888 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
8889
8890         * gnus-util.el (gnus-user-date-format-alist): Typo.
8891         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
8892
8893 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8894
8895         * nneething.el (nneething-request-article): Set
8896         `nnmail-file-coding-system' to `binary' locally, in order to read
8897         files without any conversion.
8898
8899 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
8900
8901         * gnus-agent.el (gnus-agent-retrieve-headers): Use
8902         nnheader-file-coding-system and nnmail-active-file-coding-system.
8903         (gnus-agent-regenerate-group): Ditto.
8904         (gnus-agent-regenerate): Ditto.
8905         (gnus-agent-write-active): Ditto.
8906         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
8907
8908 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
8909
8910         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
8911         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
8912
8913 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
8914
8915         * gnus.el: We don't need gnus-article-show-all-headers.
8916
8917         * gnus-art.el (article-show-all, gnus-article-show-all-header):
8918         Ditto.
8919
8920         * gnus-sum.el (gnus-summary-select-article): Don't call
8921         show-all-headers, because hidden headers are not hidden text any
8922         more.
8923
8924 2002-01-13  Simon Josefsson  <jas@extundo.com>
8925
8926         * message.el (message-newline-and-reformat): Use `newline' instead
8927         of inserting \n, so that the newline is marked as hard.
8928
8929         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
8930         From Jesper Harder <harder@ifa.au.dk>.
8931
8932 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
8933
8934         * imap.el (imap-close): Keep going if quit.
8935
8936         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
8937         nntp-server-buffer.
8938
8939 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8940
8941         * mm-view.el (mm-display-inline-fontify): Require font-lock to
8942         avoid unbinding shadowed variables.
8943
8944         * gnus-art.el (gnus-picon-databases): Moved here.
8945         (gnus-picons-installed-p): Moved here.
8946         (gnus-article-reply-with-original): Use `mark'.
8947
8948         * gnus.el (gnus-picon): Moved here and renamed.
8949
8950         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
8951         installed.
8952         (gnus-treat-mail-picon): Ditto.
8953         (gnus-treat-newsgroups-picon): Ditto.
8954
8955         * gnus-picon.el (gnus-picons-installed-p): New function.
8956
8957 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
8958
8959         * gnus-agent.el (gnus-agent-go-online): Fix doc.
8960
8961 2002-01-12  Simon Josefsson  <jas@extundo.com>
8962
8963         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
8964         (nnimap-before-find-minmax-bugworkaround): Use it.
8965         (nnimap-find-minmax-uid): Don't reselect current mailbox.
8966         (nnimap-dont-close): New variable.
8967         (nnimap-close-group): Use it.
8968
8969 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8970
8971         * gnus-art.el (gnus-article-reply-with-original): Use
8972         `mark-active'.
8973
8974         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
8975
8976         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
8977         (gnus-score-advanced): Clean up.
8978         (gnus-score-advanced): Accept a multiple of the score.
8979
8980 2002-01-12  Simon Josefsson  <jas@extundo.com>
8981
8982         * flow-fill.el (fill-flowed-display-column)
8983         (fill-flowed-encode-columnq): New variables.  Suggested by
8984         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
8985         (fill-flowed-encode, fill-flowed): Use them.
8986
8987         * message.el (message-send-news, message-send-mail): Use
8988         m-b-s-n-p-e-h-n.
8989
8990         * mml.el (autoload): Autoload fill-flowed-encode.
8991         (mml-buffer-substring-no-properties-except-hard-newlines): New
8992         function.
8993         (mml-read-part): Use it.
8994         (mml-generate-mime-1): Encode format=flowed if appropriate.
8995         (mml-insert-mime-headers): Insert format=flowed.
8996
8997         * flow-fill.el (fill-flowed-encode): New function.
8998         (fill-flowed): Bind fill-column to window width.
8999
9000 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9001
9002         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
9003         it exists.
9004         (gnus-summary-setup-buffer): Wake up dead summary buffers.
9005         (gnus-summary-buffer-name): Don't return the dead name after all.
9006         (gnus-summary-setup-buffer): Kill the dead buffer.
9007
9008         * gnus-art.el (gnus-article-followup-with-original): Store the
9009         value of the mark before deactivating it.
9010
9011 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
9012
9013         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
9014         From: Karl Kleinpaste <karl@charcoal.com>
9015
9016         * gnus-art.el (article-display-x-face): Ditto.
9017         (gnus-article-reply-with-original): Use gnus-region-active-p.
9018         (gnus-article-followup-with-original): Ditto.
9019
9020         * gnus-sum.el (gnus-summary-read-group-1): Don't select
9021         downloadable article either.
9022
9023 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
9024
9025         * gnus-art.el (article-display-x-face): Insert From:.
9026
9027         * gnus-sum.el (gnus-summary-move-article): Don't draw the
9028         article. Bind gnus-display-mime-function and
9029         gnus-article-prepare-hook.
9030
9031         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
9032         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
9033         gnus-agent-possibly-synchronize-flags to the last.
9034         (gnus-agent-go-online): New function. New variable.
9035
9036 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
9037
9038         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
9039         (gnus-agent-regenerate): Ditto.
9040
9041 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
9042
9043         * message.el (message-ignored-news-headers)
9044         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
9045         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
9046
9047         * gnus.el (gnus-gethash-safe): New macro.
9048
9049         * gnus-agent.el (gnus-agent-regenerate-history): New function.
9050         (gnus-agent-regenerate): Show messages.
9051
9052 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
9053
9054         * gnus-agent.el (gnus-agent-regenerate-group): New function.
9055         (gnus-agent-regenerate): New function.
9056         (gnus-agent-save-alist): Sort.
9057         (gnus-agent-copy-nov-line): Test eobp.
9058         (gnus-agent-retrieve-headers): Erase buffer.
9059
9060 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
9061
9062         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
9063         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
9064
9065         * gnus.el (gnus-agent-covered-methods): Move here.
9066         (gnus-online): New function.
9067         (gnus-agent-method-p): Move here.
9068
9069         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
9070         nil. Remove articles-alist.
9071
9072         * gnus-start.el (gnus-get-unread-articles): Check online.
9073         (gnus-groups-to-gnus-format): Ditto.
9074         (gnus-active-to-gnus-format): Ditto.
9075
9076         * gnus-agent.el (gnus-agent-get-function): Use it.
9077         (gnus-agent-get-undownloaded-list): Ditto.
9078         (gnus-agent-fetch-session): Only fetch online methods.
9079
9080         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
9081         (gnus-server-mode-map): Ditto.
9082         (gnus-server-offline-face): New face.
9083         (gnus-server-offline-face): New variable.
9084         (gnus-server-font-lock-keywords): Add offline.
9085         (gnus-server-insert-server-line): Ditto.
9086         (gnus-server-offline-server): New function.
9087
9088         * gnus-int.el (gnus-open-server): Turn to offline.
9089         (gnus-server-unopen-status): New variable.
9090
9091 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
9092
9093         * nnkiboze.el (nnkiboze-request-article): Use
9094         gnus-agent-request-article.
9095
9096         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
9097         function. Insert undownloaded NOV.
9098
9099         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
9100         (gnus-agent-request-article): New function.
9101
9102         * gnus.el (gnus-agent-cache): New variable.
9103
9104         * gnus-int.el (gnus-retrieve-headers): Use
9105         gnus-agent-retrieve-headers.
9106         (gnus-request-head): Use gnus-agent-request-article.
9107         (gnus-request-body): Ditto.
9108
9109         * gnus-art.el (gnus-request-article-this-buffer): Use
9110         gnus-agent-request-article.
9111
9112         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
9113         article if it is undownloaded.
9114
9115 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9116
9117         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
9118
9119 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9120
9121         * canlock.el (canlock-string-as-unibyte): New macro.
9122         (canlock-sha1-with-openssl): Return a unibyte string.
9123         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
9124
9125 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
9126
9127         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
9128
9129 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9130
9131         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
9132         application/x-emacs-lisp.
9133
9134         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
9135
9136         * nntp.el (nntp-request-article): Add group parameter.
9137         (nntp-request-head): Ditto.
9138         (nntp-find-group-and-number): Add parameter group. Figure out
9139         number if the status line doesn't give (e.g. quimby.gnus.org).
9140
9141 2002-01-08  Simon Josefsson  <jas@extundo.com>
9142
9143         * mml.el (mml-generate-mime-1): Set recipient correctly.
9144
9145 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9146
9147         * message.el (message-read-from-minibuffer): Add parameter
9148         initial-contents.
9149         * gnus-msg.el (gnus-summary-resend-message): Use it.
9150
9151         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
9152         behavior of quit-config.
9153
9154         * message.el (message-make-from): Don't quote fullname.
9155         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
9156
9157         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
9158         From: <andre@slamdunknetworks.com>
9159
9160 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
9161
9162         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
9163
9164         * gnus-art.el (gnus-header-button-alist): Handle mailto.
9165
9166         * mml.el (mml-preview): Bind gnus-original-article-buffer because
9167         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
9168         because bbdb may use it.
9169
9170 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9171
9172         * nneething.el (nneething-request-article): When a non-text file
9173         is converted to an article, its data is encoded in base64.  Call
9174         `nneething-make-head' with options to specify MIME types.
9175         (nneething-make-head): Add optional arguments to specify MIME
9176         types.
9177
9178 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9179
9180         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
9181         header if there is not.
9182
9183         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
9184
9185         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
9186         (gnus-inews-mark-gcc-as-read): Obsolete variable.
9187         (gnus-inews-do-gcc): Use them.
9188
9189         * gnus-group.el (gnus-group-mark-article-read): Put holes into
9190         gnus-newsgroup-unselected.
9191
9192 2002-01-06  Simon Josefsson  <jas@extundo.com>
9193
9194         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
9195         condition-case, not ignore-errors.
9196
9197 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9198
9199         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
9200         gnus-fetch-old-headers.
9201
9202         * gnus-art.el (article-display-x-face): Use the current buffer
9203         unless `W f'. Otherwise, X-Face may be shown in the header of a
9204         forwarded part.
9205         (gnus-treatment-function-alist): Treat xface before hiding
9206         headers.
9207
9208 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9209
9210         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
9211         parameters.
9212
9213 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9214
9215         * mm-util.el (mm-multibyte-p): Define conditionally when load.
9216         (mm-guess-charset): New function.
9217         (mm-charset-after): Use it.
9218         (mm-detect-coding-region): New function.
9219         (mm-detect-mime-charset-region): New function.
9220
9221         * gnus-sum.el (gnus-summary-show-article): Use
9222         mm-detect-coding-region.
9223
9224 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9225
9226         * message.el (message-make-fqdn): Be less violent.
9227
9228         * gnus.el (gnus-logo-color-style): Compute custom form
9229         automatically.
9230
9231         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
9232         score file of the parent to the document group.
9233
9234         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
9235         parameters parameter.
9236
9237         * gnus-score.el (gnus-score-load-file): Clean up.
9238
9239 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9240
9241         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
9242         From: Damien Wyart <damien.wyart@free.fr>
9243
9244         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
9245
9246 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
9247
9248         * gnus-sum.el (gnus-select-group-hook): Typo.
9249
9250         * rfc2047.el (rfc2047-decode-string): Return immediately if there
9251         is no quoted-printable-encoded STRING.
9252         From: Jesper Harder <harder@ifa.au.dk>
9253
9254         (rfc2047-decode-string): Decode it.
9255
9256 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9257
9258         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
9259
9260 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
9261         Trivial patch.
9262
9263         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
9264         buffer to get rid of junk line.
9265
9266 2002-01-05  Simon Josefsson  <jas@extundo.com>
9267
9268         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
9269         C-o.
9270         (message-mode-map): Bind message-insert-or-toggle-importance to
9271         C-c C-u.
9272         (message-mode-map): Bind message-disposition-notification-to to
9273         C-c M-n.
9274         (message-mode-menu): Add m-d-n-t.
9275         (message-mode-field-menu): Add m-goto-from.
9276         (message-mode): Doc fix.
9277         (message-goto-from): New function.
9278         (message-insert-disposition-notification-to): New function.
9279         (message-tool-bar-map): Add receipt button.
9280
9281 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9282
9283         * gnus-sum.el (gnus-thread-latest-date): New function.
9284         (gnus-thread-sort-by-most-recent-number): Renamed.
9285         (gnus-thread-sort-functions): Doc fix.
9286         (gnus-select-group-hook): Don't use setq on a hook.
9287         (gnus-thread-latest-date): Use date, not number
9288
9289         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
9290         (gnus-agent-expire): Allow regexp of expire-days.
9291
9292         * gnus-art.el (gnus-article-reply-with-original): Deactivate
9293         region.
9294         (gnus-article-followup-with-original): Ditto.
9295
9296         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
9297
9298         * gnus-art.el (gnus-mime-display-alternative): Use
9299         gnus-local-map-property.
9300         (gnus-mime-display-alternative): Ditto.
9301         (gnus-insert-mime-security-button): Ditto.
9302         (gnus-insert-next-page-button): Ditto.
9303         (gnus-button-prev-page): Take optional args.
9304         (gnus-insert-prev-page-button): widget-convert.
9305
9306         * gnus-util.el (gnus-local-map-property): New function.
9307
9308         * gnus-art.el (gnus-prev-page-map): Use parent map.
9309         (gnus-next-page-map): Ditto.
9310
9311         * gnus-spec.el (gnus-parse-format): Clean up.
9312         (gnus-parse-format): Do complex formatting for %=.
9313
9314         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
9315         "X-Face: " to the data in the built-in scenario.
9316
9317         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
9318         (gnus-correct-pad-form): Renamed.
9319         (gnus-tilde-max-form): Clean up.
9320         (gnus-pad-form): Use gnus-use-correct-string-widths.
9321
9322         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
9323         support if that is available.
9324
9325         * gnus-sum.el (gnus-thread-highest-number): New function.
9326         (gnus-thread-sort-by-most-recent-thread): New function.
9327         (gnus-thread-sort-functions): Doc fix.
9328
9329 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
9330
9331         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
9332         all cases.
9333         (gnus-summary-mode): Enable it in all cases.
9334         (gnus-summary-display-article): Ditto.
9335         (gnus-summary-edit-article): Ditto.
9336
9337         * gnus-ems.el (gnus-put-image): Really return glyph.
9338
9339         * gnus-art.el (gnus-article-x-face-command): Fix :type.
9340         (gnus-treat-smiley): Don't take "P" in the interactive form.
9341
9342 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9343
9344         * compface.el (uncompface): XEmacs and Emacs have differing
9345         capabilities.
9346
9347         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
9348
9349         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
9350         (gnus-article-xface-ring-size): Removed.
9351         (gnus-article-display-xface): Removed.
9352         (gnus-remove-image): Cleaned up.
9353
9354         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
9355         (gnus-xmas-create-image): Take pbm files.
9356         (gnus-x-face): Removed.
9357         (gnus-xmas-article-display-xface): Removed.
9358
9359         * gnus-fun.el (gnus-display-x-face-in-from): Bind
9360         default-enable-multibyte-characters.
9361
9362         * compface.el (uncompface): Doc fix.
9363
9364         * gnus-art.el (gnus-article-x-face-command): Use
9365         gnus-display-x-face-in-from.
9366
9367         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
9368
9369         * gnus-ems.el (gnus-put-image): Return the image.
9370
9371         * gnus-fun.el (gnus-display-x-face-in-from): New function.
9372         (gnus-x-face): Moved here.
9373
9374 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
9375
9376         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
9377         invisible if string is nil.
9378         (gnus-xmas-article-display-xface): Use it.
9379
9380         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
9381         property when string is nil.
9382         (gnus-article-display-xface): Use it.
9383
9384 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9385
9386         * gnus-art.el (article-display-x-face): Check whether valid grey
9387         face was returned.
9388         (article-display-x-face): Place image in the right spot.
9389
9390         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
9391         stderr.
9392         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
9393
9394 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9395
9396         * gnus-xmas.el (gnus-xmas-create-image): Take optional
9397         parameters.
9398         (gnus-xmas-put-image): Allow non-strings to be passed.
9399
9400         * gnus-art.el (article-display-x-face): Use optional parameters.
9401
9402         * gnus-ems.el (gnus-create-image): Take optional parameters.
9403
9404         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
9405
9406         * compface.el (compface-xbm-p): Removed.
9407
9408         * gnus-ems.el (gnus-article-compface-xbm): Removed.
9409         (gnus-article-display-xface): Use compface.
9410
9411         * compface.el: New file.
9412
9413         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
9414         (gnus-convert-image-to-x-face-command): Ditto.
9415         (gnus-random-x-face): Quote argument.
9416         (gnus-x-face-from-file): Ditto.
9417
9418 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
9419
9420         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
9421         the expire-group parameter once per article rather than once
9422         per group; bind `nnmaildir-article-file-name' and `article'
9423         for convenience.  Leave article alone when expire-group
9424         specifies the current group.
9425         (nnmaildir--update-nov): be more concurrency-friendly with
9426         temp file names.
9427
9428 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9429
9430         * gnus-start.el (gnus-read-init-file): Cleaned up.
9431
9432 2002-01-03  Dave Love  <d.love@dl.ac.uk>
9433
9434         * gnus-start.el (gnus-startup-file-coding-system): Removed.
9435         (gnus-read-init-file): Don't use it.
9436
9437 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9438
9439         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
9440
9441 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9442
9443         * gnus-start.el (gnus-read-init-file): Don't force coding system
9444         for ~/.gnus.  From Dave Love <fx@gnu.org>.
9445
9446 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9447
9448         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
9449         * nnspool.el (nnspool-request-post): Ditto.
9450
9451         * mm-util.el (mm-use-find-coding-systems-region): New variable.
9452         (mm-find-mime-charset-region): Use it.
9453
9454 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
9455
9456         * gnus.el (gnus-summary-line-format): Added :link.
9457         * gnus-topic.el (gnus-topic-line-format): Ditto.
9458         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
9459         * gnus-srvr.el (gnus-server-line-format): Ditto.
9460         * gnus-group.el (gnus-group-line-format): Ditto.
9461
9462         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
9463         :keys, it works on both Emacsen.
9464
9465 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9466
9467         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
9468
9469 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9470
9471         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
9472
9473 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
9474
9475         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
9476         very wide reply.
9477
9478 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9479
9480         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
9481         (gnus-picon-cache): New variable.
9482         (gnus-picon-transform-newsgroups): Cache stuff.
9483
9484         * gnus-art.el (gnus-article-reply-with-original): New command.
9485         (gnus-article-followup-with-original): New command.
9486
9487         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
9488         END parameters.
9489         (gnus-summary-followup): Take a list of list of articles.
9490         (gnus-inews-yank-articles): Allow lists of article/regions.
9491
9492         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
9493         longer the usual commands.
9494
9495         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
9496         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
9497         shell-command-on-region.
9498
9499 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9500
9501         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
9502           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
9503
9504 2002-01-03  Steve Youngs  <youngs@xemacs.org>
9505
9506         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
9507         understand ':keys', wrap it in an featurep 'xemacs.
9508
9509 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9510
9511         * gnus-ems.el (gnus-article-display-xface): Show xface in the
9512         order of headers (Actually, it is called in a reversed order). Add
9513         'gnus-image-text-deletable property.
9514         (gnus-remove-image): Remove text with such a property.
9515
9516         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
9517         gnus-put-image.
9518
9519         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
9520         with ", "
9521
9522 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9523
9524         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
9525
9526         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
9527         (article-display-x-face): Display grey X-Faces.
9528
9529         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
9530         (gnus-convert-gray-x-face-to-ppm): Ditto.
9531         (gnus-convert-image-to-gray-x-face): Ditto.
9532
9533         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
9534         gnus-summary-show-raw-article.
9535
9536 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9537
9538         Display picons in XEmacs without showing text.
9539
9540         * gnus-xmas.el (gnus-xmas-create-image): Don't use
9541         mm-create-image-xemacs to create xbm glyph, because it deletes
9542         temporary files.
9543         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
9544         (gnus-xmas-remove-image): Make text visible, remove glyph.
9545
9546         * gnus-picon.el (gnus-picon-transform-newsgroups)
9547         (gnus-picon-transform-address): Insert spec backward, due to the
9548         incompatibility of gnus-xmas-put-image.
9549
9550 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9551
9552         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
9553
9554 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9555
9556         * gnus.el: Doc fix.
9557
9558         * gnus-art.el: Doc fix.
9559
9560         * gnus-agent.el: Doc fix.
9561
9562 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
9563
9564         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
9565
9566 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
9567
9568         * nnmaildir.el (nnmaildir--update-nov): automatically parse
9569         NOV data out of the message again if nnmail-extra-headers has
9570         changed.
9571
9572 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9573
9574         * gnus-fun.el: New file.
9575         (gnus-convert-image-to-x-face-command): New variable.
9576         (gnus-insert-x-face): New function.
9577         (gnus-random-x-face): Renamed.
9578         (gnus-x-face-from-file): Renamed.
9579
9580         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
9581         "_".
9582         (gnus-body-boundary-delimiter): Typo fix.
9583
9584 2002-01-02  Simon Josefsson  <jas@extundo.com>
9585
9586         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
9587         (gnus-body-boundary-delimiter): Fix type.
9588
9589 2002-01-01  Simon Josefsson  <jas@extundo.com>
9590
9591         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
9592         (gnus-treat-emphasize, gnus-treat-strip-cr)
9593         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
9594         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
9595         (gnus-treat-fill-article, gnus-treat-hide-citation)
9596         (gnus-treat-hide-citation-maybe)
9597         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
9598         (gnus-treat-strip-pem, gnus-treat-strip-banner)
9599         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
9600         (gnus-treat-date-ut, gnus-treat-date-local)
9601         (gnus-treat-date-english, gnus-treat-date-lapsed)
9602         (gnus-treat-date-original, gnus-treat-date-iso8601)
9603         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
9604         (gnus-treat-strip-trailing-blank-lines)
9605         (gnus-treat-strip-leading-blank-lines)
9606         (gnus-treat-strip-multiple-blank-lines)
9607         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
9608         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
9609         (gnus-treat-display-xface, gnus-treat-display-smileys)
9610         (gnus-treat-from-picon, gnus-treat-mail-picon)
9611         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
9612         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
9613         (gnus-treat-play-sounds, gnus-treat-translate)
9614         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
9615
9616         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
9617         (gnus-article-treat-body-boundary): Use it.
9618
9619         * message.el (message-mode): Fix doc.
9620         (message-mode-menu): Fix names.
9621
9622 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9623
9624         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
9625         articles.
9626
9627         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
9628         (gnus-picon-transform-address): Search for unknown faces as well.
9629         (gnus-picon-find-face): Don't search "news" for MISC.
9630         (gnus-picon-user-directories): Changed default back to exclude
9631         "unknown".
9632
9633         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
9634
9635         * gnus-picon.el (gnus-picon-find-face): Search through all
9636         databases.
9637         (gnus-picon-find-face): New implementation.
9638
9639         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
9640         keystroke.
9641         (gnus-topic-goto-next-topic): Ditto.
9642
9643         * gnus.el (gnus-summary-line-format): Changed default.
9644
9645         * nnmail.el (nnmail-extra-headers): Change default.
9646
9647         * gnus-sum.el (gnus-extra-headers): Change default.
9648
9649         * message.el (message-news-other-window): Changed "news" to
9650         "posting".
9651         (message-news-other-frame): Ditto.
9652         (message-do-send-housekeeping): Ditto.
9653
9654         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
9655         function.
9656         (gnus-article-unread-p): New function.
9657         (gnus-article-unseen-p): New function.
9658         (gnus-dead-summary-mode-map): Typo.
9659
9660         * gnus-util.el (gnus-make-predicate): New function.
9661         (gnus-make-predicate-1): New function.
9662
9663         * gnus-sum.el: New function.
9664         (gnus-map-articles): New function.
9665
9666         * gnus-art.el (gnus-treat-fold-headers): New variable.
9667         (gnus-article-treat-fold-headers): New command and keystroke.
9668
9669         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
9670         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
9671
9672 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
9673
9674         * message.el (message-fcc-externalize-attachments): New variable.
9675         (message-do-fcc): Use it.
9676
9677         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
9678         (gnus-inews-do-gcc): Use it.
9679
9680         * mml.el (mml-tweak-sexp-alist): New variable.
9681         (mml-externalize-attachments): New variable.
9682         (mml-tweak-part): Use mml-tweak-sexp-alist.
9683         (mml-tweak-externalize-attachments): New function.
9684
9685 2002-01-01  Steve Youngs  <youngs@xemacs.org>
9686
9687         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
9688         'set-glyph-face' so x-face back/foreground can be set.
9689
9690 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
9691
9692         * message.el (message-fix-before-sending): Fix a typo.
9693
9694 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9695
9696         * gnus-art.el (gnus-treat-smiley): Renamed command.
9697         (gnus-article-remove-images): New command and keystroke.
9698
9699         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
9700
9701         * smiley-ems.el (gnus-smiley-display): Removed.
9702
9703         * gnus.el (gnus-version-number): Update version.
9704
9705         * message.el (message-text-with-property): Renamed and moved
9706         here.
9707         (message-fix-before-sending): Highlight invisible text and place
9708         point there.
9709
9710 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9711
9712         * gnus.el: Oort Gnus v0.04 is released.
9713
9714 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9715
9716         * gnus-delay.el (gnus-delay-send-queue): Renamed.
9717
9718         * gnus-art.el (gnus-ignored-headers): More headers,
9719
9720         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
9721         of `scan-error', since XEmacs doesn't seem to support that.
9722
9723 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9724
9725         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
9726         arg.
9727         (gnus-summary-best-unread-subject): Ditto.
9728         (gnus-summary-best-unread-subject): No, don't.
9729         (gnus-summary-better-unread-subject): New command.
9730
9731         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
9732
9733         * lpath.el ((featurep 'xemacs)): fbind url function.
9734
9735         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
9736         buffer.
9737         (gnus-xmas-remove-image): Implementation that does something.
9738         (gnus-xmas-article-display-xface): Mark images properly.
9739
9740         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
9741
9742 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
9743
9744         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
9745
9746 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9747
9748         * gnus-group.el (gnus-group-line-format): Added %O to the default
9749         value.
9750
9751         * gnus-util.el (gnus-text-with-property): The smallest point is
9752         point-min.
9753
9754         * smiley-ems.el (smiley-region): Return images.
9755         (gnus-smiley-display): Allow toggling.
9756         (smiley-region): Use text properties, not overlays.
9757
9758         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
9759         implemented yet.
9760
9761         * smiley-ems.el (smiley-update-cache): Check for valid types.
9762
9763         * gnus-art.el (gnus-with-article-buffer): New macro.
9764
9765         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
9766         strings as well as the glyphs.
9767         (gnus-picon-transform-address): Ditto.
9768         (gnus-picon-insert-glyph): Ditto.
9769         (gnus-picon-transform-newsgroups): Toggle.
9770         (gnus-picon-transform-address): Toggle.
9771
9772         * gnus-ems.el (gnus-remove-image): New function.
9773         (gnus-put-image): Take an optional string.
9774
9775         * gnus-util.el (gnus-text-with-property): New function.
9776
9777         * gnus-art.el (gnus-delete-images): New function.
9778
9779         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
9780
9781         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
9782         (gnus-article-wash-status): Use it.
9783         (gnus-signature-toggle): Clean up.
9784         (gnus-add-wash-status): New function.
9785         (gnus-delete-wash-status): New function.
9786         (gnus-article-hide-text-type): Use them throughout.
9787         (gnus-add-image): New function.
9788
9789         * gnus-ems.el (gnus-article-display-xface): Use new interface.
9790
9791         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
9792         interface.
9793
9794         * gnus-art.el (article-display-x-face): Cleaned up.
9795
9796         * rfc2047.el (rfc2047-field-value): New function.
9797
9798         * mail-parse.el (mail-header-field-value): New alias.
9799
9800         * gnus-art.el (gnus-mime-print-part): Fix typos.
9801
9802         * smiley-ems.el (gnus-smiley-file-types): New variable.
9803         (smiley-update-cache): Use it.
9804         (smiley-regexp-alist): Suffix-less smiley names.
9805         (smiley-regexp-alist): Added more smileys.
9806
9807         * gnus-sum.el (gnus-print-buffer): Made into own function.
9808         (gnus-summary-print-article): Use it.
9809
9810         * mailcap.el (mailcap-mime-info): Actually return the bit that we
9811         looked for when REQUEST is a string.
9812
9813         * gnus-art.el (gnus-mime-button-commands): Add printing
9814         keystroke.
9815         (gnus-mime-copy-part): Doc fix.
9816         (gnus-mime-print-part): New command.
9817
9818 2001-12-31  Simon Josefsson  <jas@extundo.com>
9819
9820         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
9821         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
9822
9823 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
9824
9825         * gnus-picon.el (gnus-treat-from-picon): Autoload.
9826         (picon): Fix doc.
9827
9828         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
9829         longer exists. Remove those codes.
9830         * gnus.el (gnus-use-picons): Ditto.
9831
9832 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9833
9834         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
9835         infloop.
9836
9837         * gnus-sum.el (t): New `W D' map.
9838
9839         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
9840         (gnus-article-treat-body-boundary): Clean up.
9841         (gnus-body-boundary-face): Removed.
9842         (gnus-article-goto-header): Moved here.
9843         (gnus-article-goto-header): Allow better regexps.
9844         (gnus-article-treat-fold-newsgroups): New command.
9845
9846         * gnus-sum.el (gnus-summary-move-article): We have to select an
9847         article to give `gnus-read-move-group-name' an opportunity to
9848         suggest an appropriate default.
9849
9850         * rfc2047.el (rfc2047-fold-line): New function.
9851         (rfc2047-unfold-line): Ditto.
9852         (rfc2047-fold-region): Don't fold just after the header name.
9853
9854         * mail-parse.el (mail-header-fold-line): New alias.
9855         (mail-header-unfold-line): Ditto.
9856
9857         * gnus-art.el (gnus-body-boundary-face): Renamed.
9858         (gnus-article-treat-body-boundary): Use it.
9859         (gnus-article-treat-body-boundary): Use an invisible header and a
9860         line of underline characters.
9861
9862 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
9863
9864         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
9865
9866         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
9867         (gnus-picon-split-address): New function.
9868         (gnus-picon-find-face): Use it.
9869         (gnus-picon-transform-address): Use it. Set first to t for each
9870         address.
9871
9872         * gnus-art.el (gnus-with-article-headers): Move to here. Define
9873         the macro then use it.
9874         (gnus-treatment-function-alist): Treat picons earlier.
9875
9876 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9877
9878         * gnus-art.el (gnus-body-separator-face): New variable.
9879         (gnus-article-treat-body-boundary): Use a blank, colored line.
9880
9881         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
9882         well.
9883
9884         * gnus-art.el (gnus-treat-body-boundary): New variable.
9885         (gnus-article-treat-unfold-headers): Use helper macro.
9886         (gnus-article-treat-body-boundary): New command.
9887
9888         * gnus.el (gnus-logo-color-style): Change the default color.
9889         (gnus-splash-face): Gray, gray.
9890
9891         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
9892         colors.
9893
9894         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
9895         (gnus-logo-color-style): Ditto.
9896         (gnus-logo-colors): Ditto.
9897
9898         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
9899
9900         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
9901
9902         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
9903         (gnus-picon-transform-newsgroups): New function.
9904
9905         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
9906         string.
9907
9908         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
9909
9910         * gnus-art.el (gnus-treat-cc-picon): New variable.
9911         (gnus-treat-mail-picon): Renamed.
9912
9913         * gnus-picon.el: New implementation.
9914         (gnus-picon-find-face): Renamed.
9915         (gnus-treat-from-picon): Use it.
9916         (gnus-picon-transform-address): Renamed.
9917         (gnus-treat-from-picon): Use it.
9918         (gnus-picon-create-glyph): Renamed.
9919         (gnus-picon-transform-address): Use it.
9920         (gnus-treat-cc-picon): New command.
9921
9922         * mm-decode.el (mm-create-image-xemacs): Separated out into
9923         function.
9924         (mm-get-image): Use it.
9925
9926         * gnus-art.el (gnus-treat-display-picons): Simplify.
9927         (gnus-treat-from-picon): Renamed.
9928
9929         * gnus-ems.el (gnus-create-image): New function.
9930         (gnus-put-image): New function.
9931
9932         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
9933         (gnus-with-article-headers): New macro.
9934         (gnus-article-goto-header): New function.
9935
9936         * gnus-xmas.el (gnus-image-type-available-p): New function.
9937
9938         * gnus-ems.el (gnus-image-type-available-p): New function.
9939
9940 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
9941
9942         * nnrss.el (nnrss-check-group): Find the correct tag, because
9943         xml.el is changed.
9944
9945 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9946
9947         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
9948         lines are shorter than the window width.
9949         (gnus-ignored-headers): More headers.
9950
9951 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9952
9953         * gnus-art.el (gnus-treat-unfold-lines): New variable.
9954         (gnus-treat-unfold-headers): Renamed.
9955         (gnus-article-treat-unfold-headers): New command and keystroke.
9956
9957         * rfc2047.el (rfc2047-encode-message-header): Clean up.
9958
9959         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
9960
9961 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
9962
9963         * sha1-el.el (sha1-use-external): New variable.
9964         (sha1-region): Use it.
9965         (sha1-string): Ditto.
9966
9967         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
9968         * gnus-picon.el: Less warnings when compile.
9969
9970 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9971
9972         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
9973         alias.
9974         (gnus-picons-database): Default to list.
9975         (gnus-picons-lookup-internal): Use it.
9976
9977         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
9978         to "bogus".
9979
9980         * gnus-win.el (gnus-configure-windows-hook): New hook.
9981
9982 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
9983
9984         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
9985
9986 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9987
9988         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
9989         lists.
9990         (gnus-select-newsgroup): Don't append; push.
9991         (gnus-adjust-marked-articles): Remove obsolete ranges from
9992         `seen'.
9993         (gnus-update-marks): Clean up.
9994         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
9995
9996 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
9997
9998         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
9999
10000 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10001
10002         * gnus-sum.el (gnus-auto-select-subject): New variable.
10003         (gnus-summary-best-unread-subject): New function.
10004         (gnus-summary-best-unread-article): Use it.
10005         (gnus-summary-first-unseen-subject): New function and command.
10006
10007         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
10008         other treatments.
10009
10010         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
10011         function.
10012
10013         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
10014         from the list of hidden types.
10015
10016         * mm-view.el (mm-inline-text): Ditto.
10017         (mm-inline-text): Ditto.
10018         (mm-w3-prepare-buffer): Ditto.
10019
10020         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
10021
10022 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10023
10024         * gnus-art.el (gnus-ignored-headers): Added more headers.
10025
10026 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
10027
10028         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
10029         once.
10030
10031 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10032
10033         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
10034
10035 2001-12-28  Simon Josefsson  <jas@extundo.com>
10036
10037         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
10038         Jesper Harder <harder@ifa.au.dk>.
10039
10040 2001-12-27  Simon Josefsson  <jas@extundo.com>
10041
10042         * gnus-sum.el (gnus-select-newsgroup): Make
10043         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
10044         contain all articles (instead of none) when no seen marks have
10045         been set for the group.
10046         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
10047         instead, it seems to result in shorter ranges.
10048
10049 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10050
10051         * mm-util.el (mm-iso-8859-x-to-15-region): Use
10052         insert-before-markers.
10053         From Jesper Harder <harder@ifa.au.dk>
10054
10055 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
10056
10057         * nnmaildir.el (nnmaildir-save-mail): create the destination
10058         groups if they do not exist.
10059
10060 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10061
10062         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
10063
10064 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10065
10066         * gnus-group.el (gnus-group-read-ephemeral-group): Call
10067         gnus-group-real-name.
10068
10069         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
10070         (gnus-newsgroup-variables): Ditto.
10071
10072         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
10073         return it.
10074
10075 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
10076
10077         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
10078         * nnmaildir.el (top-level): Add commentary.
10079         (nnmaildir-version): Indicate that nnmaildir is now a standard
10080         part of Gnus, not separately released.
10081
10082 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10083
10084         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
10085         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
10086         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
10087         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10088
10089 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10090
10091         * nnmaildir.el: Copyright changes. Require cl only at compile time.
10092
10093 2001-12-20  Simon Josefsson  <jas@extundo.com>
10094
10095         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
10096         ZHU <zsh@cs.rochester.edu>.
10097         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
10098         Brian P Templeton <bpt@tunes.org>.
10099
10100 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10101
10102         * nnmaildir.el: New file.
10103         From Paul Jarc <prj@po.cwru.edu>.
10104
10105 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10106
10107         * nndoc.el (nndoc-type-alist): Move forward to the end.
10108
10109 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10110
10111         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
10112         `dolist'.
10113
10114 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10115
10116         * gnus-win.el (gnus-frames-on-display-list): New function.
10117         (gnus-get-buffer-window): Use it.
10118
10119 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10120
10121         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
10122
10123 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10124
10125         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
10126
10127 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10128            From Harald Meland <Harald.Meland@usit.uio.no>
10129
10130         * gnus-win.el (gnus-get-buffer-window): New function.
10131         (gnus-all-windows-visible-p): Use it.
10132
10133         * gnus-util.el (gnus-horizontal-recenter)
10134         (gnus-horizontal-recenter, gnus-horizontal-recenter)
10135         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
10136
10137         * gnus-score.el (gnus-score-insert-help): Use it.
10138
10139         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
10140         (gnus-generate-tree, gnus-highlight-selected-tree)
10141         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
10142         it.
10143
10144         * gnus-art.el (gnus-article-set-window-start)
10145         (gnus-mm-display-part, gnus-request-article-this-buffer)
10146         (gnus-button-next-page, gnus-button-prev-page)
10147         (gnus-article-button-next-page, gnus-article-button-prev-page):
10148         Use it.
10149
10150 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
10151
10152         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
10153         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
10154         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
10155
10156 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10157
10158         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
10159         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
10160         * mml1991.el, nnultimate.el: Add `coding'.
10161
10162 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
10163
10164         * ChangeLog: changed coding to buffer-file-coding-system
10165         * ChangeLog.1: same
10166         * nnwfm.el: same
10167         * gnus-smiley.el: same
10168         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
10169         * gnus-delay.el: same
10170         * gnus-spec.el: same
10171         * message.el: same
10172         * mml1991.el: same
10173         * nnultimate.el: same
10174
10175 2001-12-16  Simon Josefsson  <jas@extundo.com>
10176         Inspired by code by Dirk Meyer <dischi@tzi.de>.
10177
10178         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
10179         (gnus-summary-save-map): Add muttprint.
10180         (gnus-summary-make-menu-bar): Ditto.
10181         (gnus-summary-muttprint): New function.
10182
10183         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
10184
10185 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10186
10187         * uudecode.el (uudecode-decode-region-internal): Speedup by using
10188         temporary list instead of buffer.
10189
10190         * mm-url.el (executable-find): autoload.
10191
10192 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10193
10194         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
10195         to variable, follow doc-string conventions).
10196
10197 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
10198
10199         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
10200         subscribe-level
10201         * gnus-topic.el (gnus-subscribe-topics): use it.
10202
10203 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10204
10205         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
10206         messages. (A small patch with indentation)
10207         From Sean Neakums <sneakums@zork.net>.
10208
10209         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
10210         nil after shooting down the gnus-original-article-buffer.
10211
10212 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10213
10214         * uudecode.el (uudecode-use-external): New variable.
10215         (uudecode-decode-region): Automatically detect external program.
10216
10217         * binhex.el (binhex-use-external): New variable.
10218         (binhex-decode-region-internal): New function.
10219         (binhex-decode-region): Automatically detect external program.
10220
10221         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
10222         Use them.
10223
10224 2001-12-12  Simon Josefsson  <jas@extundo.com>
10225
10226         * nnvirtual.el (nnvirtual-always-rescan)
10227         (nnvirtual-component-regexp): Fix doc.
10228
10229         * nnoo.el (defvoo): Add doc to defvoo variables.
10230
10231         * nnml.el (nnml-directory, nnml-active-file)
10232         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
10233         (nnml-marks-is-evil, nnml-filenames-are-evil)
10234         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
10235
10236         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
10237         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
10238         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
10239         `error'.
10240
10241         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
10242         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
10243
10244         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
10245         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
10246         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
10247         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
10248
10249         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
10250         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
10251
10252         * imap.el, nnimap.el: Fix indentation.
10253
10254         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
10255
10256 2001-12-12  Didier Verna  <didier@xemacs.org>
10257
10258         * gnus-msg.el (gnus-group-news): New function.
10259         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
10260         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
10261         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
10262         for it.
10263         * gnus-msg.el (gnus-summary-news-other-window): New function.
10264         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
10265         bind it to `i'.
10266         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
10267         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
10268         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
10269         for it (called with a prefix).
10270         * gnus-msg.el (gnus-configure-posting-styles): add an optional
10271         group-name argument.
10272         * gnus-msg.el (gnus-setup-message): use it.
10273
10274 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10275
10276         * gnus-sum.el (gnus-summary-show-article): Fix doc.
10277
10278 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10279
10280         * mml.el (mime-to-mml): Remove Content-Disposition too.
10281
10282 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10283
10284         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
10285         * gnus-group.el (gnus-group-name-decode): Decode unibyte
10286         strings only.
10287         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10288
10289 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
10290
10291         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
10292         (nnmail-fancy-expiry-target): Use it.
10293         Suggestions from Simon Josefsson <jas@extundo.com>.
10294
10295 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10296
10297         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
10298
10299 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10300
10301         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
10302
10303         * gnus-util.el (gnus-url-unhex-string): Move here.
10304
10305 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10306
10307         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
10308         mm-url-decode-entities-nbsp.
10309
10310         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
10311         * webmail.el, nnwfm.el: Use mm-url.
10312
10313         * mm-url.el (mm-url-fetch-form): Move from nnweb.
10314         (mm-url-remove-markup): Move from nnweb.
10315         (mm-url-fetch-simple): Move from webmail.
10316
10317         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
10318
10319 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10320
10321         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
10322         (gnus-summary-print-article): Use it.
10323
10324         * gnus-util.el (gnus-replace-in-string): Typo.
10325
10326 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10327
10328         * nnweb.el (nnweb-replace-in-string): Removed.
10329
10330         * gnus-util.el (gnus-replace-in-string): New function.
10331         (gnus-mode-string-quote): Use it.
10332
10333         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
10334         * nnwfm.el (nnwfm-create-mapping): Ditto.
10335
10336 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10337
10338         * dgnushack.el (dgnushack-compile): nnrss.el and
10339         nnslashdot.el don't depend on nnweb, url, w3.
10340
10341         * nnrss.el: Use mm-url.
10342
10343 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10344
10345         * mm-url.el (mm-url-insert-file-contents): Support file:.
10346
10347 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10348
10349         * mm-view.el: Lower case for the description line. Sync from the
10350         Emacs CVS.
10351
10352 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10353
10354         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
10355         From:  Stefan Monnier  <monnier@cs.yale.edu>
10356
10357 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10358
10359         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
10360
10361 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10362
10363         * mm-url.el: Require executable.
10364         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
10365
10366 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10367
10368         * pop3.el (pop3-munge-message-separator): Only use valid date.
10369         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
10370
10371         * Makefile.in: gnus-load.elc may not be generated.
10372
10373 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10374
10375         * mm-url.el: New file.
10376         * nnslashdot.el: Use it.
10377         * mm-extern.el (mm-extern-url): Use it.
10378
10379 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10380
10381         * gnus-sum.el (gnus-summary-save-article): Nix
10382         gnus-display-mime-function and gnus-article-prepare-hook.
10383
10384         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
10385         the beginning of lines.
10386         (gnus-complex-form-to-spec): Ditto.
10387
10388 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10389
10390         * message.el (message-make-mft): Fix the m-s-a-file regexp.
10391         From Paul Jarc <prj@po.cwru.edu>.
10392
10393 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10394
10395         * message.el: New variable message-subscribed-address-file;
10396         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
10397
10398 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10399
10400         * message.el (message-tab-body-function): Set to nil.
10401         (message-tab): Use text-mode-map or global-map.
10402         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
10403
10404 2001-11-30  Simon Josefsson  <jas@extundo.com>
10405
10406         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
10407         instead of gnus-union, for speed.  Suggested by Christoph Conrad
10408         <christoph.conrad@gmx.de>.
10409         (gnus-agent-fetch-group-1): Add verbose message.
10410
10411 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10412
10413         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
10414         of integers.
10415
10416 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10417
10418         * message.el (message-newgroups-header-regexp)
10419         (message-completion-alist, message-tab-body-function): Use
10420         defcustom rather than defvar.
10421         (message-tab): Mention `message-tab-body-function' in doc.
10422         Suggested by Karl Eichwalder.
10423
10424 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10425
10426         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
10427
10428 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10429
10430         * nnheader.el (nnheader-find-nov-line): Don't use macro
10431         gnus-delete-line.
10432
10433         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
10434         (gnus-group-name-charset): Ditto.
10435
10436         * gnus-util.el (gnus-buffer-live-p): Ditto.
10437
10438 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10439
10440         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
10441         open parenthesis in doc.
10442         (sieve-manage-authenticator-alist): Typo in doc.
10443         * imap.el (imap-authenticator-alist): Typo in doc.
10444         (imap-stream-alist): Backslash.
10445
10446         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
10447           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
10448
10449 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10450
10451         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
10452
10453         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
10454
10455         * gnus-msg.el (gnus-configure-posting-styles): use
10456         make-local-hook. Add LOCAL for add-hook.
10457
10458 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
10459
10460         * message.el (message-mode): Use `make-local-hook' unless
10461         obsolete.
10462         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
10463
10464 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10465
10466         * canlock.el: Remove sha1.el and base64.el stuff.
10467
10468 2001-11-26  Didier Verna  <didier@xemacs.org>
10469
10470         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
10471         if needed.
10472
10473 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10474
10475         * message.el (message-tamago-not-in-use-p): New function.
10476         (message-strip-forbidden-properties): Use it.
10477
10478 2001-11-26  Didier Verna  <didier@xemacs.org>
10479
10480         * gnus-start.el (gnus-check-first-time-used): only check for
10481         existence of .el[d] files.
10482
10483 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10484
10485         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
10486
10487         * message.el (message-setup-1): Clean up mc-*.
10488
10489 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10490
10491         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
10492         * gnus-score.el (gnus-score-find-bnews): Use it.
10493
10494         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
10495         (gnus-summary-limit-to-author): Ditto.
10496         (gnus-summary-limit-to-extra): Ditto.
10497         (gnus-summary-find-matching): Support not-matching argument.
10498
10499 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10500
10501         * message.el (message-wash-subject): Use `insert' rather than
10502         `insert-string', which is deprecated.
10503
10504 2001-11-24  Simon Josefsson  <jas@extundo.com>
10505
10506         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
10507         message. (Gnus does not "default" to using 8bit for the message,
10508         it default to use 8bit encoding and the user-supplied CTE
10509         value. Calling this behaviour "treating it as 8bit" is perhaps
10510         better.)
10511
10512         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
10513         (compare mm-charset-to-coding-system).
10514
10515 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10516
10517         * canlock.el (canlock-sha1-with-openssl): Use unibyte
10518         buffer. Correctly decode hex.
10519
10520 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10521
10522         * gnus-agent.el (gnus-category-insert-line): Convert category
10523         names to strings.
10524
10525 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10526
10527         * message.el (sha1): eval-and-compile.
10528
10529 2001-11-20  Simon Josefsson  <jas@extundo.com>
10530
10531         * message.el (message-allow-no-recipients): New variable.
10532         (message-send): Use it, customize the prompting when posting to
10533         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
10534
10535 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10536
10537         * mm-util.el (mm-coding-system-priorities): New variable.
10538         (mm-sort-coding-systems-predicate): New function.
10539         (mm-find-mime-charset-region): Resort coding systems if needed.
10540         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
10541
10542 2001-11-20  Didier Verna  <didier@xemacs.org>
10543
10544         * gnus-group.el (gnus-group-make-help-group): new optional
10545         argument to control the error behavior.
10546         * gnus-start.el (gnus-check-first-time-used): use it to avoid
10547         erroring.
10548
10549 2001-11-19  Simon Josefsson  <jas@extundo.com>
10550
10551         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
10552         instead of C-c C-u.  Suggested by Per Abrahamsen
10553         <abraham@dina.kvl.dk>.
10554
10555 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10556
10557         * nnfolder.el (nnfolder-read-folder): Use group instead of
10558         nnfolder-current-group.
10559         Suggested by Lorentey Karoly <lorentey@elte.hu>.
10560
10561 2001-11-17  Simon Josefsson  <jas@extundo.com>
10562
10563         * message.el (message-send): Ask user if Fcc/Gcc should be
10564         performed when no other sender was specified.
10565         Suggested by prj@po.cwru.edu (Paul Jarc).
10566
10567 2001-11-17  Simon Josefsson  <jas@extundo.com>
10568
10569         * message.el (message-mode, message-mode-map): Use C-c C-u for
10570         Importance: instead of C-c C-p (used by SC).
10571
10572 2001-11-16  Simon Josefsson  <jas@extundo.com>
10573
10574         * message.el (message-insert-importance-high)
10575         (message-insert-importance-low): Save point.
10576
10577         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
10578         value.
10579
10580 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
10581
10582         * message.el (message-strip-special-text-properties): New option.
10583         (message-strip-forbidden-properties): Obey it.
10584
10585 2001-11-14  Sam Steingold  <sds@gnu.org>
10586
10587         * gnus-score.el: Fixed some doc strings to properly quote symbols.
10588
10589 2001-11-15  Simon Josefsson  <jas@extundo.com>
10590
10591         Support "Importance:" header in Message.
10592
10593         * message.el (message-mode-map): Bind C-c C-p to
10594         `message-insert-or-toggle-importance'
10595         (message-mode-menu): Add message-insert-importance-{high,low}.
10596         (message-insert-importance-high, message-insert-importance-low)
10597         (message-insert-or-toggle-importance): New functions.
10598         (message-tool-bar-map): Add {un,}important.
10599         (message-mode): Doc fix.
10600
10601 2001-11-15  Simon Josefsson  <jas@extundo.com>
10602
10603         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
10604
10605         * mml.el (mml-menu): Fix toolbar tooltip.
10606
10607 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10608
10609         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
10610         * nnml.el (nnml-save-marks): Ditto.
10611
10612         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
10613
10614 2001-11-15  Simon Josefsson  <jas@extundo.com>
10615
10616         * nnml.el (nnml-save-marks):
10617         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
10618         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
10619
10620 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
10621
10622         * gnus-art.el (gnus-article-wash-status-strings): Use
10623         `copy-sequence', not `copy-seq'.
10624
10625 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
10626
10627         * gnus-art.el (gnus-article-wash-status-strings): New constant.
10628         (gnus-gnus-article-wash-status-entry): New function.
10629         (gnus-article-wash-status): Use it.
10630
10631 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10632
10633         * mml1991.el: Add coding header.
10634
10635 2001-11-12  Simon Josefsson  <jas@extundo.com>
10636
10637         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
10638         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
10639         `mml1991-sign' and `mml1991-encrypt'.
10640         (mml1991-encrypt, mml1991-sign): New glue functions.
10641         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
10642
10643         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
10644         (mml-menu): Add PGP to menu.
10645
10646         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
10647         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
10648         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
10649         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
10650
10651         * mml2015.el: Mention RFC 3156.
10652
10653         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
10654
10655 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10656
10657         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
10658
10659         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
10660           From <Michael.Cook@cisco.com>
10661
10662 2001-11-11  Simon Josefsson  <jas@extundo.com>
10663
10664         * message.el (top-level): Autoload sha1.
10665         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
10666         canlock, no need to require two different hash algs).  Suggested
10667         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
10668
10669 2001-11-09  Simon Josefsson  <jas@extundo.com>
10670
10671         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
10672         <Pavel@Janik.cz>.
10673
10674 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10675
10676         * message.el (message-point-in-header-p): New function.
10677         (message-do-auto-fill): Use it.
10678         (message-beginning-of-line): New function.  Goes to beginning of
10679         header value (i.e., end of header name), or to beginning of line
10680         if already at beginning of value.  Behaves like
10681         `beginning-of-line' when in message body.
10682         (message-mode-map): Bind it.
10683
10684 2001-11-08  Simon Josefsson  <jas@extundo.com>
10685
10686         * gnus-msg.el (gnus-posting-styles): Add doc.
10687
10688 2001-11-07  Simon Josefsson  <jas@extundo.com>
10689
10690         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
10691
10692         * sieve-mode.el (sieve-control-commands-face)
10693         (sieve-control-commands-face, sieve-action-commands-face)
10694         (sieve-test-commands-face, sieve-tagged-arguments-face): New
10695         faces.
10696         (sieve-font-lock-keywords): Use them.
10697         (sieve-mode): Only set font-lock-defaults in emacs.
10698
10699         * gnus-art.el (gnus-default-article-saver): Add
10700         gnus-summary-save-body-in-file.
10701         (gnus-summary-write-to-file): Fix doc.
10702
10703 2001-11-07  Simon Josefsson  <jas@extundo.com>
10704
10705         * gnus-art.el (gnus-treat-highlight-signature): Add cross
10706         reference to the correct chapter in the manual.
10707
10708         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
10709         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
10710
10711 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10712
10713         * mml.el (mml-preview): Bind mail-header-separator.
10714
10715 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10716
10717         * message.el: Always require canlock.
10718         (message-ignored-supersedes-headers): Include Cancel-Lock and
10719         Cancel-Key.
10720         (message-insert-canlock): Don't require canlock.
10721         (message-cancel-news): Don't check whether canlock is available.
10722         (message-supersede): Support cancel-locks.
10723
10724         * gnus-art.el: Don't autoload canlock.
10725
10726 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10727
10728         * mail-source.el (mail-source-fetch-imap): ASYNC param.
10729         From: <andre@slamdunknetworks.com>
10730
10731 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10732
10733         * many files: Fix copyright lines.
10734
10735 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10736
10737         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
10738         Suggested by Dave Love  <fx@gnu.org>.
10739
10740 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10741
10742         * message.el (message-kill-buffer): Remove auto-save file after
10743         confirm.
10744
10745         * message.el (message-send-mail): Call message-generate-headers
10746         once.  Suggested by Matt Armstrong <matt@lickey.com>.
10747
10748         * gnus-topic.el (gnus-topic-rename): Initial-input.
10749         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
10750
10751 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
10752
10753         * message.el (message-forbidden-properties): New constant.
10754         (message-strip-forbidden-properties): New function.
10755         (message-mode): Activate it.
10756
10757 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10758
10759         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
10760         (mm-hack-charsets): Fix doc.
10761
10762 2001-11-02  Simon Josefsson  <jas@extundo.com>
10763
10764         * gnus-int.el (gnus-check-server): Message "...done" when done.
10765
10766         * imap.el (imap-close): Don't message (imap-send-command-wait
10767         returns if the connection is dropped).
10768         (imap-wait-for-tag): Nix out message only when necessary.
10769
10770         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
10771         for non-crossposting.
10772         (gnus-sieve-crosspost): Default to t to be consistent with other
10773         parts of Gnus.
10774
10775 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10776
10777         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
10778         (mm-iso-8859-x-to-15-table): Ditto.
10779         (mm-iso-8859-x-to-15-region): Ditto.
10780         (mm-find-mime-charset-region): Ditto.
10781
10782 2001-11-01  Simon Josefsson  <jas@extundo.com>
10783
10784         * nnimap.el (nnimap-close-asynchronous): New variable.
10785         (nnimap-close-group): Use it.
10786         (nnimap-expunge): Don't use it.
10787
10788         * imap.el (imap-callbacks): New variable.
10789         (imap-remassoc): Copied from `gnus-remassoc'.
10790         (imap-add-callback): New function.
10791         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
10792         behaviour.
10793         (imap-parse-response): Call the callback.
10794
10795         * message.el (message-insert-canlock): New variable.
10796         (message-canlock-generate, message-canlock-password)
10797         (message-insert-canlock): New functions.
10798         (message-send-news): Call `message-insert-canlock'.
10799         (top-level): Require canlock when compiling.
10800         (message-insert-canlock): Require canlock before we need it.
10801
10802 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10803
10804         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
10805
10806 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10807
10808         * dgnushack.el (dgnushack-make-load): A workaround for
10809         custom-add-loads bug in some versions of XEmacs.
10810
10811 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10812
10813         * mm-util.el (mm-charset-synonym-alist): Revert (some).
10814
10815 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10816
10817         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
10818         (mm-hack-charsets): New variable.
10819         (mm-iso-8859-15-compatible): New variable.
10820         (mm-iso-8859-x-to-15-table): New variable.
10821         (mm-find-mime-charset-region): Add parameter hack-charsets.
10822
10823         * mm-bodies.el (mm-encode-body): Use it.
10824         * mml.el (mml-parse-1): Ditto.
10825
10826 2001-11-01  Simon Josefsson  <jas@extundo.com>
10827
10828         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
10829
10830 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10831
10832         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
10833         is nil.
10834
10835 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10836
10837         * smiley-ems.el (smiley-update-cache): Auto detect file type.
10838
10839         * message.el (message-forward-rmail-make-body): Use
10840         save-window-excursion.
10841         (message-encode-message-body): Search with noerror.
10842         (message-setup-1): Convert compose-mail send-actions to
10843         message-send-actions.
10844
10845 2001-11-01  Simon Josefsson  <jas@extundo.com>
10846
10847         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
10848         <yamaoka@jpl.org>.
10849
10850 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10851
10852         * sieve-manage.el (sieve-string-bytes): No complain.
10853
10854 2001-11-01  Simon Josefsson  <jas@extundo.com>
10855
10856         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
10857         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
10858         has autoload cookies, so no `require' should be necessary.)
10859
10860         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
10861         files.
10862
10863 2001-10-31  Simon Josefsson  <jas@extundo.com>
10864
10865         * gnus-cus.el (gnus-group-parameters): Support integer `display'
10866         parameter.
10867
10868         * gnus-sum.el (gnus-select-newsgroup): If group parameter
10869         `display' is a number (and C-u wasn't used to enter group), only
10870         fetch that number of articles.
10871
10872 2001-10-31  Matt Armstrong  <matt@lickey.com>
10873
10874         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
10875         not-subscribed -> subscribed.
10876
10877 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10878         From: Josh Huber <huber@alum.wpi.edu>
10879
10880         * message.el (message-subscribed-address-functions): New variable.
10881         (message-subscribed-addresses): New variable.
10882         (message-subscribed-regexps): New variable.
10883         (message-goto-mail-followup-to): New function.
10884         (message-send-mail): Add Mail-Followup-To.
10885         (message-make-mft): New function.
10886
10887         * gnus.el (gnus-find-subscribed-addresses): New function.
10888
10889 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10890
10891         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
10892         (mail-source-fetch-pop): Ditto.
10893         (mail-source-check-pop): Ditto.
10894
10895         * gnus-start.el (gnus-read-init-file): Ditto.
10896         (gnus-activate-group): Ditto.
10897         (gnus-read-newsrc-el-file): Ditto.
10898
10899 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10900
10901         * message.el (message-get-reply-headers): Make sure there is ", ".
10902
10903         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
10904         mm-coding-system-p. Don't correct it only in XEmacs.
10905         (mm-charset-to-coding-system): Use mm-coding-system-p and
10906         mm-get-coding-system-list.
10907         (mm-emacs-mule, mm-mule4-p): New variables.
10908         (mm-enable-multibyte, mm-disable-multibyte,
10909         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
10910         mm-with-unibyte-current-buffer,
10911         mm-with-unibyte-current-buffer-mule4): Use them.
10912         (mm-find-mime-charset-region): Treat iso-2022-jp.
10913
10914         From  Dave Love  <fx@gnu.org>:
10915
10916         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
10917         construction.
10918         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
10919         entries conditional on not having a coding system defined for
10920         them.
10921         (mm-mule-charset-to-mime-charset): Use
10922         find-coding-systems-for-charsets if defined.
10923         (mm-charset-to-coding-system): Don't use
10924         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
10925         later.  Add last resort search of coding systems.
10926         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
10927         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
10928         Mule 4.
10929         (mm-find-mime-charset-region): Re-write.
10930         (mm-with-unibyte-current-buffer): Restore buffer as well as
10931         multibyteness.
10932
10933 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10934
10935         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
10936         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
10937         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
10938
10939 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10940
10941         * gnus-art.el (article-display-x-face): Nix buffer-read-only
10942         again.
10943
10944         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
10945
10946 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10947
10948         * gnus-spec.el (gnus-parse-simple-format): Use
10949           buffer-substring-no-properties.
10950
10951 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10952
10953         * gnus-art.el (article-verify-cancel-lock): New function.
10954
10955         * nnheader.el (nntp-process-response): New variable.
10956         (nnheader-init-server-buffer): Make `nntp-process-response'
10957         buffer-local in `nntp-server-buffer'.
10958
10959         * nntp.el (nntp-prepare-post-hook): New hook.
10960         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
10961         (nntp-async-trigger): Ditto.
10962         (nntp-request-post): Insert a server's ID if there's no Message-ID
10963         header; run `nntp-prepare-post-hook'.
10964
10965 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10966
10967         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
10968         instead.
10969
10970         * message.el (message-forward-subject-author-subject): Don't use
10971         message-news-p, which widens the buffer.
10972         (message-forward-make-body): New function.
10973         (message-forward): Use it.
10974         (message-insinuate-rmail): New function.
10975         (message-forward-rmail-make-body): New function.
10976
10977 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10978
10979         * mm-extern.el (mm-extern): Provide it.
10980
10981         * mm-partial.el (mm-partial): Provide it.
10982
10983 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10984
10985         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
10986
10987 2001-10-29  Simon Josefsson  <jas@extundo.com>
10988
10989         * mml.el (mml-preview): Bind message-this-is-news if it is
10990         news. From Jesper Harder <harder@myrealbox.com>.
10991
10992 2001-10-28  Simon Josefsson  <jas@extundo.com>
10993
10994         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
10995
10996 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
10997
10998         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
10999         ironic smilies.
11000
11001 2001-10-27  Simon Josefsson  <jas@extundo.com>
11002
11003         * message.el (message-indent-citation): Don't add trailing
11004         whitespace when citing text.
11005
11006         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
11007         <harder@ifa.au.dk>.
11008
11009 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11010
11011         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
11012         not available.
11013         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
11014         (nnweb-type-definition): Add google as alias of dejanews.
11015         (nnweb-google-parse-1): Forward 1 line.
11016
11017 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11018
11019         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
11020         variable `message-forward-ignored-headers'.
11021
11022 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
11023
11024         * gnus.el (gnus-expand-group-parameter): New function.
11025         (gnus-expand-group-parameters): Call it.
11026         (gnus-group-fast-parameter): New function.
11027         (gnus-group-find-parameter): Call it.
11028
11029 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
11030
11031         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
11032         vector (it didn't before because of a bug).
11033         * gnus-msg.el (gnus-post-news): Use header vector directly, if
11034         available.  Before it converted it to an article number.
11035
11036         This makes followup to news articles with negative numbers in
11037         nnvirtual groups use news instead of mail.
11038
11039 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
11040
11041         * gnus.el (post-method): Use `native' instead of `nil'.
11042
11043         * gnus-msg.el (gnus-post-method): Ditto.
11044
11045 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
11046
11047         * gnus.el (gnus-define-group-parameter): Grammar fix.
11048
11049 2001-10-22  Simon Josefsson  <jas@extundo.com>
11050
11051         * gnus-msg.el (gnus-extended-version): Include
11052         system-configuration.
11053         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
11054
11055 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
11056
11057         * gnus.el (post-method): Customization fix: `native' is not a
11058         valid value.
11059         * gnus-msg.el (gnus-post-method): Doc and customization fix:
11060         `native' is not a valid value.
11061
11062 2001-10-21  Simon Josefsson  <jas@extundo.com>
11063
11064         * nnimap.el (nnimap): Defgroup
11065         (nnimap-strict-function, nnimap-strict-function-match): New
11066         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
11067         (nnimap-split-crosspost, nnimap-split-inbox)
11068         (nnimap-split-rule, nnimap-split-predicate)
11069         (nnimap-split-predicate): Defcustom.
11070         (nnimap-split-inbox, nnimap-expunge-search-string)
11071         (nnimap-importantize-dormant): Remove "*" from doc.
11072
11073 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11074
11075         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
11076         not supplied via prefix arg.  From Lisp, make arg mandatory.
11077         Suggested by Frank Schmitt.
11078
11079 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11080
11081         * message.el (message-do-auto-fill): Avoid calling
11082         'rfc822-goto-eoh'.
11083
11084 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11085         From Paul Jarc <prj@po.cwru.edu>.
11086
11087         * message.el (message-get-reply-headers): Restructure the logic
11088         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
11089
11090 2001-10-20  Simon Josefsson  <jas@extundo.com>
11091
11092         * message.el (message-cancel-news): Support cancel-locks.
11093         Suggested by Per Abrahamsson.
11094
11095         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
11096         conses.  From David Z Maze <dmaze@MIT.EDU>.
11097
11098         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
11099
11100 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
11101
11102         * mm-decode.el (mm-default-directory): Fix customize type.
11103
11104         * message.el (message-setup-fill-variables): Kludge to use
11105         normal-auto-fill-function even if auto fill is already activated.
11106
11107 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
11108
11109         * message.el (message-do-auto-fill): New version that does not
11110         rely on text properties, by Simon Josefsson <jas@extundo.com>.
11111         (message-setup-1): Removed the `message-field' property.
11112
11113         * gnus-draft.el (gnus-draft-edit-message): Removed the
11114         `message-field' property.
11115
11116 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
11117
11118         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
11119         `message-field'.  The `field' property has a special significance in
11120         Emacs 21.
11121
11122         * message.el (message-send, message-setup-1): Ditto.
11123
11124 2001-10-18  Simon Josefsson  <jas@extundo.com>
11125
11126         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
11127         when undoing.
11128
11129 2001-10-18  Simon Josefsson  <jas@extundo.com>
11130         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
11131
11132         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
11133         (gnus-summary-make-menu-bar): Ditto.
11134
11135 2001-10-17  Simon Josefsson  <jas@extundo.com>
11136
11137         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
11138         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
11139
11140 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11141
11142         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
11143         * gnus-util.el (gnus-user-date): New function.
11144         From Frank Schmitt <usenet@Frank-Schmitt.net>.
11145
11146 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
11147
11148         * message.el (message-check-news-header-syntax): Special case
11149         nnvirtual groups.
11150
11151         * gnus-sum.el (gnus-summary-respool-default-method): Changed
11152         customize type to `symbol'.
11153
11154 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11155
11156         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
11157         %&foo;.
11158         (gnus-parse-simple-format): Support user extended spec too.
11159         %u&foo; invokes gnus-user-format-function-foo.
11160
11161 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11162
11163         * nnml.el (nnml-request-expire-articles): Make sure it is back to
11164         the server.
11165         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
11166         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
11167         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
11168         * nndiary.el (nndiary-request-expire-articles): Ditto.
11169         (nndiary-schedule): Defsubst it before use it.
11170         (nndiary-error): eval-and-compile.
11171
11172 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
11173
11174         * gnus-msg.el (gnus-post-method): Changed two instances of
11175         `active' to `current' and one `null' to `not'.
11176
11177 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11178         From Katsumi Yamaoka <yamaoka@jpl.org>.
11179
11180         * message.el (message-setup-fill-variables): Use
11181         `normal-auto-fill-function' instead of `auto-fill-function'.
11182
11183 2001-10-16  Simon Josefsson  <jas@extundo.com>
11184
11185         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
11186         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
11187         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
11188
11189 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11190         Patch by Oliver Scholz <oscholz@my.gnus.org>.
11191
11192         * gnus-draft.el (gnus-draft-edit-message): Add text property
11193         `field' with value `header' to message headers.
11194         * message.el (message-setup-1): Really add text property to all of
11195         the header, not just part of it.
11196
11197 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11198
11199         * gnus-group.el (gnus-group-sort-by-server): Use it.
11200
11201         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
11202
11203         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
11204         and keystroke.
11205
11206 2001-10-14  Simon Josefsson  <jas@extundo.com>
11207
11208         * dig.el: Doc fix.
11209
11210         * smime.el: Doc fix.
11211
11212         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
11213         charset magic from message.el.
11214
11215 2001-10-12  Simon Josefsson  <jas@extundo.com>
11216         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
11217
11218         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
11219         'cite from g-a-wash-types.
11220         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
11221         (gnus-article-hide-citation): Fix.
11222
11223         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
11224         character.
11225         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
11226
11227         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
11228         definition.
11229         (gnus-signature-toggle): Toggle `s' mode line character.
11230
11231         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
11232         doing stuff that clears it.
11233
11234 2001-10-12  Simon Josefsson  <jas@extundo.com>
11235
11236         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
11237         From Eric Marsden <emarsden@laas.fr>.
11238
11239 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11240
11241         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
11242         (autoload): Add some autoloads.
11243
11244 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11245         Suggested by Oliver Scholz <epameinondas@gmx.de>.
11246
11247         * message.el (message-do-auto-fill): New function.  Like
11248         `do-auto-fill' but don't fill when in the message header.
11249         (message-setup-1): Put a text property on the message header.
11250         (message-setup-fill-variables): Use `message-do-auto-fill'.
11251
11252 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11253
11254         * message.el (message-send-mail-partially): Insert an empty line
11255         first, because of the change of message-make-lines.
11256
11257 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
11258
11259         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
11260         iso-8859-15, make it an alias for iso-8859-1.
11261
11262 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11263
11264         * message.el (message-send-news): Don't modify the value of
11265         `message-syntax-checks' if it is not a list (possibly it is
11266         `dont-check-for-anything-just-trust-me').
11267
11268 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11269
11270         * gnus-group.el (gnus-group-name-charset-group-alist): Use
11271         `find-coding-system' for XEmacs to check whether the coding-system
11272         `utf-8' is available.
11273
11274 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11275
11276         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
11277
11278 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
11279
11280         * message.el (message-send-news): Oops, missed case with no
11281         "Followup-To" header...
11282
11283 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
11284
11285         * message.el (message-send-news): Allow
11286         `gnus-group-name-charset-group-alist' to affect encoding of the
11287         "Newsgroups" and "Followup-To" headers.
11288
11289 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11290
11291         * Makefile.in (install-el): Depend on gnus-load.el.
11292
11293 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11294
11295         * Makefile.in (install-el): Use -f.
11296         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
11297
11298 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
11299
11300         * message.el (message-send-news): Don't encode Followups-To when
11301         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
11302
11303         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
11304         header.
11305
11306         * gnus-art.el (article-decode-group-name): Also decode
11307         "Followup-To".
11308
11309         * rfc2047.el (rfc2047-encode-message-header): Encode without
11310         asking for null methods.
11311
11312         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
11313         default charset for newsgroup names in accordance with USEFOR.
11314
11315         * gnus-group.el (gnus-group-name-charset-method-alist,
11316         gnus-group-name-charset-group-alist): Removed "*" from doc
11317         strings, "*" should not be used for complex variables.
11318
11319 2001-10-06  Simon Josefsson  <jas@extundo.com>
11320
11321         Support UTF-8 group names better.
11322
11323         * message.el (message-check-news-header-syntax): Encode group
11324         names before comparison.
11325
11326         * gnus-msg.el (gnus-copy-article-buffer): Run all
11327         `gnus-article-decode-hook's except `article-decode-charset'
11328         instead of hardcoding call to one of them.
11329
11330         * gnus-art.el (gnus-article-decode-hook): Add
11331         `article-decode-group-name'.
11332         (article-decode-group-name): New function, use `g-d-n'.
11333
11334         * gnus-group.el (gnus-group-insert-group-line): Decode
11335         gnus-tmp-group using `g-d-n'.
11336
11337         * gnus-util.el (gnus-decode-newsgroups): New function.
11338
11339 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
11340
11341         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
11342         `gnus-group-name-charset-group-alist'.
11343
11344 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11345
11346         * Makefile.in: Install el in install. Add uninstall.
11347
11348 2001-10-05  Simon Josefsson  <jas@extundo.com>
11349
11350         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
11351
11352         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
11353
11354         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
11355         empty folders.
11356
11357         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
11358         limiting if read-all (C-u RET) was used.
11359
11360 2001-10-04  Simon Josefsson  <jas@extundo.com>
11361
11362         * mail-source.el (mail-source-movemail-program): New variable.
11363         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
11364         <thutt@thutt.vmware.com>.
11365
11366 2001-10-03  Simon Josefsson  <jas@extundo.com>
11367
11368         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
11369         (gnus-summary-line-format-alist): Fix param.
11370
11371 2001-10-02  Simon Josefsson  <jas@extundo.com>
11372
11373         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
11374         don't go through `nnimap-request-expire-articles' to delete the
11375         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
11376
11377 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11378
11379         * gnus-agent.el (gnus-agent-write-active): The min in the
11380         agent/active may be larger than that in the server/active.
11381
11382 2001-10-01  Simon Josefsson  <jas@extundo.com>
11383
11384         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
11385         is IMAP4rev1.
11386
11387         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
11388
11389         * nnfolder.el: Ditto.
11390
11391 2001-09-30  Dan Christensen  <jdc@uwo.ca>
11392
11393         * gnus-sum.el (gnus-summary-extract-address-component): New function.
11394         (gnus-summary-from-or-to-or-newsgroups): Optimize.
11395
11396 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11397
11398         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
11399         (message-mode-menu): Menu item for same.
11400
11401         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
11402         delayed articles.
11403
11404         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
11405         nndraft:delayed does not exist.
11406         (gnus-delay-initialize): Don't set up keymap, that's done from
11407         message.el now.
11408         (gnus-delay, gnus-delay-group, gnus-delay-header)
11409         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
11410
11411 2001-09-29  Simon Josefsson  <jas@extundo.com>
11412
11413         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
11414         utf-8, not eight-bit-control.
11415
11416         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
11417         (imap-log, imap-debug): Custom.
11418         (imap-log-buffer, imap-debug-buffer): New constants.
11419         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
11420         (imap-network-open, imap-shell-open, imap-starttls-open)
11421         (imap-send-command-1, imap-send-command, imap-arrival-filter)
11422         (imap-debug): Use imap-*-buffer.
11423
11424         * nndoc.el (nndoc-article-type): Add mailman.
11425         (nndoc-type-alist): Ditto.
11426         (nndoc-mailman-type-p): New function.
11427
11428 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11429
11430         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
11431         gnus-art.el.
11432
11433 2001-09-27  Simon Josefsson  <jas@extundo.com>
11434
11435         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
11436         (gnus-topic-catchup-articles): New function. Suggested by Robin
11437         S. Socha <robin-dated-1001857693.185e29@socha.net>.
11438
11439 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11440         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
11441
11442         * gnus-ems.el (gnus-article-display-xface): Insert xface after
11443         previous ones.
11444
11445 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11446         From Daiki Ueno  <ueno@unixuser.org>
11447
11448         * gnus-sum.el (gnus-summary-show-article): The arglist of
11449         detect-coding-region is incompatible.
11450
11451 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11452         From Katsuhiro Hermit Endo <hermit@koka-in.org>
11453
11454         * gnus-group.el (gnus-group-delete-group): Typo.
11455
11456 2001-09-26  Simon Josefsson  <jas@extundo.com>
11457
11458         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
11459
11460         * nnimap.el (nnimap-expiry-target): Use temp buffer.
11461
11462 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11463
11464         * gnus-cus.el (gnus-group-parameters): Display as sexp.
11465
11466 2001-09-22  Simon Josefsson  <jas@extundo.com>
11467
11468         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
11469
11470         * nnfolder.el (nnfolder-open-marks): Ditto.
11471
11472         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
11473         (gnus-update-marks): Use it.
11474         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
11475         hardcoded list.
11476
11477         * gnus.el (gnus-article-special-mark-lists): Add killed.
11478         (gnus-article-unpropagated-mark-lists): New constant.
11479
11480 2001-09-22  Simon Josefsson  <jas@extundo.com>
11481
11482         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
11483         custom option.
11484
11485 2001-09-23  Simon Josefsson  <jas@extundo.com>
11486
11487         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
11488
11489 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11490
11491         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
11492
11493 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
11494
11495         * gnus-group.el (gnus-group-sort-function): Fix customize type to
11496         accept lists of functions.
11497
11498 2001-09-20  Simon Josefsson  <jas@extundo.com>
11499
11500         * gnus-group.el (gnus-group-catchup): Update expire marks in
11501         backend.  Also, if ALL also set expire marks on tick/dormant.
11502
11503 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11504
11505         * message.el (message-tab-body-function): New variable.
11506         * message.el (message-tab): Use it.
11507
11508 2001-09-19  Sam Steingold  <sds@gnu.org>
11509
11510         * gnus-win.el (gnus-buffer-configuration): Respect
11511         `gnus-bug-create-help-buffer'.
11512
11513 2001-09-18  Simon Josefsson  <jas@extundo.com>
11514
11515         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
11516         (gnus-parse-simple-format): Re-revert.
11517
11518 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
11519         Trivial patch.
11520
11521         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
11522         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
11523
11524 2001-09-18  Simon Josefsson  <jas@extundo.com>
11525
11526         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
11527         signed.
11528         (gnus-parse-simple-format): Don't use it.
11529
11530 2001-09-17  Miles Bader  <miles@gnu.org>
11531
11532         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
11533         error querying a backend abort the whole process.
11534
11535 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11536
11537         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
11538         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
11539
11540 2001-09-17  Didier Verna  <didier@xemacs.org>
11541
11542         * nndiary.el: version 0.2-b14.
11543         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
11544         compatibility problem with XEmacs 21.1.
11545
11546 2001-09-15  Simon Josefsson  <jas@extundo.com>
11547
11548         * gnus-group.el (gnus-group-line-format): Document %c.
11549
11550         * nnml.el (nnml-parse-head): Handle CRLF files.
11551         (nnml-generate-nov-file): Ditto.
11552         (nnml-retrieve-headers): Ditto.
11553
11554 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
11555
11556         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
11557
11558 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
11559
11560         * gnus-spec.el (gnus-correct-substring): Still stopped one
11561         character before we wanted (never included last character).
11562         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
11563         add missing "," (once per function)
11564
11565 2001-09-14  Simon Josefsson  <jas@extundo.com>
11566
11567         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
11568         (otherwise e.g. gnus-agentize in .gnus overrides the customized
11569         default before gnus-group is loaded and the variable set.)
11570
11571         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
11572         killed or unsent marks.
11573
11574         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
11575         isn't an article to set it on (e.g. when you `a' in a group).
11576
11577 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11578
11579         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
11580         can read e-mails from Microsoft Outlook users not using ISO
11581         8859-2 character set.
11582
11583 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11584
11585         * gnus-diary.el: Minor modifications to avoid warnings.
11586         (gnus-summary-misc-menu): defvar.
11587         (gnus-diary-check-message): Use gnus-point-at-eol.
11588         (gnus-diary-kill-entire-line): eval-and-compile.
11589
11590 2001-09-12  Didier Verna  <didier@xemacs.org>
11591
11592         * nndiary.el: new version (0.2-b13).
11593         * nndiary.el (nndiary-mail-sources): doc update.
11594         * nndiary.el (nndiary-split-methods): ditto.
11595         * nndiary.el (nndiary-request-accept-article-hooks): New.
11596         * nndiary.el (nndiary-request-accept-article): use it, check
11597         message validity.
11598         * nndiary.el (nndiary-get-new-mail): changed default to nil.
11599         * nndiary.el (nndiary-schedule): fix bug (misplaced
11600         condition-case): it didn't return nil on error.
11601         * gnus-diary.el: new version.
11602         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
11603         * gnus-diary.el (gnus-diary-header-value-history): New.
11604         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
11605         * gnus-diary.el (gnus-diary-add-header): New.
11606         * gnus-diary.el (gnus-diary-check-message): New.
11607         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
11608         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
11609
11610 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11611
11612         * gnus-sum.el (gnus-select-newsgroup): Make
11613         `gnus-current-select-method' buffer-local.
11614
11615         * gnus-art.el (gnus-request-article-this-buffer): Refer
11616         `gnus-current-select-method' in the current summary buffer.
11617
11618 2001-09-10  Simon Josefsson  <jas@extundo.com>
11619         From Daniel Pittman <daniel@rimspace.net>
11620
11621         * gnus-spec.el (gnus-correct-pad-form): Fix.
11622
11623 2001-09-09  Simon Josefsson  <jas@extundo.com>
11624
11625         * mm-decode.el (mm-inline-media-tests): Add
11626         application/x-emacs-lisp.
11627         (mm-attachment-override-types): Add
11628         application/{x-,}pkcs7-signature.
11629
11630         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
11631         (gnus-server-line-format, gnus-server-mode-line-format)
11632         (gnus-server-browse-in-group-buffer): Customize.
11633
11634 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11635
11636         * nnml.el (nnml-marks-changed-p): Typo.
11637         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
11638         (nnml-marks-changed-p): Use gnus-gethash.
11639         (nnml-marks-modtime): Use gnus-make-hashtable.
11640
11641         * nnfolder.el (nnfolder-marks-changed-p): Typo.
11642         (nnfolder-request-expire-articles, nnfolder-save-marks)
11643         (nnfolder-open-marks): Typo.
11644         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
11645         (nnfolder-marks-changed-p): Use gnus-gethash.
11646         (nnfolder-marks-modtime): Use gnus-make-hashtable.
11647
11648 2001-09-08  Simon Josefsson  <jas@extundo.com>
11649
11650         * nnfolder.el (nnfolder-marks-modtime): New variable.
11651         (nnfolder-marks-changed-p): New function.
11652         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
11653         (nnfolder-request-update-info): Don't update if marks didn't change.
11654
11655         * nnml.el (nnml-marks-modtime): New variable.
11656         (nnml-marks-changed-p): New function.
11657         (nnml-save-marks, nnml-open-marks): Save modtime.
11658         (nnml-request-update-info): Don't update if marks didn't change.
11659
11660         * gnus-agent.el (gnus-agent-any-covered-gcc)
11661         (gnus-agent-add-server, gnus-agent-remove-server): Use
11662         gnus-agent-method-p.
11663
11664         * gnus-art.el (gnus-buttonized-mime-types): New variable.
11665         (gnus-unbuttonized-mime-type-p): Use it.
11666
11667         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
11668         fetch group.
11669
11670 2001-09-08  Simon Josefsson  <jas@extundo.com>
11671         From Daniel Pittman <daniel@rimspace.net>
11672
11673         * gnus-spec.el (gnus-correct-pad-form): New function.
11674         (gnus-parse-simple-format): Use it.
11675
11676 2001-09-07  Simon Josefsson  <jas@extundo.com>
11677
11678         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
11679         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
11680         Putnam <reader@newsguy.com>.
11681         (gnus-group-sort-selected-groups): Touch dribble file.
11682
11683 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
11684
11685         * nnml.el (nnml-filenames-are-evil): New variable.
11686         (nnml-article-to-file-alist): Rename to ...
11687         (nnml-current-group-article-to-file-alist): ... this.
11688         Respect `nnml-filenames-are-evil'.
11689         (nnml-active-number): Update.
11690         (nnml-update-file-alist): Update.
11691         (nnml-request-article): Use nnheader-article-to-file-alist.
11692         (nnml-request-rename-group): Likewise.
11693
11694 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11695
11696         * gnus-sum.el (gnus-summary-insert-line): Fix.
11697
11698 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
11699
11700         * gnus-sum.el: Bind g-s-t-s to "W g".
11701         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
11702         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
11703         display of graphical smilies.
11704
11705 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11706
11707         * gnus-start.el (gnus-setup-news): A typo.
11708         From Bill White <billw@wolfram.com>.
11709
11710 2001-09-06  Simon Josefsson  <jas@extundo.com>
11711
11712         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
11713         and unseen marks.
11714
11715 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11716
11717         * nnmail.el (nnmail-split-fancy): Document `junk'.
11718
11719 2001-09-04  Simon Josefsson  <jas@extundo.com>
11720
11721         * imap.el (imap-search): Don't error if server is broken.
11722
11723 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
11724
11725         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
11726         searching for an article that isn't in the mbox.
11727
11728 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11729
11730         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
11731         right, and get all the comments.
11732
11733 2001-09-02  Simon Josefsson  <jas@extundo.com>
11734         Suggested by Dan Christensen <jdc+news@uwo.ca>
11735
11736         * nnfolder.el (nnfolder-request-update-info): Fix message.
11737
11738         * nnml.el (nnml-request-update-info): Ditto.
11739
11740 2001-09-01  Simon Josefsson  <jas@extundo.com>
11741
11742         * nnml.el (nnml-request-expire-articles): Also bind
11743         `nnml-current-group' and `nnml-article-file-alist' when using
11744         expiry-target. (Otherwise nnml will be in a inconsistent internal
11745         state causing all kind of problems.)
11746         (nnml-request-expire-articles): If `nnml-article-to-file' or
11747         `file-attributes' failes, return article as un-expirable instead
11748         of treating it as expired.
11749
11750 2001-08-31  Sam Steingold  <sds@gnu.org>
11751
11752         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
11753         typo: `exmine' --> `examine'.
11754
11755 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11756
11757         * nndoc.el (nndoc-forward-type-p): It is not a digest.
11758
11759 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11760
11761         * nnml.el (nnml-check-directory-twice): Remove.
11762         (nnml-retrieve-headers): Ditto.
11763         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
11764
11765 2001-08-30  Andrew Innes  <andrewi@gnu.org>
11766
11767         * nnheader.el (nnheader-directory-files-is-safe): No need to read
11768         directory twice on Windows, or on GNU Emacs-21.
11769
11770 2001-08-30  Andrew Innes  <andrewi@gnu.org>
11771
11772         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
11773         (nnml-request-rename-group): Ditto.
11774         (nnml-active-number): Ditto.
11775         (nnml-request-create-group): Use nnml-directory-articles.
11776         (nnml-request-expire-articles): Use nnml-directory-articles, which
11777         gets list from nov database if available.
11778         (nnml-get-nov-buffer): New function.
11779         (nnml-open-nov): Use it.
11780         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
11781         gets alist from nov database if available.
11782         (nnml-directory-articles): New function.
11783         (nnml-article-to-file-alist): New function.
11784
11785 2001-08-30  Andrew Innes  <andrewi@gnu.org>
11786
11787         * mm-decode.el (mm-display-external): Use `name' as filename, if
11788         `filename' attribute is not present.
11789
11790 2001-08-30  Andrew Innes  <andrewi@gnu.org>
11791
11792         * mail-source.el (mail-source-flash): New defcustom.
11793         (mail-source-new-mail-p): Ring visible bell if appropriate.
11794         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
11795         timer is cleared even if mail check signals an error.
11796
11797 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11798
11799         * gnus-sum.el (gnus-summary-move-article): Only update marks of
11800         type 'list.
11801
11802 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11803
11804         * flow-fill.el (fill-flowed): eol might be point-max.
11805
11806 2001-08-27  Simon Josefsson  <jas@extundo.com>
11807
11808         * nnml.el (nnml-request-update-info): Fix message.
11809         (nnml-open-marks): Ditto.
11810
11811         * nnfolder.el (nnfolder-request-update-info):
11812         (nnfolder-open-marks): Fix message.
11813
11814 2001-08-25  Simon Josefsson  <jas@extundo.com>
11815
11816         * nnfolder.el (nnfolder-save-marks): Don't create directory named
11817         after group in ~/.
11818
11819 2001-08-25  Simon Josefsson  <jas@extundo.com>
11820         From Andreas Jaeger  <aj@suse.de>
11821
11822         * nnfolder.el (nnfolder-open-marks): Fix typo.
11823         * nnml.el (nnml-open-marks): Likewise.
11824
11825 2001-08-25  Simon Josefsson  <jas@extundo.com>
11826
11827         Make nnfolder groups self-contained as far as marks are concerned.
11828
11829         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
11830         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
11831         (nnfolder-open-server): Make marks directory.
11832         (nnfolder-request-delete-group): Delete marks file.
11833         (nnfolder-request-delete-group): Check of nov/marks file exist
11834         before deleting.
11835         (nnfolder-request-rename-group): Rename marks file.
11836         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
11837         (nnfolder-request-set-mark, nnfolder-request-update-info)
11838         (nnfolder-group-marks-pathname, nnfolder-save-marks)
11839         (nnfolder-open-marks): New functions.
11840         (top-level): Require gnus.
11841
11842 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11843
11844         * nnweb.el (nnweb-type-definition): Use google raw file.
11845         (nnweb-google-parse-1): Ditto.
11846         (nnweb-google-identity): Ditto.
11847         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
11848         (nnweb-altavista-wash-article): Ditto.
11849         (nnweb-request-article): Remove nnweb-decode-entities.
11850
11851         * nnml.el: Require 'gnus.
11852
11853 2001-08-25  Simon Josefsson  <jas@extundo.com>
11854
11855         * nnml.el (nnml-marks-is-evil): Add doc.
11856
11857 2001-08-25  Simon Josefsson  <jas@extundo.com>
11858
11859         * nnml.el (nnml-save-marks): Wrap saving marks in a
11860         condition-case, to allow user to start Gnus if saving marks failed
11861         for some reason.
11862
11863 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11864
11865         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
11866
11867         * gnus-group.el (gnus-update-group-mark-positions): Bind
11868         gnus-group-update-hook to nil.
11869
11870 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11871
11872         * mml.el (mml-generate-mime-1): Force as multibyte string.
11873
11874 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11875
11876         * gnus-sum.el (gnus-summary-insert-line)
11877         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
11878         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
11879
11880         * gnus-spec.el (gnus-correct-substring): Take optional END.
11881
11882         * nnrss.el (nnrss-request-article): Remove \n.
11883         (nnrss-retrieve-headers): Lines number is -1.
11884
11885 2001-08-24  Simon Josefsson  <jas@extundo.com>
11886
11887         * gnus-group.el (gnus-info-clear-data): Call
11888         nnfoo-request-set-mark to propagate marks.  Fix bug:
11889         `gnus-group-update-line' doesn't update read range unless we call
11890         `gnus-get-unread-articles-in-group' first.
11891
11892         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
11893         to server.
11894
11895 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11896
11897         * gnus-util.el (gnus-create-info-command): Return an interactive
11898         function.
11899
11900 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11901         From Katsumi Yamaoka <yamaoka@jpl.org>
11902
11903         * gnus-spec.el (gnus-parse-complex-format): Use equal.
11904
11905 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11906
11907         * gnus-sum.el (gnus-select-newsgroup): Use it.
11908
11909         * gnus-util.el (gnus-not-ignore): New function.
11910
11911         * lpath.el (featurep): Don't fbind char-int.
11912
11913         * gnus-util.el (gnus-create-info-command): New function.
11914
11915         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
11916         right node.
11917
11918         * gnus-sum.el (gnus-select-newsgroup): Clean up.
11919         (gnus-summary-limit-children): Use 'identity instead of `all'.
11920         (gnus-summary-limit-to-display-predicate): New command and
11921         keystroke.
11922
11923 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11924
11925         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
11926
11927         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
11928
11929 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11930
11931         * gnus-spec.el: Add the Gnus version.
11932         (gnus-update-format-specifications): If the Gnus version changes,
11933         nix out the format spec cache.
11934
11935         * gnus.el (gnus-continuum-version): Made into a command and
11936         optionalize the VERSION.
11937
11938         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
11939         the start of the lines.
11940
11941 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11942
11943         * gnus.el (gnus-visual-p): Define function before use of
11944         function.
11945
11946 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11947
11948         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
11949         (gnus-article-mark-to-type): New function.
11950         (gnus-update-missing-marks): Only update marks of type 'list.
11951
11952         * gnus.el (gnus-article-special-mark-lists): New variable.
11953
11954 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11955
11956         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
11957         (gnus-select-newsgroup): Still use 'all.
11958         (gnus-summary-initial-limit): Comparing with 'all.
11959
11960 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11961
11962         * gnus-start.el (gnus-activate-group): If dont-check, don't update
11963         active.
11964
11965 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11966
11967         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
11968         nnslashdot-*-retrieve-headers.
11969         (nnslashdot-request-article): Fix for slashcode 2.2.
11970         (nnslashdot-make-tuple): New function.
11971         (nnslashdot-read-groups): Use it.
11972
11973 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11974
11975         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
11976         list.
11977
11978         * gnus-sum.el (gnus-summary-move-article): Don't select article.
11979
11980 2001-08-20  Simon Josefsson  <jas@extundo.com>
11981
11982         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
11983         opened, error instead of continuing (and exploding later).
11984
11985 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11986
11987         * gnus.el (gnus-expand-group-parameters): Return the parameter
11988         list.
11989
11990         * gnus-sum.el (gnus-summary-show-article): Doc fix.
11991         (gnus-summary-show-article): Guess at charset if required.
11992
11993         * gnus-spec.el (gnus-correct-substring): Stopped one character
11994         before we wanted.
11995
11996 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11997
11998         * earcon.el (earcon-auto-play): Remove unused option.
11999
12000 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12001
12002         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
12003         message down in levels, since it happens very fast.
12004
12005         * smiley-ems.el (smiley-update-cache): Respect the symbol version
12006         of smiley-regexp-alist.
12007
12008         * mm-view.el (mm-inline-text): Ignore vcard errors.
12009
12010         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
12011
12012         * gnus-score.el (gnus-all-score-files): Use append instead of
12013         nconc.
12014
12015         * gnus.el (gnus-splash-face): Doc fix.
12016
12017         * mm-decode.el (mm-mailcap-command): Use
12018         mm-path-name-rewrite-functions.
12019         (mm-path-name-rewrite-functions): New variable.
12020
12021         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
12022         (gnus-complex-form-to-spec): Insert tab.
12023         (gnus-spec-tab): New function.
12024
12025         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
12026         entering the group.
12027
12028         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
12029         the positional spec.
12030         (gnus-parse-complex-format): React to %C.
12031
12032         * gnus-ems.el (gnus-char-width): Moved here.
12033
12034         * gnus-sum.el (gnus-select-newsgroup): Set
12035         gnus-newsgroup-articles.
12036         (gnus-unseen-mark): New variable.
12037         (gnus-newsgroup-unseen): Ditto.
12038         (gnus-newsgroup-seen): Ditto.
12039         (gnus-adjust-marked-articles): Use them.
12040         (gnus-update-marks): Use them.
12041         (gnus-summary-update-secondary-mark): Display.
12042         (gnus-summary-prepare-threads): Display.
12043
12044         * gnus-msg.el (gnus-inews-group-method): Use and return the
12045         method, not the server.
12046
12047 2001-08-19  Simon Josefsson  <jas@extundo.com>
12048
12049         * gnus-srvr.el (gnus-server-agent-face): New.
12050         (gnus-server-agent-face): New.
12051         (gnus-server-mode): Turn on font-lock-mode.
12052
12053         * gnus.el (gnus-server-visual): Add defgroup.
12054
12055 2001-08-19  Simon Josefsson  <jas@extundo.com>
12056         From Joe Casadonte <jcasadonte@northbound-train.com>
12057
12058         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
12059         gnus-server-denied-face): New.
12060         (gnus-server-opened-face, gnus-server-closed-face,
12061         gnus-server-denied-face): New.
12062         (gnus-server-font-lock-keywords): Add.
12063
12064 2001-08-19  Simon Josefsson  <jas@extundo.com>
12065
12066         * nnml.el (nnml-request-set-mark): Return nil.
12067         (nnml-save-marks): Use nnml-possibly-create-directory.
12068         (nnml-open-marks): Only work in temp buffer when inserting/reading
12069         .marks file.
12070
12071 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12072
12073         * gnus.el (gnus-expand-group-parameters): Fix.
12074
12075         * gnus-spec.el (gnus-char-width): New function.
12076         (gnus-correct-substring, gnus-correct-length): Use it.
12077
12078         * message.el (message-required-mail-headers): Fix doc.
12079
12080 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12081
12082         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
12083
12084         * mm-decode.el (mm-save-part-to-file): Insert the handle.
12085
12086 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12087
12088         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
12089         slashdot 2.2 (not fully fixed yet).
12090         (nnslashdot-request-article): Ditto.
12091
12092 2001-08-18  Simon Josefsson  <jas@extundo.com>
12093
12094         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
12095         nnimap.
12096
12097         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
12098         gnus-util.
12099         (nnimap-request-update-info-internal): Use new functions.
12100
12101         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
12102         new functions.
12103
12104 2001-08-18  Simon Josefsson  <jas@extundo.com>
12105
12106         Make nnml groups self-contained as far as marks are concerned.
12107
12108         * nnml.el (nnml-request-delete-group): Delete marks file.
12109         (nnml-request-rename-group): Move marks file.
12110         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
12111         variables.
12112         (nnml-request-set-mark, nnml-request-update-info): New server
12113         functions.
12114         (nnml-save-marks, nnml-open-marks): New functions.
12115
12116 2001-08-18  Simon Josefsson  <jas@extundo.com>
12117
12118         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
12119         `set' when setting marks.
12120
12121 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12122
12123         * gnus.el (gnus-info-find-node): Take an argument.
12124
12125         * gnus-art.el (gnus-button-handle-info): New function.
12126         (gnus-url-unhex-string): Replace "+" with " ".
12127
12128 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12129
12130         * message.el (message-check-news-header-syntax): Check bad From.
12131
12132 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12133
12134         * gnus-spec.el (gnus-correct-length): New function.
12135         (gnus-correct-substring): New function.
12136         (gnus-tilde-max-form): Use it.
12137
12138 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
12139
12140         * nnmh.el: Docstring changes as below.
12141
12142         * nnml.el: Docstring changes as below.
12143
12144         * nnbabyl.el: Docstring changes as below.
12145
12146         * nnmbox.el: Docstring changes as below.
12147
12148         * nnfolder.el: Added docstrings identifying each virtual server
12149         parameter.
12150
12151 2001-08-18  Simon Josefsson  <jas@extundo.com>
12152
12153         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
12154
12155 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
12156
12157         * message.el: rename "Abort Message" to "Postpone Message".
12158         Remove "Attach file as MIME" from Message menu, it's already in
12159         the MIME menu.
12160
12161 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12162
12163         * smime.el (smime-point-at-eol): eval-and-compile.
12164         (smime-make-temp-file): New function.
12165         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
12166         Use it.
12167
12168 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12169
12170         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
12171         (gnus-agent-summary-fetch-group): New command and keystroke.
12172
12173         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
12174         (gnus-mime-display-security): Make it respect
12175         gnus-unbuttonized-mime-type-p.
12176
12177         * gnus-sum.el (gnus-articles-to-read): Comments.
12178         (gnus-article-marked-p): New function.
12179         (gnus-summary-display-make-predicate): New function.
12180         (gnus-select-newsgroup): Use them.
12181
12182         * mm-decode.el (mm-save-part-to-file): Made it not error.
12183
12184 2001-08-17  Simon Josefsson  <jas@extundo.com>
12185
12186         * imap.el (imap-wait-for-tag): If process-status isn't open or
12187         run, return nil instead of sit-for looping.
12188
12189 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12190
12191         * lpath.el (featurep): fbind xml-parse-region.
12192
12193         * gnus.el (gnus-message-archive-method): Default to "archive".
12194         (gnus-message-archive-method): Doc fix.
12195         (gnus-parameters-get-parameter): Cleaned up.
12196         (gnus-expand-group-parameter): New function.
12197
12198         * gnus-start.el (gnus-setup-news): Push the archive server only
12199         the server list.
12200
12201         * mml.el (mml-menu): Changed name to "Attachments".
12202
12203         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
12204         when there is something to detroy.
12205
12206 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12207
12208         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
12209         nil.
12210
12211 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12212
12213         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
12214         which specifies a time today or tomorrow.
12215
12216 2001-08-15  Simon Josefsson  <jas@extundo.com>
12217         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
12218
12219         * gnus-agent.el (gnus-agent-make-mode-line-string)
12220         (gnus-agent-toggle-plugged): Use new API.
12221
12222 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12223
12224         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
12225         deadline has expired.
12226
12227 2001-08-12  Simon Josefsson  <jas@extundo.com>
12228         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
12229
12230         Support `recent' mark indicating newly arrived messages (to
12231         separate from old but unread messages).
12232
12233         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
12234         `nnmail-split-history' if recent is > 0.
12235         (nnimap-request-update-info-internal): Update `recent' marks.
12236         (nnimap-request-set-mark): Never set `recent' marks.
12237         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
12238         recent.
12239
12240         * gnus-sum.el (gnus-recent-mark): New mark.
12241         (gnus-newsgroup-recent): New variable.
12242         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
12243         (gnus-summary-prepare-threads): Mark recent articles.
12244         (gnus-summary-add-mark): Support recent.
12245         (gnus-summary-update-secondary-mark): Support recent.
12246
12247         * gnus.el (gnus-article-mark-lists): Add recent.
12248
12249 2001-08-12  Simon Josefsson  <jas@extundo.com>
12250
12251         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
12252         whether successful decoding took place.  Add doc.
12253
12254 2001-08-12  Simon Josefsson  <jas@extundo.com>
12255         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
12256
12257         * gnus.el (gnus-summary-line-format, gnus-parameters):
12258         * gnus-gl.el (gnus-summary-grouplens-line-format):
12259         * gnus-salt.el (gnus-summary-pick-line-format):
12260         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
12261
12262 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
12263         Committed by Kai Gro\e,b_\e(Bjohann.
12264
12265         * gnus-score.el (gnus-score-string): Fix `match' regexp
12266         for `extra' header case.
12267
12268 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12269
12270         * nnmbox.el (nnmbox-read-mbox): No warning.
12271
12272 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12273
12274         * nndoc.el (nndoc-article-type): Fix doc.
12275         (nndoc-generate-article-function): New variable.
12276         (nndoc-dissection-function): New variable.
12277         (nndoc-type-alist): Add oe-dbx.
12278         (nndoc-oe-dbx-type-p): New function.
12279         (nndoc-oe-dbx-dissection): New function.
12280         (nndoc-oe-dbx-generate-article): New function.
12281
12282 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12283
12284         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
12285         whether deadline has been reached.  Patch from Dan Nicolaescu
12286         <dann@godzilla.ics.uci.edu>.
12287
12288 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12289
12290         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
12291         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
12292         <rintaman@cs.Helsinki.FI>.
12293
12294         * mail-source.el (mail-source-movemail): The error buffer is
12295         modified, but nothing in it.
12296
12297 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12298
12299         * message.el (message-bogus-system-names): New variable.
12300         (message-make-fqdn): Use it.
12301
12302 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12303
12304         * nndraft.el (nndraft-request-group): Use
12305         nndraft-auto-save-file-name.
12306
12307 2001-08-09  Simon Josefsson  <jas@extundo.com>
12308
12309         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
12310         Don't ask whether to decrypt.  Just leave result in buffer (don't
12311         call mm).
12312
12313         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
12314         parts as well.
12315         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
12316         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
12317
12318 2001-08-09  Simon Josefsson  <jas@extundo.com>
12319
12320         * mm-decode.el (mm-insert-part): Return decoding success status.
12321         (mm-save-part-to-file): Error if decoding failed.
12322
12323 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12324
12325         * message.el (message-tab): Use indent-relative.
12326         (message-mode): Don't bind indent-line-function to indent-relative.
12327
12328 2001-08-09  Simon Josefsson  <jas@extundo.com>
12329
12330         * message.el (message-get-reply-headers): Fix string. Suggested by
12331         Christoph Conrad <cc@cli.de>.
12332
12333 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12334
12335         * message.el (message-tab): Use the current value of
12336         indent-line-function.
12337         (message-mode): Bind indent-line-function to indent-relative.
12338
12339 2001-08-08  Simon Josefsson  <jas@extundo.com>
12340
12341         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
12342         whether `imtest' is installed.
12343
12344 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
12345         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
12346
12347         * gnus-sum.el (gnus-summary-show-article): Call
12348         gnus-summary-update-secondary-secondary-mark.
12349         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
12350         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
12351
12352 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12353
12354         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
12355
12356         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
12357
12358         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
12359         <gerd@gnu.org>.
12360
12361         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
12362
12363         * gnus-util.el (gnus-output-to-rmail): Ditto.
12364         (gnus-output-to-mail): Ditto.
12365
12366         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
12367
12368 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
12369
12370         * message.el (message-indent-citation): Use
12371         `message-yank-cited-prefix' for empty lines.
12372
12373 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
12374
12375         * message.el (message-indent-citation): Quote only lines starting
12376         with ">" using `message-yank-cited-prefix'.
12377
12378 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
12379         Trivial patch.
12380
12381         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
12382         gnus-cache-fully-p.
12383
12384 2001-08-04  Simon Josefsson  <jas@extundo.com>
12385
12386         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
12387         file if it doesn't exist (by calling gnus-cache-read-active).
12388
12389 2001-08-04  Simon Josefsson  <jas@extundo.com>
12390
12391         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
12392         (gnus-cache-passively-or-fully-p): Removed.
12393         (gnus-cache-fully-p): Fix it.
12394
12395         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
12396
12397 2001-08-04  Simon Josefsson  <jas@extundo.com>
12398
12399         * gnus-cache.el (gnus-cache-fully-p)
12400         (gnus-cache-passively-or-fully-p): New functions.
12401         (gnus-cache-possibly-enter-article): Cosmetic change, use
12402         `g-c-p-o-f-p'.
12403         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
12404         was bogus (`g-c-p-a-a' does not change active info, just change
12405         the functions parameters).
12406         (gnus-cache-possibly-remove-articles-1): Make sure articles are
12407         not removed in groups that match `gnus-uncacheable-groups'.
12408
12409         Reported and modifications based on discussions with Nuutti
12410         Kotivuori <nuutti.kotivuori@smarttrust.com>.
12411
12412 2001-08-04  Simon Josefsson  <jas@extundo.com>
12413         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
12414
12415         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
12416         calls `gnus-cache-update-active' if bounds has been extended.
12417
12418 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12419
12420         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
12421         before remove.
12422         (gnus-mime-security-show-details): Ditto.
12423
12424 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12425
12426         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
12427         syntax.  Protect string-match against nil string and regexp.
12428
12429 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12430
12431         * mm-util.el (mm-find-charset-region): Remove control-1.
12432
12433 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12434
12435         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
12436
12437 2001-08-04  Simon Josefsson  <jas@extundo.com>
12438
12439         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
12440         buffer.  Delete MIME-Version header.
12441
12442 2001-08-03  Simon Josefsson  <jas@extundo.com>
12443
12444         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
12445         that is entered does not necessarily have the highest article
12446         number in the group, so use `gnus-cache-possibly-alter-active'
12447         instead of `gnus-cache-update-active'.
12448
12449 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12450
12451         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
12452
12453 2001-08-03  Simon Josefsson  <jas@extundo.com>
12454
12455         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
12456         menu.
12457
12458 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12459
12460         * gnus.el (post-method): New group parameter.  It also provides
12461         the user option `gnus-post-method-alist' and the internal function
12462         `gnus-parameter-post-method'.
12463
12464         * gnus-msg.el (gnus-post-method): Bind the value of
12465         `gnus-post-method' to the group parameter if it is defined.
12466
12467 2001-08-02  Simon Josefsson  <jas@extundo.com>
12468
12469         * smime.el (smime-extra-arguments): Removed.
12470         (smime-call-openssl-region): Don't use it.
12471
12472 2001-08-02  Simon Josefsson  <jas@extundo.com>
12473
12474         * smime.el (smime-sign-region): Handle stderr.
12475         (smime-encrypt-region): Ditto.
12476
12477         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
12478         match the ASN.1 length bytes.
12479         (mm-pkcs7-enveloped-magic): Ditto.
12480         (mm-view-pkcs7-get-type): Don't regexp quote.
12481
12482 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12483         From Andreas Fuchs <asf@void.at>
12484
12485         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
12486
12487 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12488
12489         * gnus-art.el (gnus-header-button-alist): References regexp.
12490
12491 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
12492
12493         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
12494         already fboundp.  Add INTERACTIVE arg to autoload form.
12495
12496 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12497
12498         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
12499
12500         * nnmail.el (nnmail-cache-open): Ditto.
12501
12502 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12503
12504         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
12505
12506 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12507
12508         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
12509
12510 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12511         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12512
12513         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
12514         (gnus-agent-toggle-plugged): Use it.
12515
12516 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
12517
12518         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
12519         (gnus-ding-file-coding-system): New variable.
12520         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
12521         (gnus-slave-save-newsrc): Use it.
12522
12523 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12524
12525         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
12526         syntax.
12527
12528 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12529         Originally from Andreas Fuchs <asf@void.at>
12530
12531         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
12532         (mml2015-gpg-pretty-print-fpr): New function.
12533         (mml2015-gpg-extract-signature-details): More details, rename from
12534         `m-g-e-from'.
12535         (mml2015-gpg-verify): Use them.
12536         (mml2015-gpg-clear-verify): Use them.
12537
12538 2001-07-31  Simon Josefsson  <jas@extundo.com>
12539
12540         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
12541         buffer when done.
12542
12543 2001-07-30  Simon Josefsson  <jas@extundo.com>
12544
12545         * smime.el (smime-call-openssl-region): Revert previous change,
12546         just pass on buf to `call-process-region'.
12547         (smime-verify-region): Doc fix.  Don't message stuff.  Use
12548         `smime-new-details-buffer'.  Inserts error messages into buffer.
12549         (smime-noverify-region): Ditto.
12550         (smime-decrypt-region): Ditto.  Handles stderr separately.
12551         (smime-verify-buffer, smime-noverify-buffer)
12552         (smime-decrypt-buffer): Doc fix.
12553         (smime-new-details-buffer): New function.
12554         (smime-pkcs7-region, smime-pkcs7-certificates-region)
12555         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
12556         (smime-sign-region, smime-encrypt-region): Don't use
12557         `insert-buffer'.
12558
12559         * mml-smime.el (mml-smime-verify): Fix security button strings.
12560
12561 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12562
12563         * gnus-art.el (gnus-mime-save-part-and-strip): Save
12564         gnus-article-mime-handles.
12565
12566 2001-07-29  Simon Josefsson  <jas@extundo.com>
12567
12568         * mail-source.el (top-level): Require message for message-directory.
12569         (mail-source-directory): Change default to message-directory.
12570
12571         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
12572         (smime-certificate-directory, smime-openssl-program)
12573         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
12574         (smime-extra-arguments): New variable.
12575         (smime-dns-server): Fix customize group.
12576         (smime-call-openssl-region): Use `smime-extra-arguments'.
12577
12578 2001-07-29  Simon Josefsson  <jas@extundo.com>
12579         From Vladimir Volovich <vvv@vsu.ru>
12580
12581         * smime.el (smime-call-openssl-region): Ignore stderr.
12582
12583 2001-07-29  Simon Josefsson  <jas@extundo.com>
12584         From Christoph Conrad <christoph.conrad@gmx.de>
12585
12586         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
12587         file.
12588
12589 2001-07-29  Simon Josefsson  <jas@extundo.com>
12590
12591         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
12592
12593         Support S/MIME decryption.
12594
12595         * mm-decode.el (mm-inline-media-tests):
12596         (mm-inlined-types):
12597         (mm-automatic-display):
12598         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
12599
12600         * mm-view.el (mm-pkcs7-signed-magic):
12601         (mm-pkcs7-enveloped-magic): New variables.
12602         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
12603         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
12604         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
12605         PKCS#7 blobs.
12606
12607         * smime.el (smime-decrypt-region): Expand keyfile.
12608
12609 2001-07-29  Simon Josefsson  <jas@extundo.com>
12610
12611         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
12612         `ssl.el' variables.
12613
12614         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
12615         but line instead of narrowing to it, because `nnmail-parse-active'
12616         calls widen.  Thanks to Christoph Conrad
12617         <christoph.conrad@gmx.de>.
12618
12619 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12620
12621         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
12622         for %B spec.
12623
12624         * gnus-sum.el (gnus-summary-prepare-threads): If
12625         gnus-sum-thread-tree-root is nil, use subject instead.
12626         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
12627         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12628         (gnus-sum-thread-tree-leaf-with-other)
12629         (gnus-sum-thread-tree-single-leaf): Documentation.
12630         (gnus-sum-thread-tree-single-indent): Allow nil.
12631
12632 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12633
12634         * message.el (message-fill-paragraph): Do nothing if the user
12635         wants filladapt-mode.
12636
12637 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12638
12639         * mm-decode.el (mm-image-type-from-buffer): New function.
12640         (mm-get-image): Use it.
12641
12642 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12643
12644         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
12645
12646         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
12647         mm-display-parts too.
12648
12649 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12650
12651         * nnfolder.el (nnfolder-request-accept-article): Bind
12652         nntp-server-buffer.
12653
12654         * nnmail.el (nnmail-parse-active): Read from buffer instead of
12655         nntp-server-buffer.
12656
12657 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12658
12659         * message.el (message-check-news-header-syntax): Use
12660         message-post-method.
12661         (message-send-news): Bind message-post-method.
12662
12663 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12664
12665         * mml.el (mml-tweak-type-alist): New variable.
12666         (mml-tweak-function-alist): New variable.
12667         (mml-tweak-part): New function.
12668         (mml-generate-mime-1): Use it.
12669
12670 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12671
12672         * nnfolder.el (nnfolder-request-accept-article): Replace
12673         nnfolder-request-list.
12674
12675 2001-07-27  Simon Josefsson  <jas@extundo.com>
12676
12677         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
12678         nnoo-change-server failed to do it.
12679
12680 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12681
12682         * gnus.el (gnus-parameters): Make it customizable.
12683
12684 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12685
12686         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
12687
12688         * message.el (message-set-auto-save-file-name): More
12689         poor-system-types.
12690
12691         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
12692
12693         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
12694         supports +.
12695
12696 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12697
12698         * mm-decode.el (mm-readable-p): New function.
12699         (mm-inline-media-tests): Fix the default testers.
12700
12701 2001-07-26  Simon Josefsson  <jas@extundo.com>
12702
12703         * nnimap.el (nnimap-version): Bump version number.
12704
12705 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12706         From Steven E. Harris <seh@speakeasy.org>
12707
12708         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
12709         in M$Windows too.
12710
12711 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12712
12713         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
12714
12715 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12716
12717         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
12718
12719         * mm-decode.el (mm-get-image): Guess then use the type.
12720
12721         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
12722
12723 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
12724
12725         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
12726         display (%B) for threads if threading is off.
12727
12728 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12729         From Henrik Enberg <henrik@enberg.org>
12730
12731         * gnus-msg.el: Customization patch.
12732
12733 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
12734
12735         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
12736         variable.
12737         (nnmail-split-fancy-with-parent): Ignore certain groups.
12738
12739 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12740
12741         * gnus-util.el (gnus-byte-compile): New function.
12742         (gnus-use-byte-compile): New variable.
12743         (gnus-make-sort-function): Use it.
12744
12745         * nnmail.el (nnmail-get-new-mail): Use it.
12746
12747         * gnus-agent.el (gnus-category-make-function): Simple function or
12748         compiled function.
12749         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
12750
12751         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
12752         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
12753         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
12754
12755         * message.el (message-check-news-header-syntax): Remove quote.
12756
12757 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12758
12759         * message.el (message-use-mail-followup-to): `t' is not a
12760         documented value.
12761
12762 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12763
12764         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
12765
12766 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12767
12768         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
12769         there are long lines.
12770
12771 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12772
12773         * dgnushack.el (copy-list): New compiler macro.
12774
12775 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12776
12777         * message.el (message-bounce): If no Return-Path, the whole
12778         content is considered as the original message.
12779
12780         * nnml.el (nnml-check-directory-twice): New variable.
12781         (nnml-article-to-file): Use it.
12782         (nnml-retrieve-headers): Hack it.
12783
12784 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12785
12786         * gnus-win.el (gnus-buffer-configuration): New configure.
12787
12788         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
12789         not alive.
12790
12791         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
12792         (mm-display-external): Use display-term configure.
12793
12794 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12795
12796         * gnus-delay.el (gnus-delay-default-hour): New variable.
12797         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
12798
12799 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12800         From Karl Kleinpaste <karl@charcoal.com>
12801
12802         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
12803         (gnus-summary-prepare-threads): Ditto.
12804
12805         * gnus.el (gnus-summary-line-format): Add %B.
12806
12807 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12808
12809         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
12810
12811         * mm-util.el (mm-string-as-multibyte): New function.
12812
12813         * nnmh.el (nnmh-request-list-1): Encode, not decode!
12814
12815 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12816
12817         * mm-util.el (mm-universal-coding-system): New variable.
12818
12819         * gnus-start.el (gnus-startup-file-coding-system): Use it.
12820
12821         * score-mode.el (score-mode-coding-system): Use it.
12822
12823 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12824
12825         * gnus-start.el (gnus-setup-news): Call
12826         `gnus-check-bogus-newsgroups' just after the native server is
12827         opened.
12828
12829 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12830
12831         * nnmail.el (nnmail-do-request-post): Util function to be used by
12832         `nnchoke-request-post' for all nnmail-derived backends.
12833
12834         * nnml.el (nnml-request-post): Use it.
12835
12836         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
12837         backend, for it groks nnml-request-post.
12838
12839         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
12840         Treat `mail-post' backends like `mail' backends, not like `news'
12841         backends.
12842
12843 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12844
12845         * gnus-msg.el (gnus-setup-message): make-local-hook.
12846
12847 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12848
12849         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
12850         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
12851         <karl@charcoal.com>, slightly changed by Kai.
12852
12853         * message.el (message-check-news-header-syntax): When checking
12854         whether the groups exist, check the right server based on
12855         `gnus-post-method'.
12856
12857 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12858
12859         * gnus-delay.el: New file.
12860
12861 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12862
12863         * mm-util.el (mm-read-coding-system): Take two arguments.
12864
12865         * gnus-sum.el (gnus-summary-show-article): Use
12866         mm-read-coding-system.
12867
12868         * gnus-art.el (article-de-quoted-unreadable):
12869         (article-de-base64-unreadable, article-wash-html):
12870         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
12871
12872 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12873
12874         * nnml.el (nnml-request-post): New function.  Can be used for
12875         annotations in nnml groups.
12876
12877 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12878
12879         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
12880         command.
12881
12882         * gnus-start.el (gnus-find-new-newsgroups): Use
12883         `message-make-date' instead of `current-time-string'.
12884         (gnus-ask-server-for-new-groups): Ditto.
12885         (gnus-check-first-time-used): Ditto.
12886
12887 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12888
12889         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
12890
12891 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
12892
12893         * message.el (message-shorten-references): Change `maxcount' and
12894         `cut' to obey USEFOR draft 5.
12895
12896 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
12897
12898         * gnus-sum.el (gnus-summary-display-arrow): New variable.
12899         (gnus-summary-set-article-display-arrow): New function.
12900         (gnus-summary-goto-subject): Use it.
12901
12902 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12903
12904         * gnus-sum.el (gnus-summary-import-article): Insert date if
12905         doesn't exist.
12906
12907 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12908
12909         * mml.el (mml-content-type-parameters): New variable.
12910         (mml-content-disposition-parameters): New variable.
12911         (mml-insert-mime-headers): Use them.
12912         (mml-parse-1): Accept charset.
12913
12914 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12915
12916         * gnus-group.el (gnus-group-select-group): Doc fix.
12917
12918         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
12919
12920 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12921
12922         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
12923         to handle `define-derived-mode'.
12924
12925 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12926         From:  Stefan Monnier  <monnier@cs.yale.edu>
12927
12928         * message.el (message-mode): Use define-derived-mode.
12929         (message-tab): message-completion-alist.
12930
12931         * imap.el (imap-interactive-login): Use make-local-variable.
12932         (imap-open): Ditto.
12933         (imap-authenticate): Ditto.
12934
12935         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
12936
12937         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
12938
12939 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12940
12941         * message.el (message-citation-line-function): Refer to
12942         gnus-cite-attribution-suffix.
12943
12944 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12945
12946         * gnus-art.el,...: Error convention changes.
12947
12948 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12949
12950         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
12951
12952 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12953
12954         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
12955         (nnrss-read-server-data): Ditto.
12956
12957 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12958
12959         * gnus-setup.el (gnus-use-installed-gnus): Typo.
12960         * Cleanup files.
12961         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
12962
12963 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12964
12965         * gnus.el (gnus-summary-line-format): Add %o.
12966
12967         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
12968         unless shell outputs something.
12969
12970 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12971
12972         * gnus-art.el (gnus-boring-article-headers): Better doc.
12973         (article-hide-headers): Better regexp.
12974         Suggested by Matt Swift <swift@alum.mit.edu>.
12975
12976         * nnheader.el (nnheader-max-head-length): Better doc.
12977         (nnheader-header-value): Skip spaces.
12978         (nnheader-parse-head): Remove space.
12979         Suggested by Matt Swift <swift@alum.mit.edu>.
12980
12981         * gnus-sum.el (gnus-summary-show-raw-article): New function.
12982         (gnus-get-newsgroup-headers): Remove space.
12983
12984 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12985
12986         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
12987         (gnus-summary-reply): Use it.
12988         (gnus-summary-reply-broken-reply-to): New function.
12989         (gnus-msg-force-broken-reply-to): New function.
12990
12991         * mm-view.el (mm-inline-text): Showing as text/plain when error.
12992
12993 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12994
12995         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
12996
12997 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12998
12999         * mm-decode.el (mm-external-terminal-program): New variable.
13000         (mm-display-external): Use it. Use term to display when no
13001         window-system.
13002
13003 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
13004
13005         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
13006         Browse->Next entries to Browse->Prev
13007
13008 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13009
13010         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
13011
13012 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13013
13014         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
13015         for the default encoding.
13016
13017         * nnrss.el (nnrss-url-field): New field.
13018         (nnrss-request-article): Add newsgroups.
13019
13020         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
13021
13022 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13023
13024         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
13025
13026         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
13027         (gnus-draft-setup): Remove backlog.
13028
13029 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13030
13031         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
13032         Cleanup.
13033
13034 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13035
13036         * gnus-msg.el (gnus-bug): Erase buffer.
13037
13038         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
13039
13040 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13041
13042         * mm-decode.el (mm-attachment-override-p): Fix typo.
13043
13044 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
13045
13046         * gnus-kill.el (gnus-execute): Work with the extra headers.
13047         * gnus-sum.el (gnus-summary-execute-command): Ditto.
13048
13049 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13050
13051         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
13052         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
13053
13054         * message.el (message-send-mail-real-function): New variable.
13055         (message-send-mail-partially, message-send-mail):
13056
13057         * nngateway.el (nngateway-request-post): Use it.
13058
13059         * gnus-agent.el (gnus-agentize): Use it.
13060
13061         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
13062         (nnsoup-revert-variables): Use it.
13063
13064 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
13065
13066         * mm-decode.el (mm-inline-media-tests): Default to displaying as
13067         text/plain if the type doesn't match any other media types.
13068         (mm-inlined-types): Doc fix.
13069         (mm-display-inline): Revert previous change (now handled by a
13070         default type in `mm-inline-media-tests'.
13071         (mm-inlinable-p): Revive.
13072         (mm-display-part): Call `mm-inlinable-p'.
13073         (mm-attachment-override-p): Ditto.
13074         (mm-inlined-p): Doc fix.
13075
13076         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
13077         well as `mm-inlined-p'.
13078
13079 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13080
13081         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
13082         (nntp-send-command-and-decode): Use gnus-point-at-bol.
13083
13084 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13085         From  Paul Jarc <prj@po.cwru.edu>
13086
13087         * message.el (message-use-mail-followup-to): New variable.
13088         (message-get-reply-headers): Use it.
13089
13090 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
13091
13092         * nnheader.el (nnheader-init-server-buffer): Make sure the
13093         *nntpd* buffer is made multibyte instead of a random buffer.
13094
13095 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13096
13097         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
13098         when it returns headers.
13099
13100 2001-07-07  Simon Josefsson  <jas@extundo.com>
13101
13102         * rfc2047.el (rfc2047-encode-message-header): Skip header when
13103         trying to fold. Thanks to Colin Walters
13104         <walters@cis.ohio-state.edu>
13105
13106 2001-07-06  Simon Josefsson  <jas@extundo.com>
13107
13108         * imap.el (imap-parse-address-list, imap-parse-flag-list)
13109         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
13110         Add information in `assert's.
13111
13112         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
13113         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
13114         and `nnimap-group-overview-filename', should handle all
13115         change-of-uidvalidity related issues.  But there may be other
13116         problems.)
13117
13118 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
13119
13120         * rfc2047.el (rfc2047-encode-message-header): Don't include the
13121         header name when folding.
13122
13123 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
13124
13125         * mm-decode.el (mm-inlined-types): Document relationship with
13126         `mm-inline-media-tests'.
13127         (mm-display-inline): Default to displaying as plain text if no
13128         inlining handler is available.
13129         (mm-inlinable-p): Remove.
13130         (mm-inlined-p): Don't call `mm-inlinable-p'.
13131         (mm-automatic-display-p): Ditto.
13132         (mm-attachment-override-p): Ditto.
13133
13134 2001-07-04  Simon Josefsson  <jas@extundo.com>
13135
13136         * nnimap.el (nnimap-importantize-dormant): New variable.
13137         (nnimap-request-update-info-internal): Use it.
13138         (nnimap-request-set-mark): Ditto.
13139
13140 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
13141
13142         * nntp.el (nntp-send-command): don't pass a buffer argument to
13143         `point'. Only XEmacs accepts this.
13144         * nntp.el (nntp-send-command-nodelete): ditto.
13145         * nntp.el (nntp-send-command-and-decode): ditto.
13146
13147 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
13148
13149         * nntp.el (nntp-open-connection-function): doc update.
13150         * nntp.el (nntp-pre-command): New.
13151         * nntp.el (nntp-via-rlogin-command): New.
13152         * nntp.el (nntp-via-telnet-command): New.
13153         * nntp.el (nntp-via-telnet-switches): New.
13154         * nntp.el (nntp-via-user-name): New.
13155         * nntp.el (nntp-via-user-password): New.
13156         * nntp.el (nntp-via-address): New.
13157         * nntp.el (nntp-via-envuser): New.
13158         * nntp.el (nntp-via-shell-prompt): New.
13159         * nntp.el (nntp-open-telnet-stream): New.
13160         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
13161         * nntp.el (nntp-open-via-telnet-and-telnet): New.
13162         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
13163         * nntp.el (nntp-send-command): ditto.
13164         * nntp.el (nntp-send-command-nodelete): ditto.
13165         * nntp.el (nntp-send-command-and-decode): ditto.
13166
13167 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
13168         Trivial patch.
13169
13170         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
13171         `when'.
13172
13173 2001-07-03  Simon Josefsson  <jas@extundo.com>
13174         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
13175
13176         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
13177
13178 2001-07-03  Simon Josefsson  <jas@extundo.com>
13179
13180         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
13181         remove it (workaround XEmacs `fill-region' bug).
13182
13183 2001-07-01  Simon Josefsson  <jas@extundo.com>
13184
13185         * nnimap.el (nnimap-date-days-ago): Defeat locale.
13186
13187 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13188
13189         * mml2015.el (mml2015-format-error): New function.
13190         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
13191         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
13192         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
13193
13194 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13195
13196         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
13197         Suggested by Christoph Conrad <C.Conrad@cli.de>.
13198
13199         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
13200         group variables.
13201
13202 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13203
13204         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
13205
13206         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
13207         (nnrss-save-group-data): Ditto.
13208
13209         * gnus-agent.el (gnus-agent-save-alist): Ditto.
13210
13211 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13212
13213         * message.el (message-do-send-housekeeping): Narrow to headers.
13214
13215 2001-06-24  Simon Josefsson  <jas@extundo.com>
13216
13217         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
13218         insertion when breaking lines looked for " \t" instead of "[ \t]".
13219         (rfc2047-encode-message-header): Fold lines even if
13220         no QP encoding is done.
13221
13222 2001-06-23  Simon Josefsson  <jas@extundo.com>
13223         From Samuel Tardieu <sam@inf.enst.fr>
13224
13225         * smime.el (smime-keys): Support additional certificates.
13226         (smime-make-certfiles): New function.
13227         (smime-sign-region): Use previous variables.
13228         (smime-get-certfiles): New function.
13229         (smime-sign-buffer): Use it.
13230         (smime-verify-region): Support both CAfile and CApath.
13231
13232 2001-06-23  Simon Josefsson  <jas@extundo.com>
13233
13234         * smime.el (smime-decrypt-region): Perhaps work.
13235
13236 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13237
13238         * gnus-msg.el (gnus-copy-article-buffer): Typo.
13239
13240 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
13241
13242         * mm-decode.el (mm-save-part): Rewrite file name.
13243         (mm-file-name-rewrite-functions): New variable.
13244         (mm-file-name-delete-whitespace): New function.
13245         (mm-file-name-trim-whitespace): New function.
13246         (mm-file-name-collapse-whitespace): New function.
13247         (mm-file-name-replace-whitespace): New variable and function.
13248
13249 2001-06-22  Simon Josefsson  <jas@extundo.com>
13250
13251         * message.el (message-make-date): Workaround locale for weekdays.
13252
13253 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13254
13255         * message.el (message-goto-body): Return nil if not found. (revert!)
13256
13257 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13258         From Fremlin <chief@bandits.org>
13259
13260         * message.el (message-goto-body): Some messages have no header.
13261
13262         * gnus-msg.el (gnus-copy-article-buffer): Use it.
13263
13264 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
13265
13266         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
13267
13268 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13269
13270         * message.el (message-make-date): Add week day.
13271         Suggested by Jason R. Mastaler <jason@mastaler.com>.
13272
13273 2001-06-19  Simon Josefsson  <jas@extundo.com>
13274
13275         * message.el (message-yank-prefix): Doc fix.
13276         (message-yank-cited-prefix): Ditto.
13277         (message-delete-not-region): Keep citation prefix on first line,
13278         if possible and appropriate.
13279
13280 2001-06-19  Simon Josefsson  <jas@extundo.com>
13281
13282         * imap.el (imap-process-connection-type): New variable.
13283         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
13284         recent `imtest's work completely (no line length issues), while
13285         making making old `imtest's unusable.  Thanks to NAGY Andras
13286         <nagya@inf.elte.hu> for his work.
13287
13288 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
13289
13290         * imap.el (imap-ssl-program): Add -quiet to shut up
13291         OpenSSL/SSLeay's internal debug talk.
13292
13293 2001-06-19  Matt Armstrong  <matt@lickey.com>
13294
13295         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
13296         server.
13297
13298 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13299
13300         * nnmail.el (nnmail-article-buffer): New variable.
13301         (nnmail-split-incoming): Use it.
13302
13303 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
13304
13305         * qp.el (quoted-printable-decode-region): If called interactively,
13306         use coding-system-for-read.
13307
13308 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13309
13310         * message.el (message-check-news-header-syntax): Check Reply-To.
13311
13312 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13313
13314         * mml.el (mml-parse-1): Use message options.
13315
13316         * message.el (message-do-fcc): Don't do anything if there is no
13317         FCC.
13318
13319 2001-06-16  Simon Josefsson  <jas@extundo.com>
13320
13321         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
13322         (nnimap-expunge-search-string): New variable.
13323         (nnimap-request-expire-articles): Use it.
13324
13325 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13326
13327         * message.el (message-send-mail-with-qmail): wrong exit status is
13328         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
13329
13330 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13331
13332         * gnus-art.el (article-strip-multiple-blank-lines): Use
13333         delete-region instead of replace-match.
13334
13335 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13336
13337         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
13338         (nnweb-google-wash-article): Ditto.
13339
13340 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
13341
13342         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
13343
13344 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13345
13346         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
13347         specs.
13348
13349 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13350
13351         * gnus.el (gnus-email-address): Move it here.
13352
13353         * gnus-art.el (article-de-quoted-unreadable): Read charset if
13354         requested.
13355         (article-de-base64-unreadable): Ditto.
13356         (article-wash-html): Ditto.
13357
13358 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13359
13360         * message.el (message-options-set-recipient): Don't add ", "
13361         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
13362
13363 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13364
13365         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
13366
13367 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13368
13369         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
13370         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
13371
13372         * nnrss.el (nnrss-node-text): Node might be nil.
13373
13374 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13375
13376         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
13377         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
13378
13379         * nnrss.el (nnrss-group-alist): More items.
13380
13381 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13382
13383         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
13384
13385 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13386         Trivial patch from Dale Hagglund  <rdh@best.com>
13387
13388         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
13389         restrict clauses.
13390
13391 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13392
13393         From Benjamin Rutt <brutt+news@bloomington.in.us>
13394
13395         * message.el (message-wide-reply-confirm-recipients): New variable.
13396
13397 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
13398         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
13399
13400         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
13401         fix so it works with XEmacs.
13402
13403 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13404
13405         * nnrss.el (nnrss-retrieve-headers): Support description as extra
13406         headers.
13407
13408 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13409
13410         * nnrss.el: Fix a few bugs.
13411
13412 2001-06-05  Simon Josefsson  <jas@extundo.com>
13413
13414         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
13415         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
13416
13417 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
13418
13419         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
13420         binary so that we don't transmit ISO 2022 garbage to the process.
13421         This is needed under XEmacs.
13422
13423 2001-06-03  Simon Josefsson  <simon@josefsson.org>
13424
13425         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
13426         autoloaded incorrectly below because ssl-program-* is bound.)
13427         Thanks to Amos Gouaux for report.
13428
13429 2001-06-02  Simon Josefsson  <simon@josefsson.org>
13430
13431         * imap.el (imap-kerberos4-open):
13432         (imap-gssapi-open):
13433         (imap-ssl-open):
13434         (imap-network-open):
13435         (imap-shell-open):
13436         (imap-starttls-open): Set buffer to workaround spurious
13437         `accept-process-output' buffer changes.  Thanks to Mats Lidell
13438         <Mats.Lidell@contactor.se> for report and partial patch and Jake
13439         Colman <colman@ppllc.com> for report.
13440
13441 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13442
13443         * gnus-sum.el (gnus-summary-catchup): New argument.
13444         (gnus-summary-catchup-from-here): New function.
13445
13446 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13447
13448         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
13449         back, then insert glyph.  (Before, the glyph was inserted first,
13450         then the newline.)  This works around a behavior in XEmacs where
13451         it is not possible to insert a character after a glyph which is at
13452         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
13453
13454 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13455
13456         From Jaap-Henk Hoepman (jhh@xs4all.nl).
13457
13458         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
13459         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
13460         mm-destroy-postponed-undisplay-list): New functions.
13461         (mm-display-external): Use them.
13462
13463 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13464
13465         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
13466         `default-low' when evaluating `gnus-summary-highlight'.
13467         From Raja R Harinath <harinath@cs.umn.edu>.
13468
13469 2001-05-27  Simon Josefsson  <simon@josefsson.org>
13470
13471         * message.el (message-yank-cited-prefix): New variable.
13472         (message-indent-citation): Use it.
13473
13474         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
13475         as details.
13476         (mml2015-mailcrypt-clear-verify): Ditto.
13477
13478 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13479         From Nevin Kapur <nevin@jhu.edu>.
13480
13481         * gnus-sum.el (gnus-summary-default-high-score,
13482         gnus-summary-default-low-score): New variables.
13483         (gnus-summary-highlight): Use them.
13484
13485 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
13486
13487         * message.el (message-mail): pass the 'send-actions argument to
13488         `message-setup'.
13489
13490 2001-05-16  Simon Josefsson  <simon@josefsson.org>
13491         From Raymond Scholz <ray-2001@zonix.de>
13492
13493         * gnus-art.el (gnus-mime-view-part-as-charset):
13494         (gnus-mime-internalize-part): Doc fixes.
13495
13496 2001-05-11  Simon Josefsson  <simon@josefsson.org>
13497
13498         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
13499         status lines without any text ("^215$").
13500
13501 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13502
13503         * nnrss.el (nnrss-check-group): Reverse.
13504
13505 2001-05-07  Simon Josefsson  <simon@josefsson.org>
13506
13507         * message.el (message-get-reply-headers):
13508         (message-followup): Fix typo, suggested by David Green
13509         <dgreen@uab.edu>
13510
13511 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13512
13513         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
13514
13515         * nnrss.el (nnrss-open-server): Read server data when it is called.
13516         (nnrss-request-expire-articles): Fix.
13517
13518 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13519
13520         * message.el (message-do-send-housekeeping): mail-abbrevs may
13521         rename buffer behind Gnus.
13522
13523 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13524
13525         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
13526         (nnrss-group-alist): Add more resources.
13527         (nnrss-check-group): Ignore errors.
13528
13529 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13530
13531         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
13532
13533         * nnslashdot.el (nnslashdot-request-list): Add time.
13534         (nnslashdot-request-expire-articles): New function.
13535
13536         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
13537         secondary methods too.
13538
13539 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13540
13541         * message.el (message-use-followup-to): Set default value to t.
13542
13543 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
13544
13545         * message.el (message-dont-reply-to-names): Fix documentation.
13546         (message-get-reply-headers): Use Mail-Followup-To only for wide
13547         replies.
13548
13549 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13550
13551         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
13552         correctly.
13553         (nnrss-check-group): Use time.
13554
13555 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13556
13557         * gnus.el: Oort Gnus v0.03 is released.
13558
13559 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13560
13561         * nnultimate.el (nnultimate-topic-article-to-article): Use the
13562         group.
13563
13564 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13565
13566         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
13567
13568 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13569
13570         * nnultimate.el (nnultimate-retrieve-headers): Return all
13571         available headers.
13572
13573         * gnus-sum.el (gnus-read-all-available-headers): New variable.
13574         (gnus-get-newsgroup-headers-xover): Use it.
13575
13576 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13577
13578         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
13579
13580 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13581
13582         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
13583
13584 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13585
13586         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
13587         disable it.
13588
13589         * gnus.el (gnus-info-nodes): Remove a few The's.
13590
13591 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13592
13593         * mail-source.el (mail-source-movemail): Call-process may return a
13594         signal description string.
13595
13596         * gnus-start.el (gnus-read-newsrc-el-file):
13597         gnus-newsrc-file-version may be nil.
13598
13599         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
13600         Suggested by Michael Sperber [Mr. Preprocessor]
13601         <sperber@informatik.uni-tuebingen.de>.
13602
13603 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
13604
13605         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
13606
13607 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
13608
13609         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
13610         fontify HANDLE.
13611
13612 2001-04-18  Simon Josefsson  <simon@josefsson.org>
13613
13614         * smime.el (smime-ask-passphrase): Rework to return value.
13615         (smime-sign-region): Rework to bind value and use it.
13616         (smime-decrypt-region): Ditto.
13617
13618 2001-04-18  Simon Josefsson  <simon@josefsson.org>
13619         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
13620
13621         * smime.el (smime-ask-passphrase): New function.
13622         (smime-sign-region): Use it.
13623         (smime-encrypt-cipher): New variable.
13624         (smime-decrypt-region): Ditto.
13625
13626 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
13627         Committed by Simon Josefsson  <simon@josefsson.org>
13628
13629         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
13630         the log.
13631
13632 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13633
13634         * gnus.el: Oort Gnus v0.02 is released.
13635
13636 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
13637
13638         * gnus.el: Oort Gnus v0.01 is released.
13639
13640 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13641
13642         * gnus-sum.el (gnus-summary-highlight): Highlight read
13643         undownloaded articles as read articles.
13644
13645         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
13646         (gnus-agent-get-undownloaded-list): Mark all undownloaded
13647         articles, even read ones, as such.
13648
13649         * gnus-sum.el (gnus-summary-find-matching): Clean up.
13650         (gnus-find-matching-articles): New function.
13651         (gnus-summary-limit-include-matching-articles): New command.
13652         (gnus-summary-limit-include-thread): Include articles that have
13653         matching subjects.
13654         (gnus-offer-save-summaries): Clean up.
13655
13656 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13657
13658         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
13659
13660 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13661         From Jason Merrill <jason_merrill@redhat.com>
13662
13663         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
13664
13665 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
13666         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13667
13668         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
13669         newsgroup names when the original article is a news message.
13670
13671 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13672
13673         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
13674         supported. Suggest by Jim Meyering <jim@meyering.net>.
13675
13676 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
13677         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
13678
13679         * nnmail.el (nnmail-split-it): Added check for .* at the end of
13680         regexp in nnmail-split-fancy.
13681
13682 2001-04-10  Simon Josefsson  <simon@josefsson.org>
13683
13684         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
13685
13686 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
13687
13688         * message.el (message-send-mail): Improve the interaction with the
13689         user.
13690
13691 2001-04-10  Simon Josefsson  <simon@josefsson.org>
13692
13693         * imap.el (imap-message-copy): Work around buggy servers that
13694         doesn't send TRYCREATE tags.
13695
13696 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
13697
13698         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
13699
13700 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13701
13702         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
13703         date.
13704
13705 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13706
13707         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
13708         lives.
13709
13710 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13711
13712         * gnus-art.el (gnus-parse-news-url): New function.
13713         (gnus-button-handle-news): New function.
13714         (gnus-button-alist): Point to new functions.
13715
13716         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
13717
13718         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
13719         gnus-format-specs.
13720
13721         * message.el (message-check-news-header-syntax): Question even
13722         when Gnus doesn't know the group names.
13723         (message-send-news): Clean up.
13724
13725         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
13726         exited on purpose without saving.
13727
13728         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
13729
13730 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13731
13732         * gnus-score.el (gnus-score-orphans): Clean up.
13733
13734         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
13735
13736         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
13737         later.
13738
13739         * gnus-start.el (gnus-close-all-servers): Find the right items to
13740         close.
13741
13742         * qp.el (quoted-printable-decode-region): Just message
13743         malformation; don't quit.
13744
13745 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13746         From Gerd Moellmann <gerd@gnu.org>.
13747
13748         * gnus.el (gnus-interactive): A typo.
13749
13750 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
13751         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13752
13753         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
13754         `assq-delete-all', if that function exists; otherwise use the old
13755         definition. Documentation changed to match the one in
13756         `assq-delete-all'.
13757
13758 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13759
13760         * gnus-start.el (gnus-close-all-servers): New function.
13761
13762         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
13763         (gnus-server-remove-denials): Clean up.
13764
13765         * gnus-sum.el (gnus-summary-sort-by-original): New command and
13766         keystroke.
13767
13768 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13769
13770         * message.el (message-send-news): Message where we are sending.
13771         (message-send-mail): Ditto.
13772
13773         * gnus.el (gnus-server-string): New function.
13774
13775         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
13776
13777         * mm-decode.el (mm-default-directory): Customized.
13778         (mm-tmp-directory): Ditto.
13779
13780         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
13781         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
13782         or Chars.
13783         (gnus-summary-line-format-alist): ?l is now a string.
13784         (gnus-summary-prepare-threads): Output ? for unknown lines.
13785         (gnus-summary-insert-line): Ditto.
13786         (gnus-summary-print-article): Unbalanced parentheses.
13787
13788         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
13789         out whether new stuff has arrived.
13790
13791 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
13792
13793         * gnus-sum.el: Let printing work on ttys on Emacs.
13794
13795 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13796
13797         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
13798         when forcing news.
13799
13800         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
13801         command.
13802
13803 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
13804
13805         * message.el (message-set-auto-save-file-name): Don't use
13806         asterisks under nt.
13807
13808 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13809
13810         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
13811         lists of articles.
13812
13813         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
13814
13815         * gnus-msg.el (gnus-put-message): Clean up.
13816         (gnus-summary-reply): Mark all replied-to articles as replied to.
13817         (gnus-inews-add-send-actions): Also mark as forwarded.
13818         (gnus-summary-mail-forward): Mark as forwarded.
13819
13820         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
13821         of articles.
13822         (gnus-summary-mark-article-as-forwarded): Ditto.
13823
13824         * gnus-msg.el (gnus-summary-resend-message): Mark article as
13825         forwarded.
13826         (gnus-summary-mail-forward): Clean up.
13827
13828         * gnus.el (gnus-article-mark-lists): Added forward.
13829
13830         * gnus-sum.el (gnus-forwarded-mark): New variable.
13831         (gnus-summary-prepare-threads): Use it.
13832         (gnus-summary-update-secondary-mark): Ditto.
13833         (gnus-newsgroup-forwarded): New variable.
13834
13835 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13836
13837         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
13838         (gnus-summary-very-wide-reply): New command and keystroke.
13839         (gnus-summary-very-wide-reply-with-original): Ditto.
13840
13841         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
13842         (gnus-score-adaptive): Use it.
13843
13844         * gnus-start.el (gnus-get-unread-articles): Clean up.
13845
13846 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13847
13848         * nnultimate.el (nnultimate-retrieve-headers): Work for other
13849         boards.
13850
13851 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
13852
13853         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
13854         * gnus-start.el (gnus-subscribe-newsgroup): use it.
13855
13856 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13857
13858         * nnultimate.el (nnultimate-retrieve-headers): Understand
13859         long-form month names.
13860
13861 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13862
13863         * gnus-sum.el (gnus-summary-show-all-headers):
13864         gnus-article-show-all-headers is broken. Use
13865         gnus-summary-toggle-header instead.
13866
13867         * mml2015.el (mml2015-gpg-extract-from): No error.
13868
13869 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13870         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
13871
13872         * mml2015.el (mml2015-gpg-extract-from): New function.
13873         (mml2015-gpg-verify): Use it.
13874         (mml2015-gpg-clear-verify): Use it.
13875
13876 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13877
13878         * message.el (message-setup-fill-variables): Use
13879         fill-paragraph-function.
13880         (message-fill-paragraph): Take an argument.
13881         (message-newline-and-reformat): Take another argument.
13882
13883 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13884
13885         * message.el (rmail-output): It is in rmailout.el not rmail.el.
13886
13887 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13888
13889         * message.el (message-forward): local-variable-p takes an extra
13890         argument in XEmacs.
13891
13892 2001-03-16  Simon Josefsson  <simon@josefsson.org>
13893
13894         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
13895         `nnimap-use-nov-p' (it really tested the negative).
13896         (nnimap-retrieve-headers): Use it.
13897
13898 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13899
13900         * message.el (message-generate-headers-first): Update doc.
13901
13902 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
13903         Trivial patch.
13904
13905         * gnus.el (gnus-summary-line-format): Typo.
13906
13907 2001-03-11  Simon Josefsson  <simon@josefsson.org>
13908
13909         * mailcap.el (mailcap-mime-data): Add application/sieve.
13910         (mailcap-mime-extensions): Add .siv, .xls.
13911
13912 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13913         From Christoph Conrad <christoph.conrad@gmx.de>
13914
13915         * gnus-score.el (gnus-summary-lower-thread): Typo.
13916
13917 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13918
13919         * message.el (message-forward-decoded-p): New variable.
13920         (message-forward-subject-author-subject): Use it.
13921         (message-make-forward-subject): Use it.
13922         (message-forward): Use it.
13923
13924         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
13925
13926         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
13927         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
13928
13929 ;;Has been fixed -- zsh.
13930 ;;2001-03-05  Dave Love  <fx@gnu.org>
13931 ;;
13932 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
13933 ;;      Move it after definition of mm-coding-system-p.
13934 ;;
13935 2001-03-01  Dave Love  <fx@gnu.org>
13936
13937         * mm-util.el (mm-inhibit-file-name-handlers): Add
13938         image-file-handler.
13939
13940 2001-02-11  Dave Love  <fx@gnu.org>
13941
13942         * message.el (message-signature-file): Fix doc, :type.
13943
13944 2001-02-08  Dave Love  <fx@gnu.org>
13945
13946         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
13947         (message-posting-charset): Defvar when compiling again.
13948         (rfc2047-encodable-p): Require message.
13949
13950         * gnus-sum.el (gnus-alter-articles-to-read-function):
13951         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
13952
13953 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13954
13955         * nnrss.el: New file.
13956
13957 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
13958         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13959
13960         * rfc2047.el (rfc2047-unfold-region): Fix arg of
13961         `skip-chars-forward'.
13962
13963 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13964
13965         * nndraft.el (nndraft-request-group): Restore auto save files if
13966         the original files do not exist.
13967
13968 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13969
13970         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
13971         SCORE paths.
13972
13973         * mm-decode.el (mm-dissect-buffer): Call
13974         mail-extract-address-components only if necessary.
13975
13976 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13977
13978         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
13979         directory part.
13980         (gnus-score-search-global-directories): Use file-directory-p.
13981
13982         * gnus-score.el (gnus-score-score-files-1): Use
13983         gnus-kill-files-directory.
13984         From Adrian Aichner <adrian@xemacs.org>.
13985
13986 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13987
13988         * gnus.el (charset): Move here from gnus-sum.el.
13989
13990 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13991
13992         * mml.el (mml-preview): Disable local map.
13993
13994         * gnus-sum.el (gnus-summary-make-menu-bar): Make
13995         gnus-article-post-menu here.
13996
13997         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
13998         if it has not been made.
13999
14000 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14001
14002         * gnus-art.el (gnus-article-describe-key): Map key to event.
14003         (gnus-article-describe-key-briefly): Ditto
14004
14005 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14006
14007         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
14008
14009 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14010         From Katsumi Yamaoka <yamaoka@jpl.org>.
14011
14012         * dgnushack.el (coerce, merge, subseq): defmacro.
14013
14014 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14015
14016         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
14017         A fake defalias in nndraft.el results a not-activated bug in
14018         uncompiled versions.
14019
14020 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
14021         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
14022
14023         * gnus-util.el (gnus-split-references): Handle malformed References:.
14024
14025 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14026
14027         * gnus-art.el (gnus-article-mime-part-status): 1 part.
14028
14029 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14030         From NAGY Andras <nagya@inf.elte.hu>.
14031
14032         * gnus.el (gnus-parameters): Typo.
14033
14034 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14035
14036         * gnus.el (gnus-read-method): Remove redundancy.
14037
14038 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14039
14040         * nnslashdot.el (nnslashdot-backslash-url): New variable.
14041         (nnslashdot-request-list): Use it.
14042
14043 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14044
14045         * nnml.el (nnml-generate-active-info): Fix the case when there is
14046         no file.
14047
14048         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
14049         (gnus-summary-create-article): New function.
14050
14051         * gnus-group.el (gnus-group-mark-article-read): New function.
14052
14053         * gnus-msg.el (gnus-inews-do-gcc): Use it.
14054
14055         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
14056
14057 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14058
14059         * gnus-art.el (gnus-article-edit-done): Don't use
14060         gnus-article-edit-exit.
14061         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
14062
14063         * gnus.el (gnus-parameters): New variable.
14064         Suggested by NAGY Andras <nagya@inf.elte.hu>.
14065         (gnus-parameters-get-parameter): New function.
14066         (gnus-group-find-parameter): Use it.
14067
14068 2001-02-23  Simon Josefsson  <simon@josefsson.org>
14069
14070         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
14071         change of default value to `current'.
14072
14073 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14074
14075         * nneething.el (nneething-get-head): Insert unreadable file too.
14076
14077 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14078
14079         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
14080
14081         * webmail.el (webmail-type-definition): Deja is bought by google.
14082
14083 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14084
14085         * gnus-sum.el (gnus-fetch-headers): New function.
14086         (gnus-select-newsgroup): Use it.
14087         (gnus-summary-insert-articles): New function.
14088         (gnus-summary-insert-old-articles): New function.
14089         (gnus-summary-insert-new-articles): New function.
14090
14091         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
14092         (gnus-group-list-active): Ditto.
14093         * gnus-sum.el (gnus-set-mode-line): Ditto.
14094         (gnus-summary-read-group-1): Ditto.
14095
14096 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14097
14098         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
14099         current topic.
14100
14101 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14102
14103         * smiley.el (gnus-smiley-display): Don't do widening.
14104
14105         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
14106         within body.
14107
14108         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
14109
14110         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
14111         New variable.
14112         (gnus-mime-display-multipart-related-as-mixed): New variable.
14113         (gnus-mime-display-part): Use them.
14114
14115 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14116
14117         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
14118         something special.
14119
14120 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14121
14122         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
14123         (nnweb-request-article): Call reference if exists.
14124         (nnweb-type-definition): Dejanews is bought by google.com.
14125         Beta!
14126
14127 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14128
14129         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
14130
14131 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14132
14133         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
14134         gnus-article-sort-functions.
14135         (gnus-article-sort-functions): Doc fix.  Refer to
14136         gnus-thread-sort-functions.
14137
14138 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14139         From Paul Jarc <prj@po.cwru.edu>.
14140
14141         * message.el (message-get-reply-headers): More fixes.
14142
14143 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
14144         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
14145
14146         * message.el (message-get-reply-headers): Fix bug with
14147         Mail-Followup-To/to-address interaction.
14148
14149 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14150
14151         * gnus-msg.el (gnus-configure-posting-styles): Match header in
14152         gnus-article-copy.
14153
14154 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14155
14156         * message.el (message-do-send-housekeeping): Rename to a better
14157         name.
14158
14159 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14160
14161         * message.el (message-cancel-news): Check article first, then ask
14162         yes or no.
14163
14164 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14165
14166         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
14167
14168 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14169
14170         * gnus-range.el (gnus-range-normalize): New function.
14171
14172 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
14173
14174         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
14175
14176 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14177
14178         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
14179
14180         * nnagent.el (nnagent-request-regenerate): New function.
14181
14182         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
14183
14184         * nnml.el (nnml-generate-nov-databases): Accept argument
14185         server. Don't open server if it is opened.
14186         (nnml-request-regenerate): Use it. Change to deffoo.
14187
14188 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14189         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
14190
14191         * gnus.el (gnus-define-group-parameter): Fix.
14192
14193 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14194
14195         * gnus.el (gnus-define-group-parameter): Improved.
14196
14197         * gnus-sum.el (charset): Define parameter.
14198         (ignored-charsets): Ditto.
14199         (gnus-summary-setup-default-charset): Use them.
14200
14201         * gnus-start.el (gnus-read-descriptions-file): Use them.
14202
14203         * gnus-cus.el (gnus-group-parameters): Remove them.
14204
14205 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14206
14207         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
14208
14209 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14210
14211         * gnus-sum.el (gnus-summary-read-group-1): Remove
14212         gnus-summary-set-local-parameters.
14213         (gnus-summary-setup-buffer): Put it here.
14214
14215 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14216
14217         * gnus.el (to-address): Define parameter.
14218         (to-list): Ditto.
14219         * gnus-art.el (article-hide-boring-headers): Use them.
14220         * gnus-msg.el (gnus-post-news): Ditto.
14221         * gnus-cus.el (gnus-group-parameters): Remove them.
14222
14223 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14224
14225         * gnus-draft.el (gnus-draft-reminder): New function.
14226
14227         * gnus-art.el (gnus-sender-save-name): New function.
14228
14229 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14230
14231         * mm-util.el (mm-mime-charset): Error message.
14232
14233 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14234
14235         * message.el (message-check-news-body-syntax): Don't check mml lines.
14236
14237 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14238
14239         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
14240         subscribe.
14241
14242         * gnus-start.el (gnus-call-subscribe-functions): New function.
14243         (gnus-find-new-newsgroups): Use it.
14244         (gnus-ask-server-for-new-groups): Use it.
14245         (gnus-check-first-time-used): Use it.
14246         (gnus-subscribe-newsgroup-method): Grok a list of functions.
14247         (gnus-subscribe-options-newsgroup-method): Ditto.
14248         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
14249         return .
14250
14251 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14252
14253         * gnus-cus.el (gnus-score-customize): Doc fix.
14254
14255 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
14256
14257         * dgnushack.el (my-getenv): Typo.
14258
14259 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14260
14261         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
14262
14263 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14264
14265         * gnus-group.el (gnus-group-suspend): Offer save summaries.
14266
14267         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
14268         (gnus-treatment-function-alist): Use it.
14269         (article-remove-leading-whitespace): New function.
14270         (gnus-article-make-menu-bar): Use it.
14271
14272         * gnus-sum.el (gnus-summary-wash-empty-map): Add
14273         remove-leading-whitespace.
14274         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
14275         because of conflict.
14276
14277 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14278
14279         * Makefile.in: Hack generating gnus-load.el.
14280         * dgnushack.el: Ditto.
14281         * gnus-load.el: Remove it.
14282
14283 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14284
14285         * dgnushack.el : Add URLDIR.
14286
14287         * Makefile.in (EMACS_COMP): Ditto.
14288
14289 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14290
14291         * gnus-cus.el (gnus-score-customize): Error on no score file.
14292
14293 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14294
14295         * mm-decode.el (mm-merge-handles): New function.
14296
14297         * mm-view.el (mm-inline-message): Use it.
14298         (mm-view-message): Ditto.
14299
14300         * mm-partial.el (mm-inline-partial): Ditto.
14301
14302         * mm-extern.el (mm-inline-external-body): Ditto.
14303
14304         * gnus-art.el (gnus-mime-view-part): Ditto.
14305         (gnus-mime-view-part-as-type): Ditto.
14306         (gnus-mime-save-part-and-strip): Prevent users to strip in some
14307         cases.
14308
14309 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14310
14311         * message.el (message-cancel-news): Allow to shoot foot.
14312         (message-supersede): Ditto.
14313
14314 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
14315         Trivial patch.
14316
14317         * gnus-sum.el (gnus-simplify-subject-re): Use
14318         message-subject-re-regexp.
14319
14320 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14321
14322         * nnmail.el (nnmail-expiry-target-group): Bind
14323         nnmail-cache-accepted-message-ids to nil.
14324
14325         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
14326         coding system.
14327
14328 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14329
14330         * qp.el (quoted-printable-encode-region): Make sure characters are
14331         between 00 and FF.  Don't check charset.
14332
14333         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
14334         in Emacs 20.
14335         * rfc2047.el (rfc2047-q-encode-region): Ditto.
14336
14337 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14338
14339         * message.el (message-make-forward-subject): Argument decoded.
14340         (message-forward): Use it when digest.
14341
14342         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
14343         buffer.
14344
14345 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14346
14347         * message.el (message-generate-headers-first): Doc fix.
14348
14349 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14350
14351         * gnus-art.el (article-make-date-line): Error proof.
14352
14353 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14354
14355         * gnus-group.el (gnus-group-listing-limit): New variable.
14356         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
14357
14358         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
14359
14360 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14361
14362         * message.el (message-newline-and-reformat): Special case for
14363         breaking at BOL.
14364
14365 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
14366
14367         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
14368         message/rfc822.
14369
14370 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14371
14372         * message.el (message-encode-message-body): Don't insert
14373         Content-Type if it is inside a mail.
14374
14375 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14376
14377         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
14378         gnus-article-commands-menu.
14379
14380         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
14381         in Emacs.
14382
14383         * gnus-start.el (gnus-read-descriptions-file): Use
14384         gnus-group-name-charset and gnus-group-charset-alist.
14385
14386 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14387
14388         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
14389         active region.
14390
14391         * gnus-start.el (gnus-group-change-level): Remove from both
14392         gnus-zombie-list and gnus-killed-list.
14393
14394 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14395
14396         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
14397         gnus-subscribe-topics.
14398
14399         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
14400
14401 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14402
14403         * gnus-art.el (gnus-article-make-menu-bar): Make
14404         gnus-article-post-menu.
14405
14406         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
14407
14408         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
14409
14410         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
14411
14412         * message.el (message-mode-menu): Ditto.
14413
14414         * gnus-art.el (defvar): eval-when-compile.
14415
14416 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14417
14418         * gnus-agent.el (gnus-agentize): Fix doc.
14419
14420 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
14421
14422         * mml.el (mml-preview): Bind `q'.
14423
14424 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14425
14426         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
14427
14428 2001-01-31  Dave Love  <fx@gnu.org>
14429
14430         * mm-util.el (mm-mime-mule-charset-alist)
14431         (mm-find-mime-charset-region): Consider mule-utf-8.
14432
14433 2001-01-31  Dave Love  <fx@gnu.org>
14434
14435         * gnus-art.el (gnus-article-x-face-command)
14436         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
14437         :version.
14438
14439 2001-01-26  Dave Love  <fx@gnu.org>
14440
14441         * mm-util.el (mm-multibyte-string-p): New.
14442
14443 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
14444 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
14445 ;;      string-as-multibyte on class.  Clarify line-folding.
14446         (quoted-printable-encode-string): Make temp buffer inherit
14447         string's multibyteness.
14448
14449 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
14450
14451         * nnheader.el (toplevel): Don't require `gnus-util' at
14452         compile-time; this creates a circular dependency, and prevents
14453         a bootstrap.
14454
14455 2001-01-22  Andreas Schwab  <schwab@suse.de>
14456
14457         * nnheader.el (gnus-delete-line): Autoload it as a macro.
14458
14459 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14460
14461         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
14462
14463         * gnus-art.el (article-hide-list-identifiers): Ditto.
14464
14465         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
14466
14467 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14468
14469         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
14470
14471         * gnus-art.el (article-hide-list-identifiers): Similar.
14472
14473 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
14474
14475         * nnmail.el (nnmail-remove-list-identifiers): Improved.
14476
14477 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14478
14479         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
14480
14481 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14482
14483         * gnus-util.el (gnus-string-equal): New function.
14484
14485         * gnus-art.el (article-hide-boring-headers): Use it.
14486
14487 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
14488
14489         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
14490
14491 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14492
14493         * gnus-msg.el (gnus-msg-mail): Support switch-action.
14494
14495 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14496
14497         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
14498         command if there is not last-saver.
14499
14500 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14501
14502         * nntp.el (nntp-open-connection): 201 is possible.
14503
14504 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14505
14506         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
14507         (rfc2047-charset-encoding-alist): Add big5.
14508
14509 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14510
14511         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
14512         (gnus-agent-remove-server): Ditto.
14513         (autoload): gnus-server-update-server.
14514
14515         * gnus-srvr.el (gnus-server-line-format): Add %a.
14516         (gnus-server-line-format-alist): Add gnus-tmp-agent.
14517         (gnus-server-insert-server-line): Use it.
14518
14519 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14520
14521         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
14522         GB2312 and Big5.
14523
14524 2001-01-24  Simon Josefsson  <sj@extundo.com>
14525
14526         * mail-source.el (mail-sources): Add :program specifier to IMAP
14527         mail source.
14528         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
14529
14530 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14531
14532         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
14533
14534 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14535
14536         * nntp.el (nntp-wait-for): Return the success code.
14537         (nntp-open-connection): Use it.
14538
14539 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14540
14541         * gnus-int.el (gnus-check-server): Allow breaking the opening.
14542
14543 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14544
14545         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
14546
14547 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14548
14549         * gnus-sum.el (gnus-summary-print-article): Take one prefix
14550         argument. Allow to print several articles in one file.
14551
14552 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14553
14554         * webmail.el (webmail-type-definition): netaddress changes.
14555
14556 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14557
14558         * gnus.el: Fix copyright. Remove trailing spaces.
14559
14560         * message.el (message-forward): Use mule4.
14561
14562 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14563
14564         * mm-util.el (mm-string-as-unibyte): New function.
14565
14566         * message.el (message-forward): Use it.
14567
14568 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14569
14570         * message.el (message-cite-original-without-signature): Don't peel
14571         off the blank line.
14572         (message-get-reply-headers): Add Cc if it is not in follow-to.
14573
14574 2001-01-20  Simon Josefsson  <sj@extundo.com>
14575
14576         * mm-decode.el (mm-handle-multipart-from): Add.
14577         (mm-dissect-buffer): Save From: header value.
14578         (mm-security-from): Remove.
14579         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
14580
14581         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
14582         instead of `mml-security-from'.  Protect null from value.
14583
14584 2001-01-20  Simon Josefsson  <sj@extundo.com>
14585
14586         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
14587         application/vnd.ms-excel attachments.
14588
14589 2001-01-19  Simon Josefsson  <sj@extundo.com>
14590
14591         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
14592
14593 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14594
14595         * message.el (message-ignored-mail-headers): Ditto.
14596
14597 2001-01-19  Simon Josefsson  <sj@extundo.com>
14598
14599         * message.el (message-ignored-news-headers): Only search beginning
14600         of line.
14601
14602 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
14603         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
14604
14605         * message.el (message-send-mail): Content-Type may not be there.
14606
14607 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14608
14609         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
14610         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
14611
14612         * gnus-art.el (article-display-x-face): Insert X-Face if there is
14613         not.
14614
14615 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14616
14617         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
14618         non-native groups.
14619
14620 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14621
14622         * message.el (message-yank-original): Understand
14623         universal-argument.
14624
14625 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14626
14627         * gnus-art.el (gnus-boring-article-headers): Add to-address.
14628         (article-hide-boring-headers): Ditto.
14629
14630         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
14631
14632 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14633
14634         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
14635         one.
14636
14637 2001-01-16  Simon Josefsson  <simon@josefsson.org>
14638
14639         * message.el (message-make-in-reply-to): Add comment to message-id
14640         (old syntax, see 2000-08-02 change).
14641
14642 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14643
14644         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
14645         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
14646         (gnus-button-reply): Ditto.
14647
14648 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14649
14650         * gnus-art.el (article-display-x-face): Fix.
14651
14652 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14653
14654         * gnus-art.el (article-display-x-face): Use
14655         gnus-original-article-buffer.
14656
14657 2001-01-15  Jack Twilley  <jmt@tbe.net>
14658
14659         * message.el (message-add-header): Move to point-max.
14660
14661 2001-01-15  Simon Josefsson  <simon@josefsson.org>
14662
14663         * smime.el (smime-CA-directory, smime-CA-file): Change default to
14664         nil, improve documentation.
14665         (smime-certificate-directory): Comment out false hints (until it
14666         is implemented).
14667
14668         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
14669         there aren't any keys.
14670         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
14671         verify certificate.  Default is changed to only check integrity.
14672         Improved security status texts.  If a certificate doesn't contain
14673         a email address, don't fail.
14674
14675         * smime.el (smime-noverify-region):
14676         (smime-noverify-buffer): New functions.  Verifies integrity only.
14677
14678 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14679
14680         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
14681
14682 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14683
14684         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
14685         (gnus-remove-some-windows): Ditto.
14686
14687 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14688
14689         * gnus-art.el (article-make-date-line): 11th.
14690
14691 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14692
14693         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
14694         (mml2015-gpg-sign): Ditto.
14695
14696 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14697
14698         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
14699         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
14700
14701 2001-01-08  Dave Love  <fx@gnu.org>
14702
14703         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
14704         single character.
14705
14706         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
14707
14708         * message.el: Doc and message fixes.
14709         (message-send-rename-function)
14710         (message-make-forward-subject-function)
14711         (message-send-mail-function, message-reply-to-function)
14712         (message-wide-reply-to-function, message-followup-to-function)
14713         (message-distribution-function, message-auto-save-directory): Fix
14714         :type.
14715
14716         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
14717         proceeding after warnings.  Amend multipart warning message.
14718
14719 2001-01-04  Dave Love  <fx@gnu.org>
14720
14721         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
14722         compiling.
14723         (gnus-make-directory): Require nnmail.
14724
14725         * mm-decode.el (mm-inline-media-tests): Add
14726         image/x-portable-bitmap.
14727         (mm-get-image): Grok pbm.
14728
14729 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
14730
14731         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
14732
14733 2001-01-09  Didier Verna  <didier@xemacs.org>
14734
14735         * dgnushack.el (dgnushack-compile): give a dummy value to
14736         `gnus-xmas-glyph-directory' for the time of compilation.
14737         * gnus-agent.el: moved some XEmacs specific hook add-ons from
14738         `gnus-xmas-[re]define' to avoid loosing user custom settings.
14739         * gnus-art.el: ditto.
14740         * gnus-group.el: ditto.
14741         * gnus-salt.el: ditto.
14742         * gnus-sum.el: ditto.
14743         * gnus-topic.el: ditto.
14744         * gnus-xmas.el (gnus-xmas-define): see above.
14745         * gnus-xmas.el (gnus-xmas-redefine): see above.
14746         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
14747         non-continuable error when the directory can't be found.
14748
14749 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14750
14751         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
14752         handle.
14753         * gnus-art.el (gnus-mime-view-part): Copy it.
14754         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
14755
14756 2001-01-09  Michael Downes  <mjd@ams.org>
14757
14758         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
14759
14760 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14761
14762         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
14763         orig-file. Use ',source.
14764
14765 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14766
14767         * gnus-xmas.el (gnus-xmas-modeline-glyph):
14768         (gnus-xmas-group-startup-message):
14769         Detect gnus-xmas-glyph-directory when it is nil.
14770
14771 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14772
14773         * pop3.el (pop3-get-message-count): Andrew Innes
14774         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
14775
14776 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14777
14778         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
14779
14780         * time-date.el (time-to-number-of-days): New function.
14781
14782 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
14783         Trivial patch.
14784
14785         * nnslashdot.el (nnslashdot-request-list): Always get the right
14786         sid.
14787
14788 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14789
14790         * message.el (message-minibuffer-local-map): New keymap.
14791         (message-read-from-minibuffer): Use it.
14792         * gnus-msg.el (gnus-summary-resend-message): Use it
14793
14794 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14795
14796         * gnus-start.el (gnus-display-time-event-handler): New function.
14797         (gnus-after-getting-new-news-hook): Use it.
14798
14799 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14800
14801         * message.el (message-ignored-mail-headers): Add draft header.
14802
14803 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14804
14805         * gnus-sum.el (gnus-summary-expire-articles): Don't save
14806         excursion.
14807
14808         * nnslashdot.el (nnslashdot-request-list): Get the right year.
14809
14810 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
14811         A revoked patch.
14812
14813         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
14814
14815 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14816
14817         * qp.el (quoted-printable-decode-region): Don't backward-char.
14818
14819 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14820
14821         * gnus-draft.el: Mark articles as replied.
14822
14823         * gnus-sum.el (gnus-summary-add-mark): New function.
14824
14825         * gnus-group.el (gnus-add-mark): New function.
14826
14827         * gnus-sum.el (gnus-summary-buffer-name): New function.
14828         (gnus-summary-setup-buffer): Use it.
14829
14830         * gnus-draft.el: Set things up with the right post method and
14831         stuff.
14832
14833         * message.el (message-ignored-news-headers): Remove X-Draft-From.
14834
14835         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
14836
14837         * gnus.el (gnus-draft-meta-information-header): New variable.
14838
14839 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14840
14841         * gnus-art.el (gnus-treatment-function-alist): Move the date
14842         functions before the header sorting functions.
14843
14844         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
14845
14846         * dgnushack.el (dgnushack-compile): Message whether there is w3.
14847         Don't (push "/usr/share/emacs/site-lisp" load-path).
14848
14849         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
14850         to empty fill prefixes.
14851
14852 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14853
14854         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
14855         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
14856
14857 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14858
14859         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
14860
14861         * nnml.el (autoload): Move to nnheader.el.
14862
14863         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
14864         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
14865         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
14866         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
14867
14868 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14869
14870         * gnus-art.el (article-make-date-line): Get the hours right.
14871         (gnus-ignored-headers): More hiding.
14872
14873         * nnmail.el (nnmail-expiry-wait): Not an integer.
14874
14875         * message.el (message-goto-body): Only expand abbrev when called
14876         interactively.
14877         (message-make-lines): Use it.
14878
14879 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14880
14881         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
14882
14883 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14884
14885         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
14886         include the expunged articles.
14887
14888         * gnus-group.el (gnus-group-sort-by-server): New function.
14889
14890         * gnus.el (gnus-method-to-server-name): New function.
14891         (gnus-group-prefixed-name): Use it.
14892
14893         * gnus-group.el (gnus-group-sort-function): Doc fix.
14894         (gnus-group-sort-groups-by-server): New command.
14895
14896 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14897
14898         * gnus-art.el (gnus-treat-date-english): New variable.
14899         (article-date-english): New command.
14900         (gnus-english-month-names): New variable.
14901         (article-make-date-line): Do 'english.
14902
14903         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
14904         after the fill prefix.
14905
14906         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
14907         score...".
14908
14909         * gnus-art.el (gnus-ignored-headers): Hide more headers.
14910
14911         * message.el (message-mode-map): Bind comment-region.
14912
14913         * gnus-art.el (gnus-mime-display-part): Let w3 display
14914         multipart/related.
14915
14916         * mm-bodies.el (mm-long-lines-p): New function.
14917         (mm-body-encoding): Use it.
14918         (mm-body-encoding): Encode articles with lines longer than 1000
14919         characters.
14920
14921 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14922
14923         * mm-util.el (mm-enable-multibyte): Use
14924         default-enable-multibyte-characters.
14925         (mm-enable-multibyte-mule4): Ditto.
14926         (mm-disable-multibyte): Test XEmacs.
14927         (mm-disable-multibyte-mule4): Ditto.
14928         (mm-with-unibyte-current-buffer): Simplified.
14929         (mm-with-unibyte-current-buffer-mule4): Ditto.
14930
14931 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14932
14933         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
14934
14935         * nnheader.el (nnheader-string-as-multibyte): New alias.
14936
14937         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
14938
14939         * gnus-uu.el (gnus-message-process-mark): New function.
14940         (gnus-uu-mark-by-regexp): Use it.
14941         (gnus-new-processable): New function.
14942
14943 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
14944          Trivial patch.
14945
14946         * gnus-sum.el (gnus-no-mark): New variable.
14947
14948 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14949
14950         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
14951         backslashes.
14952
14953 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14954
14955         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
14956         definition.
14957
14958 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14959
14960         * dgnushack.el (dgnushack-compile): elc is in the current directory.
14961
14962         * qp.el (quoted-printable-encode-region): Don't check multibyte in
14963         XEmacs.
14964
14965 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
14966         Trivial patch.
14967
14968         * mml.el (mml-read-tag): Save tag location.
14969
14970 2000-12-25  Simon Josefsson  <simon@josefsson.org>
14971
14972         * starttls.el: Sync with Emacs 21.
14973
14974 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14975
14976         * message.el (message-mail): Support yank-action.
14977
14978         * message.el (message-setup): Revoke the last change.
14979
14980 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14981
14982         * message.el (message-setup): Use cons. Suggested by Johan Vromans
14983         <jvromans@squirrel.nl>.
14984
14985 2000-12-24  Simon Josefsson  <sj@extundo.com>
14986
14987         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
14988         mailing list junk at end of part.
14989
14990 2000-12-23  Simon Josefsson  <sj@extundo.com>
14991
14992         * nnimap.el (nnimap-expiry-target): New function.
14993         (nnimap-request-expire-articles): Use it.
14994
14995 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14996
14997         * gnus.el (gnus-group-parameters-more): New variable.
14998         * gnus-cus.el (gnus-group-customize): Use it.
14999
15000         * gnus.el (gnus-define-group-parameter): New macro.
15001         (auto-expire): Use it
15002         (total-expire): Use it.
15003         * gnus-art.el (banner): Use it.
15004
15005         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
15006         <ljz@asfast.com>.
15007
15008 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15009
15010         * gnus-topic.el (gnus-topic-create-topic): Use list.
15011
15012         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
15013         before binding gnus-default-article-saver.
15014
15015         * gnus-sum.el (gnus-summary-save-article):
15016         (gnus-summary-pipe-output):
15017         (gnus-summary-save-article-mail):
15018         (gnus-summary-save-article-rmail):
15019         (gnus-summary-save-article-file):
15020         (gnus-summary-write-article-file):
15021         (gnus-summary-save-article-body-file): Ditto.
15022
15023         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
15024
15025 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15026
15027         * gnus-art.el (gnus-mime-security-button-map):
15028         (gnus-mime-button-map): Add parent.
15029
15030 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15031
15032         * messagexmas.el (message-xmas-redefine): New function.
15033
15034         * message.el: Use it.
15035
15036         * gnus-art.el (gnus-article-check-hidden-text): Return t.
15037
15038         * gnus-util.el (gnus-remove-text-properties-when): Return t.
15039
15040 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15041
15042         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
15043         malformatted messages.
15044
15045 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15046
15047         * mm-util.el (mm-image-load-path): New function.
15048
15049         * gnus-group.el (gnus-group-make-tool-bar): Use it.
15050
15051         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
15052
15053         * message.el (message-tool-bar-map): Use it.
15054
15055         * Makefile.in (install-el): New rule.
15056
15057 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15058
15059         * gnus-art.el (article-treat-dumbquotes): Quote \.
15060
15061 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15062
15063         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
15064         Emacs 20 runs on a terminal.
15065
15066 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15067
15068         * gnus-msg.el (gnus-bug): Revert to save-excursion.
15069
15070         * mml.el (gnus-add-minor-mode): Autoload.
15071
15072         * message.el (message-forward): Save-restriction.
15073
15074 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15075
15076         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
15077         Paul Stevenson <p.stevenson@surrey.ac.uk>
15078
15079 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15080
15081         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
15082
15083         * mml.el (gnus-ems): Don't require.
15084
15085         * gnus.el (gnus-decode-rfc1522): Removed.
15086         (gnus-set-text-properties): Define.
15087
15088 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15089
15090         * gnus-art.el (gnus-mime-*): handle may be nil.
15091
15092         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
15093
15094         * gnus.el (gnus-group-remove-excess-properties): Not defined
15095         in gnus-xmas.
15096
15097 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15098
15099         * message.el (message-mail-user-agent): Add :version.
15100
15101 2000-12-21  Miles Bader  <miles@gnu.org>
15102
15103         * message.el (message-mode): Set `comment-start' to the  yank prefix.
15104
15105 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15106
15107         * message.el (message-mail-user-agent): New variable.
15108         (message-setup): Renamed to message-setup-1. Support
15109         mail-user-agent.
15110         (message-mail-user-agent): New function.
15111         (message-mail): Use it.
15112         (message-reply): Use it.
15113         (message-resend): Use it.
15114         (message-mail-other-window): Use it.
15115         (message-mail-other-frame): Use it.
15116
15117         * gnus-msg.el (gnus-bug): Support mail-user-agent.
15118
15119 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15120
15121         * message.el (message-tool-bar-map): Simplify.
15122         (message-narrow-to-head-1): New function.
15123         (message-narrow-to-head): Use it.
15124         (message-reply): Ditto.
15125         (message-cancel-news): Ditto.
15126         (message-supersede): Ditto.
15127         (message-make-forward-subject): Ditto.
15128         (message-bounce): Ditto.
15129
15130 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15131
15132         * uudecode.el (uudecode-decode-region-external): make-temp-file
15133         may not be defined.
15134
15135         * binhex.el (defalias): eval-and-compile.
15136
15137         * message.el (message-tool-bar-map): New function.
15138         (message-mode): Use it.
15139
15140 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15141
15142         * nntp.el (nntp-find-connection): Remove the entry.
15143         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
15144
15145 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15146
15147         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
15148
15149         * message.el (message-forward): Copy buffer in unibyte mode.
15150
15151 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15152
15153         * message.el (message-make-forward-subject): Don't widen. Decode.
15154         (message-forward): Don't decode subject.
15155
15156 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
15157
15158         * qp.el (quoted-printable-encode-region): Upcase QP.
15159
15160 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15161
15162         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
15163         mail-extract-a-c instead. Don't depend on Gnus.
15164
15165         * mml.el (gnus-ems): Require it.
15166
15167         * gnus-msg.el (gnus-summary-mail-forward):
15168
15169         * message.el (message-forward):  Move mime-to-mml here.
15170
15171 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15172
15173         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
15174         * gnus-art.el (gnus-insert-mime-button): Simplify.
15175         (gnus-mime-display-alternative): Ditto.
15176         (gnus-insert-mime-security-button): Ditto.
15177
15178 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15179
15180         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
15181         text-property-not-all doesn't return nil when start=mark(end).
15182         (gnus-remove-text-properties-when): Ditto.
15183
15184 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15185
15186         * gnus-start.el (gnus-group-change-level): Remove group from
15187         gnus-active-hashtb if real killed.
15188
15189 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15190
15191         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
15192         (gnus-mime-display-alternative): Ditto.
15193         (gnus-insert-mime-security-button): Ditto.
15194
15195 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15196
15197         * gnus-start.el (gnus-group-change-level): Don't add it into
15198         killed-list if it was killed.
15199
15200 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15201
15202         * nnmbox.el (nnmbox-file-coding-system): Use binary.
15203         (nnmbox-active-file-coding-system): Ditto.
15204
15205         * gnus-cus.el (gnus-group-parameters): Add posting-style.
15206
15207 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15208
15209         * gnus.el (gnus-version):
15210         (gnus-version-number): Set to Oort Gnus 0.01.
15211
15212         * gnus-art.el (gnus-mime-security-button-map):
15213         (gnus-insert-mime-security-button): Fix for Emacs21.
15214
15215 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15216
15217         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
15218         easymenu, because XEmacs doesn't understand :help.
15219
15220         * mm-uu.el: Require binhex.
15221
15222 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15223
15224         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
15225
15226 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
15227
15228         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
15229
15230 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
15231
15232         * *.xpm, *.pbm: Convert icons icons to size 24x24.
15233
15234 2000-12-18  Dave Love  <fx@gnu.org>
15235
15236         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
15237         (unused).
15238
15239 2000-12-13  Miles Bader  <miles@gnu.org>
15240
15241         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
15242         to t, so that we don't get stuck while trying to smilefy
15243         intangible text.
15244
15245 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
15246
15247         * smiley-ems.el (smiley-regexp-alist): Make regexps match
15248         at the end of the buffer.
15249         (smiley-region): In the loop, move to the end of the submatch
15250         matching the smiley instead of using the end of the match
15251         of the whole regexp.
15252
15253 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
15254
15255         * message.el (message-mode): Doc fix.
15256
15257 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
15258
15259         * smiley-ems.el (smiley-region): Doc fix.
15260
15261 2000-12-11  Miles Bader  <miles@gnu.org>
15262
15263         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
15264         bottom line visible, check to see if it's partially obscured, and
15265         if so, either scroll one more line to make it fully visible, or
15266         revert to showing the second line from the top.
15267
15268 2000-12-07  Dave Love  <fx@gnu.org>
15269
15270         * mailcap.el (mailcap-download-directory)
15271         * gnus-audio.el (gnus-audio-directory)
15272         * smiley-ems.el (smiley-data-directory): Fix :type.
15273
15274 2000-11-30  Dave Love  <fx@gnu.org>
15275
15276         * message.el (message-auto-save-directory): Use
15277         file-name-as-directory.
15278         (message-set-auto-save-file-name): Create
15279         message-auto-save-directory if necessary.
15280         (message-replace-chars-in-string): Removed -- unused.
15281         (message-mail-alias-type): Customize.
15282         (message-headers): Remove duplicate defgroup.
15283
15284 2000-11-29  Dave Love  <fx@gnu.org>
15285
15286         * qp.el (quoted-printable-decode-region): Use error, not message
15287         to report malformed text (like base64).  Amend message.
15288
15289 2000-11-29  Miles Bader  <miles@gnu.org>
15290
15291         * message.el (message-header-lines): Fontify tag.
15292
15293 2000-11-27  Dave Love  <fx@gnu.org>
15294
15295         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
15296         compiler warning.
15297
15298 ;2000-11-26  Dave Love  <fx@gnu.org>
15299 ;
15300 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
15301 ;
15302 2000-11-23  Dave Love  <fx@gnu.org>
15303
15304         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
15305
15306         * mm-uu.el (uudecode): Require.
15307         (uudecode-decode-region, uudecode-decode-region-external): Don't
15308         autoload.
15309         (mm-uu-copy-to-buffer): Doc fix.
15310         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
15311         type fix.
15312
15313         * mailcap.el: Doc fixes.
15314         (mailcap-mime-data): Various adjustments.
15315         (mailcap): New group.
15316         (mailcap-download-directory): Customize.
15317         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
15318         (mailcap-temporary-directory): Deleted (unused).
15319         (mailcap-unescape-mime-test): Simplify slightly.
15320         (mailcap-viewer-passes-test): Use functionp.
15321         (mailcap-command-p): Aliased to executable-find.
15322
15323         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
15324         default-enable-multibyte-characters is nil.
15325
15326 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
15327
15328         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
15329
15330 2000-11-21  Dave Love  <fx@gnu.org>
15331
15332         * gnus-art.el (gnus-mime-button-map): Don't inherit from
15333         gnus-article-mode-map.
15334 ;       (gnus-mime-button-menu): Use mouse-set-point.
15335         (gnus-insert-mime-button, gnus-mime-display-alternative)
15336         (gnus-mime-display-alternative): Don't use local-map property.
15337
15338 2000-11-17  Dave Love  <fx@gnu.org>
15339
15340         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
15341         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
15342         and make-temp-file.
15343         (uudecode-decode-region): Doc fix.
15344
15345 2000-11-14  Dave Love  <fx@gnu.org>
15346
15347         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
15348         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
15349         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
15350         New files, derived from the XPMs.
15351
15352 2000-11-10  Dave Love  <fx@gnu.org>
15353
15354         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
15355         (gnus-agent-lib-file, gnus-agent-load-alist)
15356         (gnus-agent-save-alist, gnus-agent-article-name): Use
15357         expand-file-name.
15358
15359         * gnus-group.el (gnus-group-name-charset-method-alist): Add
15360         :version.
15361         (nnkiboze-score-file): Defvar when compiling.
15362
15363         * gnus-start.el (gnus-read-newsrc-file): Add :version.
15364
15365         * gnus-art.el (gnus-article-banner-alist)
15366         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
15367         (gnus-article-date-lapsed-new-header)
15368         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
15369         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
15370         (gnus-treat-strip-headers-in-body)
15371         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
15372         (gnus-treat-translate): Add :version.
15373         (gnus-article-mime-part-function): Fix defcustom.
15374
15375         * nnmail.el (nnmail-expiry-target)
15376         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
15377         (nnmail-split-header-length-limit): Add :version.
15378
15379         * gnus-sum.el (gnus-auto-expirable-marks)
15380         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
15381         (gnus-extra-headers, gnus-ignored-from-addresses)
15382         (gnus-newsgroup-ignored-charsets)
15383         (gnus-group-highlight-words-alist)
15384         (gnus-summary-show-article-charset-alist): Add :version.
15385
15386         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
15387         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
15388         files, converted from the XPMs.
15389
15390         * gnus-cache.el (gnus-cache-active-file): Don't use
15391         file-name-as-directory on directory.
15392         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
15393         use file-name-as-directory on directory.
15394
15395         * time-date.el (timezone-make-date-arpa-standard): Autoload.
15396         (date-to-time): Use it.
15397
15398 ;       * message.el (message-mode) <adaptive-fill-regexp>:
15399 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
15400 ;       (message-newline-and-reformat): Likewise.
15401         (message-forward-as-mime, message-forward-ignored-headers)
15402         (message-buffer-naming-style, message-default-charset)
15403         (message-dont-reply-to-names, message-send-mail-partially-limit):
15404         Add :version.
15405
15406         * mm-util.el: Doc fixes.
15407         (mm-mime-charset): Don't use the raw result of
15408         mm-preferred-coding-system.
15409         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
15410         (mm-with-unibyte): Simplify.
15411
15412         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
15413         concat.
15414
15415         * pop3.el (pop3-version): Deleted.
15416         (pop3-make-date): New function, avoiding message-make-date.
15417         (pop3-munge-message-separator): Use it.
15418
15419 2000-11-09  Dave Love  <fx@gnu.org>
15420
15421         * gnus-group.el (gnus-group-make-directory-group)
15422         (gnus-group-fetch-faq): Use expand-file-name.
15423         (gnus-group-fetch-faq): Simplify completing-read form.
15424
15425         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
15426         test for Mule.
15427
15428         * message.el (tool-bar-map): Defvar when compiling.
15429
15430         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
15431         (gnus-tm-lisp-directory): Deleted.
15432         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
15433         (featurep 'xemacs).
15434         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
15435         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
15436         version numbers from file names.
15437
15438 2000-11-08  Dave Love  <fx@gnu.org>
15439
15440         * mm-view.el: Use featurep for XEmacs test.
15441         (mm-inline-message): Test for `remove-specifier'; don't use
15442         condition-case.
15443
15444         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
15445
15446         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
15447         (gnus-score-find-bnews): Don't concat "".
15448
15449         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
15450         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
15451         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
15452         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
15453
15454         * gnus-sum.el: Put some defvars in eval-when-compile.
15455         (gnus-summary-mode-hook): Add :options.
15456         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
15457         (gnus-summary-tool-bar-map): New variable.
15458         (gnus-summary-make-tool-bar): New function.
15459         (gnus-summary-mode): Put kill-all-local-variables first.
15460
15461         * gnus-group.el (gnus-group-toolbar-map): New variable.
15462         (gnus-group-make-tool-bar): Rewritten.
15463         (gnus-group-mode): Put kill-all-local-variables first.
15464
15465         * rfc2047.el: Require gnus-util.
15466
15467         * nnml.el (gnus-sorted-intersection): Autoload.
15468
15469         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
15470         Put some defvars in eval-when-compile.
15471         (gnus-intersection, gnus-sorted-complement):  Autoload.
15472
15473         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
15474
15475         * mm-encode.el (mm-body-7-or-8): Autoload.
15476
15477         * mm-decode.el (mm-insert-inline): Autoload.
15478
15479         * mml.el:
15480         * message.el: Put some defvars in eval-when-compile.
15481
15482         * gnus-msg.el: Put some defvars in eval-when-compile.
15483         (gnus-msg-mail): Move after gnus-setup-message.
15484
15485         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
15486
15487 2000-11-07  Dave Love  <fx@gnu.org>
15488
15489         * gnus-util.el (nnheader): Don't require message (recursive
15490         autoload).
15491
15492         * uudecode.el: Avoid compiler warnings.
15493
15494         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
15495         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
15496
15497 2000-11-06  Dave Love  <fx@gnu.org>
15498
15499         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
15500
15501         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
15502         (uudecode-char-int): New alias, replacing char-int.
15503         (uudecode-decode-region): Don't call buffer-disable-undo.
15504
15505 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
15506 ;       (mm-uu-configure-list): Doc fix.
15507 ;
15508 ;       * earcon.el (running-xemacs): Don't define.
15509 ;
15510 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
15511 ;
15512 ;       * message.el (message-font-lock-keywords): Match a final newline
15513 ;       to help font-lock's multiline support.
15514 ;
15515 2000-11-03  Dave Love  <fx@gnu.org>
15516
15517         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
15518
15519         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
15520         name.
15521
15522         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
15523         <banner>: Fix custom type, doc.
15524
15525         * mm-decode.el (mm-display-external): Space-prefix temp buffer
15526         name.  Don't disable undo explicitly.
15527
15528 ;2000-11-02  Dave Love  <fx@gnu.org>
15529 ;
15530 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
15531 ;       cite-prefix.
15532
15533 2000-11-01  Dave Love  <fx@gnu.org>
15534
15535         * rfc2047.el (base64): Require unconditionally.
15536         (message-posting-charset): Defvar when compiling.
15537         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
15538         message.
15539
15540         * gnus-sum.el (nnoo): Require.
15541         (mm-uu-dissect): Autoload.
15542
15543         * mml.el (mml-parse-1): Clarify message.
15544         (mml-minibuffer-read-type): Use mailcap-mime-types.
15545
15546 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
15547
15548         * mml.el: Fix a typo in the requiring of CL.
15549
15550 2000-11-01  Dave Love  <fx@gnu.org>
15551
15552         * utf7.el: Require cl when compiling.
15553
15554         * binhex.el: Use (featurep 'xemacs).
15555         (binhex-char-int): New alias, replacing char-int.  Change callers.
15556         (binhex-decode-region): Simplify work buffer code.
15557         (binhex-decode-region-external): Use expand-file-name, not concat.
15558
15559 2000-10-30  Dave Love  <fx@gnu.org>
15560
15561         * gnus-art.el: Fix 2000-10-27 change properly.
15562
15563 2000-10-28  Miles Bader  <miles@gnu.org>
15564
15565         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
15566
15567 2000-10-27  Dave Love  <fx@gnu.org>
15568
15569         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
15570         strings.
15571         (gnus-group-make-tool-bar): New function.
15572         (gnus-group-mode): Use it.
15573
15574         * message.el (message-mode-menu): Add some :help strings.
15575         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
15576         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
15577
15578         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
15579         * describe-group.xpm, get-news.xpm, kill-group.xpm:
15580         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
15581
15582         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
15583         display-graphic-p here.
15584
15585 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
15586
15587         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
15588         of the `gnus-xemacs' variable, as the latter has been removed.
15589         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
15590         * gnus-art.el (gnus-treat-display-xface)
15591         (gnus-treat-display-smileys, gnus-treat-display-picons)
15592         (gnus-article-read-summary-keys): Likewise.
15593
15594 2000-10-26  Dave Love  <fx@gnu.org>
15595
15596         (defvar): Use rmail-spool-directory unconditionally.
15597
15598 2000-10-18  Dave Love  <fx@gnu.org>
15599
15600         * mm-bodies.el (mm-uu-decode-function)
15601         (mm-uu-binhex-decode-function): Defvar when compiling.
15602
15603         * gnus-nocem.el (gnus-nocem-issuers): Update.
15604         (gnus-nocem-check-from): New option.
15605         (gnus-nocem-scan-groups): Use it.
15606         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
15607         (gnus-nocem-check-article-limit): Add :version.
15608
15609 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
15610
15611         * ietf-drums.el (mm-util): Require CL when compiling.
15612
15613 2000-10-15  Dave Love  <fx@gnu.org>
15614
15615         * qp.el: Require mm-util.
15616
15617 2000-10-13  Dave Love  <fx@gnu.org>
15618
15619         * qp.el (quoted-printable-decode-region): Avoid invalid
15620         coding-systems.
15621
15622 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
15623
15624         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
15625         to a recursive load.
15626
15627 2000-10-12  Dave Love  <fx@gnu.org>
15628
15629         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
15630
15631         * gnus.el (gnus-group-startup-message): Check for PBM image.
15632
15633 2000-10-09  Dave Love  <fx@gnu.org>
15634
15635         * mail-source.el (mail-source-fetch-imap): Bind
15636         default-enable-multibyte-characters rather than using
15637         mm-disable-multibyte.
15638
15639 2000-10-05  Dave Love  <fx@gnu.org>
15640
15641         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
15642         Autoload.
15643         (quoted-printable-decode-region):  Rename arg which confused
15644         charset with coding-system.  Don't use nonascii-insert-offset.
15645         Coding-system encode the region initially.  Don't recognize `=='
15646         as valid QP.  Coding-system decode the region finally.
15647         (quoted-printable-decode-string): Rename arg which confused
15648         charset with coding-system.
15649
15650         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
15651         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
15652         mm-encode-coding-region.
15653         (mm-decode-body, mm-decode-string): Rename variables which
15654         confused charset with coding-system.
15655         (binhex-decode-region): Don't autoload.
15656         (mm-body-encoding): Require message.
15657         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
15658         cond branches.
15659
15660         * gnus-art.el (article-de-quoted-unreadable)
15661         (article-de-base64-unreadable): Fold search case
15662         rather than downcasing string.  Apply mm-charset-to-coding-system
15663         to arg of quoted-printable-decode-region.
15664
15665 2000-10-04  Dave Love  <fx@gnu.org>
15666
15667         * gnus-ems.el: Don't turn off compiler warnings in local vars.
15668         Require ring when compiling.
15669         (gnus-article-compface-xbm): New variable.
15670
15671 2000-10-04  Dave Love  <fx@gnu.org>
15672
15673         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
15674         pbm images.
15675
15676         * frown.pbm, smile.pbm, wry.pbm: New files.
15677
15678         * frown.xbm, smile.xbm, wry.xbm: Deleted.
15679
15680 2000-10-03  Dave Love  <fx@gnu.org>
15681
15682         * mail-source.el (mail-sources): Revert to nil.
15683
15684         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
15685
15686         * qp.el: Don't require mm-util.
15687         (quoted-printable-decode-region): Rewritten.
15688         (quoted-printable-decode-string, quoted-printable-encode-region):
15689         Doc fix.
15690         (quoted-printable-encode-region): Barf on multibyte characters.
15691         Maybe make the class multibyte.  Upcase chars, not formatted
15692         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
15693         (quoted-printable-encode-string): Don't use
15694         mm-with-unibyte-buffer.
15695
15696 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
15697
15698         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
15699
15700 2000-09-21  Dave Love  <fx@gnu.org>
15701
15702         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
15703         (for Emacs 20).  Tidy somewhat.
15704
15705 2000-09-21  Dave Love  <fx@gnu.org>
15706
15707         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
15708         image processing.  Rationalize logic somewhat.
15709
15710 2000-09-20  Dave Love  <fx@gnu.org>
15711
15712         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
15713         specifically.
15714
15715         * gnus.el (gnus-version-number): Avoid some redundant
15716         autoloads.
15717
15718 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
15719
15720         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
15721         to XBM; we always have PBM support.
15722
15723 2000-09-14  Dave Love  <fx@gnu.org>
15724
15725         * gnus.el (gnus-charset):
15726         * mm-decode.el (mime-display):
15727         * imap.el (imap) <defgroup>: Add :version.
15728
15729 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
15730
15731         * parse-time.el: Fix author's mail address.
15732
15733         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
15734         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
15735         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
15736         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
15737         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
15738         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
15739         * rfc2231.el, uudecode.el: Fix copyright notice.
15740
15741         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
15742         require `w3' at load-time only if not running in batch mode.
15743
15744 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15745
15746         * gnus.el: Before merge with Emacs21.
15747
15748 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
15749
15750         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
15751
15752 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
15753
15754         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
15755         to avoid conflict with the standard `back-to-indentation'
15756         binding.
15757
15758 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15759
15760         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
15761
15762         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
15763         (mm-disable-multibyte-mule4): Ditto.
15764         (mm-with-unibyte-current-buffer-mule4): Ditto.
15765
15766 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15767
15768         * pop3.el (pop3-movemail): Use binary.
15769         (pop3-movemail-file-coding-system): Removed.
15770
15771 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15772
15773         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
15774
15775 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15776
15777         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
15778         exists.
15779
15780 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15781
15782         * gnus-msg.el (gnus-post-method): Use backend name when the
15783         address is "".
15784
15785 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15786
15787         * gnus-art.el (article-verify-x-pgp-sig): Don't test
15788         mm-verify-option.
15789         (gnus-treat-x-pgp-sig): Default value.
15790         (gnus-ignored-headers): Redundant.
15791
15792 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15793
15794         * gnus-win.el (gnus-configure-frame): Save selected window.
15795
15796 2000-02-15  Andrew Innes  <andrewi@gnu.org>
15797
15798         * nnmbox.el: Require gnus-range.
15799         (nnmbox-group-building-active-articles): New variable.
15800         (nnmbox-group-active-articles): New variable; this is a cache of
15801         all active articles by group and number.
15802         (nnmbox-in-header-p): New function.
15803         (nnmbox-find-article): New function.
15804         (nnmbox-record-active-article): New function.
15805         (nnmbox-record-deleted-article): New function.
15806         (nnmbox-is-article-active-p): New function.
15807         (nnmbox-retrieve-headers): Use nnmbox-find-article.
15808         (nnmbox-request-article): Ditto.  Also supply extra arg to
15809         nnmbox-article-group-number.
15810         (nnmbox-request-expire-articles): Ditto.
15811         (nnmbox-request-move-article): Ditto.
15812         (nnmbox-request-replace-article): Ditto.
15813         (nnmbox-request-rename-group): Rename group entry in active
15814         article cache.
15815         (nnmbox-delete-mail): Update active article cache, unless article
15816         is being replaced.
15817         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
15818         than partially duplicating it.
15819         (nnmbox-article-group-number): Add extra `this-line' arg, to
15820         handle articles belonging to multiple groups.
15821         (nnmbox-save-mail): Update active article cache.
15822         (nnmbox-read-mbox): Build active article cache when loading mbox.
15823         Also do some repair work, if we find articles that are missing the
15824         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
15825         reconstruct these from Xref info.
15826
15827 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15828
15829         * mail-source.el (mail-source-report-new-mail): Use
15830         nnheader-run-at-time.
15831
15832 2000-02-15  Andrew Innes  <andrewi@gnu.org>
15833
15834         * mail-source.el (mail-source-fetch-pop): Clear pop password when
15835         an error is thrown, and then rethrow the error.
15836         (mail-source-check-pop): Ditto.
15837         (mail-source-start-idle-timer): Prevent multiple pop checks
15838         running if the check takes a long time.
15839
15840 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15841
15842         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
15843         succeed.
15844
15845 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15846
15847         * gnus-win.el (gnus-configure-windows): Make sure
15848         nntp-server-buffer is live.
15849         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
15850
15851 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
15852
15853         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
15854
15855 2000-12-04  Andreas Jaeger  <aj@suse.de>
15856
15857         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
15858
15859 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15860
15861         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
15862
15863 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
15864         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
15865
15866         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
15867
15868 2000-12-01  Simon Josefsson  <sj@extundo.com>
15869
15870         * mml-smime.el (mml-smime-verify): Fix address parsing.
15871
15872 2000-12-01  Simon Josefsson  <sj@extundo.com>
15873
15874         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
15875         more than one certificate inside PKCS#7 blob.  Better security
15876         information (clamed / actual sender, openssl output, certificates
15877         inside message).
15878
15879         * smime.el (smime-verify-region): Output to /dev/null.
15880         (smime-buffer-as-string-region): Don't parse empty lines.
15881
15882 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15883
15884         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
15885         ?d and ?D.
15886         (gnus-mime-security-show-details-inline): New variable.
15887         (gnus-mime-security-show-details): Use them.
15888         (gnus-insert-mime-security-button): Ditto.
15889
15890         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
15891         Suggest by Michael Duggan (md5i@cs.cmu.edu).
15892         (mml2015-gpg-clear-verify): Ditto.
15893         (mml2015-gpg-decrypt-1): Ditto.
15894         (mml2015-use): Prefer 'gpg.
15895
15896 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15897
15898         * gnus-util.el (gnus-add-text-properties-when): New function.
15899         (gnus-remove-text-properties-when): Ditto.
15900
15901         * gnus-cite.el (gnus-article-hide-citation): Use them.
15902         (gnus-article-toggle-cited-text): Use them.
15903
15904         * gnus-art.el (gnus-signature-toggle): Use them.
15905         (gnus-article-show-hidden-text): Ditto.
15906         (gnus-article-hide-text): Ditto.
15907
15908 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15909
15910         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
15911
15912 2000-11-30  Simon Josefsson  <sj@extundo.com>
15913
15914         * smime.el (smime-point-at-eol): New alias.
15915         (smime-buffer-as-string-region): Use it.
15916
15917 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15918
15919         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
15920
15921 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15922
15923         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
15924
15925         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
15926
15927         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
15928
15929 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
15930
15931         * nnmh.el (nnmh-request-expire-articles): Implemented
15932         expiry-target for nnmh backend.
15933
15934 2000-11-30  Simon Josefsson  <sj@extundo.com>
15935
15936         * mm-decode.el (mm-security-from): New variable.
15937         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
15938
15939         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
15940         than `from'.
15941
15942 2000-11-30  Simon Josefsson  <sj@extundo.com>
15943
15944         * mml-smime.el (mml-smime-verify): Verify that certificate mail
15945         address match sender address.
15946
15947         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
15948
15949         * smime.el (smime-verify-region): Don't copy buffer.
15950         (smime-decrypt-buffer): Use expand-file-name on keyfile.
15951         (smime-pkcs7-region): New function.
15952         (smime-pkcs7-certificates-region): Ditto.
15953         (smime-pkcs7-email-region): Ditto.
15954         (smime-buffer-as-string-region): Ditto.
15955
15956         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
15957         buffer.
15958
15959 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
15960
15961         * smime.el (smime-decrypt-region): Fix keyfile argument.
15962
15963 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15964
15965         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
15966
15967 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15968
15969         * message.el (message-shoot-gnksa-feet): New variable.
15970         (message-gnksa-enable-p): New function.
15971         (message-send): Use it.
15972         (message-check-news-body-syntax): Ditto.
15973
15974 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15975
15976         * message.el (message-make-message-id): Remove the redundancy.
15977
15978 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15979
15980         * message.el (message-setup): Discourage using mc-install-*-mode.
15981
15982         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
15983
15984 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15985
15986         * gnus-cite.el (gnus-cite-parse): Guess citation length.
15987
15988 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15989
15990         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
15991
15992 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15993
15994         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
15995
15996 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15997
15998         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
15999         insert-buffer-substring.
16000
16001         * message.el (message-send-mail): Use buffer-substring-no-properties.
16002         (message-send-news): Ditto.
16003
16004 2000-11-22  David Edmondson  <dme@dme.org>
16005
16006         * imap.el (imap-wait-for-tag): Message read info.
16007
16008 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16009
16010         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
16011         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
16012         (mml2015-gpg-encrypt): Ditto.
16013
16014 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16015
16016         * mm-decode.el (mm-verify-option): Default value.
16017
16018         * mml-sec.el (mml-secure-part): Error message.
16019
16020 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16021
16022         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
16023
16024 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16025
16026         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
16027
16028 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16029
16030         * gnus-art.el (gnus-article-describe-key): Use prompt.
16031         (gnus-article-describe-key-briefly): Ditto.
16032
16033 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16034
16035         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
16036
16037 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16038
16039         * gnus-art.el (gnus-article-describe-key): New function.
16040         (gnus-article-describe-key-briefly): New function.
16041
16042 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16043
16044         * mm-decode.el (mm-decrypt-option): Doc typo.
16045
16046         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
16047         return a number.
16048
16049 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16050
16051         * message.el (message-newline-and-reformat): Typo.
16052
16053 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16054
16055         * gnus-art.el (article-verify-x-pgp-sig): Check whether
16056         original-article-buffer exists.
16057
16058         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
16059         (rfc2047-header-encoding-alist): Addresses are different from text.
16060         (rfc2047-encode-message-header): Ditto.
16061         (rfc2047-dissect-region): Extra parameter.
16062         (rfc2047-encode-region): Ditto.
16063         (rfc2047-encode-string): Ditto.
16064
16065 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16066
16067         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
16068         (mm-uu-pgp-encrypted-extract): Use it.
16069         (mm-uu-pgp-signed-extract-1): New function.
16070         (mm-uu-pgp-signed-extract): Use it.
16071
16072         * gnus-art.el (gnus-mime-display-security): New function.
16073         (gnus-mime-display-part): Use it.
16074         (gnus-mime-security-verify-or-decrypt): New function.
16075         (gnus-mime-security-press-button): New function.
16076         (gnus-insert-mime-security-button): Use it.
16077
16078         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
16079         (mm-find-raw-part-by-type): Ditto.
16080         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
16081         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
16082         (mm-destroy-parts): Kill nested multibyte buffer.
16083
16084         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
16085         (mml2015-gpg-verify): Ditto.
16086
16087 2000-11-18  Simon Josefsson  <sj@extundo.com>
16088
16089         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
16090         (mml2015-function-alist): Use it.
16091
16092         * mml-sec.el (mml-sign-alist): Update names.
16093         (mml-encrypt-alist): Ditto.
16094         (mml-secure-part-smime-sign): Moved to mml-smime.el
16095         as `mml-smime-sign-query'.
16096         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
16097         `mml-smime-get-file-cert'.
16098         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
16099         `mml-smime-get-dns-cert'.
16100         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
16101         `mml-smime-encrypt-query'.
16102         (mml-smime-sign-buffer): Use mml-smime-sign.
16103         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
16104
16105         * mml-smime.el (mml-smime-sign): New function.
16106         (mml-smime-encrypt):
16107         (mml-smime-sign-query):
16108         (mml-smime-get-file-cert):
16109         (mml-smime-get-dns-cert):
16110         (mml-smime-encrypt-query): Moved from mml-sec.el.
16111
16112 2000-11-16  Simon Josefsson  <sj@extundo.com>
16113
16114         * mml2015.el (mml2015-gpg-clear-verify): New function.
16115         (mml2015-function-alist): Add it.
16116
16117 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
16118
16119         * message.el (message-setup-fill-variables): Use
16120         message-cite-prefix-regexp.
16121         (message-newline-and-reformat): Check the end of citation, leading
16122         WSP, break in the cite prefix.
16123         (message-fill-paragraph): New function.
16124
16125 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
16126
16127         * lpath.el: Shut up.
16128
16129 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
16130
16131         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
16132         raw 8-bit in headers in dk.* newsgroups.
16133
16134 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
16135
16136         * message.el (message-newline-and-reformat): Match extra WSPs.
16137
16138 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
16139
16140         * mml.el (mml-generate-mime-1): Ignore ascii.
16141
16142 2000-11-16 Justin Sheehy  <justin@iago.org>
16143
16144         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
16145
16146 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16147
16148         * message.el (message-cite-prefix-regexp): Prefix should not end
16149         at space.
16150
16151 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
16152
16153         * message.el (message-mode-syntax-table): Add - as a word
16154         constituent as in articles.
16155         (message-setup-fill-variables): Add -_. as supercite-style prefix.
16156         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
16157         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
16158
16159 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
16160
16161         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
16162
16163 2000-11-12  David Edmondson  <dme@dme.org>
16164
16165         * message.el (message-font-lock-keywords): use
16166         message-cite-prefix-regexp.
16167
16168 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16169
16170         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
16171         Stein Arild Str\e,Ax\e(Bmme.
16172         (gnus-group-jump-to-group): Use it.
16173         (gnus-group-jump-to-group-prompt): Customize.
16174
16175 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
16176
16177         * mailcap.el (mailcap-possible-viewers): Match the entire string.
16178
16179 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
16180
16181         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
16182         incompatible.
16183         (mml2015-mailcrypt-sign): Ditto.
16184
16185 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
16186
16187         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
16188         group is open.
16189
16190 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
16191
16192         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
16193         nnvirtual articles.
16194         (gnus-backlog-request-article): Don't request nnvirtual articles.
16195
16196 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
16197
16198         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
16199         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
16200
16201 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
16202
16203         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
16204         * mml.el (mml-generate-mime-1): Use charset attribute.
16205         * mm-bodies.el (mm-encode-body): Add parameter charset.
16206         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
16207
16208 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
16209
16210         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
16211         (mml2015-mailcrypt-clear-decrypt): Ditto.
16212         (mml2015-mailcrypt-verify): Ditto.
16213         (mml2015-mailcrypt-clear-verify): Ditto.
16214         (mml2015-gpg-verify): Ditto.
16215
16216 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
16217
16218         * smime.el (smime-openssl-program): Test the existence of openssl.
16219         * mml-smime.el: Require mm-decode.
16220         (mml-smime-verify-test): New function.
16221         * mm-decode.el (mm-verify-function-alist): Use it.
16222
16223 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
16224
16225         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
16226         anyway.
16227
16228 2000-11-13  Simon Josefsson  <sj@extundo.com>
16229
16230         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
16231         verification doesn't work.
16232
16233 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
16234
16235         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
16236         (gnus-inews-do-gcc): Use it.
16237
16238 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
16239
16240         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
16241         leading space.
16242         * mm-extern.el (mm-inline-external-body): Report error when no
16243         access-type.
16244
16245 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
16246
16247         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
16248
16249 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
16250
16251         * gnus-art.el (gnus-mime-button-menu): Use select-window.
16252
16253 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
16254
16255         * gnus-art.el (gnus-mime-display-part): Display multipart/related
16256         as multipart/mixed.
16257
16258 2000-11-12  David Edmondson  <dme@dme.org>
16259
16260         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
16261         and replace `.' with `\w' to allow for different syntax tables
16262         (from Vladimir Volovich).
16263         * message.el (message-newline-and-reformat): use
16264         `message-cite-prefix-regexp'.
16265         * gnus-cite.el (gnus-supercite-regexp): use
16266         `message-cite-prefix-regexp'.
16267         * gnus-cite.el (gnus-cite-parse): use
16268         `message-cite-prefix-regexp'.
16269
16270 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
16271
16272         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
16273         PGP SIGNATURE.  Escape leading "-"'s.
16274         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
16275
16276 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
16277
16278         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
16279
16280 2000-11-11  Simon Josefsson  <sj@extundo.com>
16281
16282         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
16283
16284         * smime.el (smime-details-buffer): New variable.
16285         (smime-sign-region):
16286         (smime-encrypt-region):
16287         (smime-verify-region):
16288         (smime-decrypt-region): Copy OpenSSL output to the buffer.
16289
16290         * mml-smime.el (mml-smime-verify): Support security info.
16291
16292 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
16293
16294         * mm-decode.el (mm-verify-option): Set default to nil.
16295         (mm-decrypt-option): Ditto.
16296         * gnus-art.el (article-verify-x-pgp-sig): New function.
16297
16298 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
16299
16300         * gnus-art.el (gnus-mime-display-alternative): Show button if no
16301         preferred part.
16302
16303 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16304
16305         * gnus-sum.el (gnus-move-split-methods): Say that
16306         `gnus-split-methods' uses file names, whereas this uses group
16307         names.  (Report from Nevin Kapur)
16308
16309 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
16310
16311         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
16312
16313 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
16314
16315         * nnheader.el (nnheader-directory-files-is-safe): New variable.
16316         (nnheader-directory-articles): Use it.
16317         (nnheader-article-to-file-alist): Ditto.
16318
16319 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
16320
16321         * rfc2047.el (rfc2047-pad-base64): New function.
16322         (rfc2047-decode): Use it.
16323
16324 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
16325
16326         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
16327         select method.
16328
16329 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
16330
16331         * mml2015.el (mml2015-gpg-decrypt-1):
16332         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
16333
16334 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
16335
16336         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
16337
16338 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
16339
16340         * pop3.el (pop3-munge-message-separator): A message may have an
16341         empty body.
16342
16343 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
16344
16345         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
16346         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
16347         (mm-uu-pgp-signed-extract): Use coding-system.
16348
16349 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
16350
16351         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
16352         (gnus-insert-mime-security-button): New function.
16353         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
16354         * mml2015.el:  Add security info when verify or decrypt.
16355         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
16356         (mm-uu-pgp-encrypted-extract): Ditto.
16357
16358 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
16359
16360         * mm-decode.el (mm-display-parts): New function.
16361         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
16362
16363 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16364
16365         * gnus-mlspl.el: Documentation tweaks.
16366
16367 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
16368
16369         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
16370         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
16371         argument.
16372
16373 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
16374
16375         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
16376
16377 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
16378
16379         * gnus-art.el (gnus-article-encrypt): New function.
16380         (gnus-article-encrypt-protocol-alist): New variable.
16381         (gnus-article-encrypt-protocol): New variable.
16382         * mml2015.el (mml2015-self-encrypt): New function.
16383         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
16384
16385 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
16386
16387         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
16388         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
16389         let mailcap do it.
16390         * mml2015.el: Remove snarf code.
16391         * mm-decode.el: Remove snarf code.
16392
16393 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
16394
16395         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
16396         (mml-insert-mime): Understand gnus-decoded.
16397         (mime-to-mml): New parameter handles.
16398         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16399         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
16400
16401 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
16402
16403         * mm-decode.el (mime-security): New group.
16404         (mm-verify-function-alist): Add test function.
16405         (mm-decrypt-function-alist): Ditto.
16406         (mm-snarf-option): Set default value as nil.
16407         (mm-find-part-by-type): Recursive parameter.
16408         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
16409         * mml2015.el: Support draft-ietf-openpgp-multsig.
16410
16411 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
16412
16413         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
16414         (gnus-article-view-part-as-charset): New function.
16415
16416 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
16417
16418         * mm-decode.el (mm-verify-option): Default value.
16419         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
16420
16421 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
16422
16423         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
16424
16425 2000-11-05  Simon Josefsson  <sj@extundo.com>
16426
16427         * mml-smime.el (mml-smime-verify): Work in original multipart
16428         buffert.
16429
16430         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
16431         (mm-handle-multipart-ctl-parameter): Ditto.
16432         (mm-alist-to-plist): New function.
16433         (mm-dissect-buffer): Store CTL parameters and copy original buffer
16434         for multiparts.
16435         (mm-destroy-parts): Destroy multipart buffert.
16436         (mm-remove-part): Ditto.
16437
16438         * mml-smime.el (mml-smime-sign): Not used.
16439         (mml-smime-encrypt): Ditto.
16440
16441         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
16442
16443         Verify S/MIME signature support.
16444
16445         * mm-decode.el (mm-inline-media-tests): Add
16446         application/{x-,}pkcs7-signature.
16447         (mm-inlined-types): Ditto.
16448         (mm-automatic-display): Ditto.
16449         (mm-verify-function-alist): Ditto.  Add name of method.
16450         (mm-decrypt-function-alist): Add name of method.
16451         (mm-find-part-by-type): Add documentation.
16452         (mm-possibly-verify-or-decrypt): Use new format of
16453         mm-{verify,decrypt}-function-alist.  Use method names.
16454
16455         * mml-smime.el (mml-smime-verify): New function.
16456
16457 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
16458
16459         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
16460
16461 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
16462
16463         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
16464         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
16465         * mm-decode.el (mm-snarf-option): New variable.
16466
16467 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
16468
16469         * mm-util.el (mm-subst-char-in-string): New function.
16470         (mm-replace-chars-in-string): Use it.
16471         * message.el (message-replace-chars-in-string): Use it.
16472         * nnheader.el (nnheader-replace-chars-in-string): Use it.
16473         * gnus-mh.el (mh-lib-progs): Shut up.
16474
16475 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
16476
16477         * base64.el, md5.el: Moved to contrib directory.
16478
16479 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
16480
16481         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
16482         the last article when search.
16483
16484 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
16485
16486         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
16487         * nnmail.el (nnmail-pathname-coding-system): Ditto.
16488
16489 2000-09-29  David Edmondson  <dme@thus.net>
16490
16491         * message.el (message-newline-and-reformat): Typo.
16492
16493 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
16494
16495         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
16496
16497 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
16498
16499         * nntp.el (nntp-decode-text): Delete bogus status lines.
16500
16501 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
16502
16503         * message.el (message-font-lock-keywords): Match a final newline
16504         to help font-lock's multiline support.
16505
16506 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
16507
16508         * nnoo.el (nnoo-set): New function.
16509
16510 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
16511
16512         * gpg.el, gpg-ring.el: Moved to contrib directory.
16513
16514 2000-11-04  Simon Josefsson  <sj@extundo.com>
16515
16516         * nnimap.el (nnimap-split-inbox): Typo.
16517
16518 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
16519
16520         * gnus-msg.el (gnus-msg-mail): Move it backwards.
16521
16522 2000-11-03  Simon Josefsson  <sj@extundo.com>
16523
16524         * rfc2231.el (rfc2231-parse-qp-string): New function.
16525         (require): rfc2047.
16526
16527         * mail-parse.el (mail-header-parse-content-type):
16528         (mail-header-parse-content-disposition): Support invalid QP
16529         encoded strings, by using `rfc2231-parse-qp-string'.
16530
16531 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
16532
16533         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
16534         (rfc2231-decode-encoded-string): Typo "> X 1".
16535         (rfc2231-encode-string): Insert the name of charset.
16536         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
16537
16538 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
16539
16540         * mm-decode.el (mm-save-part): Return the filename.
16541         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
16542         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
16543         (gnus-mime-action-alist): Use it.
16544         (gnus-mime-button-commands): Use it.
16545         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
16546         (mm-inline-external-body): unwind-protect.
16547
16548 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
16549
16550         * gnus-art.el (gnus-insert-mime-button): Show url.
16551
16552 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
16553
16554         * mml.el (mml-generate-mime-1): Support external url.
16555         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
16556
16557 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
16558
16559         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
16560         * mm-decode.el (mm-display-external): Ditto.
16561         * mm-extern.el: New file.
16562         * mm-decode.el (mm-inline-media-tests): Hook it up.
16563         (mm-inlined-types): Inline message/external-body.
16564
16565 2000-11-02  Simon Josefsson  <sj@extundo.com>
16566
16567         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
16568
16569         * message.el (message-get-reply-headers): Better handling when
16570         Mail-Followup-To is very large.
16571
16572 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
16573
16574         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
16575         * gnus-art.el (gnus-article-edit-done):
16576         * gnus-sum.el (gnus-summary-edit-article-done): Move line
16577         counting code here.
16578         * gnus-msg.el (gnus-setup-message): Remove a hack.
16579
16580 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
16581
16582         * gnus-sum.el (gnus-newsgroup-variables): New variable.
16583         (gnus-summary-mode): Make them local variables.
16584         (gnus-set-global-variables): Globalize them.
16585         (gnus-summary-exit): Kill them.
16586
16587 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
16588
16589         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
16590         word.
16591
16592 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
16593
16594         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
16595         gnus-article-wash-types.
16596         * gnus-art.el (gnus-article-wash-status): Use them.
16597
16598 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
16599
16600         * mml.el (mml-read-tag): Remove spaces and LF.
16601
16602 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
16603
16604         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
16605         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
16606
16607 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
16608
16609         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
16610
16611 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
16612
16613         * gnus-sum.el (gnus-article-charset): New variable.
16614         (gnus-summary-display-article): Set it.
16615         * gnus-msg.el (gnus-copy-article-buffer): Use it.
16616         * gnus-art.el (gnus-article-mode): Make it local variable.
16617
16618 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16619
16620         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
16621
16622 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16623
16624         * nnwfm.el: New file.
16625
16626         * nnweb.el (nnweb-replace-in-string): New function.
16627
16628 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
16629
16630         * mml2015.el: Wrap gpg.el.
16631         * gpg.el (gpg-verify): The last argument of apply is a list.
16632         (gpg-encrypt): Add passphrase as a parameter.
16633
16634 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
16635
16636         * gpg.el: New file.
16637         * gpg-ring.el: New file.
16638
16639 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
16640
16641         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
16642
16643 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16644
16645         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
16646         double-quote characters.
16647         (gnus-summary-prepare-threads): Ditto.
16648
16649 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
16650
16651         * gnus-art.el (gnus-mime-display-single): Forward line -1.
16652         * mml.el (mml-read-tag): Don't skip the leading space.
16653         * lpath.el (font-lock-set-defaults): Shut up.
16654
16655 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
16656
16657         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
16658
16659 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
16660
16661         * qp.el (quoted-printable-encode-region): Replace leading - when
16662         ultra safe.
16663         * mml.el (mml-generate-mime-postprocess-function): Removed.
16664         (mml-postprocess-alist): Removed.
16665         (mml-generate-mime-1): Use ultra-safe when sign.
16666         * mml2015.el (mml2015-fix-micalg): Uppercase.
16667         (mml2015-verify): Insert LF.
16668         (mml2015-mailcrypt-sign): Downcase; search backward.
16669
16670 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16671
16672         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
16673         restrictive.
16674         (nnultimate-table-regexp): New variable.
16675         (nnultimate-forum-table-p): Use it.
16676
16677 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
16678         Trivial patch.
16679
16680         * gnus-sum.el (gnus-summary-expire-articles): Save point.
16681
16682 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
16683
16684         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
16685         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
16686
16687 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
16688
16689         * mml2015.el: Shut up.
16690
16691 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
16692
16693         * gnus.el (gnus-server-browse-hashtb): Removed.
16694         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
16695         (gnus-group-insert-group-line-info): Use simplified method.
16696         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
16697
16698 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
16699
16700         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
16701         moved here.
16702         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
16703         * gnus-group.el (gnus-group-prepare-flat): Use it.
16704         * gnus-topic.el (gnus-group-prepare-topics): Use it.
16705
16706 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
16707
16708         * mml.el (mml-mode): Show menu in XEmacs.
16709
16710 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
16711
16712         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
16713         (gnus-server-read-server-in-server-buffer): New function.
16714         (gnus-browse-foreign-server): Browse in group buffer.
16715         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
16716         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
16717         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
16718         * gnus.el (gnus-server-browse-hashtb): New variable.
16719
16720 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
16721
16722         * nnfolder.el (nnfolder-open-nov): Use group.
16723
16724 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
16725
16726         * nnfolder.el: Add NOV. Set version to 2.0.
16727         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
16728
16729 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
16730
16731         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
16732
16733 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
16734
16735         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
16736         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
16737
16738 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
16739
16740         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
16741
16742 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
16743
16744         * mm-decode.el (mm-verify-function-alist): New variable.
16745         (mm-verify-option): New variable.
16746         (mm-decrypt-function-alist): Ditto.
16747         (mm-decrypt-option): Ditto.
16748         (mm-find-raw-part-by-type): New function.
16749         (mm-possibly-verify-or-decrypt): New function.
16750         (mm-dissect-multipart): Use it.
16751         * mml2015.el (mml2015-fix-micalg): New function.
16752         (mml2015-decrypt): Use new interface.
16753         (mml2015-verify):  Use new interface.
16754         (mml2015-setup): Make it bogus.
16755
16756 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
16757
16758         * mml.el (mml-generate-mime-postprocess-function): Set to
16759         mml-postprocess.
16760         (autoload): Autoload mml2015 and mml-smime.
16761         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
16762         * mml2015.el (mml2015-encrypt): New function.
16763         (mml2015-sign): New function.
16764         (mml2015-encrypt-function): New variable.
16765         (mml2015-sign-function): New variable.
16766         (mml2015-mailcrypt-encrypt): Use message-recipients.
16767         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
16768         * mml-smime.el (mml-smime-setup): Ditto.
16769
16770 2000-10-28  Simon Josefsson  <sj@extundo.com>
16771
16772         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
16773         Communigate Pro 3.3.1 server.
16774
16775         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
16776         in buffers.
16777         (mml-secure-dns-server): Removed.
16778         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
16779         write certificates to files.
16780
16781         * smime.el (smime-dns-server): New variable.
16782         (smime-mail-to-domain):
16783         (smime-cert-by-dns): New functions.
16784
16785         * dig.el: New file.
16786
16787 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
16788
16789         * message.el (message-options): New variable.
16790         (message-options-set-recipient): New function.
16791         (message-send): Use them.
16792         * gnus-int.el (gnus-request-replace-article): Use them.
16793         (gnus-request-accept-article): Ditto.
16794         * mml.el (mml-preview): Use them.
16795         * gnus-sum.el (gnus-summary-edit-article): Use them.
16796
16797         * message.el (message-options-get): New function.
16798         (message-options-get): New function.
16799         * rfc2047.el (rfc2047-encode-message-header): Use them.
16800         * mm-bodies.el (mm-encode-body): Use them.
16801
16802 2000-10-28  Simon Josefsson  <sj@extundo.com>
16803
16804         * nnimap.el (nnimap-retrieve-which-headers):
16805         (nnimap-request-article-part): Quote message-id.
16806
16807         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
16808         (smime-CA-file): New variable.
16809         (smime-call-openssl-region): Don't error.
16810         (smime-sign-region): Return result value.
16811         (smime-encrypt-region): Ditto.
16812         (smime-verify-region): New function.
16813         (smime-decrypt-region): Ditto.
16814         (smime-verify-buffer): Ditto.
16815         (smime-decrypt-buffer): Ditto.
16816
16817         * mml.el: Require mml-sec.
16818         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
16819         (mml-mode-map): Add "sign" and "encrypt" maps.
16820         (mml-menu): Add security menu.
16821         (mml-preview): Use generate-new-buffer.
16822
16823         * mml-sec.el: New file.
16824
16825 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
16826
16827         * mm-decode.el (mm-find-part-by-type): Move it here.
16828         * mml.el (mml-postprocess): Move it here.
16829         (mml-postprocess-alist): Move it here. Merge them.
16830
16831 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
16832
16833         * rfc2047.el (rfc2047-encode-message-header): Make sure no
16834         unencoded stuff in the header.
16835
16836 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
16837
16838         * gnus-group.el (gnus-group-listed-groups): New variable.
16839         (gnus-group-list-option): New variable.
16840         (gnus-group-list-limit-map): New keymap.
16841         (gnus-group-list-flush-map): New keymap.
16842         (gnus-group-list-plus-map): New keymap.
16843         (gnus-group-prepare-logic): New function.
16844         (gnus-group-prepare-flat): Merge with
16845         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
16846         (gnus-group-prepare-flat-list-dead): Ditto.
16847         (gnus-group-list-matching): Use gnus-group-prepare-function.
16848         (gnus-group-list-dormant): Ditto.
16849         (gnus-group-list-cached): Ditto.
16850         (gnus-group-listed-groups): New function.
16851         (gnus-group-list-limit): New function.
16852         (gnus-group-list-flush): New function.
16853         (gnus-group-list-plus): New function.
16854         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
16855         (gnus-topic-prepare-topic): Ditto.
16856
16857 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
16858
16859         * message.el (message-insert-to, message-get-reply-headers):
16860         (message-reply, message-followup): Mail-{Followup,Reply}-To.
16861
16862 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
16863
16864         * mml2015.el: New file.
16865         * smime.el: New file.
16866         * mml-smime.el: New file.
16867
16868 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
16869
16870         * ChangeLog: Moved to ChangeLog.1.
16871
16872     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
16873   Copying and distribution of this file, with or without modification,
16874   are permitted provided the copyright notice and this notice are preserved.
16875
16876 ;; Local Variables:
16877 ;; coding: iso-2022-7bit
16878 ;; End: