(gnus-put-image): Mark the right text segment with
[gnus] / lisp / ChangeLog
1 2003-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * gnus-ems.el (gnus-put-image): Mark the right text segment with
4         gnus-image-category. 
5
6         * gnus-srvr.el (gnus-browse-unsubscribe-group): Strip prefix from
7         native groups.
8
9         * gnus-topic.el (gnus-group-prepare-topics): Update topic line
10         format specs.
11
12         * gnus-picon.el: Written by moi, moi, moi.
13
14         * gnus-group.el (gnus-group-kill-group): Clean up.
15
16 2003-06-23  Teodor Zlatanov  <tzz@lifelogs.com>
17
18         * spam.el (spam-from-listed-p, spam-parse-list): use
19         ietf-drums-parse-addresses to extract the address portion of the
20         whitelist/blacklist file if it looks like an address can be found
21
22 2003-06-23  Didier Verna  <didier@xemacs.org>
23
24         * gnus-ems.el (gnus-put-image): New argument CATEGORY. Add it as a
25         text property.
26         (gnus-remove-image): New argument CATEGORY. Only remove if
27         category matches.
28         * gnus-xmas.el (gnus-xmas-put-image):
29         (gnus-xmas-remove-image): Ditto, with extents.
30         * gnus-art.el (gnus-delete-images): Pass CATEGORY argument to
31         gnus-[xmas-]remove-image.
32         (article-display-face): Don't always act as a toggle. Call
33         `gnus-put-image' with CATEGORY argument.
34         (article-display-x-face): Call `gnus-put-image' with CATEGORY
35         argument.
36         * smiley.el (smiley-region): Ditto.
37         * gnus-fun.el (gnus-display-x-face-in-from): Ditto.
38         * gnus-picon.el (gnus-picon-insert-glyph): Ditto.
39         (gnus-treat-mail-picon): Don't always act as a toggle.
40         * gnus-picon.el (gnus-treat-newsgroups-picon): Ditto.
41
42 2003-06-23  Didier Verna  <didier@xemacs.org>
43
44         * gnus-art.el (article-display-face): Check for existence of the
45         original article buffer before switching to it.
46
47 2003-06-20  Jesper Harder  <harder@ifa.au.dk>
48
49         * mm-util.el (mm-append-to-file): Say "Appended to".  Suggested by
50         Dan Jacobson <jidanni@jidanni.org>.
51
52         * mm-view.el (mm-inline-message): Bind
53         gnus-original-article-buffer to the buffer in the mml handle
54         holding the message.
55
56 2003-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
57
58         * message.el (sender, from): No need to bind them.
59
60 2003-06-19  Teodor Zlatanov  <tzz@lifelogs.com>
61
62         * spam.el (spam-enter-list): search-forward specified wrong
63
64 2003-06-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
65
66         * gnus-art.el: Comment fix.
67
68 2003-06-20  Jesper Harder  <harder@ifa.au.dk>
69
70         * gnus-msg.el (gnus-configure-posting-styles): Remove unused
71         variable.  From Jan Rychter <jan@rychter.com>.
72
73         * spam.el (spam-spamoracle-learn): insert-string is obsolete.
74
75 2003-06-19  Teodor Zlatanov  <tzz@lifelogs.com>
76
77         * spam.el (spam-enter-list): do not enter duplicate addresses into
78         the whitelist/blacklist
79
80 2003-06-19  Jesper Harder  <harder@ifa.au.dk>
81
82         * nnheader.el (nnheader-init-server-buffer): Add
83         nntp-server-buffer to gnus-buffers.
84
85         * gnus-start.el (gnus-clear-system): Now we don't need to kill
86         nntp-server-buffer separately.
87
88 2003-06-18  Didier Verna  <didier@xemacs.org>
89
90         * gnus-art.el (article-display-face): Correctly toggle between
91         display and hiding. Handle multiple Face headers.
92
93 2003-06-17  Dave Love  <fx@gnu.org>
94
95         * nnimap.el: Require cl when compiling.
96
97         * message.el (message-fix-before-sending): Reinstate nullifying
98         the invisible text property.
99         (sender, from): Defvar when compiling.
100         (message-is-yours-p): Remove autoload cookie.
101
102 2003-06-17  Reiner Steib  <Reiner.Steib@gmx.de>
103
104         * gnus-util.el (gnus-extract-address-components): Added
105         doc-string.
106
107 2003-06-16  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
108
109         * nnml.el (nnml-current-group-article-to-file-alist): Don't read
110         overview when using compressed files.  From Michael Albinus
111         <Michael.Albinus@alcatel.de>.
112
113 2003-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
114
115         * gnus-sum.el (gnus-summary-refer-parent-article): Extract
116         Message-ID from In-Reply-To header.
117
118 2003-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
119
120         * message.el (message-is-yours-p): Narrow to head; extract from
121         and sender by itself.
122         (message-cancel-news, message-supersede): Remove useless things.
123
124 2003-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
125
126         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
127         `gnus-article-emulate-mime'.
128
129 2003-06-15  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
130         From Tommi Vainikainen <thv+gnus@iki.fi>.
131
132         * message.el (message-is-yours-p): New function.  Separated common
133         code from message-cancel-news and message-supersede.  Added
134         matching code which uses message-alternative-emails regexp as last
135         resort.
136         (message-cancel-news, message-supersede): Use message-is-yours-p.
137
138 2003-06-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
139
140         * nnimap.el (nnimap-split-articles): Narrow the right buffer to
141         the headers.  From Niklas Morberg <niklas.morberg@axis.com>.
142
143 2003-06-12  Dave Love  <fx@gnu.org>
144
145         * nnheader.el (nnheader-functionp): Deleted.
146
147         * nnmail.el (nnmail-split-fancy-syntax-table): Define all in
148         defvar.
149         (nnmail-version): Deleted.
150         (nnmail-check-duplication, nnmail-expiry-target-group): Don't use
151         nnheader-functionp.
152
153 2003-06-10  Teodor Zlatanov  <tzz@lifelogs.com>
154
155         * spam.el (spam-check-bogofilter-headers): fix for when the score
156         is requested but the message is not spam
157
158 2003-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
159         From Eric
160         <knauel@informatik.uni-tuebingen.de>
161
162         * spam.el (spam-use-spamoracle): new variable
163         (spam-install-hooks): add spamoracle to the list of conditions
164         for activation of spam-install-hooks
165         (spam-spamoracle): new variable customization group
166         (spam-spamoracle, spam-spamoracle): new variables
167         (spam-group-spam-processor-spamoracle-p)
168         (spam-group-ham-processor-spamoracle-p): new functions
169         (spam-summary-prepare-exit): added spamoracle ham/spam exit processing
170         (spam-list-of-checks, spam-list-of-statistical-checks): add
171         spam-use-spamoracle
172         (spam-check-spamoracle, spam-spamoracle-learn)
173         (spam-spamoracle-learn-ham, spam-spamoracle-learn-spam): new functions
174
175         * gnus.el (gnus-group-spam-exit-processor-spamoracle)
176         (gnus-group-ham-exit-processor-spamoracle): new variables for SpamOracle
177         (spam-process, ham-process): added spamoracle spam/ham processors
178
179 2003-06-08  Jesper Harder  <harder@ifa.au.dk>
180
181         * message.el (message-beginning-of-line): Docstring improvement.
182         Suggested by Michael R. Wolf <MichaelRunningWolf@att.net>
183
184 2003-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
185
186         * gnus-sum.el (gnus-summary-make-menu-bar): Removed ["Add buttons"
187         gnus-summary-display-buttonized t]
188
189 2003-06-07  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
190
191         * nnmail.el (nnmail-split-fancy-match-partial-words): Doc string
192         fix.  Reported by Johan Bockg\e,Ae\e(Brd <bojohan+news@dd.chalmers.se>.
193
194 2003-06-07  Jesper Harder  <harder@ifa.au.dk>
195
196         * message.el (message-beginning-of-line): Docstring improvement.
197
198 2003-06-06  Jesper Harder  <harder@ifa.au.dk>
199
200         * gnus-srvr.el (gnus-browse-foreign-server): Parse garbage NNTP
201         groups correctly.
202
203 2003-06-06  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
204         From Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
205
206         * message.el (message-fetch-field): Augment documentation to state
207         the narrowed-to-headers restriction.
208         (message-change-subject, message-reduce-to-to-cc)
209         (message-generate-unsubscribed-mail-followup-to)
210         (message-insert-importance-high, message-insert-importance-low)
211         (message-insert-or-toggle-importance)
212         (message-insert-disposition-notification-to): Narrow to headers
213         before calling message-fetch-field or message-remove-header.
214
215 2003-06-06  Teodor Zlatanov  <tzz@lifelogs.com>
216
217         * gnus-registry.el (gnus-registry-trim): fix for when
218         gnus-registry-max-entries is nil
219
220 2003-06-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
221
222         * qp.el (quoted-printable-decode-region): Don't error out on
223         malformed text.
224
225 2003-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
226
227         * rfc2047.el (rfc2047-encode-region): Don't error out on invalid
228         strings.
229
230 2003-06-04  Jesper Harder  <harder@ifa.au.dk>
231
232         * mml1991.el (mml1991-pgg-sign): Insert pgg output as unibyte.
233         From: Ivan Boldyrev <boldyrev+nospam@cgitftp.uiggm.nsc.ru> (tiny
234         change)
235
236 2003-06-03  Dave Love  <fx@gnu.org>
237
238         * gnus-soup.el (gnus-soup-send-packet): Don't use
239         message-functionp.
240
241         * gnus.el (gnus-agent-cache): Doc fix.
242         (gnus-other-frame): Quote lambda used as hook.
243
244         * message.el: Doc fixes.
245         (message-functionp): Deleted.  Callers changed.
246         (message-fix-before-sending): Highlight with overlays.  Clarify
247         `illegible text' messages.
248         (rmail-enable-mime-composing, gnus-message-group-art): Defvar when
249         compiling.
250         (gnus-find-method-for-group, nnvirtual-find-group-art): Autoload.
251
252 2003-06-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
253
254         * nnmail.el (nnmail-split-fancy-match-partial-words): New user
255         option.
256         (nnmail-split-it): Obey it.  Don't let-bind regexp twice.
257
258         * message.el (message-fetch-field): Mention narrow-to-headers
259         requirement.
260
261 2003-06-03  Jesper Harder  <harder@ifa.au.dk>
262
263         * gnus-xmas.el (gnus-xmas-create-image): Use
264         insert-file-contents-literally.  From: Eric Eide
265         <eeide@cs.utah.edu>
266
267 2003-06-02  Teodor Zlatanov  <tzz@lifelogs.com>
268
269         * gnus-registry.el (gnus-registry-fetch-group): always return the
270         short name of the group
271
272 2003-06-02  Jesper Harder  <harder@ifa.au.dk>
273
274         * gnus-cus.el (defvar): Silence byte-compiler warnings.
275
276         * gnus-sum.el (gnus-get-newsgroup-headers): Unfold headers.
277
278 2003-05-31  Jesper Harder  <harder@ifa.au.dk>
279
280         * gnus-art.el (article-unsplit-urls): Use gnus-treat-article
281         rather than gnus-display-mime-function.
282
283 2003-05-30  Teodor Zlatanov  <tzz@lifelogs.com>
284
285         * gnus-registry.el (gnus-registry-use-long-group-names): new variable
286         (gnus-registry-add-group): use it
287         (gnus-registry-trim-articles-without-groups): new variable
288         (gnus-registry-delete-group): use it
289         (gnus-registry-unload-hook): uninstall all the hooks
290
291         * spam.el (spam-install-hooks-function, spam-unload-hook): new
292         functions so users that load spam.el for customization don't get
293         all the hooks installed
294         (spam-install-hooks): new variable, set to t by default if user
295         has one of the spam-use-* variables set
296
297         * spam-stat.el (spam-stat-install-hooks, spam-stat-unload-hook): new
298         functions so users that load spam-stat.el for customization don't get
299         all the hooks installed
300
301 2003-05-30  Dave Love  <fx@gnu.org>
302
303         * rfc2047.el (rfc2047-decode): Don't use
304         mm-with-unibyte-current-buffer.
305
306         * qp.el (quoted-printable-decode-string): Use
307         mm-with-unibyte-buffer.
308
309 2003-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
310
311         * gnus-registry.el (gnus-registry-save): allow forced saving even
312         when registry is not dirty.  Use gnus-registry-trim to shorten the
313         gnus-registry-alist.
314         (gnus-registry-max-entries): new variable
315         (gnus-registry-trim): new function, trim gnus-registry-alist to
316         size gnus-registry-max-entries, sorting by entry mtime so the
317         newest entries stick around
318
319         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): instead of
320         just one specific variable, allow a list of specific variables
321
322 2003-05-28  Dave Love  <fx@gnu.org>
323
324         * rfc2047.el (rfc2047-encode-region): Skip ASCII at beginning and
325         end of region.
326
327 2003-05-28  Jesper Harder  <harder@ifa.au.dk>
328
329         * lpath.el: Add put-char-table and get-char-table.
330
331 2003-05-28  Teodor Zlatanov  <tzz@lifelogs.com>
332
333         * gnus-registry.el (gnus-registry-dirty): flag for modified registry
334         (gnus-registry-save, gnus-registry-read)
335         (gnus-registry-store-extra, gnus-registry-clear): use it (note
336         that gnus-registry-store-extra is invoked for all modifications to
337         set the mtime, so gnus-registry-dirty only needs to be set there)
338
339 2003-05-23  Simon Josefsson  <jas@extundo.com>
340
341         * mml1991.el (mml1991-pgg-sign): Use mml-sender instead of
342         message-sender.
343
344         * gnus-art.el (gnus-use-idna): Check if idna-program is installed.
345
346         * message.el (message-use-idna): Ditto.
347
348 2003-05-20  Dave Love  <fx@gnu.org>
349
350         * rfc2047.el (rfc2047-q-encoding-alist): Deleted.
351         (rfc2047-q-encode-region): Don't use it.
352         (rfc2047-encode-message-header) <(eq method 'mime)>: Bind
353         rfc2047-encoding-type to `mime'.
354         (rfc2047-encode-string, rfc2047-encode): Doc fix.
355
356 2003-05-20  Jesper Harder  <harder@ifa.au.dk>
357
358         * message.el (message-send-mail): Don't insert a courtesy copy
359         notice in base64 encoded messages.
360
361 2003-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
362
363         * gnus-sum.el (gnus-summary-move-article): Don't copy expirable
364         marks if the destination group is not auto-expirable.
365
366 2003-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
367
368         * dgnushack.el (assq-delete-all): Removed the compiler macro.
369
370 2003-05-14  Kevin Greiner <kgreiner@xpediantsolutions.com>
371
372         * gnus-agent.el (gnus-agentize): Updated documentation to match
373         usage.
374         (gnus-agent-expire-group-1): Do not skip over a group when the
375         force argument is set.
376         * gnus.el (gnus-agent): Updated documentation to reflect that
377         gnus-agent now defaults to t.
378
379 2003-05-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
380
381         * gnus.el (gnus-version-number): Bump.
382
383 2003-05-14 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
384
385         * gnus.el: Gnus v5.10.2 is released.
386
387 2003-05-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
388
389         * mail-source.el (mail-source-delete-incoming): Changed to t.
390
391         * rfc2047.el (rfc2047-syntax-table): Funcall.
392
393         * lpath.el ((featurep 'xemacs)): Added set-char-table-range.
394         ((featurep 'xemacs)): No, don't.
395
396         * rfc2047.el (rfc2047-encodable-p): Use the header charset.
397
398         * gnus-sum.el (gnus-summary-reselect-current-group): Supply
399         leave-hidden.
400
401 2003-05-14  Jonathan Kamens  <jik@kamens.brookline.ma.us>
402
403         * gnus-sum.el (gnus-summary-exit): Added `leave-hidden'.  (Tiny
404         patch.)
405
406 2003-05-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
407
408         * gnus-registry.el (gnus-registry-store-extra-entry): Use
409         gnus-assq-delete-all.
410
411         * gnus-xmas.el (gnus-xmas-assq-delete-all): New function.
412
413         * message.el (message-ignored-bounced-headers): Add Delivered-To.
414
415         * gnus-sum.el (gnus-summary-find-next): Indent.
416         (gnus-summary-find-prev): Ditto.
417         (gnus-summary-catchup): Doc fix.
418         (gnus-summary-mark-current-read-and-unread-as-read): New function.
419         (gnus-summary-catchup): Really mark after point.
420
421         * gnus-util.el (gnus-user-date): Use %d instead of %m.
422         (gnus-user-date): Use floating point time so that we don't get
423         overflows.
424
425         * gnus-sum.el (gnus-summary-local-variables): Clean up.
426
427         * gnus-fun.el (gnus-display-x-face-in-from): Don't use centering
428         since none of the other image things do.
429
430 2003-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
431
432         * dgnushack.el (assq-delete-all): New compiler macro for Emacs 20.
433
434 2003-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
435
436         * lpath.el: Fbind find-coding-system.
437
438         * dgnushack.el (dgnushack-make-load): Remove redundant format call
439         in message.  Suggested by Yoichi NAKAYAMA <yoichi@geiin.org>.
440         * pop3.el (pop3-movemail): Ditto.
441
442 2003-05-12  Colin Marquardt <c.marquardt@alcatel.de>  (tiny change)
443
444         * gnus.el (gnus-agent): Docstring fix.
445
446 2003-05-12  Teodor Zlatanov  <tzz@lifelogs.com>
447
448         * gnus-registry.el (gnus-registry-install): new variable
449         (gnus-registry-fetch-extra, gnus-registry-fetch-extra-entry)
450         (gnus-registry-store-extra-entry, gnus-registry-delete-group)
451         (gnus-registry-add-group): add a modification timestamp to each entry
452         (gnus-registry-install-hooks): new function
453
454 2003-05-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
455
456         * gnus-agent.el (gnus-agent-cat-name): Eval macro while compiling.
457         (gnus-agent-cat-disable-undownloaded-faces): New function.
458         Accessor for new agent property
459         'agent-disable-undownloaded-faces'.
460         gnus-cus.el (gnus-agent-parameters): Added
461         agent-disable-undownloaded-faces and corrected documentation.
462         (gnus-agent-cat-prepare-category-field,
463         gnus-agent-customize-category): Changed to avoid creating free
464         references to each field's symbol.
465         gnus-sum.el (gnus-summary-use-undownloaded-faces): New local variable.
466         (gnus-select-newgroup): Initialize it.
467         (gnus-summary-highlight-line): Use it.
468
469 2003-05-12  Dave Love  <fx@gnu.org>
470
471         * mm-util.el (mm-read-charset): Deleted.
472         (mm-coding-system-mime-charset): New.
473         (mm-read-coding-system, mm-mule-charset-to-mime-charset)
474         (mm-charset-to-coding-system, mm-mime-charset)
475         (mm-find-mime-charset-region): Use it.
476         (mm-default-multibyte-p): Fix non-mule case.
477
478         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-bol): Eval
479         and compile.
480         (rfc2047-syntax-table): Fix building table to work in Emacs 22.
481         (rfc2047-unfold-region): Delete unused var `leading'.
482
483 2003-05-12  Simon Josefsson  <jas@extundo.com>
484
485         * pgg.el (pgg-temp-buffer-show-function): Reuse existing visible
486         output window if one is available.  Tiny patch from Ville Skytt\e,Ad\e(B
487         <scop@xemacs.org>.
488
489 2003-05-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
490
491         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Added
492         space.
493
494 2003-05-11  Jesper Harder  <harder@ifa.au.dk>
495
496         * gnus-sum.el (gnus-summary-enter-digest-group): Don't do article
497         washing etc.
498         (gnus-handle-ephemeral-exit): Don't reload article after exiting.
499
500         * nndoc.el (nndoc-type-alist): `mime-digest' should be before
501         `mime-parts'.
502
503 2003-05-10  Jesper Harder  <harder@ifa.au.dk>
504
505         * gnus-cite.el (gnus-article-hide-citation-maybe): Make toggling
506         work.  Update mode-line.
507
508 2003-05-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
509
510         * gnus.el (gnus-logo-color-alist): Added no colours.
511
512 2003-05-09  Dave Love  <fx@gnu.org>
513
514         * utf7.el (mm-util): Require.
515         (utf7-direct-encoding-chars, utf7-imap-direct-encoding-chars):
516         Defconst, not defvar.
517         (utf7-utf-16-coding-system): New.
518         (utf7-encode-internal): Hoist concat out of loop.
519         (utf7-fragment-encode): Use mm-with-unibyte-current-buffer.
520         (utf7-get-u16char-converter) [utf7-utf-16-coding-system]: New
521         case.
522         (utf7-latin1-u16-char-converter): Encode the region.
523         (utf7-u16-latin1-char-converter): Decode the region.
524         (utf7-encode, utf7-decode): Fix multibyteness.
525
526         * mm-bodies.el (mm-body-7-or-8): Don't special-case mule.
527         (mm-encode-body): Use mm-read-coding-system, not mm-read-charset.
528         (mm-uu-yenc-decode-function): Defvar when compiling.
529         (mm-encode-body, mm-decode-body): Doc fix.
530
531 2003-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
532
533         * gnus-registry.el (gnus-registry-unregistered-group-regex):
534         removed in favor of the group/topic/global variables
535         (gnus-registry-register-message-ids): fixed test to omit
536         gnus-registry-unregistered-group-regex
537
538         * gnus.el (gnus-variable-list): removed gnus-registry-alist and
539         gnus-registry-headers-alist from the list
540         (gnus-registry-headers-alist): removed
541         (registry-ignore): new parameter, with accompanying
542         gnus-registry-ignored-groups global variable
543
544         * gnus-start.el (gnus-clear-system): no need to clear the
545         registry, we can do it ourselves
546         (gnus-gnus-to-quick-newsrc-format): extra parameters so it can be
547         used by gnus-registry.el
548
549         * gnus-registry.el (gnus-registry-cache-file): new file variable
550         (gnus-registry-cache-read, gnus-registry-cache-save): new
551         functions
552         (gnus-registry-cache-whitespace): new function.  From Dan
553         Christensen <jdc@chow.mat.jhu.edu>
554         (gnus-registry-save, gnus-registry-read): use the new
555         gnus-registry-cache-{read|save} functions, and change the name
556         from gnus-registry-translate-{from|to}-alist
557         (gnus-registry-clear): fixed so it doesn't refer to old function name
558
559 2003-05-09  Jesper Harder  <harder@ifa.au.dk>
560
561         * gnus-picon.el (gnus-picon-transform-address): Parse the encoded
562         address.
563
564 2003-05-08  Teodor Zlatanov  <tzz@lifelogs.com>
565
566         * gnus-start.el (gnus-clear-system): added gnus-registry-alist to
567         the list of cleared variables
568
569         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
570         nnmail-split-fancy-with-parent-ignore-groups can be a single regex
571         in addition to a list of regexes.
572
573         * spam.el (spam-use-regex-headers): docstring fix.  From Niklas
574         Morberg <niklas.morberg@axis.com>
575
576 2003-05-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
577
578         * gnus-sum.el (gnus-summary-next-page): Mention
579         `gnus-article-skip-boring' in docstring.
580
581 2003-05-08  Jesper Harder  <harder@ifa.au.dk>
582
583         * rfc2231.el (rfc2231-parse-string): "=" should have whitespace
584         syntax here.
585
586         * ietf-drums.el (ietf-drums-syntax-table): "=" should not have
587         whitespace syntax class when parsing email addresses.
588
589         * message.el (message-forward-subject-name-subject): Don't use
590         mail-decode-encoded-word-string before parsing from.
591
592 2003-05-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
593
594         * message.el (message-setup-1): Setup alternative email before
595         generate-headers.
596
597         (message-forward-subject-name-subject): Fix the case when the
598         field "from" doesn't exist.
599
600 2003-05-07  Dave Love  <fx@gnu.org>
601
602         * rfc2047.el (rfc2047-encode-region): Skip \n as whitespace.
603
604         * mm-util.el (mm-find-mime-charset-region): Expurgate utf-16 from
605         possible values.
606
607 2003-05-07  Jesper Harder  <harder@ifa.au.dk>
608
609         * message.el (message-kill-to-signature): Fix.
610
611 2003-05-06  Jesper Harder  <harder@ifa.au.dk>
612
613         * gnus-sum.el (gnus-auto-goto-ignores): Docstring fix.
614
615         * gnus-art.el (gnus-mime-display-multipart-as-mixed)
616         (gnus-mime-display-multipart-related-as-mixed)
617         (gnus-button-mid-or-mail-heuristic-alist): do.
618
619 2003-05-05  Dave Love  <fx@gnu.org>
620
621         * mm-util.el (mm-default-multibyte-p): New.
622         (mm-coding-system-p): Maybe use find-coding-systems.
623
624 2003-05-04  Dave Love  <fx@gnu.org>
625
626         * rfc2047.el (with-syntax-table): Define if necessary.
627         (rfc2047-syntax-table): Fix last change for XEmacs.
628         (rfc2047-parse-and-decode): Revert last change.
629
630 2003-05-03  Jesper Harder  <harder@ifa.au.dk>
631
632         * gnus.el: Don't test for `mm-guess-mime-charset'.
633
634         * mm-util.el (mm-guess-mime-charset): Remove.  Not used any more.
635
636         * gnus.el (gnus-default-charset): Set default value to
637         `undecided'.
638
639         * gnus-art.el (article-decode-charset): Don't supply 4th arg to
640         mm-decode-body.
641
642         * mm-bodies.el (mm-decode-coding-region-safely): Remove.
643         (mm-decode-body): Don't use mm-decode-coding-region-safely.
644
645 2003-05-03  Vasily Korytov <deskpot@despammed.com>  (tiny change)
646
647         * gnus-util.el (gnus-multiple-choice): Add ", ?".
648
649 2003-05-03  Dave Love  <fx@gnu.org>
650
651         * rfc2047.el (rfc2047-syntax-table): Don't call make-char-table
652         with 2 args.
653         (rfc2047-decode-string): Don't set the buffer multibyte before
654         calling buffer-string.
655
656         * mm-encode.el (mm-long-lines-p): Autoload.
657         (mm-encode-content-transfer-encoding): Doc fix.  Don't make buffer
658         unibyte.  Signal error on unknown encoding.
659         (mm-encode-buffer, mm-qp-or-base64): Doc fix.
660
661         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): New.
662         Callers of gnus- versions changed to use them.
663         (rfc2047-header-encoding-alist): Add `address-mime' part.  Doc
664         fixes.
665         (rfc2047-encoding-type): New.
666         (rfc2047-encode-message-header): Use mm-charset-to-coding-system.
667         Don't include header name field in encoding.  Add `address-mime'
668         case and bind rfc2047-encoding-type for `mime' case.
669         (rfc2047-encodable-p): Deleted.
670         (rfc2047-syntax-table): New.
671         (rfc2047-encode-region, rfc2047-encode): Rewritten to take account
672         of rfc2047 rules with respect to rfc2822 tokens and to do encoding
673         in place rather than by passing strings.
674         (rfc2047-encode-string): Doc fix.
675         (rfc2047-q-encode-region): Don't use
676         mm-with-unibyte-current-buffer.
677         (rfc2047-encoded-word-regexp): eval-and-compile.
678         (rfc2047-decode-region): Avoid concatenation in loop.
679         (rfc2047-parse-and-decode): Remove useless disjunction.
680
681 2003-05-02  Dave Love  <fx@gnu.org>
682
683         * rfc2047.el (rfc2047-q-encode-region, rfc2047-decode): Use
684         mm-with-unibyte-current-buffer.
685         (ietf-drums, gnus-util): don't require.
686
687         * sieve.el (sieve-manage-mode-menu): Define before use.
688
689         * mml-smime.el (message-narrow-to-headers): Autoload.
690
691         * mm-util.el (mm-coding-system-p): Don't override nil from
692         coding-system-p.
693         (mm-mule4-p, mm-disable-multibyte-mule4)
694         (mm-with-unibyte-current-buffer-mule4): Deleted.
695         (mm-multibyte-p): Use defun, not defalias.
696         (mm-make-temp-file): Moved to group at top of file.
697         (mm-point-at-eol, mm-point-at-bol): New.
698
699         * gnus-cite.el (gnus-art): Require.
700
701         * gnus-ems.el (gnus-get-buffer-create)
702         (nnheader-find-etc-directory, message-text-with-property):
703         Autoload.
704         (gnus-tmp-unread, gnus-tmp-replied, gnus-tmp-score-char)
705         (gnus-tmp-indentation, gnus-tmp-opening-bracket, gnus-tmp-lines)
706         (gnus-tmp-name, gnus-tmp-closing-bracket, gnus-tmp-subject-or-nil)
707         (gnus-check-before-posting): Only defvar when compiling.
708
709         * gnus-int.el (gnus-agent-expire): Autoload, don't defun.
710
711         * gnus-util.el (rmail-default-rmail-file, mm-text-coding-system):
712         Defvar when compiling.
713         (gnus-output-to-rmail): Require mm-util.
714
715         * mail-source.el (mail-source-callback): Use mm-make-temp-file.
716         (mail-source-make-complex-temp-name): Deleted.
717
718         * message.el (message-use-idna): Use mm-coding-system-p.
719         (message-tokenize-header, message-make-organization)
720         (message-make-from):  Use with-temp-buffer.
721         (message-set-work-buffer): Deleted.
722         (message-fill-paragraph): Use `if' not `and' for compiler warning.
723         (message-check-news-header-syntax): Remove useless lambda.
724         (message-forward-make-body): Use mm-disable-multibyte,
725         mm-with-unibyte-current-buffer, mm-enable-multibyte.
726         (message-replace-chars-in-string): Deleted.
727
728         * mm-extern.el (mm-extern-local-file): Use mm-disable-multibyte.
729         (mm-extern-url): Use mm-with-unibyte-current-buffer,
730         mm-disable-multibyte.
731         (mm-extern-anon-ftp): Use mm-disable-multibyte.
732
733         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt): Use
734         mm-with-unibyte-current-buffer.
735
736         * mml2015.el (mml): Require.
737         (mml2015-mailcrypt-encrypt, mml2015-gpg-encrypt): Use
738         mm-with-unibyte-current-buffer.
739
740         * nnheader.el (gnus-util): Require.
741
742         * nntp.el (format-spec, format-spec-make, open-tls-stream):
743         Autoload.
744
745         * rfc2231.el (mail-header-remove-comments, mm-encode-body)
746         (mail-header-remove-whitespace): Autoload.
747
748         * sieve-manage.el (starttls-negotiate): Autoload.
749
750 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
751
752         * nnrss.el (nnrss-find-rss-via-syndic8): Indent.
753
754 2003-05-01  Mark A. Hershberger  <mah@everybody.org>
755
756         * nnrss.el (nnrss-find-rss-via-syndic8): Don't error out.
757
758 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
759
760         * gnus.el (gnus-version-number): Bump.
761
762 2003-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
763
764         * spam-report.el (spam-report-gmane-regex): docstring fix.  From
765         Jon Ericson <Jon.Ericson@jpl.nasa.gov> (tiny change)
766
767         * gnus.el (gnus-install-group-spam-parameters): docstring fix.
768         From Jon Ericson <Jon.Ericson@jpl.nasa.gov> (tiny change)
769
770         * gnus-registry.el (gnus-registry-fetch-extra)
771         (gnus-registry-store-extra, gnus-registry-group-count): new functions
772         (gnus-registry-fetch-group, gnus-registry-delete-group)
773         (gnus-registry-add-group): changed to work with extra data element
774         if present
775
776 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
777
778         * gnus.el: Gnus v5.10.1 is released.
779
780 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
781
782         * gnus.el: Oort Gnus v0.24 is released.
783
784 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
785
786         * dgnushack.el (when): Check whether defadvice is fbound.
787
788 2003-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
789
790         * gnus-registry.el (gnus-registry-unregistered-group-regex): new variable
791         (gnus-registry-register-message-ids): use it
792
793 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
794
795         * gnus.el (gnus-version-number): Bump.
796
797         * gnus.el: Update copyright for several files.
798
799 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
800
801         * gnus.el: Oort Gnus v0.23 is released.
802
803 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
804
805         * spam-stat.el (spam-stat-test-directory): Compare against zero.
806
807 2003-05-01  Trey Jackson <tjackson@ichips.intel.com>  (tiny change)
808
809         * spam-stat.el (spam-stat-test-directory): Skip 0 length files.
810
811 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
812
813         * message.el (message-forward-subject-name-subject): Decode
814         string when forwarding.
815
816 2003-05-01  Oystein Viggen  <oysteivi@tihlde.org>
817
818         * dgnushack.el (when): Add defadvice.
819
820 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
821
822         * gnus.el (gnus-version-number): Bump.
823
824 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
825
826         * gnus.el: Oort Gnus v0.22 is released.
827
828 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
829
830         * gnus.el: Oort Gnus v0.21 is released.
831
832 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
833
834         * gnus.el (gnus-version-number): Bump.
835
836 2003-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
837
838         * gnus.el: Oort Gnus v0.20 is released.
839
840 2003-05-01  Vasily Korytov  <deskpot@despammed.com>
841
842         * gnus-dired.el (gnus-dired-mode-map): Move to C-c C-l.
843
844 2003-04-30  Mark A. Hershberger  <mah@everybody.org>
845
846         * mm-url.el (mm-url-insert-file-contents): set url-current-object
847         in the case where mm-url-use-external is set.
848
849         * nnrss.el (nnrss-request-article): Change the messages created to
850         multipart/alternative.  Hopefully fixes a problem interaction with
851         w3m.
852         (nnrss-find-rss-via-syndic8): Better handling if xml-rpc.el isn't
853         around.
854
855 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
856
857         * message.el (message-check-news-header-syntax): Alter "posting"
858         message.
859
860         * nnrss.el (nnrss-node-text): Don't use char classes.
861
862 2003-05-01  David Z. Maze  <dmaze@mit.edu>
863
864         * nnrss.el (nnrss-find-rss-via-syndic8): Have an `error' branch
865         in condition-case.
866
867 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
868
869         * message.el (message-required-headers): Remove In-Reply-To.
870
871         * gnus-int.el (gnus-open-server): Revert changes.
872
873 2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
874
875         * gnus-int.el (gnus-open-server): Try to open unagentized servers
876         even when unplugged.
877
878 2003-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
879
880         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fixed typo in
881         doc-string.
882
883 2003-05-01  Steve Youngs  <youngs@xemacs.org>
884
885         * lpath.el: Add a section for non-Mule XEmacsen.
886         fbind `find-charset-string' and `coding-system-base' in that
887         section.
888
889         * gnus-util.el (gnus-completing-read-maybe-default): New.
890         (gnus-completing-read): Use it.
891
892         * mm-view.el (mm-view-pkcs7-decrypt): Ditto.
893
894         * gnus-art.el (gnus-read-string): New.
895         (gnus-summary-pipe-to-muttprint): Use it.
896
897         * gnus-xmas.el (gnus-xmas-open-network-stream): New.
898
899         * dns.el (dns-make-network-process): Use it.
900
901         Take care of some differences between XEmacs 21.1 and newer
902         versions of XEmacs.
903
904 2003-04-30  Teodor Zlatanov  <tzz@lifelogs.com>
905
906         * gnus-registry.el (gnus-registry-split-fancy-with-parent): added
907         diagnostic message
908         (gnus-registry-grep-in-list): don't run when word is nil
909         (gnus-registry-fetch-message-id-fast): new function
910         (gnus-registry-delete-group, gnus-registry-add-group): make sure
911         the id and group are not nil
912         (gnus-registry-register-message-ids): new function
913         (gnus-register-action): optimized logical flow
914         (gnus-summary-prepare-hook): added gnus-registry-register-message-ids
915
916 2003-04-30  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
917
918         * gnus-delay.el (gnus-delay-article): Call
919         `gnus-agent-queue-setup' to create the delay group.
920
921         * gnus-agent.el (gnus-agent-queue-setup): Support optional arg
922         for the (queue) group name.
923
924 2003-04-30  Simon Josefsson  <jas@extundo.com>
925
926         * mm-util.el (mm-charset-to-coding-system): Use user specified
927         charset unless coding-system-get is fboundp.
928
929 2003-04-30  Kevin Greiner <kgreiner@xpediantsolutions.com>
930
931         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-name):
932         Wrapped in eval-when-compile.
933         (gnus-agent-mode): Bind gnus-agent-go-online to nil as you
934         shouldn't be asked twice to go online with each server.
935         (gnus-agent-get-undownloaded-list, gnus-agent-fetch-articles,
936         gnus-agent-crosspost, gnus-agent-flush-cache,
937         gnus-agent-fetch-session, gnus-agent-unread-articles,
938         gnus-agent-uncached-articles, gnus-agent-regenerate-group,
939         gnus-agent-group-covered-p): Expanded pop macros used for
940         effect. Avoids compilation warning in emacs 21.3.
941
942         * gnus-int.el (gnus-open-server): Restructured to only open
943         nnagent when gnus-plugged is nil.
944
945 2003-04-30  Katsumi Yamaoka  <yamaoka@jpl.org>
946
947         * lpath.el: Fbind string-to-multibyte.
948
949 2003-04-30  Steve Youngs  <youngs@xemacs.org>
950
951         * dgnushack.el: Add some missing autoloads for XEmacs 21.1.
952
953 2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>
954
955         * gnus-registry.el (gnus-registry-fetch-group): faster
956         (gnus-registry-delete-group): new function
957         (gnus-registry-add-group): new function
958         (gnus-register-spool-action): use it
959         (gnus-register-action): use it
960         (gnus-registry-translate-from-alist)
961         (gnus-registry-translate-to-alist): remove the headers registry
962         for now
963
964 2003-04-29  Reiner Steib  <Reiner.Steib@gmx.de>
965
966         * gnus-art.el (gnus-button-alist): Fixed CTAN regexp.
967
968 2003-04-29  Teodor Zlatanov  <tzz@lifelogs.com>
969
970         * spam-report.el (spam-report-gmane): gnus-summary-article-number
971         is not necessary, just use the function parameter
972
973 2003-04-29  Karl Pflysterer  <sigurd@12move.de>
974
975         * spam-stat.el (spam-stat-save): No longer font-locks the file
976         when saving
977
978 2003-04-29  Katsumi Yamaoka  <yamaoka@jpl.org>
979
980         * canlock.el: Bind mail-header-separator when compiling (XEmacs
981         provides it in mail-lib/auto-autoloads.el).
982
983 2003-04-29  Simon Josefsson  <jas@extundo.com>
984
985         * mml2015.el (mml2015-pgg-sign): Use mml-sender instead of
986         message-sender.
987
988         * mml.el (mml-generate-mime-1): Set mml-sender too.
989
990 2003-04-29  Jesper Harder  <harder@ifa.au.dk>
991
992         * gnus-sum.el (gnus-summary-display-while-building): Docstring fix.
993
994         * mm-url.el (mm-url-use-external): do.
995
996 2003-04-29  Simon Josefsson  <jas@extundo.com>
997
998         * canlock.el (mail-fetch-field): Autoload it (fix xemacs compile
999         warnings).
1000
1001         * sieve-mode.el (c-mode): Ditto.
1002
1003         * pgg.el (run-at-time): Ditto.
1004
1005         * mm-url.el (require): Require timer when compiling for
1006         with-timeout macro (fix xemacs compile warnings).
1007
1008 2003-04-28  Dave Love  <fx@gnu.org>
1009
1010         * gnus-util.el (nnheader): Don't require.
1011         (Nnheader-narrow-to-headers, nnheader-replace-chars-in-string):
1012         Autoload.
1013
1014         * spam.el: Require cl when compiling.
1015
1016         * dns.el: Require cl when compiling.
1017
1018 2003-04-28  Jesper Harder  <harder@ifa.au.dk>
1019
1020         * gnus-art.el (gnus-article-goto-next-page)
1021         (gnus-article-goto-prev-page): Revert 2003-02-12 change to make
1022         gnus-pick-mode work.
1023
1024 2003-04-28  Steve Youngs  <youngs@xemacs.org>
1025
1026         * Makefile.in (FLAGS): Use @FLAGS@.
1027
1028 2003-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
1029
1030         * gnus-art.el (gnus-mime-display-multipart-as-mixed)
1031         (gnus-mime-display-multipart-alternative-as-mixed)
1032         (gnus-mime-display-multipart-related-as-mixed): Added doc-strings,
1033         allow customization.
1034
1035 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
1036
1037         * dgnushack.el (dgnushack-compile-verbosely): New function.  Not
1038         currently called (See source for explanation).
1039
1040 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1041
1042         * gnus-sum.el (gnus-summary-catchup): Don't mark ticked messages.
1043         (gnus-summary-mark-read-and-unread-as-read): Take an optional
1044         mark.
1045
1046         * gnus.el (gnus-version-number): Bump.
1047
1048 2003-04-27 06:47:31 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1049
1050         * gnus.el: Oort Gnus v0.19 is released.
1051
1052 2003-04-27  Kevin Greiner <kgreiner@xpediantsolutions.com>
1053
1054         * gnus-registry.el (gnus-register-spool-action): Replaced literal
1055         carriage-return character with its escape sequence.
1056
1057 2003-04-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1058
1059         * gnus-sum.el (gnus-summary-catchup-from-here): Doc fix.
1060
1061         * nnrss.el (nnrss-node-text): Use only one
1062         gnus-replace-in-string.
1063
1064         * gnus.el: Remove gnus-functionp throughout.
1065
1066         * gnus-util.el (gnus-functionp): Removed.
1067
1068         * gnus-msg.el (gnus-summary-wide-reply-with-original): Doc fix.
1069
1070         * message.el (message-required-headers): Add In-Reply-To.
1071
1072 2003-04-27  Marshall T. Vandegrift  <vandem2@rpi.edu>
1073
1074         * gnus-fun.el (gnus-face-from-file): Bind coding-system-for-read
1075         to binary.
1076
1077 2003-04-27  Jesper Harder  <harder@ifa.au.dk>
1078
1079         * mml.el (mml-preview): do.
1080
1081         * message.el (message-mode): do.
1082
1083         * gnus-undo.el (gnus-undo-mode): do.
1084
1085         * gnus-topic.el (gnus-topic-mode): do.
1086
1087         * gnus-sum.el (gnus-summary-mode, gnus-summary-edit-article): do.
1088
1089         * gnus-msg.el (gnus-setup-message)
1090         (gnus-inews-add-send-actions, gnus-configure-posting-styles): do.
1091
1092         * gnus-gl.el (gnus-grouplens-mode): do.
1093
1094         * gnus-art.el (gnus-mime-save-part-and-strip)
1095         (gnus-mime-delete-part): Use it.
1096
1097         * gnus-util.el (gnus-make-local-hook): New function.
1098
1099 2003-04-25  Simon Josefsson  <jas@extundo.com>
1100
1101         * nnrss.el (nnrss-node-text): Don't use a star.
1102         (nnrss-node-text): Use g-r-i-s, not g-r-r-i-s which doesn't exist.
1103
1104 2003-04-24  Dave Love  <fx@gnu.org>
1105
1106         * mm-encode.el (mm-long-lines-p): Autoload.
1107         (mm-encode-content-transfer-encoding): Don't try to make buffer
1108         unibyte before decoding.  Don't ignore errors for base64 encoding.
1109
1110         * qp.el (quoted-printable-decode-region): Use mm-insert-byte.
1111         Signal error on malformed text, as for base64.
1112         (quoted-printable-encode-region): DTRT in Emacs 22.
1113
1114         * mm-util.el (mm-make-temp-file, mm-insert-byte): New.
1115         (mm-auto-save-coding-system): Consider utf-8-emacs.
1116         (mm-mime-mule-charset-alist, mm-mule-charset-to-mime-charset)
1117         (mm-charset-to-coding-system, mm-mime-charset)
1118         (mm-find-mime-charset-region): Check for :mime-charset coding
1119         systems property.
1120
1121         * mml-sec.el (mml2015, mml1991): Don't require.
1122         (mml2015-sign, mml2015-encrypt, mml1991-sign, mml1991-encrypt)
1123         (message-goto-body, mml-insert-tag): Autoload.
1124
1125         * mm-decode.el (mm-tmp-directory): Re-write to help avoid warnings.
1126
1127         * gnus-start.el (message-make-date): Autoload rather than
1128         requiring message.
1129
1130         * gnus-group.el (gnus-group-name-charset-group-alist): Use
1131         mm-coding-system-p.
1132         (gnus-cache-active-altered): Defvar when compiling.
1133         (gnus-group-delete-group): Re-write to help avoid warnings.
1134
1135         * gnus-art.el (gnus-use-idna): Use mm-coding-system-p.
1136
1137         * pgg.el: Split eval-when-compile forms.
1138
1139 2003-04-24  Reiner Steib  <Reiner.Steib@gmx.de>
1140
1141         * gnus-group.el (gnus-large-ephemeral-newsgroup)
1142         (gnus-fetch-old-ephemeral-headers): News variables.
1143         (gnus-group-read-ephemeral-group): Use them.
1144
1145 2003-04-24  Simon Josefsson  <jas@extundo.com>
1146
1147         * sieve.el (sieve-upload): Don't use replace-regexp-in-string.
1148
1149         * nnrss.el (nnrss-node-text): Ditto.
1150
1151 2003-04-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1152
1153         * gnus-msg.el (gnus-inews-do-gcc): Make sure the obsolete variable
1154         gnus-inews-mark-gcc-as-read exists.
1155
1156 2003-04-23  Simon Josefsson  <jas@extundo.com>
1157
1158         * gnus-sieve.el (gnus-sieve-generate): Rewrite regexp search so it
1159         doesn't exceed the regexp stack space.
1160
1161 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
1162
1163         * gnus-msg.el (gnus-inews-mark-gcc-as-read): Don't defvar it.
1164
1165         * gnus-art.el (gnus-article-hide-pgp-hook): do.
1166
1167 2003-04-23  Reiner Steib  <Reiner.Steib@gmx.de>
1168
1169         * mml.el (mml-preview): Bind `=', RET, and mouse-2.
1170
1171 2003-04-23  Jesper Harder  <harder@ifa.au.dk>
1172
1173         * mm-bodies.el (mm-decode-body): Don't override supplied charset.
1174
1175 2003-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1176
1177         * dgnushack.el (merge, copy-list): Remove compiler macros.
1178         (butlast): Add a compiler macro.
1179
1180 2003-04-22  Paul Jarc  <prj@po.cwru.edu>
1181
1182         * gnus-util.el (gnus-merge): Added "type" argument to match CL
1183         merge and gnus-sum.el's expectations.
1184
1185 2003-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
1186
1187         * gnus-art.el (gnus-button-url-regexp): Added nntp.
1188
1189         * message.el (message-generate-headers-first): Default to
1190         '(references).
1191
1192         * gnus-art.el (gnus-mime-delete-part): Require confirmation.
1193
1194 2003-04-21  Jesper Harder  <harder@ifa.au.dk>
1195
1196         * smime.el (smime-decrypt-region): Insert From header.
1197
1198 2003-04-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
1199
1200         * gnus-fun.el (gnus-face-from-file, gnus-convert-png-to-face):
1201         Max length of header is 726, not 740.  From Gaute B Strokkenes
1202         <gs234@cam.ac.uk>.
1203
1204 2003-04-20  Jesper Harder  <harder@ifa.au.dk>
1205
1206         * nndb.el, mml1991.el: Fix license template.
1207
1208 2003-04-20  Simon Josefsson  <jas@extundo.com>
1209
1210         * nnimap.el (nnimap-split-articles): Don't download body unless
1211         required.
1212
1213         * imap.el (imap-gssapi-open, imap-ssl-open): Erase buffer before
1214         starting process, like imap-kerberos4-open does.
1215
1216         * mml-smime.el, rfc1843.el, dig.el, smime.el, uudecode.el: Fix
1217         license template.
1218
1219         * mml-sec.el: Fix license template.
1220
1221         * gnus-sieve.el, sieve.el, sieve-manage.el, sieve-mode.el: Fix
1222         license template.
1223
1224         * pgg-def.el, pgg.el, pgg-gpg.el, pgg-parse.el, pgg-pgp5.el,
1225         pgg-pgp.el: Fix license template.
1226
1227 2003-04-19  Jesper Harder  <harder@ifa.au.dk>
1228
1229         * gnus-sum.el (gnus-summary-delete-article): Improve docstring.
1230
1231 2003-04-19  Teodor Zlatanov  <tzz@lifelogs.com>
1232
1233         * spam.el (spam-move-spam-nonspam-groups-only): dumb typo fix
1234
1235 2003-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
1236
1237         * spam.el (spam-split): allow a particular check as a parameter,
1238         e.g. (: spam-split 'spam-use-bogofilter)
1239         (spam-mark-only-unseen-as-spam): new parameter, see doc
1240         (spam-mark-junk-as-spam-routine): use
1241         spam-mark-only-unseen-as-spam, simplify routine to take advantage
1242         of gnus-newsgroup-unread as well as gnus-newsgroup-unseen
1243
1244 2003-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1245
1246         * gnus.el (gnus-group-short-name, gnus-group-prefixed-p): new functions
1247         (gnus-group-guess-full-name): don't prefix the group twice
1248
1249         * nnmail.el (nnmail-split-fancy-with-parent): docstring fix
1250
1251         * gnus-registry.el (gnus-registry-clear)
1252         (gnus-registry-fetch-group, gnus-registry-grep-in-list)
1253         (gnus-registry-split-fancy-with-parent): new functions
1254         (gnus-register-spool-action, gnus-register-action): simplified the format
1255         (gnus-registry): new customization group
1256         (gnus-registry-unfollowed-groups): new variable
1257
1258 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1259
1260         * gnus-art.el (gnus-button-alist): Add nntp: urls.
1261         (gnus-header-button-alist): Ditto.
1262
1263 2003-04-17  Dave Love  <fx@gnu.org>
1264
1265         * gnus-util.el (gnus-string-equal): Revert last change.
1266
1267 2003-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1268
1269         * gnus-srvr.el (gnus-browse-make-menu-bar): Fix typo.
1270
1271 2003-04-17  Mike Woolley  <mike@ariel.co.uk>
1272
1273         * gnus-sum.el (gnus-sum-thread-tree-false-root): New variable.
1274
1275 2003-04-15  Michael Shields  <shields@msrl.com>
1276
1277         * gnus-art.el (article-hide-boring-headers): Hide Reply-To: if
1278         the broken-reply-to group parameter is set.  Idea from Vasily
1279         Korytov <deskpot@myrealbox.com>.
1280
1281 2003-04-17  Steve Youngs  <youngs@xemacs.org>
1282
1283         * dgnushack.el: 'setenv' is in env.el for XEmacsen <= 21.4, but in
1284         process.el in XEmacsen >= 21.5.
1285
1286 2003-04-17  Steve Youngs  <youngs@xemacs.org>
1287
1288         * dgnushack.el: Add a whole swag of autoloads and defaliases to
1289         satisfy the byte-compiler when building with XEmacs.
1290
1291         * lpath.el (maybe-bind): Add 'w3-meta-content-type-charset-regexp'
1292         and 'w3-meta-charset-content-type-regexp' in XEmacs.  The upstream
1293         W3 doesn't have these.
1294
1295         * mailcap.el: Maybe require 'lpr in XEmacs.
1296
1297 2003-04-16  Simon Josefsson  <jas@extundo.com>
1298
1299         * mml2015.el (mml2015-pgg-sign): Bind pgg-default-user-id to MML
1300         sender tag, if available.
1301
1302 2003-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
1303
1304         * gnus-registry.el (gnus-register-action)
1305         (gnus-register-spool-action, hashtable-to-alist)
1306         (gnus-registry-translate-from-alist, alist-to-hashtable)
1307         (gnus-registry-translate-to-alist, gnus-registry-headers-hashtb):
1308         new variables and function fixes
1309
1310         * gnus.el (gnus-registry-headers-alist): new variable to hold
1311         article header data
1312         (gnus-variable-list): save gnus-registry-headers-alist
1313
1314         * spam-report.el (Module): new module for spam reporting
1315
1316         * gnus.el (spam-process): added
1317         gnus-group-spam-exit-processor-report-gmane to the list of choices
1318         (gnus-install-group-spam-parameters): defined new spam exit processor
1319
1320         * spam.el (autoload): autoload spam-report-gmane when needed
1321         (spam-report-gmane-register-routine): glue for spam-report.el
1322         (spam-group-spam-processor-report-gmane-p): glue for the
1323         gnus-group-spam-exit-processor-report-gmane spam processor
1324         (spam-summary-prepare-exit): check the report-gmane spam processor
1325         and run spam-report-gmane-register-routine if it's active
1326
1327         From John Wiegley <johnw@gnu.org>
1328
1329         * spam.el (spam-bogofilter-score): check bogofilter headers before
1330         checking bogofilter itself
1331
1332 2003-04-16  Dave Love  <fx@gnu.org>
1333
1334         * gnus-agent.el: Wrap defsetf in eval-when-compile.
1335         (gnus-agent-cat-defaccessor): Don't use gensym.
1336
1337         * mml1991.el: Require cl, mm-util when compiling.
1338         (quoted-printable-decode-region, quoted-printable-encode-region):
1339         Autoload.
1340
1341         * pgg.el: Require cl when compiling.
1342
1343         * nnmail.el (gnus): Require.
1344
1345         * gnus-util.el: Move provide to end.
1346         (gnus-string-equal): Maybe use compare-strings.
1347         (gnus-merge): New.
1348
1349         * gnus-sum.el (gnus-summary-prepare-threads): Don't use copy-list.
1350         (gnus-summary-insert-articles): Use gnus-merge.
1351
1352         * gnus-fun.el: Require cl and mm-util when compiling.
1353
1354         * gnus-diary.el (gnus-diary-delay-format-french)
1355         (gnus-diary-delay-format-english): Don't use setf with nthcdr.
1356
1357         * nndiary.el (nndiary-compute-reminders): Don't use setf with
1358         nthcdr.
1359
1360 2003-04-16  Kevin Greiner <kgreiner@xpediantsolutions.com>
1361
1362         * gnus-agent.el (gnus-agent-make-cat): Added optional parameter to
1363         specify a predicate other than false.
1364         (gnus-category-read): Use the new feature to create a 'default'
1365         category with a 'short' predicate.
1366
1367 2003-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1368
1369         * message.el (message-unique-id): Comment change.
1370
1371         * gnus-art.el (gnus-article-next-page-1): New function.
1372         (gnus-article-next-page): Use it.
1373
1374 2003-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
1375
1376         * spam.el (spam-split): added save-restriction to save-excursion
1377
1378 2003-04-15  Reiner Steib  <Reiner.Steib@gmx.de>
1379         From Julien Avarre <julien@avarre.com>
1380
1381         * gnus-fun.el: Fixed autoload cookie.
1382
1383 2003-04-15  Paul Jarc  <prj@po.cwru.edu>
1384         From Remi Letot  <remi.letot@easynet.be>
1385
1386         * nnmaildir.el (nnmaildir-request-scan): Use gnus-remove-if
1387         instead of remove-if.
1388
1389 2003-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1390
1391         * gnus-msg.el (gnus-summary-news-other-window): Use delq and
1392         copy-sequence instead of remove which is a cl run-time function in
1393         Emacs 20.
1394
1395 2003-04-14  Jesper Harder  <harder@ifa.au.dk>
1396
1397         * gnus-msg.el (gnus-summary-news-other-window): Make a buffer
1398         local copy of gnus-discouraged-post-methods with the current
1399         method removed.
1400
1401 2003-04-14  Simon Josefsson  <jas@extundo.com>
1402
1403         * mailcap.el (mailcap-mime-data): Add application/pgp-keys.
1404
1405 2003-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
1406
1407         * mm-util.el (mm-sort-coding-systems-predicate): Convert elements
1408         of `mm-coding-system-priorities' to base coding system.
1409
1410         * gnus-sum.el: Added coding cookie ("middle dot" in
1411         gnus-summary-morse-message).
1412
1413 2003-04-13  Simon Josefsson  <jas@extundo.com>
1414
1415         * gnus-art.el (article-fill-long-lines)
1416         (article-verify-x-pgp-sig, article-decode-group-name)
1417         (gnus-mime-button-menu): Split >80 character lines.
1418
1419 2003-04-13  Jesper Harder  <harder@ifa.au.dk>
1420
1421         * gnus-sum.el (gnus-summary-local-variables): Use defvar since
1422         we're let-binding it.
1423
1424         * nnmbox.el (nnmbox-mbox-buffer): It's not a constant.
1425
1426 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1427
1428         * message.el (message-hide-headers): Don't do intangible.
1429
1430         * gnus.el (gnus-group-prefixed-name): Comment out the test for
1431         colon.
1432
1433         * gnus-srvr.el (gnus-browse-read-group): Don't give the real name
1434         to the ephemeral entry, but the prefixed name.
1435
1436         * gnus.el (gnus-group-prefixed-name): Clean up.
1437
1438 2003-04-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
1439
1440         * gnus-agent.el (gnus-agent-group-pathname): Bind
1441         gnus-command-method so that gnus-agent-directory will always
1442         return a valid directory.
1443         * gnus-cache.el (gnus-cache-enter-article): Remove article from
1444         gnus-newsgroup-undownloaded so that the summary will display the
1445         article as downloaded.
1446         (gnus-cache-remove-article): If the article isn't in the agent,
1447         remove it from gnus-newsgroup-undownloaded so that the summary
1448         will display the article as undownloaded.
1449
1450 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1451
1452         * gnus.el (gnus-version-number): Bump.
1453
1454 2003-04-13 01:12:01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1455
1456         * gnus.el: Oort Gnus v0.18 is released.
1457
1458 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1459
1460         * gnus-draft.el (gnus-draft-send): Add message-hidden-headers.
1461
1462 2003-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1463
1464         * gnus-art.el (gnus-article-next-page): Use
1465         gnus-article-over-scroll.
1466         (gnus-article-over-scroll): New variable.
1467
1468         * message.el (message-newline-and-reformat): Place a boundary
1469         before filling.
1470         (message-make-forward-subject-function): Changed default to
1471         message-forward-subject-name-subject.
1472         (message-forward-subject-name-subject): New function.
1473
1474         * nnimap.el (nnimap-split-fancy): Ditto.
1475
1476         * gnus-sum.el (gnus-summary-line-message-size): Ditto.
1477
1478         * gnus-cus.el (gnus-group-parameters): Removed "which see".
1479
1480         * mml.el (mml-minibuffer-read-file): Bind
1481         completion-ignored-extensions to nil.
1482
1483         * message.el (message-fix-before-sending): Comment fix.
1484         (message-fix-before-sending): Make hidden headers visible.
1485         (message-hide-headers): Bind after-change-functions to nil.
1486         (message-forbidden-properties): Put invisible and intangible
1487         back.
1488         (message-strip-forbidden-properties): Ignore message-hidden text.
1489
1490         * gnus-msg.el: Hide headers.
1491
1492         * message.el (message-hidden-headers): New variable.
1493         (message-hide-headers): New function.
1494         (message-hide-header-p): New function.
1495         (message-hide-header-p): Change logic.
1496         (message-forbidden-properties): Remove intangible nil invisible
1497         nil.
1498         (message-hide-headers): Narrow to headers.
1499
1500         * lpath.el (featurep): Bind Info-directory, Info-menu.
1501
1502 2003-04-12  Jesper Harder  <harder@ifa.au.dk>
1503
1504         * mm-bodies.el (mm-body-charset-encoding-alist): UTF-16 *must* be
1505         encoded.
1506         (mm-encode-body): Don't corrupt UTF-16.
1507         (mm-body-encoding): Pay attention to mm-body-charset-encoding-alist.
1508
1509 2003-04-10  Kevin Greiner <kgreiner@xpediantsolutions.com>
1510
1511         * gnus-agent.el (gnus-agent-get-undownloaded-list): Articles in
1512         the CACHE are now detected and handled the same as an article
1513         downloaded into the agent.
1514         (gnus-agent-group-path): Modified to match nnmail-group-pathname
1515         so that the agent front-end and back-end (nnagent) always use the
1516         same directory.
1517         (gnus-agent-group-pathname): New function. Wrapper for
1518         nnmail-group-pathname.
1519         (gnus-agent-expire-unagentized-dirs): New variable.  May be
1520         customized to disable gnus-agent-expire-unagentized-dirs.
1521         (gnus-agent-expire-unagentized-dirs): Expand gnus-agent-directory
1522         as the directories in gnus-agent-expire-current-dirs were
1523         expanded.
1524
1525 2003-04-10  Jesper Harder  <harder@ifa.au.dk>
1526
1527         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Encrypt
1528         body" entry in read only groups.
1529
1530 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
1531
1532         * gnus-sum.el (gnus-summary-make-menu-bar): Disable "Import file"
1533         and "Create article" items in non-editable groups.
1534
1535 2003-04-09  Kevin Greiner <kgreiner@xpediantsolutions.com>
1536
1537         * gnus-agent.el (gnus-agent-write-active): Added option of
1538         replacing, rather than updating, the agent's active file.  Do NOT
1539         use the fully qualified group name as gnus-active-to-gnus-format
1540         blindly prefixes group names with server names.
1541         (gnus-agent-save-group-info): Merge BOTH min/max of current active
1542         range, was just merging min, with specified active range.
1543         (gnus-agent-expire): Save agent's active ranges after
1544         expiring all groups.
1545         (gnus-agent-expire-group-1): Update min of agent's active range to
1546         min article currently fetched.
1547         (gnus-agent-expire-unagentized-dirs): Avoid asking to delete the
1548         same ancestor multiple times.
1549
1550         * gnus-async.el (gnus-asynchronous): Moved defcustom of
1551         gnus-asynchronous away from defgroup of gnus-asynchronous.  This
1552         seems to fix an intermittant error in which loading gnus-async
1553         fails to define gnus-asynchronous (the variable).
1554
1555         * gnus-sum.el: Concur with Steve Young, 5th argument to 'load' is
1556         non-essential.  Removed on all platforms.
1557         (gnus-select-newsgroup): When the agent is active, expand the
1558         group's active range to include fetched articles that are no
1559         longer in the server's active range.
1560
1561         * gnus-util.el (gnus-with-output-to-file): Removed all of the
1562         print-* bindings as they should be handled by the function doing
1563         the printing.
1564
1565 2003-04-09  Jesper Harder  <harder@ifa.au.dk>
1566
1567         * mm-uu.el (mm-uu-copy-to-buffer): buffer-file-coding-system
1568         might be unbound in non-MULE XEmacsen.
1569
1570 2003-04-08  Jesper Harder  <harder@ifa.au.dk>
1571
1572         * mm-uu.el (mm-uu-diff-groups-regexp, mm-uu-type-alist)
1573         (mm-uu-diff-extract, mm-uu-diff-test): New functionality:
1574         recognize diffs.
1575
1576         * mm-bodies.el (mm-decode-body): Use the supplied charset
1577         unconditionally if `code-pages' hasn't been loaded.
1578
1579 2003-04-07  Jesper Harder  <harder@ifa.au.dk>
1580
1581         * gnus-art.el (article-verify-x-pgp-sig): Don't use
1582         `insert-buffer', the docstring says "This function is meant for
1583         the user to run interactively.  Don't call it from programs!"
1584
1585         * mm-extern.el (mm-extern-mail-server): do.
1586
1587         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-sign)
1588         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
1589         (mml1991-pgg-encrypt): do.
1590
1591         * pgg.el (pgg-decrypt-region): do.
1592
1593         * mm-view.el (mm-view-pkcs7-decrypt): do.
1594
1595         * mml-smime.el (mml-smime-verify): do.
1596
1597         * mml.el (mml-insert-mime, mml-preview): do.
1598
1599         * mml2015.el (mml2015-gpg-decrypt-1, mml2015-gpg-sign)
1600         (mml2015-gpg-encrypt, mml2015-pgg-clear-decrypt)
1601         (mml2015-pgg-encrypt): do.
1602
1603 2003-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1604
1605         * mm-bodies.el (mm-decode-body): Silence XEmacs when compiling.
1606
1607 2003-04-06  Jesper Harder  <harder@ifa.au.dk>
1608
1609         * mm-uu.el (mm-uu-copy-to-buffer): Copy
1610         `buffer-file-coding-system' to the new buffer.
1611         (mm-uu-pgp-signed-extract-1): Don't copy
1612         `buffer-file-coding-system' here.
1613
1614         * mm-bodies.el (mm-decode-body): last-coding-system-used doesn't
1615         exist in XEmacs.
1616         (mm-decode-body): Add missing quote.
1617
1618         * mm-uu.el (mm-uu-pgp-signed-extract-1): Set
1619         buffer-file-coding-system.
1620
1621         * mm-bodies.el (mm-decode-body): Set buffer-file-coding-system to
1622         last-coding-system-used.
1623
1624         * mml2015.el (mml2015-pgg-clear-verify): Encode the text
1625         according to buffer-file-coding-system.
1626
1627         * pgg-gpg.el (pgg-gpg-process-region): Revert previous change.
1628
1629         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
1630         (pgg-pgp-snarf-keys-region): do.
1631
1632         * pgg-pgp5.el (pgg-pgp5-verify-region)
1633         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): do.
1634
1635         * pgg.el (pgg-make-temp-file, pgg-temporary-file-directory): do.
1636
1637 2003-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
1638
1639         * spam.el (spam-split): (save-excursion) around (widen)
1640         (spam-ham-move-routine): Use spam-group-ham-mark-p, not
1641         spam-group-spam-mark-p (from Michael Shields <shields@msrl.com>)
1642
1643 2003-04-05  Steve Youngs  <youngs@xemacs.org>
1644
1645         * gnus-sum.el: XEmacs doesn't support the 5th arg to 'load', so
1646         don't use it when loading gnus-sum.el if we're in XEmacs.
1647
1648 2003-04-05  Kevin Greiner <kgreiner@xpediantsolutions.com>
1649
1650         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
1651         print-escape-nonascii to fix more characters in compiled format
1652         specs.
1653
1654 2003-04-05  Jesper Harder  <harder@ifa.au.dk>
1655
1656         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player):
1657         Fix customization type.
1658
1659 2003-04-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
1660
1661         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
1662         print-quoted, print-readably, print-escape-multibyte, and
1663         print-level to match original behavior of gnus-prin1.  This should
1664         repair the format of .newsrc.eld when using compiled format specs.
1665
1666 2003-04-04  Jesper Harder  <harder@ifa.au.dk>
1667
1668         * gnus-group.el (tool-bar-map): defvar it.
1669
1670         * gnus-art.el (tool-bar-map): do.
1671
1672         * gnus-sum.el (tool-bar-map): do.
1673
1674 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
1675
1676         * earcon.el (earcon-regexp-alist): catmeow is a wav file.
1677
1678 2003-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
1679
1680         * gnus-art.el (gnus-button-ctan-directory-regexp): Changed meaning
1681         and value.
1682         (gnus-button-alist): Use it.
1683
1684 2003-04-03  Jesper Harder  <harder@ifa.au.dk>
1685
1686         * pgg-gpg.el (pgg-gpg-process-region): do.
1687
1688         * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region)
1689         (pgg-pgp-snarf-keys-region): do.
1690
1691         * pgg-pgp5.el (pgg-pgp5-verify-region)
1692         (pgg-pgp5-snarf-keys-region, pgg-pgp5-process-region): Use it.
1693
1694         * pgg.el (pgg-make-temp-file): New function. `make-temp-name' is
1695         unsafe.
1696         (pgg-temporary-file-directory): Remove.
1697
1698 2003-04-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1699
1700         * lpath.el: Fbind Info-directory and Info-menu.
1701
1702 2003-04-02  Reiner Steib  <Reiner.Steib@gmx.de>
1703
1704         * gnus-util.el (gnus-message): Added doc-string.
1705
1706         * gnus-score.el (gnus-score-find-trace): Changed behavior of `q'.
1707         (gnus-score-edit-file-at-point): Goto first match when using `e'.
1708
1709 2003-04-01  Reiner Steib  <Reiner.Steib@gmx.de>
1710
1711         * gnus-art.el (gnus-button-ctan-directory-regexp): New variable.
1712         (gnus-button-alist): Use it.  Changed CTAN and "setq" entries.
1713
1714 2003-04-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1715
1716         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
1717         (nntp-open-via-rlogin-and-telnet): Disable the telnet linemode.
1718
1719 2003-03-31  Kevin Greiner <kgreiner@xpediantsolutions.com>
1720
1721         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
1722         print-escape-newlines to print escape sequences rather than
1723         literal newline characters.
1724
1725 2003-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
1726
1727         * gnus-art.el (gnus-button-valid-fqdn-regexp): Use
1728         `message-valid-fqdn-regexp' for initialization.
1729         (gnus-button-handle-info-url): Renamed and extended version of
1730         `gnus-button-handle-info'.
1731         (gnus-button-message-level): Renamed from `gnus-button-mail-level'
1732         (gnus-button-handle-symbol, gnus-button-handle-library)
1733         (gnus-button-handle-info-keystrokes): New functions.
1734         (gnus-button-browse-level): New variable.
1735         (gnus-button-alist): Use them.  Added levels.
1736         (gnus-header-button-alist): Added levels.
1737
1738 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1739
1740         * gnus.el (gnus-version-number): Bump.
1741
1742 2003-03-31 20:08:19 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1743
1744         * gnus.el: Oort Gnus v0.17 is released.
1745
1746 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1747
1748         * gnus-start.el (gnus-unload): Removed.
1749
1750         * pop3.el (pop3-read-response): Use
1751         nnheader-accept-process-output.
1752         (pop3-retr): Ditto.
1753
1754         * mm-view.el (mm-text-html-renderer-alist): Add -nolist to Lynx.
1755         (mm-text-html-washer-alist): Ditto.
1756
1757 2003-03-31  Simon Josefsson  <jas@extundo.com>
1758
1759         * imap.el (imap-gssapi-program): Also try GNU SASL.
1760         (imap-gssapi-open): Accept GNU SASL greeting.
1761         (imap-read-timeout): New.
1762         (imap-wait-for-tag): Use it.
1763
1764 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1765
1766         * nntp.el (nntp-accept-process-output): Use new function.
1767
1768         * nnheader.el (nnheader-read-timeout): New variable.
1769         (nnheader-accept-process-output): New function.
1770
1771         * nntp.el (nntp-read-timeout): Removed.
1772
1773         * gnus-sum.el (gnus-summary-prepare-threads): Add comment.
1774
1775 2003-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1776
1777         * gnus-cache.el (gnus-cache-braid-nov): Revoke last change.
1778
1779 2003-03-30  Simon Josefsson  <jas@extundo.com>
1780
1781         * message.el (message-idna-inside-rhs-p): Narrow to header before
1782         searching.
1783
1784         * gnus-art.el (article-decode-idna-rhs): More restrictive regexp.
1785
1786 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1787
1788         * nnmail.el (nnmail-process-mmdf-mail-format): Indent.
1789
1790 2003-03-28  Vasily Korytov  <deskpot@myrealbox.com>
1791
1792         * message.el (message-make-in-reply-to): Use
1793         mail-extract-address-components to determine sender's
1794         name/address.
1795
1796 2003-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1797
1798         * nndoc.el (nndoc-type-alist): Move mime-parts further ahead.
1799
1800         * gnus-registry.el (gnus-registry-translate-to-alist): Make a
1801         valid lambda.
1802         (gnus-registry-translate-from-alist): Ditto.
1803
1804         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
1805         print-length to nil.
1806
1807         * gnus-sum.el (gnus-summary-highlight-line-0): Indent.
1808
1809         * gnus-fun.el (gnus-fun-ppm-change-string): New function.
1810         (gnus-grab-cam-face): Use it.
1811
1812 2003-03-28  Paul Jarc  <prj@po.cwru.edu>
1813
1814         * nnmaildir.el (nnmaildir-request-set-mark)
1815         (nnmaildir-close-group): Allow each mark directory in a group to
1816         have its own inode for mark files, to accommodate AFS.
1817
1818 2003-03-28  Teodor Zlatanov  <tzz@lifelogs.com>
1819
1820         * gnus-start.el (gnus-read-newsrc-el-hook): new hook called by
1821         gnus-read-newsrc-el-file
1822         (gnus-read-newsrc-el-file): call the gnus-read-newsrc-el-hook
1823
1824         * gnus-registry.el (gnus-registry-translate-to-alist)
1825         (gnus-registry-translate-from-alist, alist-to-hashtable)
1826         (hashtable-to-alist): new functions
1827         (gnus-register-spool-action): add a spool item to the registry
1828
1829         * gnus.el (gnus-variable-list): added gnus-registry-alist to the
1830         list of saved variables
1831         (gnus-registry-alist): new variable
1832
1833 2003-03-27  Simon Josefsson  <jas@extundo.com>
1834
1835         * gnus-art.el (article-decode-group-name): Be correct instead of
1836         smart.
1837
1838 2003-03-27  Katsumi Yamaoka <yamaoka@jpl.org>
1839
1840         * lpath.el: Bind url-current-object for Emacs; bind
1841         gnus-agent-expire-current-dirs for XEmacs; fbind open-ssl-stream
1842         for both Emacsen.
1843
1844 2003-03-27  Jesper Harder  <harder@ifa.au.dk>
1845
1846         * gnus-sum.el (gnus-article-loose-mime)
1847         (gnus-article-emulate-mime): Move to gnus-article-mime customize
1848         group.
1849
1850         * gnus-msg.el (gnus-mailing-list-groups): Fix customize type and
1851         doc string.
1852
1853 2003-03-26  Kevin Ryde <user42@zip.com.au>
1854
1855         * gnus-sum.el (gnus-summary-find-for-reselect): Renamed from
1856         gnus-summary-find-uncancelled, skip temporary articles inserted by
1857         "refer" functions.
1858
1859 2003-03-26  Vasily Korytov  <deskpot@myrealbox.com>
1860
1861         * smiley.el (smiley-buffer): New function.
1862
1863 2003-03-26  Kevin Greiner <kgreiner@xpediantsolutions.com>
1864
1865         * gnus-agent.el (gnus-agent-fetch-selected-article): Replaced
1866         gnus-summary-update-line (which updated the article's face) with
1867         gnus-summary-update-download-mark (which updates the article's
1868         face by calling gnus-summary-update-line AND updates the download
1869         mark to show that the article was fetched).
1870
1871 2003-03-23  Kevin Greiner <kgreiner@xpediantsolutions.com>
1872
1873         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Provides
1874         option of deleting agent directories for groups/servers that are
1875         not currently agentized.
1876         (gnus-agent-expire): Use gnus-agent-expire-unagentized-dirs.
1877
1878         * gnus-int.el (gnus-open-server): Report backend errors in
1879         condition handler.
1880
1881 2003-03-23  Simon Josefsson  <jas@extundo.com>
1882
1883         * message.el (message-idna-to-ascii-rhs-1): Don't continue outside
1884         header.
1885
1886         * rfc2047.el (rfc2047-header-encoding-alist): Make Followup-To
1887         same as Newsgroups.
1888
1889         * nntp.el (nntp-open-connection-function): Mention
1890         nntp-open-tls-stream.
1891         (nntp-open-tls-stream): New function.
1892
1893         * tls.el: New file.
1894
1895         * nnimap.el (nnimap-server-port, nnimap-stream): Say TLS/SSL
1896         instead of SSL.
1897         (nnimap-stream): Add other streams, link to imap variables.
1898         (nnimap-authenticator): Add other authenticator, link to imap
1899         variables.
1900
1901         * imap.el: Autoload open-tls-stream.
1902         (imap-streams): Add tls in front of ssl.
1903         (imap-stream-alist): Add tls.
1904         (imap-default-tls-port): New variable.
1905         (imap-tls-p, imap-tls-open): New functions.
1906
1907 2003-03-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
1908
1909         * mm-url.el (mm-url-insert-file-contents): parse url only if
1910         results is a list.
1911
1912 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1913
1914         * mail-source.el (mail-source-fetch-imap): Revert.
1915
1916 2003-03-22  Svend Tollak Munkejord  <stm@bacchus.pvv.org>
1917
1918         * deuglify.el (gnus-outlook-repair-attribution-outlook): Use a
1919         less strict regexp.
1920
1921 2003-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1922
1923         * mail-source.el (mail-source-fetch-imap): Use buffer name for
1924         more imap function.
1925
1926 2003-03-21  Simon Josefsson  <jas@extundo.com>
1927
1928         * gnus-art.el (article-decode-group-name): Replace Newsgroups and
1929         Followup-To data inline.
1930
1931 2003-03-21  Jesper Harder  <harder@ifa.au.dk>
1932
1933         * gnus-art.el (gnus-treat-display-xface): Don't enable if
1934         icontopbm isn't available.
1935
1936 2003-03-21  Kevin Greiner <kgreiner@xpediantsolutions.com>
1937
1938         * gnus-int.el (gnus-open-server): Catch errors in backend's
1939         open-server method.  Returns nil rather than crashing startup.
1940
1941         * gnus-sum.el (eval-when-compile): Modified to resolve
1942         compile-time warnings.
1943
1944         * gnus-uu.el (gnus-uu-mark-series): Added informative msg.
1945         Reports length of series so that the user can compare N with a
1946         subject that should, if the entire series is present, contain
1947         '(.../N)'.
1948         (gnus-uu-delete-work-dir): Avoid hanging when O/S forbids deletion
1949         of temp file (Win-XP may leave the temp file locked when the
1950         uudecode process fails).
1951
1952 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
1953
1954         * message.el (message-split-line): Ignore error.
1955
1956         * lpath.el (split-line): Avoid split-line warning message.
1957
1958 2003-03-20  Kim F. Storm  <storm@cua.dk>
1959
1960         * message.el (message-split-line): New function.
1961         (message-mode-map): Remap split-line to message-split-line.
1962
1963 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
1964
1965         * message.el (message-make-overlay): Defalias it to make-overlay.
1966         (message-delete-overlay): Defalias it to delete-overlay.
1967         (message-overlay-put): Defalias it to overlay-put.
1968         (message-idna-to-ascii-rhs-1): Use them.
1969
1970         * messagexmas.el (message-xmas-redefine): Defalias some overlay
1971         functions to extent functions.
1972
1973 2003-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1974
1975         * message.el (message-check-news-header-syntax): Fixed regexp.
1976
1977 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
1978
1979         * rfc2231.el (rfc2231-decode-encoded-string): Downcase charset.
1980
1981         * mm-url.el (mm-url-insert): Move url-current-object stuff into
1982         mm-url-insert-file-contents.
1983
1984         * nnrss.el (nnrss-fetch): Fetch the local stuff.
1985         (nnrss-check-group): Use it.
1986
1987 2003-03-20 Mark A. Hershberger  <mah@everybody.org>
1988
1989         * nnrss.el: Primitive XML Name-space support.  This means that RSS
1990         feeds like Kevin Burton's[1] can now be read in Gnus.
1991
1992         Implemented support for Mark Pilgrim's RSS Autodiscovery.[2] This
1993         means that if you want to read the RSS feed for example.com, all
1994         you have to do is hit "G R http://www.example.com/ RET" and
1995         nnrss.el will find and the feed listed on the site or (if you have
1996         loaded xml-rpc.el) look it up on syndic8.com.
1997
1998         Marked the message as HTML (by adding a Content-Type header) so
1999         that Gnus will render it as html if the user wants that.
2000
2001         Implemented the ability to save nnrss-group-alist so that any new
2002         feeds the you subscribe to will be found the next time you start
2003         up.
2004
2005         Implemented support for RSS 2.0 elements (author, pubDate).
2006
2007         Prefer for <content:encoded> over <description> where both
2008         elements exist.
2009
2010         * mm-url.el (mm-url-insert): Set url-current-object.
2011
2012         * gnus-group.el (gnus-group-make-rss-group): New function.
2013
2014 2003-03-20  Katsumi Yamaoka <yamaoka@jpl.org>
2015
2016         * message.el (message-idna-to-ascii-rhs-1): Don't use replace-*
2017         for highlight overlays.
2018
2019 2003-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2020
2021         * gnus-cache.el (gnus-cache-braid-nov): Test if a line looks like
2022         a NOV.
2023
2024 2003-03-20  Simon Josefsson  <jas@extundo.com>
2025
2026         * message.el (message-use-idna): Disable if UTF-8 unavailable.
2027         (message-idna-to-ascii-rhs): Use it.
2028
2029         * gnus-art.el (gnus-use-idna): Disable if UTF-8 unavailable.
2030
2031 2003-03-19  Teodor Zlatanov  <tzz@lifelogs.com>
2032
2033         * spam.el (spam-group-ham-mark-p, spam-group-spam-mark-p)
2034         (spam-group-ham-marks, spam-group-spam-marks): new functions
2035         (spam-spam-marks, spam-ham-marks): removed in favor of the
2036         spam-marks and ham-marks parameters
2037         (spam-generic-register-routine, spam-ham-move-routine): use the
2038         new spam-group-{spam,ham}-mark-p functions
2039
2040         * gnus.el (spam-marks, ham-marks): new group parameters with
2041         default values same as the old spam-spam-marks and spam-ham-marks
2042
2043 2003-03-19  Simon Josefsson  <jas@extundo.com>
2044
2045         * gnus-art.el (gnus-article-decode-hook): Add IDNA.
2046         (gnus-use-idna): New variable.
2047         (article-decode-idna-rhs): New function.
2048
2049         * message.el (message-use-idna): New variable.
2050         (message-mode-field-menu): Add entry for IDNA.
2051         (message-idna-inside-rhs-p, message-idna-to-ascii-rhs-1)
2052         (message-idna-to-ascii-rhs): New function.
2053         (message-generate-headers): Invoke IDNA code.
2054
2055 2003-03-19  Paul Jarc  <prj@po.cwru.edu>
2056
2057         * nnmaildir.el (nnmaildir--system-name): New function.
2058         (nnmaildir-request-accept-article): Use it.
2059
2060 2003-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2061
2062         * gnus-util.el (gnus-byte-compile): Make it work silently as the
2063         gnus-compile function does.
2064
2065         * gnus-sum.el (gnus-summary-highlight-line-0): Revoke the last
2066         bogus change.
2067
2068 2003-03-19  Jesper Harder  <harder@ifa.au.dk>
2069
2070         * mm-util.el (mm-mule-charset-to-mime-charset): Test if
2071         sort-coding-systems is defined.
2072
2073 2003-03-18  Paul Jarc  <prj@po.cwru.edu>
2074
2075         * nnmaildir.el (nnmaildir-open-server, nnmaildir-request-scan)
2076         (nnmaildir-request-create-group, nnmaildir-request-delete-group):
2077         Replace create-directory with target-prefix.
2078
2079 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
2080
2081         * mm-bodies.el (mm-decode-coding-region-safely): Don't use
2082         find-charset-string which is slooow in XEmacs.
2083
2084 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2085
2086         * gnus-sum.el (gnus-summary-highlight-line-0): Silence the byte-
2087         compiler under XEmacs.
2088
2089 2003-03-18  Jesper Harder  <harder@ifa.au.dk>
2090
2091         * gnus-art.el (gnus-treat-highlight-signature): Make the default
2092         work for multipart/signed where the message text isn't `last'.
2093
2094 2003-03-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2095
2096         * mm-view.el (mm-setup-w3m): Set w3m-display-inline-images to
2097         the value of mm-inline-text-html-with-images.
2098         (mm-inline-text-html-render-with-w3m): Don't bind
2099         w3m-display-inline-images.
2100
2101         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't bind
2102         w3m-display-inline-images.
2103
2104         * lpath.el: Bind w3m-display-inline-images; bind mm-w3m-mode-map
2105         regardless of an Emacs flavor.
2106
2107 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2108
2109         * gnus.el (gnus-version-number): Bump.
2110
2111 2003-03-18 00:38:22 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
2112
2113         * gnus.el: Oort Gnus v0.16 is released.
2114
2115 2003-03-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2116
2117         * lpath.el (featurep): Bind mm-w3m-mode-map.
2118
2119 2003-03-17  Paul Jarc  <prj@po.cwru.edu>
2120
2121         * nnmail.el (nnmail-cache-primary-mail-backend): Not all
2122         'respool-able backends define a global nnchoke-get-new-mail
2123         variable.
2124
2125 2003-03-17  Reiner Steib  <Reiner.Steib@gmx.de>
2126
2127         * gnus-art.el (gnus-mime-delete-part): New function.
2128         (gnus-mime-action-alist, gnus-mime-button-commands): Use it.
2129
2130 2003-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2131
2132         * message.el (message-check-news-header-syntax): Don't push
2133         groups twice onto list of unknown groups.
2134
2135         * nndoc.el (nndoc-type-alist): Move exim-bounce a bit further
2136         back.
2137
2138         * nnheader.el (nnheader-find-etc-directory): Doc fix.
2139
2140         * gnus-msg.el (gnus-inews-add-send-actions): Don't restore window
2141         config unless the summary buffer exists.
2142
2143         * gnus-sum.el (gnus-summary-next-group): Semi-exit group first to
2144         that target group is computed correctly when articles are marked
2145         as read by Xref handling.
2146
2147         * mail-source.el (mail-source-fetch-imap): Pass buffer-name to
2148         imap-open.
2149
2150         * message.el (message-send-mail): Add courtesy string to Bcc's,
2151         too.
2152
2153         * gnus-cite.el (gnus-cited-line-p): New function.
2154
2155 2003-03-15  Jesper Harder  <harder@ifa.au.dk>
2156
2157         * mm-bodies.el (mm-decode-body): Add new optional parameter,
2158         force, to use the supplied charset unconditionally.
2159
2160         * gnus-art.el (article-decode-charset): Use it.
2161
2162 2003-03-14  Jesper Harder  <harder@ifa.au.dk>
2163
2164         * mm-bodies.el (mm-decode-coding-region-safely): New function.
2165         (mm-decode-body): Use it.
2166
2167         * rfc2047.el (rfc2047-decode-region): do.
2168         (rfc2047-decode-string): Guess coding system if the default is
2169         invalid.
2170
2171 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
2172
2173         * nnmaildir.el (nnmaildir-request-update-info): Pretend missing
2174         articles are marked 'read, so we get correct article counts.
2175
2176 2003-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2177
2178         * gnus-art.el (gnus-insert-mime-button): Exclude a newline from
2179         the button.
2180         (gnus-insert-prev-page-button): Ditto.
2181         (gnus-insert-next-page-button): Ditto.
2182         (gnus-insert-mime-security-button): Ditto.
2183
2184         * mm-view.el (mm-inline-image-emacs): Open the bottom of an image
2185         one line.  Suggested by Greg Klanderman <gak@klanderman.net>.
2186         (mm-inline-image-xemacs): Ditto.
2187
2188 2003-03-12  Paul Jarc  <prj@po.cwru.edu>
2189
2190         * nnmaildir.el (nnmaildir--parse-filename, nnmaildir--sort-files,
2191         nnmaildir--scan, nnmaildir-request-accept-article): Changes for
2192         the recent filename uniqueness discussion.
2193
2194 2003-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2195
2196         * mm-view.el (mm-inline-image-emacs): Make it delete an excessive
2197         newline next time.
2198         (mm-inline-image-xemacs): Ditto.
2199
2200 2003-03-10  Jesper Harder  <harder@ifa.au.dk>
2201
2202         * gnus-agent.el (gnus-agent-synchronize-flags-server): Don't use
2203         kill-line.
2204
2205 2003-03-09  Jesper Harder  <harder@ifa.au.dk>
2206
2207         * gnus-msg.el (gnus-inews-insert-archive-gcc): Don't use
2208         kill-line.
2209
2210 2003-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2211
2212         * gnus-agent.el (gnus-agent-fetched-hook): New variable.  Just
2213         fixing the code to match the documentation.
2214         (gnus-agent-fetch-selected-article): Replaced
2215         gnus-summary-update-article-line with gnus-summary-update-line as
2216         the former did not correctly recalculate the thread indentation.
2217         (gnus-agent-find-parameter): The agent-predicate, if not found
2218         anywhere else, defaults to the value of gnus-agent-predicate.
2219         (gnus-agent-fetch-session): Fixed typo; now executes
2220         gnus-agent-fetched-hook rather than the undocumented
2221         gnus-agent-fetch-hook.
2222         (gnus-agent-fetch-group-1): Removed part of 2003-03-06 fix.  The
2223         default agent predicate is now provided by
2224         gnus-agent-find-parameter.
2225         (gnus-agent-message): New macro.  This macro avoids potentially
2226         costly parameter evaluation when the message's level is too high
2227         to display.
2228         (gnus-agent-expire-group-1): Disabled undo tracking in temp
2229         overview buffer. Uses new gnus-agent-message macro to reduce
2230         overhead of optional messages. Reversed message levels to
2231         emphasize percent completion messages.  Detailed messages of
2232         little use except when debugging code.
2233
2234 2003-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
2235
2236         * spam.el (spam-ham-move-routine): use
2237         spam-mark-ham-unread-before-move-from-spam-group
2238         (spam-mark-ham-unread-before-move-from-spam-group): new variable
2239
2240 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
2241
2242         * spam.el: load nnimap.el when compiling
2243         (spam-setup-widening): use
2244         nnimap-split-download-body-default instead of
2245         nnimap-split-download-body which is a user-customizable variable
2246
2247 2003-03-07  Simon Josefsson  <jas@extundo.com>
2248
2249         * nnimap.el (nnimap-split-download-body-default): New, holds
2250         default for n-s-d-b.
2251         (nnimap-split-download-body): Add new setting (symbol default),
2252         which uses contents of n-s-d-b-d, and made it the default.
2253
2254 2003-03-07  Teodor Zlatanov  <tzz@lifelogs.com>
2255
2256         * spam.el (spam-use-hashcash): new variable
2257         (spam-list-of-checks): added spam-use-hashcash with associated
2258         spam-check-hashcash
2259         (spam-check-hashcash): new function, installed iff hashcash.el is
2260         loaded
2261         (spam-setup-widening): don't use (return)
2262
2263 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2264
2265         * gnus-agent.el (gnus-agent-fetch-group-1): Added default
2266         predicate of `false' to avoid an error when a group defines no
2267         predicate. Fixed typo that disabled agent scoring (i.e. the
2268         low/high predicates should now work).
2269
2270 2003-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
2271
2272         * spam.el: add spam-maybe-spam-stat-load to
2273         gnus-get-top-new-news-hook, remove it from gnus-get-new-news-hook
2274         (spam-bogofilter-register-with-bogofilter): use
2275         spam-bogofilter-spam-switch and spam-bogofilter-ham-switch
2276         (spam-bogofilter-spam-switch, spam-bogofilter-ham-switch): new
2277         custom variables to replace "-s" and "-n"
2278
2279         * gnus-group.el (gnus-group-get-new-news): call the new
2280         gnus-get-top-new-news-hook hook
2281
2282         * gnus-start.el (gnus-get-top-new-news-hook): new hook, run ONLY
2283         by gnus-get-new-news, NOT by gnus-group-get-new-news-this-group
2284
2285 2003-03-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2286
2287         * mm-uu.el (mm-uu-pgp-encrypted-test): Fix message.
2288
2289 2003-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2290
2291         * gnus-cus.el (gnus-group-customize): Don't use delete-if which is
2292         a cl run-time function.
2293
2294 2003-03-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2295
2296         * gnus-agent.el (gnus-agent-fetch-group-1): Added missing binding
2297         on gnus-agent-short-article.
2298         (gnus-category-read): Replaced CL function mapcar* with new macro:
2299         gnus-mapcar.
2300         * gnus-util.el (gnus-mapcar): New macro.  Generalizes mapcar to
2301         support functions that accept multiple parameters.  A separate
2302         sequence must be provided for each parameter in the function.
2303         Iteration stops when the end of the shortest list is reached.
2304
2305 2003-03-06  Jesper Harder  <harder@ifa.au.dk>
2306
2307         * nnimap.el (nnimap-request-accept-article): Use delete-region.
2308
2309         * html2text.el (html2text-clean-dtdd, html2text-delete-tags)
2310         (html2text-delete-single-tag, html2text-clean-anchor)
2311         (html2text-remove-tags): Use delete-region.
2312         (html2text-fix-paragraphs): Simplify.
2313
2314         * mml1991.el (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt)
2315         (mml1991-gpg-sign, mml1991-gpg-encrypt, mml1991-pgg-sign)
2316         (mml1991-pgg-encrypt, mml1991-pgg-encrypt): Use delete-region, not
2317         kill-region.
2318
2319 2003-03-04  John Paul Wallington  <jpw@gnu.org>
2320
2321         * gnus-agent.el (gnus-agent-enable-expiration)
2322         (gnus-agent-article-alist, gnus-agent-article-alist)
2323         (gnus-agent-cat-defaccessor): Doc fixes.
2324
2325 2003-03-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2326
2327         * gnus-agent.el (gnus-function-implies-unread-1): Grok
2328         byte-compiled functions.
2329
2330 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2331
2332         * gnus-sum.el (gnus-auto-goto-ignores): New variable. Provides
2333         customization between new maneuvering (which permits selecting
2334         undownloaded articles) and old maneuvering (which skipped over
2335         undownloaded articles) behaviors.
2336         (gnus-summary-find-next): Pass through the unread and subject
2337         parameters when calling gnus-summary-find-prev.
2338         (gnus-summary-find-next,gnus-summary-find-prev): Apply
2339         gnus-auto-goto-ignores to filter out unacceptable articles.
2340
2341 2003-03-04  Jesper Harder  <harder@ifa.au.dk>
2342
2343         * mail-source.el (mail-source-read-passwd): Remove. `read-passwd'
2344         exists in all supported Emacs versions, so we don't need this
2345         compatibility function.
2346         (mail-source-fetch-pop, mail-source-check-pop)
2347         (mail-source-fetch-webmail): Use read-passwd.
2348
2349         * nntp.el (nntp-send-authinfo, nntp-send-nosy-authinfo)
2350         (nntp-open-telnet, nntp-open-via-telnet-and-telnet): Use
2351         read-passwd.
2352
2353         * nnwarchive.el (nnwarchive-open-server): Use read-passwd.
2354
2355         * imap.el (imap-read-passwd): Remove.
2356         (imap-interactive-login): Use read-passwd.
2357
2358         * canlock.el (canlock-read-passwd): Remove.
2359         (canlock-insert-header, canlock-verify): Use read-passwd.
2360
2361         * sieve-manage.el (sieve-manage-read-passwd): Remove.
2362         (sieve-manage-interactive-login): Use read-passwd.
2363
2364         * pop3.el (pop3-read-passwd): Remove.
2365         (pop3-movemail, pop3-get-message-count, pop3-apop): Use
2366         read-passwd.
2367
2368         * pgg.el (pgg-read-passphrase): Simplify.
2369
2370 2003-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2371
2372         * gnus-agent.el (gnus-agent-mode): Fixed the mode line reports
2373         'plugged' when actually 'unplugged' bug.
2374         (gnus-category-read): Ignore nil values when converting an
2375         old-format category so that the new-format category will default
2376         those attributes to the global variables.
2377
2378 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
2379
2380         * mail-source.el (mail-source-delete-old-incoming-confirm): Fixed
2381         doc-string.
2382
2383 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
2384
2385         * nnrss.el (nnrss-decode-entities-unibyte-string): Use `buffer-string'.
2386         * nndoc.el (nndoc-dissect-mime-parts-sub): do.
2387         * nndb.el (nndb-request-accept-article, nndb-status-message): do.
2388         * mm-url.el (mm-url-decode-entities-string): do.
2389         * mml1991.el (mml1991-mailcrypt-sign, mml1991-gpg-sign): do.
2390         * mm-decode.el (mm-find-raw-part-by-type): do.
2391         * message.el (message-send-mail-partially)
2392         (message-send-mail-with-sendmail): do.
2393         * gnus-uu.el (gnus-uu-save-article, gnus-uu-reginize-string): do.
2394         * gnus-kill.el (gnus-pp-gnus-kill): do.
2395         * gnus-art.el (gnus-article-treat-unfold-headers)
2396         (gnus-article-encrypt-body): do.
2397
2398 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2399
2400         * mail-source.el (mail-source-delete-incoming): Allow integer value.
2401         (mail-source-delete-old-incoming-confirm): New variable.
2402         (mail-source-delete-old-incoming): Use it.  New function.
2403         (mail-source-callback): Call `mail-source-delete-old-incoming' if
2404         `mail-source-delete-incoming' is a nonnegative integer.
2405
2406 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
2407
2408         * gnus-msg.el (gnus-extended-version): Fix for 'emacs-gnus-config.
2409         (gnus-user-agent): Fixed typo.
2410
2411 2003-03-03  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2412
2413         * gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
2414         (gnus-agent-expire-group-1): Removed invalid (interactive) specifier.
2415
2416 2003-03-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2417
2418         * gnus-agent.el (gnus-agent-fetch-articles): Fix nil message.
2419         (gnus-agent-fetch-session): Allow debugging to take place.
2420
2421 2003-03-03  Jesper Harder  <harder@ifa.au.dk>
2422
2423         * gnus-sum.el (gnus-highlight-selected-summary)
2424         (gnus-article-get-xrefs, gnus-summary-show-thread): Use
2425         `gnus-point-at-bol' and `gnus-point-at-eol' instead of
2426         `(progn (beginning-of-line) (point))'.  It's shorter, faster,
2427         and makes it clear that we don't need the side effect.
2428         * gnus-util.el (gnus-delete-line): do.
2429         * gnus-xmas.el (gnus-group-add-icon): do.
2430         * nnmail.el (nnmail-article-group, nnmail-cache-fetch-group): do.
2431         * nntp.el (nntp-send-authinfo-from-file): do.
2432         * nnml.el (nnml-header-value): do.
2433         * nnheader.el (nnheader-insert-references): do.
2434         * gnus-cite.el (gnus-article-highlight-citation)
2435         (gnus-cite-parse): do.
2436         * gnus-score.el (gnus-score-followup): do.
2437         * gnus-draft.el (gnus-draft-send): do.
2438         * gnus-group.el (gnus-group-highlight-line): do.
2439         * gnus-cache.el (gnus-cache-braid-nov): do.
2440         * nnfolder.el (nnfolder-retrieve-headers)
2441         (nnfolder-request-article): do.
2442         * gnus-art.el (article-hide-boring-headers)
2443         (gnus-article-hide-header): do.
2444
2445         * nnheader.el (nnheader-find-nov-line): Use gnus-delete-line.
2446         * nnml.el (nnml-request-replace-article): do.
2447         * nnmbox.el (nnmbox-request-move-article, nnmbox-delete-mail): do.
2448         * nnfolder.el (nnfolder-request-move-article): do.
2449         * gnus-cache.el (gnus-cache-possibly-remove-article): do.
2450         * gnus-art.el (gnus-mm-display-part): do.
2451
2452         * gnus-art.el (gnus-article-goto-part): Use gnus-goto-char.
2453
2454 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2455
2456         * nntp.el (nntp-possibly-change-group): Avoid calling
2457         process-buffer on nil (Which happened when you lost your
2458         connection while fetching); instead signal a "Server Closed
2459         Connection" error.
2460
2461 2003-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2462
2463         * gnus-agent.el (gnus-agent-enable-expiration): New
2464         variable. Either ENABLE or DISABLE.  Sets default behavior for
2465         selecting which groups are expired.
2466         (gnus-agent-cat-set-property, gnus-agent-cat-defaccessor,
2467         gnus-agent-set-cat-groups): Provides abstract interface for
2468         accessing agent category.  Category now implemented by an alist.
2469         (gnus-agent-add-group, gnus-agent-remove-group,
2470         gnus-category-insert-line, gnus-category-edit-predicate,
2471         gnus-category-edit-score, gnus-category-edit-groups,
2472         gnus-category-copy, gnus-category-add, gnus-group-category): Use
2473         new agent category abstraction.
2474         (gnus-agent-find-parameter): New function. Search for agent
2475         configuration parameter first in the group's parameters, then its
2476         topics (if any), and then the group's category.  If not found
2477         anywhere, use the original defined constants.
2478         (gnus-agent-fetch-headers, gnus-agent-fetch-group-1): Use new
2479         gnus-agent-find-parameter.
2480         (gnus-agent-fetch-headers, gnus-agent-uncached-articles): Clearing
2481         gnus-agent-cache now blocks retrieving headers and articles from
2482         the local cache.  Fetched content is still added to the cache
2483         before being returned.
2484         (gnus-agent-fetch-session): Use error-message-string to generate
2485         displayed error message.
2486         (gnus-agent-customize-category): New Command. 'e' in category
2487         buffer opens category customization buffer.
2488         (gnus-category-read): Reads either positional or alist format;
2489         returns alist format.
2490         (gnus-category-write): Writes category file compatible with
2491         current, and previous, versions of gnus-agent.
2492         (gnus-category-make-function, gnus-category-make-function-1):
2493         Corrected documentation; parameter is predicate NOT category.
2494         (gnus-predicate-implies-unread): Now works in more cases per the
2495         todo comment.
2496         (gnus-function-implies-unread-1): New function. Supports
2497         gnus-predicate-implies-unread.
2498         (gnus-agent-expire-group): Command now provides default of group
2499         under point.
2500         (gnus-agent-expire-group-1): Obeys new agent-enable-expiration and
2501         agent-days-until-old parameters. No longer supports
2502         gnus-agent-expire-days being set to an alist.
2503         (gnus-agent-request-article): Now performs its own checks of
2504         gnus-agent, gnus-agent-cache, and gnus-plugged rather than
2505         assuming that the caller will do them correctly.
2506         (): Added one-time hook to gnus-group-prepare-hook.  Detects when
2507         gnus-agent-expire-days is set to an alist.  Converts said alist
2508         into group parameter so that gnus-agent-expire-days will not be
2509         needed.
2510         * gnus-art.el (gnus-request-article-this-buffer): Conditional
2511         checks surrounding gnus-agent-request-article removed; now
2512         performed by gnus-agent-request-article.
2513         * gnus-cus.el (gnus-agent-parameters): New variable. List of
2514         customizable group/topic parameters that regulate the agent.
2515         (gnus-group-customize): Uses gnus-agent-parameters.  Replaced
2516         kill-buffer with gnus-kill-buffer to remove the killed buffer from
2517         the list of gnus buffers.
2518         (gnus-trim-whitespace): Removes leading and trailing whitespace
2519         from multiline strings.
2520         (gnus-agent-cat-prepare-category-field,
2521         gnus-agent-customize-category): Constructs a category
2522         customization buffer.
2523         * gnus-int.el (gnus-retrieve-headers,
2524         gnus-request-expire-articles): No longer checks gnus-agent-cache
2525         as it is handled internally by the agent.
2526         (gnus-request-head, gnus-request-body): Conditional checks
2527         surrounding gnus-agent-request-article removed; now performed by
2528         gnus-agent-request-article.
2529
2530         * gnus-start.el (): Added defvar statements to resolve compilation
2531         warnings.
2532         (gnus-long-file-names): New function. Isolates platform dependent
2533         msdos-long-file-names.
2534         (gnus-save-startup-file-via-temp-buffer): New variable. Provides
2535         option of writing directly to file.  Avoids memory exhausted
2536         errors when .newsrc.eld is huge.
2537         (gnus-save-newsrc-file): Uses new
2538         gnus-save-startup-file-via-temp-buffer.
2539         (gnus-gnus-to-quick-newsrc-format): Rewritten to write to
2540         standard-output.
2541         (gnus-display-time-event-handler): Changed to alias from a defun
2542         to avoid a compile-time warning when display-time-event-handler is
2543         not defined.
2544         * gnus-util.el (gnus-with-output-to-file): New macro. Binds
2545         standard-output such that prin1 and princ will write directly to a
2546         file.
2547
2548         * gnus.el (gnus-agent-cache): Expanded documentation.
2549         (gnus-summary-high-undownloaded-face): Removed second bold keyword
2550         so that this face is actually bold.
2551
2552         * nnkiboze.el (nnkiboze-request-article): Only use the cache when
2553         gnus-use-cache has been set.
2554
2555 2003-03-02  Jesper Harder  <harder@ifa.au.dk>
2556
2557         * nnvirtual.el (nnvirtual-update-xref-header): Simplify.
2558
2559 2003-03-01  Jesper Harder  <harder@ifa.au.dk>
2560
2561         * gnus-art.el (gnus-article-refer-article): Be more permissive.
2562
2563 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2564
2565         * spam.el: Fix typo.
2566
2567 2003-03-01  Satyaki Das  <satyaki@theforce.stanford.edu>
2568         (Trivial patch.)
2569
2570         * pgg-gpg.el (pgg-gpg-process-region): Insert process status into
2571         errors-buffer. This produces a nicer error message in case of
2572         problems.
2573
2574 2003-03-01  Teodor Zlatanov  <tzz@lifelogs.com>
2575
2576         * spam.el (spam-maybe-spam-stat-load, spam-maybe-spam-stat-load):
2577         load stats iff spam-use-stat is on
2578
2579         * spam.el: add spam-maybe-spam-stat-load to gnus-startup hook,
2580         also use spam-maybe-spam-stat-load and spam-maybe-spam-stat-save
2581         instead of spam-stat-load and spam-stat-save in the
2582         gnus-get-new-news-hook and gnus-save-newsrc-hook, respectively
2583
2584 2003-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
2585
2586         * mm-view.el (mm-inline-text): Ignore errors from enriched-decode.
2587
2588 2003-03-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2589
2590         * message.el (message-make-fqdn): Protect against nil user-mail.
2591
2592 2003-02-28  Vasily Korytov <deskpot@myrealbox.com>
2593
2594         * gnus-art.el (gnus-boring-article-headers): New values:
2595         'to-list and 'cc-list.
2596
2597 2003-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
2598
2599         * spam.el (spam-setup-widening): new function to set
2600         nnimap-split-download-body, we add it to gnus-get-new-news-hook
2601         (spam-list-of-statistical-checks): list of statistical splitter
2602         checks
2603         (spam-split): added a widen call when a statistical check is
2604         enabled
2605
2606 2003-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
2607
2608         * gnus-msg.el (gnus-user-agent): Changed default to
2609         'emacs-gnus-type, renamed 'full.
2610
2611 2003-02-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
2612
2613         * nnfolder.el (nnfolder-request-accept-article): Don't use
2614         mail-header-unfold-field.
2615
2616 2003-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
2617
2618         * imap.el (imap-ssl-open): Don't depend on ssl.el.
2619         * nntp.el (nntp-open-ssl-stream): Don't depend on ssl.el.
2620
2621 2003-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
2622
2623         * spam.el: add spam-stat-load to gnus-get-new-news-hook
2624         (spam-split): remove spam-stat-load call
2625
2626 2003-02-26  Simon Josefsson  <jas@extundo.com>
2627
2628         * gnus-sum.el (gnus-summary-toggle-header): Run
2629         gnus-article-decode-hook instead of calling a-decode-encoded-words
2630         directly (the latter is run as part of the former).
2631
2632 2003-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2633
2634         * gnus-agent.el (gnus-agent-expire-group): Remove debug.
2635
2636 2003-02-25  Jesper Harder  <harder@ifa.au.dk>
2637
2638         * message.el (message-sendmail-envelope-from): New option.
2639         (message-sendmail-envelope-from): New function.
2640         (message-send-mail-with-sendmail): Use it.
2641
2642 2003-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
2643
2644         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Added
2645         compensation for TDMA addresses.
2646
2647 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2648
2649         * gnus-msg.el (gnus-user-agent): New variable.
2650         (gnus-version-expose-system): Removed.  Obsoleted by
2651         `gnus-user-agent'.
2652         (gnus-extended-version): Use `gnus-user-agent'.
2653
2654 2003-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
2655
2656         * spam.el (spam-stat-register-spam-routine,
2657         spam-stat-register-ham-routine): remove spam-stat-save
2658         (spam-stat hook): add spam-stat-save to the gnus-save-newsrc-hook
2659
2660 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2661
2662         * gnus-group.el (gnus-topic-mode-p): Fixed free variable
2663         reference.
2664
2665 2003-02-24  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2666
2667         * nnheader.el (nnheader-find-nov-line): Changed midpoint
2668         calculation to avoid integer overflow.
2669
2670 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
2671
2672         * gnus-start.el (gnus-backup-startup-file): Fixed custom type.
2673
2674 2003-02-24  Ted Zlatanov <tzz@lifelogs.com>
2675         * spam.el: disabled spam-get-article-as-filename
2676
2677         From Michael Shields  <shields@msrl.com>
2678
2679         * gnus-group.el (gnus-group-is-exiting-without-update-p): New.
2680         * gnus-sum.el (gnus-summary-exit-no-update): Use it.
2681         * gnus-sum.el (gnus-summary-expire-articles): Use it.
2682         * spam.el (spam-summary-prepare-exit): Use it.
2683         * gnus.el (gnus-install-group-spam-parameters): New.
2684         * spam.el (spam-group-ham-processor-copy-p): New.
2685         * spam.el (spam-summary-prepare-exit): Support for ham copying.
2686         * spam.el (spam-mark-spam-as-expired-and-move-routine): Fix bug
2687         that would cause the current message to be moved if the group had
2688         no spam.
2689         * spam.el (spam-ham-move-routine): New `copy' argument.
2690
2691 2003-02-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2692         From Martin Thornquist <martint@ifi.uio.no>
2693
2694         * gnus-topic.el (gnus-topic-select-group): Select last group if
2695         after last group.
2696         * gnus-group.el (gnus-group-select-group): Ditto.
2697
2698 2003-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2699
2700         * gnus-art.el (popup-menu): Compiler macro for Emacs 20.
2701         (gnus-article-refer-article): Use gnus-point-at-(b|e)ol instead of
2702         point-at-(b|e)ol which aren't available in Emacs 20.
2703
2704         * gnus-registry.el (puthash): Alias to cl-puthash for Emacs 20.
2705
2706 2003-02-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
2707
2708         * gnus-start.el (gnus-activate-group): Re-enabled the catch error
2709         clause of the condition-case statement.  Errors connecting to a
2710         server no longer terminate gnus.
2711
2712         * gnus-agent.el (gnus-agent-toggle-plugged): Renamed parameter to
2713         make its use obvious.  Added no-nothing case to avoid
2714         opening(closing) servers when already open(closed).
2715         (gnus-agent-while-plugged): Added macro to facilitate internal use
2716         of gnus-agent-toggle-plugged.
2717         (gnus-agent-fetch-group): Use new gnus-agent-while-plugged to
2718         temporarily open servers.
2719         (gnus-agent-get-undownloaded-list): Sort list of article numbers
2720         as sorting gnus-newsgroup-headers is wrong.
2721         (gnus-agent-summary-fetch-group): Use new gnus-agent-while-plugged
2722         to temporarily open servers. Corrected logic to handle setting
2723         gnus-agent-mark-unread-after-downloaded.
2724         (gnus-agent-fetch-articles): Now handles headers with missing
2725         article sizes and/or missing article lengths.  Now clears the
2726         message buffer when finished.
2727         (gnus-agent-fetch-group-1): Position point before calling
2728         gnus-summary-set-agent-mark.
2729         (gnus-get-predicate): Corrected description, parameter is
2730         predicate not category.
2731         (gnus-agent-expire-group): Adapted the gnus-agent-expire-* code to
2732         provide a separate single group expiration function.
2733         (gnus-agent-regenerate-group): Now clears the message buffer when
2734         finished.
2735
2736 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2737
2738         * gnus.el (gnus-agent-target-move-group-header): New variable.
2739         * gnus-draft.el (gnus-draft-send): If special header
2740         "X-Gnus-Agent-Target-Move-Group" is present, do like Gcc into
2741         that group, instead of performing the regular sending functions.
2742
2743 2003-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2744
2745         * gnus-xmas.el (gnus-xmas-mime-button-menu): Accept a prefix arg.
2746
2747 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
2748
2749         * message.el (message-user-fqdn, message-valid-fqdn-regexp): New
2750         variables.
2751         (message-make-fqdn): Use it.  Improved validity check.
2752
2753 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2754
2755         * message.el (message-user-mail-address): Check whether
2756         user-mail-address looks valid.
2757
2758         * gnus-msg.el (gnus-mailing-list-followup-to): New function.
2759
2760         * gnus-util.el (gnus-fetch-original-field): New function.
2761
2762 2003-02-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2763
2764         * message.el (message-mode): \\(...\\) around additional
2765         paragraph-separate alternative.
2766
2767 2003-02-23  Jesper Harder  <harder@ifa.au.dk>
2768
2769         * gnus-art.el (gnus-mime-button-commands): Add ellipsis.
2770         (gnus-mime-button-menu): Define MIME popup menu with easy-menu to
2771         display key bindings.
2772         (gnus-mime-button-menu): Rewrite.
2773
2774 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2775
2776         * gnus-art.el (gnus-button-url-regexp): Removed `.
2777
2778 2003-02-23  Max Froumentin  <mf@w3.org>
2779
2780         * gnus-art.el (gnus-button-url-regexp): Remove `, enter '.
2781
2782 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2783
2784         * gnus-art.el (gnus-mime-action-on-part): Require a match
2785         interactively.
2786
2787         * gnus-start.el (gnus-save-newsrc-file): Use
2788         gnus-backup-startup-file.
2789         (gnus-backup-startup-file): New variable.
2790
2791 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2792
2793         * gnus.el (gnus-summary-buffer-name): Moved function here.
2794
2795         * gnus-draft.el (defun): Remove debug.
2796
2797 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
2798
2799         * gnus-sum.el (gnus-summary-refer-article): Skip method if we
2800         can't open server.
2801
2802 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2803
2804         * gnus-draft.el (defun): Configure posting styles.
2805
2806         * gnus-start.el (gnus-get-unread-articles-in-group): Make sure
2807         the entry for the group exists before we alter it.
2808
2809 2003-02-22  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2810
2811         * message.el (message-mode): MML tags separate paragraphs.  Small
2812         change from David S Goldberg <david.goldberg6@verizon.net>.
2813
2814         * gnus-agent.el (gnus-agent-get-undownloaded-list): Sort
2815         `gnus-newsgroup-headers'.
2816
2817         * gnus-art.el (gnus-article-refer-article): Grok more message id
2818         formats.  From Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
2819
2820 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
2821
2822         * mm-decode.el (mm-path-name-rewrite-functions): Doc fix: don't
2823         use "path name".
2824
2825 2003-02-21  Teodor Zlatanov  <tzz@lifelogs.com>
2826
2827         * gnus-sum.el (gnus-summary-move-article)
2828         (gnus-summary-expire-articles): send data header for article, not
2829         just article ID
2830
2831         * gnus-registry.el (gnus-registry-hashtb, gnus-register-action)
2832         (gnus-register-spool-action): added hashtable of message ID keys
2833         with message motion data
2834
2835 2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
2836         From Reiner Steib  <Reiner.Steib@gmx.de>.
2837
2838         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
2839         variable, used in `gnus-button-mid-or-mail-heuristic'.
2840         (gnus-button-mid-or-mail-heuristic): New function derived from
2841         Florian Weimer's Perl script.
2842         (gnus-button-handle-mid-or-mail): Allow a function instead of
2843         'guess.
2844         (gnus-button-guessed-mid-regexp): Removed.
2845
2846 2003-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2847
2848         * message.el (message-resend): Bind message-setup-hook to nil;
2849         remove X-Draft-From header.
2850
2851 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
2852
2853         * gnus-sum.el (gnus-simplify-subject-fully, gnus-subject-equal)
2854         (gnus-newsgroup-undownloaded)
2855         (gnus-summary-save-parts-default-mime, gnus-auto-select-next):
2856         Doc fixes.
2857
2858 2003-02-17  John Paul Wallington  <jpw@gnu.org>
2859
2860         * gnus.el (gnus-shell-command-separator, gnus-email-address)
2861         (gnus-default-charset, gnus-other-frame-parameters): Doc fixes.
2862
2863 2003-02-20  Jesper Harder  <harder@ifa.au.dk>
2864
2865         * gnus-spec.el (gnus-xmas-format): Use insert instead of
2866         insert-string which is obsolete in Emacs 21.4.
2867
2868         * message.el (message-cross-post-followup-to-header): do.
2869
2870         * spam.el (spam-ifile-register-with-ifile)
2871         (spam-stat-register-spam-routine)
2872         (spam-stat-register-ham-routine)
2873         (spam-bogofilter-register-with-bogofilter): do.
2874
2875         * mailcap.el (mailcap-mime-data): Fix typo.
2876
2877         * gnus-topic.el (gnus-topic-make-menu-bar): Add ellipsis.
2878
2879 2003-02-19  Reiner Steib  <Reiner.Steib@gmx.de>
2880
2881         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
2882         (gnus-cite-parse): Renamed `gnus-unsightly-citation-regexp' to
2883         `gnus-cite-unsightly-citation-regexp'.
2884
2885 2003-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2886
2887         * gnus-msg.el (gnus-copy-article-buffer): Copy an article header
2888         even if there's just a header.
2889
2890 2003-02-19  Jesper Harder  <harder@ifa.au.dk>
2891
2892         * message.el (message-fix-before-sending): Fix highlighting of
2893         illegible and invisible text.
2894
2895         * gnus-util.el (gnus-multiple-choice): Separate choices with
2896         ",\e,A \e(B".  Suggested by Dan Jacobson <jidanni@dman.ddts.net>.
2897
2898 2003-02-18  Jesper Harder  <harder@ifa.au.dk>
2899
2900         * gnus-sum.el (gnus-summary-exit-no-update): Use gnus-kill-buffer.
2901
2902 2003-02-18  Teodor Zlatanov  <tzz@lifelogs.com>
2903
2904         * spam.el (spam-ham-move-routine)
2905         (spam-mark-spam-as-expired-and-move-routine): use
2906         gnus-summary-kill-process-mark and gnus-summary-yank-process-mark
2907         around process-mark manipulation on the group
2908
2909 2003-02-17  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2910
2911         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME/Multipart
2912         submenu.
2913
2914 2003-02-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2915
2916         * mail-source.el (mail-source-fetch): Reverse the return value of
2917         the continuation question.
2918
2919 2003-02-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2920
2921         * nndraft.el (nndraft-request-move-article): Bind
2922         nnmh-allow-delete-final to t.
2923
2924 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
2925
2926         * mm-uu.el (mm-uu-uu-filename): Fix use of character constant.
2927
2928 2003-02-11  Stefan Monnier  <monnier@cs.yale.edu>
2929
2930         * nntp.el (nntp-accept-process-output): Don't use point-max to get
2931         the buffer's size.
2932
2933 2003-01-31  Joe Buehler  <jhpb@draco.hekimian.com>
2934
2935         * nnheader.el: Added cygwin to system-type comparisons.
2936
2937 2003-01-27  Juanma Barranquero  <lektu@terra.es>
2938
2939         * imap.el (imap-mailbox-status): Fix typo.
2940
2941 2003-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
2942
2943         * gnus-art.el (gnus-article-prepare): Don't set agent mark if
2944         online.
2945
2946 2003-02-14  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2947
2948         * gnus-agent.el (gnus-agent-group-make-menu-bar): Include all
2949         commands.
2950         * gnus-sum.el: Small change from Frank Weinberg
2951         <frank@usenet-rundfahrt.de>:
2952         (gnus-auto-center-group): New variable.
2953         (gnus-summary-read-group-1): Use it.
2954         (gnus-summary-next-group): Fix docstring.
2955
2956 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2957
2958         * gnus-util.el (gnus-faces-at): Simplify.
2959
2960 2003-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
2961
2962         * spam.el (spam-ham-move-routine)
2963         (spam-mark-spam-as-expired-and-move-routine): made the article
2964         move conditional, so it's not called even if there's nothing to move
2965
2966 2003-02-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2967
2968         * message.el (message-unix-mail-delimiter): Accept any whitespace
2969         after the email address and before the date; do not require the
2970         space character.  From Kurt B. Kaiser <kbk@shore.net>.
2971
2972 2003-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2973
2974         * gnus-art.el (gnus-article-only-boring-p): Make sure that the
2975         gnus-article-boring-faces variable is bound; use gnus-faces-at.
2976
2977         * gnus-util.el (gnus-faces-at): New macro.
2978
2979 2003-02-13  Michael Shields  <shields@msrl.com>
2980
2981         * gnus-cite.el
2982         (gnus-cite-attribution-suffix, gnus-cite-parse):
2983         Better handling for Microsoft citation styles.
2984         (gnus-unsightly-citation-regexp): New.
2985
2986 2003-02-12  Michael Shields  <shields@msrl.com>
2987
2988         * gnus-art.el (article-strip-banner): Strip both per-group and
2989         per-user-address banners.
2990         (article-really-strip-banner): New.
2991
2992 2003-02-12  Michael Shields  <shields@msrl.com>
2993
2994         * gnus-sum.el (gnus-article-goto-next-page,
2995         gnus-article-goto-prev-page): Call gnus-summary-*-page, instead of
2996         relying on the summary bindings of `n' and `p'.
2997
2998 2003-02-12  Michael Shields  <shields@msrl.com>
2999
3000         * gnus-art.el (gnus-article-only-boring-p): New.
3001         (gnus-article-skip-boring): New.
3002         * gnus-cite.el (gnus-article-boring-faces): New.
3003         * gnus-sum.el (gnus-summary-next-page): Use
3004         gnus-article-only-boring-p.
3005
3006 2003-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
3007
3008         * spam.el (spam-mark-spam-as-expired-and-move-routine)
3009         (spam-ham-move-routine): unmark all articles before marking those
3010         of interest and calling gnus-summary-move-article
3011
3012 2003-02-12  Jesper Harder  <harder@ifa.au.dk>
3013
3014         * gnus.el (gnus-kill-buffer): Move to gnus.el because it's
3015         logically the complement of gnus-get-buffer-create and
3016         gnus-add-buffer.
3017
3018         * gnus-util.el (gnus-kill-buffer): do.
3019
3020         * nnmail.el: Autoload gnus-kill-buffer.
3021
3022 2003-02-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3023
3024         * gnus-agent.el (gnus-summary-set-agent-mark): Added call to
3025         gnus-summary-goto-subject as gnus-summary-update-mark operates on
3026         the current LINE.
3027         (gnus-agent-summary-fetch-group): Minimized the number of times
3028         that the article is updated in the buffer.
3029
3030 2003-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
3031
3032         * spam.el (spam-ham-move-routine): use the process-mark instead of
3033         gnus-current-article when moving articles
3034         (spam-mark-spam-as-expired-and-move-routine): ditto, use the process-mark
3035
3036 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3037
3038         * gnus-topic.el (gnus-topic-expire-articles): Recursive.
3039         (gnus-topic-catchup-articles): Ditto.
3040         (gnus-topic-mark-topic): Reverse recursive logic.
3041
3042 2003-02-11  Jesper Harder  <harder@ifa.au.dk>
3043
3044         * gnus-sum.el (gnus-summary-refer-thread): Handle case where
3045         gnus-refer-thread-limit is t.
3046
3047 2003-02-10  Jesper Harder  <harder@ifa.au.dk>
3048
3049         * mm-util.el (mm-mule-charset-to-mime-charset): Use
3050         sort-coding-systems to prefer utf-8 over utf-16.
3051
3052 2003-02-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3053
3054         * gnus-agent.el (gnus-agent-expire-days):
3055         gnus-request-move-article depends on gnus-agent-expire to clean up
3056         the cache after moving the article.  Therefore, g-a-e-d can NOT
3057         default to nil or can gnus-agent-expire be disabled by doing so.
3058         If you don't want to run gnus-agent-expire, don't call it.
3059         (gnus-agent-expire): The broken test to disable gnus-agent-expire
3060         when g-a-e-d was NOT nil was removed.
3061         (gnus-agent-article-name): Removed unnecessary input test as
3062         article IDs are always strings.
3063         (gnus-agent-regenerate-group): Added check to protect against
3064         servers that generate absurdly long article IDs.  Valid IDs are
3065         less than 10 digits to avoid overflow errors.  Fixed logic error
3066         when ensuring that the final article ID is present in the new
3067         alist.
3068
3069 2003-02-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3070
3071         * gnus-topic.el (gnus-topic-goto-missing-topic): Just move to the
3072         next line after finding the parent.
3073
3074 2003-02-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3075
3076         * gnus.el (gnus-version-number): Bumped.
3077
3078 2003-02-08 23:23:27 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3079
3080         * gnus.el: Oort Gnus v0.15 is released.
3081
3082 2003-02-08  Michael Welsh Duggan  <md5i@cs.cmu.edu>
3083
3084         * nnmail.el (nnmail-split-it): If a message ends up matching the
3085           same mailbox more than once, it will cause duplicates to appear
3086           in the mailbox.
3087
3088 2003-02-08  Simon Josefsson  <jas@extundo.com>
3089
3090         * gnus-sum.el (gnus-summary-select-article): Remove blink removal
3091         code that only worked under Emacs.
3092
3093         * pgg-gpg.el (pgg-gpg-process-region): Don't blink.  From Satyaki
3094         Das <satyaki@chicory.stanford.edu>.
3095
3096 2003-02-08  Jesper Harder  <harder@ifa.au.dk>
3097
3098         * gnus-art.el (gnus-article-refer-article): Use
3099         gnus-replace-in-string.
3100
3101         * gnus-util.el (gnus-map-function): Remove unneeded let-binding.
3102         (gnus-remove-duplicates): do.
3103
3104 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
3105
3106         * gnus-int.el (gnus-internal-registry-spool-current-method): new variable
3107         (gnus-request-scan): set
3108         gnus-internal-registry-spool-current-method to gnus-command-method
3109         before a request-scan operation
3110
3111         * gnus-registry.el (regtest-nnmail): use
3112         gnus-internal-registry-spool-current-method
3113
3114 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3115
3116         * mail-source.el (mail-source-fetch): Typo fix.
3117
3118 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
3119
3120         * nnmail.el (nnmail-spool-hook): new hook
3121         (nnmail-cache-insert): call nnmail-spool-hook
3122
3123         * gnus-registry.el: new file with examples of using the hooks
3124
3125         * gnus.el (gnus-registry): added registry customization group
3126         (gnus-group-prefixed-name): improve function to return full group
3127         name optionally
3128         (gnus-group-guess-prefixed-name): shortcut to
3129         gnus-group-prefixed-name, using just the group name
3130         (gnus-group-full-name): always get a group's full name
3131         (gnus-group-guess-full-name): shortcut, using just the group name
3132
3133         * gnus-sum.el (gnus-summary-article-move-hook)
3134         (gnus-summary-article-delete-hook)
3135         (gnus-summary-article-expire-hook): new hooks
3136         (gnus-summary-move-article, gnus-summary-expire-articles)
3137         (gnus-summary-delete-article): invoke the new hooks
3138
3139 2003-02-07  Frank Weinberg  <frank@usenet-rundfahrt.de>
3140
3141         * gnus-art.el (gnus-article-refer-article): Strip leading "news:"
3142         from message-ID
3143
3144 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
3145
3146         * gnus-util.el (gnus-run-hooks): Use save-current-buffer.
3147
3148 2003-02-07  John Paul Wallington  <jpw@gnu.org>
3149
3150         * mm-util.el (mm-delete-duplicates, mm-append-to-file)
3151         (mm-write-region, mm-detect-coding-region): Doc fixes.
3152
3153 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3154
3155         * mail-source.el (mail-source-fetch): Ignore errors.
3156         (mail-source-ignore-errors): New variable.
3157
3158         * gnus-sum.el (gnus-summary-refer-thread): Don't re-fetch current
3159         articles.
3160
3161         * gnus-msg.el (gnus-version-expose-system): Change default.
3162
3163 2003-02-07  Vasily Korytov  <deskpot@myrealbox.com>
3164
3165         * gnus-msg.el (gnus-version-expose-system): New variable.
3166
3167 2003-02-07  Simon Josefsson  <jas@extundo.com>
3168
3169         * mml-sec.el (mml-unsecure-message): Don't use kill-region.  Tiny
3170         patch from deskpot@myrealbox.com (Vasily Korytov).
3171
3172 2003-02-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3173
3174         * gnus-art.el (article-display-face): Get the Face header from
3175         the current buffer.
3176
3177 2003-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3178
3179         * gnus-art.el (gnus-mime-view-part-internally): Bind
3180         buffer-read-only to nil.
3181
3182 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3183
3184         * gnus-agent.el (gnus-agent-expire-1,2): Pass the dir argument
3185         from g-a-e-1 to g-a-e-2.
3186
3187 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
3188
3189         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
3190         of bbdb-search-simple, use spam-use-BBDB-exclusive
3191         (spam-check-whitelist): use spam-use-whitelist-exclusive
3192         (spam-use-whitelist-exclusive): new variable affecting
3193         spam-use-whitelist
3194         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
3195
3196 2003-02-05  Simon Josefsson  <jas@extundo.com>
3197
3198         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
3199         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
3200         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
3201         (gnus-agent-expire-1): New.
3202         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
3203         (gnus-agent-expire-2): New.
3204
3205 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
3206
3207         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
3208         "delete-if" is misleading because it isn't actually destructive.
3209
3210         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
3211
3212         * nnmail.el (nnmail-purge-split-history): do.
3213
3214         * gnus-win.el (gnus-get-buffer-window): do.
3215
3216         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
3217         let-binding.
3218         (gnus-simplify-all-whitespace): do.
3219
3220 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3221
3222         * gnus-delay.el (gnus-delay-article): Fix binding of the
3223         nndraft:delayed group.
3224
3225 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
3226
3227         * gnus.el (spam group parameters): change 'other to 'const in
3228         the group parameter definitions to soothe XEmacs
3229
3230 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3231
3232         * gnus-delay.el (gnus-delay-article): Really create
3233         nndraft:delayed group if it doesn't exist.
3234
3235 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
3236
3237         * gnus-sum.el (gnus-summary-search-article): Speed up by
3238         disabling various visual features while searching.
3239         (gnus-summary-recenter): Test gnus-auto-center-summary first.
3240
3241 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
3242
3243         * spam.el (spam-list-of-checks): Don't quote nil and t in
3244         docstrings.  From the elisp manual:
3245
3246            When a documentation string refers to a Lisp symbol, write
3247            it [..] with single-quotes around it.  [..] There are two
3248            exceptions: write t and nil without single-quotes.
3249
3250         * messcompat.el (message-from-style): do.
3251
3252         * message.el (message-send-mail): do.
3253
3254         * gnus-util.el (gnus-use-byte-compile): do.
3255
3256         * gnus-score.el (gnus-score-lower-thread): do.
3257
3258         * gnus-int.el (gnus-server-unopen-status): do.
3259
3260         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
3261         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
3262
3263         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
3264         (gnus-group-parameters): do.
3265
3266         * gnus-art.el (gnus-article-mime-match-handle-function): do.
3267
3268         * mm-decode.el (mm-text-html-renderer): do.
3269
3270 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3271
3272         * nnheader.el (nnheader-directory-separator-character): Change the
3273         way to compute the dafault value.
3274
3275 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
3276
3277         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
3278         (gnus-button-alist): Fix regexp for describe-key.
3279         (gnus-button-handle-describe-function)
3280         (gnus-button-handle-describe-variable)
3281         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
3282         (gnus-button-handle-apropos-variable)
3283         (gnus-button-handle-apropos-documentation): Docstring fix.
3284
3285         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
3286
3287 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3288
3289         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
3290         to nil.
3291
3292         * nnmail.el: Removed gnus-util autoload.
3293
3294         * gnus.el: Use gnus-prin1-to-string throughout.
3295
3296         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
3297         print-level.
3298
3299         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
3300         (gnus-treat-display-grey-xface): Removed.
3301
3302         * gnus-fun.el (gnus-grab-cam-face): New.
3303         (gnus-convert-image-to-gray-x-face): Removed.
3304         (gnus-convert-gray-x-face-to-xpm): removed.
3305         (gnus-convert-gray-x-face-region): Removed.
3306         (gnus-grab-gray-x-face): Removed.
3307
3308         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
3309
3310 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
3311
3312         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
3313         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
3314         bound.
3315
3316         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
3317
3318 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
3319
3320         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
3321         Remove -- these are bogus options which are never used.
3322
3323 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
3324
3325         * gnus-art.el (gnus-article-mode): Use summary tool bar.
3326
3327 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
3328
3329         * spam.el (spam-check-blackholes)
3330         (spam-blackhole-good-server-regex): new variable to skip some IPs
3331         when checking blackholes; use it
3332         (spam-check-bogofilter-headers)
3333         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
3334         case more X-Bogosity is used than just "Yes/No"
3335         (spam-ham-move-routine): semi-fixed, only first article is
3336         properly moved now
3337
3338 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
3339
3340         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
3341         as well.
3342
3343         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
3344
3345         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
3346
3347         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
3348
3349         * gnus-bcklg.el (gnus-backlog-shutdown): do.
3350
3351         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
3352
3353 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3354
3355         * gnus-fun.el (gnus-face-encode): New function.
3356         (gnus-convert-png-to-face): Use it.
3357
3358         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks.
3359
3360 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
3361
3362         * mm-decode.el (mm-dissection-list): Remove.
3363         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
3364         only used in mm-remove-all-parts.
3365         (mm-remove-all-parts): Remove it, it's never called.
3366
3367 2003-01-25  Simon Josefsson  <jas@extundo.com>
3368
3369         * gnus-group.el (gnus-group-make-group): Report errors.
3370
3371         * nnimap.el (nnimap-request-create-group): Ditto.
3372
3373         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
3374
3375         * sieve.el (sieve-upload): Fix error printing.
3376
3377         * mm-encode.el (mm-qp-or-base64): Always QP iff
3378         mm-use-ultra-safe-encoding and cleartext PGP.
3379
3380         * gnus-sum.el (gnus-summary-select-article): Inhibit
3381         redisplay (mainly for secured messages).
3382
3383         * nnmail.el (nnmail-article-group): Copy body too (but don't
3384         process it).
3385
3386 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
3387
3388         * gnus-art.el (gnus-article-setup-buffer): Reset
3389         gnus-button-marker-list.
3390
3391 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3392
3393         * nntp.el (nntp-read-timeout): Default to using a second delay
3394         under Microsoft Windows.
3395
3396 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3397
3398         * nnheader.el (nnheader-directory-separator-character): New
3399         variable.
3400
3401 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3402
3403         * gnus-agent.el (gnus-agent-max-fetch-size)
3404         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
3405         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
3406         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
3407         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
3408         (gnus-agent-braid-nov, gnus-agent-load-alist)
3409         (gnus-agent-article-alist-save-format)
3410         (gnus-agent-read-agentview, gnus-agent-save-alist)
3411         (gnus-agent-fetch-group-1, gnus-agent-expire)
3412         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
3413         (gnus-agent-regenerate-group): Reformat to keep under eighty
3414         columns.  Reword docstrings so that first line is under eighty
3415         chars and a complete sentence.  Still need to work on the rear
3416         end of the file, in particular gnus-agent-expire.
3417
3418 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3419
3420         * gnus-agent.el (gnus-agentize): Indent.
3421
3422         * gnus.el (gnus-version-number): Bumped.
3423
3424 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3425
3426         * gnus.el: Oort Gnus v0.14 is released.
3427
3428 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3429
3430         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
3431         before beginning.  Tiny patch from Mark Thomas
3432         <swoon@bellatlantic.net>.
3433
3434 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
3435
3436         * spam.el (spam-check-blackholes, spam-split)
3437         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
3438         gnus-message calls to show to users what spam.el is doing
3439
3440 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
3441
3442         * gnus-msg.el (gnus-message-replysign)
3443         (gnus-message-replyencrypt): Fix typo.
3444
3445 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3446
3447         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
3448         details.
3449
3450 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3451
3452         * gnus-art.el (gnus-article-press-button): let* -> let.
3453         (gnus-mime-security-show-details): Cleaned up.
3454         (gnus-mime-security-press-button): Save excursion.
3455         (gnus-insert-mime-security-button): Clean up.
3456
3457         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
3458
3459         * gnus-async.el (gnus-async-wait-for-article): Don't use a
3460         timeout.
3461
3462         * nntp.el (nntp-accept-process-output): Removed timeout.
3463         (nntp-read-timeout): New variable.
3464         (nntp-accept-process-output): Use it.
3465
3466         * gnus-sum.el (gnus-data-find-list): Remove *.
3467
3468 2003-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3469
3470         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
3471         introduced on 2002-01-22.
3472         (gnus-summary-first-unseen-or-unread-subject): Ditto.
3473
3474 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
3475
3476         * spam.el (spam-check-regex-headers, spam-list-of-checks)
3477         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
3478         checks of incoming mail based on simple header regexp matching
3479
3480 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
3481
3482         * gnus-sum.el (gnus-spam-mark): set to `$'
3483
3484 2003-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3485
3486         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
3487         gnus-newsgroup-unfetched, the list of articles whose headers have
3488         not been fetched from the server.
3489
3490         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
3491         parameter as it never worked due to a bug.  Added check to prevent
3492         selection of any article in the gnus-newsgroup-unfetched list.
3493         (gnus-summary-find-prev): Added check to prevent selection of any
3494         article in the gnus-newsgroup-unfetched list.
3495         (gnus-summary-first-subject): Documented API. Modified
3496         implementation so that constraints are handled independently.
3497         Added check to prevent selection of any article in the
3498         gnus-newsgroup-unfetched list.
3499         (gnus-summary-first-unseen-subject): Updated parameters in
3500         gnus-summary-first-subject call to match new API.
3501         (gnus-summary-first-unseen-or-unread-subject): Ditto.
3502         (gnus-summary-catchup): Do not mark unfetched articles as read.
3503
3504 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
3505
3506         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
3507         make-obsolete-variable allows only two arguments in XEmacs and
3508         Emacs 20.
3509
3510         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
3511         gnus-article-hide-pgp.
3512         (gnus-summary-make-menu-bar): do.
3513
3514         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
3515         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
3516         gnus-article-hide-pgp.
3517         (article-hide-pgp): Remove.
3518         (gnus-article-hide): Remove gnus-article-hide-pgp.
3519
3520         * gnus.el: Remove gnus-article-hide-pgp
3521
3522 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3523
3524         * message.el (message-required-headers): Doc fix.
3525
3526 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
3527
3528         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
3529         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
3530         option to make ifile a purely binary classifier
3531
3532 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3533
3534         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
3535         (mml-secure-encrypt-pgpmime): Removed double.
3536
3537         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
3538         debugging statements.
3539
3540 2003-01-21  Andreas Fuchs  <asf@void.at>
3541
3542         * mml-sec.el (mml-sign-alist): Added pgpauto.
3543
3544 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3545
3546         * gnus.el (gnus-version-number): Bumped version number.
3547
3548 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3549
3550         * gnus.el: Oort Gnus v0.13 is released.
3551
3552 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3553
3554         * gnus-art.el (gnus-button-url-regexp): Removed |.
3555
3556         * message.el (message-send-hook): Doc fix.
3557
3558         * gnus-win.el (gnus-buffer-configuration): Display article
3559         instead of article-copy when `reply'.
3560
3561 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
3562
3563         * gnus.el (gnus-format): Change customize group to gnus.
3564         (gnus-cache): Add link.
3565         (gnus-group-charter-alist): Fix docstring.
3566
3567 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
3568
3569         * mailcap.el (mailcap-print-command): lpr-command might be
3570         unbound in XEmacs.
3571
3572 2003-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3573
3574         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
3575
3576         * gnus-sum.el (gnus-summary-update-article-line): Fixed
3577         calculation of net characters added for use in the gnus-data
3578         structure.
3579
3580 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
3581
3582         * nnmail.el (nnmail-process-unix-mail-format): Improve error
3583         message.  Suggested by Jari Aalto.
3584
3585 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3586
3587         * gnus-art.el (gnus-article-followup-with-original): Clean up.
3588         (gnus-article-reply-with-original): Ditto.
3589
3590         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
3591         read articles don't become unread.
3592
3593 2003-01-17  Simon Josefsson  <jas@extundo.com>
3594
3595         * gnus-fun.el (gnus-x-face-from-file):
3596         (gnus-face-from-file): Suggest image format in minibuffer prompt.
3597
3598         * gnus-fun.el (gnus-convert-image-to-x-face-command)
3599         (gnus-convert-image-to-face-command): Doc fix.
3600
3601 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3602
3603         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
3604
3605 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
3606
3607         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
3608         avoid encoding problems.
3609
3610         * mailcap.el (mailcap-ps-command): New variable.
3611         (mailcap-mime-data): Add print entry where applicable.  Use
3612         pdftotext on a tty.
3613
3614 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
3615
3616         * gnus-sum.el (gnus-alter-header-function): Add type and group.
3617
3618 2003-01-16  Simon Josefsson  <jas@extundo.com>
3619
3620         * gnus-fun.el (gnus-convert-image-to-x-face-command)
3621         (gnus-convert-image-to-face-command, gnus-x-face-from-file)
3622         (gnus-face-from-file): Doc fix; don't mention image format.
3623
3624 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
3625
3626         * spam.el (spam-get-article-as-filename): new function (unused for now)
3627         (spam-get-article-as-buffer): new function
3628         (spam-get-article-as-string): use spam-get-article-as-buffer
3629         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
3630
3631 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3632
3633         * gnus-agent.el: Don't use `path'.
3634         From the GNU coding standards:
3635
3636             Please do not use the term ``pathname'' that is used in Unix
3637             documentation; use ``file name'' (two words) instead.  We use
3638             the term ``path'' only for search paths, which are lists of
3639             directory names.
3640
3641         * nnsoup.el (nnsoup-file-name): Ditto.
3642
3643         * nnmail.el (nnmail-pathname-coding-system): Ditto.
3644         (nnmail-group-pathname): Ditto.
3645
3646         * nnimap.el (nnimap-group-overview-filename): Ditto.
3647
3648         * nnheader.el (nnheader-pathname-coding-system): Ditto.
3649         (nnheader-group-pathname): Ditto.
3650
3651         * nnfolder.el (nnfolder-group-pathname): Ditto.
3652
3653         * gnus.el (gnus-home-directory): Ditto.
3654
3655         * gnus-group.el (gnus-group-icon-list): Ditto.
3656
3657 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
3658
3659         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
3660
3661         * message.el (message-mode-menu): Use it.
3662         (message-mode-menu): Deactivate "Yank Original" if there's no
3663         reply buffer.
3664
3665         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
3666
3667         * message.el (message-mark-active-p): New function.
3668
3669 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
3670
3671         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header)
3672         (spam-bogofilter-database-directory): new variables
3673         (spam-check-bogofilter-headers, spam-check-bogofilter)
3674         (spam-bogofilter-register-with-bogofilter)
3675         (spam-bogofilter-register-spam-routine)
3676         (spam-bogofilter-register-ham-routine)
3677         (spam-group-ham-processor-bogofilter-p): new functions for the new
3678         Bogofilter interface
3679         (spam-summary-prepare-exit): use the new Bogofilter functions
3680         (spam-list-of-checks): added spam-use-bogofilter-headers
3681         (spam-bogofilter-score): rewrote function
3682         (spam-check-bogofilter): optional score parameter, uses
3683         spam-check-bogofilter-headers better
3684         (spam-check-bogofilter-headers): optional score parameter
3685
3686         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
3687         default, in the gnus-start customization group.  Used to disable
3688         the spam-*/ham-* parameters.
3689         (gnus-group-ham-exit-processor-bogofilter): new ham processor
3690
3691 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
3692
3693         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
3694         XEmacs.
3695
3696         * gnus-ems.el (gnus-mark-active-p): do.
3697
3698 2003-01-15  Kevin Ryde  <user42@zip.com.au>
3699
3700         * gnus.texi (Using MIME): Mention auto-compression-mode with
3701         gnus-mime-copy-part.
3702
3703 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3704
3705         * message.el (message-send): Don't warn about duplicates when
3706         superseding.
3707
3708 2003-01-15  Simon Josefsson  <jas@extundo.com>
3709
3710         * nnimap.el (nnimap-split-download-body): New variable.
3711         (nnimap-split-articles): Use it.
3712
3713 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3714
3715         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
3716         integrity checker was incorrectly flagging, and removing, articles
3717         whose article number was negative.
3718         (gnus-agent-fetch-group-1): When executed in the group's summary
3719         buffer, refresh each downloaded line to update the status flag and
3720         font.  Preserve the value of gnus-newsgroup-headers so that
3721         gnus-agent-fetch-articles can split the requests by size.
3722         (gnus-agent-expire): Corrected day calculation for when
3723         gnus-agent-expire-days contains a list.
3724
3725 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3726
3727         * gnus-audio.el (gnus-audio-au-player): Use executable-find.
3728
3729 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
3730
3731         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
3732           /usr/bin/play as default player.
3733           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
3734
3735 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3736
3737         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
3738         articles to be marked as well.
3739
3740 2003-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3741         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
3742         fictious headers generated by nnagent (ie. Undownloaded Article
3743         ####) in the list of articles that have not been downloaded.
3744
3745         * gnus-int.el (): Added require declarations to resolve
3746         compile-time warnings.
3747         (gnus-open-server): If the server status is set to offline,
3748         recursively execute gnus-open-server to open the offline backend
3749         (e.g. nnagent).
3750
3751 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
3752
3753         * gnus-art.el (gnus-article-reply-with-original): Use
3754         gnus-mark-active-p.
3755         (gnus-article-followup-with-original): do.
3756
3757 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3758
3759         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
3760
3761 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3762
3763         * gnus-score.el (gnus-score-edit-file-at-point): New function.
3764         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
3765
3766 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
3767
3768         * gnus-fun.el (gnus-x-face-from-file): Quote file name.
3769         (gnus-face-from-file): Ditto.
3770
3771 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3772
3773         * gnus-sum.el (gnus-articles-to-read): Don't just apply
3774         gnus-alter-articles-to-read-function to the unread articles.
3775
3776 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
3777
3778         * deuglify.el (gnus-article-outlook-unwrap-lines)
3779         (gnus-article-outlook-repair-attribution)
3780         (gnus-article-outlook-rearrange-citation): New function names,
3781         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
3782         doc-string.
3783
3784         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
3785         removed `W k' key binding (use `W Y f' instead).
3786         (gnus-summary-make-menu-bar): Use new function names.
3787
3788 2003-01-13  Simon Josefsson  <jas@extundo.com>
3789
3790         * gnus-fun.el (gnus-random-x-face): Doc fix.
3791         (gnus-insert-random-x-face-header): New function.
3792
3793 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
3794
3795         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
3796         mark is not active.
3797
3798         * gnus-msg.el (gnus-inews-do-gcc): Comment.
3799
3800         * gnus-ems.el (gnus-mark-active-p): New function.
3801
3802         * gnus-group.el (gnus-topic-mode-p): New function.
3803         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
3804         Deactivate items if mark is not active.
3805
3806 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3807
3808         * gnus.el (gnus-version-number): Bumped version.
3809         (gnus-summary-line-format): Doc fix.
3810
3811 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3812
3813         * gnus.el: Oort Gnus v0.12 is released.
3814
3815 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3816
3817         * mail-source.el (mail-sources): Removed autoload to make it
3818         compile under XEmacs.
3819
3820 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
3821
3822         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
3823         regexp or a function too.
3824         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
3825         confirmation even if the original article is mail.
3826
3827 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3828
3829         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
3830         articles to be marked when not yanking.
3831
3832 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
3833
3834         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
3835
3836 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3837
3838         * gnus-fun.el (gnus-face-from-file): Autoload.
3839
3840         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
3841         errors.
3842
3843 2003-01-12  Simon Josefsson  <jas@extundo.com>
3844
3845         * sieve.el (sieve-upload-and-bury): New.  Suggested by
3846         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
3847
3848         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
3849         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
3850
3851 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3852
3853         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
3854         in every string.
3855
3856         * gnus.el (gnus-version-number): Bumped version number.
3857
3858 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
3859
3860         * gnus.el: Oort Gnus v0.11 is released.
3861
3862 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
3863
3864         * message.el (message-fetch-reply-field): Narrow to headers.
3865
3866         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
3867         if Gnus isn't alive.
3868
3869 2003-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3870
3871         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
3872         marks from articles that are already stored in the agent.
3873         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
3874         backup copy of an invalid .overview file for later analysis.
3875
3876 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
3877
3878         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
3879         exit work with two frames.
3880
3881 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
3882
3883         * message.el (message-forward-make-body): Use mule4.
3884
3885 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3886
3887         * message.el (message-mode-map): Move wide-reply command.
3888
3889 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
3890
3891         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
3892         castellano.
3893         (gnus-outlook-display-hook): New variable.
3894         (gnus-outlook-display-article-buffer): New function.
3895         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
3896         (gnus-outlook-deuglify-article): Made them interactive and added
3897         optional arg.  Use `g-o-d-a-b'.
3898         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
3899
3900         * gnus-sum.el: Added autoloads.
3901         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
3902         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
3903
3904 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3905
3906         * gnus-art.el (gnus-display-mime): Use the mime emulation
3907         variable.
3908
3909         * gnus-sum.el (gnus-article-emulate-mime): New variable.
3910
3911         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
3912         newsrc-alist is initialized properly.
3913
3914         * mail-source.el (mail-sources): Autoload.
3915
3916         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
3917         nil.
3918
3919         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
3920         insert two newlines.
3921
3922         * message.el (message-check-news-header-syntax): Compute the
3923         header length correctly.
3924
3925 2003-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3926
3927         * gnus-agent.el (gnus-agent-expire): Do not remove article from
3928         alist when keeping fetched article file.
3929         (gnus-agent-retrieve-headers): When parsing response for article
3930         numbers, use the same algorithm as gnus-agent-braid-nov to protect
3931         against garbage in the server's response.
3932
3933         * gnus-int.el (gnus-request-expire-articles,
3934         gnus-request-move-article): Only expire when the group's server
3935         has been agentized.
3936
3937 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3938
3939         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
3940         errors when deleting overlays.
3941
3942         * gnus-score.el (gnus-score-followup): Allow tracing.
3943
3944         * gnus-art.el (gnus-treat-display-face): New variable.
3945         (article-display-face): New command.
3946
3947         * gnus-fun.el (gnus-face-from-file): New function.
3948         (gnus-convert-face-to-png): Ditto.
3949
3950         * gnus-art.el (gnus-ignored-headers): Added Face.
3951
3952 2003-01-10  Simon Josefsson  <jas@extundo.com>
3953
3954         * nndraft.el (nndraft-request-group): Avoid crash in
3955         directory-files when draft directory doesn't exists.
3956
3957         * gnus-sum.el (gnus-select-article-hook): Add :option.
3958
3959 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
3960
3961         * spam.el (spam-use-stat): new variable
3962         (spam-group-spam-processor-stat-p)
3963         (spam-group-ham-processor-stat-p): new convenience functions
3964         (spam-summary-prepare-exit): add spam/ham processors to sequence
3965         (spam-list-of-checks): add spam-use-stat to list of checks
3966         (spam-split): conditionally load the spam-stat tables
3967         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
3968         spam-check-ifile): new functions
3969
3970         * spam-stat.el (spam-stat): typo fix
3971         (spam-stat-install-hooks): new variable
3972         (spam-stat-split-fancy-spam-group): added documentation clarification
3973         (spam-stat-split-fancy-spam-threshhold): new variable
3974         (spam-stat-install-hooks): make hooks conditional
3975         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
3976
3977         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
3978         spam-stat ham/spam processor symbols
3979
3980 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3981
3982         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
3983         file exists.
3984
3985 2003-01-10  Simon Josefsson  <jas@extundo.com>
3986
3987         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
3988         undownloaded/downloadable only when unplugged.
3989
3990 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
3991
3992         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
3993
3994 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
3995
3996         * spam.el (spam-check-ifile): fixed call-process-region to use the
3997         db parameter only if it's set
3998         (spam-ifile-register-with-ifile): ditto
3999
4000 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
4001
4002         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
4003         spam-stat-nbad before creating the hash table.
4004         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
4005         Changed copyright statement to FSF.
4006
4007 2003-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4008
4009         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
4010         processable articles as read.
4011         (gnus-agent-summary-fetch-series): Remove processable and
4012         downloadable marks on all downloaded articles in the series.
4013
4014         * nntp.el (nntp-report): Throw error after reporting the problem.
4015         (nntp-accept-process-output): Corrected error check to report an
4016         error when the process is nil.
4017
4018 2003-01-09  Simon Josefsson  <jas@extundo.com>
4019
4020         * message.el (message-tool-bar-map): Add preview.
4021
4022 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
4023
4024         * mml.el (mml-preview): Get rid of MIME handles and buffers after
4025         previewing.
4026
4027 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
4028
4029         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
4030         bug when the (n+1)th article to be added to a group has a smaller
4031         number than the n articles already added.
4032
4033 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
4034
4035         * message.el (message-mode-field-menu): Use backquote.
4036
4037 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
4038
4039         * spam.el: fixed the BBDB autoloads again, using
4040         bbdb-search-simple now (which is not a macro, thank god)
4041
4042         * lpath.el (bbdb-search): removed function from maybe-fbind list
4043
4044         * gnus.el (ham-process-destination): added new parameter for
4045         destination of ham articles found in spam groups at summary exit
4046
4047         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
4048         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
4049         (spam-ifile-database-path): added new parameter for ifile's database
4050         (spam-move-spam-nonspam-groups-only): new parameter to determine
4051         if spam should be moved from all groups or only some
4052         (spam-summary-prepare-exit): fixed logic to use
4053         spam-move-spam-nonspam-groups-only when deciding to invoke
4054         spam-mark-spam-as-expired-and-move-routine; always invoke that
4055         routine after the spam has been expired-or-moved in case there's
4056         some spam left over; use spam-ham-move-routine in spam groups
4057         (spam-ham-move-routine): new function to move ham articles to the
4058         ham-process-destinations group parameter
4059
4060 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4061
4062         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
4063
4064         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
4065         gnus-summary-update-article-line.
4066
4067 2003-01-08  Simon Josefsson  <jas@extundo.com>
4068
4069         * nnmail.el (nnmail-expiry-target-group): Request group, create it
4070         not successful.
4071
4072 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
4073
4074         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
4075
4076 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4077
4078         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
4079         logic, finally
4080
4081 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4082
4083         * gnus-spec.el (gnus-parse-format): %C is a complex format.
4084         (gnus-parse-format): Change to %~.
4085
4086         * message.el (message-generate-headers): Don't generate optional
4087         empty headers.
4088
4089 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
4090
4091         * message.el (message-cross-post-default)
4092         (message-cross-post-note-function, message-shoot-gnksa-feet)
4093         (message-strip-subject-trailing-was, message-change-subject)
4094         (message-mark-insert-file, message-cross-post-followup-to)
4095         (message-cross-post-followup-to, message-mode-map)
4096         (message-generate-unsubscribed-mail-followup-to)
4097         (message-make-mail-followup-to): Minor changes to doc-strings and
4098         error messages.  Updated copyright line.
4099
4100         * message.el (message-make-mail-followup-to,
4101         message-generate-unsubscribed-mail-followup-to): New function
4102         names.  Renamed functions: "-mft" -> "-mail-followup-to".
4103         (message-make-mft, message-gen-unsubscribed-mft): Removed function
4104         names.
4105
4106         * mml.el (mml-preview-insert-mail-followup-to): New function name.
4107         (mml-preview-insert-mft): Removed function name.
4108         (mml-preview): Use new function names.
4109
4110         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
4111
4112         * message.el (message-mode-field-menu): Moved header related
4113         commands from "Message" to "Field" menu.
4114
4115 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
4116
4117         * message.el (message-generate-headers-first): Added customization
4118         if variable is a list.
4119
4120 2003-01-07  Michael Shields  <shields@msrl.com>
4121
4122         * gnus-art.el (gnus-article-next-page): Correctly handle the case
4123         where the last line of the article is the last line of the window.
4124
4125 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4126
4127         * gnus-msg.el (gnus-debug): Use ignore-errors.
4128
4129         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
4130         `gnus-summary-update-line'.
4131
4132 2003-01-08  Simon Josefsson  <jas@extundo.com>
4133
4134         * gnus-art.el (gnus-unbuttonized-mime-types)
4135         (gnus-buttonized-mime-types): Doc fix.
4136
4137 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
4138
4139         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
4140
4141 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4142
4143         * nnrss.el (nnrss-group-alist): Add and clear up.
4144
4145 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4146
4147         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
4148
4149         * lpath.el (bbdb-search): added BBDB functions for a better way to
4150         fix missing functions
4151
4152         * spam.el (spam-check-ifile): if should be an unless
4153
4154         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
4155         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
4156         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
4157
4158 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4159
4160         * gnus-sum.el (gnus-summary-make-menu-bar): Added
4161         gnus-summary-refer-thread to thread menu.
4162
4163 2003-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4164
4165         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
4166         summary buffer, articles that cannot be fetched are marked as
4167         canceled.
4168
4169         * nntp.el (nntp-with-open-group): The quit signal handler must
4170         propagate the quit signal to the next outer handler so that the
4171         caller knows that the request aborted abnormally.
4172
4173 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
4174
4175         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
4176         (spam-ifile-register-spam-routine)
4177         (spam-ifile-register-ham-routine): added ifile functionality that
4178         does not use ifile-gnus.el to classify and register articles
4179         (spam-get-article-as-string): convenience function
4180         (spam-summary-prepare-exit): added ifile spam and ham registration
4181         (spam-ifile-all-categories, spam-ifile-spam-category)
4182         (spam-ifile-path, spam-ifile): added customization options
4183
4184         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
4185         exit processor
4186         (spam-process): added gnus-group-ham-exit-processor-ifile to the
4187         list of choices
4188
4189 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4190
4191         * gnus-score.el (gnus-score-followup): Also score immediate
4192         followups.
4193
4194 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4195
4196         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
4197
4198 2003-01-07  Simon Josefsson  <jas@extundo.com>
4199
4200         * message.el (message-mode-menu): Fix receipt balloon help.
4201
4202 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
4203
4204         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
4205         always be interpreted as news.
4206
4207 2003-01-07  Simon Josefsson  <jas@extundo.com>
4208
4209         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
4210         gnus-sieve-script, instead of the global variable
4211         gnus-sieve-crosspost.  One-line patch from Steinar Bang
4212         <sb@dod.no>.
4213
4214 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4215
4216         * gnus.el: Renamed gnus-summary-*-uncached-face as
4217         gnus-summary-*-undownloaded-face to avoid confusing the agent with
4218         the cache.
4219
4220         * gnus-sum.el: Ditto.
4221
4222 2003-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4223
4224         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
4225         in either the group or summary buffer.
4226         New command "JS", in summary buffer, will fetch articles per the
4227         group's category, predicate, and processable flags.
4228         (gnus-agent-summary-fetch-series): Rewritten to call
4229         gnus-agent-session-fetch-group once with all articles in the
4230         series.
4231         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
4232         return list of fetched articles.
4233         (gnus-agent-fetch-articles): Split fetch list into sublists such
4234         that the article buffer is only slightly larger than
4235         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
4236         the group's article alist is saved.
4237         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
4238         longer result in the agent trying to fetch an article.
4239         (gnus-agent-fetch-group-1): Can now be called in either the group
4240         or summary buffer.  Removed the max-fetch-size code that I added
4241         on 2002-12-13 as that capability is now part of
4242         gnus-agent-fetch-articles.  Added code to update summary buffer.
4243         When called in the group buffer, articles that can not be fetched
4244         are AUTOMATICALLY MARKED AS READ.
4245
4246         * gnus-sum.el (): Modified eval-when-compile to minimize
4247         misleading compilation warnings.
4248         (gnus-update-summary-mark-positions): Changed code to use
4249         gnus-undownloaded-mark rather than gnus-downloaded-mark.
4250
4251         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
4252         empty file as the parser assumes that the file isn't empty.
4253
4254         * nntp.el (nntp-send-string): The process-send-string call can,
4255         because it performs I/O on the process, change the process' state
4256         from open to closed.  If this happens, call nntp-report
4257         immediately to report the broken connection.
4258         (nntp-report): Rewritten to avoid needing a global variable to
4259         determine the appropriate course of action.  Instead, two function
4260         implementations are provided and the nntp-report function value is
4261         bound to the appropriate implementation.
4262         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
4263         (nntp-with-open-group): Now binds nntp-report's function cell
4264         rather than binding gnus-with-open-group-first-pass.  Added a
4265         condition-case to detect a quit during a nntp command.  When the
4266         quit occurs, the current connection is closed as a fetch articles
4267         request could have several megabytes queued up for reading.
4268         (nntp-retrieve-headers): Bind articles to itself.  If
4269         nntp-with-open-group repeats this command, I must have access to
4270         the original list of articles.
4271         (nntp-retrieve-groups): Ditto for groups.
4272         (nntp-retrieve-articles): Ditto for articles.
4273         (*): Replaced nntp-possibly-change-group calls to
4274         nntp-with-open-group forms in all, but one, occurrance.
4275         (nntp-accept-process-output): Bug fix. Detect when called with
4276         null process.
4277
4278 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
4279
4280         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
4281         if we don't need to.
4282         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
4283
4284 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4285
4286         * gnus-group.el (gnus-group-make-web-group): Pass the select
4287         method on to group-create.
4288         (gnus-group-line-format-alist): %U is an integer.
4289
4290         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
4291         ephemeral groups.
4292         (gnus-summary-read-group-1): Ditto.
4293         (gnus-group-make-articles-read): Ditto.
4294
4295         * mm-url.el (mm-url-program): Doc fix.
4296
4297         * message.el (message-mode-map): Rebound
4298         message-insert-wide-reply.
4299
4300 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4301
4302         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
4303         color as `gnus-group-startup-message' does.
4304
4305 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
4306
4307         * spam.el: fixed line lengths to 80 chars or less
4308
4309         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
4310         "not-read" mark
4311         (gnus-summary-mark-forward): added the spam-mark to the list of
4312         marks not to be marked as "read" when viewed
4313
4314 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4315
4316         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
4317
4318         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
4319         Protect against unactive groups.
4320
4321         * message.el (message-check-news-header-syntax): Check long
4322         header lines.
4323         (message-check-news-header-syntax): Update `start'.
4324
4325         * gnus-group.el (gnus-group-expire-articles): Doc fix.
4326         (gnus-group-line-format): %U.
4327         (gnus-group-line-format-alist): ?U.
4328         (gnus-number-of-unseen-articles-in-group): New function.
4329
4330         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
4331
4332         * gnus.el (gnus-version-number): Bump version number.
4333
4334 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4335
4336         * gnus.el: Oort Gnus v0.10 is released.
4337
4338 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4339
4340         * gnus.el (gnus-version-number): Fix version number.
4341
4342 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
4343
4344         * gnus.el: Oort Gnus v0.08 is released.
4345
4346 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
4347
4348         * mm-util.el: Add mm-string-make-unibyte.
4349
4350         * gnus-group.el (gnus-group-jump-to-group): Make it work for
4351         UTF-8 groups.
4352
4353 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4354
4355         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
4356
4357         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
4358
4359 2003-01-04  Kevin Ryde  <user42@zip.com.au>
4360
4361         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
4362         function.
4363
4364 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4365
4366         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
4367         (gnus-summary-read-group-1): Update group line.
4368         (gnus-summary-exit-no-update): Update group on exit.
4369
4370         * gnus-group.el (gnus-group-line-format): Add %*.
4371         (gnus-group-line-format-alist): Ditto.
4372         (gnus-group-insert-group-line): Set it.
4373         (gnus-group-is-exiting-p): New variable.
4374         (gnus-group-insert-group-line): Use it.
4375
4376 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
4377
4378         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
4379         enable BBDB ham processing
4380         (spam-blacklist-register-routine): enable blacklist spam processing
4381         (spam-whitelist-register-routine): enable whitelist ham processing
4382         (spam-fetch-field-from-fast): fast fetching of the "from" field
4383         from (gnus-data-list)
4384         (spam-summary-prepare-exit): works completely now
4385         (spam-use-blacklist): oops, should be nil by default
4386         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
4387         split processing now; before it was for summary exit as
4388         well but that's done with the spam-contents and spam-process
4389         parameters now
4390
4391 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
4392
4393         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
4394         characters.
4395
4396 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
4397
4398         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
4399         (spam-group-processor-p, spam-group-processor-bogofilter-p)
4400         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
4401         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
4402         (spam-mark-spam-as-expired-and-move-routine)
4403         (spam-generic-register-routine, spam-BBDB-register-routine)
4404         (spam-ifile-register-routine, spam-blacklist-register-routine)
4405         (spam-whitelist-register-routine): new functions
4406         (spam-summary-prepare-exit): added summary exit processing (expire
4407         or move) of spam-marked articles for spam groups; added slots for
4408         all the spam-*-register-routine functions
4409
4410 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4411
4412         * pop3.el (pop3-retr): Wait 500 msecs.
4413         (pop3-read-response): Ditto.
4414
4415         * gnus-msg.el (gnus-setup-message): Get the evaliation order
4416         right.
4417         (gnus-inews-make-draft): New function.
4418         (gnus-setup-message): Use it.
4419
4420         * message.el (message-required-headers): Add From.
4421
4422 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4423         Trivial patch from Norbert Koch <nk@viteno.net>.
4424
4425         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
4426
4427 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4428
4429         * message.el (message-generate-headers): Let header formatters do
4430         their work.
4431
4432 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
4433
4434         * deuglify.el (gnus-article-outlook-deuglify-article):
4435         Rehighlight, reapply treatments and call
4436         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
4437         (gnus-outlook-repair-attribution-block): Recognize cited
4438         attributions.  Suggested by Niklas Morberg.
4439
4440 2003-01-02  Pete Kazmier  <pete@kazmier.com>
4441
4442         * gnus-art.el (gnus-treat-predicate): Check condition first.
4443
4444 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
4445
4446         * lpath.el: Add url-http-file-exists-p.
4447
4448         * gnus-group.el (gnus-group-fetch-charter): Use
4449         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
4450
4451 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4452
4453         * message.el (message-draft-headers): Also generate From to get a
4454         nicer draft buffer summary.
4455
4456         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
4457         parameter.
4458
4459         * gnus-art.el (article-wash-html): Clean up.
4460         (article-wash-html): Typo fix.
4461
4462         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
4463         (gnus-summary-mail-forward): To many lists of lists.
4464
4465         * gnus-art.el (article-wash-html): Clean up.
4466
4467 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
4468
4469         * gnus-art.el (gnus-treat-wash-html): New variable.
4470
4471 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4472
4473         * message.el (message-check-news-header-syntax): Allow posting.
4474         (message-check-news-header-syntax): Fix logic for sure, this
4475         time.
4476
4477 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
4478
4479         * message.el (message-check-news-header-syntax): Check syntax of
4480         continuation headers.
4481
4482 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
4483
4484         * gnus-art.el (gnus-button-url-regexp,
4485         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
4486         (gnus-header-button-alist): Regexps are case insensitive here.
4487
4488 2003-01-02  Simon Josefsson  <jas@extundo.com>
4489
4490         * dig.el (query-dig): Doc fix.
4491
4492 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4493
4494         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
4495         summary buffer line, not just the download mark.
4496
4497 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4498
4499         * gnus-sum.el (gnus-summary-goto-subjects): New function.
4500         (gnus-summary-insert-dormant-articles): New command and
4501         keystroke.
4502
4503         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
4504         function for mass insertion of subjects.
4505
4506         * nndraft.el (nndraft-generate-headers): Don't move point.
4507
4508         * gnus.el (nnheader): Require nnheader.
4509
4510         * nndraft.el (nndraft-request-associate-buffer): Use
4511         make-local-variable.
4512
4513 2003-01-02  Michael Shields  <shields@msrl.com>
4514
4515         * nndraft.el (nndraft-request-associate-buffer): Make
4516         write-contents-hooks buffer-local before setting it.
4517
4518 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4519
4520         * gnus.el (gnus-group-parameter-value): Take an extra param.
4521         (gnus-group-fast-parameter): Let group param results be nil.
4522
4523         * gnus-art.el (gnus-article-forward-header): New function.
4524         (article-date-ut): Use it to remove continuation date headers.
4525
4526         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
4527         read-event.
4528         (gnus-summary-remove-bookmark): Clean up.
4529         (gnus-summary-set-bookmark): Clean up.
4530
4531         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
4532
4533         * gnus.el (gnus-group-startup-message): Bind data-directory to
4534         the Gnus etc directory.
4535
4536 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
4537
4538         * spam.el (spam-summary-prepare-exit): added slots for spam- and
4539         ham-processing of articles; use the new
4540         spam-group-(spam|ham)-contents-p functions
4541         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
4542         convenience functions
4543         (spam-mark-junk-as-spam-routine): use the new
4544         spam-group-spam-contents-p function
4545
4546         * gnus.el (spam-process, spam-contents, spam-process-destination):
4547         added new parameters with corresponding global variables
4548         (gnus-group-spam-exit-processor-ifile,
4549         gnus-group-spam-exit-processor-bogofilter,
4550         gnus-group-spam-exit-processor-blacklist,
4551         gnus-group-spam-exit-processor-whitelist,
4552         gnus-group-spam-exit-processor-BBDB,
4553         gnus-group-spam-classification-spam,
4554         gnus-group-spam-classification-ham): added new symbols for the
4555         spam-process and spam-contents parameters
4556
4557         * spam.el (spam-ham-marks, spam-spam-marks): changed list
4558         customization and list itself to store mark symbol rather than
4559         mark character.
4560         (spam-bogofilter-register-routine): added logic to generate mark
4561         values list from spam-ham-marks and spam-spam-marks, so (member)
4562         would work.
4563
4564 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4565
4566         * message.el (message-cross-post-followup-to): Fix comment.
4567
4568 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
4569
4570         * spam.el (spam-ham-marks, spam-spam-marks): changed list
4571         customization and list itself to store mark symbol rather than
4572         mark character.
4573         (spam-bogofilter-register-routine): added logic to generate mark
4574         values list from spam-ham-marks and spam-spam-marks, so (member)
4575         would work.
4576
4577 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
4578
4579         * message.el (message-signature-insert-empty-line): New variable.
4580
4581 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4582
4583         * message.el: Renamed functions and variables: "xpost" ->
4584         "cross-post", "-fup2" -> "-followup-to".
4585         (message-cross-post-old-target, message-cross-post-default,
4586         message-cross-post-note, message-followup-to-note,
4587         message-cross-post-note-function): New variables names.
4588         (message-xpost-old-target, message-xpost-default,
4589         message-xpost-note, message-fup2-note,
4590         message-xpost-note-function): Removed variable names.
4591         (message-cross-post-followup-to-header,
4592         message-cross-post-insert-note, message-cross-post-followup-to):
4593         New function names.
4594         (message-xpost-fup2-header, message-xpost-insert-note,
4595         message-xpost-fup2): Removed function names.
4596
4597 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4598
4599         * message.el (message-send-mail): Added message-cleanup-headers to
4600         prevent newlines in headers.
4601
4602 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4603
4604         * dns.el (dns-make-network-process): Comment.
4605
4606         * gnus-sum.el (gnus-summary-display-while-building): Default to
4607         nil.
4608
4609 2003-01-01  Wes Hardaker  <wes@hardakers.net>
4610
4611         * gnus-sum.el (gnus-summary-display-while-building): New
4612         variable.
4613
4614 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
4615
4616         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
4617         before rearranging the article.
4618
4619 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4620
4621         * nndraft.el (nndraft-generate-headers): New function.
4622         (nndraft-request-associate-buffer): Use it to write headers on
4623         buffer save.
4624
4625         * message.el (message-generate-headers): Let the function be a
4626         lambda form.
4627         (message-draft-headers): New variable.
4628
4629         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
4630         function.
4631         (gnus-setup-message): Use it.
4632
4633         * message.el (message-generate-headers-first): Doc fix.
4634         (message-setup-1): Use new function for getting which headers to
4635         generate.
4636         (message-headers-to-generate): New function.
4637
4638 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4639
4640         * gnus-agent.el (gnus-agent-save-alist): Make directory.
4641
4642 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
4643
4644         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
4645         mention negatives.
4646
4647 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
4648
4649         * deuglify.el (gnus-outlook-rearrange-article): Use
4650         `transpose-regions' instead of tempering the kill-ring.
4651         (gnus-article-outlook-deuglify-article): Rehighlight article
4652         instead of a complete redisplay.
4653
4654 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
4655
4656         * spam.el: most defvars are defcustoms now
4657
4658         patches from Michael Shields  <shields@msrl.com>
4659
4660         * spam.el (spam-bogofilter-articles): Select the article
4661         body using gnus-summary-show-article t instead of
4662         gnus-summary-select-article; this presents the raw text
4663         without running any hooks.
4664
4665         * spam.el (spam-bogofilter-articles): Use message-remove-header
4666         to remove headers; the old way incorrectly removed just the first
4667         line of folded headers.
4668
4669 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4670
4671         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
4672
4673 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4674
4675         * gnus-start.el (gnus-load): New function.
4676         (gnus-read-newsrc-el-file): Use it.
4677
4678 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4679
4680         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
4681         (gnus-button-handle-apropos-documentation): New function.
4682         (gnus-button-handle-ctan): New function.
4683         (gnus-button-alist): Use them.  Improve some regexps.
4684         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
4685
4686 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4687
4688         * message.el (message-subscribed-p): New function.
4689         (message-send-mail): Use it.
4690         * mml.el (mml-preview-insert-mft): New function.
4691         (mml-preview): Use it.
4692
4693 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4694
4695         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
4696         when sorting by date.
4697
4698         * gnus-art.el (gnus-article-edit-mode): New variable.
4699         (gnus-article-setup-buffer): Warn user about discarding edits.
4700
4701         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
4702         (gnus-summary-pipe-output): Take a symbolic prefix to save all
4703         headers.
4704
4705         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
4706
4707 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
4708
4709         * message.el (message-completion-alist): Added "Mail-Followup-To"
4710         and "Mail-Copies-To".
4711
4712 2002-07-21  Jesper harder  <harder@ifa.au.dk>
4713
4714         * gnus-group.el: Add key bindings for
4715         gnus-group-sort-groups-by-real-name and
4716         gnus-group-sort-selected-groups-by-real-name.
4717
4718 2002-07-21  Jesper harder  <harder@ifa.au.dk>
4719
4720         * gnus.texi (Sorting Groups): Add key bindings for
4721         gnus-group-sort-groups-by-real-name and
4722         gnus-group-sort-selected-groups-by-real-name.
4723
4724 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
4725
4726         * spam.el (spam-use-dig): new variable for blackhole checking
4727         through dig.el
4728         (spam-check-blackholes): added dig.el checking functionality and
4729         more verbose reporting; query-dig is autoloaded from dig.el
4730         (spam-use-blackholes): disabled by default
4731         (spam-blackhole-servers): removed rbl.maps.vix.com from the
4732         blackhole servers list
4733
4734 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4735
4736         * message.el (message-required-headers): New variable.
4737
4738 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
4739
4740         * dig.el (query-dig): new function
4741
4742 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4743
4744         * flow-fill.el (fill-flowed): Don't infloop on too long fill
4745         prefixes.
4746
4747         * dns.el (query-dns): Protect against errors.
4748
4749         * gnus-msg.el (gnus-article-yanked-articles): New variable.
4750         (gnus-inews-add-send-actions): Mark all answered messages as
4751         answered.
4752
4753 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
4754
4755         * nnmail.el (nnmail-split-it): Added tracing to
4756         `:' split rule
4757
4758 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
4759
4760         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
4761         and "%s" so we don't overquote them.
4762
4763 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
4764
4765         * (mm-display-external): Display the actual command that has been
4766         executed in the echo area.
4767
4768 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4769
4770         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
4771
4772         * message.el (message-with-reply-buffer): New macro.
4773         (message-fetch-reply-field): Use it.
4774         (message-insert-wide-reply): New command and keystroke.
4775         (message-carefully-insert-headers): New function.
4776         (message-insert-to): Use new function.
4777
4778         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
4779         (gnus-topic-goto-missing-group): Use it.
4780
4781         * message.el (message-required-news-headers): Removed Lines.
4782         (message-reply): Don't insert References first.
4783         (message-followup): Ditto.
4784         (message-make-references): New function.
4785         (message-followup): Set message-reply-headers before generating
4786         the buffer stuff.
4787
4788 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
4789
4790         * mml.el (mml-generate-mime-1): Reverse the order of
4791         encoding/flowing.
4792
4793 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4794
4795         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
4796         after moving them.
4797
4798         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
4799         fit with newer standard format.
4800         (gnus-summary-make-false-root-always): New variable.
4801         (gnus-gather-threads-by-subject): Use it.
4802
4803         * message.el (message-get-reply-headers): Take an address list
4804         optional argument.
4805
4806 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4807
4808         * gnus.el (gnus-keep-backlog): Change default to 20.
4809
4810         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
4811         start.
4812         (gnus-agent-check-overview-buffer): Remove negative article
4813         numbers.
4814
4815         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
4816         (nnmail-cache-ignore-groups): Doc fix.
4817
4818         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
4819         (nnimap-debug-buffer): New variable.
4820         (nnimap-debug): Use it.
4821
4822 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
4823
4824         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
4825
4826 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4827
4828         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
4829         they aren't already sorted.
4830
4831 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
4832
4833         * message.el (message-mode-menu): Add ellipses to menu items
4834         expecting user interaction.
4835         (message-mode-field-menu): do.
4836
4837 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
4838
4839         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
4840         it isn't used any more.
4841
4842 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
4843
4844         * binhex.el (binhex-decoder-program): Fix docstring.
4845
4846 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4847
4848         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
4849         special chars if the mailcap file uses single quotes around %s.
4850         From Laurent Martelli <laurent@bearteam.org>.
4851
4852 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
4853
4854         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
4855         return the info object.
4856
4857 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
4858
4859         * gnus-int.el (gnus-request-update-info): Artificially add
4860         (1 . (1- min)) to the read range, in case the backend doesn't
4861         store marks for nonexistent articles.
4862
4863 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4864
4865         * binhex.el (binhex-insert-char): Eval-and-compile.
4866
4867 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
4868
4869         * lpath.el: Add tool-bar-local-item-from-menu.
4870
4871         * message.el (message-tool-bar-local-item-from-menu): New function.
4872         (message-tool-bar-map): Use it.
4873
4874 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
4875
4876         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
4877
4878         * gnus-art.el (gnus-article-header-rank): Last header in
4879         gnus-sorted-header-list should have higher rank than non-members.
4880
4881 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4882
4883         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
4884         covered methods.
4885
4886 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
4887
4888         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
4889         eval-when-compile.  Suggested by Kevin Greiner.
4890
4891 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
4892
4893         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
4894         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
4895         even though no headers may have been fetched
4896         (gnus-agent-fetch-group-1, and perhaps others, require this
4897         behavior).
4898         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
4899         server buffer is constrained by gnus-agent-max-fetch-size.
4900         Multiple chunks in the same group may perform arbitrarily large
4901         updates.
4902
4903 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
4904
4905         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
4906         gnus-summary-update-download-mark to update the article in the
4907         summary.
4908
4909 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
4910
4911         * gnus.el (gnus-summary-high-uncached-face,
4912         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
4913         New faces.
4914
4915         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
4916         added this on 2002-11-23 but it just wasn't working out as
4917         intended.  The idea isn't entirely dead, three new faces
4918         gnus-summary-*-uncached-face are being added to gnus.el to provide
4919         the basis for an improved implementation.
4920         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
4921         proper file to open is lib/servers.
4922         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
4923         (i.e. removing the article from gnus-newsgroup-downloadable) will
4924         now restore the article's default mark rather than simply setting
4925         no mark.
4926         (gnus-agent-get-undownloaded-list): Corrected documentation.
4927         Added code to set new summary local variable,
4928         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
4929         a temporary list.  No longer sets gnus-newsgroup-downloadable.
4930         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
4931         up to date.  Call new gnus-summary-update-download-mark to keep
4932         summary buffer up-to-date.
4933         (gnus-agent-fetch-selected-article): Keep
4934         gnus-newsgroup-undownloaded up to date.
4935         (gnus-agent-fetch-articles): Return list of articles that were
4936         successfully fetched.
4937         (gnus-agent-check-overview-buffer): No more thingatpt.
4938         (gnus-agent-expire): No longer deletes NOV entries of unread
4939         articles.
4940         (gnus-agent-unread-articles): New function.
4941         (gnus-agent-regenerate-group): The article number must be
4942         terminated by a tab character.  Added more messages to report
4943         repairs.  Inhibit quits while writing changes so it is now safe
4944         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
4945         downloaded to 1) resolve the unbound references and 2) avoid
4946         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
4947
4948         * gnus-art.el (gnus-article-prepare): The agent
4949         downloaded/undownloaded mark is no longer stored as the article's
4950         mark.
4951
4952         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
4953         gnus-summary-highlight may use it.  Added downloaded as
4954         gnus-summary-highlight was using it.
4955
4956         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
4957         the download mark now follows Kai's +/- convention.
4958         (gnus-downloaded-mark): Added ?+ mark.
4959         (gnus-summary-highlight): Added rules to select
4960         gnus-summary-high-uncached-face,
4961         gnus-summary-normal-uncached-face, and
4962         gnus-summary-low-uncached-face.  Removed the
4963         gnus-agent-downloaded-article-face.
4964         (gnus-summary-line-format-alist): Implemented the download flag
4965         format (?O) as named in the manual.  This implementation displays
4966         either gnus-undownloaded-mark, gnus-downloaded-mark, or
4967         gnus-no-mark.
4968         (gnus-newsgroup-agentized): New local variable that identifies
4969         which groups are agentized.  While the agent is now on by default,
4970         you don't have to agentize every server that you use.
4971         (gnus-update-summary-mark-positions): Completed support for the
4972         download type of mark.
4973         (gnus-summary-insert-line): Added undownloaded to the parameters.
4974         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
4975         reference by the gnus-summary-line-format-spec.
4976
4977         * nntp.el (nntp-with-open-group): This macro handles dropped or
4978         broken connections by opening a new connection and repeating the
4979         failed command.
4980         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
4981         XOVER commands preceeding the active articles with the nov entry
4982         of the first available article.  When gnus connected to such a
4983         server, the unexpected nov entry would result in duplicate lines
4984         in the agent's overview file.  This patch fixes the duplicate
4985         lines problem and improves performance by skipping over all
4986         articles IDs that preceed the first nov entry in the server's
4987         reply.
4988
4989 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4990
4991         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
4992         (gnus-summary-highlight): Use it instead of `downloaded'.
4993         (gnus-summary-highlight-line): Ditto.
4994
4995         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
4996
4997 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4998
4999         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
5000
5001         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
5002         calls.
5003
5004         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
5005         downloaded variable if we're in an uncovered group.
5006
5007         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
5008         font to soemthing less noticeable.
5009         (gnus-agent-group-covered-p): New function.
5010
5011 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5012
5013         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
5014         Because of an unknown bug, the group buffer is saved in .overview
5015         file.
5016
5017 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5018
5019         * nntp.el (nntp-send-command): Braino in last commit.  Replace
5020         `and' with `or'.
5021
5022 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5023
5024         * nntp.el (nntp-send-command): Assume that echo does not happen
5025         when nntp-open-connection-function is nntp-open-network-stream.
5026         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
5027
5028 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5029
5030         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
5031
5032 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
5033
5034         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
5035         nntp-server-buffer if we aren't going to write to it.
5036
5037 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5038         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
5039
5040         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
5041
5042 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5043
5044         * rfc2047.el (rfc2047-decode-region): Remove newlines between
5045         decoded words.
5046
5047 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5048
5049         * gnus.el (fboundp): After loading mm-util, make sure it was the
5050         right one.
5051
5052 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5053
5054         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
5055         gnus-sum.  Made into a user option.
5056
5057         * gnus-sum.el (gnus-simplify-ignored-prefixes)
5058         (gnus-summary-mark-article-as-unread)
5059
5060 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5061
5062         * time-date.el (date-to-time): Typo.
5063
5064         * parse-time.el: Typo.
5065
5066         * nnsoup.el (nnsoup-retrieve-headers): Typo.
5067
5068         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
5069
5070         * nnimap.el:
5071         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
5072
5073         * mm-encode.el (mm-safer-encoding): Typo.
5074
5075         * messcompat.el: Typo.
5076
5077         * message.el (message-face-alist): Typo.
5078
5079         * imap.el (imap-interactive-login, imap-open): Typos.
5080
5081         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
5082
5083         * gnus.el: Typo.
5084
5085         * gnus-win.el (gnus-configure-frame): Typo.
5086
5087         * gnus-util.el (gnus-atomic-progn-assign): Typo.
5088
5089         * gnus-topic.el (gnus-topic-sort-topics): Typo.
5090
5091         * gnus-sum.el (gnus-summary-article-number)
5092         (gnus-summary-read-group-1, gnus-summary-mark-article)
5093         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
5094
5095         * gnus-mule.el (gnus-mule-add-group): Typo.
5096
5097         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
5098
5099         * gnus-group.el (gnus-group-fetch-faq): Typo.
5100
5101         * gnus-art.el (gnus-decode-header-methods): Typo.
5102
5103         * flow-fill.el: Typo.
5104
5105 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
5106
5107         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
5108
5109 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5110
5111         * gnus-sum.el (gnus-simplify-ignored-prefixes)
5112         (gnus-summary-mark-article-as-unread)
5113         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
5114         Reformatting to avoid long lines.
5115         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
5116
5117 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
5118
5119         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
5120         be accessed through `mail-header-number'.
5121
5122 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
5123
5124         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
5125         compressed range to gnus-summary-insert-articles.
5126
5127 2002-11-26  Kevin Ryde <user42@zip.com.au>
5128
5129         * gnus-art.el (gnus-mime-copy-part): Look for filename
5130         parameter under content-disposition, not content-type.
5131
5132         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
5133         (gnus-summary-reselect-current-group): Use it.
5134
5135 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5136
5137         * gnus-agent.el (gnus-agent-uncached-articles): if
5138         gnus-agent-load-alist fails, return ARTICLES.
5139
5140         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
5141
5142 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5143
5144         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
5145         superfluous function call.
5146         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
5147         Add warning to docstring.
5148
5149 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5150
5151         * gnus-agent.el: Autoload number-at-point instead.
5152         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
5153
5154 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5155
5156         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
5157         require thingatpt (for number-at-point) and protect against
5158         deactivate-mark being unbound (on XEmacs).
5159
5160 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5161
5162         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
5163         print message on entry.
5164
5165         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
5166
5167         * gnus-range.el (gnus-range-difference): New function.
5168         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
5169
5170 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5171
5172         * gnus-sum.el (gnus-summary-insert-old-articles): Use
5173         gnus-remove-from-range instead of gnus-range-difference which
5174         doesn't exist.
5175
5176 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5177         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
5178
5179         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
5180         used for showing which articles have been downloaded.
5181         (gnus-agent-article-alist): Format change.  Add documentation.
5182         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
5183         process-marked articles.
5184         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
5185         in the series are individually fetched to minimize lose of
5186         content due to an error/quit.
5187         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
5188         gnus-message instead of message.
5189         (gnus-agent-read-servers): Use file lib/methods instead of
5190         lib/servers.  TODO: Why?
5191         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
5192         (gnus-agent-get-undownloaded-list): Remove articles that appear to
5193         come from the agent.  This means that they are not downloaded.
5194         (gnus-agent-fetch-selected-article): Don't use history.
5195         (gnus-agent-save-history, gnus-agent-enter-history)
5196         (gnus-agent-article-in-history-p, gnus-agent-history-path):
5197         Removed function; history is not used anymore.
5198         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
5199         (gnus-agent-crosspost): Started rewrite then realized that a typo
5200         in gnus-agent-fetch-articles ensures that this function is never
5201         called.  This will need to be fixed later.
5202         (gnus-agent-check-overview-buffer): Some sanity checks on the
5203         agent overview buffer.  This is a safety net used during
5204         development.
5205         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
5206         changed, write a number to the file indicating this.
5207         (gnus-agent-fetch-headers): Rewrite to respect
5208         gnus-agent-consider-all-articles without relying on the
5209         `.fetched' files.  Make it fast.
5210         (gnus-agent-braid-nov): Change resulting from
5211         gnus-agent-fetch-headers change.
5212         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
5213         `.fetched' files.
5214         (gnus-agent-read-agentview): New function, used by
5215         gnus-agent-load-alist.
5216         (gnus-agent-load-fetched-headers): Remove.
5217         (gnus-agent-save-alist): Rewrite to accomodate new format.
5218         (gnus-agent-fetch-group-1): Make sure list of articles is in the
5219         same order as in gnus-newsgroup-headers.
5220         (gnus-agent-expire): Document and implement extra args ARTICLES,
5221         GROUP, FORCE.  Do not restrict usage.
5222         (gnus-agent-uncached-articles): New function.
5223         (gnus-agent-retrieve-headers): Use it.
5224         (gnus-agent-regenerate-group): No longer needs to be called from
5225         gnus-agent-regenerate.  Individual groups may be regenerated. The
5226         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
5227         The article fetch dates are validated in the article alist.  The
5228         article alist is pruned of entries that do not reference existing
5229         NOV entries.  All changes are computed then applied with
5230         inhibit-quit bound to t.  As a result, it is now safe to quit out of
5231         regeneration.  The optional clean parameter has been replaced with
5232         an optional reread parameter.  Clean is no longer necessary as
5233         regeneration gets the appropriate setting from
5234         gnus-agent-consider-all-articles.  The new reread parameter will
5235         result in fetched, or all, articles being marked as unread.
5236         (gnus-agent-regenerate): Removed code to regenerate the history
5237         file as it is no longer used.
5238
5239         * gnus-start.el (gnus-make-ascending-articles-unread): New
5240         function, for efficient mass-marking.
5241
5242         * gnus-sum.el (gnus-summary-highlight): Use new face for
5243         downloaded articles.
5244         (gnus-article-mark): Prefer to indicate read/unread status over
5245         downloaded status.
5246         (gnus-summary-highlight-line-0): New function, maybe rehighlights
5247         line.
5248         (gnus-summary-highlight-line): Use new face for downloaded
5249         articles.
5250         (gnus-summary-insert-old-articles): Improved performance by
5251         replacing the initial LIST of older articles with a compressed
5252         RANGE of older articles.  Some servers appear to lie about
5253         their active range so the original list could contain millions
5254         of article numbers.  The range is not expanded into a list
5255         until the optional ALL parameter has been applied.
5256
5257 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5258
5259         * gnus-agent.el (gnus-category-mode): Typo in doc string.
5260
5261 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
5262
5263         * spam.el:
5264         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
5265
5266         * spam.el: added `M s t' and `M s x' key mappings
5267
5268 2002-11-20  Simon Josefsson  <jas@extundo.com>
5269
5270         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
5271
5272 2002-11-19  Simon Josefsson  <jas@extundo.com>
5273
5274         * gnus-sum.el (gnus-summary-morse-message): Load
5275         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
5276         (unmorse-region): Autoload it instead.
5277
5278 2002-11-18  Simon Josefsson  <jas@extundo.com>
5279
5280         * gnus-sum.el (gnus-summary-morse-message): New function.
5281         (gnus-summary-wash-map): Bind to `W m'.
5282         (gnus-summary-make-menu-bar): Add.
5283
5284         * nnimap.el (nnimap-request-expire-articles): Compress sequence
5285         before storing \Deleted mark on expired articles.
5286
5287 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
5288         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
5289
5290         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
5291         parens in column 0.
5292
5293 2002-11-17  Juanma Barranquero  <lektu@terra.es>
5294
5295         * nnweb.el (nnweb-google-create-mapping): Fix typo.
5296
5297         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
5298
5299         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
5300
5301 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5302
5303         * message.el (message-set-auto-save-file-name): Use
5304         make-directory, to avoid the dependence on gnus-util.
5305
5306 2002-11-16  Simon Josefsson  <jas@extundo.com>
5307
5308         * nnimap.el (nnimap-callback-callback-function):
5309         (nnimap-callback-buffer): Removed, these cannot be global but must
5310         be embedded into the callback.
5311         (nnimap-make-callback): New.  Embedd article number, callback and
5312         buffer in function.
5313         (nnimap-callback, nnimap-request-article-part): Update.
5314
5315 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5316
5317         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
5318
5319 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5320
5321         * gnus.el (gnus-summary-line-format): Document %C.
5322
5323 2002-11-11  Simon Josefsson  <jas@extundo.com>
5324
5325         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
5326         output when called interactively.
5327
5328 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5329
5330         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
5331
5332         * message.el (message-draft-coding-system): Improve comment; use
5333         mm-auto-save-coding-system for the default value.
5334
5335         * nndraft.el (nndraft-request-article): Revert to the state before
5336         2002-10-29; regexp-quote mail-header-separator.
5337
5338 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
5339
5340         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
5341         allow editing of drafts from an nnvirtual group.
5342
5343 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5344
5345         * nndraft.el (nndraft-request-article): Replace emacs-mule with
5346         mm-auto-save-coding-system.
5347
5348         * message.el (message-draft-coding-system): Default to
5349         iso-2022-7bit.
5350
5351         * mm-util.el (mm-auto-save-coding-system): Undo last change to
5352         restore the default value to emacs-mule or escape-quoted.
5353
5354 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5355
5356         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
5357         a delayed or a queued article as well as a draft.
5358
5359         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
5360         delayed or a queued article in the raw format; treat a delayed
5361         article as a raw article as well as a draft.
5362         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
5363         for the delayed group.
5364
5365         * nndraft.el (nndraft-request-article): Ignore auto save files for
5366         a delayed or a queued article; don't bother to decode a queued
5367         article; don't bind nnmail-file-coding-system for a queued article.
5368
5369         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
5370         and the queue group.
5371
5372 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
5373
5374         * gnus-group.el (gnus-group-delete-group):
5375         gnus-cache-active-hashtb might be void.
5376
5377 2002-11-02  Simon Josefsson  <jas@extundo.com>
5378
5379         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
5380         setting of the default user ID.  From Raymond Scholz
5381         <ray-2002@zonix.de>.
5382
5383 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
5384
5385         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
5386         charset.
5387
5388 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
5389         From Alex Schroeder <alex@emacswiki.org>
5390         * spam-stat.el (spam-stat-process-directory): add dir to message
5391         (spam-stat-reduce-size): No longer remove words
5392         with values close to 0.5, because the default value is 0.2.
5393
5394 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5395
5396         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
5397         documentation.
5398
5399 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5400
5401         * gnus-agent.el (gnus-agent-fetched-headers)
5402         (gnus-agent-load-fetched-headers)
5403         (gnus-agent-save-fetched-headers): Remove variable and two
5404         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
5405         works better.
5406         (gnus-agent-fetch-headers): New implementation from Kevin
5407         Greiner.  Uses gnus-agent-article-alist to store information
5408         about fetched messages which aren't on the server anymore.  The
5409         trick is to return a list of considered messages to the caller,
5410         but to only fetch those which haven't been fetched yet.
5411
5412 2002-10-30  Simon Josefsson  <jas@extundo.com>
5413
5414         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
5415
5416         * pgg.el (pgg-passphrase-cache-expiry): Removed.
5417
5418 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5419
5420         * mm-view.el (mm-w3m-local-map-property): Make it work with older
5421         versions of emacs-w3m than 1.3.3.
5422
5423         * lpath.el: Bind w3m-minor-mode-map.
5424
5425         * mm-view.el (mm-w3m-mode-command-alist)
5426         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
5427         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
5428         (mm-setup-w3m): Simplified.
5429         (mm-w3m-local-map-property): New function.
5430         (mm-inline-text-html-render-with-w3m): Use it.
5431
5432         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
5433         mm-w3m-local-map-property.
5434
5435 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5436
5437         * mm-util.el (mm-auto-save-coding-system): Default to
5438         iso-2022-7bit.
5439
5440         * nndraft.el (nndraft-request-article): Decode an article using
5441         the coding-system emacs-mule if it seems to have been saved using
5442         emacs-mule.
5443         (nndraft-request-replace-article): Use message-draft-coding-system
5444         instead of mm-auto-save-coding-system for the draft or delayed
5445         group.
5446
5447 2002-10-28  Josh  <huber@alum.wpi.edu>
5448
5449         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
5450         functions.
5451
5452 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5453         From mah@everybody.org (Mark A. Hershberger).
5454
5455         * mm-url.el (mm-url-insert-file-contents): Make it return the same
5456         type values ("url" size) regardless of the values of
5457         mm-url-use-external.
5458
5459 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5460
5461         * nnimap.el (nnimap-request-article-part): Try harder to show
5462         group name in debugging message.
5463
5464 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5465
5466         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
5467         directory if it doesn't exist.
5468         (gnus-agent-fetch-headers): Remove old cruft that tried to
5469         abstain from downloading articles more than once if
5470         gnus-agent-consider-all-articles was true.  This is now done
5471         properly via the .fetched files.
5472
5473 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5474
5475         * nndraft.el (nndraft-request-article): Treat delayed articles
5476         like drafts.
5477
5478 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5479
5480         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
5481
5482 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5483
5484         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
5485         Remove unused optional arg DIR and corresponding code.
5486
5487         * nnimap.el (nnimap-request-article-part): Include group name in
5488         debugging output.
5489
5490 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
5491
5492         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
5493
5494 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
5495
5496         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
5497         contains range of headers that have been fetched by the agent
5498         already.  Compare gnus-agent-article-alist.
5499         (gnus-agent-file-header-cache): Like
5500         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
5501         (gnus-agent-fetch-headers): Improve comment.  Revert to old
5502         seen/recent logic.
5503         Remember which headers have been fetched before and don't fetch
5504         them again the next time round.
5505         (gnus-agent-load-fetched-headers)
5506         (gnus-agent-save-fetched-headers): New functions, for remembering
5507         which headers have been fetched before.
5508
5509 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5510
5511         * lpath.el: Remove useless bindings.
5512
5513 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
5514
5515         * gnus-sum.el (gnus-summary-execute-command): Disable visual
5516         features while searching.
5517
5518 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5519
5520         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
5521
5522 2002-10-22  Simon Josefsson  <jas@extundo.com>
5523
5524         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
5525         (pgg-snarf-keys): Add.
5526
5527 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5528
5529         * lpath.el: Fbind bbdb-records.
5530
5531         * spam.el: Don't autoload bbdb-records.
5532
5533 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5534
5535         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
5536         prevent inf-loop.
5537
5538 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5539
5540         * nnslashdot.el: Removed some test lines.
5541         More test.
5542
5543 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5544
5545         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
5546         are known to be downloaded already.
5547
5548 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5549
5550         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
5551         (mm-text-html-washer-alist): Ditto.
5552
5553 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5554
5555         * nnheader.el (nnheader-remove-body): Fix an error of detecting
5556         boundary between headers and body.
5557         * nnml.el (nnml-parse-head): Ditto.
5558
5559 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5560
5561         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
5562         entries.
5563
5564         * gnus-group.el (gnus-fetch-group): Allow an optional
5565         specification of the articles to select.
5566
5567         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
5568
5569 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5570
5571         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
5572         headers from the group, update variable `articles' to contain
5573         only those numbers where headers exist.  (When fetching all
5574         articles in a group, Gnus creates lots of numbers where there is
5575         no articles.)
5576
5577 2002-10-20  Steve Youngs  <youngs@xemacs.org>
5578
5579         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
5580         doesn't have the 'alist custom type, use cons cells instead.
5581         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
5582         (pgg-parse-hash-algorithm-alist): Ditto.
5583         (pgg-parse-compression-algorithm-alist): Ditto.
5584         (pgg-parse-signature-type-alist): Ditto.
5585
5586         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
5587
5588         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
5589
5590         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
5591
5592 2002-10-19  Simon Josefsson  <jas@extundo.com>
5593
5594         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
5595         buffer.
5596
5597 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5598
5599         * gnus-spec.el (gnus-make-format-preserve-properties)
5600         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
5601         properties also on XEmacs.  `gnus-xmas-format' is like format but
5602         preserves text properties on XEmacs (though it only understands
5603         simple format specs).  The variable
5604         `gnus-make-format-preserve-properties' controls whether the
5605         function is used, and is checked in `gnus-parse-simple-format'.
5606         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
5607
5608         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
5609         output.
5610         (gnus-agent-consider-all-articles): New variable.
5611         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
5612         (gnus-agent-fetch-headers): Depending on
5613         gnus-agent-consider-all-articles, maybe get all articles.
5614         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
5615         `read'.
5616         (gnus-predicate-imples-unread): New function.
5617         (gnus-agent-fetch-headers): Optimize to call
5618         gnus-list-of-unread-articles if that is sufficient.
5619         Check unseen and recent instead of seen and recent.
5620         (gnus-agent-fetch-headers): Abstain from calling
5621         gnus-list-range-intersection if range (a . b) would have (> a b).
5622
5623 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5624
5625         * message.el (message-send-mail): Make it possible to perform
5626         edebug-defun.
5627
5628 2002-10-18  Simon Josefsson  <jas@extundo.com>
5629
5630         * gnus-art.el (gnus-button-man-handler): Change default to
5631         `manual-entry' (defined in both emacsen).
5632         (gnus-button-man-handler): Remove emacsen difference and use
5633         `manual-entry'.
5634
5635 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5636
5637         * spam.el: Wrap autoload settings for bbdb-records,
5638         executable-find and ifile-spam-filter with eval-and-compile.
5639         (spam-display-buffer-contents): Remove.
5640         (spam-bogofilter-score): Merge spam-display-buffer-contents.
5641
5642 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
5643
5644         * spam.el (spam-display-buffer-contents): New function.
5645         (spam-bogofilter-score): use spam-display-buffer-contents, patch
5646         from Katsumi Yamaoka <yamaoka@jpl.org>.
5647
5648 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5649
5650         * nnheader.el (nnheader-parse-naked-head): New function.
5651         (nnheader-parse-head): Use the above function, in order to handle
5652         continuation lines properly.
5653         (nnheader-remove-body): New function.
5654         (nnheader-remove-cr-followed-by-lf): New function.
5655         (nnheader-ms-strip-cr): Use the above function.
5656
5657         * gnus-agent.el (gnus-agent-regenerate-group): Call
5658         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
5659         `nnheader-parse-head'.
5660         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
5661
5662         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
5663         continuation lines by itself; call `nnheader-parse-naked-head'
5664         instead of `nnheader-parse-head'.
5665         * nndiary.el (nndiary-parse-head): Ditto.
5666         * nnfolder.el (nnfolder-parse-head): Ditto.
5667         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
5668         * nnmaildir.el (nnmaildir--update-nov): Ditto.
5669         * nnml.el (nnml-parse-head): Ditto.
5670
5671 2002-10-17  Steve Youngs  <youngs@xemacs.org>
5672
5673         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
5674         XEmacs, default to it if featurep 'xemacs.
5675
5676 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5677
5678         * spam-stat.el: Check for the existence of hash functions instead
5679         of the Emacs version to decide whether to load cl.  Suggested by
5680         Kai Gro\e,A_\e(Bjohann.
5681
5682 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5683
5684         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
5685         if it isn't open yet.
5686
5687 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5688
5689         * gnus-group.el: Require mm-url only when compiling.
5690         (gnus-group-fetch-charter): Require mm-url.
5691
5692         * spam-stat.el: Require cl for the functions gethash,
5693         hash-table-count, make-hash-table and mapc for Emacs 20.
5694         (puthash): Alias to cl-puthash for Emacs 20.
5695         (with-syntax-table): New macro for Emacs 20.
5696
5697 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
5698
5699         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
5700
5701 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
5702
5703         * spam.el (spam-check-ifile): added ifile as a spam checking
5704         backend, and spam-use-ifle as the variable to toggle that check.
5705
5706 2002-10-12  Simon Josefsson  <jas@extundo.com>
5707
5708         * message.el (message-beginning-of-line): New variable.
5709         (message-beginning-of-line): Use it.
5710
5711 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
5712
5713         * spam.el: more compilation fixes for BBDB
5714
5715         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
5716         (spam-stat-reduce-size): Interactive.
5717         (spam-stat-reset): New function.
5718         (spam-stat-save): Interactive.
5719
5720 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5721
5722         * gnus.el: Autoload gnus-delay-initialize.
5723
5724         * message.el: Autoload gnus-delay-article.
5725
5726 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
5727
5728         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
5729         text property in Emacs.
5730
5731 2002-10-11  Simon Josefsson  <jas@extundo.com>
5732
5733         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
5734         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
5735
5736         * mml1991.el (mml1991-pgg-sign): Remove CR.
5737
5738 2002-10-10  Simon Josefsson  <jas@extundo.com>
5739
5740         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
5741         decrypt failed.
5742         (mml2015-trust-boundaries-alist): Removed.
5743         (mml2015-gpg-extract-signature-details): Don't use it.
5744         (mml2015-unabbrev-trust-alist): New.
5745         (mml2015-gpg-extract-signature-details): Use it.
5746
5747 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
5748
5749         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
5750         BBDB installed
5751
5752         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
5753         statistical analysis of spam in Lisp only
5754
5755 2002-10-10  Simon Josefsson  <jas@extundo.com>
5756
5757         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
5758         auth, selected or examine state.
5759
5760         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
5761         buffer and error buffer depending on type of information.
5762
5763         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
5764         --status-fd stuff even if gpg.el is not used (revert earlier
5765         change).
5766         (mml2015-pgg-{clear-,}verify): Store both output and errors as
5767         gnus details.
5768         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
5769         buffer.
5770
5771         * pgg.el (pgg-verify-region): Use it.
5772
5773         * pgg-def.el (pgg-query-keyserver): New variable.
5774
5775         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
5776         key-identifier in packet.  Is this a good idea?
5777
5778         * mml.el (mml-mode-map): Add security commands that operates on
5779         MIME parts.
5780         (mml-menu): And menu items for them.
5781
5782         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
5783
5784         * mml.el (mml-parse-1): Support sender in #secure tags.
5785
5786         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
5787         defined.
5788
5789         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
5790         (mml-pgp-encrypt-buffer): Support combined signing.
5791
5792         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
5793         (mml1991-gpg-encrypt): Ditto.
5794         (mml1991-pgg-encrypt): Ditto.
5795         (mml1991-encrypt): Pass sign parameter.
5796
5797         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
5798         (mml-signencrypt-style): Mention the variable.
5799
5800 2002-10-09  Simon Josefsson  <jas@extundo.com>
5801
5802         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
5803         pgg-gpg-user-id.
5804
5805         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
5806         (pgg-fetch-key-function): Nil if w3 is not installed.
5807
5808 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5809
5810         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
5811         gnus-agent-current-history.
5812
5813 2002-10-06  Simon Josefsson  <jas@extundo.com>
5814
5815         * imap.el (imap-parse-status): Don't use read to read token.
5816
5817 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5818
5819         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
5820         for methods not covered by the agent, and when unplugged.
5821
5822 2002-10-05  Simon Josefsson  <jas@extundo.com>
5823
5824         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
5825         signing.
5826
5827         * gnus-agent.el (gnus-agent-read-servers): If getting method from
5828         a named server fails, ignore the server.
5829
5830         * mml1991.el (mml1991-pgg-sign): Do QP.
5831
5832         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
5833         work.
5834
5835 2002-10-04  Simon Josefsson  <jas@extundo.com>
5836
5837         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
5838
5839         * pgg-pgp.el (pgg-pgp-verify-region): Inline
5840         binary-write-decoded-region from MEL.
5841
5842         * pgg.el (pgg-encrypt-region): Support sign.
5843
5844         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
5845
5846         * mml2015.el (mml2015-pgg-encrypt): Ditto.
5847
5848         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
5849         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
5850         branch where PGG was taken from in the ChangeLog entries below.
5851
5852 2002-10-01  Simon Josefsson  <jas@extundo.com>
5853
5854         * pgg-pgp.el: Don't require mel.  Don't use luna.
5855         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
5856         (pgg-pgp-process-region): Use expand-file-name instead of concat.
5857         (pgg-pgp-process-region): Don't use binary-funcall.
5858
5859         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
5860
5861         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
5862         instead of concat.
5863
5864         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
5865
5866 2002-09-29  Simon Josefsson  <jas@extundo.com>
5867
5868         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
5869         compile warnings.
5870
5871         * pgg.el (pgg-decrypt-region): Don't parse packet.
5872
5873         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
5874
5875 2002-09-29  Daiki Ueno <ueno@unixuser.org>
5876
5877         * pgg.el: Remove dependency on calist.el.
5878
5879 2002-09-28  Simon Josefsson  <jas@extundo.com>
5880
5881         * pgg.el (pgg-temporary-file-directory): New variable.
5882         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
5883
5884         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
5885         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
5886
5887         * pgg-parse.el (pgg-char-int): Defalias.
5888         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
5889         (pgg-read-bytes, pgg-read-body): Use it.
5890         (pgg-decode-packets): Don't use MEL, use base64-*.
5891         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
5892         (pgg-string-as-unibyte): Defalias.
5893         (pgg-parse-armor-region): Use it.
5894
5895         * pgg-gpg.el (pgg-gpg-process-region): Use
5896         pgg-temporary-file-directory.
5897
5898         * luna.el: Don't def-edebug.
5899
5900         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
5901         binary-write-decoded-region from MEL.
5902
5903         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
5904
5905         * alist.el, calist.el: Don't require product/APEL.
5906
5907         * pgg-parse.el (top-level): Remove dependency on static.el,
5908         pccl.el, mel.el.
5909         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
5910         `define-ccl-program' is boundp, instead of using broken.
5911
5912 2002-10-01  Simon Josefsson  <jas@extundo.com>
5913
5914         * message.el (message-required-mail-headers): Remove Lines:.
5915
5916 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5917         From Jesper Harder.
5918
5919         * gnus-group.el (gnus-group-fetch-charter,
5920         gnus-group-fetch-control): Prompt for group if given a prefix
5921         argument.
5922         * gnus-sum.el (t): Add gnus-group-fetch-charter and
5923         gnus-group-fetch-control to summary key map and menu.
5924
5925 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
5926
5927         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
5928         number when there are no articles.
5929
5930 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5931
5932         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
5933         arg ALL means to fetch all articles, not only downloadable ones.
5934         (gnus-agent-fetch-selected-article): New function for
5935         gnus-select-article-hook or gnus-mark-article-hook.
5936
5937 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5938         From Peter von der Ahe <nospam2159@daimi.au.dk>.
5939
5940         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
5941         raw-text.
5942
5943 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
5944
5945         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
5946         Pinard).
5947         Major revamp of the code, documentation is in comments in the file
5948         for now.
5949
5950 2002-09-30  Simon Josefsson  <jas@extundo.com>
5951
5952         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
5953         buffer seem to be needed?
5954
5955 2002-09-29  Simon Josefsson  <jas@extundo.com>
5956
5957         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
5958         compile warnings.
5959
5960         * mml1991.el (mml1991-function-alist): Add pgg.
5961         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
5962         (mml1991-pgg-encrypt): Fix recipients querying.
5963
5964 2002-09-28  Simon Josefsson  <jas@extundo.com>
5965
5966         * mml2015.el (autoload): Autoload correct files.  Trivial patch
5967         from dme@dme.org.
5968         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
5969         handle is returned.
5970
5971 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5972
5973         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
5974         Protect against non-existent of `nnimap-mailbox-info'.
5975
5976 2002-09-27  Simon Josefsson  <jas@extundo.com>
5977
5978         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
5979         (gnus-setup-news-hook): Use it.
5980         (gnus-after-getting-new-news-hook): Ditto.
5981
5982         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
5983
5984 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5985         From Mats Lidell <matsl@contactor.se>.
5986
5987         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
5988
5989 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5990
5991         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
5992         the part to decode encoded words, use raw words instead of decoded
5993         words.
5994
5995 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5996
5997         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
5998
5999         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
6000         (mm-setup-w3m): Use it.
6001
6002 2002-09-27  Simon Josefsson  <jas@extundo.com>
6003
6004         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
6005         article buffers.
6006
6007         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
6008         it just in case.
6009         (nnimap-update-unseen): New function; update unseen count in
6010         `n-m-info'.
6011         (nnimap-close-group): Call it.
6012
6013         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
6014         (gnus-after-getting-new-news-hook): Ditto.
6015
6016         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
6017         message into verboselevel 9.  Change slow mail check message.
6018         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
6019         (nnimap-fixup-unread-after-getting-new-news): New function, to be
6020         used as a hook after getting new mail.
6021
6022 2002-09-26  Simon Josefsson  <jas@extundo.com>
6023
6024         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
6025         SELECT/EXAMINE is first unseen article, not number of unseen
6026         articles.  Make them distinct by renaming the former to
6027         `first-unseen' instead of `unseen'.
6028
6029         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
6030         too.
6031         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
6032         changed.
6033         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
6034
6035         * gnus-int.el (gnus-server-unopen-status): Defcustom.
6036
6037         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
6038         better.
6039
6040         * mml2015.el (mml2015-pgg-decrypt): Only add security information
6041         if dissecting resulting buffer actually had any information.
6042
6043 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6044
6045         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
6046         because the function `string<' allows symbols.
6047
6048         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
6049
6050 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
6051
6052         * message.el (message-forward-make-body): Revert an early change
6053         because 8-bit utf-8 emails.
6054
6055 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
6056
6057         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
6058         links to Info)
6059         * gnus-art.el (gnus-treat-highlight-signature):
6060         * gnus-art.el (gnus-treat-buttonize):
6061         * gnus-art.el (gnus-treat-buttonize-head):
6062         * gnus-art.el (gnus-treat-emphasize):
6063         * gnus-art.el (gnus-treat-strip-cr):
6064         * gnus-art.el (gnus-treat-unsplit-urls):
6065         * gnus-art.el (gnus-treat-leading-whitespace):
6066         * gnus-art.el (gnus-treat-hide-headers):
6067         * gnus-art.el (gnus-treat-hide-boring-headers):
6068         * gnus-art.el (gnus-treat-hide-signature):
6069         * gnus-art.el (gnus-treat-fill-article):
6070         * gnus-art.el (gnus-treat-hide-citation):
6071         * gnus-art.el (gnus-treat-hide-citation-maybe):
6072         * gnus-art.el (gnus-treat-strip-list-identifiers):
6073         * gnus-art.el (gnus-treat-strip-pgp):
6074         * gnus-art.el (gnus-treat-strip-pem):
6075         * gnus-art.el (gnus-treat-strip-banner):
6076         * gnus-art.el (gnus-treat-highlight-headers):
6077         * gnus-art.el (gnus-treat-highlight-citation):
6078         * gnus-art.el (gnus-treat-date-ut):
6079         * gnus-art.el (gnus-treat-date-local):
6080         * gnus-art.el (gnus-treat-date-english):
6081         * gnus-art.el (gnus-treat-date-lapsed):
6082         * gnus-art.el (gnus-treat-date-original):
6083         * gnus-art.el (gnus-treat-date-iso8601):
6084         * gnus-art.el (gnus-treat-date-user-defined):
6085         * gnus-art.el (gnus-treat-strip-headers-in-body):
6086         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
6087         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
6088         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
6089         * gnus-art.el (gnus-treat-unfold-headers):
6090         * gnus-art.el (gnus-treat-fold-headers):
6091         * gnus-art.el (gnus-treat-fold-newsgroups):
6092         * gnus-art.el (gnus-treat-overstrike):
6093         * gnus-art.el (gnus-treat-display-xface):
6094         * gnus-art.el (gnus-treat-display-smileys):
6095         * gnus-art.el (gnus-treat-from-picon):
6096         * gnus-art.el (gnus-treat-mail-picon):
6097         * gnus-art.el (gnus-treat-newsgroups-picon):
6098         * gnus-art.el (gnus-treat-body-boundary):
6099         * gnus-art.el (gnus-treat-capitalize-sentences):
6100         * gnus-art.el (gnus-treat-fill-long-lines):
6101         * gnus-art.el (gnus-treat-play-sounds):
6102         * gnus-art.el (gnus-treat-translate):
6103         * gnus-art.el (gnus-treat-x-pgp-sig):
6104         * gnus-art.el (gnus-mime-button-line-format):
6105         * gnus-art.el (gnus-button-man-level):
6106         * gnus-art.el (gnus-button-emacs-level):
6107         * gnus-cus.el (gnus-group-parameters):
6108         * gnus-gl.el (bbb-build-mid-scores-alist):
6109         * gnus-group.el (gnus-group-line-format):
6110         * gnus-mlspl.el (gnus-group-split-setup):
6111         * gnus-mlspl.el (gnus-group-split):
6112         * gnus-msg.el (gnus-mailing-list-groups):
6113         * gnus-msg.el (gnus-posting-styles):
6114         * gnus-nocem.el (gnus-nocem-issuers):
6115         * gnus-score.el (gnus-score-regexp-bad-p):
6116         * gnus-srvr.el (gnus-server-line-format):
6117         * gnus-topic.el (gnus-topic-line-format):
6118         * gnus.el (gnus-summary-line-format):
6119         * mail-source.el (mail-sources):
6120         * message.el (message-subscribed-address-file):
6121         * nnmail.el (nnmail-split-fancy):
6122
6123 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
6124
6125         * mail-source.el(mail-source-run-script): use `functionp' to test
6126         whether the argument `script' is in fact a function.
6127         (mail-sources): adjust the defcustom to allow users to specify a
6128         function or a string as the value of the `:prescript' and
6129         `:postscript' arguments of the `file' and `pop3' mail sources.
6130
6131 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
6132
6133         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
6134         number when article 1 does not exist.
6135
6136 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6137
6138         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
6139         apropos if apropos-variable does not exist.
6140         (gnus-button-guessed-mid-regexp)
6141         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
6142         regexes.  From Reiner Steib.
6143         (gnus-button-handle-describe-function)
6144         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
6145         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
6146         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
6147
6148 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
6149         Trivial patch.
6150
6151         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
6152         the file.
6153
6154 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
6155
6156         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
6157
6158 2002-09-24  Simon Josefsson  <jas@extundo.com>
6159
6160         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
6161         (mml2015-use): Prefer PGG if installed.
6162         (mml2015-function-alist): Add PGG wrappers.
6163         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
6164         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
6165         prefix, make regexp optionally skip it.
6166         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
6167         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
6168         (mml2015-pgg-encrypt): New functions.
6169         (defvar, autoload): Prevent byte-compile warnings.
6170
6171 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6172         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
6173
6174         * gnus-art.el (article-strip-banner): Check for the existence of
6175         from header.
6176
6177 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
6178
6179         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
6180         (gnus-button-alist): Improved regexp for
6181         gnus-button-handle-mid-or-mail (false positives), fixed
6182         gnus-button-handle-man entries.
6183         From Reiner Steib.
6184
6185 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
6186         From Josh Huber.
6187
6188         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
6189         nnmail-extra-headers is non-nil.
6190
6191 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
6192
6193         * nnmaildir.el: Store article numbers persistently.  General
6194         revision.
6195         (nnmaildir-request-expire-articles): handle 'immediate and 'never
6196         for nnmail-expiry-wait; delete instead of moving if 'force is
6197         given.
6198
6199 2002-09-23  Simon Josefsson  <jas@extundo.com>
6200         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
6201
6202         * smime.el (smime-sign-buffer): Get key and extra certs.
6203         (smime-get-key-with-certs-by-email): Utility function.
6204
6205 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
6206         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
6207
6208         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
6209         article exists.
6210
6211 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
6212
6213         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
6214
6215 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
6216         From Reiner Steib.
6217
6218         * gnus-art.el (gnus-button-handle-custom,
6219         gnus-button-handle-mid-or-mail,
6220         gnus-button-handle-describe-{function,variable,key},
6221         gnus-button-handle-apropos{,command,variable}): New functions.
6222         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
6223         gnus-button-{man,emacs,mail}-level): New variables.
6224         (gnus-button-alist): Use the above to buttonize emacs and mail
6225         related links.
6226
6227 2002-09-18  Juanma Barranquero  <lektu@terra.es>
6228
6229         * gnus-int.el (gnus-status-message): Fix spacing.
6230
6231         * imap.el (imap-continuation): Fix typos.
6232
6233 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
6234
6235         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
6236
6237         * gnus-art.el (gnus-article-reply-with-original): Correct
6238         with-current-buffer scope.
6239
6240         * message.el (message-completion-alist): Add Reply-To, From, etc.
6241
6242 2002-09-18  Simon Josefsson  <jas@extundo.com>
6243
6244         * nnimap.el (nnimap-request-expire-articles): Make flag setting
6245         conditional.  From Nevin Kapur <nevin@jhu.edu>.
6246
6247 2002-09-17  Simon Josefsson  <jas@extundo.com>
6248
6249         * nnimap.el (nnimap-expiry-target): Don't search for which
6250         articles exists here.
6251         (nnimap-request-expire-articles): Do it here instead.  Only expire
6252         when articles are found.  Suggested by Nevin Kapur
6253         <nevin@jhu.edu>.
6254
6255 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6256         From Reiner Steib <reiner.steib@gmx.de>.
6257
6258         * message.el (message-strip-subject-trailing-was)
6259         (message-change-subject, message-add-archive-header)
6260         (message-xpost-fup2-header, message-xpost-insert-note)
6261         (message-xpost-fup2, message-reduce-to-to-cc): New functions
6262         adopted from message-utils.el.  Add functions to the keymap, mode
6263         describtion and menu.
6264         (message-change-subject,message-xpost-fup2): Signal error if
6265         current header is empty.
6266         (message-xpost-insert-note): Changed insert position.
6267         (message-archive-note): Ensure to insert note in message body (not
6268         in head).
6269         (message-archive-header, message-archive-note)
6270         (message-xpost-default, message-xpost-note, message-fup2-note)
6271         (message-xpost-note-function): New variables adopted from
6272         message-utils.el.  Changed some doc-strings.
6273         (message-mark-insert-{begin,end}): Rename from
6274         message-{begin,end}-inserted-text-mark (message-utils.el), changed
6275         values.
6276         (message-subject-trailing-was-query)
6277         (message-subject-trailing-was-ask-regexp)
6278         (message-subject-trailing-was-regexp): New variables.
6279         (message-to-list-only): Added doc-string and menu entry.
6280
6281         * message-utils.el: Removed.  Functions are now in message.el.
6282
6283 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
6284
6285         * gnus-art.el (gnus-article-reply-with-original,
6286         gnus-article-followup-with-original): Switch to
6287         gnus-summary-buffer before reply/followup.
6288
6289 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
6290
6291         * gnus-sum.el (gnus-summary-toggle-header): The article window may
6292         not exist. Toggle it anyway.
6293
6294 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
6295
6296         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
6297
6298         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
6299         Trivial patch from Urban Engberg <ue@ccieurope.com>.
6300
6301         * rfc2047.el (message-posting-charset): Defvar it.
6302         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
6303         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
6304
6305         * mail-source.el (mail-source-fetch): Hide password.
6306
6307         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
6308
6309 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6310         From John Paul Wallington <jpw@shootybangbang.com>.
6311
6312         * gnus.el (gnus-visual, gnus-meta): Fix typo.
6313
6314 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6315
6316         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
6317
6318 2002-09-11  Simon Josefsson  <jas@extundo.com>
6319
6320         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
6321         (nnimap-split-rule): Doc fix.
6322         (nnimap-request-expire-articles): Cleanup code.
6323
6324 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6325         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
6326
6327         * gnus-art.el (gnus-article-address-banner-alist): New option.
6328         (article-strip-banner): Refer the above option to split banners of
6329         free mail servers, when no group parameter is specified.
6330
6331 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6332
6333         * nntp.el (nntp-wait-for-string): Check for a process in the
6334         current buffer instead of `nntp-server-buffer'.
6335
6336 2002-09-09  Simon Josefsson  <jas@extundo.com>
6337
6338         * gnus-art.el (gnus-button-man-handler): New variable.
6339         (gnus-button-alist): Use g-b-handle-man.
6340         (gnus-button-handle-man): New, call g-b-man-handler.
6341
6342 2002-09-08  Simon Josefsson  <jas@extundo.com>
6343
6344         * gnus-art.el (gnus-button-alist): Buttonize man page links.
6345
6346 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6347
6348         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
6349
6350 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6351
6352         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
6353
6354         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
6355         keystroke.
6356
6357         * gnus-srvr.el (gnus-browse-describe-group): New command and
6358         keystroke.
6359
6360 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6361
6362         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
6363         value for gnus-decoration property.
6364
6365 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6366
6367         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
6368         string) as group name in case we have a CRLF in the file.
6369
6370 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
6371
6372         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
6373         group.
6374         (rfc1843-decode-hzp): do.
6375         (rfc1843-newsgroups-regexp): do.
6376
6377 2002-09-04  Simon Josefsson  <jas@extundo.com>
6378
6379         * message.el (message-canlock-generate): Make sure sha1 doesn't
6380         call external programs.
6381
6382 2002-09-03  Simon Josefsson  <jas@extundo.com>
6383
6384         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
6385
6386         * gnus-agent.el (gnus-agent-batch): Add doc.
6387
6388 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
6389
6390         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
6391         check for signed and encrypted parts.
6392         * mml.el (mml-parse-1): Correct small typo which preventing
6393         setting recipients in a secure tag.
6394
6395 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6396
6397         * mm-util.el (mm-coding-system-priorities): Default to a list of
6398         iso-2022-jp and others for the Japanese environment.
6399
6400 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6401
6402         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
6403         invalid display names.
6404
6405 2002-08-30  Simon Josefsson  <jas@extundo.com>
6406
6407         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
6408         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
6409
6410 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
6411
6412         * gnus.el (gnus-group-charter-alist): New option.
6413         (gnus-group-fetch-control-use-browse-url): New option.
6414
6415         * gnus-group.el (gnus-group-fetch-charter): New function.
6416         (gnus-group-fetch-control): New function.
6417         Add them to the keymap and menu. Require mm-url.
6418
6419 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6420
6421         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
6422         From Alex Schroeder <alex@emacswiki.org>.
6423
6424 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
6425
6426         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
6427         items expecting user interaction.
6428
6429         * gnus-topic.el (gnus-topic-make-menu-bar): do.
6430
6431         * gnus-sum.el (gnus-summary-make-menu-bar): do.
6432
6433         * gnus-srvr.el (gnus-server-make-menu-bar): do.
6434
6435         * mml.el (mml-menu): do.
6436
6437 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6438
6439         * mail-source.el (mail-source-touch-pop): New function.
6440
6441         * message.el (message-smtpmail-send-it): New function.
6442         (message-send-mail-function): Add it for a candidate.
6443
6444 2002-08-27  Simon Josefsson  <jas@extundo.com>
6445
6446         * gnus-msg.el (posting-charset-alist): Use
6447         gnus-define-group-parameter instead of defcustom.
6448         (gnus-put-message): Handle SPC in GCC.
6449         (gnus-inews-insert-gcc): Ditto.
6450         (gnus-inews-insert-archive-gcc): Ditto.
6451
6452 2002-08-26  Simon Josefsson  <jas@extundo.com>
6453
6454         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
6455         (gnus-agentize): Auto agentize all nntp and nnimap groups.
6456         (gnus-agent-possibly-save-gcc): Autoload.
6457         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
6458
6459 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6460
6461         * gnus.el (gnus-other-frame-function): New user option.
6462         (gnus-other-frame): Use it; add a doc-string; make it work with
6463         the gnuclient program.
6464
6465         * gnus-util.el (gnus-frame-or-window-display-name): New function.
6466
6467         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
6468         `device-connection' and `dfw-device'.
6469
6470 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6471
6472         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
6473         positives, make it stricter.  From Jochen Hein (trivial change).
6474
6475 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6476
6477         * gnus.el (gnus-other-frame): Trivial fix.
6478
6479 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6480
6481         * gnus.el (gnus-other-frame-parameters): New user option.
6482         (gnus-other-frame-object): New variable.
6483         (gnus-other-frame): Make it search for existing Gnus frame; don't
6484         read new news; delete frame on exit.
6485
6486         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
6487
6488         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
6489
6490 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6491         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
6492
6493         * message.el (message-set-auto-save-file-name): Add support for
6494         the Cygwin Emacs; the system-type is `cygwin'.
6495         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
6496
6497 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
6498
6499         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
6500
6501         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
6502         avoid arithmetic errors.
6503
6504 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6505
6506         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
6507
6508 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6509
6510         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
6511         (message-ignored-resent-headers): Add envelope From.
6512
6513 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6514
6515         * gnus.el (gnus-summary-line-format): Document %k specifier.
6516
6517 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6518
6519         * gnus-sum.el (gnus-summary-line-message-size): New function.
6520         (gnus-summary-line-format-alist): Use it.
6521
6522 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6523
6524         * gnus-art.el (article-make-date-line): Refer to the value for
6525         `gnus-article-time-format' in the summary buffer.
6526
6527         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
6528
6529 2002-08-14  Simon Josefsson  <jas@extundo.com>
6530
6531         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
6532         quoting.
6533         (gnus-button-alist): Fix doc.
6534         (gnus-header-button-alist): Use ' not ` for default value quoting.
6535         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
6536         rationale similar to 2002-05-01 change.
6537         (gnus-article-add-buttons-to-head): Evaluate expression.
6538
6539         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
6540
6541 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6542
6543         * message.el (message-font-lock-keywords): Refer to the value for
6544         `message-cite-prefix-regexp' dynamically.
6545
6546 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6547
6548         * gnus-art.el (gnus-decode-header-methods): Doc fix.
6549
6550 2002-08-12  Simon Josefsson  <jas@extundo.com>
6551
6552         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
6553         (imap-shell-open): Skip initial junk before IMAP greeting.
6554
6555 2002-08-11  Simon Josefsson  <jas@extundo.com>
6556
6557         * message-utils.el (message-xpost-default,
6558         message-xpost-fup2-header, message-xpost-fup2): Fixed
6559         Typos.  Trivial changes from Reiner Steib
6560         <4uce.02.r.steib@gmx.net>.
6561
6562 2002-08-09  Simon Josefsson  <jas@extundo.com>
6563
6564         * message.el (message-canlock-password): Set
6565         canlock-password-for-verify to newly generated canlock-password.
6566         When Emacs is restarted, Custom makes sure this is set, but during
6567         the same session we must set it manually.
6568
6569 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
6570
6571         * yenc.el: New file.
6572
6573         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
6574         (mm-uu-type-alist): Add yenc.
6575         (mm-uu-yenc-filename): New function.
6576         (mm-uu-yenc-extract): New function.
6577
6578         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
6579
6580 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6581
6582         * dgnushack.el (merge): Don't use coerce.
6583
6584 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
6585
6586         * mailcap.el (mailcap-mime-data): Test window-system rather than
6587         mm-device-type.
6588         (mailcap-mime-data): Call xdvi and gv with "-safer".
6589
6590         * mm-util.el: Don't define mm-device-type.
6591
6592 2002-08-05  Simon Josefsson  <jas@extundo.com>
6593
6594         * mm-util.el (mm-coding-system-priorities): coding-system type not
6595         supported everywhere.
6596
6597 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6598
6599         * gnus.el (gnus-version-number): Bumped version number.
6600
6601 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6602
6603         * gnus.el: Oort Gnus v0.07 is released.
6604
6605 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6606
6607         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
6608         (gnus-article-sort-functions): Doc fix.
6609         (t): New keystroke.
6610         (gnus-article-sort-by-random): New function.
6611         (gnus-thread-sort-by-random): New function.
6612
6613 2002-08-02  Simon Josefsson  <jas@extundo.com>
6614
6615         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
6616         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
6617
6618 2002-07-31  Danny Siu  <dsiu@adobe.com>
6619
6620         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
6621         when splitting malformed messages without message-id
6622
6623 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6624         From Niklas Morberg <niklas.morberg@axis.com>.
6625
6626         * nnweb.el (nnweb-type, nnweb-type-definition)
6627         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
6628         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
6629         functionality.
6630         * nnweb.el: Removed old non-functioning search engines.
6631
6632 2002-07-27  Simon Josefsson  <jas@extundo.com>
6633
6634         * message.el (message-forward-make-body): Don't use
6635         `message-forward-ignored-headers' when doing a "raw" followup (it
6636         is important to preserve e.g. CTE).
6637
6638         * flow-fill.el (fill-flowed): Disable filladapt-mode.
6639
6640         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
6641         regexp-quote, Cyrus Sieve is fixed.
6642
6643         * sieve-manage.el (sieve-manage-deletescript): New function.
6644
6645         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
6646         (sieve-manage-mode): Fix menubar.
6647         (sieve-activate): Change some messages.
6648         (sieve-deactivate-all): New function.
6649         (sieve-deactivate): New alias.
6650         (sieve-remove): New function.
6651         (sieve-help): Fix help.
6652         All suggested by Ned Ludd.
6653
6654 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6655
6656         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
6657         (mm-w3m-safe-url-regexp): New user option.
6658
6659         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
6660         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
6661
6662 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
6663
6664         * gnus-sum.el (gnus-summary-delete-article): Force
6665         nnmail-expiry-target to 'delete, so that absolute deletion
6666         happens when absolute deletion is requested.
6667
6668 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6669         From Nevin Kapur <nevin@jhu.edu>.
6670
6671         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
6672         headers as empty headers.
6673
6674 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6675         From Jochen Hein <jochen@jochen.org>.
6676
6677         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
6678         correct typo.
6679         (gnus-emphasis-strikethru): New face.
6680
6681 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6682         From Jason Merrill <jason@redhat.com>.
6683
6684         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
6685         entire file for each of a sequence of missing articles.
6686
6687         * gnus-salt.el (gnus-binary-display-article): Respect an existing
6688         value for gnus-view-pseudos.
6689
6690         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
6691         avoid nreverse.
6692
6693 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6694         From Ted Zlatanov <teodor.zlatanov@divine.com>.
6695
6696         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
6697         (gnus-summary-mode-line-format-alist): Add %h for number of
6698         spams.
6699         (gnus-newsgroup-spam-marked): New variable.
6700         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
6701         (gnus-article-read-p, gnus-article-mark)
6702         (gnus-set-global-variables, gnus-set-global-variables)
6703         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
6704         (gnus-summary-mark-article-as-unread)
6705         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
6706         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
6707         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
6708
6709 2002-07-10  Simon Josefsson  <jas@extundo.com>
6710
6711         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
6712         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
6713
6714 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
6715
6716         * gnus-sum.el (gnus-summary-delete-article): Respect group
6717         parameters while expiring.
6718
6719 2002-07-08  Simon Josefsson  <jas@extundo.com>
6720
6721         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
6722         Enberg.
6723
6724 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6725
6726         * gnus-art.el (article-unsplit-urls): Only display MIME when this
6727         function is called interactively.  From Niklas Morberg.
6728
6729 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6730
6731         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
6732         cdaar to cdar and car.
6733
6734         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
6735         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
6736
6737 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6738
6739         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
6740         don't break a narrowed article.
6741
6742         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
6743         (nntp-open-via-rlogin-and-telnet): Ditto.
6744
6745 2002-07-02  Didier Verna  <didier@xemacs.org>
6746
6747         * nnmail.el (nnmail-split-methods): fix custom type.
6748
6749 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6750
6751         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
6752         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
6753
6754 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6755
6756         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
6757         (gnus-summary-resend-message): Use it.
6758
6759 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6760
6761         * nntp.el (nntp-via-rlogin-command-switches): New variable.
6762         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
6763
6764 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6765
6766         * message.el (message-font-lock-keywords): Don't fontify
6767         headers in the message body, only in the header.
6768         (message-font-lock-make-header-matcher): New function, used by
6769         message-font-lock-keywords.
6770         From Katsumi Yamaoka <yamaoka@jpl.org>.
6771
6772 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6773
6774         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
6775
6776 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6777
6778         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
6779
6780 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6781
6782         * message.el (message-font-lock-keywords): Revert 2002-06-22
6783         change.
6784
6785 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6786
6787         * message.el (message-font-lock-keywords): Put colon in header
6788         name match.
6789
6790 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6791
6792         * message.el (message-font-lock-keywords): Don't use header faces
6793         in the body.  Thanks to Stefan Monnier for the hint on the
6794         implementation.
6795
6796 2002-05-09  Miles Bader  <miles@gnu.org>
6797
6798         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
6799         (gnus-article-hide-citation): Respect it.
6800
6801 2002-04-12  Juanma Barranquero  <lektu@terra.es>
6802
6803         * pop3.el (pop3-open-server): Fix typo.
6804
6805 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
6806
6807         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
6808         instead of push to ignore duplicate to-(list|address) values.
6809         * nnmail.el (nnmail-cache-ignore-groups): New.
6810         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
6811
6812 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6813
6814         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
6815         before sending.  Suggested by Jan Rychter.
6816
6817 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6818
6819         * dgnushack.el (remove): New compiler macro.
6820         (last, coerce, subseq): Remove compiler macros for those built-in
6821         or unused functions.
6822
6823 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6824
6825         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
6826         sure to write byte-compiled versions of gnus-*-format-alist to
6827         .newsrc.eld.  From Simon Josefsson.
6828
6829 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6830
6831         * gnus-agent.el (gnus-agent-read-servers)
6832         (gnus-agent-write-servers): Put server name (string like
6833         "nnchoke:frumple") in the file instead of a server specification
6834         (Lisp expression like (nnchoke "frumple" ...parameters...)).
6835         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
6836
6837 2002-06-16  Simon Josefsson  <jas@extundo.com>
6838
6839         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
6840         Reiner Steib <4uce.02.r.steib@gmx.net>.
6841
6842 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
6843
6844         * nnheader.el (nnheader-file-name-translation-alist): Set the
6845         default value for MS Windows systems.
6846
6847         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
6848
6849 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6850
6851         * message.el (message-beginning-of-line): Keep the region active
6852         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
6853
6854 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
6855
6856         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
6857         * gnus-msg.el (gnus-summary-reply): Ditto.
6858         * gnus-msg.el (gnus-summary-handle-replysign): New.
6859
6860 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6861
6862         * message.el (message-send-mail-with-sendmail): Kill errbuf even
6863         if sending failed.
6864
6865 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
6866
6867         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
6868         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
6869         to sign while encrypting.
6870
6871 2002-06-11  Simon Josefsson  <jas@extundo.com>
6872
6873         * gnus-int.el (gnus-request-move-article): Agent expire article if
6874         successfuly moved.
6875
6876         * nnweb.el (nnweb-google-create-mapping): Honors the value of
6877         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
6878
6879 2002-06-10  Simon Josefsson  <jas@extundo.com>
6880
6881         * gnus-int.el (gnus-request-expire-articles): Fix last change?
6882
6883 2002-06-09  Simon Josefsson  <jas@extundo.com>
6884
6885         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
6886
6887         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
6888
6889 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6890
6891         * flow-fill.el (fill-flowed): Ignore errors.
6892
6893 2002-06-06  Simon Josefsson  <jas@extundo.com>
6894
6895         * message.el (message-send-mail-with-sendmail): Improve error message.
6896
6897 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6898
6899         * message.el (message-interactive): Change default from nil to t.
6900         Better to be safe than to be fast.
6901
6902 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6903
6904         * message.el (message-send-mail-with-sendmail): Check return value
6905         from call-process-region.
6906
6907 2002-06-04  Simon Josefsson  <jas@extundo.com>
6908
6909         * gnus-msg.el (gnus-group-mail, gnus-group-news)
6910         (gnus-group-post-news, gnus-summary-mail-other-window)
6911         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
6912         gnus-article-copy to nil, thereby inhibiting the `header' posting
6913         style match to use data from last viewed article.
6914         Suggested by Hrvoje Niksic.
6915
6916 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6917
6918         * spam.el (spam-point-at-eol): New alias.
6919         (spam-parse-whitelist): Use it.
6920
6921 2002-06-03  Simon Josefsson  <jas@extundo.com>
6922
6923         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
6924         (nnmail-article-group): Use it.
6925
6926 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6927
6928         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
6929         so that code reading them won't be surprised.  From Jesper Harder
6930         <harder@ifa.au.dk>.
6931
6932 2002-05-29  Simon Josefsson  <jas@extundo.com>
6933
6934         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
6935         articles.
6936
6937         * gnus.el (gnus-agent-cache): Doc fix.
6938         (gnus-agent): Change default to t.
6939
6940         * gnus-agent.el (gnus-agent-expire): Make it accept optional
6941         ARTICLES, GROUP and FORCE parameters.
6942
6943 2002-05-28  Simon Josefsson  <jas@extundo.com>
6944
6945         * gnus-group.el (gnus-group-line-format): Doc fix.
6946
6947 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6948
6949         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
6950         original article before yanking.  From Jesper Harder
6951         <harder@ifa.au.dk>.
6952
6953 2002-05-26  Simon Josefsson  <jas@extundo.com>
6954
6955         * gnus-sum.el (gnus-summary-menu-split): New function.
6956         (gnus-summary-make-menu-bar): Split charset submenu.
6957         (gnus-summary-menu-maxlen): New variable.
6958         (gnus-summary-menu-split): Use it.
6959
6960 2002-05-25  Simon Josefsson  <jas@extundo.com>
6961
6962         * mml.el (mml-preview): Generate some headers.
6963
6964         * gnus.el (gnus-large-newsgroup): Fix :type.
6965
6966         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
6967         Agent cache NOV's by default now).
6968         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
6969
6970 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
6971
6972         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
6973         call to gnus-parent-id when we check for References loops.
6974         (gnus-summary-prepare-threads): Avoid simplifying every Subject
6975         twice by saving the simplified subject string in simp-subject.
6976
6977 2002-05-23  Simon Josefsson  <jas@extundo.com>
6978
6979         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
6980         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
6981
6982         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
6983         Niklas Morberg <niklas.morberg@axis.com>.
6984
6985 2002-05-22  Simon Josefsson  <jas@extundo.com>
6986
6987         * sieve.el (sieve-change-region): Define it before it is used.
6988
6989         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
6990         (gnus-summary-reply): Ask for confirmation when replying to news.
6991         Defaults to not ask.  From Benjamin Rutt
6992         <rutt+news@cis.ohio-state.edu>.
6993
6994         * nnimap.el (nnimap-nov-is-evil): Improve doc.
6995
6996 2002-05-21  Simon Josefsson  <jas@extundo.com>
6997
6998         * sieve-mode.el (sieve-manage): Fix autoloads.
6999
7000         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
7001         name (makes it work with recent Cyrus timsieved).
7002
7003 2002-05-20  Jason  <jbaker@cs.utah.edu>
7004         Trivial patch.
7005
7006         * gnus-art.el (gnus-request-article-this-buffer): Try
7007         reconnecting if you don't get the message.
7008
7009 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7010
7011         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
7012         Reply-To headers from the headers.
7013
7014 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7015
7016         * mm-url.el (mm-url-insert): Remove junk message.
7017
7018 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7019
7020         * nnslashdot.el (nnslashdot-request-list): Parse new html.
7021         (nnslashdot-use-front-page): New variable.
7022         (nnslashdot-request-list): Use it.
7023
7024         * mm-url.el (mm-url-timeout): New variable.
7025         (mm-url-retries): Ditto.
7026         (mm-url-insert): Use it.
7027
7028 2002-05-16  Simon Josefsson  <jas@extundo.com>
7029
7030         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
7031         (gnus-simplify-subject-functions): Mention g-s-a-w.
7032
7033 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
7034
7035         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
7036         nnmail-cache-insert.
7037         * nndiary.el (nndiary-request-accept-article): Ditto.
7038         * nnfolder.el (nnfolder-request-accept-article): Ditto.
7039         * nnimap.el (nnimap-request-accept-article): Ditto.
7040         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
7041         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
7042         * nnmbox.el (nnmbox-request-accept-article): Ditto.
7043         * nnmh.el (nnmh-request-accept-article): Ditto.
7044         * nnmail.el (nnmail-cache-insert): Change group to required,
7045         removed code which tried to figure out the group.
7046
7047 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
7048
7049         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
7050         messages. From Hans de Graaff <hans@degraaff.org>.
7051         * nnml.el (nnml-request-accept-article): Pass in the group name to
7052         nnmail-cache-insert, since it's available.
7053
7054 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
7055
7056         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
7057
7058 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7059         From Florian Weimer <fw@deneb.enyo.de>.
7060
7061         * gnus.el (subscribed): New group parameter.
7062         (gnus-find-subscribed-addresses): Use it.
7063
7064 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
7065
7066         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
7067         the default for pgpmime to support pgp v2.
7068         * mml-sec.el (mml-signencrypt-style): New accessor function to
7069         allow users to get/set the signencrypt style more easily without
7070         frobbing the alist directly.
7071         * mml.el (mml-generate-mime-1): Use accessor function.
7072
7073 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7074
7075         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
7076         parenthesis for "<" and ">".  Suggested by Andreas Schwab
7077         <schwab@suse.de>.
7078
7079 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7080
7081         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
7082         when intuiting the group the message is written to.  From Josh
7083         Huber <huber@alum.wpi.edu>.
7084
7085 2002-05-06  Simon Josefsson  <jas@extundo.com>
7086
7087         * gnus-topic.el (gnus-group-topic-parameters): Work when group
7088         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
7089
7090 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
7091
7092         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
7093         argument, and fixed compiler warning. (added autoload for
7094         gpg-encrypt).
7095
7096 2002-05-04  Simon Josefsson  <jas@extundo.com>
7097
7098         * mml1991.el (mml1991-function-alist): Doc fix.
7099
7100         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
7101         doesn't exist (for previewing messages without having Gnus
7102         started).
7103
7104         * mm-util.el (mm-coding-system-priorities): Defcustom.
7105
7106         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
7107
7108 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
7109
7110         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
7111         default.
7112         * mml-sec.el:
7113         * mml-sec.el (mml-signencrypt-style): New.
7114         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
7115         argument `sign'.
7116         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
7117         signencrypt.
7118         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
7119         * mml.el (mml-generate-mime-1): Changed logic so a part which is
7120         both signed & encryped is processed in one operation. (rather than
7121         two separate ops: sign, then encrypt)
7122         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
7123         indication if a message is signed by an expired key.
7124         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
7125         enables combined sign & encrypt operation. (this was always on
7126         before).
7127         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
7128
7129 2002-05-01  Simon Josefsson  <jas@extundo.com>
7130
7131         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
7132         server.
7133         (nnimap-mailbox-info): defvar instead of defvoo.
7134
7135 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7136
7137         * gnus.el: Oort Gnus v0.06 is released.
7138
7139 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7140
7141         * lpath.el: Bind url-package-version.
7142
7143 2002-05-01  Simon Josefsson  <jas@extundo.com>
7144
7145         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
7146         filename before deleting the group itself, because the presence of
7147         a group filename decides if long filenames are used or not.
7148
7149         * gnus-art.el (gnus-button-alist): Don't inline
7150         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
7151         without also modifying g-button-alist.
7152         (gnus-button-alist): Fix type to allow variable as well as regexp.
7153         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
7154         themselves, variables to its contents.
7155         (gnus-button-entry): Ditto.
7156
7157 2002-05-01  Simon Josefsson  <jas@extundo.com>
7158
7159         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
7160         UIDNEXT as a string.
7161
7162         * nnimap.el (nnimap-string-lessp-numerical): New function.
7163         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
7164         integers.
7165
7166 2002-04-29  Simon Josefsson  <jas@extundo.com>
7167
7168         * nnmail.el (nnmail-cache-insert): Accept optional group
7169         parameter.
7170
7171         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
7172         n-r-g-a is disabled.
7173
7174 2002-04-29  Simon Josefsson  <jas@extundo.com>
7175
7176         * nnimap.el (nnimap-split-fancy): Fix doc.
7177         (nnimap-split-fancy): Fix doc.
7178
7179         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
7180         (nnimap-mailbox-info): New internal variable.
7181         (nnimap-retrieve-groups): Implement faster new mail check.
7182
7183         * nnimap.el (nnimap-split-articles): Support
7184         nnmail-cache-accepted-message-ids.
7185         (nnimap-request-accept-article): Ditto.
7186
7187         * imap.el (imap-mailbox-status-asynch): New command.
7188
7189 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
7190
7191         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
7192         are no subscribed mail groups.
7193         - Strip quoted names when comparing addresses
7194
7195 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
7196
7197         * mm-decode.el (mm-text-html-renderer): Change customize type to
7198         const.
7199
7200         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
7201         (gnus-debug-exclude-variables): do.
7202
7203 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
7204
7205         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
7206         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
7207
7208 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7209
7210         * dns.el (dns-make-network-process): New macro.
7211         (query-dns): Use it.
7212
7213 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
7214
7215         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
7216         article-buffer.
7217
7218         * mm-url.el (mm-url-package-name): New variable.
7219         (mm-url-package-version): New variable.
7220         (mm-url-insert-file-contents): Bind url-package-name and
7221         url-package-version here.
7222         * nnrss.el (nnrss-insert-w3): Move the bindings.
7223
7224         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
7225         url-package-version. Trivial change from Andrew J Cosgriff
7226         <ajc@polydistortion.net>
7227
7228         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
7229         attachments. Trivial change from Peter 'Luna' Runestig
7230         <peter@runestig.com>.
7231
7232 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
7233
7234         * nnkiboze.el (nnkiboze-request-scan): Call
7235         nnkiboze-possibly-change-group.
7236         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
7237         problems.
7238         (nnkiboze-generate-group): Set newsrc to the *highest* article
7239         number kibozed, not the lowest.
7240
7241 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
7242
7243         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
7244
7245 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7246         From Dan Christensen <jdc+news@uwo.ca>.
7247
7248         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
7249         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
7250         Recognize math postings.  Extract Date (now ignores "(15kb)").
7251         Extract email address using gnus-extract-address-components
7252         instead of just taking the first word.  Create Date and From
7253         headers for message which are missing these headers.  Get rid
7254         of spurious \\ lines (purely cosmetic).  Extend body-end and
7255         file-end regexps, to exclude more garbage from the message.
7256         Make URL rephrasing regexp more flexible, to match current
7257         format.
7258
7259 2002-04-23  Simon Josefsson  <jas@extundo.com>
7260
7261         * netrc.el: New file, functions copied from gnus-util.el by Ted
7262         Zlatanov <tzz@lifelogs.com>.
7263
7264         * gnus-util.el: Require netrc.
7265         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
7266         new code in netrc.el.
7267
7268 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7269
7270         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
7271         message-ignored-resent-headers, too.  From Matthieu Moy
7272         <Matthieu.Moy@imag.fr>.
7273
7274 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
7275
7276         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
7277         boolean not a string
7278         * gnus-group.el (gnus-group-line-format): add description of %C
7279         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
7280           as %C
7281         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
7282
7283 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
7284
7285         * nnmaildir.el (nnmaildir-request-scan): typo: set
7286         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
7287         nnmail-get-new-mail for 'find-new-groups.
7288
7289 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
7290
7291         * nnmaildir.el (nnmaildir-request-update-info,
7292         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
7293         unnecessary calls to nnmaildir-request-scan.
7294
7295 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
7296
7297         * gnus-msg.el:
7298         * gnus-msg.el (gnus-message-replysign): New.
7299         * gnus-msg.el (gnus-message-replyencrypt): New.
7300         * gnus-msg.el (gnus-message-replysignencrypted): New.
7301         * gnus-msg.el (gnus-summary-reply): Use the three new variables
7302         (above) to automatically encrypt/sign to encrypted/signed
7303         messages.
7304         * message.el:
7305         * message.el (message-mode-map): Add keybinding for
7306         `message-to-list-only'
7307         * message.el (message-mode): Add description for
7308         `message-to-list-only'
7309         * message.el (message-to-list-only): New.
7310         * message.el (message-make-mft): Changed to use the cl loop macro,
7311         and added optional flag to return only the matched list. (for use
7312         in new message-to-list-only function)
7313
7314 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
7315
7316         * gnus-msg.el:
7317         * gnus-msg.el (gnus-message-replysign):
7318         * gnus-msg.el (gnus-replysign): New.
7319         * gnus-msg.el (gnus-replyencrypt): New.
7320         * gnus-msg.el (gnus-replysignencrypted): New.
7321         * gnus-msg.el (gnus-summary-reply):
7322         * message.el:
7323         * message.el (message-mode-map):
7324         * message.el (message-mode):
7325         * message.el (message-to-list-only): New.
7326         * message.el (message-make-mft):
7327
7328 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
7329
7330         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
7331
7332 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
7333
7334         * message.el (message-gen-unsubscribed-mft): accept a prefix
7335         argument so CC can be included with C-u C-c C-f C-a
7336
7337 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7338         From Ted Zlatanov <teodor.zlatanov@divine.com>.
7339
7340         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
7341         Improve docstring.
7342         (spam-enter-blacklist): New command.
7343
7344         * gnus-sum.el (gnus-spam-mark): New mark.
7345         (gnus-auto-expirable-marks): Add gnus-spam-mark.
7346         (gnus-summary-make-tool-bar): Correct conditional.
7347         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
7348         (gnus-summary-mark-as-spam): New command.
7349
7350 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
7351
7352         * mml-sec.el (mml-secure-message): changed to support arbritrary
7353         modes.
7354         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
7355         changed to support "signencrypt" mode.
7356         * mml.el (mml-parse-1): changed to support different secure modes
7357         more easily. (for signencrypt)
7358
7359 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
7360
7361         * gnus-sum.el (gnus-update-summary-mark-positions)
7362         (gnus-summary-toggle-header):
7363         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
7364         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
7365         (gnus-uu-post-encoded):
7366         * nnfolder.el (nnfolder-possibly-change-group):
7367         * nnimap.el (nnimap-retrieve-headers):
7368         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
7369
7370 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
7371
7372         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
7373         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
7374
7375 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7376
7377         * gnus-srvr.el (gnus-server-set-info): Clear
7378         `gnus-server-method-cache' when `gnus-server-alist' is changed.
7379         From Daiki Ueno <ueno@unixuser.org>.
7380
7381 2002-04-11  Simon Josefsson  <jas@extundo.com>
7382
7383         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
7384         viewing of security buttons.  Thanks to Nicolas Kowalski
7385         <Nicolas.Kowalski@imag.fr>.
7386
7387         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
7388         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
7389         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
7390         <Nicolas.Kowalski@imag.fr>.
7391         (smime-decrypt-buffer): Ditto.
7392
7393 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7394
7395         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
7396         header line.
7397
7398 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
7399
7400         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
7401
7402 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
7403
7404         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
7405
7406 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
7407
7408         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
7409         errors when debug.
7410
7411 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
7412
7413         * message.el (message-make-mft): Changed MFT code from using
7414         message-recipients (which included Bcc) to use only the To and CC
7415         headers.
7416
7417 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
7418
7419         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
7420         add link.
7421         (gnus-treat-mail-picon): Ditto.
7422         (gnus-treat-newsgroups-picon): Ditto.
7423         (gnus-picon-databases): Fix custom type.
7424         (gnus-picon-databases): Add link.
7425         (gnus-article-x-face-command): Add to gnus-picon group.
7426
7427 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
7428
7429         * message.el (message-buffer-naming-style): Remove.
7430
7431 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7432
7433         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
7434
7435         * message.el (message-tool-bar-map): Ditto.
7436
7437         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
7438
7439 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7440
7441         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
7442
7443 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
7444
7445         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
7446
7447 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
7448         Trivial patch.
7449
7450         * dns.el: open-network-stream under XEmacs does udp.
7451
7452 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
7453
7454         * spam.el (spam-enter-whitelist): New function.
7455         (spam-parse-whitelist): Ditto.
7456         (spam-refresh-list-cache): Ditto.
7457         (spam-address-whitelisted-p): New function.
7458
7459         * dns.el (query-dns): Use TCP when make-network-process isn't
7460         available.
7461         (dns-servers): New variable.
7462         (dns-parse-resolv-conf): New function.
7463         (query-dns): Use it.
7464
7465         * spam.el: New file.
7466
7467         * dns.el (query-dns): Test.
7468
7469 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7470
7471         * lpath.el (featurep): Bind make-network-process.
7472
7473 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
7474
7475         * nnmaildir.el: Use defstruct.  Use a single copy of
7476         nnmail-extra-headers to save memory.  Store server's group name
7477         prefix instead of each group's prefixed name.
7478         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
7479         nntp-server-buffer.
7480
7481 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7482
7483         * dns.el: New file.
7484
7485 2002-03-28  Simon Josefsson  <jas@extundo.com>
7486
7487         * gnus-sum.el (gnus-summary-dummy-line-format):
7488         * gnus.el (gnus-summary-line-format): Fixing links to Info.
7489         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
7490
7491 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7492
7493         * gnus-sum.el (gnus-summary-move-article)
7494         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
7495         the doc string.
7496
7497 2002-03-28  Simon Josefsson  <jas@extundo.com>
7498
7499         * mml-sec.el (mml-secure-message): Search after
7500         mail-header-separator from top of message.
7501
7502 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
7503
7504         * nnmaildir.el: Cosmetic changes.
7505         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
7506         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
7507         nnmaildir--group-ls): New macros/functions.  Use them.
7508         (nnmaildir--unlink): Evalutate argument only once.
7509
7510 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
7511
7512         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
7513         symbols.
7514         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
7515         `gnus-point-at-eol'.
7516
7517 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
7518
7519         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
7520         nnmaildir--marks-dir): New macros.  Use them.
7521         Use inhibit-quit for atomicity instead of in-memory journaling.
7522         (nnmaildir--edit-prep): New function.
7523         (Local Variables): Use it.
7524
7525 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
7526
7527         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
7528
7529 2002-03-25  Simon Josefsson  <jas@extundo.com>
7530
7531         * message.el (message-mode): Fix doc.
7532
7533 2002-03-25  Simon Josefsson  <jas@extundo.com>
7534
7535         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
7536         Matthieu Moy <Matthieu.Moy@imag.fr>.
7537
7538 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
7539
7540         * mml-sec.el (mml-unsecure-message): Add docstring.
7541
7542 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
7543
7544         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
7545         value.
7546         Trivial change from andre@slamdunknetworks.com
7547
7548 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
7549
7550         * mml.el (mml-mode-map): Added a keybinding for
7551         `mml-unsecure-message'.  Also, added a menu entry for said
7552         function in the Attachments menu.
7553
7554 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7555
7556         * canlock.el (canlock-version): Remove.
7557         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
7558         here; simplify \x insertions.
7559         (canlock-sha1): New function, always return a unibyte string.
7560         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
7561         of a password.
7562         (canlock-insert-header): Use `canlock-sha1'.
7563         (canlock-verify): Ditto.
7564
7565 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
7566
7567         * message.el (message-fix-before-sending): Add an option that
7568         ignores illegible text.
7569         Trivial change from Mark Milhollan <mlm@attglobal.net>
7570
7571         * message.el (message-font-lock-keywords): Support multi-line MML
7572         tags.
7573
7574         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
7575         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
7576
7577 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7578
7579         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
7580         symbols for "View as different encoding" submenu.
7581
7582 2002-03-19  Simon Josefsson  <jas@extundo.com>
7583
7584         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
7585         encoding" submenu.
7586
7587 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
7588
7589         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
7590
7591 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7592
7593         * gnus-sum.el (gnus-sum-thread-tree-root)
7594         (gnus-sum-thread-tree-single-indent)
7595         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
7596         (gnus-sum-thread-tree-leaf-with-other)
7597         (gnus-sum-thread-tree-single-leaf): Make customizable.
7598
7599 2002-03-16  Simon Josefsson  <jas@extundo.com>
7600
7601         * gnus-util.el (gnus-extract-address-components): Don't break on
7602         names such as James "Kibo" Parry.  From Francis Litterio
7603         <franl@world.std.com>.
7604
7605 2002-03-13  Simon Josefsson  <jas@extundo.com>
7606
7607         * pop3.el (pop3-open-server): Revert multibyte change.  From
7608         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
7609
7610         * message.el (message-send-mail-with-qmail): Make it work.  From
7611         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
7612
7613 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
7614
7615         * message.el (message-make-mft): Set case-fold-search while
7616         generating the MFT.  Also, a little cleanup in the MFT code.
7617
7618 2002-03-12  Simon Josefsson  <jas@extundo.com>
7619
7620         * message.el (message-qmail-inject-args): May be function.
7621         (message-send-mail-with-qmail): Call function if m-q-i-a is
7622         function.  From fn@hungry.org (Faried Nawaz).
7623
7624 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
7625
7626         * message.el (message-abbrevs-loaded): Remove.
7627         (mailabbrev): Require it.
7628
7629         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
7630
7631 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7632
7633         * pop3.el (pop3-open-server): Set process buffer unibyte.
7634
7635 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7636
7637         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
7638
7639 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
7640
7641         * nnslashdot.el (nnslashdot-request-article): Remove javascript
7642         too.
7643
7644 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
7645
7646         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
7647         duplication.
7648         (gnus-summary-save-parts-type-history): Ditto.
7649         (gnus-summary-save-parts-last-directory): Ditto.
7650         Trivial change from andre@slamdunknetworks.com
7651
7652 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
7653
7654         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
7655
7656 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
7657
7658         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
7659         -->" as the end of the first article.
7660
7661         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
7662         From Matthieu Moy <Matthieu.Moy@imag.fr>
7663
7664         * message.el (message-add-action): Use add-to-list.
7665         (message-delete-action): New function.
7666
7667         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
7668         pieces.
7669
7670 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
7671
7672         * nnnil.el: New file.
7673         * gnus.el (gnus-valid-select-methods): Include nnnil.
7674
7675 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
7676
7677         * message.el (message-syntax-checks): Because canlock is
7678         supported, we disable sender syntax check.
7679         (message-shoot-gnksa-feet): Add cancel-messages option doc.
7680
7681         * gnus-draft.el (gnus-draft-send): If interactive, use its default
7682         value of message-syntax-checks.
7683
7684         * qp.el (quoted-printable-decode-region): Doc addition.
7685         From: Eli Zaretskii <eliz@is.elta.co.il>
7686
7687         * mail-source.el (make-source-make-complex-temp-name): Use
7688         make-temp-file.
7689
7690         * mm-util.el (mm-make-temp-file): New function.
7691         * nneething.el (nneething-file-name): Use it.
7692         * mml-smime.el (mml-smime-encrypt): Ditto.
7693         * mm-view.el (mm-inline-wash-with-file): Ditto.
7694         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
7695         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
7696         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
7697         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
7698         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
7699         * gnus-art.el (gnus-mime-print-part): Ditto.
7700
7701 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
7702
7703         * message.el (nnmaildir-article-number-to-base-name): New
7704         function.
7705         (nnmaildir-base-name-to-article-number): New function.
7706
7707 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7708
7709         * smime.el (smime-make-temp-file): Don't quote
7710         `temporary-file-directory'.
7711
7712 2002-03-04  Simon Josefsson  <jas@extundo.com>
7713
7714         * smime.el (smime-sign-region): Rename argument keyfiles to
7715         keyfile. You only sign something with one key.
7716         (smime-sign-buffer): Better completing-read prompt.
7717         (smime-decrypt-buffer): Ditto.
7718
7719         * smime.el (smime-make-temp-file): Make it work under XEmacs.
7720
7721         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
7722         completing-read.
7723         (mm-view-pkcs7-decrypt): CRLF->LF.
7724
7725 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
7726
7727         * message.el (message-hierarchical-addresses): New variable.
7728         (message-get-reply-headers): Use it.
7729         From Ted Zlatanov <teodor.zlatanov@divine.com>
7730
7731 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
7732
7733         * message.el (message-mode): If buffer-file-name, don't set auto
7734         save file name.
7735         Trivial change from Geoff Greene <ggreene@wpi.edu>
7736
7737 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
7738
7739         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
7740         takes one argument in read-char.
7741
7742         * message.el (message-fix-before-sending): Forward a char.
7743         Check mmu-multibyte-p, add control-1.
7744
7745 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7746
7747         * gnus-start.el (gnus-read-init-file): Ditto.
7748
7749         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
7750
7751         * dgnushack.el (dgnushack-make-load): Ditto.
7752
7753         * mail-source.el (mail-source-fetch): Extract the right error
7754         code.
7755
7756         * message.el (message-fix-before-sending): Check illegible text.
7757
7758         * gnus-util.el (gnus-multiple-choice): New function.
7759
7760         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
7761         also defined in gnus-score.el.
7762
7763 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
7764
7765         * message.el (message-get-reply-headers): downcase email addresses
7766         for comaparisons for duplicate removal.
7767
7768 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
7769
7770         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
7771         implementation of PKCS#7, which just allows users read the
7772         message.
7773         (mm-view-pkcs7): Use it.
7774
7775 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
7776
7777         * gnus.el (large-newsgroup-initial): New parameter.
7778
7779         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
7780         (gnus-summary-insert-old-articles): Ditto.
7781
7782 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
7783
7784         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
7785         used as the default answer of the question, "How many articles?".
7786         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7787
7788         * nnagent.el (nnagent-retrieve-headers): Remove articles with
7789         small numbers.
7790
7791 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
7792
7793         * deuglify.el: Fix comments.
7794
7795 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
7796
7797         * html2text.el (html2text-clean-anchor): If there is no HREF,
7798         insert nothing.
7799
7800         * mml.el (mml-generate-mime-1): Add cdr.
7801         From: andre@slamdunknetworks.com
7802
7803         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
7804         (mm-text-html-washer-alist): Ditto.
7805
7806         * mm-decode.el (mm-text-html-renderer): Add html2text.
7807
7808         * html2text.el: Face lift.
7809
7810         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
7811
7812 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
7813
7814         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
7815
7816         * deuglify.el: Change copy right. Add autoload. Add coding-system.
7817
7818         * deuglify.el: New file. The original file name is
7819         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
7820
7821         * mm-decode.el (mm-display-external): Use
7822         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
7823
7824 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
7825
7826         * nnmaildir.el (nnmaildir-request-list): Report the highest
7827         article number, not the total number of articles.
7828
7829 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
7830
7831         * gnus-sum.el: Move uu key map here.
7832         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
7833
7834 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
7835
7836         * nnmaildir.el (nnmaildir-request-expire-articles): Use
7837         nnmail-expiry-wait* if expire-age parameter is not set.
7838
7839 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
7840
7841         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
7842         function.
7843         (gnus-group-sort-selected-groups-by-real-name): New function.
7844         (gnus-group-make-menu-bar): Add sort by real name.
7845
7846         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
7847         rebuild.
7848         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
7849         nil as dependencies as well.
7850
7851 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
7852
7853         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
7854         for mime-parts.
7855
7856         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
7857
7858         * gnus-group.el (gnus-group-name-decode): Don't test
7859         multibyte-string, because it breaks XEmacs.
7860         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
7861
7862         * message.el (message-send-mail): Be talkative.
7863
7864         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
7865         (mm-automatic-display): Ditto.
7866
7867         * mailcap.el (mailcap-mime-data): Ditto.
7868         From: Reiner Steib <4uce.02.r.steib@gmx.net>
7869
7870 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7871
7872         * many files: Remove trailing whitespaces, replace spc+tab with
7873         tab, replace leading whitespaces with tabs.
7874
7875 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
7876
7877         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
7878         articles with no body and no blank line after the header.
7879
7880 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
7881
7882         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
7883         parts.
7884
7885         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
7886         non-ascii chars.
7887
7888         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
7889
7890         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
7891         w3-delay-image-loads.
7892         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
7893         (mm-w3-prepare-buffer): Ditto.
7894
7895         * mail-source.el (mail-source-fetch-directory): Run scripts.
7896
7897 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7898
7899         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
7900         for Majordomo confirmations.
7901
7902 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7903
7904         * gnus-fun.el (gnus-respond-to-confirmation): New command.
7905
7906 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7907
7908         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
7909
7910 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
7911
7912         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
7913         References header field.  From Mark Thomas <mthomas@cmu.edu>.
7914
7915 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
7916
7917         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
7918         (mm-inline-render-with-stdin): Ditto.
7919         (mm-inline-render-with-function): Ditto.
7920         (mm-inline-wash-with-file): Bind coding-system-for-write.
7921         (mm-inline-wash-with-stdin): Ditto.
7922
7923 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
7924
7925         Suggested by Felix Natter <fnatter@gmx.net>
7926
7927         * gnus-art.el (gnus-mime-view-part-externally): Rename from
7928         gnus-mime-externalize-view.
7929         (gnus-mime-view-part-internally): Rename from
7930         gnus-mime-internalize-view.
7931         (gnus-article-view-part-externally): Rename from
7932         gnus-article-externalize-part.
7933         (gnus-mime-action-alist): Change correspondingly.
7934         (gnus-mime-button-commands): Ditto.
7935         (gnus-mime-action-alist): Remove duplication.
7936
7937         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
7938
7939 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
7940
7941         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
7942
7943         * gnus-art.el (gnus-display-mime): Use it.
7944
7945         * mm-partial.el (mm-partial-find-parts): Use it.
7946
7947         * gnus-sum.el (gnus-article-loose-mime): Rename from
7948         gnus-article-no-strict-mime.
7949         (gnus-summary-save-parts): Use it.
7950
7951 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7952
7953         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
7954         local variable.
7955
7956         * gnus-art.el (article-display-x-face): Don't sort multiple
7957         X-Faces.
7958
7959 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7960
7961         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
7962         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
7963
7964         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
7965
7966 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
7967
7968         Some ideas is inspired by code from Hrvoje Niksic
7969         <hniksic@arsdigita.com>
7970
7971         * gnus-art.el (gnus-article-wash-function): Set the default to
7972         nil, so that we use mm-text-html-renderer instead.
7973         (article-wash-html): Use mm-text-html-renderer.
7974
7975         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
7976         (mm-text-html-renderer): New variable.
7977         (mm-inline-text-html-renderer): Set the default to nil, so that we
7978         use mm-text-html-renderer instead.
7979
7980         * mm-view.el (mm-inline-text-html): New function.
7981         (mm-text-html-renderer-alist): New variable.
7982         (mm-inline-text-vcard): New function.
7983         (mm-inline-text): Split.
7984         (mm-links-remove-leading-blank): New function.
7985         (mm-inline-render-with-file): New function.
7986         (mm-inline-render-with-stdin): New function.
7987         (mm-inline-render-with-function): New function.
7988         (mm-text-html-washer-alist): New variable.
7989         (mm-inline-wash-with-file): New function.
7990         (mm-inline-wash-with-stdin): New function.
7991
7992 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
7993
7994         * message-utils.el: Fix installation doc.
7995         From: Reiner Steib <4uce.02.r.steib@gmx.net>
7996
7997 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
7998
7999         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
8000         (gnus-post-method): Use it.
8001         (gnus-summary-cancel-article): Find the correct post-method.
8002
8003         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
8004         * message.el (message-send-news): Ditto.
8005         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
8006         <ipmonger@delamancha.org>
8007
8008         * gnus.el (gnus-select-method): Fix doc.
8009         (gnus-server-string): Use 'using nntp'.
8010
8011         * gnus-agent.el (gnus-slave-unplugged): New command.
8012         From: Felix Natter <fnatter@gmx.net>
8013
8014 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
8015
8016         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
8017         Call edit-done-function first, then change the window
8018         configuration.
8019         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
8020         (gnus-article-edit-mode): mml-mode.
8021
8022         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
8023         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
8024
8025         * message-utils.el: Adopt the file.
8026
8027         * message-utils.el: New file.
8028         From Holger Schauer <Holger.Schauer@gmx.de>
8029
8030 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
8031
8032         * gnus-sum.el (gnus-summary-move-article): Select-article only
8033         when gnus-move-split-methods is non-nil. And we don't render or
8034         mark the article.
8035
8036         * gnus-fun.el (gnus-shell-command-to-string): New function.
8037         (gnus-shell-command-on-region): New function.
8038         (gnus-random-x-face): Use them.
8039         (gnus-x-face-from-file): Ditto.
8040         (gnus-convert-image-to-gray-x-face): Ditto.
8041         (gnus-convert-gray-x-face-to-xpm): Ditto.
8042         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
8043
8044 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8045
8046         * gnus-art.el (gnus-treat-display-xface): Don't use
8047         `shell-command-to-string' when compiling.
8048         (gnus-treat-display-grey-xface): Ditto.
8049
8050 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
8051
8052         * nnmaildir.el (nnmaildir--article-count): If the group is
8053         completely empty, report minimum article number as 1 instead of 0.
8054
8055 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
8056
8057         * gnus-agent.el (gnus-get-predicate): Use nconc.
8058
8059         * gnus-sum.el (gnus-summary-display-make-predicate): Use
8060         gnus-summary-display-cache as cache.
8061
8062         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
8063         (nndoc-mail-in-mail-type-p): New function.
8064         (nndoc-mail-in-mail-article-begin): New function.
8065
8066 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
8067
8068         * mailcap.el (mailcap-mime-data): Use enriched-decode.
8069
8070         * gnus-cite.el (gnus-article-fill-cited-article): Bind
8071         use-hard-newlines to nil.
8072
8073         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
8074         image is not available if window-system is not available.
8075
8076         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
8077
8078 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
8079
8080         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
8081         bookmark, because update-mark doesn't handle it correctly.
8082
8083 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
8084
8085         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
8086         directly instead of calling message-send-mail.
8087
8088         * gnus-start.el (gnus-read-descriptions-file): Use
8089         gnus-default-charset.
8090
8091         * mm-util.el (mm-guess-mime-charset): New function.
8092
8093         * gnus.el (gnus-default-charset): Use it.
8094         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
8095         the default.
8096
8097 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8098
8099         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
8100         (article-display-x-face): Use it.  Disable grey xface, if
8101         uncompface is not found.
8102
8103         * message.el (message-mode): Don't enable multibyte on an indirect
8104         buffer.
8105
8106         * nnrss.el (nnrss-content-function): New variable.
8107         (nnrss-request-article): Use it.
8108
8109 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8110
8111         * gnus.el: Add article-unsplit-urls.
8112         * gnus-sum.el: Ditto.
8113         * gnus-art.el (gnus-treat-strip-cr): New variable.
8114         (gnus-treatment-function-alist): Use it.
8115         (article-unsplit-urls): New function.
8116         (gnus-article-make-menu-bar): Use it.
8117         From: Michael Cook <michael.cook@cisco.com>
8118
8119 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
8120
8121         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
8122         copy.
8123
8124 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
8125
8126         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
8127         with internal whitespace.
8128         (gnus-parent-id): Ditto.
8129
8130 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
8131
8132         * gnus-art.el (gnus-article-treat-body-boundary): Add
8133         gnus-decoration property.
8134         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
8135
8136         * message.el (message-mode): Set local-abbrev-table.
8137         From Matt Armstrong <matt@lickey.com>.
8138
8139         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
8140         too many spaces.
8141
8142         * rfc2047.el (rfc2047-unfold-region): Ditto.
8143         (rfc2047-decode-region): Don't unfold. Let
8144         gnus-article-treat-unfold-headers do it.
8145
8146         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
8147         From: Jesper Harder <harder@ifa.au.dk>
8148
8149 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8150
8151         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
8152         (gnus-configure-posting-styles): Use it.
8153         (gnus-configure-posting-styles): Remove trailing newspaces.
8154
8155 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
8156
8157         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
8158         is non-nil.
8159
8160         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
8161
8162         * gnus.el (gnus-server-to-method): Switch position with
8163         gnus-server-get-method.
8164         (gnus-agent): Add doc.
8165
8166         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
8167         (gnus-summary-save-parts): Use it.
8168
8169         * gnus-art.el (gnus-display-mime): Use it.
8170         * mm-partial.el (mm-partial-find-parts): Use it.
8171
8172         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
8173
8174         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
8175         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
8176
8177         * nnagent.el (nnagent-request-expire-articles): Don't delete
8178         files.
8179
8180 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
8181
8182         * message.el (message-gen-unsubscribed-mft): New function.
8183         From Sriram Karra <karra@cs.utah.edu>.
8184
8185         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
8186         open parenthesis.
8187
8188         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
8189         (mm-inline-text-html-render-with-w3): Ditto.
8190         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
8191         Suggested by Dave Love  <d.love@dl.ac.uk>.
8192
8193         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
8194
8195         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
8196         * nntp.el (nntp-send-command): Ditto.
8197         * nntp.el (nntp-send-command-nodelete): Ditto.
8198
8199 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8200
8201         * mm-url.el (mm-url-load-url): New function.
8202         (mm-url-insert-file-contents): Use it.
8203
8204         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
8205
8206         * message.el (message-forward-make-body): Correctly copy
8207         forward-buffer.
8208
8209         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
8210
8211 2002-02-04  Simon Josefsson  <jas@extundo.com>
8212
8213         * gnus-art.el (gnus-article-followup-with-original): Mark with
8214         force, prevent errors when following up from article buffer.
8215         (gnus-article-reply-with-original): Ditto.
8216
8217         * binhex.el (binhex-decoder-switches): Fix doc.  From
8218         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
8219
8220 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8221
8222         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
8223         highlight-citation after emphasize.
8224
8225 2002-02-04  Simon Josefsson  <jas@extundo.com>
8226
8227         * nnfolder.el (nnfolder-open-marks):
8228
8229         * nnml.el (nnml-open-marks): Message when done.  From David
8230         Edmondson <dme@sun.com>.
8231
8232 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
8233
8234         * imap.el (imap-anonymous-auth): Fix typo.
8235         From: Steinar Bang <sb@dod.no>
8236
8237         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
8238         save-excursion.
8239         (gnus-cache-braid-heads): Ditto.
8240
8241         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
8242         line, because there are extra articles in the overview buffer.
8243
8244         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
8245
8246         * message.el (message-forward-rmail-make-body): Directly use
8247         rmail-msg-restore-non-pruned-header to avoid calling
8248         vertical-motion.
8249
8250 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8251
8252         * gnus-cache.el (gnus-summary-insert-cached-articles):
8253         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
8254
8255         * gnus-group.el (gnus-group-mark-article-read): Nreverse
8256         gnus-newsgroups-unselected.
8257
8258         * gnus-agent.el (gnus-summary-set-agent-mark): Use
8259         gnus-add-to-sorted-list.
8260
8261         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
8262         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
8263         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
8264         (gnus-update-read-articles): UNREAD is sorted.
8265         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
8266         (gnus-newsgroup-marked, gnus-newsgroup-cached)
8267         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
8268         (gnus-newsgroup-dormant): Require sorted.
8269
8270         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
8271         directories.
8272         (gnus-dired-print): New function.
8273
8274         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
8275         ps-despool.
8276
8277 2002-02-02  Simon Josefsson  <jas@extundo.com>
8278
8279         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
8280
8281 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
8282
8283         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
8284         t. This makes gnus-agent customizable without putting
8285         gnus-agentize into .gnus.
8286
8287         * gnus.el (gnus-agent): Make it customizable.
8288
8289         * gnus-dired.el: New file.
8290         From Benjamin Rutt <brutt@bloomington.in.us>
8291
8292         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
8293         if no article.
8294         (gnus-cache-possibly-remove-article): Ditto.
8295         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
8296
8297 2002-02-01  Simon Josefsson  <jas@extundo.com>
8298
8299         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
8300
8301 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8302
8303         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
8304         (mm-setup-w3m): Don't bind keys listed in the above.
8305
8306 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8307
8308         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
8309         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
8310         is non-nil; bind `w3m-force-redisplay' with nil.
8311
8312         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8313
8314         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
8315
8316 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
8317
8318         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
8319         use mail-header-unfold-field.
8320
8321         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
8322         gnus-summary-limit.
8323
8324         * gnus-range.el (gnus-add-to-sorted-list): New function.
8325         * gnus-sum.el (gnus-mark-article-as-read): Use it.
8326         (gnus-mark-article-as-unread): Ditto.
8327         (gnus-summary-mark-article-as-unread): Ditto.
8328         (gnus-build-get-header): Ditto.
8329         (gnus-summary-prepare-threads): Ditto.
8330         (gnus-summary-insert-pseudos): Ditto.
8331         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
8332         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
8333         (gnus-summary-insert-old-articles): Ditto.
8334
8335         * gnus-msg.el (gnus-posting-styles): Add new format of header.
8336         (gnus-configure-posting-styles): Support the new format.
8337
8338         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
8339         edebug-form-spec to (sexp body).
8340         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
8341
8342         * message.el (message-reply-headers): Add doc.
8343
8344 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8345
8346         * gnus-group.el (gnus-group-delete-group): Nix the entry in
8347         gnus-cache-active-hashtb.
8348
8349         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
8350         (gnus-agent-summary-fetch-group): Use it.
8351
8352         * gnus-msg.el (gnus-debug-files): New variable.
8353         (gnus-debug-exclude-variables): New variable.
8354         (gnus-debug): Use them.
8355
8356         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
8357
8358 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
8359
8360         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
8361         (message-mode-syntax-table): Move back the previous position.
8362
8363         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
8364
8365         * gnus-agent.el (gnus-agent-retrieve-headers): Use
8366         gnus-sorted-difference.
8367
8368         * nnsoup.el (nnsoup-request-expire-articles): Use
8369         gnus-sorted-difference.
8370
8371         * nnheader.el: Autoload gnus-sorted-difference.
8372
8373         * nnfolder.el (nnfolder-request-expire-articles): Use
8374         gnus-sorted-difference.
8375
8376         * gnus-cache.el (gnus-cache-retrieve-headers): Use
8377         gnus-sorted-difference.
8378
8379         * gnus-range.el: Autoload cookies.
8380         (gnus-sorted-difference): New function.
8381         (gnus-sorted-ndifference): New function.
8382         (gnus-sorted-nintersection): Rename from
8383         gnus-set-sorted-intersection.
8384         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
8385         (gnus-list-range-difference): Rename from
8386         gnus-inverse-list-range-intersection.
8387         (gnus-inverse-list-range-intersection): Use defalias.
8388
8389         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
8390         gnus-sorted-ndifference, and gnus-sorted-nintersection.
8391         (gnus-articles-to-read): Use gnus-sorted-difference.
8392         (gnus-summary-limit-mark-excluded-as-read): Use
8393         gnus-sorted-intersection and gnus-sorted-ndifference.
8394         (gnus-list-of-read-articles): Use gnus-list-range-difference.
8395         (gnus-summary-insert-articles): Use gnus-sorted-difference.
8396
8397         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
8398
8399 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8400
8401         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
8402         property to the buffer for using emacs-w3m command keys.
8403
8404         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
8405         option.
8406
8407         * mm-view.el (mm-w3m-mode-map): New variable.
8408         (mm-w3m-mode-command-alist): New variable.
8409         (mm-w3m-minor-mode): Removed.
8410         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
8411         (mm-inline-text-html-render-with-w3m): Add keymap property to the
8412         buffer for using emacs-w3m command keys.
8413
8414 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
8415
8416         * message.el (message-mode-syntax-table): Move forward.
8417         (message-cite-prefix-regexp): Auto detect non word constituents.
8418         (message-cite-prefix-regexp): Don't use with-syntax-table.
8419
8420         * gnus-sum.el (gnus-summary-update-info): Use
8421         gnus-list-range-intersection.
8422
8423         * gnus-agent.el (gnus-agent-fetch-headers): Use
8424         gnus-list-range-intersection.
8425
8426         * gnus-range.el (gnus-range-normalize): Use correct predicate.
8427         (gnus-list-range-intersection): Use it.
8428         (gnus-inverse-list-range-intersection): Ditto.
8429         (gnus-sorted-intersection): Add doc.
8430         (gnus-set-sorted-intersection): Add doc.
8431         (gnus-sorted-union): New function.
8432         (gnus-set-sorted-union): New function.
8433
8434         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
8435         (gnus-inverse-list-range-intersection): Ditto.
8436
8437 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
8438
8439         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
8440
8441         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
8442         and permit `:' and `\' in order to handle full Windows pathnames.
8443         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
8444         technically not correct per standard, but seems to have common use.
8445
8446 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
8447
8448         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
8449         replacing numbers.
8450
8451 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
8452
8453         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
8454
8455         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
8456         Don't split when the window is small, e.g. when a small *BBDB*
8457         window is the lowest one.
8458
8459         * gnus-agent.el (gnus-agent-retrieve-headers): Use
8460         nnheader-find-nov-line to speed up. Use nreverse, because it is
8461         sorted. Use nnheader-insert-nov-file.
8462
8463 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8464
8465         * mm-decode.el (mm-inline-text-html-with-images): New user option.
8466
8467         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
8468         of `w3m-display-inline-images' with the value of
8469         `mm-inline-text-html-with-images'.
8470         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
8471
8472         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
8473
8474 2002-01-27  Richard M. Stallman  <rms@gnu.org>
8475
8476         * time-date.el: Add autoload cookies.  Many doc fixes.
8477         (time-add): New function.
8478         (time-subtract): Renamed from subtract-time.
8479         (subtract-time): New alias for time-subtract.
8480
8481 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8482
8483         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
8484         emacs-w3m in doc-string.
8485
8486         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
8487         `w3m-current-buffer'.
8488
8489 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8490
8491         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
8492
8493         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
8494         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
8495         (mm-w3m-cid-retrieve): New function.
8496         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
8497
8498 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
8499
8500         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
8501
8502 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8503
8504         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
8505
8506 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8507
8508         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
8509         32K.
8510
8511         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
8512
8513         * nnmail.el (nnmail-article-group): Decode headers before running
8514         split rules over them.
8515         (nnmail-mail-splitting-charset): New variable.
8516
8517         * smiley.el: Replaced with smiley-ems.el.
8518
8519 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
8520
8521         * mm-url.el (mm-url-predefined-programs): Add w3m.
8522         (mm-url-program): Ditto.
8523
8524 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8525
8526         * nnml.el (nnml-use-compressed-files): New variable.
8527         (nnml-filenames-are-evil): Removed.
8528         (nnml-current-group-article-to-file-alist): Don't use.
8529         (nnml-update-file-alist): Inhibit.
8530         (nnml-article-to-file): Use new var.
8531
8532 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
8533
8534         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
8535
8536         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
8537
8538 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8539
8540         * gnus-agent.el (gnus-agent-load-alist): Use new caching
8541         function.
8542
8543         * gnus-util.el (gnus-cache-file-contents): New function.
8544
8545         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
8546         (gnus-agent-load-alist): Use it.
8547
8548         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
8549
8550         * nnheader.el (nnheader-insert-nov-file): New function.
8551
8552         * gnus-util.el (gnus-parse-without-error): Correct the loop.
8553
8554         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
8555         there are no references.
8556         (gnus-extract-message-id-from-in-reply-to): New function.
8557         (gnus-nov-parse-line): Use in-reply-to if there are no
8558         references.
8559
8560 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8561
8562         * nnagent.el (nnagent-retrieve-headers): Use new macro.
8563
8564         * gnus-util.el (gnus-parse-without-error): New macro.
8565
8566 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
8567
8568         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
8569         (gnus-article-wash-function): use locate-library to decide which
8570         to use.
8571
8572 2002-01-25  Simon Josefsson  <jas@extundo.com>
8573
8574         * pop3.el (pop3-munge-message-separator): Work if no date.
8575         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
8576
8577 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8578
8579         * gnus-agent.el (gnus-agent-save-alist): Fix.
8580
8581         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
8582         mistake.  Reinstated lost code.
8583
8584 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
8585
8586         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
8587         one exists in the case of an encrypted message with an internal
8588         signature.
8589
8590 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8591
8592         * gnus-agent.el (gnus-agent-save-alist): Optimized.
8593
8594 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8595
8596         * dgnushack.el: Commented out the experimental code.
8597
8598 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8599
8600         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
8601         error.
8602
8603         * gnus.el (gnus-server-to-method): Made into subst.
8604         (gnus-server-method-cache): New variable.
8605         (gnus-server-to-method): Use it.
8606         (gnus-group-method-cache): New variable.
8607         (gnus-find-method-for-group-1): Renamed.
8608         (gnus-find-method-for-group): New function.
8609         (gnus-group-method-cache): Removed.
8610
8611         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
8612         function.
8613
8614         * gnus-range.el (gnus-members-of-range): New function.
8615         (gnus-list-range-intersection): Renamed.
8616         (gnus-inverse-list-range-intersection): New function.
8617
8618         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
8619
8620         * nnagent.el (nnagent-retrieve-headers): New implementation.
8621
8622         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
8623         implementation.
8624
8625 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8626
8627         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
8628         `w3m-meta-content-type-charset-regexp'.
8629
8630         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
8631         charset-encoded html contents.
8632
8633 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
8634
8635         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
8636         an empty file.
8637
8638         * nnweb.el (url): Ignore errors when request url.
8639
8640         * nnrss.el: Clean up the comments.
8641
8642 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8643
8644         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
8645
8646         * mm-decode.el (mm-inline-text-html-renderer): New user option.
8647         (mm-inline-media-tests): Test whether the value of
8648         `mm-inline-text-html-renderer' is a function for text/html.
8649
8650         * mm-view.el (mm-inline-text-html-render-with-w3): New function
8651         separated from `mm-inline-text'.
8652         (mm-w3m-minor-mode): New variable.
8653         (mm-w3m-setup): New variable.
8654         (mm-setup-w3m): New function.
8655         (mm-inline-text-html-render-with-w3m): New function.
8656         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
8657         text/html.
8658
8659 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
8660
8661         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
8662
8663 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8664
8665         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
8666         and `gnus-xmas-completing-read'.
8667
8668 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8669
8670         * nneething.el (nneething-message-id-number): Abolished.
8671         (nneething-encode-file-name): Not encode numerical characters.
8672         (nneething-make-head): `nneething-message-id-number' is not
8673         used to generate message IDs.
8674
8675 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8676
8677         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
8678         characters.
8679
8680 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8681
8682         * gnus-xmas.el (gnus-xmas-completing-read): New function.
8683         (gnus-xmas-redefine): Redefine conditionally.
8684
8685 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
8686
8687         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
8688         tag.
8689
8690 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
8691
8692         * message.el (message-font-lock-keywords): Added the secure tag.
8693         * mml-sec.el: Added functions to generate/modify/remove the secure
8694         tag while in message mode.
8695         * mml-sec.el (mml-secure-message): New.
8696         * mml-sec.el (mml-unsecure-message): New.
8697         * mml-sec.el (mml-secure-message-sign-smime): New.
8698         * mml-sec.el (mml-secure-message-sign-pgp): New.
8699         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
8700         * mml-sec.el (mml-secure-message-encrypt-smime): New.
8701         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
8702         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
8703         * mml.el (mml-parse-1): Added code to recognise the secure tag and
8704         convert it to either a part or multipart depending on if there are
8705         other parts in the message.
8706         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
8707         to use the secure tag, rather than the part tag.
8708         * mml.el (mml-preview): Added a save-excursion to keep cursor
8709         position after doing an MML preview.
8710
8711 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8712
8713         * nnheader.el (nnheader-parse-overview-file): New function.
8714         (nnheader-write-overview-file): New function.
8715
8716 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8717
8718         * gnus.el (gnus-group-fast-parameter): Check better if expansion
8719         in wanted.
8720
8721         * nnweb.el (nnweb-type-definition): Clean up.
8722
8723 2002-01-21  Alastair Burt  <burt@dfki.de>
8724         Trivial patch.
8725
8726         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
8727         buffer exists before jumping to it.
8728
8729 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8730
8731         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
8732         function.
8733         (article-wash-html): Use it.
8734         (gnus-article-wash-function): New variable.
8735         (gnus-article-wash-html-with-w3m): New function.
8736
8737 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
8738
8739         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
8740         XEmacs.
8741
8742 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
8743
8744         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
8745         command line.
8746
8747 2002-01-21  Simon Josefsson  <jas@extundo.com>
8748
8749         * canlock.el (base64-encode-string): Autoload it from base64.
8750         (canlock-make-cancel-key): Base64 encode unibyte string.
8751
8752 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8753
8754         * nnfolder.el (nnfolder-request-accept-article): Unfold
8755         x-from-line.
8756         (nnfolder-request-replace-article): Ditto.
8757
8758 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
8759
8760         * gnus-group.el (gnus-group-best-unread-group): Use the right
8761         positioning function.
8762
8763 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8764
8765         * smiley-ems.el (smiley-region): Use new function.
8766         (smiley-update-cache): Use general image functions.
8767         (smiley-region): Use general functions.
8768
8769         * gnus-util.el (gnus-graphic-display-p): New function.
8770
8771         * nnmail.el (nnmail-article-group): Allow outputting traces of
8772         non-strings.
8773
8774         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
8775         (nndoc-exim-bounce-type-p): New function.
8776
8777         * message.el (message-dont-send): Doc fix.
8778
8779         * gnus-util.el (gnus-completing-read): Remove
8780         inherit-input-method.
8781
8782         * gnus-art.el (gnus-treat-smiley): Doc fix.
8783
8784         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
8785         articles.
8786
8787 2002-01-19  Simon Josefsson  <jas@extundo.com>
8788
8789         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
8790         (imap-kerberos4-open): Ditto.
8791         (imap-open): Set port correctly, don't set auth.
8792
8793 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8794
8795         * gnus.el (gnus-version-number): Bump version number.
8796
8797 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8798
8799         * gnus.el: Oort Gnus v0.05 is released.
8800
8801 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8802
8803         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
8804         exists.
8805
8806         * gnus-spec.el (gnus-string-width-function): New function.
8807         (gnus-tilde-cut-form): Use it.
8808         (gnus-tilde-max-form): Ditto.
8809         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
8810         (gnus-substring-function): Use it.
8811         (gnus-tilde-cut-form): Ditto.
8812         (gnus-substring-function): New function.
8813
8814         * message.el (message-check-news-header-syntax): New message.
8815
8816         * gnus.el (gnus-slave-no-server): Doc fix.
8817
8818         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
8819
8820 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8821
8822         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
8823         `seen' if it looks like (seen NUM1 . NUM2).  It should be
8824         (seen (NUM1 . NUM2)).
8825
8826 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8827
8828         * gnus-topic.el (gnus-topic-catchup-articles): Update article
8829         number in closed topics.
8830
8831 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
8832
8833         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
8834         functions.
8835
8836 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8837
8838         * gnus.el (gnus-group-find-parameter): Clean up.
8839
8840         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
8841         articles.
8842
8843         * gnus-util.el (gnus-completing-read-with-default): Renamed.
8844
8845         * nnmail.el (nnmail-article-group): Clean up.
8846
8847 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
8848
8849         * gnus-agent.el (gnus-category-name): Intern the category name.
8850
8851 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8852
8853         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
8854
8855         * gnus-util.el (gnus-completing-read): New function.
8856
8857 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
8858
8859         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
8860
8861         * smiley-ems.el (smiley-region): Register smiley.
8862         (smiley-toggle-buffer): Rewrite the function.
8863         (smiley-active): Removed.
8864
8865 2002-01-19  Simon Josefsson  <jas@extundo.com>
8866
8867         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
8868         Jesper Harder <harder@ifa.au.dk>.
8869
8870 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8871
8872         * gnus-art.el (gnus-request-article-this-buffer): Call
8873         `nneething-get-file-name' to extract the file name from the
8874         message id.
8875
8876         * nneething.el (nneething-encode-file-name): New function.
8877         (nneething-decode-file-name): Ditto.
8878         (nneething-get-file-name): Ditto.
8879         (nneething-make-head): Encode the file name and encapsulate it
8880         into the field of the message id.
8881
8882 2002-01-18  Simon Josefsson  <jas@extundo.com>
8883
8884         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
8885         stored in .marks.
8886
8887         * nnfolder.el (nnfolder-request-update-info): Ditto.
8888
8889 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
8890
8891         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
8892
8893 2002-01-18  Simon Josefsson  <jas@extundo.com>
8894
8895         * imap.el (imap-starttls-p): Don't check for binary.
8896         (imap-gssapi-auth-p): Ditto.
8897         (imap-kerberos4-auth-p): Ditto.
8898         (imap-open): Change logic.  Iterate through all possible streams,
8899         instead of bailing out after first failure.  Move authenticator
8900         decision to `imap-authenticate'.
8901         (imap-authenticate): Change logic, now finds the authenticator to
8902         use, was previously in `imap-open'.
8903         (imap-open): Return nil on failure.
8904         (imap-open): Setup temp buffer correctly.
8905         (imap-open): Return buffer only on success.
8906         (imap-interactive-login, imap-interactive-login): Tell the user
8907         which stream/authenticator is used for the queried
8908         username/password.
8909         (imap-open, imap-authenticate): Set variables.
8910         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
8911         (imap-open): Don't assume how `with-temp-buffer' is implemented.
8912
8913 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8914
8915         * gnus-fun.el (gnus-grab-cam-x-face): New function.
8916
8917 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8918
8919         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
8920
8921 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
8922
8923         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
8924         (gnus-agent-group-mode-map): Bind it to "Jo".
8925         (gnus-agent-group-make-menu-bar): Add it into menu bar.
8926
8927 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
8928
8929         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
8930         (gnus-summary-mail-toolbar): Add mail article deletion button.
8931
8932         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
8933         false positives for lines of "^^^^".
8934
8935         * gnus-picon.el (gnus-picon-find-face): faces database is all
8936         lowercase.
8937
8938 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
8939
8940         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
8941         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
8942         duplications.
8943         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
8944
8945 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8946
8947         * gnus-sum.el (gnus-summary-initial-limit): Inline
8948         gnus-summary-limit-children.
8949         (gnus-summary-initial-limit): Don't limit if
8950         gnus-newsgroup-display is nil.
8951         (gnus-summary-initial-limit): No, don't.
8952
8953         * gnus-util.el
8954         (gnus-put-text-property-excluding-characters-with-faces): Inline
8955         gnus-put-text-property.
8956
8957         * gnus-spec.el (gnus-default-format-specs): New variable.
8958
8959         * gnus-start.el (gnus-read-newsrc-file): Don't clear
8960         gnus-format-specs.
8961         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
8962
8963         * gnus-spec.el (gnus-update-format-specifications): Really check
8964         the Gnus version of the .newsrc.eld file.
8965         (gnus-format-specs): Save the new default summary format.
8966
8967         * gnus-util.el (gnus-parent-id): Check whether references is empty
8968         before splitting.
8969
8970         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
8971         functions.
8972         (gnus-gather-threads-by-references): Inline
8973         `gnus-split-references'.
8974
8975         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
8976         default value of gnus-summary-line-format-spec.
8977
8978 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
8979
8980         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
8981         message.
8982         (nnslashdot-request-list): Ditto.
8983         (nnslashdot-sid-strip): Removed.
8984
8985 2002-01-15  Simon Josefsson  <jas@extundo.com>
8986
8987         * nnimap.el (nnimap-close-asynchronous): Enable.
8988         (nnimap-close-group): Expunge.
8989
8990 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
8991
8992         * gnus-util.el (gnus-user-date-format-alist): Typo.
8993         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
8994
8995 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8996
8997         * nneething.el (nneething-request-article): Set
8998         `nnmail-file-coding-system' to `binary' locally, in order to read
8999         files without any conversion.
9000
9001 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
9002
9003         * gnus-agent.el (gnus-agent-retrieve-headers): Use
9004         nnheader-file-coding-system and nnmail-active-file-coding-system.
9005         (gnus-agent-regenerate-group): Ditto.
9006         (gnus-agent-regenerate): Ditto.
9007         (gnus-agent-write-active): Ditto.
9008         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
9009
9010 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
9011
9012         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
9013         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
9014
9015 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
9016
9017         * gnus.el: We don't need gnus-article-show-all-headers.
9018
9019         * gnus-art.el (article-show-all, gnus-article-show-all-header):
9020         Ditto.
9021
9022         * gnus-sum.el (gnus-summary-select-article): Don't call
9023         show-all-headers, because hidden headers are not hidden text any
9024         more.
9025
9026 2002-01-13  Simon Josefsson  <jas@extundo.com>
9027
9028         * message.el (message-newline-and-reformat): Use `newline' instead
9029         of inserting \n, so that the newline is marked as hard.
9030
9031         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
9032         From Jesper Harder <harder@ifa.au.dk>.
9033
9034 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
9035
9036         * imap.el (imap-close): Keep going if quit.
9037
9038         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
9039         nntp-server-buffer.
9040
9041 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9042
9043         * mm-view.el (mm-display-inline-fontify): Require font-lock to
9044         avoid unbinding shadowed variables.
9045
9046         * gnus-art.el (gnus-picon-databases): Moved here.
9047         (gnus-picons-installed-p): Moved here.
9048         (gnus-article-reply-with-original): Use `mark'.
9049
9050         * gnus.el (gnus-picon): Moved here and renamed.
9051
9052         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
9053         installed.
9054         (gnus-treat-mail-picon): Ditto.
9055         (gnus-treat-newsgroups-picon): Ditto.
9056
9057         * gnus-picon.el (gnus-picons-installed-p): New function.
9058
9059 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
9060
9061         * gnus-agent.el (gnus-agent-go-online): Fix doc.
9062
9063 2002-01-12  Simon Josefsson  <jas@extundo.com>
9064
9065         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
9066         (nnimap-before-find-minmax-bugworkaround): Use it.
9067         (nnimap-find-minmax-uid): Don't reselect current mailbox.
9068         (nnimap-dont-close): New variable.
9069         (nnimap-close-group): Use it.
9070
9071 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9072
9073         * gnus-art.el (gnus-article-reply-with-original): Use
9074         `mark-active'.
9075
9076         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
9077
9078         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
9079         (gnus-score-advanced): Clean up.
9080         (gnus-score-advanced): Accept a multiple of the score.
9081
9082 2002-01-12  Simon Josefsson  <jas@extundo.com>
9083
9084         * flow-fill.el (fill-flowed-display-column)
9085         (fill-flowed-encode-columnq): New variables.  Suggested by
9086         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
9087         (fill-flowed-encode, fill-flowed): Use them.
9088
9089         * message.el (message-send-news, message-send-mail): Use
9090         m-b-s-n-p-e-h-n.
9091
9092         * mml.el (autoload): Autoload fill-flowed-encode.
9093         (mml-buffer-substring-no-properties-except-hard-newlines): New
9094         function.
9095         (mml-read-part): Use it.
9096         (mml-generate-mime-1): Encode format=flowed if appropriate.
9097         (mml-insert-mime-headers): Insert format=flowed.
9098
9099         * flow-fill.el (fill-flowed-encode): New function.
9100         (fill-flowed): Bind fill-column to window width.
9101
9102 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9103
9104         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
9105         it exists.
9106         (gnus-summary-setup-buffer): Wake up dead summary buffers.
9107         (gnus-summary-buffer-name): Don't return the dead name after all.
9108         (gnus-summary-setup-buffer): Kill the dead buffer.
9109
9110         * gnus-art.el (gnus-article-followup-with-original): Store the
9111         value of the mark before deactivating it.
9112
9113 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
9114
9115         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
9116         From: Karl Kleinpaste <karl@charcoal.com>
9117
9118         * gnus-art.el (article-display-x-face): Ditto.
9119         (gnus-article-reply-with-original): Use gnus-region-active-p.
9120         (gnus-article-followup-with-original): Ditto.
9121
9122         * gnus-sum.el (gnus-summary-read-group-1): Don't select
9123         downloadable article either.
9124
9125 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
9126
9127         * gnus-art.el (article-display-x-face): Insert From:.
9128
9129         * gnus-sum.el (gnus-summary-move-article): Don't draw the
9130         article. Bind gnus-display-mime-function and
9131         gnus-article-prepare-hook.
9132
9133         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
9134         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
9135         gnus-agent-possibly-synchronize-flags to the last.
9136         (gnus-agent-go-online): New function. New variable.
9137
9138 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
9139
9140         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
9141         (gnus-agent-regenerate): Ditto.
9142
9143 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
9144
9145         * message.el (message-ignored-news-headers)
9146         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
9147         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
9148
9149         * gnus.el (gnus-gethash-safe): New macro.
9150
9151         * gnus-agent.el (gnus-agent-regenerate-history): New function.
9152         (gnus-agent-regenerate): Show messages.
9153
9154 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
9155
9156         * gnus-agent.el (gnus-agent-regenerate-group): New function.
9157         (gnus-agent-regenerate): New function.
9158         (gnus-agent-save-alist): Sort.
9159         (gnus-agent-copy-nov-line): Test eobp.
9160         (gnus-agent-retrieve-headers): Erase buffer.
9161
9162 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
9163
9164         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
9165         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
9166
9167         * gnus.el (gnus-agent-covered-methods): Move here.
9168         (gnus-online): New function.
9169         (gnus-agent-method-p): Move here.
9170
9171         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
9172         nil. Remove articles-alist.
9173
9174         * gnus-start.el (gnus-get-unread-articles): Check online.
9175         (gnus-groups-to-gnus-format): Ditto.
9176         (gnus-active-to-gnus-format): Ditto.
9177
9178         * gnus-agent.el (gnus-agent-get-function): Use it.
9179         (gnus-agent-get-undownloaded-list): Ditto.
9180         (gnus-agent-fetch-session): Only fetch online methods.
9181
9182         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
9183         (gnus-server-mode-map): Ditto.
9184         (gnus-server-offline-face): New face.
9185         (gnus-server-offline-face): New variable.
9186         (gnus-server-font-lock-keywords): Add offline.
9187         (gnus-server-insert-server-line): Ditto.
9188         (gnus-server-offline-server): New function.
9189
9190         * gnus-int.el (gnus-open-server): Turn to offline.
9191         (gnus-server-unopen-status): New variable.
9192
9193 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
9194
9195         * nnkiboze.el (nnkiboze-request-article): Use
9196         gnus-agent-request-article.
9197
9198         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
9199         function. Insert undownloaded NOV.
9200
9201         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
9202         (gnus-agent-request-article): New function.
9203
9204         * gnus.el (gnus-agent-cache): New variable.
9205
9206         * gnus-int.el (gnus-retrieve-headers): Use
9207         gnus-agent-retrieve-headers.
9208         (gnus-request-head): Use gnus-agent-request-article.
9209         (gnus-request-body): Ditto.
9210
9211         * gnus-art.el (gnus-request-article-this-buffer): Use
9212         gnus-agent-request-article.
9213
9214         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
9215         article if it is undownloaded.
9216
9217 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9218
9219         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
9220
9221 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9222
9223         * canlock.el (canlock-string-as-unibyte): New macro.
9224         (canlock-sha1-with-openssl): Return a unibyte string.
9225         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
9226
9227 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
9228
9229         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
9230
9231 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9232
9233         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
9234         application/x-emacs-lisp.
9235
9236         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
9237
9238         * nntp.el (nntp-request-article): Add group parameter.
9239         (nntp-request-head): Ditto.
9240         (nntp-find-group-and-number): Add parameter group. Figure out
9241         number if the status line doesn't give (e.g. quimby.gnus.org).
9242
9243 2002-01-08  Simon Josefsson  <jas@extundo.com>
9244
9245         * mml.el (mml-generate-mime-1): Set recipient correctly.
9246
9247 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
9248
9249         * message.el (message-read-from-minibuffer): Add parameter
9250         initial-contents.
9251         * gnus-msg.el (gnus-summary-resend-message): Use it.
9252
9253         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
9254         behavior of quit-config.
9255
9256         * message.el (message-make-from): Don't quote fullname.
9257         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
9258
9259         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
9260         From: <andre@slamdunknetworks.com>
9261
9262 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
9263
9264         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
9265
9266         * gnus-art.el (gnus-header-button-alist): Handle mailto.
9267
9268         * mml.el (mml-preview): Bind gnus-original-article-buffer because
9269         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
9270         because bbdb may use it.
9271
9272 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9273
9274         * nneething.el (nneething-request-article): When a non-text file
9275         is converted to an article, its data is encoded in base64.  Call
9276         `nneething-make-head' with options to specify MIME types.
9277         (nneething-make-head): Add optional arguments to specify MIME
9278         types.
9279
9280 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9281
9282         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
9283         header if there is not.
9284
9285         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
9286
9287         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
9288         (gnus-inews-mark-gcc-as-read): Obsolete variable.
9289         (gnus-inews-do-gcc): Use them.
9290
9291         * gnus-group.el (gnus-group-mark-article-read): Put holes into
9292         gnus-newsgroup-unselected.
9293
9294 2002-01-06  Simon Josefsson  <jas@extundo.com>
9295
9296         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
9297         condition-case, not ignore-errors.
9298
9299 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9300
9301         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
9302         gnus-fetch-old-headers.
9303
9304         * gnus-art.el (article-display-x-face): Use the current buffer
9305         unless `W f'. Otherwise, X-Face may be shown in the header of a
9306         forwarded part.
9307         (gnus-treatment-function-alist): Treat xface before hiding
9308         headers.
9309
9310 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9311
9312         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
9313         parameters.
9314
9315 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9316
9317         * mm-util.el (mm-multibyte-p): Define conditionally when load.
9318         (mm-guess-charset): New function.
9319         (mm-charset-after): Use it.
9320         (mm-detect-coding-region): New function.
9321         (mm-detect-mime-charset-region): New function.
9322
9323         * gnus-sum.el (gnus-summary-show-article): Use
9324         mm-detect-coding-region.
9325
9326 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9327
9328         * message.el (message-make-fqdn): Be less violent.
9329
9330         * gnus.el (gnus-logo-color-style): Compute custom form
9331         automatically.
9332
9333         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
9334         score file of the parent to the document group.
9335
9336         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
9337         parameters parameter.
9338
9339         * gnus-score.el (gnus-score-load-file): Clean up.
9340
9341 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9342
9343         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
9344         From: Damien Wyart <damien.wyart@free.fr>
9345
9346         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
9347
9348 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
9349
9350         * gnus-sum.el (gnus-select-group-hook): Typo.
9351
9352         * rfc2047.el (rfc2047-decode-string): Return immediately if there
9353         is no quoted-printable-encoded STRING.
9354         From: Jesper Harder <harder@ifa.au.dk>
9355
9356         (rfc2047-decode-string): Decode it.
9357
9358 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9359
9360         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
9361
9362 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
9363         Trivial patch.
9364
9365         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
9366         buffer to get rid of junk line.
9367
9368 2002-01-05  Simon Josefsson  <jas@extundo.com>
9369
9370         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
9371         C-o.
9372         (message-mode-map): Bind message-insert-or-toggle-importance to
9373         C-c C-u.
9374         (message-mode-map): Bind message-disposition-notification-to to
9375         C-c M-n.
9376         (message-mode-menu): Add m-d-n-t.
9377         (message-mode-field-menu): Add m-goto-from.
9378         (message-mode): Doc fix.
9379         (message-goto-from): New function.
9380         (message-insert-disposition-notification-to): New function.
9381         (message-tool-bar-map): Add receipt button.
9382
9383 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9384
9385         * gnus-sum.el (gnus-thread-latest-date): New function.
9386         (gnus-thread-sort-by-most-recent-number): Renamed.
9387         (gnus-thread-sort-functions): Doc fix.
9388         (gnus-select-group-hook): Don't use setq on a hook.
9389         (gnus-thread-latest-date): Use date, not number
9390
9391         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
9392         (gnus-agent-expire): Allow regexp of expire-days.
9393
9394         * gnus-art.el (gnus-article-reply-with-original): Deactivate
9395         region.
9396         (gnus-article-followup-with-original): Ditto.
9397
9398         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
9399
9400         * gnus-art.el (gnus-mime-display-alternative): Use
9401         gnus-local-map-property.
9402         (gnus-mime-display-alternative): Ditto.
9403         (gnus-insert-mime-security-button): Ditto.
9404         (gnus-insert-next-page-button): Ditto.
9405         (gnus-button-prev-page): Take optional args.
9406         (gnus-insert-prev-page-button): widget-convert.
9407
9408         * gnus-util.el (gnus-local-map-property): New function.
9409
9410         * gnus-art.el (gnus-prev-page-map): Use parent map.
9411         (gnus-next-page-map): Ditto.
9412
9413         * gnus-spec.el (gnus-parse-format): Clean up.
9414         (gnus-parse-format): Do complex formatting for %=.
9415
9416         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
9417         "X-Face: " to the data in the built-in scenario.
9418
9419         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
9420         (gnus-correct-pad-form): Renamed.
9421         (gnus-tilde-max-form): Clean up.
9422         (gnus-pad-form): Use gnus-use-correct-string-widths.
9423
9424         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
9425         support if that is available.
9426
9427         * gnus-sum.el (gnus-thread-highest-number): New function.
9428         (gnus-thread-sort-by-most-recent-thread): New function.
9429         (gnus-thread-sort-functions): Doc fix.
9430
9431 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
9432
9433         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
9434         all cases.
9435         (gnus-summary-mode): Enable it in all cases.
9436         (gnus-summary-display-article): Ditto.
9437         (gnus-summary-edit-article): Ditto.
9438
9439         * gnus-ems.el (gnus-put-image): Really return glyph.
9440
9441         * gnus-art.el (gnus-article-x-face-command): Fix :type.
9442         (gnus-treat-smiley): Don't take "P" in the interactive form.
9443
9444 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9445
9446         * compface.el (uncompface): XEmacs and Emacs have differing
9447         capabilities.
9448
9449         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
9450
9451         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
9452         (gnus-article-xface-ring-size): Removed.
9453         (gnus-article-display-xface): Removed.
9454         (gnus-remove-image): Cleaned up.
9455
9456         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
9457         (gnus-xmas-create-image): Take pbm files.
9458         (gnus-x-face): Removed.
9459         (gnus-xmas-article-display-xface): Removed.
9460
9461         * gnus-fun.el (gnus-display-x-face-in-from): Bind
9462         default-enable-multibyte-characters.
9463
9464         * compface.el (uncompface): Doc fix.
9465
9466         * gnus-art.el (gnus-article-x-face-command): Use
9467         gnus-display-x-face-in-from.
9468
9469         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
9470
9471         * gnus-ems.el (gnus-put-image): Return the image.
9472
9473         * gnus-fun.el (gnus-display-x-face-in-from): New function.
9474         (gnus-x-face): Moved here.
9475
9476 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
9477
9478         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
9479         invisible if string is nil.
9480         (gnus-xmas-article-display-xface): Use it.
9481
9482         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
9483         property when string is nil.
9484         (gnus-article-display-xface): Use it.
9485
9486 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9487
9488         * gnus-art.el (article-display-x-face): Check whether valid grey
9489         face was returned.
9490         (article-display-x-face): Place image in the right spot.
9491
9492         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
9493         stderr.
9494         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
9495
9496 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9497
9498         * gnus-xmas.el (gnus-xmas-create-image): Take optional
9499         parameters.
9500         (gnus-xmas-put-image): Allow non-strings to be passed.
9501
9502         * gnus-art.el (article-display-x-face): Use optional parameters.
9503
9504         * gnus-ems.el (gnus-create-image): Take optional parameters.
9505
9506         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
9507
9508         * compface.el (compface-xbm-p): Removed.
9509
9510         * gnus-ems.el (gnus-article-compface-xbm): Removed.
9511         (gnus-article-display-xface): Use compface.
9512
9513         * compface.el: New file.
9514
9515         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
9516         (gnus-convert-image-to-x-face-command): Ditto.
9517         (gnus-random-x-face): Quote argument.
9518         (gnus-x-face-from-file): Ditto.
9519
9520 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
9521
9522         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
9523         the expire-group parameter once per article rather than once
9524         per group; bind `nnmaildir-article-file-name' and `article'
9525         for convenience.  Leave article alone when expire-group
9526         specifies the current group.
9527         (nnmaildir--update-nov): be more concurrency-friendly with
9528         temp file names.
9529
9530 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9531
9532         * gnus-start.el (gnus-read-init-file): Cleaned up.
9533
9534 2002-01-03  Dave Love  <d.love@dl.ac.uk>
9535
9536         * gnus-start.el (gnus-startup-file-coding-system): Removed.
9537         (gnus-read-init-file): Don't use it.
9538
9539 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9540
9541         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
9542
9543 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9544
9545         * gnus-start.el (gnus-read-init-file): Don't force coding system
9546         for ~/.gnus.  From Dave Love <fx@gnu.org>.
9547
9548 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9549
9550         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
9551         * nnspool.el (nnspool-request-post): Ditto.
9552
9553         * mm-util.el (mm-use-find-coding-systems-region): New variable.
9554         (mm-find-mime-charset-region): Use it.
9555
9556 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
9557
9558         * gnus.el (gnus-summary-line-format): Added :link.
9559         * gnus-topic.el (gnus-topic-line-format): Ditto.
9560         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
9561         * gnus-srvr.el (gnus-server-line-format): Ditto.
9562         * gnus-group.el (gnus-group-line-format): Ditto.
9563
9564         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
9565         :keys, it works on both Emacsen.
9566
9567 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9568
9569         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
9570
9571 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9572
9573         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
9574
9575 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
9576
9577         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
9578         very wide reply.
9579
9580 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9581
9582         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
9583         (gnus-picon-cache): New variable.
9584         (gnus-picon-transform-newsgroups): Cache stuff.
9585
9586         * gnus-art.el (gnus-article-reply-with-original): New command.
9587         (gnus-article-followup-with-original): New command.
9588
9589         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
9590         END parameters.
9591         (gnus-summary-followup): Take a list of list of articles.
9592         (gnus-inews-yank-articles): Allow lists of article/regions.
9593
9594         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
9595         longer the usual commands.
9596
9597         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
9598         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
9599         shell-command-on-region.
9600
9601 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9602
9603         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
9604           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
9605
9606 2002-01-03  Steve Youngs  <youngs@xemacs.org>
9607
9608         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
9609         understand ':keys', wrap it in an featurep 'xemacs.
9610
9611 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9612
9613         * gnus-ems.el (gnus-article-display-xface): Show xface in the
9614         order of headers (Actually, it is called in a reversed order). Add
9615         'gnus-image-text-deletable property.
9616         (gnus-remove-image): Remove text with such a property.
9617
9618         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
9619         gnus-put-image.
9620
9621         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
9622         with ", "
9623
9624 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9625
9626         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
9627
9628         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
9629         (article-display-x-face): Display grey X-Faces.
9630
9631         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
9632         (gnus-convert-gray-x-face-to-ppm): Ditto.
9633         (gnus-convert-image-to-gray-x-face): Ditto.
9634
9635         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
9636         gnus-summary-show-raw-article.
9637
9638 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
9639
9640         Display picons in XEmacs without showing text.
9641
9642         * gnus-xmas.el (gnus-xmas-create-image): Don't use
9643         mm-create-image-xemacs to create xbm glyph, because it deletes
9644         temporary files.
9645         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
9646         (gnus-xmas-remove-image): Make text visible, remove glyph.
9647
9648         * gnus-picon.el (gnus-picon-transform-newsgroups)
9649         (gnus-picon-transform-address): Insert spec backward, due to the
9650         incompatibility of gnus-xmas-put-image.
9651
9652 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9653
9654         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
9655
9656 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9657
9658         * gnus.el: Doc fix.
9659
9660         * gnus-art.el: Doc fix.
9661
9662         * gnus-agent.el: Doc fix.
9663
9664 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
9665
9666         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
9667
9668 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
9669
9670         * nnmaildir.el (nnmaildir--update-nov): automatically parse
9671         NOV data out of the message again if nnmail-extra-headers has
9672         changed.
9673
9674 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9675
9676         * gnus-fun.el: New file.
9677         (gnus-convert-image-to-x-face-command): New variable.
9678         (gnus-insert-x-face): New function.
9679         (gnus-random-x-face): Renamed.
9680         (gnus-x-face-from-file): Renamed.
9681
9682         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
9683         "_".
9684         (gnus-body-boundary-delimiter): Typo fix.
9685
9686 2002-01-02  Simon Josefsson  <jas@extundo.com>
9687
9688         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
9689         (gnus-body-boundary-delimiter): Fix type.
9690
9691 2002-01-01  Simon Josefsson  <jas@extundo.com>
9692
9693         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
9694         (gnus-treat-emphasize, gnus-treat-strip-cr)
9695         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
9696         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
9697         (gnus-treat-fill-article, gnus-treat-hide-citation)
9698         (gnus-treat-hide-citation-maybe)
9699         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
9700         (gnus-treat-strip-pem, gnus-treat-strip-banner)
9701         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
9702         (gnus-treat-date-ut, gnus-treat-date-local)
9703         (gnus-treat-date-english, gnus-treat-date-lapsed)
9704         (gnus-treat-date-original, gnus-treat-date-iso8601)
9705         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
9706         (gnus-treat-strip-trailing-blank-lines)
9707         (gnus-treat-strip-leading-blank-lines)
9708         (gnus-treat-strip-multiple-blank-lines)
9709         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
9710         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
9711         (gnus-treat-display-xface, gnus-treat-display-smileys)
9712         (gnus-treat-from-picon, gnus-treat-mail-picon)
9713         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
9714         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
9715         (gnus-treat-play-sounds, gnus-treat-translate)
9716         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
9717
9718         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
9719         (gnus-article-treat-body-boundary): Use it.
9720
9721         * message.el (message-mode): Fix doc.
9722         (message-mode-menu): Fix names.
9723
9724 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9725
9726         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
9727         articles.
9728
9729         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
9730         (gnus-picon-transform-address): Search for unknown faces as well.
9731         (gnus-picon-find-face): Don't search "news" for MISC.
9732         (gnus-picon-user-directories): Changed default back to exclude
9733         "unknown".
9734
9735         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
9736
9737         * gnus-picon.el (gnus-picon-find-face): Search through all
9738         databases.
9739         (gnus-picon-find-face): New implementation.
9740
9741         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
9742         keystroke.
9743         (gnus-topic-goto-next-topic): Ditto.
9744
9745         * gnus.el (gnus-summary-line-format): Changed default.
9746
9747         * nnmail.el (nnmail-extra-headers): Change default.
9748
9749         * gnus-sum.el (gnus-extra-headers): Change default.
9750
9751         * message.el (message-news-other-window): Changed "news" to
9752         "posting".
9753         (message-news-other-frame): Ditto.
9754         (message-do-send-housekeeping): Ditto.
9755
9756         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
9757         function.
9758         (gnus-article-unread-p): New function.
9759         (gnus-article-unseen-p): New function.
9760         (gnus-dead-summary-mode-map): Typo.
9761
9762         * gnus-util.el (gnus-make-predicate): New function.
9763         (gnus-make-predicate-1): New function.
9764
9765         * gnus-sum.el: New function.
9766         (gnus-map-articles): New function.
9767
9768         * gnus-art.el (gnus-treat-fold-headers): New variable.
9769         (gnus-article-treat-fold-headers): New command and keystroke.
9770
9771         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
9772         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
9773
9774 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
9775
9776         * message.el (message-fcc-externalize-attachments): New variable.
9777         (message-do-fcc): Use it.
9778
9779         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
9780         (gnus-inews-do-gcc): Use it.
9781
9782         * mml.el (mml-tweak-sexp-alist): New variable.
9783         (mml-externalize-attachments): New variable.
9784         (mml-tweak-part): Use mml-tweak-sexp-alist.
9785         (mml-tweak-externalize-attachments): New function.
9786
9787 2002-01-01  Steve Youngs  <youngs@xemacs.org>
9788
9789         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
9790         'set-glyph-face' so x-face back/foreground can be set.
9791
9792 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
9793
9794         * message.el (message-fix-before-sending): Fix a typo.
9795
9796 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9797
9798         * gnus-art.el (gnus-treat-smiley): Renamed command.
9799         (gnus-article-remove-images): New command and keystroke.
9800
9801         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
9802
9803         * smiley-ems.el (gnus-smiley-display): Removed.
9804
9805         * gnus.el (gnus-version-number): Update version.
9806
9807         * message.el (message-text-with-property): Renamed and moved
9808         here.
9809         (message-fix-before-sending): Highlight invisible text and place
9810         point there.
9811
9812 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9813
9814         * gnus.el: Oort Gnus v0.04 is released.
9815
9816 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9817
9818         * gnus-delay.el (gnus-delay-send-queue): Renamed.
9819
9820         * gnus-art.el (gnus-ignored-headers): More headers,
9821
9822         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
9823         of `scan-error', since XEmacs doesn't seem to support that.
9824
9825 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9826
9827         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
9828         arg.
9829         (gnus-summary-best-unread-subject): Ditto.
9830         (gnus-summary-best-unread-subject): No, don't.
9831         (gnus-summary-better-unread-subject): New command.
9832
9833         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
9834
9835         * lpath.el ((featurep 'xemacs)): fbind url function.
9836
9837         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
9838         buffer.
9839         (gnus-xmas-remove-image): Implementation that does something.
9840         (gnus-xmas-article-display-xface): Mark images properly.
9841
9842         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
9843
9844 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
9845
9846         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
9847
9848 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9849
9850         * gnus-group.el (gnus-group-line-format): Added %O to the default
9851         value.
9852
9853         * gnus-util.el (gnus-text-with-property): The smallest point is
9854         point-min.
9855
9856         * smiley-ems.el (smiley-region): Return images.
9857         (gnus-smiley-display): Allow toggling.
9858         (smiley-region): Use text properties, not overlays.
9859
9860         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
9861         implemented yet.
9862
9863         * smiley-ems.el (smiley-update-cache): Check for valid types.
9864
9865         * gnus-art.el (gnus-with-article-buffer): New macro.
9866
9867         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
9868         strings as well as the glyphs.
9869         (gnus-picon-transform-address): Ditto.
9870         (gnus-picon-insert-glyph): Ditto.
9871         (gnus-picon-transform-newsgroups): Toggle.
9872         (gnus-picon-transform-address): Toggle.
9873
9874         * gnus-ems.el (gnus-remove-image): New function.
9875         (gnus-put-image): Take an optional string.
9876
9877         * gnus-util.el (gnus-text-with-property): New function.
9878
9879         * gnus-art.el (gnus-delete-images): New function.
9880
9881         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
9882
9883         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
9884         (gnus-article-wash-status): Use it.
9885         (gnus-signature-toggle): Clean up.
9886         (gnus-add-wash-status): New function.
9887         (gnus-delete-wash-status): New function.
9888         (gnus-article-hide-text-type): Use them throughout.
9889         (gnus-add-image): New function.
9890
9891         * gnus-ems.el (gnus-article-display-xface): Use new interface.
9892
9893         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
9894         interface.
9895
9896         * gnus-art.el (article-display-x-face): Cleaned up.
9897
9898         * rfc2047.el (rfc2047-field-value): New function.
9899
9900         * mail-parse.el (mail-header-field-value): New alias.
9901
9902         * gnus-art.el (gnus-mime-print-part): Fix typos.
9903
9904         * smiley-ems.el (gnus-smiley-file-types): New variable.
9905         (smiley-update-cache): Use it.
9906         (smiley-regexp-alist): Suffix-less smiley names.
9907         (smiley-regexp-alist): Added more smileys.
9908
9909         * gnus-sum.el (gnus-print-buffer): Made into own function.
9910         (gnus-summary-print-article): Use it.
9911
9912         * mailcap.el (mailcap-mime-info): Actually return the bit that we
9913         looked for when REQUEST is a string.
9914
9915         * gnus-art.el (gnus-mime-button-commands): Add printing
9916         keystroke.
9917         (gnus-mime-copy-part): Doc fix.
9918         (gnus-mime-print-part): New command.
9919
9920 2001-12-31  Simon Josefsson  <jas@extundo.com>
9921
9922         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
9923         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
9924
9925 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
9926
9927         * gnus-picon.el (gnus-treat-from-picon): Autoload.
9928         (picon): Fix doc.
9929
9930         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
9931         longer exists. Remove those codes.
9932         * gnus.el (gnus-use-picons): Ditto.
9933
9934 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9935
9936         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
9937         infloop.
9938
9939         * gnus-sum.el (t): New `W D' map.
9940
9941         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
9942         (gnus-article-treat-body-boundary): Clean up.
9943         (gnus-body-boundary-face): Removed.
9944         (gnus-article-goto-header): Moved here.
9945         (gnus-article-goto-header): Allow better regexps.
9946         (gnus-article-treat-fold-newsgroups): New command.
9947
9948         * gnus-sum.el (gnus-summary-move-article): We have to select an
9949         article to give `gnus-read-move-group-name' an opportunity to
9950         suggest an appropriate default.
9951
9952         * rfc2047.el (rfc2047-fold-line): New function.
9953         (rfc2047-unfold-line): Ditto.
9954         (rfc2047-fold-region): Don't fold just after the header name.
9955
9956         * mail-parse.el (mail-header-fold-line): New alias.
9957         (mail-header-unfold-line): Ditto.
9958
9959         * gnus-art.el (gnus-body-boundary-face): Renamed.
9960         (gnus-article-treat-body-boundary): Use it.
9961         (gnus-article-treat-body-boundary): Use an invisible header and a
9962         line of underline characters.
9963
9964 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
9965
9966         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
9967
9968         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
9969         (gnus-picon-split-address): New function.
9970         (gnus-picon-find-face): Use it.
9971         (gnus-picon-transform-address): Use it. Set first to t for each
9972         address.
9973
9974         * gnus-art.el (gnus-with-article-headers): Move to here. Define
9975         the macro then use it.
9976         (gnus-treatment-function-alist): Treat picons earlier.
9977
9978 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9979
9980         * gnus-art.el (gnus-body-separator-face): New variable.
9981         (gnus-article-treat-body-boundary): Use a blank, colored line.
9982
9983         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
9984         well.
9985
9986         * gnus-art.el (gnus-treat-body-boundary): New variable.
9987         (gnus-article-treat-unfold-headers): Use helper macro.
9988         (gnus-article-treat-body-boundary): New command.
9989
9990         * gnus.el (gnus-logo-color-style): Change the default color.
9991         (gnus-splash-face): Gray, gray.
9992
9993         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
9994         colors.
9995
9996         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
9997         (gnus-logo-color-style): Ditto.
9998         (gnus-logo-colors): Ditto.
9999
10000         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
10001
10002         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
10003
10004         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
10005         (gnus-picon-transform-newsgroups): New function.
10006
10007         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
10008         string.
10009
10010         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
10011
10012         * gnus-art.el (gnus-treat-cc-picon): New variable.
10013         (gnus-treat-mail-picon): Renamed.
10014
10015         * gnus-picon.el: New implementation.
10016         (gnus-picon-find-face): Renamed.
10017         (gnus-treat-from-picon): Use it.
10018         (gnus-picon-transform-address): Renamed.
10019         (gnus-treat-from-picon): Use it.
10020         (gnus-picon-create-glyph): Renamed.
10021         (gnus-picon-transform-address): Use it.
10022         (gnus-treat-cc-picon): New command.
10023
10024         * mm-decode.el (mm-create-image-xemacs): Separated out into
10025         function.
10026         (mm-get-image): Use it.
10027
10028         * gnus-art.el (gnus-treat-display-picons): Simplify.
10029         (gnus-treat-from-picon): Renamed.
10030
10031         * gnus-ems.el (gnus-create-image): New function.
10032         (gnus-put-image): New function.
10033
10034         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
10035         (gnus-with-article-headers): New macro.
10036         (gnus-article-goto-header): New function.
10037
10038         * gnus-xmas.el (gnus-image-type-available-p): New function.
10039
10040         * gnus-ems.el (gnus-image-type-available-p): New function.
10041
10042 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
10043
10044         * nnrss.el (nnrss-check-group): Find the correct tag, because
10045         xml.el is changed.
10046
10047 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10048
10049         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
10050         lines are shorter than the window width.
10051         (gnus-ignored-headers): More headers.
10052
10053 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10054
10055         * gnus-art.el (gnus-treat-unfold-lines): New variable.
10056         (gnus-treat-unfold-headers): Renamed.
10057         (gnus-article-treat-unfold-headers): New command and keystroke.
10058
10059         * rfc2047.el (rfc2047-encode-message-header): Clean up.
10060
10061         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
10062
10063 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
10064
10065         * sha1-el.el (sha1-use-external): New variable.
10066         (sha1-region): Use it.
10067         (sha1-string): Ditto.
10068
10069         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
10070         * gnus-picon.el: Less warnings when compile.
10071
10072 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10073
10074         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
10075         alias.
10076         (gnus-picons-database): Default to list.
10077         (gnus-picons-lookup-internal): Use it.
10078
10079         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
10080         to "bogus".
10081
10082         * gnus-win.el (gnus-configure-windows-hook): New hook.
10083
10084 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
10085
10086         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
10087
10088 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10089
10090         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
10091         lists.
10092         (gnus-select-newsgroup): Don't append; push.
10093         (gnus-adjust-marked-articles): Remove obsolete ranges from
10094         `seen'.
10095         (gnus-update-marks): Clean up.
10096         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
10097
10098 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
10099
10100         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
10101
10102 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10103
10104         * gnus-sum.el (gnus-auto-select-subject): New variable.
10105         (gnus-summary-best-unread-subject): New function.
10106         (gnus-summary-best-unread-article): Use it.
10107         (gnus-summary-first-unseen-subject): New function and command.
10108
10109         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
10110         other treatments.
10111
10112         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
10113         function.
10114
10115         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
10116         from the list of hidden types.
10117
10118         * mm-view.el (mm-inline-text): Ditto.
10119         (mm-inline-text): Ditto.
10120         (mm-w3-prepare-buffer): Ditto.
10121
10122         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
10123
10124 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10125
10126         * gnus-art.el (gnus-ignored-headers): Added more headers.
10127
10128 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
10129
10130         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
10131         once.
10132
10133 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10134
10135         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
10136
10137 2001-12-28  Simon Josefsson  <jas@extundo.com>
10138
10139         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
10140         Jesper Harder <harder@ifa.au.dk>.
10141
10142 2001-12-27  Simon Josefsson  <jas@extundo.com>
10143
10144         * gnus-sum.el (gnus-select-newsgroup): Make
10145         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
10146         contain all articles (instead of none) when no seen marks have
10147         been set for the group.
10148         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
10149         instead, it seems to result in shorter ranges.
10150
10151 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10152
10153         * mm-util.el (mm-iso-8859-x-to-15-region): Use
10154         insert-before-markers.
10155         From Jesper Harder <harder@ifa.au.dk>
10156
10157 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
10158
10159         * nnmaildir.el (nnmaildir-save-mail): create the destination
10160         groups if they do not exist.
10161
10162 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10163
10164         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
10165
10166 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10167
10168         * gnus-group.el (gnus-group-read-ephemeral-group): Call
10169         gnus-group-real-name.
10170
10171         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
10172         (gnus-newsgroup-variables): Ditto.
10173
10174         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
10175         return it.
10176
10177 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
10178
10179         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
10180         * nnmaildir.el (top-level): Add commentary.
10181         (nnmaildir-version): Indicate that nnmaildir is now a standard
10182         part of Gnus, not separately released.
10183
10184 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10185
10186         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
10187         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
10188         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
10189         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10190
10191 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10192
10193         * nnmaildir.el: Copyright changes. Require cl only at compile time.
10194
10195 2001-12-20  Simon Josefsson  <jas@extundo.com>
10196
10197         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
10198         ZHU <zsh@cs.rochester.edu>.
10199         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
10200         Brian P Templeton <bpt@tunes.org>.
10201
10202 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10203
10204         * nnmaildir.el: New file.
10205         From Paul Jarc <prj@po.cwru.edu>.
10206
10207 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10208
10209         * nndoc.el (nndoc-type-alist): Move forward to the end.
10210
10211 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10212
10213         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
10214         `dolist'.
10215
10216 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10217
10218         * gnus-win.el (gnus-frames-on-display-list): New function.
10219         (gnus-get-buffer-window): Use it.
10220
10221 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10222
10223         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
10224
10225 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10226
10227         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
10228
10229 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10230            From Harald Meland <Harald.Meland@usit.uio.no>
10231
10232         * gnus-win.el (gnus-get-buffer-window): New function.
10233         (gnus-all-windows-visible-p): Use it.
10234
10235         * gnus-util.el (gnus-horizontal-recenter)
10236         (gnus-horizontal-recenter, gnus-horizontal-recenter)
10237         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
10238
10239         * gnus-score.el (gnus-score-insert-help): Use it.
10240
10241         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
10242         (gnus-generate-tree, gnus-highlight-selected-tree)
10243         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
10244         it.
10245
10246         * gnus-art.el (gnus-article-set-window-start)
10247         (gnus-mm-display-part, gnus-request-article-this-buffer)
10248         (gnus-button-next-page, gnus-button-prev-page)
10249         (gnus-article-button-next-page, gnus-article-button-prev-page):
10250         Use it.
10251
10252 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
10253
10254         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
10255         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
10256         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
10257
10258 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10259
10260         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
10261         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
10262         * mml1991.el, nnultimate.el: Add `coding'.
10263
10264 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
10265
10266         * ChangeLog: changed coding to buffer-file-coding-system
10267         * ChangeLog.1: same
10268         * nnwfm.el: same
10269         * gnus-smiley.el: same
10270         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
10271         * gnus-delay.el: same
10272         * gnus-spec.el: same
10273         * message.el: same
10274         * mml1991.el: same
10275         * nnultimate.el: same
10276
10277 2001-12-16  Simon Josefsson  <jas@extundo.com>
10278         Inspired by code by Dirk Meyer <dischi@tzi.de>.
10279
10280         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
10281         (gnus-summary-save-map): Add muttprint.
10282         (gnus-summary-make-menu-bar): Ditto.
10283         (gnus-summary-muttprint): New function.
10284
10285         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
10286
10287 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10288
10289         * uudecode.el (uudecode-decode-region-internal): Speedup by using
10290         temporary list instead of buffer.
10291
10292         * mm-url.el (executable-find): autoload.
10293
10294 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
10295
10296         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
10297         to variable, follow doc-string conventions).
10298
10299 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
10300
10301         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
10302         subscribe-level
10303         * gnus-topic.el (gnus-subscribe-topics): use it.
10304
10305 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10306
10307         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
10308         messages. (A small patch with indentation)
10309         From Sean Neakums <sneakums@zork.net>.
10310
10311         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
10312         nil after shooting down the gnus-original-article-buffer.
10313
10314 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10315
10316         * uudecode.el (uudecode-use-external): New variable.
10317         (uudecode-decode-region): Automatically detect external program.
10318
10319         * binhex.el (binhex-use-external): New variable.
10320         (binhex-decode-region-internal): New function.
10321         (binhex-decode-region): Automatically detect external program.
10322
10323         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
10324         Use them.
10325
10326 2001-12-12  Simon Josefsson  <jas@extundo.com>
10327
10328         * nnvirtual.el (nnvirtual-always-rescan)
10329         (nnvirtual-component-regexp): Fix doc.
10330
10331         * nnoo.el (defvoo): Add doc to defvoo variables.
10332
10333         * nnml.el (nnml-directory, nnml-active-file)
10334         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
10335         (nnml-marks-is-evil, nnml-filenames-are-evil)
10336         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
10337
10338         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
10339         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
10340         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
10341         `error'.
10342
10343         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
10344         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
10345
10346         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
10347         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
10348         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
10349         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
10350
10351         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
10352         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
10353
10354         * imap.el, nnimap.el: Fix indentation.
10355
10356         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
10357
10358 2001-12-12  Didier Verna  <didier@xemacs.org>
10359
10360         * gnus-msg.el (gnus-group-news): New function.
10361         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
10362         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
10363         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
10364         for it.
10365         * gnus-msg.el (gnus-summary-news-other-window): New function.
10366         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
10367         bind it to `i'.
10368         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
10369         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
10370         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
10371         for it (called with a prefix).
10372         * gnus-msg.el (gnus-configure-posting-styles): add an optional
10373         group-name argument.
10374         * gnus-msg.el (gnus-setup-message): use it.
10375
10376 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10377
10378         * gnus-sum.el (gnus-summary-show-article): Fix doc.
10379
10380 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10381
10382         * mml.el (mime-to-mml): Remove Content-Disposition too.
10383
10384 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10385
10386         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
10387         * gnus-group.el (gnus-group-name-decode): Decode unibyte
10388         strings only.
10389         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
10390
10391 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
10392
10393         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
10394         (nnmail-fancy-expiry-target): Use it.
10395         Suggestions from Simon Josefsson <jas@extundo.com>.
10396
10397 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10398
10399         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
10400
10401 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10402
10403         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
10404
10405         * gnus-util.el (gnus-url-unhex-string): Move here.
10406
10407 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10408
10409         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
10410         mm-url-decode-entities-nbsp.
10411
10412         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
10413         * webmail.el, nnwfm.el: Use mm-url.
10414
10415         * mm-url.el (mm-url-fetch-form): Move from nnweb.
10416         (mm-url-remove-markup): Move from nnweb.
10417         (mm-url-fetch-simple): Move from webmail.
10418
10419         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
10420
10421 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10422
10423         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
10424         (gnus-summary-print-article): Use it.
10425
10426         * gnus-util.el (gnus-replace-in-string): Typo.
10427
10428 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10429
10430         * nnweb.el (nnweb-replace-in-string): Removed.
10431
10432         * gnus-util.el (gnus-replace-in-string): New function.
10433         (gnus-mode-string-quote): Use it.
10434
10435         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
10436         * nnwfm.el (nnwfm-create-mapping): Ditto.
10437
10438 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10439
10440         * dgnushack.el (dgnushack-compile): nnrss.el and
10441         nnslashdot.el don't depend on nnweb, url, w3.
10442
10443         * nnrss.el: Use mm-url.
10444
10445 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10446
10447         * mm-url.el (mm-url-insert-file-contents): Support file:.
10448
10449 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10450
10451         * mm-view.el: Lower case for the description line. Sync from the
10452         Emacs CVS.
10453
10454 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10455
10456         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
10457         From:  Stefan Monnier  <monnier@cs.yale.edu>
10458
10459 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10460
10461         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
10462
10463 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10464
10465         * mm-url.el: Require executable.
10466         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
10467
10468 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10469
10470         * pop3.el (pop3-munge-message-separator): Only use valid date.
10471         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
10472
10473         * Makefile.in: gnus-load.elc may not be generated.
10474
10475 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10476
10477         * mm-url.el: New file.
10478         * nnslashdot.el: Use it.
10479         * mm-extern.el (mm-extern-url): Use it.
10480
10481 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10482
10483         * gnus-sum.el (gnus-summary-save-article): Nix
10484         gnus-display-mime-function and gnus-article-prepare-hook.
10485
10486         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
10487         the beginning of lines.
10488         (gnus-complex-form-to-spec): Ditto.
10489
10490 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10491
10492         * message.el (message-make-mft): Fix the m-s-a-file regexp.
10493         From Paul Jarc <prj@po.cwru.edu>.
10494
10495 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10496
10497         * message.el: New variable message-subscribed-address-file;
10498         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
10499
10500 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10501
10502         * message.el (message-tab-body-function): Set to nil.
10503         (message-tab): Use text-mode-map or global-map.
10504         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
10505
10506 2001-11-30  Simon Josefsson  <jas@extundo.com>
10507
10508         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
10509         instead of gnus-union, for speed.  Suggested by Christoph Conrad
10510         <christoph.conrad@gmx.de>.
10511         (gnus-agent-fetch-group-1): Add verbose message.
10512
10513 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10514
10515         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
10516         of integers.
10517
10518 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10519
10520         * message.el (message-newgroups-header-regexp)
10521         (message-completion-alist, message-tab-body-function): Use
10522         defcustom rather than defvar.
10523         (message-tab): Mention `message-tab-body-function' in doc.
10524         Suggested by Karl Eichwalder.
10525
10526 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10527
10528         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
10529
10530 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10531
10532         * nnheader.el (nnheader-find-nov-line): Don't use macro
10533         gnus-delete-line.
10534
10535         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
10536         (gnus-group-name-charset): Ditto.
10537
10538         * gnus-util.el (gnus-buffer-live-p): Ditto.
10539
10540 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10541
10542         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
10543         open parenthesis in doc.
10544         (sieve-manage-authenticator-alist): Typo in doc.
10545         * imap.el (imap-authenticator-alist): Typo in doc.
10546         (imap-stream-alist): Backslash.
10547
10548         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
10549           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
10550
10551 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10552
10553         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
10554
10555         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
10556
10557         * gnus-msg.el (gnus-configure-posting-styles): use
10558         make-local-hook. Add LOCAL for add-hook.
10559
10560 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
10561
10562         * message.el (message-mode): Use `make-local-hook' unless
10563         obsolete.
10564         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
10565
10566 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10567
10568         * canlock.el: Remove sha1.el and base64.el stuff.
10569
10570 2001-11-26  Didier Verna  <didier@xemacs.org>
10571
10572         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
10573         if needed.
10574
10575 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10576
10577         * message.el (message-tamago-not-in-use-p): New function.
10578         (message-strip-forbidden-properties): Use it.
10579
10580 2001-11-26  Didier Verna  <didier@xemacs.org>
10581
10582         * gnus-start.el (gnus-check-first-time-used): only check for
10583         existence of .el[d] files.
10584
10585 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10586
10587         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
10588
10589         * message.el (message-setup-1): Clean up mc-*.
10590
10591 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10592
10593         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
10594         * gnus-score.el (gnus-score-find-bnews): Use it.
10595
10596         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
10597         (gnus-summary-limit-to-author): Ditto.
10598         (gnus-summary-limit-to-extra): Ditto.
10599         (gnus-summary-find-matching): Support not-matching argument.
10600
10601 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10602
10603         * message.el (message-wash-subject): Use `insert' rather than
10604         `insert-string', which is deprecated.
10605
10606 2001-11-24  Simon Josefsson  <jas@extundo.com>
10607
10608         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
10609         message. (Gnus does not "default" to using 8bit for the message,
10610         it default to use 8bit encoding and the user-supplied CTE
10611         value. Calling this behaviour "treating it as 8bit" is perhaps
10612         better.)
10613
10614         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
10615         (compare mm-charset-to-coding-system).
10616
10617 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10618
10619         * canlock.el (canlock-sha1-with-openssl): Use unibyte
10620         buffer. Correctly decode hex.
10621
10622 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10623
10624         * gnus-agent.el (gnus-category-insert-line): Convert category
10625         names to strings.
10626
10627 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10628
10629         * message.el (sha1): eval-and-compile.
10630
10631 2001-11-20  Simon Josefsson  <jas@extundo.com>
10632
10633         * message.el (message-allow-no-recipients): New variable.
10634         (message-send): Use it, customize the prompting when posting to
10635         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
10636
10637 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10638
10639         * mm-util.el (mm-coding-system-priorities): New variable.
10640         (mm-sort-coding-systems-predicate): New function.
10641         (mm-find-mime-charset-region): Resort coding systems if needed.
10642         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
10643
10644 2001-11-20  Didier Verna  <didier@xemacs.org>
10645
10646         * gnus-group.el (gnus-group-make-help-group): new optional
10647         argument to control the error behavior.
10648         * gnus-start.el (gnus-check-first-time-used): use it to avoid
10649         erroring.
10650
10651 2001-11-19  Simon Josefsson  <jas@extundo.com>
10652
10653         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
10654         instead of C-c C-u.  Suggested by Per Abrahamsen
10655         <abraham@dina.kvl.dk>.
10656
10657 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10658
10659         * nnfolder.el (nnfolder-read-folder): Use group instead of
10660         nnfolder-current-group.
10661         Suggested by Lorentey Karoly <lorentey@elte.hu>.
10662
10663 2001-11-17  Simon Josefsson  <jas@extundo.com>
10664
10665         * message.el (message-send): Ask user if Fcc/Gcc should be
10666         performed when no other sender was specified.
10667         Suggested by prj@po.cwru.edu (Paul Jarc).
10668
10669 2001-11-17  Simon Josefsson  <jas@extundo.com>
10670
10671         * message.el (message-mode, message-mode-map): Use C-c C-u for
10672         Importance: instead of C-c C-p (used by SC).
10673
10674 2001-11-16  Simon Josefsson  <jas@extundo.com>
10675
10676         * message.el (message-insert-importance-high)
10677         (message-insert-importance-low): Save point.
10678
10679         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
10680         value.
10681
10682 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
10683
10684         * message.el (message-strip-special-text-properties): New option.
10685         (message-strip-forbidden-properties): Obey it.
10686
10687 2001-11-14  Sam Steingold  <sds@gnu.org>
10688
10689         * gnus-score.el: Fixed some doc strings to properly quote symbols.
10690
10691 2001-11-15  Simon Josefsson  <jas@extundo.com>
10692
10693         Support "Importance:" header in Message.
10694
10695         * message.el (message-mode-map): Bind C-c C-p to
10696         `message-insert-or-toggle-importance'
10697         (message-mode-menu): Add message-insert-importance-{high,low}.
10698         (message-insert-importance-high, message-insert-importance-low)
10699         (message-insert-or-toggle-importance): New functions.
10700         (message-tool-bar-map): Add {un,}important.
10701         (message-mode): Doc fix.
10702
10703 2001-11-15  Simon Josefsson  <jas@extundo.com>
10704
10705         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
10706
10707         * mml.el (mml-menu): Fix toolbar tooltip.
10708
10709 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10710
10711         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
10712         * nnml.el (nnml-save-marks): Ditto.
10713
10714         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
10715
10716 2001-11-15  Simon Josefsson  <jas@extundo.com>
10717
10718         * nnml.el (nnml-save-marks):
10719         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
10720         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
10721
10722 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
10723
10724         * gnus-art.el (gnus-article-wash-status-strings): Use
10725         `copy-sequence', not `copy-seq'.
10726
10727 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
10728
10729         * gnus-art.el (gnus-article-wash-status-strings): New constant.
10730         (gnus-gnus-article-wash-status-entry): New function.
10731         (gnus-article-wash-status): Use it.
10732
10733 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10734
10735         * mml1991.el: Add coding header.
10736
10737 2001-11-12  Simon Josefsson  <jas@extundo.com>
10738
10739         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
10740         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
10741         `mml1991-sign' and `mml1991-encrypt'.
10742         (mml1991-encrypt, mml1991-sign): New glue functions.
10743         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
10744
10745         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
10746         (mml-menu): Add PGP to menu.
10747
10748         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
10749         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
10750         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
10751         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
10752
10753         * mml2015.el: Mention RFC 3156.
10754
10755         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
10756
10757 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10758
10759         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
10760
10761         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
10762           From <Michael.Cook@cisco.com>
10763
10764 2001-11-11  Simon Josefsson  <jas@extundo.com>
10765
10766         * message.el (top-level): Autoload sha1.
10767         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
10768         canlock, no need to require two different hash algs).  Suggested
10769         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
10770
10771 2001-11-09  Simon Josefsson  <jas@extundo.com>
10772
10773         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
10774         <Pavel@Janik.cz>.
10775
10776 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10777
10778         * message.el (message-point-in-header-p): New function.
10779         (message-do-auto-fill): Use it.
10780         (message-beginning-of-line): New function.  Goes to beginning of
10781         header value (i.e., end of header name), or to beginning of line
10782         if already at beginning of value.  Behaves like
10783         `beginning-of-line' when in message body.
10784         (message-mode-map): Bind it.
10785
10786 2001-11-08  Simon Josefsson  <jas@extundo.com>
10787
10788         * gnus-msg.el (gnus-posting-styles): Add doc.
10789
10790 2001-11-07  Simon Josefsson  <jas@extundo.com>
10791
10792         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
10793
10794         * sieve-mode.el (sieve-control-commands-face)
10795         (sieve-control-commands-face, sieve-action-commands-face)
10796         (sieve-test-commands-face, sieve-tagged-arguments-face): New
10797         faces.
10798         (sieve-font-lock-keywords): Use them.
10799         (sieve-mode): Only set font-lock-defaults in emacs.
10800
10801         * gnus-art.el (gnus-default-article-saver): Add
10802         gnus-summary-save-body-in-file.
10803         (gnus-summary-write-to-file): Fix doc.
10804
10805 2001-11-07  Simon Josefsson  <jas@extundo.com>
10806
10807         * gnus-art.el (gnus-treat-highlight-signature): Add cross
10808         reference to the correct chapter in the manual.
10809
10810         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
10811         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
10812
10813 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10814
10815         * mml.el (mml-preview): Bind mail-header-separator.
10816
10817 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10818
10819         * message.el: Always require canlock.
10820         (message-ignored-supersedes-headers): Include Cancel-Lock and
10821         Cancel-Key.
10822         (message-insert-canlock): Don't require canlock.
10823         (message-cancel-news): Don't check whether canlock is available.
10824         (message-supersede): Support cancel-locks.
10825
10826         * gnus-art.el: Don't autoload canlock.
10827
10828 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10829
10830         * mail-source.el (mail-source-fetch-imap): ASYNC param.
10831         From: <andre@slamdunknetworks.com>
10832
10833 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10834
10835         * many files: Fix copyright lines.
10836
10837 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10838
10839         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
10840         Suggested by Dave Love  <fx@gnu.org>.
10841
10842 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10843
10844         * message.el (message-kill-buffer): Remove auto-save file after
10845         confirm.
10846
10847         * message.el (message-send-mail): Call message-generate-headers
10848         once.  Suggested by Matt Armstrong <matt@lickey.com>.
10849
10850         * gnus-topic.el (gnus-topic-rename): Initial-input.
10851         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
10852
10853 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
10854
10855         * message.el (message-forbidden-properties): New constant.
10856         (message-strip-forbidden-properties): New function.
10857         (message-mode): Activate it.
10858
10859 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10860
10861         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
10862         (mm-hack-charsets): Fix doc.
10863
10864 2001-11-02  Simon Josefsson  <jas@extundo.com>
10865
10866         * gnus-int.el (gnus-check-server): Message "...done" when done.
10867
10868         * imap.el (imap-close): Don't message (imap-send-command-wait
10869         returns if the connection is dropped).
10870         (imap-wait-for-tag): Nix out message only when necessary.
10871
10872         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
10873         for non-crossposting.
10874         (gnus-sieve-crosspost): Default to t to be consistent with other
10875         parts of Gnus.
10876
10877 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10878
10879         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
10880         (mm-iso-8859-x-to-15-table): Ditto.
10881         (mm-iso-8859-x-to-15-region): Ditto.
10882         (mm-find-mime-charset-region): Ditto.
10883
10884 2001-11-01  Simon Josefsson  <jas@extundo.com>
10885
10886         * nnimap.el (nnimap-close-asynchronous): New variable.
10887         (nnimap-close-group): Use it.
10888         (nnimap-expunge): Don't use it.
10889
10890         * imap.el (imap-callbacks): New variable.
10891         (imap-remassoc): Copied from `gnus-remassoc'.
10892         (imap-add-callback): New function.
10893         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
10894         behaviour.
10895         (imap-parse-response): Call the callback.
10896
10897         * message.el (message-insert-canlock): New variable.
10898         (message-canlock-generate, message-canlock-password)
10899         (message-insert-canlock): New functions.
10900         (message-send-news): Call `message-insert-canlock'.
10901         (top-level): Require canlock when compiling.
10902         (message-insert-canlock): Require canlock before we need it.
10903
10904 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10905
10906         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
10907
10908 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10909
10910         * dgnushack.el (dgnushack-make-load): A workaround for
10911         custom-add-loads bug in some versions of XEmacs.
10912
10913 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10914
10915         * mm-util.el (mm-charset-synonym-alist): Revert (some).
10916
10917 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10918
10919         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
10920         (mm-hack-charsets): New variable.
10921         (mm-iso-8859-15-compatible): New variable.
10922         (mm-iso-8859-x-to-15-table): New variable.
10923         (mm-find-mime-charset-region): Add parameter hack-charsets.
10924
10925         * mm-bodies.el (mm-encode-body): Use it.
10926         * mml.el (mml-parse-1): Ditto.
10927
10928 2001-11-01  Simon Josefsson  <jas@extundo.com>
10929
10930         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
10931
10932 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10933
10934         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
10935         is nil.
10936
10937 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10938
10939         * smiley-ems.el (smiley-update-cache): Auto detect file type.
10940
10941         * message.el (message-forward-rmail-make-body): Use
10942         save-window-excursion.
10943         (message-encode-message-body): Search with noerror.
10944         (message-setup-1): Convert compose-mail send-actions to
10945         message-send-actions.
10946
10947 2001-11-01  Simon Josefsson  <jas@extundo.com>
10948
10949         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
10950         <yamaoka@jpl.org>.
10951
10952 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10953
10954         * sieve-manage.el (sieve-string-bytes): No complain.
10955
10956 2001-11-01  Simon Josefsson  <jas@extundo.com>
10957
10958         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
10959         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
10960         has autoload cookies, so no `require' should be necessary.)
10961
10962         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
10963         files.
10964
10965 2001-10-31  Simon Josefsson  <jas@extundo.com>
10966
10967         * gnus-cus.el (gnus-group-parameters): Support integer `display'
10968         parameter.
10969
10970         * gnus-sum.el (gnus-select-newsgroup): If group parameter
10971         `display' is a number (and C-u wasn't used to enter group), only
10972         fetch that number of articles.
10973
10974 2001-10-31  Matt Armstrong  <matt@lickey.com>
10975
10976         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
10977         not-subscribed -> subscribed.
10978
10979 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10980         From: Josh Huber <huber@alum.wpi.edu>
10981
10982         * message.el (message-subscribed-address-functions): New variable.
10983         (message-subscribed-addresses): New variable.
10984         (message-subscribed-regexps): New variable.
10985         (message-goto-mail-followup-to): New function.
10986         (message-send-mail): Add Mail-Followup-To.
10987         (message-make-mft): New function.
10988
10989         * gnus.el (gnus-find-subscribed-addresses): New function.
10990
10991 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10992
10993         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
10994         (mail-source-fetch-pop): Ditto.
10995         (mail-source-check-pop): Ditto.
10996
10997         * gnus-start.el (gnus-read-init-file): Ditto.
10998         (gnus-activate-group): Ditto.
10999         (gnus-read-newsrc-el-file): Ditto.
11000
11001 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11002
11003         * message.el (message-get-reply-headers): Make sure there is ", ".
11004
11005         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
11006         mm-coding-system-p. Don't correct it only in XEmacs.
11007         (mm-charset-to-coding-system): Use mm-coding-system-p and
11008         mm-get-coding-system-list.
11009         (mm-emacs-mule, mm-mule4-p): New variables.
11010         (mm-enable-multibyte, mm-disable-multibyte,
11011         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
11012         mm-with-unibyte-current-buffer,
11013         mm-with-unibyte-current-buffer-mule4): Use them.
11014         (mm-find-mime-charset-region): Treat iso-2022-jp.
11015
11016         From  Dave Love  <fx@gnu.org>:
11017
11018         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
11019         construction.
11020         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
11021         entries conditional on not having a coding system defined for
11022         them.
11023         (mm-mule-charset-to-mime-charset): Use
11024         find-coding-systems-for-charsets if defined.
11025         (mm-charset-to-coding-system): Don't use
11026         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
11027         later.  Add last resort search of coding systems.
11028         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
11029         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
11030         Mule 4.
11031         (mm-find-mime-charset-region): Re-write.
11032         (mm-with-unibyte-current-buffer): Restore buffer as well as
11033         multibyteness.
11034
11035 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11036
11037         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
11038         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
11039         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
11040
11041 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11042
11043         * gnus-art.el (article-display-x-face): Nix buffer-read-only
11044         again.
11045
11046         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
11047
11048 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11049
11050         * gnus-spec.el (gnus-parse-simple-format): Use
11051           buffer-substring-no-properties.
11052
11053 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11054
11055         * gnus-art.el (article-verify-cancel-lock): New function.
11056
11057         * nnheader.el (nntp-process-response): New variable.
11058         (nnheader-init-server-buffer): Make `nntp-process-response'
11059         buffer-local in `nntp-server-buffer'.
11060
11061         * nntp.el (nntp-prepare-post-hook): New hook.
11062         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
11063         (nntp-async-trigger): Ditto.
11064         (nntp-request-post): Insert a server's ID if there's no Message-ID
11065         header; run `nntp-prepare-post-hook'.
11066
11067 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11068
11069         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
11070         instead.
11071
11072         * message.el (message-forward-subject-author-subject): Don't use
11073         message-news-p, which widens the buffer.
11074         (message-forward-make-body): New function.
11075         (message-forward): Use it.
11076         (message-insinuate-rmail): New function.
11077         (message-forward-rmail-make-body): New function.
11078
11079 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11080
11081         * mm-extern.el (mm-extern): Provide it.
11082
11083         * mm-partial.el (mm-partial): Provide it.
11084
11085 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11086
11087         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
11088
11089 2001-10-29  Simon Josefsson  <jas@extundo.com>
11090
11091         * mml.el (mml-preview): Bind message-this-is-news if it is
11092         news. From Jesper Harder <harder@myrealbox.com>.
11093
11094 2001-10-28  Simon Josefsson  <jas@extundo.com>
11095
11096         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
11097
11098 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
11099
11100         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
11101         ironic smilies.
11102
11103 2001-10-27  Simon Josefsson  <jas@extundo.com>
11104
11105         * message.el (message-indent-citation): Don't add trailing
11106         whitespace when citing text.
11107
11108         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
11109         <harder@ifa.au.dk>.
11110
11111 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11112
11113         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
11114         not available.
11115         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
11116         (nnweb-type-definition): Add google as alias of dejanews.
11117         (nnweb-google-parse-1): Forward 1 line.
11118
11119 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11120
11121         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
11122         variable `message-forward-ignored-headers'.
11123
11124 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
11125
11126         * gnus.el (gnus-expand-group-parameter): New function.
11127         (gnus-expand-group-parameters): Call it.
11128         (gnus-group-fast-parameter): New function.
11129         (gnus-group-find-parameter): Call it.
11130
11131 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
11132
11133         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
11134         vector (it didn't before because of a bug).
11135         * gnus-msg.el (gnus-post-news): Use header vector directly, if
11136         available.  Before it converted it to an article number.
11137
11138         This makes followup to news articles with negative numbers in
11139         nnvirtual groups use news instead of mail.
11140
11141 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
11142
11143         * gnus.el (post-method): Use `native' instead of `nil'.
11144
11145         * gnus-msg.el (gnus-post-method): Ditto.
11146
11147 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
11148
11149         * gnus.el (gnus-define-group-parameter): Grammar fix.
11150
11151 2001-10-22  Simon Josefsson  <jas@extundo.com>
11152
11153         * gnus-msg.el (gnus-extended-version): Include
11154         system-configuration.
11155         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
11156
11157 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
11158
11159         * gnus.el (post-method): Customization fix: `native' is not a
11160         valid value.
11161         * gnus-msg.el (gnus-post-method): Doc and customization fix:
11162         `native' is not a valid value.
11163
11164 2001-10-21  Simon Josefsson  <jas@extundo.com>
11165
11166         * nnimap.el (nnimap): Defgroup
11167         (nnimap-strict-function, nnimap-strict-function-match): New
11168         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
11169         (nnimap-split-crosspost, nnimap-split-inbox)
11170         (nnimap-split-rule, nnimap-split-predicate)
11171         (nnimap-split-predicate): Defcustom.
11172         (nnimap-split-inbox, nnimap-expunge-search-string)
11173         (nnimap-importantize-dormant): Remove "*" from doc.
11174
11175 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11176
11177         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
11178         not supplied via prefix arg.  From Lisp, make arg mandatory.
11179         Suggested by Frank Schmitt.
11180
11181 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11182
11183         * message.el (message-do-auto-fill): Avoid calling
11184         'rfc822-goto-eoh'.
11185
11186 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11187         From Paul Jarc <prj@po.cwru.edu>.
11188
11189         * message.el (message-get-reply-headers): Restructure the logic
11190         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
11191
11192 2001-10-20  Simon Josefsson  <jas@extundo.com>
11193
11194         * message.el (message-cancel-news): Support cancel-locks.
11195         Suggested by Per Abrahamsson.
11196
11197         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
11198         conses.  From David Z Maze <dmaze@MIT.EDU>.
11199
11200         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
11201
11202 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
11203
11204         * mm-decode.el (mm-default-directory): Fix customize type.
11205
11206         * message.el (message-setup-fill-variables): Kludge to use
11207         normal-auto-fill-function even if auto fill is already activated.
11208
11209 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
11210
11211         * message.el (message-do-auto-fill): New version that does not
11212         rely on text properties, by Simon Josefsson <jas@extundo.com>.
11213         (message-setup-1): Removed the `message-field' property.
11214
11215         * gnus-draft.el (gnus-draft-edit-message): Removed the
11216         `message-field' property.
11217
11218 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
11219
11220         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
11221         `message-field'.  The `field' property has a special significance in
11222         Emacs 21.
11223
11224         * message.el (message-send, message-setup-1): Ditto.
11225
11226 2001-10-18  Simon Josefsson  <jas@extundo.com>
11227
11228         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
11229         when undoing.
11230
11231 2001-10-18  Simon Josefsson  <jas@extundo.com>
11232         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
11233
11234         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
11235         (gnus-summary-make-menu-bar): Ditto.
11236
11237 2001-10-17  Simon Josefsson  <jas@extundo.com>
11238
11239         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
11240         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
11241
11242 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11243
11244         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
11245         * gnus-util.el (gnus-user-date): New function.
11246         From Frank Schmitt <usenet@Frank-Schmitt.net>.
11247
11248 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
11249
11250         * message.el (message-check-news-header-syntax): Special case
11251         nnvirtual groups.
11252
11253         * gnus-sum.el (gnus-summary-respool-default-method): Changed
11254         customize type to `symbol'.
11255
11256 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11257
11258         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
11259         %&foo;.
11260         (gnus-parse-simple-format): Support user extended spec too.
11261         %u&foo; invokes gnus-user-format-function-foo.
11262
11263 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11264
11265         * nnml.el (nnml-request-expire-articles): Make sure it is back to
11266         the server.
11267         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
11268         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
11269         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
11270         * nndiary.el (nndiary-request-expire-articles): Ditto.
11271         (nndiary-schedule): Defsubst it before use it.
11272         (nndiary-error): eval-and-compile.
11273
11274 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
11275
11276         * gnus-msg.el (gnus-post-method): Changed two instances of
11277         `active' to `current' and one `null' to `not'.
11278
11279 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11280         From Katsumi Yamaoka <yamaoka@jpl.org>.
11281
11282         * message.el (message-setup-fill-variables): Use
11283         `normal-auto-fill-function' instead of `auto-fill-function'.
11284
11285 2001-10-16  Simon Josefsson  <jas@extundo.com>
11286
11287         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
11288         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
11289         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
11290
11291 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11292         Patch by Oliver Scholz <oscholz@my.gnus.org>.
11293
11294         * gnus-draft.el (gnus-draft-edit-message): Add text property
11295         `field' with value `header' to message headers.
11296         * message.el (message-setup-1): Really add text property to all of
11297         the header, not just part of it.
11298
11299 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11300
11301         * gnus-group.el (gnus-group-sort-by-server): Use it.
11302
11303         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
11304
11305         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
11306         and keystroke.
11307
11308 2001-10-14  Simon Josefsson  <jas@extundo.com>
11309
11310         * dig.el: Doc fix.
11311
11312         * smime.el: Doc fix.
11313
11314         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
11315         charset magic from message.el.
11316
11317 2001-10-12  Simon Josefsson  <jas@extundo.com>
11318         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
11319
11320         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
11321         'cite from g-a-wash-types.
11322         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
11323         (gnus-article-hide-citation): Fix.
11324
11325         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
11326         character.
11327         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
11328
11329         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
11330         definition.
11331         (gnus-signature-toggle): Toggle `s' mode line character.
11332
11333         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
11334         doing stuff that clears it.
11335
11336 2001-10-12  Simon Josefsson  <jas@extundo.com>
11337
11338         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
11339         From Eric Marsden <emarsden@laas.fr>.
11340
11341 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11342
11343         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
11344         (autoload): Add some autoloads.
11345
11346 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11347         Suggested by Oliver Scholz <epameinondas@gmx.de>.
11348
11349         * message.el (message-do-auto-fill): New function.  Like
11350         `do-auto-fill' but don't fill when in the message header.
11351         (message-setup-1): Put a text property on the message header.
11352         (message-setup-fill-variables): Use `message-do-auto-fill'.
11353
11354 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11355
11356         * message.el (message-send-mail-partially): Insert an empty line
11357         first, because of the change of message-make-lines.
11358
11359 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
11360
11361         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
11362         iso-8859-15, make it an alias for iso-8859-1.
11363
11364 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11365
11366         * message.el (message-send-news): Don't modify the value of
11367         `message-syntax-checks' if it is not a list (possibly it is
11368         `dont-check-for-anything-just-trust-me').
11369
11370 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11371
11372         * gnus-group.el (gnus-group-name-charset-group-alist): Use
11373         `find-coding-system' for XEmacs to check whether the coding-system
11374         `utf-8' is available.
11375
11376 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11377
11378         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
11379
11380 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
11381
11382         * message.el (message-send-news): Oops, missed case with no
11383         "Followup-To" header...
11384
11385 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
11386
11387         * message.el (message-send-news): Allow
11388         `gnus-group-name-charset-group-alist' to affect encoding of the
11389         "Newsgroups" and "Followup-To" headers.
11390
11391 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11392
11393         * Makefile.in (install-el): Depend on gnus-load.el.
11394
11395 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11396
11397         * Makefile.in (install-el): Use -f.
11398         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
11399
11400 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
11401
11402         * message.el (message-send-news): Don't encode Followups-To when
11403         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
11404
11405         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
11406         header.
11407
11408         * gnus-art.el (article-decode-group-name): Also decode
11409         "Followup-To".
11410
11411         * rfc2047.el (rfc2047-encode-message-header): Encode without
11412         asking for null methods.
11413
11414         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
11415         default charset for newsgroup names in accordance with USEFOR.
11416
11417         * gnus-group.el (gnus-group-name-charset-method-alist,
11418         gnus-group-name-charset-group-alist): Removed "*" from doc
11419         strings, "*" should not be used for complex variables.
11420
11421 2001-10-06  Simon Josefsson  <jas@extundo.com>
11422
11423         Support UTF-8 group names better.
11424
11425         * message.el (message-check-news-header-syntax): Encode group
11426         names before comparison.
11427
11428         * gnus-msg.el (gnus-copy-article-buffer): Run all
11429         `gnus-article-decode-hook's except `article-decode-charset'
11430         instead of hardcoding call to one of them.
11431
11432         * gnus-art.el (gnus-article-decode-hook): Add
11433         `article-decode-group-name'.
11434         (article-decode-group-name): New function, use `g-d-n'.
11435
11436         * gnus-group.el (gnus-group-insert-group-line): Decode
11437         gnus-tmp-group using `g-d-n'.
11438
11439         * gnus-util.el (gnus-decode-newsgroups): New function.
11440
11441 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
11442
11443         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
11444         `gnus-group-name-charset-group-alist'.
11445
11446 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11447
11448         * Makefile.in: Install el in install. Add uninstall.
11449
11450 2001-10-05  Simon Josefsson  <jas@extundo.com>
11451
11452         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
11453
11454         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
11455
11456         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
11457         empty folders.
11458
11459         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
11460         limiting if read-all (C-u RET) was used.
11461
11462 2001-10-04  Simon Josefsson  <jas@extundo.com>
11463
11464         * mail-source.el (mail-source-movemail-program): New variable.
11465         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
11466         <thutt@thutt.vmware.com>.
11467
11468 2001-10-03  Simon Josefsson  <jas@extundo.com>
11469
11470         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
11471         (gnus-summary-line-format-alist): Fix param.
11472
11473 2001-10-02  Simon Josefsson  <jas@extundo.com>
11474
11475         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
11476         don't go through `nnimap-request-expire-articles' to delete the
11477         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
11478
11479 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11480
11481         * gnus-agent.el (gnus-agent-write-active): The min in the
11482         agent/active may be larger than that in the server/active.
11483
11484 2001-10-01  Simon Josefsson  <jas@extundo.com>
11485
11486         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
11487         is IMAP4rev1.
11488
11489         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
11490
11491         * nnfolder.el: Ditto.
11492
11493 2001-09-30  Dan Christensen  <jdc@uwo.ca>
11494
11495         * gnus-sum.el (gnus-summary-extract-address-component): New function.
11496         (gnus-summary-from-or-to-or-newsgroups): Optimize.
11497
11498 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11499
11500         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
11501         (message-mode-menu): Menu item for same.
11502
11503         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
11504         delayed articles.
11505
11506         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
11507         nndraft:delayed does not exist.
11508         (gnus-delay-initialize): Don't set up keymap, that's done from
11509         message.el now.
11510         (gnus-delay, gnus-delay-group, gnus-delay-header)
11511         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
11512
11513 2001-09-29  Simon Josefsson  <jas@extundo.com>
11514
11515         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
11516         utf-8, not eight-bit-control.
11517
11518         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
11519         (imap-log, imap-debug): Custom.
11520         (imap-log-buffer, imap-debug-buffer): New constants.
11521         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
11522         (imap-network-open, imap-shell-open, imap-starttls-open)
11523         (imap-send-command-1, imap-send-command, imap-arrival-filter)
11524         (imap-debug): Use imap-*-buffer.
11525
11526         * nndoc.el (nndoc-article-type): Add mailman.
11527         (nndoc-type-alist): Ditto.
11528         (nndoc-mailman-type-p): New function.
11529
11530 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11531
11532         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
11533         gnus-art.el.
11534
11535 2001-09-27  Simon Josefsson  <jas@extundo.com>
11536
11537         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
11538         (gnus-topic-catchup-articles): New function. Suggested by Robin
11539         S. Socha <robin-dated-1001857693.185e29@socha.net>.
11540
11541 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11542         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
11543
11544         * gnus-ems.el (gnus-article-display-xface): Insert xface after
11545         previous ones.
11546
11547 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11548         From Daiki Ueno  <ueno@unixuser.org>
11549
11550         * gnus-sum.el (gnus-summary-show-article): The arglist of
11551         detect-coding-region is incompatible.
11552
11553 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11554         From Katsuhiro Hermit Endo <hermit@koka-in.org>
11555
11556         * gnus-group.el (gnus-group-delete-group): Typo.
11557
11558 2001-09-26  Simon Josefsson  <jas@extundo.com>
11559
11560         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
11561
11562         * nnimap.el (nnimap-expiry-target): Use temp buffer.
11563
11564 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11565
11566         * gnus-cus.el (gnus-group-parameters): Display as sexp.
11567
11568 2001-09-22  Simon Josefsson  <jas@extundo.com>
11569
11570         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
11571
11572         * nnfolder.el (nnfolder-open-marks): Ditto.
11573
11574         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
11575         (gnus-update-marks): Use it.
11576         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
11577         hardcoded list.
11578
11579         * gnus.el (gnus-article-special-mark-lists): Add killed.
11580         (gnus-article-unpropagated-mark-lists): New constant.
11581
11582 2001-09-22  Simon Josefsson  <jas@extundo.com>
11583
11584         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
11585         custom option.
11586
11587 2001-09-23  Simon Josefsson  <jas@extundo.com>
11588
11589         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
11590
11591 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11592
11593         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
11594
11595 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
11596
11597         * gnus-group.el (gnus-group-sort-function): Fix customize type to
11598         accept lists of functions.
11599
11600 2001-09-20  Simon Josefsson  <jas@extundo.com>
11601
11602         * gnus-group.el (gnus-group-catchup): Update expire marks in
11603         backend.  Also, if ALL also set expire marks on tick/dormant.
11604
11605 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11606
11607         * message.el (message-tab-body-function): New variable.
11608         * message.el (message-tab): Use it.
11609
11610 2001-09-19  Sam Steingold  <sds@gnu.org>
11611
11612         * gnus-win.el (gnus-buffer-configuration): Respect
11613         `gnus-bug-create-help-buffer'.
11614
11615 2001-09-18  Simon Josefsson  <jas@extundo.com>
11616
11617         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
11618         (gnus-parse-simple-format): Re-revert.
11619
11620 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
11621         Trivial patch.
11622
11623         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
11624         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
11625
11626 2001-09-18  Simon Josefsson  <jas@extundo.com>
11627
11628         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
11629         signed.
11630         (gnus-parse-simple-format): Don't use it.
11631
11632 2001-09-17  Miles Bader  <miles@gnu.org>
11633
11634         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
11635         error querying a backend abort the whole process.
11636
11637 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11638
11639         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
11640         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
11641
11642 2001-09-17  Didier Verna  <didier@xemacs.org>
11643
11644         * nndiary.el: version 0.2-b14.
11645         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
11646         compatibility problem with XEmacs 21.1.
11647
11648 2001-09-15  Simon Josefsson  <jas@extundo.com>
11649
11650         * gnus-group.el (gnus-group-line-format): Document %c.
11651
11652         * nnml.el (nnml-parse-head): Handle CRLF files.
11653         (nnml-generate-nov-file): Ditto.
11654         (nnml-retrieve-headers): Ditto.
11655
11656 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
11657
11658         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
11659
11660 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
11661
11662         * gnus-spec.el (gnus-correct-substring): Still stopped one
11663         character before we wanted (never included last character).
11664         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
11665         add missing "," (once per function)
11666
11667 2001-09-14  Simon Josefsson  <jas@extundo.com>
11668
11669         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
11670         (otherwise e.g. gnus-agentize in .gnus overrides the customized
11671         default before gnus-group is loaded and the variable set.)
11672
11673         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
11674         killed or unsent marks.
11675
11676         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
11677         isn't an article to set it on (e.g. when you `a' in a group).
11678
11679 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
11680
11681         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
11682         can read e-mails from Microsoft Outlook users not using ISO
11683         8859-2 character set.
11684
11685 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11686
11687         * gnus-diary.el: Minor modifications to avoid warnings.
11688         (gnus-summary-misc-menu): defvar.
11689         (gnus-diary-check-message): Use gnus-point-at-eol.
11690         (gnus-diary-kill-entire-line): eval-and-compile.
11691
11692 2001-09-12  Didier Verna  <didier@xemacs.org>
11693
11694         * nndiary.el: new version (0.2-b13).
11695         * nndiary.el (nndiary-mail-sources): doc update.
11696         * nndiary.el (nndiary-split-methods): ditto.
11697         * nndiary.el (nndiary-request-accept-article-hooks): New.
11698         * nndiary.el (nndiary-request-accept-article): use it, check
11699         message validity.
11700         * nndiary.el (nndiary-get-new-mail): changed default to nil.
11701         * nndiary.el (nndiary-schedule): fix bug (misplaced
11702         condition-case): it didn't return nil on error.
11703         * gnus-diary.el: new version.
11704         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
11705         * gnus-diary.el (gnus-diary-header-value-history): New.
11706         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
11707         * gnus-diary.el (gnus-diary-add-header): New.
11708         * gnus-diary.el (gnus-diary-check-message): New.
11709         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
11710         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
11711
11712 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11713
11714         * gnus-sum.el (gnus-select-newsgroup): Make
11715         `gnus-current-select-method' buffer-local.
11716
11717         * gnus-art.el (gnus-request-article-this-buffer): Refer
11718         `gnus-current-select-method' in the current summary buffer.
11719
11720 2001-09-10  Simon Josefsson  <jas@extundo.com>
11721         From Daniel Pittman <daniel@rimspace.net>
11722
11723         * gnus-spec.el (gnus-correct-pad-form): Fix.
11724
11725 2001-09-09  Simon Josefsson  <jas@extundo.com>
11726
11727         * mm-decode.el (mm-inline-media-tests): Add
11728         application/x-emacs-lisp.
11729         (mm-attachment-override-types): Add
11730         application/{x-,}pkcs7-signature.
11731
11732         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
11733         (gnus-server-line-format, gnus-server-mode-line-format)
11734         (gnus-server-browse-in-group-buffer): Customize.
11735
11736 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11737
11738         * nnml.el (nnml-marks-changed-p): Typo.
11739         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
11740         (nnml-marks-changed-p): Use gnus-gethash.
11741         (nnml-marks-modtime): Use gnus-make-hashtable.
11742
11743         * nnfolder.el (nnfolder-marks-changed-p): Typo.
11744         (nnfolder-request-expire-articles, nnfolder-save-marks)
11745         (nnfolder-open-marks): Typo.
11746         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
11747         (nnfolder-marks-changed-p): Use gnus-gethash.
11748         (nnfolder-marks-modtime): Use gnus-make-hashtable.
11749
11750 2001-09-08  Simon Josefsson  <jas@extundo.com>
11751
11752         * nnfolder.el (nnfolder-marks-modtime): New variable.
11753         (nnfolder-marks-changed-p): New function.
11754         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
11755         (nnfolder-request-update-info): Don't update if marks didn't change.
11756
11757         * nnml.el (nnml-marks-modtime): New variable.
11758         (nnml-marks-changed-p): New function.
11759         (nnml-save-marks, nnml-open-marks): Save modtime.
11760         (nnml-request-update-info): Don't update if marks didn't change.
11761
11762         * gnus-agent.el (gnus-agent-any-covered-gcc)
11763         (gnus-agent-add-server, gnus-agent-remove-server): Use
11764         gnus-agent-method-p.
11765
11766         * gnus-art.el (gnus-buttonized-mime-types): New variable.
11767         (gnus-unbuttonized-mime-type-p): Use it.
11768
11769         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
11770         fetch group.
11771
11772 2001-09-08  Simon Josefsson  <jas@extundo.com>
11773         From Daniel Pittman <daniel@rimspace.net>
11774
11775         * gnus-spec.el (gnus-correct-pad-form): New function.
11776         (gnus-parse-simple-format): Use it.
11777
11778 2001-09-07  Simon Josefsson  <jas@extundo.com>
11779
11780         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
11781         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
11782         Putnam <reader@newsguy.com>.
11783         (gnus-group-sort-selected-groups): Touch dribble file.
11784
11785 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
11786
11787         * nnml.el (nnml-filenames-are-evil): New variable.
11788         (nnml-article-to-file-alist): Rename to ...
11789         (nnml-current-group-article-to-file-alist): ... this.
11790         Respect `nnml-filenames-are-evil'.
11791         (nnml-active-number): Update.
11792         (nnml-update-file-alist): Update.
11793         (nnml-request-article): Use nnheader-article-to-file-alist.
11794         (nnml-request-rename-group): Likewise.
11795
11796 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11797
11798         * gnus-sum.el (gnus-summary-insert-line): Fix.
11799
11800 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
11801
11802         * gnus-sum.el: Bind g-s-t-s to "W g".
11803         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
11804         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
11805         display of graphical smilies.
11806
11807 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11808
11809         * gnus-start.el (gnus-setup-news): A typo.
11810         From Bill White <billw@wolfram.com>.
11811
11812 2001-09-06  Simon Josefsson  <jas@extundo.com>
11813
11814         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
11815         and unseen marks.
11816
11817 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11818
11819         * nnmail.el (nnmail-split-fancy): Document `junk'.
11820
11821 2001-09-04  Simon Josefsson  <jas@extundo.com>
11822
11823         * imap.el (imap-search): Don't error if server is broken.
11824
11825 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
11826
11827         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
11828         searching for an article that isn't in the mbox.
11829
11830 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11831
11832         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
11833         right, and get all the comments.
11834
11835 2001-09-02  Simon Josefsson  <jas@extundo.com>
11836         Suggested by Dan Christensen <jdc+news@uwo.ca>
11837
11838         * nnfolder.el (nnfolder-request-update-info): Fix message.
11839
11840         * nnml.el (nnml-request-update-info): Ditto.
11841
11842 2001-09-01  Simon Josefsson  <jas@extundo.com>
11843
11844         * nnml.el (nnml-request-expire-articles): Also bind
11845         `nnml-current-group' and `nnml-article-file-alist' when using
11846         expiry-target. (Otherwise nnml will be in a inconsistent internal
11847         state causing all kind of problems.)
11848         (nnml-request-expire-articles): If `nnml-article-to-file' or
11849         `file-attributes' failes, return article as un-expirable instead
11850         of treating it as expired.
11851
11852 2001-08-31  Sam Steingold  <sds@gnu.org>
11853
11854         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
11855         typo: `exmine' --> `examine'.
11856
11857 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11858
11859         * nndoc.el (nndoc-forward-type-p): It is not a digest.
11860
11861 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11862
11863         * nnml.el (nnml-check-directory-twice): Remove.
11864         (nnml-retrieve-headers): Ditto.
11865         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
11866
11867 2001-08-30  Andrew Innes  <andrewi@gnu.org>
11868
11869         * nnheader.el (nnheader-directory-files-is-safe): No need to read
11870         directory twice on Windows, or on GNU Emacs-21.
11871
11872 2001-08-30  Andrew Innes  <andrewi@gnu.org>
11873
11874         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
11875         (nnml-request-rename-group): Ditto.
11876         (nnml-active-number): Ditto.
11877         (nnml-request-create-group): Use nnml-directory-articles.
11878         (nnml-request-expire-articles): Use nnml-directory-articles, which
11879         gets list from nov database if available.
11880         (nnml-get-nov-buffer): New function.
11881         (nnml-open-nov): Use it.
11882         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
11883         gets alist from nov database if available.
11884         (nnml-directory-articles): New function.
11885         (nnml-article-to-file-alist): New function.
11886
11887 2001-08-30  Andrew Innes  <andrewi@gnu.org>
11888
11889         * mm-decode.el (mm-display-external): Use `name' as filename, if
11890         `filename' attribute is not present.
11891
11892 2001-08-30  Andrew Innes  <andrewi@gnu.org>
11893
11894         * mail-source.el (mail-source-flash): New defcustom.
11895         (mail-source-new-mail-p): Ring visible bell if appropriate.
11896         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
11897         timer is cleared even if mail check signals an error.
11898
11899 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11900
11901         * gnus-sum.el (gnus-summary-move-article): Only update marks of
11902         type 'list.
11903
11904 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11905
11906         * flow-fill.el (fill-flowed): eol might be point-max.
11907
11908 2001-08-27  Simon Josefsson  <jas@extundo.com>
11909
11910         * nnml.el (nnml-request-update-info): Fix message.
11911         (nnml-open-marks): Ditto.
11912
11913         * nnfolder.el (nnfolder-request-update-info):
11914         (nnfolder-open-marks): Fix message.
11915
11916 2001-08-25  Simon Josefsson  <jas@extundo.com>
11917
11918         * nnfolder.el (nnfolder-save-marks): Don't create directory named
11919         after group in ~/.
11920
11921 2001-08-25  Simon Josefsson  <jas@extundo.com>
11922         From Andreas Jaeger  <aj@suse.de>
11923
11924         * nnfolder.el (nnfolder-open-marks): Fix typo.
11925         * nnml.el (nnml-open-marks): Likewise.
11926
11927 2001-08-25  Simon Josefsson  <jas@extundo.com>
11928
11929         Make nnfolder groups self-contained as far as marks are concerned.
11930
11931         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
11932         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
11933         (nnfolder-open-server): Make marks directory.
11934         (nnfolder-request-delete-group): Delete marks file.
11935         (nnfolder-request-delete-group): Check of nov/marks file exist
11936         before deleting.
11937         (nnfolder-request-rename-group): Rename marks file.
11938         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
11939         (nnfolder-request-set-mark, nnfolder-request-update-info)
11940         (nnfolder-group-marks-pathname, nnfolder-save-marks)
11941         (nnfolder-open-marks): New functions.
11942         (top-level): Require gnus.
11943
11944 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11945
11946         * nnweb.el (nnweb-type-definition): Use google raw file.
11947         (nnweb-google-parse-1): Ditto.
11948         (nnweb-google-identity): Ditto.
11949         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
11950         (nnweb-altavista-wash-article): Ditto.
11951         (nnweb-request-article): Remove nnweb-decode-entities.
11952
11953         * nnml.el: Require 'gnus.
11954
11955 2001-08-25  Simon Josefsson  <jas@extundo.com>
11956
11957         * nnml.el (nnml-marks-is-evil): Add doc.
11958
11959 2001-08-25  Simon Josefsson  <jas@extundo.com>
11960
11961         * nnml.el (nnml-save-marks): Wrap saving marks in a
11962         condition-case, to allow user to start Gnus if saving marks failed
11963         for some reason.
11964
11965 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11966
11967         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
11968
11969         * gnus-group.el (gnus-update-group-mark-positions): Bind
11970         gnus-group-update-hook to nil.
11971
11972 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11973
11974         * mml.el (mml-generate-mime-1): Force as multibyte string.
11975
11976 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11977
11978         * gnus-sum.el (gnus-summary-insert-line)
11979         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
11980         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
11981
11982         * gnus-spec.el (gnus-correct-substring): Take optional END.
11983
11984         * nnrss.el (nnrss-request-article): Remove \n.
11985         (nnrss-retrieve-headers): Lines number is -1.
11986
11987 2001-08-24  Simon Josefsson  <jas@extundo.com>
11988
11989         * gnus-group.el (gnus-info-clear-data): Call
11990         nnfoo-request-set-mark to propagate marks.  Fix bug:
11991         `gnus-group-update-line' doesn't update read range unless we call
11992         `gnus-get-unread-articles-in-group' first.
11993
11994         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
11995         to server.
11996
11997 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11998
11999         * gnus-util.el (gnus-create-info-command): Return an interactive
12000         function.
12001
12002 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12003         From Katsumi Yamaoka <yamaoka@jpl.org>
12004
12005         * gnus-spec.el (gnus-parse-complex-format): Use equal.
12006
12007 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12008
12009         * gnus-sum.el (gnus-select-newsgroup): Use it.
12010
12011         * gnus-util.el (gnus-not-ignore): New function.
12012
12013         * lpath.el (featurep): Don't fbind char-int.
12014
12015         * gnus-util.el (gnus-create-info-command): New function.
12016
12017         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
12018         right node.
12019
12020         * gnus-sum.el (gnus-select-newsgroup): Clean up.
12021         (gnus-summary-limit-children): Use 'identity instead of `all'.
12022         (gnus-summary-limit-to-display-predicate): New command and
12023         keystroke.
12024
12025 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12026
12027         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
12028
12029         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
12030
12031 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12032
12033         * gnus-spec.el: Add the Gnus version.
12034         (gnus-update-format-specifications): If the Gnus version changes,
12035         nix out the format spec cache.
12036
12037         * gnus.el (gnus-continuum-version): Made into a command and
12038         optionalize the VERSION.
12039
12040         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
12041         the start of the lines.
12042
12043 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12044
12045         * gnus.el (gnus-visual-p): Define function before use of
12046         function.
12047
12048 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12049
12050         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
12051         (gnus-article-mark-to-type): New function.
12052         (gnus-update-missing-marks): Only update marks of type 'list.
12053
12054         * gnus.el (gnus-article-special-mark-lists): New variable.
12055
12056 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12057
12058         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
12059         (gnus-select-newsgroup): Still use 'all.
12060         (gnus-summary-initial-limit): Comparing with 'all.
12061
12062 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12063
12064         * gnus-start.el (gnus-activate-group): If dont-check, don't update
12065         active.
12066
12067 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12068
12069         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
12070         nnslashdot-*-retrieve-headers.
12071         (nnslashdot-request-article): Fix for slashcode 2.2.
12072         (nnslashdot-make-tuple): New function.
12073         (nnslashdot-read-groups): Use it.
12074
12075 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12076
12077         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
12078         list.
12079
12080         * gnus-sum.el (gnus-summary-move-article): Don't select article.
12081
12082 2001-08-20  Simon Josefsson  <jas@extundo.com>
12083
12084         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
12085         opened, error instead of continuing (and exploding later).
12086
12087 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12088
12089         * gnus.el (gnus-expand-group-parameters): Return the parameter
12090         list.
12091
12092         * gnus-sum.el (gnus-summary-show-article): Doc fix.
12093         (gnus-summary-show-article): Guess at charset if required.
12094
12095         * gnus-spec.el (gnus-correct-substring): Stopped one character
12096         before we wanted.
12097
12098 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
12099
12100         * earcon.el (earcon-auto-play): Remove unused option.
12101
12102 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12103
12104         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
12105         message down in levels, since it happens very fast.
12106
12107         * smiley-ems.el (smiley-update-cache): Respect the symbol version
12108         of smiley-regexp-alist.
12109
12110         * mm-view.el (mm-inline-text): Ignore vcard errors.
12111
12112         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
12113
12114         * gnus-score.el (gnus-all-score-files): Use append instead of
12115         nconc.
12116
12117         * gnus.el (gnus-splash-face): Doc fix.
12118
12119         * mm-decode.el (mm-mailcap-command): Use
12120         mm-path-name-rewrite-functions.
12121         (mm-path-name-rewrite-functions): New variable.
12122
12123         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
12124         (gnus-complex-form-to-spec): Insert tab.
12125         (gnus-spec-tab): New function.
12126
12127         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
12128         entering the group.
12129
12130         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
12131         the positional spec.
12132         (gnus-parse-complex-format): React to %C.
12133
12134         * gnus-ems.el (gnus-char-width): Moved here.
12135
12136         * gnus-sum.el (gnus-select-newsgroup): Set
12137         gnus-newsgroup-articles.
12138         (gnus-unseen-mark): New variable.
12139         (gnus-newsgroup-unseen): Ditto.
12140         (gnus-newsgroup-seen): Ditto.
12141         (gnus-adjust-marked-articles): Use them.
12142         (gnus-update-marks): Use them.
12143         (gnus-summary-update-secondary-mark): Display.
12144         (gnus-summary-prepare-threads): Display.
12145
12146         * gnus-msg.el (gnus-inews-group-method): Use and return the
12147         method, not the server.
12148
12149 2001-08-19  Simon Josefsson  <jas@extundo.com>
12150
12151         * gnus-srvr.el (gnus-server-agent-face): New.
12152         (gnus-server-agent-face): New.
12153         (gnus-server-mode): Turn on font-lock-mode.
12154
12155         * gnus.el (gnus-server-visual): Add defgroup.
12156
12157 2001-08-19  Simon Josefsson  <jas@extundo.com>
12158         From Joe Casadonte <jcasadonte@northbound-train.com>
12159
12160         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
12161         gnus-server-denied-face): New.
12162         (gnus-server-opened-face, gnus-server-closed-face,
12163         gnus-server-denied-face): New.
12164         (gnus-server-font-lock-keywords): Add.
12165
12166 2001-08-19  Simon Josefsson  <jas@extundo.com>
12167
12168         * nnml.el (nnml-request-set-mark): Return nil.
12169         (nnml-save-marks): Use nnml-possibly-create-directory.
12170         (nnml-open-marks): Only work in temp buffer when inserting/reading
12171         .marks file.
12172
12173 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12174
12175         * gnus.el (gnus-expand-group-parameters): Fix.
12176
12177         * gnus-spec.el (gnus-char-width): New function.
12178         (gnus-correct-substring, gnus-correct-length): Use it.
12179
12180         * message.el (message-required-mail-headers): Fix doc.
12181
12182 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12183
12184         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
12185
12186         * mm-decode.el (mm-save-part-to-file): Insert the handle.
12187
12188 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12189
12190         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
12191         slashdot 2.2 (not fully fixed yet).
12192         (nnslashdot-request-article): Ditto.
12193
12194 2001-08-18  Simon Josefsson  <jas@extundo.com>
12195
12196         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
12197         nnimap.
12198
12199         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
12200         gnus-util.
12201         (nnimap-request-update-info-internal): Use new functions.
12202
12203         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
12204         new functions.
12205
12206 2001-08-18  Simon Josefsson  <jas@extundo.com>
12207
12208         Make nnml groups self-contained as far as marks are concerned.
12209
12210         * nnml.el (nnml-request-delete-group): Delete marks file.
12211         (nnml-request-rename-group): Move marks file.
12212         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
12213         variables.
12214         (nnml-request-set-mark, nnml-request-update-info): New server
12215         functions.
12216         (nnml-save-marks, nnml-open-marks): New functions.
12217
12218 2001-08-18  Simon Josefsson  <jas@extundo.com>
12219
12220         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
12221         `set' when setting marks.
12222
12223 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12224
12225         * gnus.el (gnus-info-find-node): Take an argument.
12226
12227         * gnus-art.el (gnus-button-handle-info): New function.
12228         (gnus-url-unhex-string): Replace "+" with " ".
12229
12230 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12231
12232         * message.el (message-check-news-header-syntax): Check bad From.
12233
12234 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12235
12236         * gnus-spec.el (gnus-correct-length): New function.
12237         (gnus-correct-substring): New function.
12238         (gnus-tilde-max-form): Use it.
12239
12240 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
12241
12242         * nnmh.el: Docstring changes as below.
12243
12244         * nnml.el: Docstring changes as below.
12245
12246         * nnbabyl.el: Docstring changes as below.
12247
12248         * nnmbox.el: Docstring changes as below.
12249
12250         * nnfolder.el: Added docstrings identifying each virtual server
12251         parameter.
12252
12253 2001-08-18  Simon Josefsson  <jas@extundo.com>
12254
12255         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
12256
12257 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
12258
12259         * message.el: rename "Abort Message" to "Postpone Message".
12260         Remove "Attach file as MIME" from Message menu, it's already in
12261         the MIME menu.
12262
12263 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12264
12265         * smime.el (smime-point-at-eol): eval-and-compile.
12266         (smime-make-temp-file): New function.
12267         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
12268         Use it.
12269
12270 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12271
12272         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
12273         (gnus-agent-summary-fetch-group): New command and keystroke.
12274
12275         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
12276         (gnus-mime-display-security): Make it respect
12277         gnus-unbuttonized-mime-type-p.
12278
12279         * gnus-sum.el (gnus-articles-to-read): Comments.
12280         (gnus-article-marked-p): New function.
12281         (gnus-summary-display-make-predicate): New function.
12282         (gnus-select-newsgroup): Use them.
12283
12284         * mm-decode.el (mm-save-part-to-file): Made it not error.
12285
12286 2001-08-17  Simon Josefsson  <jas@extundo.com>
12287
12288         * imap.el (imap-wait-for-tag): If process-status isn't open or
12289         run, return nil instead of sit-for looping.
12290
12291 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12292
12293         * lpath.el (featurep): fbind xml-parse-region.
12294
12295         * gnus.el (gnus-message-archive-method): Default to "archive".
12296         (gnus-message-archive-method): Doc fix.
12297         (gnus-parameters-get-parameter): Cleaned up.
12298         (gnus-expand-group-parameter): New function.
12299
12300         * gnus-start.el (gnus-setup-news): Push the archive server only
12301         the server list.
12302
12303         * mml.el (mml-menu): Changed name to "Attachments".
12304
12305         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
12306         when there is something to detroy.
12307
12308 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12309
12310         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
12311         nil.
12312
12313 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12314
12315         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
12316         which specifies a time today or tomorrow.
12317
12318 2001-08-15  Simon Josefsson  <jas@extundo.com>
12319         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
12320
12321         * gnus-agent.el (gnus-agent-make-mode-line-string)
12322         (gnus-agent-toggle-plugged): Use new API.
12323
12324 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12325
12326         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
12327         deadline has expired.
12328
12329 2001-08-12  Simon Josefsson  <jas@extundo.com>
12330         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
12331
12332         Support `recent' mark indicating newly arrived messages (to
12333         separate from old but unread messages).
12334
12335         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
12336         `nnmail-split-history' if recent is > 0.
12337         (nnimap-request-update-info-internal): Update `recent' marks.
12338         (nnimap-request-set-mark): Never set `recent' marks.
12339         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
12340         recent.
12341
12342         * gnus-sum.el (gnus-recent-mark): New mark.
12343         (gnus-newsgroup-recent): New variable.
12344         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
12345         (gnus-summary-prepare-threads): Mark recent articles.
12346         (gnus-summary-add-mark): Support recent.
12347         (gnus-summary-update-secondary-mark): Support recent.
12348
12349         * gnus.el (gnus-article-mark-lists): Add recent.
12350
12351 2001-08-12  Simon Josefsson  <jas@extundo.com>
12352
12353         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
12354         whether successful decoding took place.  Add doc.
12355
12356 2001-08-12  Simon Josefsson  <jas@extundo.com>
12357         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
12358
12359         * gnus.el (gnus-summary-line-format, gnus-parameters):
12360         * gnus-gl.el (gnus-summary-grouplens-line-format):
12361         * gnus-salt.el (gnus-summary-pick-line-format):
12362         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
12363
12364 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
12365         Committed by Kai Gro\e,b_\e(Bjohann.
12366
12367         * gnus-score.el (gnus-score-string): Fix `match' regexp
12368         for `extra' header case.
12369
12370 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12371
12372         * nnmbox.el (nnmbox-read-mbox): No warning.
12373
12374 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12375
12376         * nndoc.el (nndoc-article-type): Fix doc.
12377         (nndoc-generate-article-function): New variable.
12378         (nndoc-dissection-function): New variable.
12379         (nndoc-type-alist): Add oe-dbx.
12380         (nndoc-oe-dbx-type-p): New function.
12381         (nndoc-oe-dbx-dissection): New function.
12382         (nndoc-oe-dbx-generate-article): New function.
12383
12384 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12385
12386         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
12387         whether deadline has been reached.  Patch from Dan Nicolaescu
12388         <dann@godzilla.ics.uci.edu>.
12389
12390 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12391
12392         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
12393         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
12394         <rintaman@cs.Helsinki.FI>.
12395
12396         * mail-source.el (mail-source-movemail): The error buffer is
12397         modified, but nothing in it.
12398
12399 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12400
12401         * message.el (message-bogus-system-names): New variable.
12402         (message-make-fqdn): Use it.
12403
12404 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12405
12406         * nndraft.el (nndraft-request-group): Use
12407         nndraft-auto-save-file-name.
12408
12409 2001-08-09  Simon Josefsson  <jas@extundo.com>
12410
12411         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
12412         Don't ask whether to decrypt.  Just leave result in buffer (don't
12413         call mm).
12414
12415         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
12416         parts as well.
12417         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
12418         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
12419
12420 2001-08-09  Simon Josefsson  <jas@extundo.com>
12421
12422         * mm-decode.el (mm-insert-part): Return decoding success status.
12423         (mm-save-part-to-file): Error if decoding failed.
12424
12425 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12426
12427         * message.el (message-tab): Use indent-relative.
12428         (message-mode): Don't bind indent-line-function to indent-relative.
12429
12430 2001-08-09  Simon Josefsson  <jas@extundo.com>
12431
12432         * message.el (message-get-reply-headers): Fix string. Suggested by
12433         Christoph Conrad <cc@cli.de>.
12434
12435 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12436
12437         * message.el (message-tab): Use the current value of
12438         indent-line-function.
12439         (message-mode): Bind indent-line-function to indent-relative.
12440
12441 2001-08-08  Simon Josefsson  <jas@extundo.com>
12442
12443         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
12444         whether `imtest' is installed.
12445
12446 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
12447         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
12448
12449         * gnus-sum.el (gnus-summary-show-article): Call
12450         gnus-summary-update-secondary-secondary-mark.
12451         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
12452         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
12453
12454 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12455
12456         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
12457
12458         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
12459
12460         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
12461         <gerd@gnu.org>.
12462
12463         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
12464
12465         * gnus-util.el (gnus-output-to-rmail): Ditto.
12466         (gnus-output-to-mail): Ditto.
12467
12468         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
12469
12470 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
12471
12472         * message.el (message-indent-citation): Use
12473         `message-yank-cited-prefix' for empty lines.
12474
12475 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
12476
12477         * message.el (message-indent-citation): Quote only lines starting
12478         with ">" using `message-yank-cited-prefix'.
12479
12480 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
12481         Trivial patch.
12482
12483         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
12484         gnus-cache-fully-p.
12485
12486 2001-08-04  Simon Josefsson  <jas@extundo.com>
12487
12488         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
12489         file if it doesn't exist (by calling gnus-cache-read-active).
12490
12491 2001-08-04  Simon Josefsson  <jas@extundo.com>
12492
12493         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
12494         (gnus-cache-passively-or-fully-p): Removed.
12495         (gnus-cache-fully-p): Fix it.
12496
12497         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
12498
12499 2001-08-04  Simon Josefsson  <jas@extundo.com>
12500
12501         * gnus-cache.el (gnus-cache-fully-p)
12502         (gnus-cache-passively-or-fully-p): New functions.
12503         (gnus-cache-possibly-enter-article): Cosmetic change, use
12504         `g-c-p-o-f-p'.
12505         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
12506         was bogus (`g-c-p-a-a' does not change active info, just change
12507         the functions parameters).
12508         (gnus-cache-possibly-remove-articles-1): Make sure articles are
12509         not removed in groups that match `gnus-uncacheable-groups'.
12510
12511         Reported and modifications based on discussions with Nuutti
12512         Kotivuori <nuutti.kotivuori@smarttrust.com>.
12513
12514 2001-08-04  Simon Josefsson  <jas@extundo.com>
12515         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
12516
12517         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
12518         calls `gnus-cache-update-active' if bounds has been extended.
12519
12520 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12521
12522         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
12523         before remove.
12524         (gnus-mime-security-show-details): Ditto.
12525
12526 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12527
12528         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
12529         syntax.  Protect string-match against nil string and regexp.
12530
12531 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12532
12533         * mm-util.el (mm-find-charset-region): Remove control-1.
12534
12535 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12536
12537         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
12538
12539 2001-08-04  Simon Josefsson  <jas@extundo.com>
12540
12541         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
12542         buffer.  Delete MIME-Version header.
12543
12544 2001-08-03  Simon Josefsson  <jas@extundo.com>
12545
12546         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
12547         that is entered does not necessarily have the highest article
12548         number in the group, so use `gnus-cache-possibly-alter-active'
12549         instead of `gnus-cache-update-active'.
12550
12551 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12552
12553         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
12554
12555 2001-08-03  Simon Josefsson  <jas@extundo.com>
12556
12557         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
12558         menu.
12559
12560 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12561
12562         * gnus.el (post-method): New group parameter.  It also provides
12563         the user option `gnus-post-method-alist' and the internal function
12564         `gnus-parameter-post-method'.
12565
12566         * gnus-msg.el (gnus-post-method): Bind the value of
12567         `gnus-post-method' to the group parameter if it is defined.
12568
12569 2001-08-02  Simon Josefsson  <jas@extundo.com>
12570
12571         * smime.el (smime-extra-arguments): Removed.
12572         (smime-call-openssl-region): Don't use it.
12573
12574 2001-08-02  Simon Josefsson  <jas@extundo.com>
12575
12576         * smime.el (smime-sign-region): Handle stderr.
12577         (smime-encrypt-region): Ditto.
12578
12579         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
12580         match the ASN.1 length bytes.
12581         (mm-pkcs7-enveloped-magic): Ditto.
12582         (mm-view-pkcs7-get-type): Don't regexp quote.
12583
12584 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12585         From Andreas Fuchs <asf@void.at>
12586
12587         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
12588
12589 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12590
12591         * gnus-art.el (gnus-header-button-alist): References regexp.
12592
12593 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
12594
12595         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
12596         already fboundp.  Add INTERACTIVE arg to autoload form.
12597
12598 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12599
12600         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
12601
12602         * nnmail.el (nnmail-cache-open): Ditto.
12603
12604 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12605
12606         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
12607
12608 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12609
12610         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
12611
12612 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12613         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
12614
12615         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
12616         (gnus-agent-toggle-plugged): Use it.
12617
12618 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
12619
12620         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
12621         (gnus-ding-file-coding-system): New variable.
12622         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
12623         (gnus-slave-save-newsrc): Use it.
12624
12625 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12626
12627         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
12628         syntax.
12629
12630 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12631         Originally from Andreas Fuchs <asf@void.at>
12632
12633         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
12634         (mml2015-gpg-pretty-print-fpr): New function.
12635         (mml2015-gpg-extract-signature-details): More details, rename from
12636         `m-g-e-from'.
12637         (mml2015-gpg-verify): Use them.
12638         (mml2015-gpg-clear-verify): Use them.
12639
12640 2001-07-31  Simon Josefsson  <jas@extundo.com>
12641
12642         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
12643         buffer when done.
12644
12645 2001-07-30  Simon Josefsson  <jas@extundo.com>
12646
12647         * smime.el (smime-call-openssl-region): Revert previous change,
12648         just pass on buf to `call-process-region'.
12649         (smime-verify-region): Doc fix.  Don't message stuff.  Use
12650         `smime-new-details-buffer'.  Inserts error messages into buffer.
12651         (smime-noverify-region): Ditto.
12652         (smime-decrypt-region): Ditto.  Handles stderr separately.
12653         (smime-verify-buffer, smime-noverify-buffer)
12654         (smime-decrypt-buffer): Doc fix.
12655         (smime-new-details-buffer): New function.
12656         (smime-pkcs7-region, smime-pkcs7-certificates-region)
12657         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
12658         (smime-sign-region, smime-encrypt-region): Don't use
12659         `insert-buffer'.
12660
12661         * mml-smime.el (mml-smime-verify): Fix security button strings.
12662
12663 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12664
12665         * gnus-art.el (gnus-mime-save-part-and-strip): Save
12666         gnus-article-mime-handles.
12667
12668 2001-07-29  Simon Josefsson  <jas@extundo.com>
12669
12670         * mail-source.el (top-level): Require message for message-directory.
12671         (mail-source-directory): Change default to message-directory.
12672
12673         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
12674         (smime-certificate-directory, smime-openssl-program)
12675         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
12676         (smime-extra-arguments): New variable.
12677         (smime-dns-server): Fix customize group.
12678         (smime-call-openssl-region): Use `smime-extra-arguments'.
12679
12680 2001-07-29  Simon Josefsson  <jas@extundo.com>
12681         From Vladimir Volovich <vvv@vsu.ru>
12682
12683         * smime.el (smime-call-openssl-region): Ignore stderr.
12684
12685 2001-07-29  Simon Josefsson  <jas@extundo.com>
12686         From Christoph Conrad <christoph.conrad@gmx.de>
12687
12688         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
12689         file.
12690
12691 2001-07-29  Simon Josefsson  <jas@extundo.com>
12692
12693         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
12694
12695         Support S/MIME decryption.
12696
12697         * mm-decode.el (mm-inline-media-tests):
12698         (mm-inlined-types):
12699         (mm-automatic-display):
12700         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
12701
12702         * mm-view.el (mm-pkcs7-signed-magic):
12703         (mm-pkcs7-enveloped-magic): New variables.
12704         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
12705         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
12706         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
12707         PKCS#7 blobs.
12708
12709         * smime.el (smime-decrypt-region): Expand keyfile.
12710
12711 2001-07-29  Simon Josefsson  <jas@extundo.com>
12712
12713         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
12714         `ssl.el' variables.
12715
12716         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
12717         but line instead of narrowing to it, because `nnmail-parse-active'
12718         calls widen.  Thanks to Christoph Conrad
12719         <christoph.conrad@gmx.de>.
12720
12721 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12722
12723         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
12724         for %B spec.
12725
12726         * gnus-sum.el (gnus-summary-prepare-threads): If
12727         gnus-sum-thread-tree-root is nil, use subject instead.
12728         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
12729         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
12730         (gnus-sum-thread-tree-leaf-with-other)
12731         (gnus-sum-thread-tree-single-leaf): Documentation.
12732         (gnus-sum-thread-tree-single-indent): Allow nil.
12733
12734 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12735
12736         * message.el (message-fill-paragraph): Do nothing if the user
12737         wants filladapt-mode.
12738
12739 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12740
12741         * mm-decode.el (mm-image-type-from-buffer): New function.
12742         (mm-get-image): Use it.
12743
12744 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12745
12746         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
12747
12748         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
12749         mm-display-parts too.
12750
12751 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12752
12753         * nnfolder.el (nnfolder-request-accept-article): Bind
12754         nntp-server-buffer.
12755
12756         * nnmail.el (nnmail-parse-active): Read from buffer instead of
12757         nntp-server-buffer.
12758
12759 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12760
12761         * message.el (message-check-news-header-syntax): Use
12762         message-post-method.
12763         (message-send-news): Bind message-post-method.
12764
12765 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12766
12767         * mml.el (mml-tweak-type-alist): New variable.
12768         (mml-tweak-function-alist): New variable.
12769         (mml-tweak-part): New function.
12770         (mml-generate-mime-1): Use it.
12771
12772 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12773
12774         * nnfolder.el (nnfolder-request-accept-article): Replace
12775         nnfolder-request-list.
12776
12777 2001-07-27  Simon Josefsson  <jas@extundo.com>
12778
12779         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
12780         nnoo-change-server failed to do it.
12781
12782 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12783
12784         * gnus.el (gnus-parameters): Make it customizable.
12785
12786 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12787
12788         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
12789
12790         * message.el (message-set-auto-save-file-name): More
12791         poor-system-types.
12792
12793         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
12794
12795         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
12796         supports +.
12797
12798 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12799
12800         * mm-decode.el (mm-readable-p): New function.
12801         (mm-inline-media-tests): Fix the default testers.
12802
12803 2001-07-26  Simon Josefsson  <jas@extundo.com>
12804
12805         * nnimap.el (nnimap-version): Bump version number.
12806
12807 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12808         From Steven E. Harris <seh@speakeasy.org>
12809
12810         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
12811         in M$Windows too.
12812
12813 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12814
12815         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
12816
12817 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12818
12819         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
12820
12821         * mm-decode.el (mm-get-image): Guess then use the type.
12822
12823         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
12824
12825 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
12826
12827         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
12828         display (%B) for threads if threading is off.
12829
12830 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12831         From Henrik Enberg <henrik@enberg.org>
12832
12833         * gnus-msg.el: Customization patch.
12834
12835 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
12836
12837         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
12838         variable.
12839         (nnmail-split-fancy-with-parent): Ignore certain groups.
12840
12841 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12842
12843         * gnus-util.el (gnus-byte-compile): New function.
12844         (gnus-use-byte-compile): New variable.
12845         (gnus-make-sort-function): Use it.
12846
12847         * nnmail.el (nnmail-get-new-mail): Use it.
12848
12849         * gnus-agent.el (gnus-category-make-function): Simple function or
12850         compiled function.
12851         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
12852
12853         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
12854         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
12855         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
12856
12857         * message.el (message-check-news-header-syntax): Remove quote.
12858
12859 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12860
12861         * message.el (message-use-mail-followup-to): `t' is not a
12862         documented value.
12863
12864 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12865
12866         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
12867
12868 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12869
12870         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
12871         there are long lines.
12872
12873 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12874
12875         * dgnushack.el (copy-list): New compiler macro.
12876
12877 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12878
12879         * message.el (message-bounce): If no Return-Path, the whole
12880         content is considered as the original message.
12881
12882         * nnml.el (nnml-check-directory-twice): New variable.
12883         (nnml-article-to-file): Use it.
12884         (nnml-retrieve-headers): Hack it.
12885
12886 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12887
12888         * gnus-win.el (gnus-buffer-configuration): New configure.
12889
12890         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
12891         not alive.
12892
12893         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
12894         (mm-display-external): Use display-term configure.
12895
12896 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12897
12898         * gnus-delay.el (gnus-delay-default-hour): New variable.
12899         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
12900
12901 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12902         From Karl Kleinpaste <karl@charcoal.com>
12903
12904         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
12905         (gnus-summary-prepare-threads): Ditto.
12906
12907         * gnus.el (gnus-summary-line-format): Add %B.
12908
12909 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12910
12911         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
12912
12913         * mm-util.el (mm-string-as-multibyte): New function.
12914
12915         * nnmh.el (nnmh-request-list-1): Encode, not decode!
12916
12917 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12918
12919         * mm-util.el (mm-universal-coding-system): New variable.
12920
12921         * gnus-start.el (gnus-startup-file-coding-system): Use it.
12922
12923         * score-mode.el (score-mode-coding-system): Use it.
12924
12925 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12926
12927         * gnus-start.el (gnus-setup-news): Call
12928         `gnus-check-bogus-newsgroups' just after the native server is
12929         opened.
12930
12931 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12932
12933         * nnmail.el (nnmail-do-request-post): Util function to be used by
12934         `nnchoke-request-post' for all nnmail-derived backends.
12935
12936         * nnml.el (nnml-request-post): Use it.
12937
12938         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
12939         backend, for it groks nnml-request-post.
12940
12941         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
12942         Treat `mail-post' backends like `mail' backends, not like `news'
12943         backends.
12944
12945 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12946
12947         * gnus-msg.el (gnus-setup-message): make-local-hook.
12948
12949 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12950
12951         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
12952         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
12953         <karl@charcoal.com>, slightly changed by Kai.
12954
12955         * message.el (message-check-news-header-syntax): When checking
12956         whether the groups exist, check the right server based on
12957         `gnus-post-method'.
12958
12959 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12960
12961         * gnus-delay.el: New file.
12962
12963 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12964
12965         * mm-util.el (mm-read-coding-system): Take two arguments.
12966
12967         * gnus-sum.el (gnus-summary-show-article): Use
12968         mm-read-coding-system.
12969
12970         * gnus-art.el (article-de-quoted-unreadable):
12971         (article-de-base64-unreadable, article-wash-html):
12972         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
12973
12974 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12975
12976         * nnml.el (nnml-request-post): New function.  Can be used for
12977         annotations in nnml groups.
12978
12979 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12980
12981         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
12982         command.
12983
12984         * gnus-start.el (gnus-find-new-newsgroups): Use
12985         `message-make-date' instead of `current-time-string'.
12986         (gnus-ask-server-for-new-groups): Ditto.
12987         (gnus-check-first-time-used): Ditto.
12988
12989 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12990
12991         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
12992
12993 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
12994
12995         * message.el (message-shorten-references): Change `maxcount' and
12996         `cut' to obey USEFOR draft 5.
12997
12998 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
12999
13000         * gnus-sum.el (gnus-summary-display-arrow): New variable.
13001         (gnus-summary-set-article-display-arrow): New function.
13002         (gnus-summary-goto-subject): Use it.
13003
13004 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13005
13006         * gnus-sum.el (gnus-summary-import-article): Insert date if
13007         doesn't exist.
13008
13009 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13010
13011         * mml.el (mml-content-type-parameters): New variable.
13012         (mml-content-disposition-parameters): New variable.
13013         (mml-insert-mime-headers): Use them.
13014         (mml-parse-1): Accept charset.
13015
13016 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13017
13018         * gnus-group.el (gnus-group-select-group): Doc fix.
13019
13020         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
13021
13022 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13023
13024         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
13025         to handle `define-derived-mode'.
13026
13027 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13028         From:  Stefan Monnier  <monnier@cs.yale.edu>
13029
13030         * message.el (message-mode): Use define-derived-mode.
13031         (message-tab): message-completion-alist.
13032
13033         * imap.el (imap-interactive-login): Use make-local-variable.
13034         (imap-open): Ditto.
13035         (imap-authenticate): Ditto.
13036
13037         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
13038
13039         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
13040
13041 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13042
13043         * message.el (message-citation-line-function): Refer to
13044         gnus-cite-attribution-suffix.
13045
13046 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13047
13048         * gnus-art.el,...: Error convention changes.
13049
13050 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13051
13052         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
13053
13054 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13055
13056         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
13057         (nnrss-read-server-data): Ditto.
13058
13059 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13060
13061         * gnus-setup.el (gnus-use-installed-gnus): Typo.
13062         * Cleanup files.
13063         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
13064
13065 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13066
13067         * gnus.el (gnus-summary-line-format): Add %o.
13068
13069         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
13070         unless shell outputs something.
13071
13072 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13073
13074         * gnus-art.el (gnus-boring-article-headers): Better doc.
13075         (article-hide-headers): Better regexp.
13076         Suggested by Matt Swift <swift@alum.mit.edu>.
13077
13078         * nnheader.el (nnheader-max-head-length): Better doc.
13079         (nnheader-header-value): Skip spaces.
13080         (nnheader-parse-head): Remove space.
13081         Suggested by Matt Swift <swift@alum.mit.edu>.
13082
13083         * gnus-sum.el (gnus-summary-show-raw-article): New function.
13084         (gnus-get-newsgroup-headers): Remove space.
13085
13086 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13087
13088         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
13089         (gnus-summary-reply): Use it.
13090         (gnus-summary-reply-broken-reply-to): New function.
13091         (gnus-msg-force-broken-reply-to): New function.
13092
13093         * mm-view.el (mm-inline-text): Showing as text/plain when error.
13094
13095 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13096
13097         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
13098
13099 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13100
13101         * mm-decode.el (mm-external-terminal-program): New variable.
13102         (mm-display-external): Use it. Use term to display when no
13103         window-system.
13104
13105 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
13106
13107         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
13108         Browse->Next entries to Browse->Prev
13109
13110 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13111
13112         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
13113
13114 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13115
13116         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
13117         for the default encoding.
13118
13119         * nnrss.el (nnrss-url-field): New field.
13120         (nnrss-request-article): Add newsgroups.
13121
13122         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
13123
13124 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13125
13126         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
13127
13128         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
13129         (gnus-draft-setup): Remove backlog.
13130
13131 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
13132
13133         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
13134         Cleanup.
13135
13136 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13137
13138         * gnus-msg.el (gnus-bug): Erase buffer.
13139
13140         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
13141
13142 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13143
13144         * mm-decode.el (mm-attachment-override-p): Fix typo.
13145
13146 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
13147
13148         * gnus-kill.el (gnus-execute): Work with the extra headers.
13149         * gnus-sum.el (gnus-summary-execute-command): Ditto.
13150
13151 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13152
13153         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
13154         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
13155
13156         * message.el (message-send-mail-real-function): New variable.
13157         (message-send-mail-partially, message-send-mail):
13158
13159         * nngateway.el (nngateway-request-post): Use it.
13160
13161         * gnus-agent.el (gnus-agentize): Use it.
13162
13163         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
13164         (nnsoup-revert-variables): Use it.
13165
13166 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
13167
13168         * mm-decode.el (mm-inline-media-tests): Default to displaying as
13169         text/plain if the type doesn't match any other media types.
13170         (mm-inlined-types): Doc fix.
13171         (mm-display-inline): Revert previous change (now handled by a
13172         default type in `mm-inline-media-tests'.
13173         (mm-inlinable-p): Revive.
13174         (mm-display-part): Call `mm-inlinable-p'.
13175         (mm-attachment-override-p): Ditto.
13176         (mm-inlined-p): Doc fix.
13177
13178         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
13179         well as `mm-inlined-p'.
13180
13181 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13182
13183         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
13184         (nntp-send-command-and-decode): Use gnus-point-at-bol.
13185
13186 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13187         From  Paul Jarc <prj@po.cwru.edu>
13188
13189         * message.el (message-use-mail-followup-to): New variable.
13190         (message-get-reply-headers): Use it.
13191
13192 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
13193
13194         * nnheader.el (nnheader-init-server-buffer): Make sure the
13195         *nntpd* buffer is made multibyte instead of a random buffer.
13196
13197 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13198
13199         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
13200         when it returns headers.
13201
13202 2001-07-07  Simon Josefsson  <jas@extundo.com>
13203
13204         * rfc2047.el (rfc2047-encode-message-header): Skip header when
13205         trying to fold. Thanks to Colin Walters
13206         <walters@cis.ohio-state.edu>
13207
13208 2001-07-06  Simon Josefsson  <jas@extundo.com>
13209
13210         * imap.el (imap-parse-address-list, imap-parse-flag-list)
13211         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
13212         Add information in `assert's.
13213
13214         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
13215         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
13216         and `nnimap-group-overview-filename', should handle all
13217         change-of-uidvalidity related issues.  But there may be other
13218         problems.)
13219
13220 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
13221
13222         * rfc2047.el (rfc2047-encode-message-header): Don't include the
13223         header name when folding.
13224
13225 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
13226
13227         * mm-decode.el (mm-inlined-types): Document relationship with
13228         `mm-inline-media-tests'.
13229         (mm-display-inline): Default to displaying as plain text if no
13230         inlining handler is available.
13231         (mm-inlinable-p): Remove.
13232         (mm-inlined-p): Don't call `mm-inlinable-p'.
13233         (mm-automatic-display-p): Ditto.
13234         (mm-attachment-override-p): Ditto.
13235
13236 2001-07-04  Simon Josefsson  <jas@extundo.com>
13237
13238         * nnimap.el (nnimap-importantize-dormant): New variable.
13239         (nnimap-request-update-info-internal): Use it.
13240         (nnimap-request-set-mark): Ditto.
13241
13242 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
13243
13244         * nntp.el (nntp-send-command): don't pass a buffer argument to
13245         `point'. Only XEmacs accepts this.
13246         * nntp.el (nntp-send-command-nodelete): ditto.
13247         * nntp.el (nntp-send-command-and-decode): ditto.
13248
13249 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
13250
13251         * nntp.el (nntp-open-connection-function): doc update.
13252         * nntp.el (nntp-pre-command): New.
13253         * nntp.el (nntp-via-rlogin-command): New.
13254         * nntp.el (nntp-via-telnet-command): New.
13255         * nntp.el (nntp-via-telnet-switches): New.
13256         * nntp.el (nntp-via-user-name): New.
13257         * nntp.el (nntp-via-user-password): New.
13258         * nntp.el (nntp-via-address): New.
13259         * nntp.el (nntp-via-envuser): New.
13260         * nntp.el (nntp-via-shell-prompt): New.
13261         * nntp.el (nntp-open-telnet-stream): New.
13262         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
13263         * nntp.el (nntp-open-via-telnet-and-telnet): New.
13264         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
13265         * nntp.el (nntp-send-command): ditto.
13266         * nntp.el (nntp-send-command-nodelete): ditto.
13267         * nntp.el (nntp-send-command-and-decode): ditto.
13268
13269 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
13270         Trivial patch.
13271
13272         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
13273         `when'.
13274
13275 2001-07-03  Simon Josefsson  <jas@extundo.com>
13276         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
13277
13278         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
13279
13280 2001-07-03  Simon Josefsson  <jas@extundo.com>
13281
13282         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
13283         remove it (workaround XEmacs `fill-region' bug).
13284
13285 2001-07-01  Simon Josefsson  <jas@extundo.com>
13286
13287         * nnimap.el (nnimap-date-days-ago): Defeat locale.
13288
13289 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13290
13291         * mml2015.el (mml2015-format-error): New function.
13292         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
13293         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
13294         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
13295
13296 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13297
13298         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
13299         Suggested by Christoph Conrad <C.Conrad@cli.de>.
13300
13301         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
13302         group variables.
13303
13304 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13305
13306         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
13307
13308         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
13309         (nnrss-save-group-data): Ditto.
13310
13311         * gnus-agent.el (gnus-agent-save-alist): Ditto.
13312
13313 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13314
13315         * message.el (message-do-send-housekeeping): Narrow to headers.
13316
13317 2001-06-24  Simon Josefsson  <jas@extundo.com>
13318
13319         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
13320         insertion when breaking lines looked for " \t" instead of "[ \t]".
13321         (rfc2047-encode-message-header): Fold lines even if
13322         no QP encoding is done.
13323
13324 2001-06-23  Simon Josefsson  <jas@extundo.com>
13325         From Samuel Tardieu <sam@inf.enst.fr>
13326
13327         * smime.el (smime-keys): Support additional certificates.
13328         (smime-make-certfiles): New function.
13329         (smime-sign-region): Use previous variables.
13330         (smime-get-certfiles): New function.
13331         (smime-sign-buffer): Use it.
13332         (smime-verify-region): Support both CAfile and CApath.
13333
13334 2001-06-23  Simon Josefsson  <jas@extundo.com>
13335
13336         * smime.el (smime-decrypt-region): Perhaps work.
13337
13338 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13339
13340         * gnus-msg.el (gnus-copy-article-buffer): Typo.
13341
13342 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
13343
13344         * mm-decode.el (mm-save-part): Rewrite file name.
13345         (mm-file-name-rewrite-functions): New variable.
13346         (mm-file-name-delete-whitespace): New function.
13347         (mm-file-name-trim-whitespace): New function.
13348         (mm-file-name-collapse-whitespace): New function.
13349         (mm-file-name-replace-whitespace): New variable and function.
13350
13351 2001-06-22  Simon Josefsson  <jas@extundo.com>
13352
13353         * message.el (message-make-date): Workaround locale for weekdays.
13354
13355 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13356
13357         * message.el (message-goto-body): Return nil if not found. (revert!)
13358
13359 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13360         From Fremlin <chief@bandits.org>
13361
13362         * message.el (message-goto-body): Some messages have no header.
13363
13364         * gnus-msg.el (gnus-copy-article-buffer): Use it.
13365
13366 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
13367
13368         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
13369
13370 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13371
13372         * message.el (message-make-date): Add week day.
13373         Suggested by Jason R. Mastaler <jason@mastaler.com>.
13374
13375 2001-06-19  Simon Josefsson  <jas@extundo.com>
13376
13377         * message.el (message-yank-prefix): Doc fix.
13378         (message-yank-cited-prefix): Ditto.
13379         (message-delete-not-region): Keep citation prefix on first line,
13380         if possible and appropriate.
13381
13382 2001-06-19  Simon Josefsson  <jas@extundo.com>
13383
13384         * imap.el (imap-process-connection-type): New variable.
13385         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
13386         recent `imtest's work completely (no line length issues), while
13387         making making old `imtest's unusable.  Thanks to NAGY Andras
13388         <nagya@inf.elte.hu> for his work.
13389
13390 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
13391
13392         * imap.el (imap-ssl-program): Add -quiet to shut up
13393         OpenSSL/SSLeay's internal debug talk.
13394
13395 2001-06-19  Matt Armstrong  <matt@lickey.com>
13396
13397         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
13398         server.
13399
13400 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13401
13402         * nnmail.el (nnmail-article-buffer): New variable.
13403         (nnmail-split-incoming): Use it.
13404
13405 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
13406
13407         * qp.el (quoted-printable-decode-region): If called interactively,
13408         use coding-system-for-read.
13409
13410 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13411
13412         * message.el (message-check-news-header-syntax): Check Reply-To.
13413
13414 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13415
13416         * mml.el (mml-parse-1): Use message options.
13417
13418         * message.el (message-do-fcc): Don't do anything if there is no
13419         FCC.
13420
13421 2001-06-16  Simon Josefsson  <jas@extundo.com>
13422
13423         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
13424         (nnimap-expunge-search-string): New variable.
13425         (nnimap-request-expire-articles): Use it.
13426
13427 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13428
13429         * message.el (message-send-mail-with-qmail): wrong exit status is
13430         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
13431
13432 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13433
13434         * gnus-art.el (article-strip-multiple-blank-lines): Use
13435         delete-region instead of replace-match.
13436
13437 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13438
13439         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
13440         (nnweb-google-wash-article): Ditto.
13441
13442 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
13443
13444         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
13445
13446 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13447
13448         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
13449         specs.
13450
13451 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13452
13453         * gnus.el (gnus-email-address): Move it here.
13454
13455         * gnus-art.el (article-de-quoted-unreadable): Read charset if
13456         requested.
13457         (article-de-base64-unreadable): Ditto.
13458         (article-wash-html): Ditto.
13459
13460 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13461
13462         * message.el (message-options-set-recipient): Don't add ", "
13463         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
13464
13465 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13466
13467         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
13468
13469 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13470
13471         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
13472         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
13473
13474         * nnrss.el (nnrss-node-text): Node might be nil.
13475
13476 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13477
13478         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
13479         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
13480
13481         * nnrss.el (nnrss-group-alist): More items.
13482
13483 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13484
13485         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
13486
13487 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13488         Trivial patch from Dale Hagglund  <rdh@best.com>
13489
13490         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
13491         restrict clauses.
13492
13493 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13494
13495         From Benjamin Rutt <brutt+news@bloomington.in.us>
13496
13497         * message.el (message-wide-reply-confirm-recipients): New variable.
13498
13499 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
13500         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
13501
13502         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
13503         fix so it works with XEmacs.
13504
13505 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13506
13507         * nnrss.el (nnrss-retrieve-headers): Support description as extra
13508         headers.
13509
13510 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13511
13512         * nnrss.el: Fix a few bugs.
13513
13514 2001-06-05  Simon Josefsson  <jas@extundo.com>
13515
13516         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
13517         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
13518
13519 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
13520
13521         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
13522         binary so that we don't transmit ISO 2022 garbage to the process.
13523         This is needed under XEmacs.
13524
13525 2001-06-03  Simon Josefsson  <simon@josefsson.org>
13526
13527         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
13528         autoloaded incorrectly below because ssl-program-* is bound.)
13529         Thanks to Amos Gouaux for report.
13530
13531 2001-06-02  Simon Josefsson  <simon@josefsson.org>
13532
13533         * imap.el (imap-kerberos4-open):
13534         (imap-gssapi-open):
13535         (imap-ssl-open):
13536         (imap-network-open):
13537         (imap-shell-open):
13538         (imap-starttls-open): Set buffer to workaround spurious
13539         `accept-process-output' buffer changes.  Thanks to Mats Lidell
13540         <Mats.Lidell@contactor.se> for report and partial patch and Jake
13541         Colman <colman@ppllc.com> for report.
13542
13543 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13544
13545         * gnus-sum.el (gnus-summary-catchup): New argument.
13546         (gnus-summary-catchup-from-here): New function.
13547
13548 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13549
13550         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
13551         back, then insert glyph.  (Before, the glyph was inserted first,
13552         then the newline.)  This works around a behavior in XEmacs where
13553         it is not possible to insert a character after a glyph which is at
13554         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
13555
13556 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13557
13558         From Jaap-Henk Hoepman (jhh@xs4all.nl).
13559
13560         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
13561         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
13562         mm-destroy-postponed-undisplay-list): New functions.
13563         (mm-display-external): Use them.
13564
13565 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13566
13567         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
13568         `default-low' when evaluating `gnus-summary-highlight'.
13569         From Raja R Harinath <harinath@cs.umn.edu>.
13570
13571 2001-05-27  Simon Josefsson  <simon@josefsson.org>
13572
13573         * message.el (message-yank-cited-prefix): New variable.
13574         (message-indent-citation): Use it.
13575
13576         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
13577         as details.
13578         (mml2015-mailcrypt-clear-verify): Ditto.
13579
13580 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13581         From Nevin Kapur <nevin@jhu.edu>.
13582
13583         * gnus-sum.el (gnus-summary-default-high-score,
13584         gnus-summary-default-low-score): New variables.
13585         (gnus-summary-highlight): Use them.
13586
13587 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
13588
13589         * message.el (message-mail): pass the 'send-actions argument to
13590         `message-setup'.
13591
13592 2001-05-16  Simon Josefsson  <simon@josefsson.org>
13593         From Raymond Scholz <ray-2001@zonix.de>
13594
13595         * gnus-art.el (gnus-mime-view-part-as-charset):
13596         (gnus-mime-internalize-part): Doc fixes.
13597
13598 2001-05-11  Simon Josefsson  <simon@josefsson.org>
13599
13600         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
13601         status lines without any text ("^215$").
13602
13603 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13604
13605         * nnrss.el (nnrss-check-group): Reverse.
13606
13607 2001-05-07  Simon Josefsson  <simon@josefsson.org>
13608
13609         * message.el (message-get-reply-headers):
13610         (message-followup): Fix typo, suggested by David Green
13611         <dgreen@uab.edu>
13612
13613 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13614
13615         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
13616
13617         * nnrss.el (nnrss-open-server): Read server data when it is called.
13618         (nnrss-request-expire-articles): Fix.
13619
13620 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13621
13622         * message.el (message-do-send-housekeeping): mail-abbrevs may
13623         rename buffer behind Gnus.
13624
13625 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13626
13627         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
13628         (nnrss-group-alist): Add more resources.
13629         (nnrss-check-group): Ignore errors.
13630
13631 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13632
13633         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
13634
13635         * nnslashdot.el (nnslashdot-request-list): Add time.
13636         (nnslashdot-request-expire-articles): New function.
13637
13638         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
13639         secondary methods too.
13640
13641 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13642
13643         * message.el (message-use-followup-to): Set default value to t.
13644
13645 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
13646
13647         * message.el (message-dont-reply-to-names): Fix documentation.
13648         (message-get-reply-headers): Use Mail-Followup-To only for wide
13649         replies.
13650
13651 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13652
13653         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
13654         correctly.
13655         (nnrss-check-group): Use time.
13656
13657 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13658
13659         * gnus.el: Oort Gnus v0.03 is released.
13660
13661 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13662
13663         * nnultimate.el (nnultimate-topic-article-to-article): Use the
13664         group.
13665
13666 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13667
13668         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
13669
13670 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13671
13672         * nnultimate.el (nnultimate-retrieve-headers): Return all
13673         available headers.
13674
13675         * gnus-sum.el (gnus-read-all-available-headers): New variable.
13676         (gnus-get-newsgroup-headers-xover): Use it.
13677
13678 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13679
13680         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
13681
13682 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13683
13684         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
13685
13686 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13687
13688         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
13689         disable it.
13690
13691         * gnus.el (gnus-info-nodes): Remove a few The's.
13692
13693 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13694
13695         * mail-source.el (mail-source-movemail): Call-process may return a
13696         signal description string.
13697
13698         * gnus-start.el (gnus-read-newsrc-el-file):
13699         gnus-newsrc-file-version may be nil.
13700
13701         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
13702         Suggested by Michael Sperber [Mr. Preprocessor]
13703         <sperber@informatik.uni-tuebingen.de>.
13704
13705 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
13706
13707         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
13708
13709 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
13710
13711         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
13712         fontify HANDLE.
13713
13714 2001-04-18  Simon Josefsson  <simon@josefsson.org>
13715
13716         * smime.el (smime-ask-passphrase): Rework to return value.
13717         (smime-sign-region): Rework to bind value and use it.
13718         (smime-decrypt-region): Ditto.
13719
13720 2001-04-18  Simon Josefsson  <simon@josefsson.org>
13721         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
13722
13723         * smime.el (smime-ask-passphrase): New function.
13724         (smime-sign-region): Use it.
13725         (smime-encrypt-cipher): New variable.
13726         (smime-decrypt-region): Ditto.
13727
13728 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
13729         Committed by Simon Josefsson  <simon@josefsson.org>
13730
13731         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
13732         the log.
13733
13734 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13735
13736         * gnus.el: Oort Gnus v0.02 is released.
13737
13738 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
13739
13740         * gnus.el: Oort Gnus v0.01 is released.
13741
13742 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13743
13744         * gnus-sum.el (gnus-summary-highlight): Highlight read
13745         undownloaded articles as read articles.
13746
13747         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
13748         (gnus-agent-get-undownloaded-list): Mark all undownloaded
13749         articles, even read ones, as such.
13750
13751         * gnus-sum.el (gnus-summary-find-matching): Clean up.
13752         (gnus-find-matching-articles): New function.
13753         (gnus-summary-limit-include-matching-articles): New command.
13754         (gnus-summary-limit-include-thread): Include articles that have
13755         matching subjects.
13756         (gnus-offer-save-summaries): Clean up.
13757
13758 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13759
13760         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
13761
13762 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13763         From Jason Merrill <jason_merrill@redhat.com>
13764
13765         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
13766
13767 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
13768         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13769
13770         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
13771         newsgroup names when the original article is a news message.
13772
13773 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13774
13775         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
13776         supported. Suggest by Jim Meyering <jim@meyering.net>.
13777
13778 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
13779         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
13780
13781         * nnmail.el (nnmail-split-it): Added check for .* at the end of
13782         regexp in nnmail-split-fancy.
13783
13784 2001-04-10  Simon Josefsson  <simon@josefsson.org>
13785
13786         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
13787
13788 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
13789
13790         * message.el (message-send-mail): Improve the interaction with the
13791         user.
13792
13793 2001-04-10  Simon Josefsson  <simon@josefsson.org>
13794
13795         * imap.el (imap-message-copy): Work around buggy servers that
13796         doesn't send TRYCREATE tags.
13797
13798 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
13799
13800         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
13801
13802 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13803
13804         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
13805         date.
13806
13807 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13808
13809         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
13810         lives.
13811
13812 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13813
13814         * gnus-art.el (gnus-parse-news-url): New function.
13815         (gnus-button-handle-news): New function.
13816         (gnus-button-alist): Point to new functions.
13817
13818         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
13819
13820         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
13821         gnus-format-specs.
13822
13823         * message.el (message-check-news-header-syntax): Question even
13824         when Gnus doesn't know the group names.
13825         (message-send-news): Clean up.
13826
13827         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
13828         exited on purpose without saving.
13829
13830         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
13831
13832 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13833
13834         * gnus-score.el (gnus-score-orphans): Clean up.
13835
13836         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
13837
13838         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
13839         later.
13840
13841         * gnus-start.el (gnus-close-all-servers): Find the right items to
13842         close.
13843
13844         * qp.el (quoted-printable-decode-region): Just message
13845         malformation; don't quit.
13846
13847 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13848         From Gerd Moellmann <gerd@gnu.org>.
13849
13850         * gnus.el (gnus-interactive): A typo.
13851
13852 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
13853         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
13854
13855         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
13856         `assq-delete-all', if that function exists; otherwise use the old
13857         definition. Documentation changed to match the one in
13858         `assq-delete-all'.
13859
13860 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13861
13862         * gnus-start.el (gnus-close-all-servers): New function.
13863
13864         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
13865         (gnus-server-remove-denials): Clean up.
13866
13867         * gnus-sum.el (gnus-summary-sort-by-original): New command and
13868         keystroke.
13869
13870 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13871
13872         * message.el (message-send-news): Message where we are sending.
13873         (message-send-mail): Ditto.
13874
13875         * gnus.el (gnus-server-string): New function.
13876
13877         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
13878
13879         * mm-decode.el (mm-default-directory): Customized.
13880         (mm-tmp-directory): Ditto.
13881
13882         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
13883         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
13884         or Chars.
13885         (gnus-summary-line-format-alist): ?l is now a string.
13886         (gnus-summary-prepare-threads): Output ? for unknown lines.
13887         (gnus-summary-insert-line): Ditto.
13888         (gnus-summary-print-article): Unbalanced parentheses.
13889
13890         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
13891         out whether new stuff has arrived.
13892
13893 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
13894
13895         * gnus-sum.el: Let printing work on ttys on Emacs.
13896
13897 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13898
13899         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
13900         when forcing news.
13901
13902         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
13903         command.
13904
13905 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
13906
13907         * message.el (message-set-auto-save-file-name): Don't use
13908         asterisks under nt.
13909
13910 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13911
13912         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
13913         lists of articles.
13914
13915         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
13916
13917         * gnus-msg.el (gnus-put-message): Clean up.
13918         (gnus-summary-reply): Mark all replied-to articles as replied to.
13919         (gnus-inews-add-send-actions): Also mark as forwarded.
13920         (gnus-summary-mail-forward): Mark as forwarded.
13921
13922         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
13923         of articles.
13924         (gnus-summary-mark-article-as-forwarded): Ditto.
13925
13926         * gnus-msg.el (gnus-summary-resend-message): Mark article as
13927         forwarded.
13928         (gnus-summary-mail-forward): Clean up.
13929
13930         * gnus.el (gnus-article-mark-lists): Added forward.
13931
13932         * gnus-sum.el (gnus-forwarded-mark): New variable.
13933         (gnus-summary-prepare-threads): Use it.
13934         (gnus-summary-update-secondary-mark): Ditto.
13935         (gnus-newsgroup-forwarded): New variable.
13936
13937 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13938
13939         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
13940         (gnus-summary-very-wide-reply): New command and keystroke.
13941         (gnus-summary-very-wide-reply-with-original): Ditto.
13942
13943         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
13944         (gnus-score-adaptive): Use it.
13945
13946         * gnus-start.el (gnus-get-unread-articles): Clean up.
13947
13948 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13949
13950         * nnultimate.el (nnultimate-retrieve-headers): Work for other
13951         boards.
13952
13953 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
13954
13955         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
13956         * gnus-start.el (gnus-subscribe-newsgroup): use it.
13957
13958 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13959
13960         * nnultimate.el (nnultimate-retrieve-headers): Understand
13961         long-form month names.
13962
13963 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13964
13965         * gnus-sum.el (gnus-summary-show-all-headers):
13966         gnus-article-show-all-headers is broken. Use
13967         gnus-summary-toggle-header instead.
13968
13969         * mml2015.el (mml2015-gpg-extract-from): No error.
13970
13971 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13972         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
13973
13974         * mml2015.el (mml2015-gpg-extract-from): New function.
13975         (mml2015-gpg-verify): Use it.
13976         (mml2015-gpg-clear-verify): Use it.
13977
13978 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13979
13980         * message.el (message-setup-fill-variables): Use
13981         fill-paragraph-function.
13982         (message-fill-paragraph): Take an argument.
13983         (message-newline-and-reformat): Take another argument.
13984
13985 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13986
13987         * message.el (rmail-output): It is in rmailout.el not rmail.el.
13988
13989 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13990
13991         * message.el (message-forward): local-variable-p takes an extra
13992         argument in XEmacs.
13993
13994 2001-03-16  Simon Josefsson  <simon@josefsson.org>
13995
13996         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
13997         `nnimap-use-nov-p' (it really tested the negative).
13998         (nnimap-retrieve-headers): Use it.
13999
14000 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14001
14002         * message.el (message-generate-headers-first): Update doc.
14003
14004 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
14005         Trivial patch.
14006
14007         * gnus.el (gnus-summary-line-format): Typo.
14008
14009 2001-03-11  Simon Josefsson  <simon@josefsson.org>
14010
14011         * mailcap.el (mailcap-mime-data): Add application/sieve.
14012         (mailcap-mime-extensions): Add .siv, .xls.
14013
14014 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14015         From Christoph Conrad <christoph.conrad@gmx.de>
14016
14017         * gnus-score.el (gnus-summary-lower-thread): Typo.
14018
14019 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14020
14021         * message.el (message-forward-decoded-p): New variable.
14022         (message-forward-subject-author-subject): Use it.
14023         (message-make-forward-subject): Use it.
14024         (message-forward): Use it.
14025
14026         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
14027
14028         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
14029         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
14030
14031 ;;Has been fixed -- zsh.
14032 ;;2001-03-05  Dave Love  <fx@gnu.org>
14033 ;;
14034 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
14035 ;;      Move it after definition of mm-coding-system-p.
14036 ;;
14037 2001-03-01  Dave Love  <fx@gnu.org>
14038
14039         * mm-util.el (mm-inhibit-file-name-handlers): Add
14040         image-file-handler.
14041
14042 2001-02-11  Dave Love  <fx@gnu.org>
14043
14044         * message.el (message-signature-file): Fix doc, :type.
14045
14046 2001-02-08  Dave Love  <fx@gnu.org>
14047
14048         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
14049         (message-posting-charset): Defvar when compiling again.
14050         (rfc2047-encodable-p): Require message.
14051
14052         * gnus-sum.el (gnus-alter-articles-to-read-function):
14053         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
14054
14055 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14056
14057         * nnrss.el: New file.
14058
14059 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
14060         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
14061
14062         * rfc2047.el (rfc2047-unfold-region): Fix arg of
14063         `skip-chars-forward'.
14064
14065 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14066
14067         * nndraft.el (nndraft-request-group): Restore auto save files if
14068         the original files do not exist.
14069
14070 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14071
14072         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
14073         SCORE paths.
14074
14075         * mm-decode.el (mm-dissect-buffer): Call
14076         mail-extract-address-components only if necessary.
14077
14078 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14079
14080         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
14081         directory part.
14082         (gnus-score-search-global-directories): Use file-directory-p.
14083
14084         * gnus-score.el (gnus-score-score-files-1): Use
14085         gnus-kill-files-directory.
14086         From Adrian Aichner <adrian@xemacs.org>.
14087
14088 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14089
14090         * gnus.el (charset): Move here from gnus-sum.el.
14091
14092 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14093
14094         * mml.el (mml-preview): Disable local map.
14095
14096         * gnus-sum.el (gnus-summary-make-menu-bar): Make
14097         gnus-article-post-menu here.
14098
14099         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
14100         if it has not been made.
14101
14102 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14103
14104         * gnus-art.el (gnus-article-describe-key): Map key to event.
14105         (gnus-article-describe-key-briefly): Ditto
14106
14107 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14108
14109         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
14110
14111 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14112         From Katsumi Yamaoka <yamaoka@jpl.org>.
14113
14114         * dgnushack.el (coerce, merge, subseq): defmacro.
14115
14116 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14117
14118         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
14119         A fake defalias in nndraft.el results a not-activated bug in
14120         uncompiled versions.
14121
14122 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
14123         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
14124
14125         * gnus-util.el (gnus-split-references): Handle malformed References:.
14126
14127 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14128
14129         * gnus-art.el (gnus-article-mime-part-status): 1 part.
14130
14131 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14132         From NAGY Andras <nagya@inf.elte.hu>.
14133
14134         * gnus.el (gnus-parameters): Typo.
14135
14136 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14137
14138         * gnus.el (gnus-read-method): Remove redundancy.
14139
14140 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14141
14142         * nnslashdot.el (nnslashdot-backslash-url): New variable.
14143         (nnslashdot-request-list): Use it.
14144
14145 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14146
14147         * nnml.el (nnml-generate-active-info): Fix the case when there is
14148         no file.
14149
14150         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
14151         (gnus-summary-create-article): New function.
14152
14153         * gnus-group.el (gnus-group-mark-article-read): New function.
14154
14155         * gnus-msg.el (gnus-inews-do-gcc): Use it.
14156
14157         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
14158
14159 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14160
14161         * gnus-art.el (gnus-article-edit-done): Don't use
14162         gnus-article-edit-exit.
14163         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
14164
14165         * gnus.el (gnus-parameters): New variable.
14166         Suggested by NAGY Andras <nagya@inf.elte.hu>.
14167         (gnus-parameters-get-parameter): New function.
14168         (gnus-group-find-parameter): Use it.
14169
14170 2001-02-23  Simon Josefsson  <simon@josefsson.org>
14171
14172         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
14173         change of default value to `current'.
14174
14175 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14176
14177         * nneething.el (nneething-get-head): Insert unreadable file too.
14178
14179 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14180
14181         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
14182
14183         * webmail.el (webmail-type-definition): Deja is bought by google.
14184
14185 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14186
14187         * gnus-sum.el (gnus-fetch-headers): New function.
14188         (gnus-select-newsgroup): Use it.
14189         (gnus-summary-insert-articles): New function.
14190         (gnus-summary-insert-old-articles): New function.
14191         (gnus-summary-insert-new-articles): New function.
14192
14193         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
14194         (gnus-group-list-active): Ditto.
14195         * gnus-sum.el (gnus-set-mode-line): Ditto.
14196         (gnus-summary-read-group-1): Ditto.
14197
14198 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14199
14200         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
14201         current topic.
14202
14203 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14204
14205         * smiley.el (gnus-smiley-display): Don't do widening.
14206
14207         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
14208         within body.
14209
14210         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
14211
14212         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
14213         New variable.
14214         (gnus-mime-display-multipart-related-as-mixed): New variable.
14215         (gnus-mime-display-part): Use them.
14216
14217 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14218
14219         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
14220         something special.
14221
14222 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14223
14224         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
14225         (nnweb-request-article): Call reference if exists.
14226         (nnweb-type-definition): Dejanews is bought by google.com.
14227         Beta!
14228
14229 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14230
14231         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
14232
14233 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14234
14235         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
14236         gnus-article-sort-functions.
14237         (gnus-article-sort-functions): Doc fix.  Refer to
14238         gnus-thread-sort-functions.
14239
14240 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14241         From Paul Jarc <prj@po.cwru.edu>.
14242
14243         * message.el (message-get-reply-headers): More fixes.
14244
14245 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
14246         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
14247
14248         * message.el (message-get-reply-headers): Fix bug with
14249         Mail-Followup-To/to-address interaction.
14250
14251 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14252
14253         * gnus-msg.el (gnus-configure-posting-styles): Match header in
14254         gnus-article-copy.
14255
14256 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14257
14258         * message.el (message-do-send-housekeeping): Rename to a better
14259         name.
14260
14261 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14262
14263         * message.el (message-cancel-news): Check article first, then ask
14264         yes or no.
14265
14266 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14267
14268         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
14269
14270 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14271
14272         * gnus-range.el (gnus-range-normalize): New function.
14273
14274 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
14275
14276         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
14277
14278 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14279
14280         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
14281
14282         * nnagent.el (nnagent-request-regenerate): New function.
14283
14284         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
14285
14286         * nnml.el (nnml-generate-nov-databases): Accept argument
14287         server. Don't open server if it is opened.
14288         (nnml-request-regenerate): Use it. Change to deffoo.
14289
14290 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14291         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
14292
14293         * gnus.el (gnus-define-group-parameter): Fix.
14294
14295 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14296
14297         * gnus.el (gnus-define-group-parameter): Improved.
14298
14299         * gnus-sum.el (charset): Define parameter.
14300         (ignored-charsets): Ditto.
14301         (gnus-summary-setup-default-charset): Use them.
14302
14303         * gnus-start.el (gnus-read-descriptions-file): Use them.
14304
14305         * gnus-cus.el (gnus-group-parameters): Remove them.
14306
14307 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14308
14309         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
14310
14311 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14312
14313         * gnus-sum.el (gnus-summary-read-group-1): Remove
14314         gnus-summary-set-local-parameters.
14315         (gnus-summary-setup-buffer): Put it here.
14316
14317 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14318
14319         * gnus.el (to-address): Define parameter.
14320         (to-list): Ditto.
14321         * gnus-art.el (article-hide-boring-headers): Use them.
14322         * gnus-msg.el (gnus-post-news): Ditto.
14323         * gnus-cus.el (gnus-group-parameters): Remove them.
14324
14325 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14326
14327         * gnus-draft.el (gnus-draft-reminder): New function.
14328
14329         * gnus-art.el (gnus-sender-save-name): New function.
14330
14331 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14332
14333         * mm-util.el (mm-mime-charset): Error message.
14334
14335 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14336
14337         * message.el (message-check-news-body-syntax): Don't check mml lines.
14338
14339 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14340
14341         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
14342         subscribe.
14343
14344         * gnus-start.el (gnus-call-subscribe-functions): New function.
14345         (gnus-find-new-newsgroups): Use it.
14346         (gnus-ask-server-for-new-groups): Use it.
14347         (gnus-check-first-time-used): Use it.
14348         (gnus-subscribe-newsgroup-method): Grok a list of functions.
14349         (gnus-subscribe-options-newsgroup-method): Ditto.
14350         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
14351         return .
14352
14353 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14354
14355         * gnus-cus.el (gnus-score-customize): Doc fix.
14356
14357 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
14358
14359         * dgnushack.el (my-getenv): Typo.
14360
14361 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14362
14363         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
14364
14365 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14366
14367         * gnus-group.el (gnus-group-suspend): Offer save summaries.
14368
14369         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
14370         (gnus-treatment-function-alist): Use it.
14371         (article-remove-leading-whitespace): New function.
14372         (gnus-article-make-menu-bar): Use it.
14373
14374         * gnus-sum.el (gnus-summary-wash-empty-map): Add
14375         remove-leading-whitespace.
14376         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
14377         because of conflict.
14378
14379 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14380
14381         * Makefile.in: Hack generating gnus-load.el.
14382         * dgnushack.el: Ditto.
14383         * gnus-load.el: Remove it.
14384
14385 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14386
14387         * dgnushack.el : Add URLDIR.
14388
14389         * Makefile.in (EMACS_COMP): Ditto.
14390
14391 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14392
14393         * gnus-cus.el (gnus-score-customize): Error on no score file.
14394
14395 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14396
14397         * mm-decode.el (mm-merge-handles): New function.
14398
14399         * mm-view.el (mm-inline-message): Use it.
14400         (mm-view-message): Ditto.
14401
14402         * mm-partial.el (mm-inline-partial): Ditto.
14403
14404         * mm-extern.el (mm-inline-external-body): Ditto.
14405
14406         * gnus-art.el (gnus-mime-view-part): Ditto.
14407         (gnus-mime-view-part-as-type): Ditto.
14408         (gnus-mime-save-part-and-strip): Prevent users to strip in some
14409         cases.
14410
14411 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14412
14413         * message.el (message-cancel-news): Allow to shoot foot.
14414         (message-supersede): Ditto.
14415
14416 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
14417         Trivial patch.
14418
14419         * gnus-sum.el (gnus-simplify-subject-re): Use
14420         message-subject-re-regexp.
14421
14422 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14423
14424         * nnmail.el (nnmail-expiry-target-group): Bind
14425         nnmail-cache-accepted-message-ids to nil.
14426
14427         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
14428         coding system.
14429
14430 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14431
14432         * qp.el (quoted-printable-encode-region): Make sure characters are
14433         between 00 and FF.  Don't check charset.
14434
14435         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
14436         in Emacs 20.
14437         * rfc2047.el (rfc2047-q-encode-region): Ditto.
14438
14439 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14440
14441         * message.el (message-make-forward-subject): Argument decoded.
14442         (message-forward): Use it when digest.
14443
14444         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
14445         buffer.
14446
14447 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
14448
14449         * message.el (message-generate-headers-first): Doc fix.
14450
14451 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14452
14453         * gnus-art.el (article-make-date-line): Error proof.
14454
14455 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14456
14457         * gnus-group.el (gnus-group-listing-limit): New variable.
14458         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
14459
14460         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
14461
14462 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14463
14464         * message.el (message-newline-and-reformat): Special case for
14465         breaking at BOL.
14466
14467 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
14468
14469         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
14470         message/rfc822.
14471
14472 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14473
14474         * message.el (message-encode-message-body): Don't insert
14475         Content-Type if it is inside a mail.
14476
14477 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14478
14479         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
14480         gnus-article-commands-menu.
14481
14482         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
14483         in Emacs.
14484
14485         * gnus-start.el (gnus-read-descriptions-file): Use
14486         gnus-group-name-charset and gnus-group-charset-alist.
14487
14488 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14489
14490         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
14491         active region.
14492
14493         * gnus-start.el (gnus-group-change-level): Remove from both
14494         gnus-zombie-list and gnus-killed-list.
14495
14496 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14497
14498         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
14499         gnus-subscribe-topics.
14500
14501         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
14502
14503 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14504
14505         * gnus-art.el (gnus-article-make-menu-bar): Make
14506         gnus-article-post-menu.
14507
14508         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
14509
14510         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
14511
14512         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
14513
14514         * message.el (message-mode-menu): Ditto.
14515
14516         * gnus-art.el (defvar): eval-when-compile.
14517
14518 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14519
14520         * gnus-agent.el (gnus-agentize): Fix doc.
14521
14522 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
14523
14524         * mml.el (mml-preview): Bind `q'.
14525
14526 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14527
14528         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
14529
14530 2001-01-31  Dave Love  <fx@gnu.org>
14531
14532         * mm-util.el (mm-mime-mule-charset-alist)
14533         (mm-find-mime-charset-region): Consider mule-utf-8.
14534
14535 2001-01-31  Dave Love  <fx@gnu.org>
14536
14537         * gnus-art.el (gnus-article-x-face-command)
14538         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
14539         :version.
14540
14541 2001-01-26  Dave Love  <fx@gnu.org>
14542
14543         * mm-util.el (mm-multibyte-string-p): New.
14544
14545 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
14546 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
14547 ;;      string-as-multibyte on class.  Clarify line-folding.
14548         (quoted-printable-encode-string): Make temp buffer inherit
14549         string's multibyteness.
14550
14551 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
14552
14553         * nnheader.el (toplevel): Don't require `gnus-util' at
14554         compile-time; this creates a circular dependency, and prevents
14555         a bootstrap.
14556
14557 2001-01-22  Andreas Schwab  <schwab@suse.de>
14558
14559         * nnheader.el (gnus-delete-line): Autoload it as a macro.
14560
14561 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14562
14563         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
14564
14565         * gnus-art.el (article-hide-list-identifiers): Ditto.
14566
14567         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
14568
14569 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14570
14571         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
14572
14573         * gnus-art.el (article-hide-list-identifiers): Similar.
14574
14575 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
14576
14577         * nnmail.el (nnmail-remove-list-identifiers): Improved.
14578
14579 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14580
14581         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
14582
14583 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14584
14585         * gnus-util.el (gnus-string-equal): New function.
14586
14587         * gnus-art.el (article-hide-boring-headers): Use it.
14588
14589 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
14590
14591         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
14592
14593 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14594
14595         * gnus-msg.el (gnus-msg-mail): Support switch-action.
14596
14597 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14598
14599         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
14600         command if there is not last-saver.
14601
14602 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14603
14604         * nntp.el (nntp-open-connection): 201 is possible.
14605
14606 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14607
14608         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
14609         (rfc2047-charset-encoding-alist): Add big5.
14610
14611 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14612
14613         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
14614         (gnus-agent-remove-server): Ditto.
14615         (autoload): gnus-server-update-server.
14616
14617         * gnus-srvr.el (gnus-server-line-format): Add %a.
14618         (gnus-server-line-format-alist): Add gnus-tmp-agent.
14619         (gnus-server-insert-server-line): Use it.
14620
14621 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14622
14623         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
14624         GB2312 and Big5.
14625
14626 2001-01-24  Simon Josefsson  <sj@extundo.com>
14627
14628         * mail-source.el (mail-sources): Add :program specifier to IMAP
14629         mail source.
14630         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
14631
14632 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14633
14634         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
14635
14636 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14637
14638         * nntp.el (nntp-wait-for): Return the success code.
14639         (nntp-open-connection): Use it.
14640
14641 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14642
14643         * gnus-int.el (gnus-check-server): Allow breaking the opening.
14644
14645 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14646
14647         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
14648
14649 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14650
14651         * gnus-sum.el (gnus-summary-print-article): Take one prefix
14652         argument. Allow to print several articles in one file.
14653
14654 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14655
14656         * webmail.el (webmail-type-definition): netaddress changes.
14657
14658 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14659
14660         * gnus.el: Fix copyright. Remove trailing spaces.
14661
14662         * message.el (message-forward): Use mule4.
14663
14664 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14665
14666         * mm-util.el (mm-string-as-unibyte): New function.
14667
14668         * message.el (message-forward): Use it.
14669
14670 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14671
14672         * message.el (message-cite-original-without-signature): Don't peel
14673         off the blank line.
14674         (message-get-reply-headers): Add Cc if it is not in follow-to.
14675
14676 2001-01-20  Simon Josefsson  <sj@extundo.com>
14677
14678         * mm-decode.el (mm-handle-multipart-from): Add.
14679         (mm-dissect-buffer): Save From: header value.
14680         (mm-security-from): Remove.
14681         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
14682
14683         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
14684         instead of `mml-security-from'.  Protect null from value.
14685
14686 2001-01-20  Simon Josefsson  <sj@extundo.com>
14687
14688         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
14689         application/vnd.ms-excel attachments.
14690
14691 2001-01-19  Simon Josefsson  <sj@extundo.com>
14692
14693         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
14694
14695 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14696
14697         * message.el (message-ignored-mail-headers): Ditto.
14698
14699 2001-01-19  Simon Josefsson  <sj@extundo.com>
14700
14701         * message.el (message-ignored-news-headers): Only search beginning
14702         of line.
14703
14704 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
14705         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
14706
14707         * message.el (message-send-mail): Content-Type may not be there.
14708
14709 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14710
14711         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
14712         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
14713
14714         * gnus-art.el (article-display-x-face): Insert X-Face if there is
14715         not.
14716
14717 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14718
14719         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
14720         non-native groups.
14721
14722 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14723
14724         * message.el (message-yank-original): Understand
14725         universal-argument.
14726
14727 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14728
14729         * gnus-art.el (gnus-boring-article-headers): Add to-address.
14730         (article-hide-boring-headers): Ditto.
14731
14732         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
14733
14734 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14735
14736         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
14737         one.
14738
14739 2001-01-16  Simon Josefsson  <simon@josefsson.org>
14740
14741         * message.el (message-make-in-reply-to): Add comment to message-id
14742         (old syntax, see 2000-08-02 change).
14743
14744 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14745
14746         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
14747         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
14748         (gnus-button-reply): Ditto.
14749
14750 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14751
14752         * gnus-art.el (article-display-x-face): Fix.
14753
14754 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14755
14756         * gnus-art.el (article-display-x-face): Use
14757         gnus-original-article-buffer.
14758
14759 2001-01-15  Jack Twilley  <jmt@tbe.net>
14760
14761         * message.el (message-add-header): Move to point-max.
14762
14763 2001-01-15  Simon Josefsson  <simon@josefsson.org>
14764
14765         * smime.el (smime-CA-directory, smime-CA-file): Change default to
14766         nil, improve documentation.
14767         (smime-certificate-directory): Comment out false hints (until it
14768         is implemented).
14769
14770         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
14771         there aren't any keys.
14772         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
14773         verify certificate.  Default is changed to only check integrity.
14774         Improved security status texts.  If a certificate doesn't contain
14775         a email address, don't fail.
14776
14777         * smime.el (smime-noverify-region):
14778         (smime-noverify-buffer): New functions.  Verifies integrity only.
14779
14780 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14781
14782         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
14783
14784 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14785
14786         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
14787         (gnus-remove-some-windows): Ditto.
14788
14789 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14790
14791         * gnus-art.el (article-make-date-line): 11th.
14792
14793 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14794
14795         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
14796         (mml2015-gpg-sign): Ditto.
14797
14798 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14799
14800         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
14801         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
14802
14803 2001-01-08  Dave Love  <fx@gnu.org>
14804
14805         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
14806         single character.
14807
14808         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
14809
14810         * message.el: Doc and message fixes.
14811         (message-send-rename-function)
14812         (message-make-forward-subject-function)
14813         (message-send-mail-function, message-reply-to-function)
14814         (message-wide-reply-to-function, message-followup-to-function)
14815         (message-distribution-function, message-auto-save-directory): Fix
14816         :type.
14817
14818         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
14819         proceeding after warnings.  Amend multipart warning message.
14820
14821 2001-01-04  Dave Love  <fx@gnu.org>
14822
14823         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
14824         compiling.
14825         (gnus-make-directory): Require nnmail.
14826
14827         * mm-decode.el (mm-inline-media-tests): Add
14828         image/x-portable-bitmap.
14829         (mm-get-image): Grok pbm.
14830
14831 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
14832
14833         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
14834
14835 2001-01-09  Didier Verna  <didier@xemacs.org>
14836
14837         * dgnushack.el (dgnushack-compile): give a dummy value to
14838         `gnus-xmas-glyph-directory' for the time of compilation.
14839         * gnus-agent.el: moved some XEmacs specific hook add-ons from
14840         `gnus-xmas-[re]define' to avoid loosing user custom settings.
14841         * gnus-art.el: ditto.
14842         * gnus-group.el: ditto.
14843         * gnus-salt.el: ditto.
14844         * gnus-sum.el: ditto.
14845         * gnus-topic.el: ditto.
14846         * gnus-xmas.el (gnus-xmas-define): see above.
14847         * gnus-xmas.el (gnus-xmas-redefine): see above.
14848         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
14849         non-continuable error when the directory can't be found.
14850
14851 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14852
14853         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
14854         handle.
14855         * gnus-art.el (gnus-mime-view-part): Copy it.
14856         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
14857
14858 2001-01-09  Michael Downes  <mjd@ams.org>
14859
14860         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
14861
14862 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14863
14864         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
14865         orig-file. Use ',source.
14866
14867 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14868
14869         * gnus-xmas.el (gnus-xmas-modeline-glyph):
14870         (gnus-xmas-group-startup-message):
14871         Detect gnus-xmas-glyph-directory when it is nil.
14872
14873 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14874
14875         * pop3.el (pop3-get-message-count): Andrew Innes
14876         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
14877
14878 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14879
14880         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
14881
14882         * time-date.el (time-to-number-of-days): New function.
14883
14884 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
14885         Trivial patch.
14886
14887         * nnslashdot.el (nnslashdot-request-list): Always get the right
14888         sid.
14889
14890 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14891
14892         * message.el (message-minibuffer-local-map): New keymap.
14893         (message-read-from-minibuffer): Use it.
14894         * gnus-msg.el (gnus-summary-resend-message): Use it
14895
14896 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14897
14898         * gnus-start.el (gnus-display-time-event-handler): New function.
14899         (gnus-after-getting-new-news-hook): Use it.
14900
14901 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14902
14903         * message.el (message-ignored-mail-headers): Add draft header.
14904
14905 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14906
14907         * gnus-sum.el (gnus-summary-expire-articles): Don't save
14908         excursion.
14909
14910         * nnslashdot.el (nnslashdot-request-list): Get the right year.
14911
14912 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
14913         A revoked patch.
14914
14915         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
14916
14917 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14918
14919         * qp.el (quoted-printable-decode-region): Don't backward-char.
14920
14921 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14922
14923         * gnus-draft.el: Mark articles as replied.
14924
14925         * gnus-sum.el (gnus-summary-add-mark): New function.
14926
14927         * gnus-group.el (gnus-add-mark): New function.
14928
14929         * gnus-sum.el (gnus-summary-buffer-name): New function.
14930         (gnus-summary-setup-buffer): Use it.
14931
14932         * gnus-draft.el: Set things up with the right post method and
14933         stuff.
14934
14935         * message.el (message-ignored-news-headers): Remove X-Draft-From.
14936
14937         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
14938
14939         * gnus.el (gnus-draft-meta-information-header): New variable.
14940
14941 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14942
14943         * gnus-art.el (gnus-treatment-function-alist): Move the date
14944         functions before the header sorting functions.
14945
14946         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
14947
14948         * dgnushack.el (dgnushack-compile): Message whether there is w3.
14949         Don't (push "/usr/share/emacs/site-lisp" load-path).
14950
14951         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
14952         to empty fill prefixes.
14953
14954 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14955
14956         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
14957         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
14958
14959 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14960
14961         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
14962
14963         * nnml.el (autoload): Move to nnheader.el.
14964
14965         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
14966         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
14967         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
14968         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
14969
14970 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14971
14972         * gnus-art.el (article-make-date-line): Get the hours right.
14973         (gnus-ignored-headers): More hiding.
14974
14975         * nnmail.el (nnmail-expiry-wait): Not an integer.
14976
14977         * message.el (message-goto-body): Only expand abbrev when called
14978         interactively.
14979         (message-make-lines): Use it.
14980
14981 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
14982
14983         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
14984
14985 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14986
14987         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
14988         include the expunged articles.
14989
14990         * gnus-group.el (gnus-group-sort-by-server): New function.
14991
14992         * gnus.el (gnus-method-to-server-name): New function.
14993         (gnus-group-prefixed-name): Use it.
14994
14995         * gnus-group.el (gnus-group-sort-function): Doc fix.
14996         (gnus-group-sort-groups-by-server): New command.
14997
14998 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14999
15000         * gnus-art.el (gnus-treat-date-english): New variable.
15001         (article-date-english): New command.
15002         (gnus-english-month-names): New variable.
15003         (article-make-date-line): Do 'english.
15004
15005         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
15006         after the fill prefix.
15007
15008         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
15009         score...".
15010
15011         * gnus-art.el (gnus-ignored-headers): Hide more headers.
15012
15013         * message.el (message-mode-map): Bind comment-region.
15014
15015         * gnus-art.el (gnus-mime-display-part): Let w3 display
15016         multipart/related.
15017
15018         * mm-bodies.el (mm-long-lines-p): New function.
15019         (mm-body-encoding): Use it.
15020         (mm-body-encoding): Encode articles with lines longer than 1000
15021         characters.
15022
15023 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15024
15025         * mm-util.el (mm-enable-multibyte): Use
15026         default-enable-multibyte-characters.
15027         (mm-enable-multibyte-mule4): Ditto.
15028         (mm-disable-multibyte): Test XEmacs.
15029         (mm-disable-multibyte-mule4): Ditto.
15030         (mm-with-unibyte-current-buffer): Simplified.
15031         (mm-with-unibyte-current-buffer-mule4): Ditto.
15032
15033 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15034
15035         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
15036
15037         * nnheader.el (nnheader-string-as-multibyte): New alias.
15038
15039         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
15040
15041         * gnus-uu.el (gnus-message-process-mark): New function.
15042         (gnus-uu-mark-by-regexp): Use it.
15043         (gnus-new-processable): New function.
15044
15045 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
15046          Trivial patch.
15047
15048         * gnus-sum.el (gnus-no-mark): New variable.
15049
15050 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15051
15052         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
15053         backslashes.
15054
15055 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15056
15057         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
15058         definition.
15059
15060 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15061
15062         * dgnushack.el (dgnushack-compile): elc is in the current directory.
15063
15064         * qp.el (quoted-printable-encode-region): Don't check multibyte in
15065         XEmacs.
15066
15067 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
15068         Trivial patch.
15069
15070         * mml.el (mml-read-tag): Save tag location.
15071
15072 2000-12-25  Simon Josefsson  <simon@josefsson.org>
15073
15074         * starttls.el: Sync with Emacs 21.
15075
15076 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15077
15078         * message.el (message-mail): Support yank-action.
15079
15080         * message.el (message-setup): Revoke the last change.
15081
15082 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15083
15084         * message.el (message-setup): Use cons. Suggested by Johan Vromans
15085         <jvromans@squirrel.nl>.
15086
15087 2000-12-24  Simon Josefsson  <sj@extundo.com>
15088
15089         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
15090         mailing list junk at end of part.
15091
15092 2000-12-23  Simon Josefsson  <sj@extundo.com>
15093
15094         * nnimap.el (nnimap-expiry-target): New function.
15095         (nnimap-request-expire-articles): Use it.
15096
15097 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15098
15099         * gnus.el (gnus-group-parameters-more): New variable.
15100         * gnus-cus.el (gnus-group-customize): Use it.
15101
15102         * gnus.el (gnus-define-group-parameter): New macro.
15103         (auto-expire): Use it
15104         (total-expire): Use it.
15105         * gnus-art.el (banner): Use it.
15106
15107         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
15108         <ljz@asfast.com>.
15109
15110 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15111
15112         * gnus-topic.el (gnus-topic-create-topic): Use list.
15113
15114         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
15115         before binding gnus-default-article-saver.
15116
15117         * gnus-sum.el (gnus-summary-save-article):
15118         (gnus-summary-pipe-output):
15119         (gnus-summary-save-article-mail):
15120         (gnus-summary-save-article-rmail):
15121         (gnus-summary-save-article-file):
15122         (gnus-summary-write-article-file):
15123         (gnus-summary-save-article-body-file): Ditto.
15124
15125         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
15126
15127 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15128
15129         * gnus-art.el (gnus-mime-security-button-map):
15130         (gnus-mime-button-map): Add parent.
15131
15132 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15133
15134         * messagexmas.el (message-xmas-redefine): New function.
15135
15136         * message.el: Use it.
15137
15138         * gnus-art.el (gnus-article-check-hidden-text): Return t.
15139
15140         * gnus-util.el (gnus-remove-text-properties-when): Return t.
15141
15142 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15143
15144         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
15145         malformatted messages.
15146
15147 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15148
15149         * mm-util.el (mm-image-load-path): New function.
15150
15151         * gnus-group.el (gnus-group-make-tool-bar): Use it.
15152
15153         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
15154
15155         * message.el (message-tool-bar-map): Use it.
15156
15157         * Makefile.in (install-el): New rule.
15158
15159 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15160
15161         * gnus-art.el (article-treat-dumbquotes): Quote \.
15162
15163 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15164
15165         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
15166         Emacs 20 runs on a terminal.
15167
15168 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15169
15170         * gnus-msg.el (gnus-bug): Revert to save-excursion.
15171
15172         * mml.el (gnus-add-minor-mode): Autoload.
15173
15174         * message.el (message-forward): Save-restriction.
15175
15176 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
15177
15178         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
15179         Paul Stevenson <p.stevenson@surrey.ac.uk>
15180
15181 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15182
15183         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
15184
15185         * mml.el (gnus-ems): Don't require.
15186
15187         * gnus.el (gnus-decode-rfc1522): Removed.
15188         (gnus-set-text-properties): Define.
15189
15190 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15191
15192         * gnus-art.el (gnus-mime-*): handle may be nil.
15193
15194         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
15195
15196         * gnus.el (gnus-group-remove-excess-properties): Not defined
15197         in gnus-xmas.
15198
15199 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15200
15201         * message.el (message-mail-user-agent): Add :version.
15202
15203 2000-12-21  Miles Bader  <miles@gnu.org>
15204
15205         * message.el (message-mode): Set `comment-start' to the  yank prefix.
15206
15207 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15208
15209         * message.el (message-mail-user-agent): New variable.
15210         (message-setup): Renamed to message-setup-1. Support
15211         mail-user-agent.
15212         (message-mail-user-agent): New function.
15213         (message-mail): Use it.
15214         (message-reply): Use it.
15215         (message-resend): Use it.
15216         (message-mail-other-window): Use it.
15217         (message-mail-other-frame): Use it.
15218
15219         * gnus-msg.el (gnus-bug): Support mail-user-agent.
15220
15221 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15222
15223         * message.el (message-tool-bar-map): Simplify.
15224         (message-narrow-to-head-1): New function.
15225         (message-narrow-to-head): Use it.
15226         (message-reply): Ditto.
15227         (message-cancel-news): Ditto.
15228         (message-supersede): Ditto.
15229         (message-make-forward-subject): Ditto.
15230         (message-bounce): Ditto.
15231
15232 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15233
15234         * uudecode.el (uudecode-decode-region-external): make-temp-file
15235         may not be defined.
15236
15237         * binhex.el (defalias): eval-and-compile.
15238
15239         * message.el (message-tool-bar-map): New function.
15240         (message-mode): Use it.
15241
15242 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15243
15244         * nntp.el (nntp-find-connection): Remove the entry.
15245         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
15246
15247 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15248
15249         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
15250
15251         * message.el (message-forward): Copy buffer in unibyte mode.
15252
15253 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15254
15255         * message.el (message-make-forward-subject): Don't widen. Decode.
15256         (message-forward): Don't decode subject.
15257
15258 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
15259
15260         * qp.el (quoted-printable-encode-region): Upcase QP.
15261
15262 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15263
15264         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
15265         mail-extract-a-c instead. Don't depend on Gnus.
15266
15267         * mml.el (gnus-ems): Require it.
15268
15269         * gnus-msg.el (gnus-summary-mail-forward):
15270
15271         * message.el (message-forward):  Move mime-to-mml here.
15272
15273 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15274
15275         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
15276         * gnus-art.el (gnus-insert-mime-button): Simplify.
15277         (gnus-mime-display-alternative): Ditto.
15278         (gnus-insert-mime-security-button): Ditto.
15279
15280 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15281
15282         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
15283         text-property-not-all doesn't return nil when start=mark(end).
15284         (gnus-remove-text-properties-when): Ditto.
15285
15286 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15287
15288         * gnus-start.el (gnus-group-change-level): Remove group from
15289         gnus-active-hashtb if real killed.
15290
15291 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15292
15293         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
15294         (gnus-mime-display-alternative): Ditto.
15295         (gnus-insert-mime-security-button): Ditto.
15296
15297 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15298
15299         * gnus-start.el (gnus-group-change-level): Don't add it into
15300         killed-list if it was killed.
15301
15302 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15303
15304         * nnmbox.el (nnmbox-file-coding-system): Use binary.
15305         (nnmbox-active-file-coding-system): Ditto.
15306
15307         * gnus-cus.el (gnus-group-parameters): Add posting-style.
15308
15309 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15310
15311         * gnus.el (gnus-version):
15312         (gnus-version-number): Set to Oort Gnus 0.01.
15313
15314         * gnus-art.el (gnus-mime-security-button-map):
15315         (gnus-insert-mime-security-button): Fix for Emacs21.
15316
15317 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15318
15319         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
15320         easymenu, because XEmacs doesn't understand :help.
15321
15322         * mm-uu.el: Require binhex.
15323
15324 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15325
15326         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
15327
15328 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
15329
15330         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
15331
15332 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
15333
15334         * *.xpm, *.pbm: Convert icons icons to size 24x24.
15335
15336 2000-12-18  Dave Love  <fx@gnu.org>
15337
15338         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
15339         (unused).
15340
15341 2000-12-13  Miles Bader  <miles@gnu.org>
15342
15343         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
15344         to t, so that we don't get stuck while trying to smilefy
15345         intangible text.
15346
15347 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
15348
15349         * smiley-ems.el (smiley-regexp-alist): Make regexps match
15350         at the end of the buffer.
15351         (smiley-region): In the loop, move to the end of the submatch
15352         matching the smiley instead of using the end of the match
15353         of the whole regexp.
15354
15355 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
15356
15357         * message.el (message-mode): Doc fix.
15358
15359 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
15360
15361         * smiley-ems.el (smiley-region): Doc fix.
15362
15363 2000-12-11  Miles Bader  <miles@gnu.org>
15364
15365         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
15366         bottom line visible, check to see if it's partially obscured, and
15367         if so, either scroll one more line to make it fully visible, or
15368         revert to showing the second line from the top.
15369
15370 2000-12-07  Dave Love  <fx@gnu.org>
15371
15372         * mailcap.el (mailcap-download-directory)
15373         * gnus-audio.el (gnus-audio-directory)
15374         * smiley-ems.el (smiley-data-directory): Fix :type.
15375
15376 2000-11-30  Dave Love  <fx@gnu.org>
15377
15378         * message.el (message-auto-save-directory): Use
15379         file-name-as-directory.
15380         (message-set-auto-save-file-name): Create
15381         message-auto-save-directory if necessary.
15382         (message-replace-chars-in-string): Removed -- unused.
15383         (message-mail-alias-type): Customize.
15384         (message-headers): Remove duplicate defgroup.
15385
15386 2000-11-29  Dave Love  <fx@gnu.org>
15387
15388         * qp.el (quoted-printable-decode-region): Use error, not message
15389         to report malformed text (like base64).  Amend message.
15390
15391 2000-11-29  Miles Bader  <miles@gnu.org>
15392
15393         * message.el (message-header-lines): Fontify tag.
15394
15395 2000-11-27  Dave Love  <fx@gnu.org>
15396
15397         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
15398         compiler warning.
15399
15400 ;2000-11-26  Dave Love  <fx@gnu.org>
15401 ;
15402 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
15403 ;
15404 2000-11-23  Dave Love  <fx@gnu.org>
15405
15406         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
15407
15408         * mm-uu.el (uudecode): Require.
15409         (uudecode-decode-region, uudecode-decode-region-external): Don't
15410         autoload.
15411         (mm-uu-copy-to-buffer): Doc fix.
15412         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
15413         type fix.
15414
15415         * mailcap.el: Doc fixes.
15416         (mailcap-mime-data): Various adjustments.
15417         (mailcap): New group.
15418         (mailcap-download-directory): Customize.
15419         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
15420         (mailcap-temporary-directory): Deleted (unused).
15421         (mailcap-unescape-mime-test): Simplify slightly.
15422         (mailcap-viewer-passes-test): Use functionp.
15423         (mailcap-command-p): Aliased to executable-find.
15424
15425         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
15426         default-enable-multibyte-characters is nil.
15427
15428 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
15429
15430         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
15431
15432 2000-11-21  Dave Love  <fx@gnu.org>
15433
15434         * gnus-art.el (gnus-mime-button-map): Don't inherit from
15435         gnus-article-mode-map.
15436 ;       (gnus-mime-button-menu): Use mouse-set-point.
15437         (gnus-insert-mime-button, gnus-mime-display-alternative)
15438         (gnus-mime-display-alternative): Don't use local-map property.
15439
15440 2000-11-17  Dave Love  <fx@gnu.org>
15441
15442         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
15443         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
15444         and make-temp-file.
15445         (uudecode-decode-region): Doc fix.
15446
15447 2000-11-14  Dave Love  <fx@gnu.org>
15448
15449         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
15450         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
15451         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
15452         New files, derived from the XPMs.
15453
15454 2000-11-10  Dave Love  <fx@gnu.org>
15455
15456         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
15457         (gnus-agent-lib-file, gnus-agent-load-alist)
15458         (gnus-agent-save-alist, gnus-agent-article-name): Use
15459         expand-file-name.
15460
15461         * gnus-group.el (gnus-group-name-charset-method-alist): Add
15462         :version.
15463         (nnkiboze-score-file): Defvar when compiling.
15464
15465         * gnus-start.el (gnus-read-newsrc-file): Add :version.
15466
15467         * gnus-art.el (gnus-article-banner-alist)
15468         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
15469         (gnus-article-date-lapsed-new-header)
15470         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
15471         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
15472         (gnus-treat-strip-headers-in-body)
15473         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
15474         (gnus-treat-translate): Add :version.
15475         (gnus-article-mime-part-function): Fix defcustom.
15476
15477         * nnmail.el (nnmail-expiry-target)
15478         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
15479         (nnmail-split-header-length-limit): Add :version.
15480
15481         * gnus-sum.el (gnus-auto-expirable-marks)
15482         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
15483         (gnus-extra-headers, gnus-ignored-from-addresses)
15484         (gnus-newsgroup-ignored-charsets)
15485         (gnus-group-highlight-words-alist)
15486         (gnus-summary-show-article-charset-alist): Add :version.
15487
15488         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
15489         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
15490         files, converted from the XPMs.
15491
15492         * gnus-cache.el (gnus-cache-active-file): Don't use
15493         file-name-as-directory on directory.
15494         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
15495         use file-name-as-directory on directory.
15496
15497         * time-date.el (timezone-make-date-arpa-standard): Autoload.
15498         (date-to-time): Use it.
15499
15500 ;       * message.el (message-mode) <adaptive-fill-regexp>:
15501 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
15502 ;       (message-newline-and-reformat): Likewise.
15503         (message-forward-as-mime, message-forward-ignored-headers)
15504         (message-buffer-naming-style, message-default-charset)
15505         (message-dont-reply-to-names, message-send-mail-partially-limit):
15506         Add :version.
15507
15508         * mm-util.el: Doc fixes.
15509         (mm-mime-charset): Don't use the raw result of
15510         mm-preferred-coding-system.
15511         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
15512         (mm-with-unibyte): Simplify.
15513
15514         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
15515         concat.
15516
15517         * pop3.el (pop3-version): Deleted.
15518         (pop3-make-date): New function, avoiding message-make-date.
15519         (pop3-munge-message-separator): Use it.
15520
15521 2000-11-09  Dave Love  <fx@gnu.org>
15522
15523         * gnus-group.el (gnus-group-make-directory-group)
15524         (gnus-group-fetch-faq): Use expand-file-name.
15525         (gnus-group-fetch-faq): Simplify completing-read form.
15526
15527         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
15528         test for Mule.
15529
15530         * message.el (tool-bar-map): Defvar when compiling.
15531
15532         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
15533         (gnus-tm-lisp-directory): Deleted.
15534         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
15535         (featurep 'xemacs).
15536         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
15537         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
15538         version numbers from file names.
15539
15540 2000-11-08  Dave Love  <fx@gnu.org>
15541
15542         * mm-view.el: Use featurep for XEmacs test.
15543         (mm-inline-message): Test for `remove-specifier'; don't use
15544         condition-case.
15545
15546         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
15547
15548         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
15549         (gnus-score-find-bnews): Don't concat "".
15550
15551         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
15552         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
15553         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
15554         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
15555
15556         * gnus-sum.el: Put some defvars in eval-when-compile.
15557         (gnus-summary-mode-hook): Add :options.
15558         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
15559         (gnus-summary-tool-bar-map): New variable.
15560         (gnus-summary-make-tool-bar): New function.
15561         (gnus-summary-mode): Put kill-all-local-variables first.
15562
15563         * gnus-group.el (gnus-group-toolbar-map): New variable.
15564         (gnus-group-make-tool-bar): Rewritten.
15565         (gnus-group-mode): Put kill-all-local-variables first.
15566
15567         * rfc2047.el: Require gnus-util.
15568
15569         * nnml.el (gnus-sorted-intersection): Autoload.
15570
15571         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
15572         Put some defvars in eval-when-compile.
15573         (gnus-intersection, gnus-sorted-complement):  Autoload.
15574
15575         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
15576
15577         * mm-encode.el (mm-body-7-or-8): Autoload.
15578
15579         * mm-decode.el (mm-insert-inline): Autoload.
15580
15581         * mml.el:
15582         * message.el: Put some defvars in eval-when-compile.
15583
15584         * gnus-msg.el: Put some defvars in eval-when-compile.
15585         (gnus-msg-mail): Move after gnus-setup-message.
15586
15587         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
15588
15589 2000-11-07  Dave Love  <fx@gnu.org>
15590
15591         * gnus-util.el (nnheader): Don't require message (recursive
15592         autoload).
15593
15594         * uudecode.el: Avoid compiler warnings.
15595
15596         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
15597         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
15598
15599 2000-11-06  Dave Love  <fx@gnu.org>
15600
15601         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
15602
15603         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
15604         (uudecode-char-int): New alias, replacing char-int.
15605         (uudecode-decode-region): Don't call buffer-disable-undo.
15606
15607 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
15608 ;       (mm-uu-configure-list): Doc fix.
15609 ;
15610 ;       * earcon.el (running-xemacs): Don't define.
15611 ;
15612 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
15613 ;
15614 ;       * message.el (message-font-lock-keywords): Match a final newline
15615 ;       to help font-lock's multiline support.
15616 ;
15617 2000-11-03  Dave Love  <fx@gnu.org>
15618
15619         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
15620
15621         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
15622         name.
15623
15624         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
15625         <banner>: Fix custom type, doc.
15626
15627         * mm-decode.el (mm-display-external): Space-prefix temp buffer
15628         name.  Don't disable undo explicitly.
15629
15630 ;2000-11-02  Dave Love  <fx@gnu.org>
15631 ;
15632 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
15633 ;       cite-prefix.
15634
15635 2000-11-01  Dave Love  <fx@gnu.org>
15636
15637         * rfc2047.el (base64): Require unconditionally.
15638         (message-posting-charset): Defvar when compiling.
15639         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
15640         message.
15641
15642         * gnus-sum.el (nnoo): Require.
15643         (mm-uu-dissect): Autoload.
15644
15645         * mml.el (mml-parse-1): Clarify message.
15646         (mml-minibuffer-read-type): Use mailcap-mime-types.
15647
15648 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
15649
15650         * mml.el: Fix a typo in the requiring of CL.
15651
15652 2000-11-01  Dave Love  <fx@gnu.org>
15653
15654         * utf7.el: Require cl when compiling.
15655
15656         * binhex.el: Use (featurep 'xemacs).
15657         (binhex-char-int): New alias, replacing char-int.  Change callers.
15658         (binhex-decode-region): Simplify work buffer code.
15659         (binhex-decode-region-external): Use expand-file-name, not concat.
15660
15661 2000-10-30  Dave Love  <fx@gnu.org>
15662
15663         * gnus-art.el: Fix 2000-10-27 change properly.
15664
15665 2000-10-28  Miles Bader  <miles@gnu.org>
15666
15667         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
15668
15669 2000-10-27  Dave Love  <fx@gnu.org>
15670
15671         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
15672         strings.
15673         (gnus-group-make-tool-bar): New function.
15674         (gnus-group-mode): Use it.
15675
15676         * message.el (message-mode-menu): Add some :help strings.
15677         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
15678         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
15679
15680         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
15681         * describe-group.xpm, get-news.xpm, kill-group.xpm:
15682         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
15683
15684         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
15685         display-graphic-p here.
15686
15687 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
15688
15689         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
15690         of the `gnus-xemacs' variable, as the latter has been removed.
15691         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
15692         * gnus-art.el (gnus-treat-display-xface)
15693         (gnus-treat-display-smileys, gnus-treat-display-picons)
15694         (gnus-article-read-summary-keys): Likewise.
15695
15696 2000-10-26  Dave Love  <fx@gnu.org>
15697
15698         (defvar): Use rmail-spool-directory unconditionally.
15699
15700 2000-10-18  Dave Love  <fx@gnu.org>
15701
15702         * mm-bodies.el (mm-uu-decode-function)
15703         (mm-uu-binhex-decode-function): Defvar when compiling.
15704
15705         * gnus-nocem.el (gnus-nocem-issuers): Update.
15706         (gnus-nocem-check-from): New option.
15707         (gnus-nocem-scan-groups): Use it.
15708         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
15709         (gnus-nocem-check-article-limit): Add :version.
15710
15711 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
15712
15713         * ietf-drums.el (mm-util): Require CL when compiling.
15714
15715 2000-10-15  Dave Love  <fx@gnu.org>
15716
15717         * qp.el: Require mm-util.
15718
15719 2000-10-13  Dave Love  <fx@gnu.org>
15720
15721         * qp.el (quoted-printable-decode-region): Avoid invalid
15722         coding-systems.
15723
15724 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
15725
15726         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
15727         to a recursive load.
15728
15729 2000-10-12  Dave Love  <fx@gnu.org>
15730
15731         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
15732
15733         * gnus.el (gnus-group-startup-message): Check for PBM image.
15734
15735 2000-10-09  Dave Love  <fx@gnu.org>
15736
15737         * mail-source.el (mail-source-fetch-imap): Bind
15738         default-enable-multibyte-characters rather than using
15739         mm-disable-multibyte.
15740
15741 2000-10-05  Dave Love  <fx@gnu.org>
15742
15743         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
15744         Autoload.
15745         (quoted-printable-decode-region):  Rename arg which confused
15746         charset with coding-system.  Don't use nonascii-insert-offset.
15747         Coding-system encode the region initially.  Don't recognize `=='
15748         as valid QP.  Coding-system decode the region finally.
15749         (quoted-printable-decode-string): Rename arg which confused
15750         charset with coding-system.
15751
15752         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
15753         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
15754         mm-encode-coding-region.
15755         (mm-decode-body, mm-decode-string): Rename variables which
15756         confused charset with coding-system.
15757         (binhex-decode-region): Don't autoload.
15758         (mm-body-encoding): Require message.
15759         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
15760         cond branches.
15761
15762         * gnus-art.el (article-de-quoted-unreadable)
15763         (article-de-base64-unreadable): Fold search case
15764         rather than downcasing string.  Apply mm-charset-to-coding-system
15765         to arg of quoted-printable-decode-region.
15766
15767 2000-10-04  Dave Love  <fx@gnu.org>
15768
15769         * gnus-ems.el: Don't turn off compiler warnings in local vars.
15770         Require ring when compiling.
15771         (gnus-article-compface-xbm): New variable.
15772
15773 2000-10-04  Dave Love  <fx@gnu.org>
15774
15775         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
15776         pbm images.
15777
15778         * frown.pbm, smile.pbm, wry.pbm: New files.
15779
15780         * frown.xbm, smile.xbm, wry.xbm: Deleted.
15781
15782 2000-10-03  Dave Love  <fx@gnu.org>
15783
15784         * mail-source.el (mail-sources): Revert to nil.
15785
15786         * nnmail.el (nnmail-spool-file): Revert to `((file))'.
15787
15788         * qp.el: Don't require mm-util.
15789         (quoted-printable-decode-region): Rewritten.
15790         (quoted-printable-decode-string, quoted-printable-encode-region):
15791         Doc fix.
15792         (quoted-printable-encode-region): Barf on multibyte characters.
15793         Maybe make the class multibyte.  Upcase chars, not formatted
15794         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
15795         (quoted-printable-encode-string): Don't use
15796         mm-with-unibyte-buffer.
15797
15798 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
15799
15800         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
15801
15802 2000-09-21  Dave Love  <fx@gnu.org>
15803
15804         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
15805         (for Emacs 20).  Tidy somewhat.
15806
15807 2000-09-21  Dave Love  <fx@gnu.org>
15808
15809         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
15810         image processing.  Rationalize logic somewhat.
15811
15812 2000-09-20  Dave Love  <fx@gnu.org>
15813
15814         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
15815         specifically.
15816
15817         * gnus.el (gnus-version-number): Avoid some redundant
15818         autoloads.
15819
15820 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
15821
15822         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
15823         to XBM; we always have PBM support.
15824
15825 2000-09-14  Dave Love  <fx@gnu.org>
15826
15827         * gnus.el (gnus-charset):
15828         * mm-decode.el (mime-display):
15829         * imap.el (imap) <defgroup>: Add :version.
15830
15831 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
15832
15833         * parse-time.el: Fix author's mail address.
15834
15835         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
15836         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
15837         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
15838         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
15839         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
15840         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
15841         * rfc2231.el, uudecode.el: Fix copyright notice.
15842
15843         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
15844         require `w3' at load-time only if not running in batch mode.
15845
15846 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15847
15848         * gnus.el: Before merge with Emacs21.
15849
15850 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
15851
15852         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
15853
15854 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
15855
15856         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
15857         to avoid conflict with the standard `back-to-indentation'
15858         binding.
15859
15860 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15861
15862         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
15863
15864         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
15865         (mm-disable-multibyte-mule4): Ditto.
15866         (mm-with-unibyte-current-buffer-mule4): Ditto.
15867
15868 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15869
15870         * pop3.el (pop3-movemail): Use binary.
15871         (pop3-movemail-file-coding-system): Removed.
15872
15873 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15874
15875         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
15876
15877 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15878
15879         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
15880         exists.
15881
15882 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15883
15884         * gnus-msg.el (gnus-post-method): Use backend name when the
15885         address is "".
15886
15887 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15888
15889         * gnus-art.el (article-verify-x-pgp-sig): Don't test
15890         mm-verify-option.
15891         (gnus-treat-x-pgp-sig): Default value.
15892         (gnus-ignored-headers): Redundant.
15893
15894 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15895
15896         * gnus-win.el (gnus-configure-frame): Save selected window.
15897
15898 2000-02-15  Andrew Innes  <andrewi@gnu.org>
15899
15900         * nnmbox.el: Require gnus-range.
15901         (nnmbox-group-building-active-articles): New variable.
15902         (nnmbox-group-active-articles): New variable; this is a cache of
15903         all active articles by group and number.
15904         (nnmbox-in-header-p): New function.
15905         (nnmbox-find-article): New function.
15906         (nnmbox-record-active-article): New function.
15907         (nnmbox-record-deleted-article): New function.
15908         (nnmbox-is-article-active-p): New function.
15909         (nnmbox-retrieve-headers): Use nnmbox-find-article.
15910         (nnmbox-request-article): Ditto.  Also supply extra arg to
15911         nnmbox-article-group-number.
15912         (nnmbox-request-expire-articles): Ditto.
15913         (nnmbox-request-move-article): Ditto.
15914         (nnmbox-request-replace-article): Ditto.
15915         (nnmbox-request-rename-group): Rename group entry in active
15916         article cache.
15917         (nnmbox-delete-mail): Update active article cache, unless article
15918         is being replaced.
15919         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
15920         than partially duplicating it.
15921         (nnmbox-article-group-number): Add extra `this-line' arg, to
15922         handle articles belonging to multiple groups.
15923         (nnmbox-save-mail): Update active article cache.
15924         (nnmbox-read-mbox): Build active article cache when loading mbox.
15925         Also do some repair work, if we find articles that are missing the
15926         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
15927         reconstruct these from Xref info.
15928
15929 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15930
15931         * mail-source.el (mail-source-report-new-mail): Use
15932         nnheader-run-at-time.
15933
15934 2000-02-15  Andrew Innes  <andrewi@gnu.org>
15935
15936         * mail-source.el (mail-source-fetch-pop): Clear pop password when
15937         an error is thrown, and then rethrow the error.
15938         (mail-source-check-pop): Ditto.
15939         (mail-source-start-idle-timer): Prevent multiple pop checks
15940         running if the check takes a long time.
15941
15942 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15943
15944         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
15945         succeed.
15946
15947 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15948
15949         * gnus-win.el (gnus-configure-windows): Make sure
15950         nntp-server-buffer is live.
15951         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
15952
15953 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
15954
15955         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
15956
15957 2000-12-04  Andreas Jaeger  <aj@suse.de>
15958
15959         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
15960
15961 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15962
15963         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
15964
15965 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
15966         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
15967
15968         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
15969
15970 2000-12-01  Simon Josefsson  <sj@extundo.com>
15971
15972         * mml-smime.el (mml-smime-verify): Fix address parsing.
15973
15974 2000-12-01  Simon Josefsson  <sj@extundo.com>
15975
15976         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
15977         more than one certificate inside PKCS#7 blob.  Better security
15978         information (clamed / actual sender, openssl output, certificates
15979         inside message).
15980
15981         * smime.el (smime-verify-region): Output to /dev/null.
15982         (smime-buffer-as-string-region): Don't parse empty lines.
15983
15984 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15985
15986         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
15987         ?d and ?D.
15988         (gnus-mime-security-show-details-inline): New variable.
15989         (gnus-mime-security-show-details): Use them.
15990         (gnus-insert-mime-security-button): Ditto.
15991
15992         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
15993         Suggest by Michael Duggan (md5i@cs.cmu.edu).
15994         (mml2015-gpg-clear-verify): Ditto.
15995         (mml2015-gpg-decrypt-1): Ditto.
15996         (mml2015-use): Prefer 'gpg.
15997
15998 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
15999
16000         * gnus-util.el (gnus-add-text-properties-when): New function.
16001         (gnus-remove-text-properties-when): Ditto.
16002
16003         * gnus-cite.el (gnus-article-hide-citation): Use them.
16004         (gnus-article-toggle-cited-text): Use them.
16005
16006         * gnus-art.el (gnus-signature-toggle): Use them.
16007         (gnus-article-show-hidden-text): Ditto.
16008         (gnus-article-hide-text): Ditto.
16009
16010 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16011
16012         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
16013
16014 2000-11-30  Simon Josefsson  <sj@extundo.com>
16015
16016         * smime.el (smime-point-at-eol): New alias.
16017         (smime-buffer-as-string-region): Use it.
16018
16019 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16020
16021         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
16022
16023 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16024
16025         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
16026
16027         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
16028
16029         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
16030
16031 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
16032
16033         * nnmh.el (nnmh-request-expire-articles): Implemented
16034         expiry-target for nnmh backend.
16035
16036 2000-11-30  Simon Josefsson  <sj@extundo.com>
16037
16038         * mm-decode.el (mm-security-from): New variable.
16039         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
16040
16041         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
16042         than `from'.
16043
16044 2000-11-30  Simon Josefsson  <sj@extundo.com>
16045
16046         * mml-smime.el (mml-smime-verify): Verify that certificate mail
16047         address match sender address.
16048
16049         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
16050
16051         * smime.el (smime-verify-region): Don't copy buffer.
16052         (smime-decrypt-buffer): Use expand-file-name on keyfile.
16053         (smime-pkcs7-region): New function.
16054         (smime-pkcs7-certificates-region): Ditto.
16055         (smime-pkcs7-email-region): Ditto.
16056         (smime-buffer-as-string-region): Ditto.
16057
16058         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
16059         buffer.
16060
16061 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
16062
16063         * smime.el (smime-decrypt-region): Fix keyfile argument.
16064
16065 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16066
16067         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
16068
16069 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16070
16071         * message.el (message-shoot-gnksa-feet): New variable.
16072         (message-gnksa-enable-p): New function.
16073         (message-send): Use it.
16074         (message-check-news-body-syntax): Ditto.
16075
16076 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16077
16078         * message.el (message-make-message-id): Remove the redundancy.
16079
16080 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16081
16082         * message.el (message-setup): Discourage using mc-install-*-mode.
16083
16084         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
16085
16086 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16087
16088         * gnus-cite.el (gnus-cite-parse): Guess citation length.
16089
16090 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16091
16092         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
16093
16094 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16095
16096         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
16097
16098 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16099
16100         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
16101         insert-buffer-substring.
16102
16103         * message.el (message-send-mail): Use buffer-substring-no-properties.
16104         (message-send-news): Ditto.
16105
16106 2000-11-22  David Edmondson  <dme@dme.org>
16107
16108         * imap.el (imap-wait-for-tag): Message read info.
16109
16110 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16111
16112         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
16113         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
16114         (mml2015-gpg-encrypt): Ditto.
16115
16116 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16117
16118         * mm-decode.el (mm-verify-option): Default value.
16119
16120         * mml-sec.el (mml-secure-part): Error message.
16121
16122 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16123
16124         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
16125
16126 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16127
16128         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
16129
16130 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16131
16132         * gnus-art.el (gnus-article-describe-key): Use prompt.
16133         (gnus-article-describe-key-briefly): Ditto.
16134
16135 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16136
16137         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
16138
16139 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16140
16141         * gnus-art.el (gnus-article-describe-key): New function.
16142         (gnus-article-describe-key-briefly): New function.
16143
16144 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16145
16146         * mm-decode.el (mm-decrypt-option): Doc typo.
16147
16148         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
16149         return a number.
16150
16151 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16152
16153         * message.el (message-newline-and-reformat): Typo.
16154
16155 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16156
16157         * gnus-art.el (article-verify-x-pgp-sig): Check whether
16158         original-article-buffer exists.
16159
16160         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
16161         (rfc2047-header-encoding-alist): Addresses are different from text.
16162         (rfc2047-encode-message-header): Ditto.
16163         (rfc2047-dissect-region): Extra parameter.
16164         (rfc2047-encode-region): Ditto.
16165         (rfc2047-encode-string): Ditto.
16166
16167 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16168
16169         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
16170         (mm-uu-pgp-encrypted-extract): Use it.
16171         (mm-uu-pgp-signed-extract-1): New function.
16172         (mm-uu-pgp-signed-extract): Use it.
16173
16174         * gnus-art.el (gnus-mime-display-security): New function.
16175         (gnus-mime-display-part): Use it.
16176         (gnus-mime-security-verify-or-decrypt): New function.
16177         (gnus-mime-security-press-button): New function.
16178         (gnus-insert-mime-security-button): Use it.
16179
16180         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
16181         (mm-find-raw-part-by-type): Ditto.
16182         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
16183         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
16184         (mm-destroy-parts): Kill nested multibyte buffer.
16185
16186         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
16187         (mml2015-gpg-verify): Ditto.
16188
16189 2000-11-18  Simon Josefsson  <sj@extundo.com>
16190
16191         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
16192         (mml2015-function-alist): Use it.
16193
16194         * mml-sec.el (mml-sign-alist): Update names.
16195         (mml-encrypt-alist): Ditto.
16196         (mml-secure-part-smime-sign): Moved to mml-smime.el
16197         as `mml-smime-sign-query'.
16198         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
16199         `mml-smime-get-file-cert'.
16200         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
16201         `mml-smime-get-dns-cert'.
16202         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
16203         `mml-smime-encrypt-query'.
16204         (mml-smime-sign-buffer): Use mml-smime-sign.
16205         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
16206
16207         * mml-smime.el (mml-smime-sign): New function.
16208         (mml-smime-encrypt):
16209         (mml-smime-sign-query):
16210         (mml-smime-get-file-cert):
16211         (mml-smime-get-dns-cert):
16212         (mml-smime-encrypt-query): Moved from mml-sec.el.
16213
16214 2000-11-16  Simon Josefsson  <sj@extundo.com>
16215
16216         * mml2015.el (mml2015-gpg-clear-verify): New function.
16217         (mml2015-function-alist): Add it.
16218
16219 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
16220
16221         * message.el (message-setup-fill-variables): Use
16222         message-cite-prefix-regexp.
16223         (message-newline-and-reformat): Check the end of citation, leading
16224         WSP, break in the cite prefix.
16225         (message-fill-paragraph): New function.
16226
16227 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
16228
16229         * lpath.el: Shut up.
16230
16231 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
16232
16233         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
16234         raw 8-bit in headers in dk.* newsgroups.
16235
16236 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
16237
16238         * message.el (message-newline-and-reformat): Match extra WSPs.
16239
16240 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
16241
16242         * mml.el (mml-generate-mime-1): Ignore ascii.
16243
16244 2000-11-16 Justin Sheehy  <justin@iago.org>
16245
16246         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
16247
16248 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
16249
16250         * message.el (message-cite-prefix-regexp): Prefix should not end
16251         at space.
16252
16253 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
16254
16255         * message.el (message-mode-syntax-table): Add - as a word
16256         constituent as in articles.
16257         (message-setup-fill-variables): Add -_. as supercite-style prefix.
16258         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
16259         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
16260
16261 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
16262
16263         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
16264
16265 2000-11-12  David Edmondson  <dme@dme.org>
16266
16267         * message.el (message-font-lock-keywords): use
16268         message-cite-prefix-regexp.
16269
16270 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16271
16272         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
16273         Stein Arild Str\e,Ax\e(Bmme.
16274         (gnus-group-jump-to-group): Use it.
16275         (gnus-group-jump-to-group-prompt): Customize.
16276
16277 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
16278
16279         * mailcap.el (mailcap-possible-viewers): Match the entire string.
16280
16281 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
16282
16283         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
16284         incompatible.
16285         (mml2015-mailcrypt-sign): Ditto.
16286
16287 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
16288
16289         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
16290         group is open.
16291
16292 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
16293
16294         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
16295         nnvirtual articles.
16296         (gnus-backlog-request-article): Don't request nnvirtual articles.
16297
16298 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
16299
16300         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
16301         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
16302
16303 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
16304
16305         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
16306         * mml.el (mml-generate-mime-1): Use charset attribute.
16307         * mm-bodies.el (mm-encode-body): Add parameter charset.
16308         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
16309
16310 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
16311
16312         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
16313         (mml2015-mailcrypt-clear-decrypt): Ditto.
16314         (mml2015-mailcrypt-verify): Ditto.
16315         (mml2015-mailcrypt-clear-verify): Ditto.
16316         (mml2015-gpg-verify): Ditto.
16317
16318 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
16319
16320         * smime.el (smime-openssl-program): Test the existence of openssl.
16321         * mml-smime.el: Require mm-decode.
16322         (mml-smime-verify-test): New function.
16323         * mm-decode.el (mm-verify-function-alist): Use it.
16324
16325 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
16326
16327         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
16328         anyway.
16329
16330 2000-11-13  Simon Josefsson  <sj@extundo.com>
16331
16332         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
16333         verification doesn't work.
16334
16335 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
16336
16337         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
16338         (gnus-inews-do-gcc): Use it.
16339
16340 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
16341
16342         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
16343         leading space.
16344         * mm-extern.el (mm-inline-external-body): Report error when no
16345         access-type.
16346
16347 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
16348
16349         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
16350
16351 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
16352
16353         * gnus-art.el (gnus-mime-button-menu): Use select-window.
16354
16355 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
16356
16357         * gnus-art.el (gnus-mime-display-part): Display multipart/related
16358         as multipart/mixed.
16359
16360 2000-11-12  David Edmondson  <dme@dme.org>
16361
16362         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
16363         and replace `.' with `\w' to allow for different syntax tables
16364         (from Vladimir Volovich).
16365         * message.el (message-newline-and-reformat): use
16366         `message-cite-prefix-regexp'.
16367         * gnus-cite.el (gnus-supercite-regexp): use
16368         `message-cite-prefix-regexp'.
16369         * gnus-cite.el (gnus-cite-parse): use
16370         `message-cite-prefix-regexp'.
16371
16372 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
16373
16374         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
16375         PGP SIGNATURE.  Escape leading "-"'s.
16376         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
16377
16378 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
16379
16380         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
16381
16382 2000-11-11  Simon Josefsson  <sj@extundo.com>
16383
16384         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
16385
16386         * smime.el (smime-details-buffer): New variable.
16387         (smime-sign-region):
16388         (smime-encrypt-region):
16389         (smime-verify-region):
16390         (smime-decrypt-region): Copy OpenSSL output to the buffer.
16391
16392         * mml-smime.el (mml-smime-verify): Support security info.
16393
16394 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
16395
16396         * mm-decode.el (mm-verify-option): Set default to nil.
16397         (mm-decrypt-option): Ditto.
16398         * gnus-art.el (article-verify-x-pgp-sig): New function.
16399
16400 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
16401
16402         * gnus-art.el (gnus-mime-display-alternative): Show button if no
16403         preferred part.
16404
16405 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
16406
16407         * gnus-sum.el (gnus-move-split-methods): Say that
16408         `gnus-split-methods' uses file names, whereas this uses group
16409         names.  (Report from Nevin Kapur)
16410
16411 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
16412
16413         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
16414
16415 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
16416
16417         * nnheader.el (nnheader-directory-files-is-safe): New variable.
16418         (nnheader-directory-articles): Use it.
16419         (nnheader-article-to-file-alist): Ditto.
16420
16421 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
16422
16423         * rfc2047.el (rfc2047-pad-base64): New function.
16424         (rfc2047-decode): Use it.
16425
16426 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
16427
16428         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
16429         select method.
16430
16431 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
16432
16433         * mml2015.el (mml2015-gpg-decrypt-1):
16434         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
16435
16436 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
16437
16438         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
16439
16440 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
16441
16442         * pop3.el (pop3-munge-message-separator): A message may have an
16443         empty body.
16444
16445 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
16446
16447         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
16448         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
16449         (mm-uu-pgp-signed-extract): Use coding-system.
16450
16451 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
16452
16453         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
16454         (gnus-insert-mime-security-button): New function.
16455         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
16456         * mml2015.el:  Add security info when verify or decrypt.
16457         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
16458         (mm-uu-pgp-encrypted-extract): Ditto.
16459
16460 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
16461
16462         * mm-decode.el (mm-display-parts): New function.
16463         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
16464
16465 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
16466
16467         * gnus-mlspl.el: Documentation tweaks.
16468
16469 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
16470
16471         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
16472         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
16473         argument.
16474
16475 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
16476
16477         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
16478
16479 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
16480
16481         * gnus-art.el (gnus-article-encrypt): New function.
16482         (gnus-article-encrypt-protocol-alist): New variable.
16483         (gnus-article-encrypt-protocol): New variable.
16484         * mml2015.el (mml2015-self-encrypt): New function.
16485         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
16486
16487 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
16488
16489         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
16490         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
16491         let mailcap do it.
16492         * mml2015.el: Remove snarf code.
16493         * mm-decode.el: Remove snarf code.
16494
16495 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
16496
16497         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
16498         (mml-insert-mime): Understand gnus-decoded.
16499         (mime-to-mml): New parameter handles.
16500         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
16501         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
16502
16503 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
16504
16505         * mm-decode.el (mime-security): New group.
16506         (mm-verify-function-alist): Add test function.
16507         (mm-decrypt-function-alist): Ditto.
16508         (mm-snarf-option): Set default value as nil.
16509         (mm-find-part-by-type): Recursive parameter.
16510         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
16511         * mml2015.el: Support draft-ietf-openpgp-multsig.
16512
16513 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
16514
16515         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
16516         (gnus-article-view-part-as-charset): New function.
16517
16518 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
16519
16520         * mm-decode.el (mm-verify-option): Default value.
16521         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
16522
16523 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
16524
16525         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
16526
16527 2000-11-05  Simon Josefsson  <sj@extundo.com>
16528
16529         * mml-smime.el (mml-smime-verify): Work in original multipart
16530         buffert.
16531
16532         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
16533         (mm-handle-multipart-ctl-parameter): Ditto.
16534         (mm-alist-to-plist): New function.
16535         (mm-dissect-buffer): Store CTL parameters and copy original buffer
16536         for multiparts.
16537         (mm-destroy-parts): Destroy multipart buffert.
16538         (mm-remove-part): Ditto.
16539
16540         * mml-smime.el (mml-smime-sign): Not used.
16541         (mml-smime-encrypt): Ditto.
16542
16543         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
16544
16545         Verify S/MIME signature support.
16546
16547         * mm-decode.el (mm-inline-media-tests): Add
16548         application/{x-,}pkcs7-signature.
16549         (mm-inlined-types): Ditto.
16550         (mm-automatic-display): Ditto.
16551         (mm-verify-function-alist): Ditto.  Add name of method.
16552         (mm-decrypt-function-alist): Add name of method.
16553         (mm-find-part-by-type): Add documentation.
16554         (mm-possibly-verify-or-decrypt): Use new format of
16555         mm-{verify,decrypt}-function-alist.  Use method names.
16556
16557         * mml-smime.el (mml-smime-verify): New function.
16558
16559 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
16560
16561         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
16562
16563 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
16564
16565         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
16566         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
16567         * mm-decode.el (mm-snarf-option): New variable.
16568
16569 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
16570
16571         * mm-util.el (mm-subst-char-in-string): New function.
16572         (mm-replace-chars-in-string): Use it.
16573         * message.el (message-replace-chars-in-string): Use it.
16574         * nnheader.el (nnheader-replace-chars-in-string): Use it.
16575         * gnus-mh.el (mh-lib-progs): Shut up.
16576
16577 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
16578
16579         * base64.el, md5.el: Moved to contrib directory.
16580
16581 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
16582
16583         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
16584         the last article when search.
16585
16586 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
16587
16588         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
16589         * nnmail.el (nnmail-pathname-coding-system): Ditto.
16590
16591 2000-09-29  David Edmondson  <dme@thus.net>
16592
16593         * message.el (message-newline-and-reformat): Typo.
16594
16595 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
16596
16597         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
16598
16599 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
16600
16601         * nntp.el (nntp-decode-text): Delete bogus status lines.
16602
16603 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
16604
16605         * message.el (message-font-lock-keywords): Match a final newline
16606         to help font-lock's multiline support.
16607
16608 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
16609
16610         * nnoo.el (nnoo-set): New function.
16611
16612 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
16613
16614         * gpg.el, gpg-ring.el: Moved to contrib directory.
16615
16616 2000-11-04  Simon Josefsson  <sj@extundo.com>
16617
16618         * nnimap.el (nnimap-split-inbox): Typo.
16619
16620 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
16621
16622         * gnus-msg.el (gnus-msg-mail): Move it backwards.
16623
16624 2000-11-03  Simon Josefsson  <sj@extundo.com>
16625
16626         * rfc2231.el (rfc2231-parse-qp-string): New function.
16627         (require): rfc2047.
16628
16629         * mail-parse.el (mail-header-parse-content-type):
16630         (mail-header-parse-content-disposition): Support invalid QP
16631         encoded strings, by using `rfc2231-parse-qp-string'.
16632
16633 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
16634
16635         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
16636         (rfc2231-decode-encoded-string): Typo "> X 1".
16637         (rfc2231-encode-string): Insert the name of charset.
16638         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
16639
16640 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
16641
16642         * mm-decode.el (mm-save-part): Return the filename.
16643         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
16644         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
16645         (gnus-mime-action-alist): Use it.
16646         (gnus-mime-button-commands): Use it.
16647         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
16648         (mm-inline-external-body): unwind-protect.
16649
16650 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
16651
16652         * gnus-art.el (gnus-insert-mime-button): Show url.
16653
16654 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
16655
16656         * mml.el (mml-generate-mime-1): Support external url.
16657         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
16658
16659 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
16660
16661         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
16662         * mm-decode.el (mm-display-external): Ditto.
16663         * mm-extern.el: New file.
16664         * mm-decode.el (mm-inline-media-tests): Hook it up.
16665         (mm-inlined-types): Inline message/external-body.
16666
16667 2000-11-02  Simon Josefsson  <sj@extundo.com>
16668
16669         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
16670
16671         * message.el (message-get-reply-headers): Better handling when
16672         Mail-Followup-To is very large.
16673
16674 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
16675
16676         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
16677         * gnus-art.el (gnus-article-edit-done):
16678         * gnus-sum.el (gnus-summary-edit-article-done): Move line
16679         counting code here.
16680         * gnus-msg.el (gnus-setup-message): Remove a hack.
16681
16682 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
16683
16684         * gnus-sum.el (gnus-newsgroup-variables): New variable.
16685         (gnus-summary-mode): Make them local variables.
16686         (gnus-set-global-variables): Globalize them.
16687         (gnus-summary-exit): Kill them.
16688
16689 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
16690
16691         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
16692         word.
16693
16694 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
16695
16696         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
16697         gnus-article-wash-types.
16698         * gnus-art.el (gnus-article-wash-status): Use them.
16699
16700 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
16701
16702         * mml.el (mml-read-tag): Remove spaces and LF.
16703
16704 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
16705
16706         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
16707         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
16708
16709 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
16710
16711         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
16712
16713 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
16714
16715         * gnus-sum.el (gnus-article-charset): New variable.
16716         (gnus-summary-display-article): Set it.
16717         * gnus-msg.el (gnus-copy-article-buffer): Use it.
16718         * gnus-art.el (gnus-article-mode): Make it local variable.
16719
16720 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16721
16722         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
16723
16724 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16725
16726         * nnwfm.el: New file.
16727
16728         * nnweb.el (nnweb-replace-in-string): New function.
16729
16730 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
16731
16732         * mml2015.el: Wrap gpg.el.
16733         * gpg.el (gpg-verify): The last argument of apply is a list.
16734         (gpg-encrypt): Add passphrase as a parameter.
16735
16736 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
16737
16738         * gpg.el: New file.
16739         * gpg-ring.el: New file.
16740
16741 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
16742
16743         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
16744
16745 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16746
16747         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
16748         double-quote characters.
16749         (gnus-summary-prepare-threads): Ditto.
16750
16751 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
16752
16753         * gnus-art.el (gnus-mime-display-single): Forward line -1.
16754         * mml.el (mml-read-tag): Don't skip the leading space.
16755         * lpath.el (font-lock-set-defaults): Shut up.
16756
16757 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
16758
16759         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
16760
16761 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
16762
16763         * qp.el (quoted-printable-encode-region): Replace leading - when
16764         ultra safe.
16765         * mml.el (mml-generate-mime-postprocess-function): Removed.
16766         (mml-postprocess-alist): Removed.
16767         (mml-generate-mime-1): Use ultra-safe when sign.
16768         * mml2015.el (mml2015-fix-micalg): Uppercase.
16769         (mml2015-verify): Insert LF.
16770         (mml2015-mailcrypt-sign): Downcase; search backward.
16771
16772 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16773
16774         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
16775         restrictive.
16776         (nnultimate-table-regexp): New variable.
16777         (nnultimate-forum-table-p): Use it.
16778
16779 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
16780         Trivial patch.
16781
16782         * gnus-sum.el (gnus-summary-expire-articles): Save point.
16783
16784 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
16785
16786         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
16787         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
16788
16789 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
16790
16791         * mml2015.el: Shut up.
16792
16793 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
16794
16795         * gnus.el (gnus-server-browse-hashtb): Removed.
16796         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
16797         (gnus-group-insert-group-line-info): Use simplified method.
16798         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
16799
16800 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
16801
16802         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
16803         moved here.
16804         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
16805         * gnus-group.el (gnus-group-prepare-flat): Use it.
16806         * gnus-topic.el (gnus-group-prepare-topics): Use it.
16807
16808 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
16809
16810         * mml.el (mml-mode): Show menu in XEmacs.
16811
16812 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
16813
16814         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
16815         (gnus-server-read-server-in-server-buffer): New function.
16816         (gnus-browse-foreign-server): Browse in group buffer.
16817         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
16818         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
16819         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
16820         * gnus.el (gnus-server-browse-hashtb): New variable.
16821
16822 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
16823
16824         * nnfolder.el (nnfolder-open-nov): Use group.
16825
16826 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
16827
16828         * nnfolder.el: Add NOV. Set version to 2.0.
16829         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
16830
16831 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
16832
16833         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
16834
16835 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
16836
16837         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
16838         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
16839
16840 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
16841
16842         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
16843
16844 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
16845
16846         * mm-decode.el (mm-verify-function-alist): New variable.
16847         (mm-verify-option): New variable.
16848         (mm-decrypt-function-alist): Ditto.
16849         (mm-decrypt-option): Ditto.
16850         (mm-find-raw-part-by-type): New function.
16851         (mm-possibly-verify-or-decrypt): New function.
16852         (mm-dissect-multipart): Use it.
16853         * mml2015.el (mml2015-fix-micalg): New function.
16854         (mml2015-decrypt): Use new interface.
16855         (mml2015-verify):  Use new interface.
16856         (mml2015-setup): Make it bogus.
16857
16858 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
16859
16860         * mml.el (mml-generate-mime-postprocess-function): Set to
16861         mml-postprocess.
16862         (autoload): Autoload mml2015 and mml-smime.
16863         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
16864         * mml2015.el (mml2015-encrypt): New function.
16865         (mml2015-sign): New function.
16866         (mml2015-encrypt-function): New variable.
16867         (mml2015-sign-function): New variable.
16868         (mml2015-mailcrypt-encrypt): Use message-recipients.
16869         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
16870         * mml-smime.el (mml-smime-setup): Ditto.
16871
16872 2000-10-28  Simon Josefsson  <sj@extundo.com>
16873
16874         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
16875         Communigate Pro 3.3.1 server.
16876
16877         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
16878         in buffers.
16879         (mml-secure-dns-server): Removed.
16880         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
16881         write certificates to files.
16882
16883         * smime.el (smime-dns-server): New variable.
16884         (smime-mail-to-domain):
16885         (smime-cert-by-dns): New functions.
16886
16887         * dig.el: New file.
16888
16889 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
16890
16891         * message.el (message-options): New variable.
16892         (message-options-set-recipient): New function.
16893         (message-send): Use them.
16894         * gnus-int.el (gnus-request-replace-article): Use them.
16895         (gnus-request-accept-article): Ditto.
16896         * mml.el (mml-preview): Use them.
16897         * gnus-sum.el (gnus-summary-edit-article): Use them.
16898
16899         * message.el (message-options-get): New function.
16900         (message-options-get): New function.
16901         * rfc2047.el (rfc2047-encode-message-header): Use them.
16902         * mm-bodies.el (mm-encode-body): Use them.
16903
16904 2000-10-28  Simon Josefsson  <sj@extundo.com>
16905
16906         * nnimap.el (nnimap-retrieve-which-headers):
16907         (nnimap-request-article-part): Quote message-id.
16908
16909         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
16910         (smime-CA-file): New variable.
16911         (smime-call-openssl-region): Don't error.
16912         (smime-sign-region): Return result value.
16913         (smime-encrypt-region): Ditto.
16914         (smime-verify-region): New function.
16915         (smime-decrypt-region): Ditto.
16916         (smime-verify-buffer): Ditto.
16917         (smime-decrypt-buffer): Ditto.
16918
16919         * mml.el: Require mml-sec.
16920         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
16921         (mml-mode-map): Add "sign" and "encrypt" maps.
16922         (mml-menu): Add security menu.
16923         (mml-preview): Use generate-new-buffer.
16924
16925         * mml-sec.el: New file.
16926
16927 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
16928
16929         * mm-decode.el (mm-find-part-by-type): Move it here.
16930         * mml.el (mml-postprocess): Move it here.
16931         (mml-postprocess-alist): Move it here. Merge them.
16932
16933 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
16934
16935         * rfc2047.el (rfc2047-encode-message-header): Make sure no
16936         unencoded stuff in the header.
16937
16938 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
16939
16940         * gnus-group.el (gnus-group-listed-groups): New variable.
16941         (gnus-group-list-option): New variable.
16942         (gnus-group-list-limit-map): New keymap.
16943         (gnus-group-list-flush-map): New keymap.
16944         (gnus-group-list-plus-map): New keymap.
16945         (gnus-group-prepare-logic): New function.
16946         (gnus-group-prepare-flat): Merge with
16947         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
16948         (gnus-group-prepare-flat-list-dead): Ditto.
16949         (gnus-group-list-matching): Use gnus-group-prepare-function.
16950         (gnus-group-list-dormant): Ditto.
16951         (gnus-group-list-cached): Ditto.
16952         (gnus-group-listed-groups): New function.
16953         (gnus-group-list-limit): New function.
16954         (gnus-group-list-flush): New function.
16955         (gnus-group-list-plus): New function.
16956         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
16957         (gnus-topic-prepare-topic): Ditto.
16958
16959 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
16960
16961         * message.el (message-insert-to, message-get-reply-headers):
16962         (message-reply, message-followup): Mail-{Followup,Reply}-To.
16963
16964 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
16965
16966         * mml2015.el: New file.
16967         * smime.el: New file.
16968         * mml-smime.el: New file.
16969
16970 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
16971
16972         * ChangeLog: Moved to ChangeLog.1.
16973
16974     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
16975   Copying and distribution of this file, with or without modification,
16976   are permitted provided the copyright notice and this notice are preserved.
16977
16978 ;; Local Variables:
16979 ;; coding: iso-2022-7bit
16980 ;; End: