Synch to Oort Gnus.
[elisp/gnus.git-] / lisp / ChangeLog
1 2003-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
2
3         * spam.el (spam-check-BBDB): no need to regexp-quote the argument
4         of bbdb-search-simple, use spam-use-BBDB-exclusive
5         (spam-check-whitelist): use spam-use-whitelist-exclusive
6         (spam-use-whitelist-exclusive): new variable affecting
7         spam-use-whitelist
8         (spam-use-BBDB-exclusive): new variable affecting spam-use-BBDB
9
10 2003-02-05  Simon Josefsson  <jas@extundo.com>
11
12         * gnus-agent.el (gnus-agent-expire-days): Change default to nil.
13         (gnus-agent-expire): Don't expire if g-a-e-d is nil.
14         (gnus-agent-expire): Move most code into gnus-agent-expire-1.
15         (gnus-agent-expire-1): New.
16         (gnus-agent-expire-1): Move code into gnus-agent-expire-2.
17         (gnus-agent-expire-2): New.
18
19 2003-02-05  Jesper Harder  <harder@ifa.au.dk>
20
21         * gnus-util.el (gnus-delete-if): Rename to gnus-remove-if.
22         "delete-if" is misleading because it isn't actually destructive.
23
24         * gnus-topic.el (gnus-group-prepare-topics): Use new name.
25         
26         * nnmail.el (nnmail-purge-split-history): do.
27
28         * gnus-win.el (gnus-get-buffer-window): do.
29         
30         * gnus-sum.el (gnus-simplify-whitespace): Remove unnecessary
31         let-binding.
32         (gnus-simplify-all-whitespace): do.
33
34 2003-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
35
36         * gnus-delay.el (gnus-delay-article): Fix binding of the
37         nndraft:delayed group.
38
39 2003-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
40
41         * gnus.el (spam group parameters): change 'other to 'const in
42         the group parameter definitions to soothe XEmacs
43
44 2003-02-04  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
45
46         * gnus-delay.el (gnus-delay-article): Really create
47         nndraft:delayed group if it doesn't exist.
48
49 2003-02-04  Jesper Harder  <harder@ifa.au.dk>
50
51         * gnus-sum.el (gnus-summary-search-article): Speed up by
52         disabling various visual features while searching.
53         (gnus-summary-recenter): Test gnus-auto-center-summary first.
54
55 2003-02-03  Jesper Harder  <harder@ifa.au.dk>
56
57         * spam.el (spam-list-of-checks): Don't quote nil and t in
58         docstrings.  From the elisp manual:
59
60            When a documentation string refers to a Lisp symbol, write
61            it [..] with single-quotes around it.  [..] There are two
62            exceptions: write t and nil without single-quotes.
63
64         * messcompat.el (message-from-style): do.
65
66         * message.el (message-send-mail): do.
67
68         * gnus-util.el (gnus-use-byte-compile): do.
69
70         * gnus-score.el (gnus-score-lower-thread): do.
71
72         * gnus-int.el (gnus-server-unopen-status): do.
73
74         * gnus.el (gnus-define-group-parameter, gnus-large-newsgroup)
75         (large-newsgroup-initial, gnus-install-group-spam-parameters): do.
76
77         * gnus-cus.el (gnus-group-customize, gnus-score-parameters)
78         (gnus-group-parameters): do.
79
80         * gnus-art.el (gnus-article-mime-match-handle-function): do.
81
82         * mm-decode.el (mm-text-html-renderer): do.
83
84 2003-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
85
86         * nnheader.el (nnheader-directory-separator-character): Change the
87         way to compute the dafault value.
88
89 2003-02-02  Jesper Harder  <harder@ifa.au.dk>
90
91         * gnus-art.el (gnus-button-handle-describe-key): Implement it.
92         (gnus-button-alist): Fix regexp for describe-key.
93         (gnus-button-handle-describe-function)
94         (gnus-button-handle-describe-variable)
95         (gnus-button-handle-apropos, gnus-button-handle-apropos-command)
96         (gnus-button-handle-apropos-variable)
97         (gnus-button-handle-apropos-documentation): Docstring fix.
98
99         * gnus-util.el (gnus-kill-buffer): Use get-buffer.
100
101 2003-02-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
102
103         * gnus-draft.el (gnus-group-send-queue): Bind gnus-posting-styles
104         to nil.
105
106         * nnmail.el: Removed gnus-util autoload.
107
108         * gnus.el: Use gnus-prin1-to-string throughout.
109
110         * gnus-util.el (gnus-prin1-to-string): Bind print-length and
111         print-level. 
112
113         * gnus-art.el (article-display-x-face): Removed grey x-face stuff.
114         (gnus-treat-display-grey-xface): Removed.
115
116         * gnus-fun.el (gnus-grab-cam-face): New.
117         (gnus-convert-image-to-gray-x-face): Removed.
118         (gnus-convert-gray-x-face-to-xpm): removed.
119         (gnus-convert-gray-x-face-region): Removed.
120         (gnus-grab-gray-x-face): Removed.
121
122         * nnmail.el (nnmail-expiry-wait-function): Doc indent.
123
124 2003-01-31  Jesper Harder  <harder@ifa.au.dk>
125
126         * gnus-util.el (gnus-kill-buffer): Functions in gnus-util
127         shouldn't depend on the rest of Gnus, so test if gnus-buffers is
128         bound.
129
130         * nnmail.el (nnmail-cache-close): Use gnus-kill-buffer.
131
132 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
133
134         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
135         Remove -- these are bogus options which are never used.
136
137 2003-01-29  Jesper Harder  <harder@ifa.au.dk>
138
139         * gnus-art.el (gnus-article-mode): Use summary tool bar.
140
141 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
142
143         * spam.el (spam-check-blackholes) 
144         (spam-blackhole-good-server-regex): new variable to skip some IPs
145         when checking blackholes; use it
146         (spam-check-bogofilter-headers) 
147         (spam-bogofilter-bogosity-positive-spam-header): new variable, in
148         case more X-Bogosity is used than just "Yes/No"
149         (spam-ham-move-routine): semi-fixed, only first article is
150         properly moved now
151
152 2003-01-27  Jesper Harder  <harder@ifa.au.dk>
153
154         * gnus-util.el (gnus-kill-buffer): Remove buffer from gnus-buffers
155         as well.
156         
157         * gnus-sum.el (gnus-select-newsgroup): Use gnus-kill-buffer.
158         
159         * gnus-score.el (gnus-score-headers, gnus-score-find-bnews): do.
160         
161         * gnus-start.el (gnus-save-newsrc-file, gnus-clear-system): do.
162         
163         * gnus-bcklg.el (gnus-backlog-shutdown): do.
164         
165         * gnus-srvr.el (gnus-server-exit, gnus-browse-exit): do.
166
167 2003-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
168
169         * gnus-fun.el (gnus-face-encode): New function.
170         (gnus-convert-png-to-face): Use it.
171
172         * gnus-sum.el (gnus-summary-make-menu-bar): Added M-& to marks. 
173
174 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
175
176         * mm-decode.el (mm-dissection-list): Remove.
177         (mm-dissect-singlepart): Don't push to mm-dissection-list, it's
178         only used in mm-remove-all-parts.
179         (mm-remove-all-parts): Remove it, it's never called.
180
181 2003-01-25  Simon Josefsson  <jas@extundo.com>
182
183         * gnus-group.el (gnus-group-make-group): Report errors.
184
185         * nnimap.el (nnimap-request-create-group): Ditto.
186
187         * sieve-manage.el (sieve-manage-is-okno): Parse literal strings.
188
189         * sieve.el (sieve-upload): Fix error printing.
190
191         * mm-encode.el (mm-qp-or-base64): Always QP iff
192         mm-use-ultra-safe-encoding and cleartext PGP.
193
194         * gnus-sum.el (gnus-summary-select-article): Inhibit
195         redisplay (mainly for secured messages).
196
197         * nnmail.el (nnmail-article-group): Copy body too (but don't
198         process it).
199
200 2003-01-25  Jesper Harder  <harder@ifa.au.dk>
201
202         * gnus-art.el (gnus-article-setup-buffer): Reset
203         gnus-button-marker-list.
204
205 2003-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
206
207         * nntp.el (nntp-read-timeout): Default to using a second delay
208         under Microsoft Windows.
209
210 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
211
212         * nnheader.el (nnheader-directory-separator-character): New
213         variable. 
214
215 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
216
217         * gnus-agent.el (gnus-agent-max-fetch-size)
218         (gnus-agent-article-alist, gnus-agent-get-undownloaded-list)
219         (gnus-agent-catchup, gnus-agent-summary-fetch-group)
220         (gnus-agent-fetch-articles, gnus-agent-backup-overview-buffer)
221         (gnus-agent-flush-cache, gnus-agent-fetch-headers)
222         (gnus-agent-braid-nov, gnus-agent-load-alist)
223         (gnus-agent-article-alist-save-format)
224         (gnus-agent-read-agentview, gnus-agent-save-alist)
225         (gnus-agent-fetch-group-1, gnus-agent-expire)
226         (gnus-agent-uncached-articles, gnus-agent-retrieve-headers)
227         (gnus-agent-regenerate-group): Reformat to keep under eighty
228         columns.  Reword docstrings so that first line is under eighty
229         chars and a complete sentence.  Still need to work on the rear
230         end of the file, in particular gnus-agent-expire.       
231
232 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
233
234         * gnus-agent.el (gnus-agentize): Indent.
235
236         * gnus.el (gnus-version-number): Bumped.
237
238 2003-01-24 20:32:44 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
239
240         * gnus.el: Oort Gnus v0.14 is released.
241
242 2003-01-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
243
244         * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B
245         before beginning.  Tiny patch from Mark Thomas
246         <swoon@bellatlantic.net>.
247
248 2003-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
249
250         * spam.el (spam-check-blackholes, spam-split) 
251         (spam-mark-junk-as-spam-routine, spam-summary-prepare-exit): added
252         gnus-message calls to show to users what spam.el is doing
253
254 2003-01-24  Jesper Harder  <harder@ifa.au.dk>
255
256         * gnus-msg.el (gnus-message-replysign)
257         (gnus-message-replyencrypt): Fix typo.
258
259 2003-01-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
260
261         * gnus-art.el (gnus-mime-security-show-details): Toggle showing
262         details. 
263
264 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
265
266         * gnus-art.el (gnus-article-press-button): let* -> let.
267         (gnus-mime-security-show-details): Cleaned up.
268         (gnus-mime-security-press-button): Save excursion.
269         (gnus-insert-mime-security-button): Clean up.
270
271         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Doc fix.
272
273         * gnus-async.el (gnus-async-wait-for-article): Don't use a
274         timeout. 
275
276         * nntp.el (nntp-accept-process-output): Removed timeout. 
277         (nntp-read-timeout): New variable.
278         (nntp-accept-process-output): Use it.
279
280         * gnus-sum.el (gnus-data-find-list): Remove *.
281
282 2002-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
283
284         * gnus-sum.el (gnus-summary-first-subject): Fixed bug that I
285         introduced on 2002-01-22.
286         (gnus-summary-first-unseen-or-unread-subject): Ditto.
287
288 2003-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
289
290         * spam.el (spam-check-regex-headers, spam-list-of-checks) 
291         (spam-regex-headers-spam, spam-regex-headers-ham): added spam/ham
292         checks of incoming mail based on simple header regexp matching
293
294 2003-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
295
296         * gnus-sum.el (gnus-spam-mark): set to `$'
297
298 2002-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
299
300         * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
301         gnus-newsgroup-unfetched, the list of articles whose headers have
302         not been fetched from the server.
303
304         * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
305         parameter as it never worked due to a bug.  Added check to prevent
306         selection of any article in the gnus-newsgroup-unfetched list.
307         (gnus-summary-find-prev): Added check to prevent selection of any
308         article in the gnus-newsgroup-unfetched list.
309         (gnus-summary-first-subject): Documented API. Modified
310         implementation so that constraints are handled independently.
311         Added check to prevent selection of any article in the
312         gnus-newsgroup-unfetched list.
313         (gnus-summary-first-unseen-subject): Updated parameters in
314         gnus-summary-first-subject call to match new API.
315         (gnus-summary-first-unseen-or-unread-subject): Ditto.
316         (gnus-summary-catchup): Do not mark unfetched articles as read.
317         
318 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
319
320         * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):
321         make-obsolete-variable allows only two arguments in XEmacs and
322         Emacs 20.
323
324         * gnus-sum.el (gnus-summary-wash-hide-map): Remove
325         gnus-article-hide-pgp.
326         (gnus-summary-make-menu-bar): do.
327
328         * gnus-art.el (gnus-treat-strip-pgp): Make obsolete.
329         (gnus-treatment-function-alist): Remove gnus-treat-strip-pgp and
330         gnus-article-hide-pgp.
331         (article-hide-pgp): Remove.
332         (gnus-article-hide): Remove gnus-article-hide-pgp.
333
334         * gnus.el: Remove gnus-article-hide-pgp
335
336 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
337
338         * message.el (message-required-headers): Doc fix.
339
340 2003-01-21  Teodor Zlatanov  <tzz@lifelogs.com>
341
342         * spam.el (spam-group-ham-processor-bogofilter-p): fixed bug
343         (spam-ifile-register-ham-routine, spam-ifile-ham-category): new
344         option to make ifile a purely binary classifier
345
346 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
347
348         * mml-sec.el (mml-secure-sign-pgpauto): Renamed.
349         (mml-secure-encrypt-pgpmime): Removed double.
350
351         * gnus-sum.el (gnus-summary-mark-article-as-replied): Added
352         debugging statements.
353
354 2003-01-21  Andreas Fuchs  <asf@void.at>
355
356         * mml-sec.el (mml-sign-alist): Added pgpauto.
357
358 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
359
360         * gnus.el (gnus-version-number): Bumped version number.
361
362 2003-01-21 07:15:41 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
363
364         * gnus.el: Oort Gnus v0.13 is released.
365
366 2003-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
367
368         * gnus-art.el (gnus-button-url-regexp): Removed |.
369
370         * message.el (message-send-hook): Doc fix.
371
372         * gnus-win.el (gnus-buffer-configuration): Display article
373         instead of article-copy when `reply'.
374
375 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
376
377         * gnus.el (gnus-format): Change customize group to gnus.
378         (gnus-cache): Add link.
379         (gnus-group-charter-alist): Fix docstring.
380
381 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
382
383         * mailcap.el (mailcap-print-command): lpr-command might be
384         unbound in XEmacs.
385
386 2002-01-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
387
388         * gnus-agent.el (gnus-agent-regenerate-group): Added interactive form.
389
390         * gnus-sum.el (gnus-summary-update-article-line): Fixed
391         calculation of net characters added for use in the gnus-data
392         structure.
393         
394 2003-01-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
395
396         * nnmail.el (nnmail-process-unix-mail-format): Improve error
397         message.  Suggested by Jari Aalto.
398
399 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
400
401         * gnus-art.el (gnus-article-followup-with-original): Clean up. 
402         (gnus-article-reply-with-original): Ditto.
403
404         * gnus-sum.el (gnus-summary-catchup): Make sure downloadable,
405         read articles don't become unread.
406
407 2003-01-17  Simon Josefsson  <jas@extundo.com>
408
409         * gnus-fun.el (gnus-x-face-from-file): 
410         (gnus-face-from-file): Suggest image format in minibuffer prompt.
411
412         * gnus-fun.el (gnus-convert-image-to-x-face-command)
413         (gnus-convert-image-to-face-command): Doc fix.
414
415 2003-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
416
417         * gnus-fun.el (gnus-convert-face-to-png): Protect against errors.
418
419 2003-01-17  Jesper Harder  <harder@ifa.au.dk>
420
421         * gnus-art.el (gnus-mime-print-part): Use mm-save-part-to-file to
422         avoid encoding problems.
423
424         * mailcap.el (mailcap-ps-command): New variable.
425         (mailcap-mime-data): Add print entry where applicable.  Use
426         pdftotext on a tty.
427
428 2003-01-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
429
430         * gnus-sum.el (gnus-alter-header-function): Add type and group.
431
432 2003-01-16  Simon Josefsson  <jas@extundo.com>
433
434         * gnus-fun.el (gnus-convert-image-to-x-face-command) 
435         (gnus-convert-image-to-face-command, gnus-x-face-from-file) 
436         (gnus-face-from-file): Doc fix; don't mention image format.
437
438 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
439
440         * spam.el (spam-get-article-as-filename): new function (unused for now)
441         (spam-get-article-as-buffer): new function
442         (spam-get-article-as-string): use spam-get-article-as-buffer
443         (spam-summary-prepare-exit): fixed bug, noticed by Malcolm Purvis
444
445 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
446  
447         * gnus-agent.el: Don't use `path'.
448         From the GNU coding standards:
449         
450             Please do not use the term ``pathname'' that is used in Unix
451             documentation; use ``file name'' (two words) instead.  We use
452             the term ``path'' only for search paths, which are lists of
453             directory names.
454
455         * nnsoup.el (nnsoup-file-name): Ditto.
456  
457         * nnmail.el (nnmail-pathname-coding-system): Ditto.
458         (nnmail-group-pathname): Ditto.
459  
460         * nnimap.el (nnimap-group-overview-filename): Ditto.
461  
462         * nnheader.el (nnheader-pathname-coding-system): Ditto.
463         (nnheader-group-pathname): Ditto.
464  
465         * nnfolder.el (nnfolder-group-pathname): Ditto.
466  
467         * gnus.el (gnus-home-directory): Ditto.
468  
469         * gnus-group.el (gnus-group-icon-list): Ditto.
470  
471 2003-01-16  Jesper Harder  <harder@ifa.au.dk>
472
473         * gnus-art.el (gnus-mime-print-part): Use mm-handle-media-type.
474
475         * message.el (message-mode-menu): Use it.
476         (message-mode-menu): Deactivate "Yank Original" if there's no
477         reply buffer.
478
479         * messagexmas.el (message-xmas-redefine): Redefine in XEmacs.
480
481         * message.el (message-mark-active-p): New function.
482
483 2003-01-15  Teodor Zlatanov  <tzz@lifelogs.com>
484
485         * spam.el (spam-use-bogofilter-headers, spam-bogofilter-header) 
486         (spam-bogofilter-database-directory): new variables
487         (spam-check-bogofilter-headers, spam-check-bogofilter) 
488         (spam-bogofilter-register-with-bogofilter) 
489         (spam-bogofilter-register-spam-routine) 
490         (spam-bogofilter-register-ham-routine) 
491         (spam-group-ham-processor-bogofilter-p): new functions for the new
492         Bogofilter interface
493         (spam-summary-prepare-exit): use the new Bogofilter functions
494         (spam-list-of-checks): added spam-use-bogofilter-headers
495         (spam-bogofilter-score): rewrote function
496         (spam-check-bogofilter): optional score parameter, uses
497         spam-check-bogofilter-headers better
498         (spam-check-bogofilter-headers): optional score parameter
499
500         * gnus.el (gnus-install-group-spam-parameters): new variable, t by
501         default, in the gnus-start customization group.  Used to disable
502         the spam-*/ham-* parameters.
503         (gnus-group-ham-exit-processor-bogofilter): new ham processor
504
505 2003-01-15  Jesper Harder  <harder@ifa.au.dk>
506
507         * gnus-xmas.el (gnus-xmas-redefine): Use region-exists-p in
508         XEmacs.
509
510         * gnus-ems.el (gnus-mark-active-p): do.
511
512 2003-01-15  Kevin Ryde  <user42@zip.com.au>
513
514         * gnus.texi (Using MIME): Mention auto-compression-mode with
515         gnus-mime-copy-part.
516
517 2003-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
518
519         * message.el (message-send): Don't warn about duplicates when
520         superseding. 
521
522 2003-01-15  Simon Josefsson  <jas@extundo.com>
523
524         * nnimap.el (nnimap-split-download-body): New variable.
525         (nnimap-split-articles): Use it.
526
527 2002-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
528
529         * gnus-agent.el (gnus-agent-check-overview-buffer): This data
530         integrity checker was incorrectly flagging, and removing, articles
531         whose article number was negative.
532         (gnus-agent-fetch-group-1): When executed in the group's summary
533         buffer, refresh each downloaded line to update the status flag and
534         font.  Preserve the value of gnus-newsgroup-headers so that
535         gnus-agent-fetch-articles can split the requests by size.
536         (gnus-agent-expire): Corrected day calculation for when
537         gnus-agent-expire-days contains a list.
538
539 2003-01-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
540
541         * gnus-audio.el (gnus-audio-au-player): Use executable-find. 
542
543 2003-01-13  Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net>
544
545         * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
546           /usr/bin/play as default player. 
547           (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play.
548
549 2003-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
550
551         * gnus-msg.el (gnus-inews-add-send-actions): Allow a list of
552         articles to be marked as well.
553
554 2002-01-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
555         * gnus-agent.el (gnus-agent-get-undownloaded-list): Include the
556         fictious headers generated by nnagent (ie. Undownloaded Article
557         ####) in the list of articles that have not been downloaded.
558         
559         * gnus-int.el (): Added require declarations to resolve
560         compile-time warnings.
561         (gnus-open-server): If the server status is set to offline,
562         recursively execute gnus-open-server to open the offline backend
563         (e.g. nnagent).
564
565 2003-01-14  Jesper Harder  <harder@ifa.au.dk>
566
567         * gnus-art.el (gnus-article-reply-with-original): Use
568         gnus-mark-active-p.
569         (gnus-article-followup-with-original): do.
570
571 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
572
573         * gnus-sum.el: Removed `(when t ...)' around `gnus-define-keys'.
574
575 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
576
577         * gnus-score.el (gnus-score-edit-file-at-point): New function.
578         (gnus-score-find-trace): Bind it to `e' key.  Added `q' for quit.
579
580 2003-01-13  Romain FRANCOISE  <romain@orebokech.com>
581
582         * gnus-fun.el (gnus-x-face-from-file): Quote file name. 
583         (gnus-face-from-file): Ditto.
584
585 2003-01-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
586
587         * gnus-sum.el (gnus-articles-to-read): Don't just apply
588         gnus-alter-articles-to-read-function to the unread articles. 
589
590 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
591
592         * deuglify.el (gnus-article-outlook-unwrap-lines)
593         (gnus-article-outlook-repair-attribution)
594         (gnus-article-outlook-rearrange-citation): New function names,
595         renamed from "gnus-outlook-" to "gnus-article-outlook-".  Changed
596         doc-string.
597
598         * gnus-sum.el (gnus-summary-mode-map): Use new function names,
599         removed `W k' key binding (use `W Y f' instead).
600         (gnus-summary-make-menu-bar): Use new function names.
601
602 2003-01-13  Simon Josefsson  <jas@extundo.com>
603
604         * gnus-fun.el (gnus-random-x-face): Doc fix.
605         (gnus-insert-random-x-face-header): New function.
606
607 2003-01-13  Jesper Harder  <harder@ifa.au.dk>
608
609         * gnus-sum.el (gnus-summary-make-menu-bar): Deactivate items if
610         mark is not active.
611
612         * gnus-msg.el (gnus-inews-do-gcc): Comment.
613
614         * gnus-ems.el (gnus-mark-active-p): New function.
615
616         * gnus-group.el (gnus-topic-mode-p): New function.
617         (gnus-group-make-menu-bar): Show more key bindings in topic mode.
618         Deactivate items if mark is not active.
619
620 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
621
622         * gnus.el (gnus-version-number): Bumped version.
623         (gnus-summary-line-format): Doc fix.
624
625 2003-01-12 22:02:49 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
626
627         * gnus.el: Oort Gnus v0.12 is released.
628
629 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
630
631         * mail-source.el (mail-sources): Removed autoload to make it
632         compile under XEmacs.
633
634 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
635
636         * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
637         regexp or a function too.
638         (gnus-confirm-treat-mail-like-news): New variable.  Ask for
639         confirmation even if the original article is mail.
640
641 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
642
643         * gnus-msg.el (gnus-inews-add-send-actions): Get the right
644         articles to be marked when not yanking.
645
646 2003-01-12  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@curie.fr>
647
648         * mm-decode.el (mm-get-part): Use mm-with-unibyte-current-buffer.
649         
650 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
651
652         * gnus-fun.el (gnus-face-from-file): Autoload.
653
654         * gnus-cite.el (gnus-cite-delete-overlays): Protect against more
655         errors.
656
657 2003-01-12  Simon Josefsson  <jas@extundo.com>
658
659         * sieve.el (sieve-upload-and-bury): New.  Suggested by
660         kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
661
662         * sieve-mode.el (sieve-mode-map): Bind s-u-a-b to C-c C-c.
663         Suggested by kai.grossjohann@uni-duisburg.de (Kai Gro\e,A_\e(Bjohann).
664
665 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
666
667         * gnus-art.el (gnus-ignored-headers): Don't include the ^ and :
668         in every string.
669
670         * gnus.el (gnus-version-number): Bumped version number.
671
672 2003-01-12 13:46:20 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
673
674         * gnus.el: Oort Gnus v0.11 is released.
675
676 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
677
678         * message.el (message-fetch-reply-field): Narrow to headers.
679
680         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
681         if Gnus isn't alive.
682
683 2002-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
684
685         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
686         marks from articles that are already stored in the agent.
687         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
688         backup copy of an invalid .overview file for later analysis.
689         
690 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
691
692         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
693         exit work with two frames.
694
695 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
696
697         * message.el (message-forward-make-body): Use mule4.
698
699 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
700
701         * message.el (message-mode-map): Move wide-reply command.
702
703 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
704
705         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
706         castellano.
707         (gnus-outlook-display-hook): New variable.
708         (gnus-outlook-display-article-buffer): New function.
709         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
710         (gnus-outlook-deuglify-article): Made them interactive and added
711         optional arg.  Use `g-o-d-a-b'.
712         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
713
714         * gnus-sum.el: Added autoloads.
715         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
716         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
717
718 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
719
720         * gnus-art.el (gnus-display-mime): Use the mime emulation
721         variable. 
722
723         * gnus-sum.el (gnus-article-emulate-mime): New variable.
724
725         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
726         newsrc-alist is initialized properly.
727
728         * mail-source.el (mail-sources): Autoload.
729
730         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
731         nil.
732
733         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
734         insert two newlines.
735
736         * message.el (message-check-news-header-syntax): Compute the
737         header length correctly.
738
739 2002-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
740
741         * gnus-agent.el (gnus-agent-expire): Do not remove article from
742         alist when keeping fetched article file.
743         (gnus-agent-retrieve-headers): When parsing response for article
744         numbers, use the same algorithm as gnus-agent-braid-nov to protect
745         against garbage in the server's response.
746
747         * gnus-int.el (gnus-request-expire-articles,
748         gnus-request-move-article): Only expire when the group's server
749         has been agentized.
750
751 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
752
753         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
754         errors when deleting overlays.
755
756         * gnus-score.el (gnus-score-followup): Allow tracing.
757
758         * gnus-art.el (gnus-treat-display-face): New variable.
759         (article-display-face): New command.
760
761         * gnus-fun.el (gnus-face-from-file): New function.
762         (gnus-convert-face-to-png): Ditto.
763
764         * gnus-art.el (gnus-ignored-headers): Added Face.
765
766 2003-01-10  Simon Josefsson  <jas@extundo.com>
767
768         * nndraft.el (nndraft-request-group): Avoid crash in
769         directory-files when draft directory doesn't exists.
770
771         * gnus-sum.el (gnus-select-article-hook): Add :option.
772
773 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
774
775         * spam.el (spam-use-stat): new variable
776         (spam-group-spam-processor-stat-p) 
777         (spam-group-ham-processor-stat-p): new convenience functions
778         (spam-summary-prepare-exit): add spam/ham processors to sequence
779         (spam-list-of-checks): add spam-use-stat to list of checks
780         (spam-split): conditionally load the spam-stat tables
781         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
782         spam-check-ifile): new functions
783
784         * spam-stat.el (spam-stat): typo fix
785         (spam-stat-install-hooks): new variable
786         (spam-stat-split-fancy-spam-group): added documentation clarification
787         (spam-stat-split-fancy-spam-threshhold): new variable
788         (spam-stat-install-hooks): make hooks conditional
789         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
790
791         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
792         spam-stat ham/spam processor symbols
793
794 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
795
796         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
797         file exists.
798
799 2003-01-10  Simon Josefsson  <jas@extundo.com>
800
801         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
802         undownloaded/downloadable only when unplugged.
803
804 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
805
806         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
807
808 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
809
810         * spam.el (spam-check-ifile): fixed call-process-region to use the
811         db parameter only if it's set
812         (spam-ifile-register-with-ifile): ditto
813
814 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
815
816         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
817         spam-stat-nbad before creating the hash table.
818         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
819         Changed copyright statement to FSF.
820
821 2002-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
822
823         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
824         processable articles as read.
825         (gnus-agent-summary-fetch-series): Remove processable and
826         downloadable marks on all downloaded articles in the series.
827
828         * nntp.el (nntp-report): Throw error after reporting the problem.
829         (nntp-accept-process-output): Corrected error check to report an
830         error when the process is nil.
831
832 2003-01-09  Simon Josefsson  <jas@extundo.com>
833
834         * message.el (message-tool-bar-map): Add preview.
835
836 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
837
838         * mml.el (mml-preview): Get rid of MIME handles and buffers after
839         previewing.
840
841 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
842
843         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
844         bug when the (n+1)th article to be added to a group has a smaller
845         number than the n articles already added.
846
847 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
848
849         * message.el (message-mode-field-menu): Use backquote.
850
851 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
852
853         * spam.el: fixed the BBDB autoloads again, using
854         bbdb-search-simple now (which is not a macro, thank god)
855
856         * lpath.el (bbdb-search): removed function from maybe-fbind list
857
858         * gnus.el (ham-process-destination): added new parameter for
859         destination of ham articles found in spam groups at summary exit
860
861         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
862         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
863         (spam-ifile-database-path): added new parameter for ifile's database
864         (spam-move-spam-nonspam-groups-only): new parameter to determine
865         if spam should be moved from all groups or only some
866         (spam-summary-prepare-exit): fixed logic to use
867         spam-move-spam-nonspam-groups-only when deciding to invoke
868         spam-mark-spam-as-expired-and-move-routine; always invoke that
869         routine after the spam has been expired-or-moved in case there's
870         some spam left over; use spam-ham-move-routine in spam groups
871         (spam-ham-move-routine): new function to move ham articles to the
872         ham-process-destinations group parameter
873
874 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
875
876         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
877
878         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
879         gnus-summary-update-article-line.
880
881 2003-01-08  Simon Josefsson  <jas@extundo.com>
882
883         * nnmail.el (nnmail-expiry-target-group): Request group, create it
884         not successful.
885
886 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
887
888         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
889
890 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
891
892         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
893         logic, finally
894
895 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
896
897         * gnus-spec.el (gnus-parse-format): %C is a complex format.
898         (gnus-parse-format): Change to %~.
899
900         * message.el (message-generate-headers): Don't generate optional
901         empty headers.
902
903 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
904
905         * message.el (message-cross-post-default)
906         (message-cross-post-note-function, message-shoot-gnksa-feet)
907         (message-strip-subject-trailing-was, message-change-subject)
908         (message-mark-insert-file, message-cross-post-followup-to)
909         (message-cross-post-followup-to, message-mode-map)
910         (message-generate-unsubscribed-mail-followup-to)
911         (message-make-mail-followup-to): Minor changes to doc-strings and
912         error messages.  Updated copyright line.
913
914         * message.el (message-make-mail-followup-to,
915         message-generate-unsubscribed-mail-followup-to): New function
916         names.  Renamed functions: "-mft" -> "-mail-followup-to".
917         (message-make-mft, message-gen-unsubscribed-mft): Removed function
918         names.
919
920         * mml.el (mml-preview-insert-mail-followup-to): New function name.
921         (mml-preview-insert-mft): Removed function name.
922         (mml-preview): Use new function names.
923
924         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
925
926         * message.el (message-mode-field-menu): Moved header related
927         commands from "Message" to "Field" menu.
928
929 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
930
931         * message.el (message-generate-headers-first): Added customization
932         if variable is a list.
933
934 2003-01-07  Michael Shields  <shields@msrl.com>
935
936         * gnus-art.el (gnus-article-next-page): Correctly handle the case
937         where the last line of the article is the last line of the window.
938
939 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
940
941         * gnus-msg.el (gnus-debug): Use ignore-errors.
942
943         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
944         `gnus-summary-update-line'.
945
946 2003-01-08  Simon Josefsson  <jas@extundo.com>
947
948         * gnus-art.el (gnus-unbuttonized-mime-types)
949         (gnus-buttonized-mime-types): Doc fix.
950
951 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
952
953         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
954
955 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
956
957         * nnrss.el (nnrss-group-alist): Add and clear up.
958
959 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
960
961         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
962
963         * lpath.el (bbdb-search): added BBDB functions for a better way to
964         fix missing functions
965
966         * spam.el (spam-check-ifile): if should be an unless
967
968         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
969         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
970         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
971
972 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
973
974         * gnus-sum.el (gnus-summary-make-menu-bar): Added
975         gnus-summary-refer-thread to thread menu.
976
977 2002-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
978
979         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
980         summary buffer, articles that cannot be fetched are marked as
981         canceled.
982
983         * nntp.el (nntp-with-open-group): The quit signal handler must
984         propagate the quit signal to the next outer handler so that the
985         caller knows that the request aborted abnormally.
986
987 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
988
989         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
990         (spam-ifile-register-spam-routine)
991         (spam-ifile-register-ham-routine): added ifile functionality that
992         does not use ifile-gnus.el to classify and register articles
993         (spam-get-article-as-string): convenience function
994         (spam-summary-prepare-exit): added ifile spam and ham registration
995         (spam-ifile-all-categories, spam-ifile-spam-category)
996         (spam-ifile-path, spam-ifile): added customization options
997
998         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
999         exit processor
1000         (spam-process): added gnus-group-ham-exit-processor-ifile to the
1001         list of choices
1002
1003 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1004
1005         * gnus-score.el (gnus-score-followup): Also score immediate
1006         followups.
1007
1008 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1009
1010         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
1011
1012 2003-01-07  Simon Josefsson  <jas@extundo.com>
1013
1014         * message.el (message-mode-menu): Fix receipt balloon help.
1015
1016 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
1017
1018         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
1019         always be interpreted as news.
1020
1021 2003-01-07  Simon Josefsson  <jas@extundo.com>
1022
1023         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
1024         gnus-sieve-script, instead of the global variable
1025         gnus-sieve-crosspost.  One-line patch from Steinar Bang
1026         <sb@dod.no>.
1027
1028 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1029
1030         * gnus.el: Renamed gnus-summary-*-uncached-face as
1031         gnus-summary-*-undownloaded-face to avoid confusing the agent with
1032         the cache.
1033
1034         * gnus-sum.el: Ditto.
1035
1036 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1037
1038         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
1039         in either the group or summary buffer.
1040         New command "JS", in summary buffer, will fetch articles per the
1041         group's category, predicate, and processable flags.
1042         (gnus-agent-summary-fetch-series): Rewritten to call
1043         gnus-agent-session-fetch-group once with all articles in the
1044         series.
1045         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
1046         return list of fetched articles.
1047         (gnus-agent-fetch-articles): Split fetch list into sublists such
1048         that the article buffer is only slightly larger than
1049         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
1050         the group's article alist is saved.
1051         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
1052         longer result in the agent trying to fetch an article.
1053         (gnus-agent-fetch-group-1): Can now be called in either the group
1054         or summary buffer.  Removed the max-fetch-size code that I added
1055         on 2002-12-13 as that capability is now part of
1056         gnus-agent-fetch-articles.  Added code to update summary buffer.
1057         When called in the group buffer, articles that can not be fetched
1058         are AUTOMATICALLY MARKED AS READ.
1059
1060         * gnus-sum.el (): Modified eval-when-compile to minimize
1061         misleading compilation warnings.
1062         (gnus-update-summary-mark-positions): Changed code to use
1063         gnus-undownloaded-mark rather than gnus-downloaded-mark.
1064
1065         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
1066         empty file as the parser assumes that the file isn't empty.
1067
1068         * nntp.el (nntp-send-string): The process-send-string call can,
1069         because it performs I/O on the process, change the process' state
1070         from open to closed.  If this happens, call nntp-report
1071         immediately to report the broken connection.
1072         (nntp-report): Rewritten to avoid needing a global variable to
1073         determine the appropriate course of action.  Instead, two function
1074         implementations are provided and the nntp-report function value is
1075         bound to the appropriate implementation.
1076         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
1077         (nntp-with-open-group): Now binds nntp-report's function cell
1078         rather than binding gnus-with-open-group-first-pass.  Added a
1079         condition-case to detect a quit during a nntp command.  When the
1080         quit occurs, the current connection is closed as a fetch articles
1081         request could have several megabytes queued up for reading.
1082         (nntp-retrieve-headers): Bind articles to itself.  If
1083         nntp-with-open-group repeats this command, I must have access to
1084         the original list of articles.
1085         (nntp-retrieve-groups): Ditto for groups.
1086         (nntp-retrieve-articles): Ditto for articles.
1087         (*): Replaced nntp-possibly-change-group calls to
1088         nntp-with-open-group forms in all, but one, occurrance.
1089         (nntp-accept-process-output): Bug fix. Detect when called with
1090         null process.
1091
1092 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
1093
1094         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
1095         if we don't need to.
1096         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
1097
1098 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1099
1100         * gnus-group.el (gnus-group-make-web-group): Pass the select
1101         method on to group-create.
1102         (gnus-group-line-format-alist): %U is an integer.
1103
1104         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
1105         ephemeral groups.
1106         (gnus-summary-read-group-1): Ditto.
1107         (gnus-group-make-articles-read): Ditto.
1108
1109         * mm-url.el (mm-url-program): Doc fix.
1110
1111         * message.el (message-mode-map): Rebound
1112         message-insert-wide-reply.
1113
1114 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1115
1116         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
1117         color as `gnus-group-startup-message' does.
1118
1119 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
1120
1121         * spam.el: fixed line lengths to 80 chars or less
1122
1123         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
1124         "not-read" mark
1125         (gnus-summary-mark-forward): added the spam-mark to the list of
1126         marks not to be marked as "read" when viewed
1127
1128 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1129
1130         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
1131
1132         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
1133         Protect against unactive groups.
1134
1135         * message.el (message-check-news-header-syntax): Check long
1136         header lines.
1137         (message-check-news-header-syntax): Update `start'.
1138
1139         * gnus-group.el (gnus-group-expire-articles): Doc fix.
1140         (gnus-group-line-format): %U.
1141         (gnus-group-line-format-alist): ?U.
1142         (gnus-number-of-unseen-articles-in-group): New function.
1143
1144         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
1145
1146         * gnus.el (gnus-version-number): Bump version number.
1147
1148 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1149
1150         * gnus.el: Oort Gnus v0.10 is released.
1151
1152 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1153
1154         * gnus.el (gnus-version-number): Fix version number.
1155
1156 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
1157
1158         * gnus.el: Oort Gnus v0.08 is released.
1159
1160 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
1161
1162         * mm-util.el: Add mm-string-make-unibyte.
1163
1164         * gnus-group.el (gnus-group-jump-to-group): Make it work for
1165         UTF-8 groups.
1166
1167 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1168
1169         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
1170
1171         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
1172
1173 2003-01-04  Kevin Ryde  <user42@zip.com.au>
1174
1175         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
1176         function.
1177
1178 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1179
1180         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
1181         (gnus-summary-read-group-1): Update group line.
1182         (gnus-summary-exit-no-update): Update group on exit.
1183
1184         * gnus-group.el (gnus-group-line-format): Add %*.
1185         (gnus-group-line-format-alist): Ditto.
1186         (gnus-group-insert-group-line): Set it.
1187         (gnus-group-is-exiting-p): New variable.
1188         (gnus-group-insert-group-line): Use it.
1189
1190 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
1191
1192         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
1193         enable BBDB ham processing
1194         (spam-blacklist-register-routine): enable blacklist spam processing
1195         (spam-whitelist-register-routine): enable whitelist ham processing
1196         (spam-fetch-field-from-fast): fast fetching of the "from" field
1197         from (gnus-data-list)
1198         (spam-summary-prepare-exit): works completely now
1199         (spam-use-blacklist): oops, should be nil by default
1200         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
1201         split processing now; before it was for summary exit as
1202         well but that's done with the spam-contents and spam-process
1203         parameters now
1204
1205 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
1206
1207         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
1208         characters.
1209
1210 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
1211
1212         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
1213         (spam-group-processor-p, spam-group-processor-bogofilter-p)
1214         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
1215         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
1216         (spam-mark-spam-as-expired-and-move-routine)
1217         (spam-generic-register-routine, spam-BBDB-register-routine)
1218         (spam-ifile-register-routine, spam-blacklist-register-routine)
1219         (spam-whitelist-register-routine): new functions
1220         (spam-summary-prepare-exit): added summary exit processing (expire
1221         or move) of spam-marked articles for spam groups; added slots for
1222         all the spam-*-register-routine functions
1223
1224 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1225
1226         * pop3.el (pop3-retr): Wait 500 msecs.
1227         (pop3-read-response): Ditto.
1228
1229         * gnus-msg.el (gnus-setup-message): Get the evaliation order
1230         right.
1231         (gnus-inews-make-draft): New function.
1232         (gnus-setup-message): Use it.
1233
1234         * message.el (message-required-headers): Add From.
1235
1236 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1237         Trivial patch from Norbert Koch <nk@viteno.net>.
1238
1239         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
1240
1241 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1242
1243         * message.el (message-generate-headers): Let header formatters do
1244         their work.
1245
1246 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
1247
1248         * deuglify.el (gnus-article-outlook-deuglify-article):
1249         Rehighlight, reapply treatments and call
1250         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
1251         (gnus-outlook-repair-attribution-block): Recognize cited
1252         attributions.  Suggested by Niklas Morberg.
1253
1254 2003-01-02  Pete Kazmier  <pete@kazmier.com>
1255
1256         * gnus-art.el (gnus-treat-predicate): Check condition first.
1257
1258 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
1259
1260         * lpath.el: Add url-http-file-exists-p.
1261
1262         * gnus-group.el (gnus-group-fetch-charter): Use
1263         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
1264
1265 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1266
1267         * message.el (message-draft-headers): Also generate From to get a
1268         nicer draft buffer summary.
1269
1270         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
1271         parameter.
1272
1273         * gnus-art.el (article-wash-html): Clean up.
1274         (article-wash-html): Typo fix.
1275
1276         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
1277         (gnus-summary-mail-forward): To many lists of lists.
1278
1279         * gnus-art.el (article-wash-html): Clean up.
1280
1281 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
1282
1283         * gnus-art.el (gnus-treat-wash-html): New variable.
1284
1285 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1286
1287         * message.el (message-check-news-header-syntax): Allow posting.
1288         (message-check-news-header-syntax): Fix logic for sure, this
1289         time.
1290
1291 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
1292
1293         * message.el (message-check-news-header-syntax): Check syntax of
1294         continuation headers.
1295
1296 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
1297
1298         * gnus-art.el (gnus-button-url-regexp,
1299         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
1300         (gnus-header-button-alist): Regexps are case insensitive here.
1301
1302 2003-01-02  Simon Josefsson  <jas@extundo.com>
1303
1304         * dig.el (query-dig): Doc fix.
1305
1306 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1307
1308         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
1309         summary buffer line, not just the download mark.
1310
1311 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1312
1313         * gnus-sum.el (gnus-summary-goto-subjects): New function.
1314         (gnus-summary-insert-dormant-articles): New command and
1315         keystroke.
1316
1317         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
1318         function for mass insertion of subjects.
1319
1320         * nndraft.el (nndraft-generate-headers): Don't move point.
1321
1322         * gnus.el (nnheader): Require nnheader.
1323
1324         * nndraft.el (nndraft-request-associate-buffer): Use
1325         make-local-variable.
1326
1327 2003-01-02  Michael Shields  <shields@msrl.com>
1328
1329         * nndraft.el (nndraft-request-associate-buffer): Make
1330         write-contents-hooks buffer-local before setting it.
1331
1332 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1333
1334         * gnus.el (gnus-group-parameter-value): Take an extra param.
1335         (gnus-group-fast-parameter): Let group param results be nil.
1336
1337         * gnus-art.el (gnus-article-forward-header): New function.
1338         (article-date-ut): Use it to remove continuation date headers.
1339
1340         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
1341         read-event.
1342         (gnus-summary-remove-bookmark): Clean up.
1343         (gnus-summary-set-bookmark): Clean up.
1344
1345         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
1346
1347         * gnus.el (gnus-group-startup-message): Bind data-directory to
1348         the Gnus etc directory.
1349
1350 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
1351
1352         * spam.el (spam-summary-prepare-exit): added slots for spam- and
1353         ham-processing of articles; use the new
1354         spam-group-(spam|ham)-contents-p functions
1355         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
1356         convenience functions
1357         (spam-mark-junk-as-spam-routine): use the new
1358         spam-group-spam-contents-p function
1359
1360         * gnus.el (spam-process, spam-contents, spam-process-destination):
1361         added new parameters with corresponding global variables
1362         (gnus-group-spam-exit-processor-ifile,
1363         gnus-group-spam-exit-processor-bogofilter,
1364         gnus-group-spam-exit-processor-blacklist,
1365         gnus-group-spam-exit-processor-whitelist,
1366         gnus-group-spam-exit-processor-BBDB,
1367         gnus-group-spam-classification-spam,
1368         gnus-group-spam-classification-ham): added new symbols for the
1369         spam-process and spam-contents parameters
1370
1371         * spam.el (spam-ham-marks, spam-spam-marks): changed list
1372         customization and list itself to store mark symbol rather than
1373         mark character.
1374         (spam-bogofilter-register-routine): added logic to generate mark
1375         values list from spam-ham-marks and spam-spam-marks, so (member)
1376         would work.
1377
1378 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1379
1380         * message.el (message-cross-post-followup-to): Fix comment.
1381
1382 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
1383
1384         * spam.el (spam-ham-marks, spam-spam-marks): changed list
1385         customization and list itself to store mark symbol rather than
1386         mark character.
1387         (spam-bogofilter-register-routine): added logic to generate mark
1388         values list from spam-ham-marks and spam-spam-marks, so (member)
1389         would work.
1390
1391 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
1392
1393         * message.el (message-signature-insert-empty-line): New variable.
1394
1395 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1396
1397         * message.el: Renamed functions and variables: "xpost" ->
1398         "cross-post", "-fup2" -> "-followup-to".
1399         (message-cross-post-old-target, message-cross-post-default,
1400         message-cross-post-note, message-followup-to-note,
1401         message-cross-post-note-function): New variables names.
1402         (message-xpost-old-target, message-xpost-default,
1403         message-xpost-note, message-fup2-note,
1404         message-xpost-note-function): Removed variable names.
1405         (message-cross-post-followup-to-header,
1406         message-cross-post-insert-note, message-cross-post-followup-to):
1407         New function names.
1408         (message-xpost-fup2-header, message-xpost-insert-note,
1409         message-xpost-fup2): Removed function names.
1410
1411 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1412
1413         * message.el (message-send-mail): Added message-cleanup-headers to
1414         prevent newlines in headers.
1415
1416 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1417
1418         * dns.el (dns-make-network-process): Comment.
1419
1420         * gnus-sum.el (gnus-summary-display-while-building): Default to
1421         nil.
1422
1423 2003-01-01  Wes Hardaker  <wes@hardakers.net>
1424
1425         * gnus-sum.el (gnus-summary-display-while-building): New
1426         variable.
1427
1428 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
1429
1430         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
1431         before rearranging the article.
1432
1433 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1434
1435         * nndraft.el (nndraft-generate-headers): New function.
1436         (nndraft-request-associate-buffer): Use it to write headers on
1437         buffer save.
1438
1439         * message.el (message-generate-headers): Let the function be a
1440         lambda form.
1441         (message-draft-headers): New variable.
1442
1443         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
1444         function.
1445         (gnus-setup-message): Use it.
1446
1447         * message.el (message-generate-headers-first): Doc fix.
1448         (message-setup-1): Use new function for getting which headers to
1449         generate.
1450         (message-headers-to-generate): New function.
1451
1452 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
1453
1454         * gnus-agent.el (gnus-agent-save-alist): Make directory.
1455
1456 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
1457
1458         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
1459         mention negatives.
1460
1461 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
1462
1463         * deuglify.el (gnus-outlook-rearrange-article): Use
1464         `transpose-regions' instead of tempering the kill-ring.
1465         (gnus-article-outlook-deuglify-article): Rehighlight article
1466         instead of a complete redisplay.
1467
1468 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
1469
1470         * spam.el: most defvars are defcustoms now
1471
1472         patches from Michael Shields  <shields@msrl.com>
1473
1474         * spam.el (spam-bogofilter-articles): Select the article
1475         body using gnus-summary-show-article t instead of
1476         gnus-summary-select-article; this presents the raw text
1477         without running any hooks.
1478
1479         * spam.el (spam-bogofilter-articles): Use message-remove-header
1480         to remove headers; the old way incorrectly removed just the first
1481         line of folded headers.
1482
1483 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1484
1485         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
1486
1487 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1488
1489         * gnus-start.el (gnus-load): New function.
1490         (gnus-read-newsrc-el-file): Use it.
1491
1492 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1493
1494         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
1495         (gnus-button-handle-apropos-documentation): New function.
1496         (gnus-button-handle-ctan): New function.
1497         (gnus-button-alist): Use them.  Improve some regexps.
1498         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
1499
1500 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1501
1502         * message.el (message-subscribed-p): New function.
1503         (message-send-mail): Use it.
1504         * mml.el (mml-preview-insert-mft): New function.
1505         (mml-preview): Use it.
1506
1507 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1508
1509         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
1510         when sorting by date.
1511
1512         * gnus-art.el (gnus-article-edit-mode): New variable.
1513         (gnus-article-setup-buffer): Warn user about discarding edits.
1514
1515         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
1516         (gnus-summary-pipe-output): Take a symbolic prefix to save all
1517         headers.
1518
1519         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
1520
1521 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
1522
1523         * message.el (message-completion-alist): Added "Mail-Followup-To"
1524         and "Mail-Copies-To".
1525
1526 2002-07-21  Jesper harder  <harder@ifa.au.dk>
1527
1528         * gnus-group.el: Add key bindings for
1529         gnus-group-sort-groups-by-real-name and
1530         gnus-group-sort-selected-groups-by-real-name.
1531
1532 2002-07-21  Jesper harder  <harder@ifa.au.dk>
1533
1534         * gnus.texi (Sorting Groups): Add key bindings for
1535         gnus-group-sort-groups-by-real-name and
1536         gnus-group-sort-selected-groups-by-real-name.
1537
1538 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
1539
1540         * spam.el (spam-use-dig): new variable for blackhole checking
1541         through dig.el
1542         (spam-check-blackholes): added dig.el checking functionality and
1543         more verbose reporting; query-dig is autoloaded from dig.el
1544         (spam-use-blackholes): disabled by default
1545         (spam-blackhole-servers): removed rbl.maps.vix.com from the
1546         blackhole servers list
1547
1548 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1549
1550         * message.el (message-required-headers): New variable.
1551
1552 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
1553
1554         * dig.el (query-dig): new function
1555
1556 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1557
1558         * flow-fill.el (fill-flowed): Don't infloop on too long fill
1559         prefixes.
1560
1561         * dns.el (query-dns): Protect against errors.
1562
1563         * gnus-msg.el (gnus-article-yanked-articles): New variable.
1564         (gnus-inews-add-send-actions): Mark all answered messages as
1565         answered.
1566
1567 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
1568
1569         * nnmail.el (nnmail-split-it): Added tracing to
1570         `:' split rule
1571
1572 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
1573
1574         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
1575         and "%s" so we don't overquote them.
1576
1577 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
1578
1579         * (mm-display-external): Display the actual command that has been
1580         executed in the echo area.
1581
1582 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1583
1584         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
1585
1586         * message.el (message-with-reply-buffer): New macro.
1587         (message-fetch-reply-field): Use it.
1588         (message-insert-wide-reply): New command and keystroke.
1589         (message-carefully-insert-headers): New function.
1590         (message-insert-to): Use new function.
1591
1592         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
1593         (gnus-topic-goto-missing-group): Use it.
1594
1595         * message.el (message-required-news-headers): Removed Lines.
1596         (message-reply): Don't insert References first.
1597         (message-followup): Ditto.
1598         (message-make-references): New function.
1599         (message-followup): Set message-reply-headers before generating
1600         the buffer stuff.
1601
1602 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
1603
1604         * mml.el (mml-generate-mime-1): Reverse the order of
1605         encoding/flowing.
1606
1607 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1608
1609         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
1610         after moving them.
1611
1612         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
1613         fit with newer standard format.
1614         (gnus-summary-make-false-root-always): New variable.
1615         (gnus-gather-threads-by-subject): Use it.
1616
1617         * message.el (message-get-reply-headers): Take an address list
1618         optional argument.
1619
1620 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1621
1622         * gnus.el (gnus-keep-backlog): Change default to 20.
1623
1624         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
1625         start.
1626         (gnus-agent-check-overview-buffer): Remove negative article
1627         numbers.
1628
1629         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
1630         (nnmail-cache-ignore-groups): Doc fix.
1631
1632         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
1633         (nnimap-debug-buffer): New variable.
1634         (nnimap-debug): Use it.
1635
1636 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
1637
1638         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
1639
1640 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1641
1642         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
1643         they aren't already sorted.
1644
1645 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
1646
1647         * message.el (message-mode-menu): Add ellipses to menu items
1648         expecting user interaction.
1649         (message-mode-field-menu): do.
1650
1651 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
1652
1653         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
1654         it isn't used any more.
1655
1656 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
1657
1658         * binhex.el (binhex-decoder-program): Fix docstring.
1659
1660 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1661
1662         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
1663         special chars if the mailcap file uses single quotes around %s.
1664         From Laurent Martelli <laurent@bearteam.org>.
1665
1666 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
1667
1668         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
1669         return the info object.
1670
1671 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
1672
1673         * gnus-int.el (gnus-request-update-info): Artificially add
1674         (1 . (1- min)) to the read range, in case the backend doesn't
1675         store marks for nonexistent articles.
1676
1677 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1678
1679         * binhex.el (binhex-insert-char): Eval-and-compile.
1680
1681 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
1682
1683         * lpath.el: Add tool-bar-local-item-from-menu.
1684
1685         * message.el (message-tool-bar-local-item-from-menu): New function.
1686         (message-tool-bar-map): Use it.
1687
1688 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
1689
1690         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
1691
1692         * gnus-art.el (gnus-article-header-rank): Last header in
1693         gnus-sorted-header-list should have higher rank than non-members.
1694
1695 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1696
1697         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
1698         covered methods.
1699
1700 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1701
1702         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
1703         eval-when-compile.  Suggested by Kevin Greiner.
1704
1705 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
1706
1707         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
1708         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
1709         even though no headers may have been fetched
1710         (gnus-agent-fetch-group-1, and perhaps others, require this
1711         behavior).
1712         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
1713         server buffer is constrained by gnus-agent-max-fetch-size.
1714         Multiple chunks in the same group may perform arbitrarily large
1715         updates.
1716
1717 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
1718
1719         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
1720         gnus-summary-update-download-mark to update the article in the
1721         summary.
1722
1723 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
1724
1725         * gnus.el (gnus-summary-high-uncached-face,
1726         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
1727         New faces.
1728
1729         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
1730         added this on 2002-11-23 but it just wasn't working out as
1731         intended.  The idea isn't entirely dead, three new faces
1732         gnus-summary-*-uncached-face are being added to gnus.el to provide
1733         the basis for an improved implementation.
1734         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
1735         proper file to open is lib/servers.
1736         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
1737         (i.e. removing the article from gnus-newsgroup-downloadable) will
1738         now restore the article's default mark rather than simply setting
1739         no mark.
1740         (gnus-agent-get-undownloaded-list): Corrected documentation.
1741         Added code to set new summary local variable,
1742         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
1743         a temporary list.  No longer sets gnus-newsgroup-downloadable.
1744         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
1745         up to date.  Call new gnus-summary-update-download-mark to keep
1746         summary buffer up-to-date.
1747         (gnus-agent-fetch-selected-article): Keep
1748         gnus-newsgroup-undownloaded up to date.
1749         (gnus-agent-fetch-articles): Return list of articles that were
1750         successfully fetched.
1751         (gnus-agent-check-overview-buffer): No more thingatpt.
1752         (gnus-agent-expire): No longer deletes NOV entries of unread
1753         articles.
1754         (gnus-agent-unread-articles): New function.
1755         (gnus-agent-regenerate-group): The article number must be
1756         terminated by a tab character.  Added more messages to report
1757         repairs.  Inhibit quits while writing changes so it is now safe
1758         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
1759         downloaded to 1) resolve the unbound references and 2) avoid
1760         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
1761
1762         * gnus-art.el (gnus-article-prepare): The agent
1763         downloaded/undownloaded mark is no longer stored as the article's
1764         mark.
1765
1766         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
1767         gnus-summary-highlight may use it.  Added downloaded as
1768         gnus-summary-highlight was using it.
1769
1770         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
1771         the download mark now follows Kai's +/- convention.
1772         (gnus-downloaded-mark): Added ?+ mark.
1773         (gnus-summary-highlight): Added rules to select
1774         gnus-summary-high-uncached-face,
1775         gnus-summary-normal-uncached-face, and
1776         gnus-summary-low-uncached-face.  Removed the
1777         gnus-agent-downloaded-article-face.
1778         (gnus-summary-line-format-alist): Implemented the download flag
1779         format (?O) as named in the manual.  This implementation displays
1780         either gnus-undownloaded-mark, gnus-downloaded-mark, or
1781         gnus-no-mark.
1782         (gnus-newsgroup-agentized): New local variable that identifies
1783         which groups are agentized.  While the agent is now on by default,
1784         you don't have to agentize every server that you use.
1785         (gnus-update-summary-mark-positions): Completed support for the
1786         download type of mark.
1787         (gnus-summary-insert-line): Added undownloaded to the parameters.
1788         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
1789         reference by the gnus-summary-line-format-spec.
1790
1791         * nntp.el (nntp-with-open-group): This macro handles dropped or
1792         broken connections by opening a new connection and repeating the
1793         failed command.
1794         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
1795         XOVER commands preceeding the active articles with the nov entry
1796         of the first available article.  When gnus connected to such a
1797         server, the unexpected nov entry would result in duplicate lines
1798         in the agent's overview file.  This patch fixes the duplicate
1799         lines problem and improves performance by skipping over all
1800         articles IDs that preceed the first nov entry in the server's
1801         reply.
1802
1803 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1804
1805         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
1806         (gnus-summary-highlight): Use it instead of `downloaded'.
1807         (gnus-summary-highlight-line): Ditto.
1808
1809         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
1810
1811 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1812
1813         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
1814
1815         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
1816         calls.
1817
1818         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
1819         downloaded variable if we're in an uncovered group.
1820
1821         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
1822         font to soemthing less noticeable.
1823         (gnus-agent-group-covered-p): New function.
1824
1825 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
1826
1827         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
1828         Because of an unknown bug, the group buffer is saved in .overview
1829         file.
1830
1831 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1832
1833         * nntp.el (nntp-send-command): Braino in last commit.  Replace
1834         `and' with `or'.
1835
1836 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1837
1838         * nntp.el (nntp-send-command): Assume that echo does not happen
1839         when nntp-open-connection-function is nntp-open-network-stream.
1840         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
1841
1842 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1843
1844         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
1845
1846 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
1847
1848         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
1849         nntp-server-buffer if we aren't going to write to it.
1850
1851 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1852         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
1853
1854         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
1855
1856 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1857
1858         * rfc2047.el (rfc2047-decode-region): Remove newlines between
1859         decoded words.
1860
1861 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1862
1863         * gnus.el (fboundp): After loading mm-util, make sure it was the
1864         right one.
1865
1866 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1867
1868         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
1869         gnus-sum.  Made into a user option.
1870
1871         * gnus-sum.el (gnus-simplify-ignored-prefixes)
1872         (gnus-summary-mark-article-as-unread)
1873
1874 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
1875
1876         * time-date.el (date-to-time): Typo.
1877
1878         * parse-time.el: Typo.
1879
1880         * nnsoup.el (nnsoup-retrieve-headers): Typo.
1881
1882         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
1883
1884         * nnimap.el:
1885         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
1886
1887         * mm-encode.el (mm-safer-encoding): Typo.
1888
1889         * messcompat.el: Typo.
1890
1891         * message.el (message-face-alist): Typo.
1892
1893         * imap.el (imap-interactive-login, imap-open): Typos.
1894
1895         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
1896
1897         * gnus.el: Typo.
1898
1899         * gnus-win.el (gnus-configure-frame): Typo.
1900
1901         * gnus-util.el (gnus-atomic-progn-assign): Typo.
1902
1903         * gnus-topic.el (gnus-topic-sort-topics): Typo.
1904
1905         * gnus-sum.el (gnus-summary-article-number)
1906         (gnus-summary-read-group-1, gnus-summary-mark-article)
1907         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
1908
1909         * gnus-mule.el (gnus-mule-add-group): Typo.
1910
1911         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
1912
1913         * gnus-group.el (gnus-group-fetch-faq): Typo.
1914
1915         * gnus-art.el (gnus-decode-header-methods): Typo.
1916
1917         * flow-fill.el: Typo.
1918
1919 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
1920
1921         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
1922
1923 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1924
1925         * gnus-sum.el (gnus-simplify-ignored-prefixes)
1926         (gnus-summary-mark-article-as-unread)
1927         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
1928         Reformatting to avoid long lines.
1929         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
1930
1931 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
1932
1933         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
1934         be accessed through `mail-header-number'.
1935
1936 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1937
1938         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
1939         compressed range to gnus-summary-insert-articles.
1940
1941 2002-11-26  Kevin Ryde <user42@zip.com.au>
1942
1943         * gnus-art.el (gnus-mime-copy-part): Look for filename
1944         parameter under content-disposition, not content-type.
1945
1946         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
1947         (gnus-summary-reselect-current-group): Use it.
1948
1949 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
1950
1951         * gnus-agent.el (gnus-agent-uncached-articles): if
1952         gnus-agent-load-alist fails, return ARTICLES.
1953
1954         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
1955
1956 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1957
1958         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
1959         superfluous function call.
1960         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
1961         Add warning to docstring.
1962
1963 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1964
1965         * gnus-agent.el: Autoload number-at-point instead.
1966         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
1967
1968 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1969
1970         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
1971         require thingatpt (for number-at-point) and protect against
1972         deactivate-mark being unbound (on XEmacs).
1973
1974 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1975
1976         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
1977         print message on entry.
1978
1979         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
1980
1981         * gnus-range.el (gnus-range-difference): New function.
1982         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
1983
1984 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1985
1986         * gnus-sum.el (gnus-summary-insert-old-articles): Use
1987         gnus-remove-from-range instead of gnus-range-difference which
1988         doesn't exist.
1989
1990 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1991         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
1992
1993         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
1994         used for showing which articles have been downloaded.
1995         (gnus-agent-article-alist): Format change.  Add documentation.
1996         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
1997         process-marked articles.
1998         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
1999         in the series are individually fetched to minimize lose of
2000         content due to an error/quit.
2001         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
2002         gnus-message instead of message.
2003         (gnus-agent-read-servers): Use file lib/methods instead of
2004         lib/servers.  TODO: Why?
2005         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
2006         (gnus-agent-get-undownloaded-list): Remove articles that appear to
2007         come from the agent.  This means that they are not downloaded.
2008         (gnus-agent-fetch-selected-article): Don't use history.
2009         (gnus-agent-save-history, gnus-agent-enter-history)
2010         (gnus-agent-article-in-history-p, gnus-agent-history-path):
2011         Removed function; history is not used anymore.
2012         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
2013         (gnus-agent-crosspost): Started rewrite then realized that a typo
2014         in gnus-agent-fetch-articles ensures that this function is never
2015         called.  This will need to be fixed later.
2016         (gnus-agent-check-overview-buffer): Some sanity checks on the
2017         agent overview buffer.  This is a safety net used during
2018         development.
2019         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
2020         changed, write a number to the file indicating this.
2021         (gnus-agent-fetch-headers): Rewrite to respect
2022         gnus-agent-consider-all-articles without relying on the
2023         `.fetched' files.  Make it fast.
2024         (gnus-agent-braid-nov): Change resulting from
2025         gnus-agent-fetch-headers change.
2026         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
2027         `.fetched' files.
2028         (gnus-agent-read-agentview): New function, used by
2029         gnus-agent-load-alist.
2030         (gnus-agent-load-fetched-headers): Remove.
2031         (gnus-agent-save-alist): Rewrite to accomodate new format.
2032         (gnus-agent-fetch-group-1): Make sure list of articles is in the
2033         same order as in gnus-newsgroup-headers.
2034         (gnus-agent-expire): Document and implement extra args ARTICLES,
2035         GROUP, FORCE.  Do not restrict usage.
2036         (gnus-agent-uncached-articles): New function.
2037         (gnus-agent-retrieve-headers): Use it.
2038         (gnus-agent-regenerate-group): No longer needs to be called from
2039         gnus-agent-regenerate.  Individual groups may be regenerated. The
2040         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
2041         The article fetch dates are validated in the article alist.  The
2042         article alist is pruned of entries that do not reference existing
2043         NOV entries.  All changes are computed then applied with
2044         inhibit-quit bound to t.  As a result, it is now safe to quit out of
2045         regeneration.  The optional clean parameter has been replaced with
2046         an optional reread parameter.  Clean is no longer necessary as
2047         regeneration gets the appropriate setting from
2048         gnus-agent-consider-all-articles.  The new reread parameter will
2049         result in fetched, or all, articles being marked as unread.
2050         (gnus-agent-regenerate): Removed code to regenerate the history
2051         file as it is no longer used.
2052
2053         * gnus-start.el (gnus-make-ascending-articles-unread): New
2054         function, for efficient mass-marking.
2055
2056         * gnus-sum.el (gnus-summary-highlight): Use new face for
2057         downloaded articles.
2058         (gnus-article-mark): Prefer to indicate read/unread status over
2059         downloaded status.
2060         (gnus-summary-highlight-line-0): New function, maybe rehighlights
2061         line.
2062         (gnus-summary-highlight-line): Use new face for downloaded
2063         articles.
2064         (gnus-summary-insert-old-articles): Improved performance by
2065         replacing the initial LIST of older articles with a compressed
2066         RANGE of older articles.  Some servers appear to lie about
2067         their active range so the original list could contain millions
2068         of article numbers.  The range is not expanded into a list
2069         until the optional ALL parameter has been applied.
2070
2071 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2072
2073         * gnus-agent.el (gnus-category-mode): Typo in doc string.
2074
2075 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
2076
2077         * spam.el:
2078         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
2079
2080         * spam.el: added `M s t' and `M s x' key mappings
2081
2082 2002-11-20  Simon Josefsson  <jas@extundo.com>
2083
2084         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
2085
2086 2002-11-19  Simon Josefsson  <jas@extundo.com>
2087
2088         * gnus-sum.el (gnus-summary-morse-message): Load
2089         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
2090         (unmorse-region): Autoload it instead.
2091
2092 2002-11-18  Simon Josefsson  <jas@extundo.com>
2093
2094         * gnus-sum.el (gnus-summary-morse-message): New function.
2095         (gnus-summary-wash-map): Bind to `W m'.
2096         (gnus-summary-make-menu-bar): Add.
2097
2098         * nnimap.el (nnimap-request-expire-articles): Compress sequence
2099         before storing \Deleted mark on expired articles.
2100
2101 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
2102         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
2103
2104         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
2105         parens in column 0.
2106
2107 2002-11-17  Juanma Barranquero  <lektu@terra.es>
2108
2109         * nnweb.el (nnweb-google-create-mapping): Fix typo.
2110
2111         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
2112
2113         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
2114
2115 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
2116
2117         * message.el (message-set-auto-save-file-name): Use
2118         make-directory, to avoid the dependence on gnus-util.
2119
2120 2002-11-16  Simon Josefsson  <jas@extundo.com>
2121
2122         * nnimap.el (nnimap-callback-callback-function):
2123         (nnimap-callback-buffer): Removed, these cannot be global but must
2124         be embedded into the callback.
2125         (nnimap-make-callback): New.  Embedd article number, callback and
2126         buffer in function.
2127         (nnimap-callback, nnimap-request-article-part): Update.
2128
2129 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2130
2131         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
2132
2133 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2134
2135         * gnus.el (gnus-summary-line-format): Document %C.
2136
2137 2002-11-11  Simon Josefsson  <jas@extundo.com>
2138
2139         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
2140         output when called interactively.
2141
2142 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2143
2144         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
2145
2146         * message.el (message-draft-coding-system): Improve comment; use
2147         mm-auto-save-coding-system for the default value.
2148
2149         * nndraft.el (nndraft-request-article): Revert to the state before
2150         2002-10-29; regexp-quote mail-header-separator.
2151
2152 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
2153
2154         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
2155         allow editing of drafts from an nnvirtual group.
2156
2157 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2158
2159         * nndraft.el (nndraft-request-article): Replace emacs-mule with
2160         mm-auto-save-coding-system.
2161
2162         * message.el (message-draft-coding-system): Default to
2163         iso-2022-7bit.
2164
2165         * mm-util.el (mm-auto-save-coding-system): Undo last change to
2166         restore the default value to emacs-mule or escape-quoted.
2167
2168 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2169
2170         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
2171         a delayed or a queued article as well as a draft.
2172
2173         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
2174         delayed or a queued article in the raw format; treat a delayed
2175         article as a raw article as well as a draft.
2176         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
2177         for the delayed group.
2178
2179         * nndraft.el (nndraft-request-article): Ignore auto save files for
2180         a delayed or a queued article; don't bother to decode a queued
2181         article; don't bind nnmail-file-coding-system for a queued article.
2182
2183         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
2184         and the queue group.
2185
2186 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
2187
2188         * gnus-group.el (gnus-group-delete-group):
2189         gnus-cache-active-hashtb might be void.
2190
2191 2002-11-02  Simon Josefsson  <jas@extundo.com>
2192
2193         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
2194         setting of the default user ID.  From Raymond Scholz
2195         <ray-2002@zonix.de>.
2196
2197 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
2198
2199         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
2200         charset.
2201
2202 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
2203         From Alex Schroeder <alex@emacswiki.org>
2204         * spam-stat.el (spam-stat-process-directory): add dir to message
2205         (spam-stat-reduce-size): No longer remove words
2206         with values close to 0.5, because the default value is 0.2.
2207
2208 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2209
2210         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
2211         documentation.
2212
2213 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2214
2215         * gnus-agent.el (gnus-agent-fetched-headers)
2216         (gnus-agent-load-fetched-headers)
2217         (gnus-agent-save-fetched-headers): Remove variable and two
2218         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
2219         works better.
2220         (gnus-agent-fetch-headers): New implementation from Kevin
2221         Greiner.  Uses gnus-agent-article-alist to store information
2222         about fetched messages which aren't on the server anymore.  The
2223         trick is to return a list of considered messages to the caller,
2224         but to only fetch those which haven't been fetched yet.
2225
2226 2002-10-30  Simon Josefsson  <jas@extundo.com>
2227
2228         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
2229
2230         * pgg.el (pgg-passphrase-cache-expiry): Removed.
2231
2232 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2233
2234         * mm-view.el (mm-w3m-local-map-property): Make it work with older
2235         versions of emacs-w3m than 1.3.3.
2236
2237         * lpath.el: Bind w3m-minor-mode-map.
2238
2239         * mm-view.el (mm-w3m-mode-command-alist)
2240         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
2241         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
2242         (mm-setup-w3m): Simplified.
2243         (mm-w3m-local-map-property): New function.
2244         (mm-inline-text-html-render-with-w3m): Use it.
2245
2246         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
2247         mm-w3m-local-map-property.
2248
2249 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2250
2251         * mm-util.el (mm-auto-save-coding-system): Default to
2252         iso-2022-7bit.
2253
2254         * nndraft.el (nndraft-request-article): Decode an article using
2255         the coding-system emacs-mule if it seems to have been saved using
2256         emacs-mule.
2257         (nndraft-request-replace-article): Use message-draft-coding-system
2258         instead of mm-auto-save-coding-system for the draft or delayed
2259         group.
2260
2261 2002-10-28  Josh  <huber@alum.wpi.edu>
2262
2263         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
2264         functions.
2265
2266 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2267         From mah@everybody.org (Mark A. Hershberger).
2268
2269         * mm-url.el (mm-url-insert-file-contents): Make it return the same
2270         type values ("url" size) regardless of the values of
2271         mm-url-use-external.
2272
2273 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2274
2275         * nnimap.el (nnimap-request-article-part): Try harder to show
2276         group name in debugging message.
2277
2278 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2279
2280         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
2281         directory if it doesn't exist.
2282         (gnus-agent-fetch-headers): Remove old cruft that tried to
2283         abstain from downloading articles more than once if
2284         gnus-agent-consider-all-articles was true.  This is now done
2285         properly via the .fetched files.
2286
2287 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2288
2289         * nndraft.el (nndraft-request-article): Treat delayed articles
2290         like drafts.
2291
2292 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2293
2294         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
2295
2296 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2297
2298         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
2299         Remove unused optional arg DIR and corresponding code.
2300
2301         * nnimap.el (nnimap-request-article-part): Include group name in
2302         debugging output.
2303
2304 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
2305
2306         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
2307
2308 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
2309
2310         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
2311         contains range of headers that have been fetched by the agent
2312         already.  Compare gnus-agent-article-alist.
2313         (gnus-agent-file-header-cache): Like
2314         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
2315         (gnus-agent-fetch-headers): Improve comment.  Revert to old
2316         seen/recent logic.
2317         Remember which headers have been fetched before and don't fetch
2318         them again the next time round.
2319         (gnus-agent-load-fetched-headers)
2320         (gnus-agent-save-fetched-headers): New functions, for remembering
2321         which headers have been fetched before.
2322
2323 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
2324
2325         * lpath.el: Remove useless bindings.
2326
2327 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
2328
2329         * gnus-sum.el (gnus-summary-execute-command): Disable visual
2330         features while searching.
2331
2332 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2333
2334         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
2335
2336 2002-10-22  Simon Josefsson  <jas@extundo.com>
2337
2338         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
2339         (pgg-snarf-keys): Add.
2340
2341 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2342
2343         * lpath.el: Fbind bbdb-records.
2344
2345         * spam.el: Don't autoload bbdb-records.
2346
2347 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2348
2349         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
2350         prevent inf-loop.
2351
2352 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2353
2354         * nnslashdot.el: Removed some test lines.
2355         More test.
2356
2357 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2358
2359         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
2360         are known to be downloaded already.
2361
2362 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2363
2364         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
2365         (mm-text-html-washer-alist): Ditto.
2366
2367 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2368
2369         * nnheader.el (nnheader-remove-body): Fix an error of detecting
2370         boundary between headers and body.
2371         * nnml.el (nnml-parse-head): Ditto.
2372
2373 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2374
2375         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
2376         entries.
2377
2378         * gnus-group.el (gnus-fetch-group): Allow an optional
2379         specification of the articles to select.
2380
2381         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
2382
2383 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2384
2385         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
2386         headers from the group, update variable `articles' to contain
2387         only those numbers where headers exist.  (When fetching all
2388         articles in a group, Gnus creates lots of numbers where there is
2389         no articles.)
2390
2391 2002-10-20  Steve Youngs  <youngs@xemacs.org>
2392
2393         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
2394         doesn't have the 'alist custom type, use cons cells instead.
2395         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
2396         (pgg-parse-hash-algorithm-alist): Ditto.
2397         (pgg-parse-compression-algorithm-alist): Ditto.
2398         (pgg-parse-signature-type-alist): Ditto.
2399
2400         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
2401
2402         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
2403
2404         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
2405
2406 2002-10-19  Simon Josefsson  <jas@extundo.com>
2407
2408         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
2409         buffer.
2410
2411 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2412
2413         * gnus-spec.el (gnus-make-format-preserve-properties)
2414         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
2415         properties also on XEmacs.  `gnus-xmas-format' is like format but
2416         preserves text properties on XEmacs (though it only understands
2417         simple format specs).  The variable
2418         `gnus-make-format-preserve-properties' controls whether the
2419         function is used, and is checked in `gnus-parse-simple-format'.
2420         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
2421
2422         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
2423         output.
2424         (gnus-agent-consider-all-articles): New variable.
2425         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
2426         (gnus-agent-fetch-headers): Depending on
2427         gnus-agent-consider-all-articles, maybe get all articles.
2428         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
2429         `read'.
2430         (gnus-predicate-imples-unread): New function.
2431         (gnus-agent-fetch-headers): Optimize to call
2432         gnus-list-of-unread-articles if that is sufficient.
2433         Check unseen and recent instead of seen and recent.
2434         (gnus-agent-fetch-headers): Abstain from calling
2435         gnus-list-range-intersection if range (a . b) would have (> a b).
2436
2437 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2438
2439         * message.el (message-send-mail): Make it possible to perform
2440         edebug-defun.
2441
2442 2002-10-18  Simon Josefsson  <jas@extundo.com>
2443
2444         * gnus-art.el (gnus-button-man-handler): Change default to
2445         `manual-entry' (defined in both emacsen).
2446         (gnus-button-man-handler): Remove emacsen difference and use
2447         `manual-entry'.
2448
2449 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2450
2451         * spam.el: Wrap autoload settings for bbdb-records,
2452         executable-find and ifile-spam-filter with eval-and-compile.
2453         (spam-display-buffer-contents): Remove.
2454         (spam-bogofilter-score): Merge spam-display-buffer-contents.
2455
2456 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
2457
2458         * spam.el (spam-display-buffer-contents): New function.
2459         (spam-bogofilter-score): use spam-display-buffer-contents, patch
2460         from Katsumi Yamaoka <yamaoka@jpl.org>.
2461
2462 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2463
2464         * nnheader.el (nnheader-parse-naked-head): New function.
2465         (nnheader-parse-head): Use the above function, in order to handle
2466         continuation lines properly.
2467         (nnheader-remove-body): New function.
2468         (nnheader-remove-cr-followed-by-lf): New function.
2469         (nnheader-ms-strip-cr): Use the above function.
2470
2471         * gnus-agent.el (gnus-agent-regenerate-group): Call
2472         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
2473         `nnheader-parse-head'.
2474         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
2475
2476         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
2477         continuation lines by itself; call `nnheader-parse-naked-head'
2478         instead of `nnheader-parse-head'.
2479         * nndiary.el (nndiary-parse-head): Ditto.
2480         * nnfolder.el (nnfolder-parse-head): Ditto.
2481         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
2482         * nnmaildir.el (nnmaildir--update-nov): Ditto.
2483         * nnml.el (nnml-parse-head): Ditto.
2484
2485 2002-10-17  Steve Youngs  <youngs@xemacs.org>
2486
2487         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
2488         XEmacs, default to it if featurep 'xemacs.
2489
2490 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2491
2492         * spam-stat.el: Check for the existence of hash functions instead
2493         of the Emacs version to decide whether to load cl.  Suggested by
2494         Kai Gro\e,A_\e(Bjohann.
2495
2496 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2497
2498         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
2499         if it isn't open yet.
2500
2501 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2502
2503         * gnus-group.el: Require mm-url only when compiling.
2504         (gnus-group-fetch-charter): Require mm-url.
2505
2506         * spam-stat.el: Require cl for the functions gethash,
2507         hash-table-count, make-hash-table and mapc for Emacs 20.
2508         (puthash): Alias to cl-puthash for Emacs 20.
2509         (with-syntax-table): New macro for Emacs 20.
2510
2511 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
2512
2513         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
2514
2515 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
2516
2517         * spam.el (spam-check-ifile): added ifile as a spam checking
2518         backend, and spam-use-ifle as the variable to toggle that check.
2519
2520 2002-10-12  Simon Josefsson  <jas@extundo.com>
2521
2522         * message.el (message-beginning-of-line): New variable.
2523         (message-beginning-of-line): Use it.
2524
2525 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
2526
2527         * spam.el: more compilation fixes for BBDB
2528
2529         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
2530         (spam-stat-reduce-size): Interactive.
2531         (spam-stat-reset): New function.
2532         (spam-stat-save): Interactive.
2533
2534 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2535
2536         * gnus.el: Autoload gnus-delay-initialize.
2537
2538         * message.el: Autoload gnus-delay-article.
2539
2540 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
2541
2542         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
2543         text property in Emacs.
2544
2545 2002-10-11  Simon Josefsson  <jas@extundo.com>
2546
2547         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
2548         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
2549
2550         * mml1991.el (mml1991-pgg-sign): Remove CR.
2551
2552 2002-10-10  Simon Josefsson  <jas@extundo.com>
2553
2554         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
2555         decrypt failed.
2556         (mml2015-trust-boundaries-alist): Removed.
2557         (mml2015-gpg-extract-signature-details): Don't use it.
2558         (mml2015-unabbrev-trust-alist): New.
2559         (mml2015-gpg-extract-signature-details): Use it.
2560
2561 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
2562
2563         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
2564         BBDB installed
2565
2566         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
2567         statistical analysis of spam in Lisp only
2568
2569 2002-10-10  Simon Josefsson  <jas@extundo.com>
2570
2571         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
2572         auth, selected or examine state.
2573
2574         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
2575         buffer and error buffer depending on type of information.
2576
2577         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
2578         --status-fd stuff even if gpg.el is not used (revert earlier
2579         change).
2580         (mml2015-pgg-{clear-,}verify): Store both output and errors as
2581         gnus details.
2582         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
2583         buffer.
2584
2585         * pgg.el (pgg-verify-region): Use it.
2586
2587         * pgg-def.el (pgg-query-keyserver): New variable.
2588
2589         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
2590         key-identifier in packet.  Is this a good idea?
2591
2592         * mml.el (mml-mode-map): Add security commands that operates on
2593         MIME parts.
2594         (mml-menu): And menu items for them.
2595
2596         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
2597
2598         * mml.el (mml-parse-1): Support sender in #secure tags.
2599
2600         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
2601         defined.
2602
2603         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
2604         (mml-pgp-encrypt-buffer): Support combined signing.
2605
2606         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
2607         (mml1991-gpg-encrypt): Ditto.
2608         (mml1991-pgg-encrypt): Ditto.
2609         (mml1991-encrypt): Pass sign parameter.
2610
2611         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
2612         (mml-signencrypt-style): Mention the variable.
2613
2614 2002-10-09  Simon Josefsson  <jas@extundo.com>
2615
2616         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
2617         pgg-gpg-user-id.
2618
2619         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
2620         (pgg-fetch-key-function): Nil if w3 is not installed.
2621
2622 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2623
2624         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
2625         gnus-agent-current-history.
2626
2627 2002-10-06  Simon Josefsson  <jas@extundo.com>
2628
2629         * imap.el (imap-parse-status): Don't use read to read token.
2630
2631 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2632
2633         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
2634         for methods not covered by the agent, and when unplugged.
2635
2636 2002-10-05  Simon Josefsson  <jas@extundo.com>
2637
2638         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
2639         signing.
2640
2641         * gnus-agent.el (gnus-agent-read-servers): If getting method from
2642         a named server fails, ignore the server.
2643
2644         * mml1991.el (mml1991-pgg-sign): Do QP.
2645
2646         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
2647         work.
2648
2649 2002-10-04  Simon Josefsson  <jas@extundo.com>
2650
2651         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
2652
2653         * pgg-pgp.el (pgg-pgp-verify-region): Inline
2654         binary-write-decoded-region from MEL.
2655
2656         * pgg.el (pgg-encrypt-region): Support sign.
2657
2658         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
2659
2660         * mml2015.el (mml2015-pgg-encrypt): Ditto.
2661
2662         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
2663         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
2664         branch where PGG was taken from in the ChangeLog entries below.
2665
2666 2002-10-01  Simon Josefsson  <jas@extundo.com>
2667
2668         * pgg-pgp.el: Don't require mel.  Don't use luna.
2669         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
2670         (pgg-pgp-process-region): Use expand-file-name instead of concat.
2671         (pgg-pgp-process-region): Don't use binary-funcall.
2672
2673         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
2674
2675         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
2676         instead of concat.
2677
2678         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
2679
2680 2002-09-29  Simon Josefsson  <jas@extundo.com>
2681
2682         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
2683         compile warnings.
2684
2685         * pgg.el (pgg-decrypt-region): Don't parse packet.
2686
2687         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
2688
2689 2002-09-29  Daiki Ueno <ueno@unixuser.org>
2690
2691         * pgg.el: Remove dependency on calist.el.
2692
2693 2002-09-28  Simon Josefsson  <jas@extundo.com>
2694
2695         * pgg.el (pgg-temporary-file-directory): New variable.
2696         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
2697
2698         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
2699         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
2700
2701         * pgg-parse.el (pgg-char-int): Defalias.
2702         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
2703         (pgg-read-bytes, pgg-read-body): Use it.
2704         (pgg-decode-packets): Don't use MEL, use base64-*.
2705         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
2706         (pgg-string-as-unibyte): Defalias.
2707         (pgg-parse-armor-region): Use it.
2708
2709         * pgg-gpg.el (pgg-gpg-process-region): Use
2710         pgg-temporary-file-directory.
2711
2712         * luna.el: Don't def-edebug.
2713
2714         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
2715         binary-write-decoded-region from MEL.
2716
2717         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
2718
2719         * alist.el, calist.el: Don't require product/APEL.
2720
2721         * pgg-parse.el (top-level): Remove dependency on static.el,
2722         pccl.el, mel.el.
2723         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
2724         `define-ccl-program' is boundp, instead of using broken.
2725
2726 2002-10-01  Simon Josefsson  <jas@extundo.com>
2727
2728         * message.el (message-required-mail-headers): Remove Lines:.
2729
2730 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2731         From Jesper Harder.
2732
2733         * gnus-group.el (gnus-group-fetch-charter,
2734         gnus-group-fetch-control): Prompt for group if given a prefix
2735         argument.
2736         * gnus-sum.el (t): Add gnus-group-fetch-charter and
2737         gnus-group-fetch-control to summary key map and menu.
2738
2739
2740 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
2741
2742         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
2743         number when there are no articles.
2744
2745 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2746
2747         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
2748         arg ALL means to fetch all articles, not only downloadable ones.
2749         (gnus-agent-fetch-selected-article): New function for
2750         gnus-select-article-hook or gnus-mark-article-hook.
2751
2752 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2753         From Peter von der Ahe <nospam2159@daimi.au.dk>.
2754
2755         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
2756         raw-text.
2757
2758 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
2759
2760         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
2761         Pinard).
2762         Major revamp of the code, documentation is in comments in the file
2763         for now.
2764
2765 2002-09-30  Simon Josefsson  <jas@extundo.com>
2766
2767         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
2768         buffer seem to be needed?
2769
2770 2002-09-29  Simon Josefsson  <jas@extundo.com>
2771
2772         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
2773         compile warnings.
2774
2775         * mml1991.el (mml1991-function-alist): Add pgg.
2776         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
2777         (mml1991-pgg-encrypt): Fix recipients querying.
2778
2779 2002-09-28  Simon Josefsson  <jas@extundo.com>
2780
2781         * mml2015.el (autoload): Autoload correct files.  Trivial patch
2782         from dme@dme.org.
2783         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
2784         handle is returned.
2785
2786 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2787
2788         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2789         Protect against non-existent of `nnimap-mailbox-info'.
2790
2791 2002-09-27  Simon Josefsson  <jas@extundo.com>
2792
2793         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
2794         (gnus-setup-news-hook): Use it.
2795         (gnus-after-getting-new-news-hook): Ditto.
2796
2797         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
2798
2799 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2800         From Mats Lidell <matsl@contactor.se>.
2801
2802         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
2803
2804 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2805
2806         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
2807         the part to decode encoded words, use raw words instead of decoded
2808         words.
2809
2810 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2811
2812         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
2813
2814         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
2815         (mm-setup-w3m): Use it.
2816
2817 2002-09-27  Simon Josefsson  <jas@extundo.com>
2818
2819         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
2820         article buffers.
2821
2822         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
2823         it just in case.
2824         (nnimap-update-unseen): New function; update unseen count in
2825         `n-m-info'.
2826         (nnimap-close-group): Call it.
2827
2828         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
2829         (gnus-after-getting-new-news-hook): Ditto.
2830
2831         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
2832         message into verboselevel 9.  Change slow mail check message.
2833         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
2834         (nnimap-fixup-unread-after-getting-new-news): New function, to be
2835         used as a hook after getting new mail.
2836
2837 2002-09-26  Simon Josefsson  <jas@extundo.com>
2838
2839         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
2840         SELECT/EXAMINE is first unseen article, not number of unseen
2841         articles.  Make them distinct by renaming the former to
2842         `first-unseen' instead of `unseen'.
2843
2844         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
2845         too.
2846         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
2847         changed.
2848         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
2849
2850         * gnus-int.el (gnus-server-unopen-status): Defcustom.
2851
2852         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
2853         better.
2854
2855         * mml2015.el (mml2015-pgg-decrypt): Only add security information
2856         if dissecting resulting buffer actually had any information.
2857
2858 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2859
2860         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
2861         because the function `string<' allows symbols.
2862
2863         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
2864
2865 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
2866
2867         * message.el (message-forward-make-body): Revert an early change
2868         because 8-bit utf-8 emails.
2869
2870 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
2871
2872         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
2873         links to Info)
2874         * gnus-art.el (gnus-treat-highlight-signature):
2875         * gnus-art.el (gnus-treat-buttonize):
2876         * gnus-art.el (gnus-treat-buttonize-head):
2877         * gnus-art.el (gnus-treat-emphasize):
2878         * gnus-art.el (gnus-treat-strip-cr):
2879         * gnus-art.el (gnus-treat-unsplit-urls):
2880         * gnus-art.el (gnus-treat-leading-whitespace):
2881         * gnus-art.el (gnus-treat-hide-headers):
2882         * gnus-art.el (gnus-treat-hide-boring-headers):
2883         * gnus-art.el (gnus-treat-hide-signature):
2884         * gnus-art.el (gnus-treat-fill-article):
2885         * gnus-art.el (gnus-treat-hide-citation):
2886         * gnus-art.el (gnus-treat-hide-citation-maybe):
2887         * gnus-art.el (gnus-treat-strip-list-identifiers):
2888         * gnus-art.el (gnus-treat-strip-pgp):
2889         * gnus-art.el (gnus-treat-strip-pem):
2890         * gnus-art.el (gnus-treat-strip-banner):
2891         * gnus-art.el (gnus-treat-highlight-headers):
2892         * gnus-art.el (gnus-treat-highlight-citation):
2893         * gnus-art.el (gnus-treat-date-ut):
2894         * gnus-art.el (gnus-treat-date-local):
2895         * gnus-art.el (gnus-treat-date-english):
2896         * gnus-art.el (gnus-treat-date-lapsed):
2897         * gnus-art.el (gnus-treat-date-original):
2898         * gnus-art.el (gnus-treat-date-iso8601):
2899         * gnus-art.el (gnus-treat-date-user-defined):
2900         * gnus-art.el (gnus-treat-strip-headers-in-body):
2901         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
2902         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
2903         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
2904         * gnus-art.el (gnus-treat-unfold-headers):
2905         * gnus-art.el (gnus-treat-fold-headers):
2906         * gnus-art.el (gnus-treat-fold-newsgroups):
2907         * gnus-art.el (gnus-treat-overstrike):
2908         * gnus-art.el (gnus-treat-display-xface):
2909         * gnus-art.el (gnus-treat-display-smileys):
2910         * gnus-art.el (gnus-treat-from-picon):
2911         * gnus-art.el (gnus-treat-mail-picon):
2912         * gnus-art.el (gnus-treat-newsgroups-picon):
2913         * gnus-art.el (gnus-treat-body-boundary):
2914         * gnus-art.el (gnus-treat-capitalize-sentences):
2915         * gnus-art.el (gnus-treat-fill-long-lines):
2916         * gnus-art.el (gnus-treat-play-sounds):
2917         * gnus-art.el (gnus-treat-translate):
2918         * gnus-art.el (gnus-treat-x-pgp-sig):
2919         * gnus-art.el (gnus-mime-button-line-format):
2920         * gnus-art.el (gnus-button-man-level):
2921         * gnus-art.el (gnus-button-emacs-level):
2922         * gnus-cus.el (gnus-group-parameters):
2923         * gnus-gl.el (bbb-build-mid-scores-alist):
2924         * gnus-group.el (gnus-group-line-format):
2925         * gnus-mlspl.el (gnus-group-split-setup):
2926         * gnus-mlspl.el (gnus-group-split):
2927         * gnus-msg.el (gnus-mailing-list-groups):
2928         * gnus-msg.el (gnus-posting-styles):
2929         * gnus-nocem.el (gnus-nocem-issuers):
2930         * gnus-score.el (gnus-score-regexp-bad-p):
2931         * gnus-srvr.el (gnus-server-line-format):
2932         * gnus-topic.el (gnus-topic-line-format):
2933         * gnus.el (gnus-summary-line-format):
2934         * mail-source.el (mail-sources):
2935         * message.el (message-subscribed-address-file):
2936         * nnmail.el (nnmail-split-fancy):
2937
2938 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
2939
2940         * mail-source.el(mail-source-run-script): use `functionp' to test
2941         whether the argument `script' is in fact a function.
2942         (mail-sources): adjust the defcustom to allow users to specify a
2943         function or a string as the value of the `:prescript' and
2944         `:postscript' arguments of the `file' and `pop3' mail sources.
2945
2946 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
2947
2948         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
2949         number when article 1 does not exist.
2950
2951 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2952
2953         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
2954         apropos if apropos-variable does not exist.
2955         (gnus-button-guessed-mid-regexp)
2956         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
2957         regexes.  From Reiner Steib.
2958         (gnus-button-handle-describe-function)
2959         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
2960         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
2961         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
2962
2963 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
2964         Trivial patch.
2965
2966         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
2967         the file.
2968
2969 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
2970
2971         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
2972
2973 2002-09-24  Simon Josefsson  <jas@extundo.com>
2974
2975         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
2976         (mml2015-use): Prefer PGG if installed.
2977         (mml2015-function-alist): Add PGG wrappers.
2978         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
2979         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
2980         prefix, make regexp optionally skip it.
2981         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
2982         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
2983         (mml2015-pgg-encrypt): New functions.
2984         (defvar, autoload): Prevent byte-compile warnings.
2985
2986 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2987         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
2988
2989         * gnus-art.el (article-strip-banner): Check for the existence of
2990         from header.
2991
2992 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
2993
2994         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
2995         (gnus-button-alist): Improved regexp for
2996         gnus-button-handle-mid-or-mail (false positives), fixed
2997         gnus-button-handle-man entries.
2998         From Reiner Steib.
2999
3000 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
3001         From Josh Huber.
3002
3003         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
3004         nnmail-extra-headers is non-nil.
3005
3006 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
3007
3008         * nnmaildir.el: Store article numbers persistently.  General
3009         revision.
3010         (nnmaildir-request-expire-articles): handle 'immediate and 'never
3011         for nnmail-expiry-wait; delete instead of moving if 'force is
3012         given.
3013
3014 2002-09-23  Simon Josefsson  <jas@extundo.com>
3015         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
3016
3017         * smime.el (smime-sign-buffer): Get key and extra certs.
3018         (smime-get-key-with-certs-by-email): Utility function.
3019
3020 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3021         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
3022
3023         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
3024         article exists.
3025
3026 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3027
3028         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
3029
3030 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
3031         From Reiner Steib.
3032
3033         * gnus-art.el (gnus-button-handle-custom,
3034         gnus-button-handle-mid-or-mail,
3035         gnus-button-handle-describe-{function,variable,key},
3036         gnus-button-handle-apropos{,command,variable}): New functions.
3037         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
3038         gnus-button-{man,emacs,mail}-level): New variables.
3039         (gnus-button-alist): Use the above to buttonize emacs and mail
3040         related links.
3041
3042 2002-09-18  Juanma Barranquero  <lektu@terra.es>
3043
3044         * gnus-int.el (gnus-status-message): Fix spacing.
3045
3046         * imap.el (imap-continuation): Fix typos.
3047
3048 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3049
3050         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
3051
3052         * gnus-art.el (gnus-article-reply-with-original): Correct
3053         with-current-buffer scope.
3054
3055         * message.el (message-completion-alist): Add Reply-To, From, etc.
3056
3057 2002-09-18  Simon Josefsson  <jas@extundo.com>
3058
3059         * nnimap.el (nnimap-request-expire-articles): Make flag setting
3060         conditional.  From Nevin Kapur <nevin@jhu.edu>.
3061
3062 2002-09-17  Simon Josefsson  <jas@extundo.com>
3063
3064         * nnimap.el (nnimap-expiry-target): Don't search for which
3065         articles exists here.
3066         (nnimap-request-expire-articles): Do it here instead.  Only expire
3067         when articles are found.  Suggested by Nevin Kapur
3068         <nevin@jhu.edu>.
3069
3070 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3071         From Reiner Steib <reiner.steib@gmx.de>.
3072
3073         * message.el (message-strip-subject-trailing-was)
3074         (message-change-subject, message-add-archive-header)
3075         (message-xpost-fup2-header, message-xpost-insert-note)
3076         (message-xpost-fup2, message-reduce-to-to-cc): New functions
3077         adopted from message-utils.el.  Add functions to the keymap, mode
3078         describtion and menu.
3079         (message-change-subject,message-xpost-fup2): Signal error if
3080         current header is empty.
3081         (message-xpost-insert-note): Changed insert position.
3082         (message-archive-note): Ensure to insert note in message body (not
3083         in head).
3084         (message-archive-header, message-archive-note)
3085         (message-xpost-default, message-xpost-note, message-fup2-note)
3086         (message-xpost-note-function): New variables adopted from
3087         message-utils.el.  Changed some doc-strings.
3088         (message-mark-insert-{begin,end}): Rename from
3089         message-{begin,end}-inserted-text-mark (message-utils.el), changed
3090         values.
3091         (message-subject-trailing-was-query)
3092         (message-subject-trailing-was-ask-regexp)
3093         (message-subject-trailing-was-regexp): New variables.
3094         (message-to-list-only): Added doc-string and menu entry.
3095
3096         * message-utils.el: Removed.  Functions are now in message.el.
3097
3098 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
3099
3100         * gnus-art.el (gnus-article-reply-with-original,
3101         gnus-article-followup-with-original): Switch to
3102         gnus-summary-buffer before reply/followup.
3103
3104 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
3105
3106         * gnus-sum.el (gnus-summary-toggle-header): The article window may
3107         not exist. Toggle it anyway.
3108
3109 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
3110
3111         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
3112
3113         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
3114         Trivial patch from Urban Engberg <ue@ccieurope.com>.
3115
3116         * rfc2047.el (message-posting-charset): Defvar it.
3117         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
3118         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
3119
3120         * mail-source.el (mail-source-fetch): Hide password.
3121
3122         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
3123
3124 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3125         From John Paul Wallington <jpw@shootybangbang.com>.
3126
3127         * gnus.el (gnus-visual, gnus-meta): Fix typo.
3128
3129 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3130
3131         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
3132
3133 2002-09-11  Simon Josefsson  <jas@extundo.com>
3134
3135         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
3136         (nnimap-split-rule): Doc fix.
3137         (nnimap-request-expire-articles): Cleanup code.
3138
3139 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3140         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
3141
3142         * gnus-art.el (gnus-article-address-banner-alist): New option.
3143         (article-strip-banner): Refer the above option to split banners of
3144         free mail servers, when no group parameter is specified.
3145
3146 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3147
3148         * nntp.el (nntp-wait-for-string): Check for a process in the
3149         current buffer instead of `nntp-server-buffer'.
3150
3151 2002-09-09  Simon Josefsson  <jas@extundo.com>
3152
3153         * gnus-art.el (gnus-button-man-handler): New variable.
3154         (gnus-button-alist): Use g-b-handle-man.
3155         (gnus-button-handle-man): New, call g-b-man-handler.
3156
3157 2002-09-08  Simon Josefsson  <jas@extundo.com>
3158
3159         * gnus-art.el (gnus-button-alist): Buttonize man page links.
3160
3161 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3162
3163         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
3164
3165 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3166
3167         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
3168
3169         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
3170         keystroke.
3171
3172         * gnus-srvr.el (gnus-browse-describe-group): New command and
3173         keystroke.
3174
3175 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3176
3177         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
3178         value for gnus-decoration property.
3179
3180 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3181
3182         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
3183         string) as group name in case we have a CRLF in the file.
3184
3185 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
3186
3187         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
3188         group.
3189         (rfc1843-decode-hzp): do.
3190         (rfc1843-newsgroups-regexp): do.
3191
3192 2002-09-04  Simon Josefsson  <jas@extundo.com>
3193
3194         * message.el (message-canlock-generate): Make sure sha1 doesn't
3195         call external programs.
3196
3197 2002-09-03  Simon Josefsson  <jas@extundo.com>
3198
3199         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
3200
3201         * gnus-agent.el (gnus-agent-batch): Add doc.
3202
3203 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
3204
3205         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
3206         check for signed and encrypted parts.
3207         * mml.el (mml-parse-1): Correct small typo which preventing
3208         setting recipients in a secure tag.
3209
3210 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3211
3212         * mm-util.el (mm-coding-system-priorities): Default to a list of
3213         iso-2022-jp and others for the Japanese environment.
3214
3215 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3216
3217         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
3218         invalid display names.
3219
3220 2002-08-30  Simon Josefsson  <jas@extundo.com>
3221
3222         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
3223         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
3224
3225 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
3226
3227         * gnus.el (gnus-group-charter-alist): New option.
3228         (gnus-group-fetch-control-use-browse-url): New option.
3229
3230         * gnus-group.el (gnus-group-fetch-charter): New function.
3231         (gnus-group-fetch-control): New function.
3232         Add them to the keymap and menu. Require mm-url.
3233
3234 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3235
3236         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
3237         From Alex Schroeder <alex@emacswiki.org>.
3238
3239 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
3240
3241         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
3242         items expecting user interaction.
3243
3244         * gnus-topic.el (gnus-topic-make-menu-bar): do.
3245
3246         * gnus-sum.el (gnus-summary-make-menu-bar): do.
3247
3248         * gnus-srvr.el (gnus-server-make-menu-bar): do.
3249
3250         * mml.el (mml-menu): do.
3251
3252 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3253
3254         * mail-source.el (mail-source-touch-pop): New function.
3255
3256         * message.el (message-smtpmail-send-it): New function.
3257         (message-send-mail-function): Add it for a candidate.
3258
3259 2002-08-27  Simon Josefsson  <jas@extundo.com>
3260
3261         * gnus-msg.el (posting-charset-alist): Use
3262         gnus-define-group-parameter instead of defcustom.
3263         (gnus-put-message): Handle SPC in GCC.
3264         (gnus-inews-insert-gcc): Ditto.
3265         (gnus-inews-insert-archive-gcc): Ditto.
3266
3267 2002-08-26  Simon Josefsson  <jas@extundo.com>
3268
3269         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
3270         (gnus-agentize): Auto agentize all nntp and nnimap groups.
3271         (gnus-agent-possibly-save-gcc): Autoload.
3272         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
3273
3274 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
3275
3276         * gnus.el (gnus-other-frame-function): New user option.
3277         (gnus-other-frame): Use it; add a doc-string; make it work with
3278         the gnuclient program.
3279
3280         * gnus-util.el (gnus-frame-or-window-display-name): New function.
3281
3282         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
3283         `device-connection' and `dfw-device'.
3284
3285 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3286
3287         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
3288         positives, make it stricter.  From Jochen Hein (trivial change).
3289
3290 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3291
3292         * gnus.el (gnus-other-frame): Trivial fix.
3293
3294 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3295
3296         * gnus.el (gnus-other-frame-parameters): New user option.
3297         (gnus-other-frame-object): New variable.
3298         (gnus-other-frame): Make it search for existing Gnus frame; don't
3299         read new news; delete frame on exit.
3300
3301         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
3302
3303         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
3304
3305 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3306         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
3307
3308         * message.el (message-set-auto-save-file-name): Add support for
3309         the Cygwin Emacs; the system-type is `cygwin'.
3310         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
3311
3312 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3313
3314         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
3315
3316         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
3317         avoid arithmetic errors.
3318
3319 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3320
3321         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
3322
3323 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3324
3325         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
3326         (message-ignored-resent-headers): Add envelope From.
3327
3328 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3329
3330         * gnus.el (gnus-summary-line-format): Document %k specifier.
3331
3332 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3333
3334         * gnus-sum.el (gnus-summary-line-message-size): New function.
3335         (gnus-summary-line-format-alist): Use it.
3336
3337 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3338
3339         * gnus-art.el (article-make-date-line): Refer to the value for
3340         `gnus-article-time-format' in the summary buffer.
3341
3342         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
3343
3344 2002-08-14  Simon Josefsson  <jas@extundo.com>
3345
3346         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
3347         quoting.
3348         (gnus-button-alist): Fix doc.
3349         (gnus-header-button-alist): Use ' not ` for default value quoting.
3350         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
3351         rationale similar to 2002-05-01 change.
3352         (gnus-article-add-buttons-to-head): Evaluate expression.
3353
3354         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
3355
3356 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3357
3358         * message.el (message-font-lock-keywords): Refer to the value for
3359         `message-cite-prefix-regexp' dynamically.
3360
3361 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3362
3363         * gnus-art.el (gnus-decode-header-methods): Doc fix.
3364
3365 2002-08-12  Simon Josefsson  <jas@extundo.com>
3366
3367         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
3368         (imap-shell-open): Skip initial junk before IMAP greeting.
3369
3370 2002-08-11  Simon Josefsson  <jas@extundo.com>
3371
3372         * message-utils.el (message-xpost-default,
3373         message-xpost-fup2-header, message-xpost-fup2): Fixed
3374         Typos.  Trivial changes from Reiner Steib
3375         <4uce.02.r.steib@gmx.net>.
3376
3377 2002-08-09  Simon Josefsson  <jas@extundo.com>
3378
3379         * message.el (message-canlock-password): Set
3380         canlock-password-for-verify to newly generated canlock-password.
3381         When Emacs is restarted, Custom makes sure this is set, but during
3382         the same session we must set it manually.
3383
3384 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
3385
3386         * yenc.el: New file.
3387
3388         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
3389         (mm-uu-type-alist): Add yenc.
3390         (mm-uu-yenc-filename): New function.
3391         (mm-uu-yenc-extract): New function.
3392
3393         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
3394
3395 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3396
3397         * dgnushack.el (merge): Don't use coerce.
3398
3399 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
3400
3401         * mailcap.el (mailcap-mime-data): Test window-system rather than
3402         mm-device-type.
3403         (mailcap-mime-data): Call xdvi and gv with "-safer".
3404
3405         * mm-util.el: Don't define mm-device-type.
3406
3407 2002-08-05  Simon Josefsson  <jas@extundo.com>
3408
3409         * mm-util.el (mm-coding-system-priorities): coding-system type not
3410         supported everywhere.
3411
3412 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3413
3414         * gnus.el (gnus-version-number): Bumped version number.
3415
3416 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3417
3418         * gnus.el: Oort Gnus v0.07 is released.
3419
3420 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3421
3422         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
3423         (gnus-article-sort-functions): Doc fix.
3424         (t): New keystroke.
3425         (gnus-article-sort-by-random): New function.
3426         (gnus-thread-sort-by-random): New function.
3427
3428 2002-08-02  Simon Josefsson  <jas@extundo.com>
3429
3430         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
3431         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
3432
3433 2002-07-31  Danny Siu  <dsiu@adobe.com>
3434
3435         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
3436         when splitting malformed messages without message-id
3437
3438 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3439         From Niklas Morberg <niklas.morberg@axis.com>.
3440
3441         * nnweb.el (nnweb-type, nnweb-type-definition)
3442         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
3443         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
3444         functionality.
3445         * nnweb.el: Removed old non-functioning search engines.
3446
3447 2002-07-27  Simon Josefsson  <jas@extundo.com>
3448
3449         * message.el (message-forward-make-body): Don't use
3450         `message-forward-ignored-headers' when doing a "raw" followup (it
3451         is important to preserve e.g. CTE).
3452
3453         * flow-fill.el (fill-flowed): Disable filladapt-mode.
3454
3455         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
3456         regexp-quote, Cyrus Sieve is fixed.
3457
3458         * sieve-manage.el (sieve-manage-deletescript): New function.
3459
3460         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
3461         (sieve-manage-mode): Fix menubar.
3462         (sieve-activate): Change some messages.
3463         (sieve-deactivate-all): New function.
3464         (sieve-deactivate): New alias.
3465         (sieve-remove): New function.
3466         (sieve-help): Fix help.
3467         All suggested by Ned Ludd.
3468
3469 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3470
3471         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
3472         (mm-w3m-safe-url-regexp): New user option.
3473
3474         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
3475         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
3476
3477 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
3478
3479         * gnus-sum.el (gnus-summary-delete-article): Force
3480         nnmail-expiry-target to 'delete, so that absolute deletion
3481         happens when absolute deletion is requested.
3482
3483 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3484         From Nevin Kapur <nevin@jhu.edu>.
3485
3486         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
3487         headers as empty headers.
3488
3489 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3490         From Jochen Hein <jochen@jochen.org>.
3491
3492         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
3493         correct typo.
3494         (gnus-emphasis-strikethru): New face.
3495
3496 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3497         From Jason Merrill <jason@redhat.com>.
3498
3499         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
3500         entire file for each of a sequence of missing articles.
3501
3502         * gnus-salt.el (gnus-binary-display-article): Respect an existing
3503         value for gnus-view-pseudos.
3504
3505         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
3506         avoid nreverse.
3507
3508 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3509         From Ted Zlatanov <teodor.zlatanov@divine.com>.
3510
3511         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
3512         (gnus-summary-mode-line-format-alist): Add %h for number of
3513         spams.
3514         (gnus-newsgroup-spam-marked): New variable.
3515         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
3516         (gnus-article-read-p, gnus-article-mark)
3517         (gnus-set-global-variables, gnus-set-global-variables)
3518         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
3519         (gnus-summary-mark-article-as-unread)
3520         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
3521         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
3522         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
3523
3524 2002-07-10  Simon Josefsson  <jas@extundo.com>
3525
3526         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
3527         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
3528
3529 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
3530
3531         * gnus-sum.el (gnus-summary-delete-article): Respect group
3532         parameters while expiring.
3533
3534 2002-07-08  Simon Josefsson  <jas@extundo.com>
3535
3536         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
3537         Enberg.
3538
3539 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3540
3541         * gnus-art.el (article-unsplit-urls): Only display MIME when this
3542         function is called interactively.  From Niklas Morberg.
3543
3544 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3545
3546         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
3547         cdaar to cdar and car.
3548
3549         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
3550         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
3551
3552 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3553
3554         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
3555         don't break a narrowed article.
3556
3557         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
3558         (nntp-open-via-rlogin-and-telnet): Ditto.
3559
3560 2002-07-02  Didier Verna  <didier@xemacs.org>
3561
3562         * nnmail.el (nnmail-split-methods): fix custom type.
3563
3564 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3565
3566         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
3567         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
3568
3569 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3570
3571         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
3572         (gnus-summary-resend-message): Use it.
3573
3574 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3575
3576         * nntp.el (nntp-via-rlogin-command-switches): New variable.
3577         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
3578
3579 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3580
3581         * message.el (message-font-lock-keywords): Don't fontify
3582         headers in the message body, only in the header.
3583         (message-font-lock-make-header-matcher): New function, used by
3584         message-font-lock-keywords.
3585         From Katsumi Yamaoka <yamaoka@jpl.org>.
3586
3587 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3588
3589         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
3590
3591 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3592
3593         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
3594
3595 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3596
3597         * message.el (message-font-lock-keywords): Revert 2002-06-22
3598         change.
3599
3600 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3601
3602         * message.el (message-font-lock-keywords): Put colon in header
3603         name match.
3604
3605 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3606
3607         * message.el (message-font-lock-keywords): Don't use header faces
3608         in the body.  Thanks to Stefan Monnier for the hint on the
3609         implementation.
3610
3611 2002-05-09  Miles Bader  <miles@gnu.org>
3612
3613         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
3614         (gnus-article-hide-citation): Respect it.
3615
3616 2002-04-12  Juanma Barranquero  <lektu@terra.es>
3617
3618         * pop3.el (pop3-open-server): Fix typo.
3619
3620 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
3621
3622         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
3623         instead of push to ignore duplicate to-(list|address) values.
3624         * nnmail.el (nnmail-cache-ignore-groups): New.
3625         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
3626
3627 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3628
3629         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
3630         before sending.  Suggested by Jan Rychter.
3631
3632 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3633
3634         * dgnushack.el (remove): New compiler macro.
3635         (last, coerce, subseq): Remove compiler macros for those built-in
3636         or unused functions.
3637
3638 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3639
3640         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
3641         sure to write byte-compiled versions of gnus-*-format-alist to
3642         .newsrc.eld.  From Simon Josefsson.
3643
3644 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3645
3646         * gnus-agent.el (gnus-agent-read-servers)
3647         (gnus-agent-write-servers): Put server name (string like
3648         "nnchoke:frumple") in the file instead of a server specification
3649         (Lisp expression like (nnchoke "frumple" ...parameters...)).
3650         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
3651
3652 2002-06-16  Simon Josefsson  <jas@extundo.com>
3653
3654         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
3655         Reiner Steib <4uce.02.r.steib@gmx.net>.
3656
3657 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3658
3659         * nnheader.el (nnheader-file-name-translation-alist): Set the
3660         default value for MS Windows systems.
3661
3662         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
3663
3664 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3665
3666         * message.el (message-beginning-of-line): Keep the region active
3667         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
3668
3669 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
3670
3671         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
3672         * gnus-msg.el (gnus-summary-reply): Ditto.
3673         * gnus-msg.el (gnus-summary-handle-replysign): New.
3674
3675 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3676
3677         * message.el (message-send-mail-with-sendmail): Kill errbuf even
3678         if sending failed.
3679
3680 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
3681
3682         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
3683         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
3684         to sign while encrypting.
3685
3686 2002-06-11  Simon Josefsson  <jas@extundo.com>
3687
3688         * gnus-int.el (gnus-request-move-article): Agent expire article if
3689         successfuly moved.
3690
3691         * nnweb.el (nnweb-google-create-mapping): Honors the value of
3692         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
3693
3694 2002-06-10  Simon Josefsson  <jas@extundo.com>
3695
3696         * gnus-int.el (gnus-request-expire-articles): Fix last change?
3697
3698 2002-06-09  Simon Josefsson  <jas@extundo.com>
3699
3700         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
3701
3702         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
3703
3704 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3705
3706         * flow-fill.el (fill-flowed): Ignore errors.
3707
3708 2002-06-06  Simon Josefsson  <jas@extundo.com>
3709
3710         * message.el (message-send-mail-with-sendmail): Improve error message.
3711
3712 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3713
3714         * message.el (message-interactive): Change default from nil to t.
3715         Better to be safe than to be fast.
3716
3717 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3718
3719         * message.el (message-send-mail-with-sendmail): Check return value
3720         from call-process-region.
3721
3722 2002-06-04  Simon Josefsson  <jas@extundo.com>
3723
3724         * gnus-msg.el (gnus-group-mail, gnus-group-news)
3725         (gnus-group-post-news, gnus-summary-mail-other-window)
3726         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
3727         gnus-article-copy to nil, thereby inhibiting the `header' posting
3728         style match to use data from last viewed article.
3729         Suggested by Hrvoje Niksic.
3730
3731 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3732
3733         * spam.el (spam-point-at-eol): New alias.
3734         (spam-parse-whitelist): Use it.
3735
3736 2002-06-03  Simon Josefsson  <jas@extundo.com>
3737
3738         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
3739         (nnmail-article-group): Use it.
3740
3741 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3742
3743         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
3744         so that code reading them won't be surprised.  From Jesper Harder
3745         <harder@ifa.au.dk>.
3746
3747 2002-05-29  Simon Josefsson  <jas@extundo.com>
3748
3749         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
3750         articles.
3751
3752         * gnus.el (gnus-agent-cache): Doc fix.
3753         (gnus-agent): Change default to t.
3754
3755         * gnus-agent.el (gnus-agent-expire): Make it accept optional
3756         ARTICLES, GROUP and FORCE parameters.
3757
3758 2002-05-28  Simon Josefsson  <jas@extundo.com>
3759
3760         * gnus-group.el (gnus-group-line-format): Doc fix.
3761
3762 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3763
3764         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
3765         original article before yanking.  From Jesper Harder
3766         <harder@ifa.au.dk>.
3767
3768 2002-05-26  Simon Josefsson  <jas@extundo.com>
3769
3770         * gnus-sum.el (gnus-summary-menu-split): New function.
3771         (gnus-summary-make-menu-bar): Split charset submenu.
3772         (gnus-summary-menu-maxlen): New variable.
3773         (gnus-summary-menu-split): Use it.
3774
3775 2002-05-25  Simon Josefsson  <jas@extundo.com>
3776
3777         * mml.el (mml-preview): Generate some headers.
3778
3779         * gnus.el (gnus-large-newsgroup): Fix :type.
3780
3781         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
3782         Agent cache NOV's by default now).
3783         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
3784
3785 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
3786
3787         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
3788         call to gnus-parent-id when we check for References loops.
3789         (gnus-summary-prepare-threads): Avoid simplifying every Subject
3790         twice by saving the simplified subject string in simp-subject.
3791
3792 2002-05-23  Simon Josefsson  <jas@extundo.com>
3793
3794         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
3795         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
3796
3797         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
3798         Niklas Morberg <niklas.morberg@axis.com>.
3799
3800 2002-05-22  Simon Josefsson  <jas@extundo.com>
3801
3802         * sieve.el (sieve-change-region): Define it before it is used.
3803
3804         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
3805         (gnus-summary-reply): Ask for confirmation when replying to news.
3806         Defaults to not ask.  From Benjamin Rutt
3807         <rutt+news@cis.ohio-state.edu>.
3808
3809         * nnimap.el (nnimap-nov-is-evil): Improve doc.
3810
3811 2002-05-21  Simon Josefsson  <jas@extundo.com>
3812
3813         * sieve-mode.el (sieve-manage): Fix autoloads.
3814
3815         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
3816         name (makes it work with recent Cyrus timsieved).
3817
3818 2002-05-20  Jason  <jbaker@cs.utah.edu>
3819         Trivial patch.
3820
3821         * gnus-art.el (gnus-request-article-this-buffer): Try
3822         reconnecting if you don't get the message.
3823
3824 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3825
3826         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
3827         Reply-To headers from the headers.
3828
3829 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3830
3831         * mm-url.el (mm-url-insert): Remove junk message.
3832
3833 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3834
3835         * nnslashdot.el (nnslashdot-request-list): Parse new html.
3836         (nnslashdot-use-front-page): New variable.
3837         (nnslashdot-request-list): Use it.
3838
3839         * mm-url.el (mm-url-timeout): New variable.
3840         (mm-url-retries): Ditto.
3841         (mm-url-insert): Use it.
3842
3843 2002-05-16  Simon Josefsson  <jas@extundo.com>
3844
3845         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
3846         (gnus-simplify-subject-functions): Mention g-s-a-w.
3847
3848 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
3849
3850         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
3851         nnmail-cache-insert.
3852         * nndiary.el (nndiary-request-accept-article): Ditto.
3853         * nnfolder.el (nnfolder-request-accept-article): Ditto.
3854         * nnimap.el (nnimap-request-accept-article): Ditto.
3855         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
3856         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
3857         * nnmbox.el (nnmbox-request-accept-article): Ditto.
3858         * nnmh.el (nnmh-request-accept-article): Ditto.
3859         * nnmail.el (nnmail-cache-insert): Change group to required,
3860         removed code which tried to figure out the group.
3861
3862 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
3863
3864         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
3865         messages. From Hans de Graaff <hans@degraaff.org>.
3866         * nnml.el (nnml-request-accept-article): Pass in the group name to
3867         nnmail-cache-insert, since it's available.
3868
3869 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3870
3871         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
3872
3873 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3874         From Florian Weimer <fw@deneb.enyo.de>.
3875
3876         * gnus.el (subscribed): New group parameter.
3877         (gnus-find-subscribed-addresses): Use it.
3878
3879 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
3880
3881         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
3882         the default for pgpmime to support pgp v2.
3883         * mml-sec.el (mml-signencrypt-style): New accessor function to
3884         allow users to get/set the signencrypt style more easily without
3885         frobbing the alist directly.
3886         * mml.el (mml-generate-mime-1): Use accessor function.
3887
3888 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3889
3890         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
3891         parenthesis for "<" and ">".  Suggested by Andreas Schwab
3892         <schwab@suse.de>.
3893
3894 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3895
3896         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
3897         when intuiting the group the message is written to.  From Josh
3898         Huber <huber@alum.wpi.edu>.
3899
3900 2002-05-06  Simon Josefsson  <jas@extundo.com>
3901
3902         * gnus-topic.el (gnus-group-topic-parameters): Work when group
3903         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
3904
3905 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
3906
3907         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
3908         argument, and fixed compiler warning. (added autoload for
3909         gpg-encrypt).
3910
3911 2002-05-04  Simon Josefsson  <jas@extundo.com>
3912
3913         * mml1991.el (mml1991-function-alist): Doc fix.
3914
3915         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
3916         doesn't exist (for previewing messages without having Gnus
3917         started).
3918
3919         * mm-util.el (mm-coding-system-priorities): Defcustom.
3920
3921         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
3922
3923 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
3924
3925         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
3926         default.
3927         * mml-sec.el:
3928         * mml-sec.el (mml-signencrypt-style): New.
3929         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
3930         argument `sign'.
3931         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
3932         signencrypt.
3933         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
3934         * mml.el (mml-generate-mime-1): Changed logic so a part which is
3935         both signed & encryped is processed in one operation. (rather than
3936         two separate ops: sign, then encrypt)
3937         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
3938         indication if a message is signed by an expired key.
3939         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
3940         enables combined sign & encrypt operation. (this was always on
3941         before).
3942         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
3943
3944 2002-05-01  Simon Josefsson  <jas@extundo.com>
3945
3946         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
3947         server.
3948         (nnimap-mailbox-info): defvar instead of defvoo.
3949
3950 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3951
3952         * gnus.el: Oort Gnus v0.06 is released.
3953
3954 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3955
3956         * lpath.el: Bind url-package-version.
3957
3958 2002-05-01  Simon Josefsson  <jas@extundo.com>
3959
3960         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
3961         filename before deleting the group itself, because the presence of
3962         a group filename decides if long filenames are used or not.
3963
3964         * gnus-art.el (gnus-button-alist): Don't inline
3965         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
3966         without also modifying g-button-alist.
3967         (gnus-button-alist): Fix type to allow variable as well as regexp.
3968         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
3969         themselves, variables to its contents.
3970         (gnus-button-entry): Ditto.
3971
3972 2002-05-01  Simon Josefsson  <jas@extundo.com>
3973
3974         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
3975         UIDNEXT as a string.
3976
3977         * nnimap.el (nnimap-string-lessp-numerical): New function.
3978         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
3979         integers.
3980
3981 2002-04-29  Simon Josefsson  <jas@extundo.com>
3982
3983         * nnmail.el (nnmail-cache-insert): Accept optional group
3984         parameter.
3985
3986         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
3987         n-r-g-a is disabled.
3988
3989 2002-04-29  Simon Josefsson  <jas@extundo.com>
3990
3991         * nnimap.el (nnimap-split-fancy): Fix doc.
3992         (nnimap-split-fancy): Fix doc.
3993
3994         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
3995         (nnimap-mailbox-info): New internal variable.
3996         (nnimap-retrieve-groups): Implement faster new mail check.
3997
3998         * nnimap.el (nnimap-split-articles): Support
3999         nnmail-cache-accepted-message-ids.
4000         (nnimap-request-accept-article): Ditto.
4001
4002         * imap.el (imap-mailbox-status-asynch): New command.
4003
4004 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
4005
4006         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
4007         are no subscribed mail groups.
4008         - Strip quoted names when comparing addresses
4009
4010 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
4011
4012         * mm-decode.el (mm-text-html-renderer): Change customize type to
4013         const.
4014
4015         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
4016         (gnus-debug-exclude-variables): do.
4017
4018 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4019
4020         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
4021         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
4022
4023 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4024
4025         * dns.el (dns-make-network-process): New macro.
4026         (query-dns): Use it.
4027
4028 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4029
4030         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
4031         article-buffer.
4032
4033         * mm-url.el (mm-url-package-name): New variable.
4034         (mm-url-package-version): New variable.
4035         (mm-url-insert-file-contents): Bind url-package-name and
4036         url-package-version here.
4037         * nnrss.el (nnrss-insert-w3): Move the bindings.
4038
4039         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
4040         url-package-version. Trivial change from Andrew J Cosgriff
4041         <ajc@polydistortion.net>
4042
4043         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
4044         attachments. Trivial change from Peter 'Luna' Runestig
4045         <peter@runestig.com>.
4046
4047 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
4048
4049         * nnkiboze.el (nnkiboze-request-scan): Call
4050         nnkiboze-possibly-change-group.
4051         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
4052         problems.
4053         (nnkiboze-generate-group): Set newsrc to the *highest* article
4054         number kibozed, not the lowest.
4055
4056 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
4057
4058         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
4059
4060 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4061         From Dan Christensen <jdc+news@uwo.ca>.
4062
4063         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
4064         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
4065         Recognize math postings.  Extract Date (now ignores "(15kb)").
4066         Extract email address using gnus-extract-address-components
4067         instead of just taking the first word.  Create Date and From
4068         headers for message which are missing these headers.  Get rid
4069         of spurious \\ lines (purely cosmetic).  Extend body-end and
4070         file-end regexps, to exclude more garbage from the message.
4071         Make URL rephrasing regexp more flexible, to match current
4072         format.
4073
4074 2002-04-23  Simon Josefsson  <jas@extundo.com>
4075
4076         * netrc.el: New file, functions copied from gnus-util.el by Ted
4077         Zlatanov <tzz@lifelogs.com>.
4078
4079         * gnus-util.el: Require netrc.
4080         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
4081         new code in netrc.el.
4082
4083 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4084
4085         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
4086         message-ignored-resent-headers, too.  From Matthieu Moy
4087         <Matthieu.Moy@imag.fr>.
4088
4089 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4090
4091         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
4092         boolean not a string
4093         * gnus-group.el (gnus-group-line-format): add description of %C
4094         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
4095           as %C
4096         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
4097
4098 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
4099
4100         * nnmaildir.el (nnmaildir-request-scan): typo: set
4101         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
4102         nnmail-get-new-mail for 'find-new-groups.
4103
4104 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
4105
4106         * nnmaildir.el (nnmaildir-request-update-info,
4107         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
4108         unnecessary calls to nnmaildir-request-scan.
4109
4110 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
4111
4112         * gnus-msg.el:
4113         * gnus-msg.el (gnus-message-replysign): New.
4114         * gnus-msg.el (gnus-message-replyencrypt): New.
4115         * gnus-msg.el (gnus-message-replysignencrypted): New.
4116         * gnus-msg.el (gnus-summary-reply): Use the three new variables
4117         (above) to automatically encrypt/sign to encrypted/signed
4118         messages.
4119         * message.el:
4120         * message.el (message-mode-map): Add keybinding for
4121         `message-to-list-only'
4122         * message.el (message-mode): Add description for
4123         `message-to-list-only'
4124         * message.el (message-to-list-only): New.
4125         * message.el (message-make-mft): Changed to use the cl loop macro,
4126         and added optional flag to return only the matched list. (for use
4127         in new message-to-list-only function)
4128
4129 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
4130
4131         * gnus-msg.el:
4132         * gnus-msg.el (gnus-message-replysign):
4133         * gnus-msg.el (gnus-replysign): New.
4134         * gnus-msg.el (gnus-replyencrypt): New.
4135         * gnus-msg.el (gnus-replysignencrypted): New.
4136         * gnus-msg.el (gnus-summary-reply):
4137         * message.el:
4138         * message.el (message-mode-map):
4139         * message.el (message-mode):
4140         * message.el (message-to-list-only): New.
4141         * message.el (message-make-mft):
4142
4143 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4144
4145         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
4146
4147 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
4148
4149         * message.el (message-gen-unsubscribed-mft): accept a prefix
4150         argument so CC can be included with C-u C-c C-f C-a
4151
4152 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4153         From Ted Zlatanov <teodor.zlatanov@divine.com>.
4154
4155         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
4156         Improve docstring.
4157         (spam-enter-blacklist): New command.
4158
4159         * gnus-sum.el (gnus-spam-mark): New mark.
4160         (gnus-auto-expirable-marks): Add gnus-spam-mark.
4161         (gnus-summary-make-tool-bar): Correct conditional.
4162         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
4163         (gnus-summary-mark-as-spam): New command.
4164
4165 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
4166
4167         * mml-sec.el (mml-secure-message): changed to support arbritrary
4168         modes.
4169         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
4170         changed to support "signencrypt" mode.
4171         * mml.el (mml-parse-1): changed to support different secure modes
4172         more easily. (for signencrypt)
4173
4174 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
4175
4176         * gnus-sum.el (gnus-update-summary-mark-positions)
4177         (gnus-summary-toggle-header):
4178         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
4179         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
4180         (gnus-uu-post-encoded):
4181         * nnfolder.el (nnfolder-possibly-change-group):
4182         * nnimap.el (nnimap-retrieve-headers):
4183         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
4184
4185 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
4186
4187         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
4188         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
4189
4190 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4191
4192         * gnus-srvr.el (gnus-server-set-info): Clear
4193         `gnus-server-method-cache' when `gnus-server-alist' is changed.
4194         From Daiki Ueno <ueno@unixuser.org>.
4195
4196 2002-04-11  Simon Josefsson  <jas@extundo.com>
4197
4198         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
4199         viewing of security buttons.  Thanks to Nicolas Kowalski
4200         <Nicolas.Kowalski@imag.fr>.
4201
4202         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
4203         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
4204         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
4205         <Nicolas.Kowalski@imag.fr>.
4206         (smime-decrypt-buffer): Ditto.
4207
4208 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4209
4210         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
4211         header line.
4212
4213 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
4214
4215         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
4216
4217 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4218
4219         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
4220
4221 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4222
4223         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
4224         errors when debug.
4225
4226 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
4227
4228         * message.el (message-make-mft): Changed MFT code from using
4229         message-recipients (which included Bcc) to use only the To and CC
4230         headers.
4231
4232 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
4233
4234         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
4235         add link.
4236         (gnus-treat-mail-picon): Ditto.
4237         (gnus-treat-newsgroups-picon): Ditto.
4238         (gnus-picon-databases): Fix custom type.
4239         (gnus-picon-databases): Add link.
4240         (gnus-article-x-face-command): Add to gnus-picon group.
4241
4242 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
4243
4244         * message.el (message-buffer-naming-style): Remove.
4245
4246 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4247
4248         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
4249
4250         * message.el (message-tool-bar-map): Ditto.
4251
4252         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
4253
4254 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4255
4256         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
4257
4258 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
4259
4260         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
4261
4262 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
4263         Trivial patch.
4264
4265         * dns.el: open-network-stream under XEmacs does udp.
4266
4267 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
4268
4269         * spam.el (spam-enter-whitelist): New function.
4270         (spam-parse-whitelist): Ditto.
4271         (spam-refresh-list-cache): Ditto.
4272         (spam-address-whitelisted-p): New function.
4273
4274         * dns.el (query-dns): Use TCP when make-network-process isn't
4275         available.
4276         (dns-servers): New variable.
4277         (dns-parse-resolv-conf): New function.
4278         (query-dns): Use it.
4279
4280         * spam.el: New file.
4281
4282         * dns.el (query-dns): Test.
4283
4284 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4285
4286         * lpath.el (featurep): Bind make-network-process.
4287
4288 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
4289
4290         * nnmaildir.el: Use defstruct.  Use a single copy of
4291         nnmail-extra-headers to save memory.  Store server's group name
4292         prefix instead of each group's prefixed name.
4293         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
4294         nntp-server-buffer.
4295
4296 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4297
4298         * dns.el: New file.
4299
4300 2002-03-28  Simon Josefsson  <jas@extundo.com>
4301
4302         * gnus-sum.el (gnus-summary-dummy-line-format):
4303         * gnus.el (gnus-summary-line-format): Fixing links to Info.
4304         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
4305
4306 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4307
4308         * gnus-sum.el (gnus-summary-move-article)
4309         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
4310         the doc string.
4311
4312 2002-03-28  Simon Josefsson  <jas@extundo.com>
4313
4314         * mml-sec.el (mml-secure-message): Search after
4315         mail-header-separator from top of message.
4316
4317 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
4318
4319         * nnmaildir.el: Cosmetic changes.
4320         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
4321         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
4322         nnmaildir--group-ls): New macros/functions.  Use them.
4323         (nnmaildir--unlink): Evalutate argument only once.
4324
4325 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
4326
4327         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
4328         symbols.
4329         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
4330         `gnus-point-at-eol'.
4331
4332 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
4333
4334         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
4335         nnmaildir--marks-dir): New macros.  Use them.
4336         Use inhibit-quit for atomicity instead of in-memory journaling.
4337         (nnmaildir--edit-prep): New function.
4338         (Local Variables): Use it.
4339
4340 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
4341
4342         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
4343
4344 2002-03-25  Simon Josefsson  <jas@extundo.com>
4345
4346         * message.el (message-mode): Fix doc.
4347
4348 2002-03-25  Simon Josefsson  <jas@extundo.com>
4349
4350         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
4351         Matthieu Moy <Matthieu.Moy@imag.fr>.
4352
4353 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
4354
4355         * mml-sec.el (mml-unsecure-message): Add docstring.
4356
4357 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
4358
4359         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
4360         value.
4361         Trivial change from andre@slamdunknetworks.com
4362
4363 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
4364
4365         * mml.el (mml-mode-map): Added a keybinding for
4366         `mml-unsecure-message'.  Also, added a menu entry for said
4367         function in the Attachments menu.
4368
4369 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4370
4371         * canlock.el (canlock-version): Remove.
4372         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
4373         here; simplify \x insertions.
4374         (canlock-sha1): New function, always return a unibyte string.
4375         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
4376         of a password.
4377         (canlock-insert-header): Use `canlock-sha1'.
4378         (canlock-verify): Ditto.
4379
4380 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4381
4382         * message.el (message-fix-before-sending): Add an option that
4383         ignores illegible text.
4384         Trivial change from Mark Milhollan <mlm@attglobal.net>
4385
4386         * message.el (message-font-lock-keywords): Support multi-line MML
4387         tags.
4388
4389         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
4390         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
4391
4392 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4393
4394         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
4395         symbols for "View as different encoding" submenu.
4396
4397 2002-03-19  Simon Josefsson  <jas@extundo.com>
4398
4399         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
4400         encoding" submenu.
4401
4402 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4403
4404         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
4405
4406 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4407
4408         * gnus-sum.el (gnus-sum-thread-tree-root)
4409         (gnus-sum-thread-tree-single-indent)
4410         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
4411         (gnus-sum-thread-tree-leaf-with-other)
4412         (gnus-sum-thread-tree-single-leaf): Make customizable.
4413
4414 2002-03-16  Simon Josefsson  <jas@extundo.com>
4415
4416         * gnus-util.el (gnus-extract-address-components): Don't break on
4417         names such as James "Kibo" Parry.  From Francis Litterio
4418         <franl@world.std.com>.
4419
4420 2002-03-13  Simon Josefsson  <jas@extundo.com>
4421
4422         * pop3.el (pop3-open-server): Revert multibyte change.  From
4423         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
4424
4425         * message.el (message-send-mail-with-qmail): Make it work.  From
4426         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
4427
4428 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
4429
4430         * message.el (message-make-mft): Set case-fold-search while
4431         generating the MFT.  Also, a little cleanup in the MFT code.
4432
4433 2002-03-12  Simon Josefsson  <jas@extundo.com>
4434
4435         * message.el (message-qmail-inject-args): May be function.
4436         (message-send-mail-with-qmail): Call function if m-q-i-a is
4437         function.  From fn@hungry.org (Faried Nawaz).
4438
4439 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4440
4441         * message.el (message-abbrevs-loaded): Remove.
4442         (mailabbrev): Require it.
4443
4444         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
4445
4446 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4447
4448         * pop3.el (pop3-open-server): Set process buffer unibyte.
4449
4450 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4451
4452         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
4453
4454 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
4455
4456         * nnslashdot.el (nnslashdot-request-article): Remove javascript
4457         too.
4458
4459 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4460
4461         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
4462         duplication.
4463         (gnus-summary-save-parts-type-history): Ditto.
4464         (gnus-summary-save-parts-last-directory): Ditto.
4465         Trivial change from andre@slamdunknetworks.com
4466
4467 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
4468
4469         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
4470
4471 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4472
4473         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
4474         -->" as the end of the first article.
4475
4476         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
4477         From Matthieu Moy <Matthieu.Moy@imag.fr>
4478
4479         * message.el (message-add-action): Use add-to-list.
4480         (message-delete-action): New function.
4481
4482         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
4483         pieces.
4484
4485 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
4486
4487         * nnnil.el: New file.
4488         * gnus.el (gnus-valid-select-methods): Include nnnil.
4489
4490 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
4491
4492         * message.el (message-syntax-checks): Because canlock is
4493         supported, we disable sender syntax check.
4494         (message-shoot-gnksa-feet): Add cancel-messages option doc.
4495
4496         * gnus-draft.el (gnus-draft-send): If interactive, use its default
4497         value of message-syntax-checks.
4498
4499         * qp.el (quoted-printable-decode-region): Doc addition.
4500         From: Eli Zaretskii <eliz@is.elta.co.il>
4501
4502         * mail-source.el (make-source-make-complex-temp-name): Use
4503         make-temp-file.
4504
4505         * mm-util.el (mm-make-temp-file): New function.
4506         * nneething.el (nneething-file-name): Use it.
4507         * mml-smime.el (mml-smime-encrypt): Ditto.
4508         * mm-view.el (mm-inline-wash-with-file): Ditto.
4509         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
4510         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
4511         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
4512         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
4513         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
4514         * gnus-art.el (gnus-mime-print-part): Ditto.
4515
4516 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
4517
4518         * message.el (nnmaildir-article-number-to-base-name): New
4519         function.
4520         (nnmaildir-base-name-to-article-number): New function.
4521
4522 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4523
4524         * smime.el (smime-make-temp-file): Don't quote
4525         `temporary-file-directory'.
4526
4527 2002-03-04  Simon Josefsson  <jas@extundo.com>
4528
4529         * smime.el (smime-sign-region): Rename argument keyfiles to
4530         keyfile. You only sign something with one key.
4531         (smime-sign-buffer): Better completing-read prompt.
4532         (smime-decrypt-buffer): Ditto.
4533
4534         * smime.el (smime-make-temp-file): Make it work under XEmacs.
4535
4536         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
4537         completing-read.
4538         (mm-view-pkcs7-decrypt): CRLF->LF.
4539
4540 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
4541
4542         * message.el (message-hierarchical-addresses): New variable.
4543         (message-get-reply-headers): Use it.
4544         From Ted Zlatanov <teodor.zlatanov@divine.com>
4545
4546 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4547
4548         * message.el (message-mode): If buffer-file-name, don't set auto
4549         save file name.
4550         Trivial change from Geoff Greene <ggreene@wpi.edu>
4551
4552 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4553
4554         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
4555         takes one argument in read-char.
4556
4557         * message.el (message-fix-before-sending): Forward a char.
4558         Check mmu-multibyte-p, add control-1.
4559
4560 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4561
4562         * gnus-start.el (gnus-read-init-file): Ditto.
4563
4564         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
4565
4566         * dgnushack.el (dgnushack-make-load): Ditto.
4567
4568         * mail-source.el (mail-source-fetch): Extract the right error
4569         code.
4570
4571         * message.el (message-fix-before-sending): Check illegible text.
4572
4573         * gnus-util.el (gnus-multiple-choice): New function.
4574
4575         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
4576         also defined in gnus-score.el.
4577
4578 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
4579
4580         * message.el (message-get-reply-headers): downcase email addresses
4581         for comaparisons for duplicate removal.
4582
4583 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
4584
4585         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
4586         implementation of PKCS#7, which just allows users read the
4587         message.
4588         (mm-view-pkcs7): Use it.
4589
4590 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4591
4592         * gnus.el (large-newsgroup-initial): New parameter.
4593
4594         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
4595         (gnus-summary-insert-old-articles): Ditto.
4596
4597 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4598
4599         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
4600         used as the default answer of the question, "How many articles?".
4601         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
4602
4603         * nnagent.el (nnagent-retrieve-headers): Remove articles with
4604         small numbers.
4605
4606 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4607
4608         * deuglify.el: Fix comments.
4609
4610 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
4611
4612         * html2text.el (html2text-clean-anchor): If there is no HREF,
4613         insert nothing.
4614
4615         * mml.el (mml-generate-mime-1): Add cdr.
4616         From: andre@slamdunknetworks.com
4617
4618         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
4619         (mm-text-html-washer-alist): Ditto.
4620
4621         * mm-decode.el (mm-text-html-renderer): Add html2text.
4622
4623         * html2text.el: Face lift.
4624
4625         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
4626
4627 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
4628
4629         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
4630
4631         * deuglify.el: Change copy right. Add autoload. Add coding-system.
4632
4633         * deuglify.el: New file. The original file name is
4634         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
4635
4636         * mm-decode.el (mm-display-external): Use
4637         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
4638
4639 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
4640
4641         * nnmaildir.el (nnmaildir-request-list): Report the highest
4642         article number, not the total number of articles.
4643
4644 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4645
4646         * gnus-sum.el: Move uu key map here.
4647         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
4648
4649 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
4650
4651         * nnmaildir.el (nnmaildir-request-expire-articles): Use
4652         nnmail-expiry-wait* if expire-age parameter is not set.
4653
4654 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
4655
4656         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
4657         function.
4658         (gnus-group-sort-selected-groups-by-real-name): New function.
4659         (gnus-group-make-menu-bar): Add sort by real name.
4660
4661         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
4662         rebuild.
4663         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
4664         nil as dependencies as well.
4665
4666 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
4667
4668         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
4669         for mime-parts.
4670
4671         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
4672
4673         * gnus-group.el (gnus-group-name-decode): Don't test
4674         multibyte-string, because it breaks XEmacs.
4675         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
4676
4677         * message.el (message-send-mail): Be talkative.
4678
4679         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
4680         (mm-automatic-display): Ditto.
4681
4682         * mailcap.el (mailcap-mime-data): Ditto.
4683         From: Reiner Steib <4uce.02.r.steib@gmx.net>
4684
4685 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4686
4687         * many files: Remove trailing whitespaces, replace spc+tab with
4688         tab, replace leading whitespaces with tabs.
4689
4690 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
4691
4692         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
4693         articles with no body and no blank line after the header.
4694
4695 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4696
4697         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
4698         parts.
4699
4700         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
4701         non-ascii chars.
4702
4703         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
4704
4705         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
4706         w3-delay-image-loads.
4707         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
4708         (mm-w3-prepare-buffer): Ditto.
4709
4710         * mail-source.el (mail-source-fetch-directory): Run scripts.
4711
4712 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4713
4714         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
4715         for Majordomo confirmations.
4716
4717 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4718
4719         * gnus-fun.el (gnus-respond-to-confirmation): New command.
4720
4721 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4722
4723         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
4724
4725 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
4726
4727         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
4728         References header field.  From Mark Thomas <mthomas@cmu.edu>.
4729
4730 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4731
4732         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
4733         (mm-inline-render-with-stdin): Ditto.
4734         (mm-inline-render-with-function): Ditto.
4735         (mm-inline-wash-with-file): Bind coding-system-for-write.
4736         (mm-inline-wash-with-stdin): Ditto.
4737
4738 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4739
4740         Suggested by Felix Natter <fnatter@gmx.net>
4741
4742         * gnus-art.el (gnus-mime-view-part-externally): Rename from
4743         gnus-mime-externalize-view.
4744         (gnus-mime-view-part-internally): Rename from
4745         gnus-mime-internalize-view.
4746         (gnus-article-view-part-externally): Rename from
4747         gnus-article-externalize-part.
4748         (gnus-mime-action-alist): Change correspondingly.
4749         (gnus-mime-button-commands): Ditto.
4750         (gnus-mime-action-alist): Remove duplication.
4751
4752         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
4753
4754 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4755
4756         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
4757
4758         * gnus-art.el (gnus-display-mime): Use it.
4759
4760         * mm-partial.el (mm-partial-find-parts): Use it.
4761
4762         * gnus-sum.el (gnus-article-loose-mime): Rename from
4763         gnus-article-no-strict-mime.
4764         (gnus-summary-save-parts): Use it.
4765
4766 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4767
4768         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
4769         local variable.
4770
4771         * gnus-art.el (article-display-x-face): Don't sort multiple
4772         X-Faces.
4773
4774 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4775
4776         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
4777         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
4778
4779         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
4780
4781 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4782
4783         Some ideas is inspired by code from Hrvoje Niksic
4784         <hniksic@arsdigita.com>
4785
4786         * gnus-art.el (gnus-article-wash-function): Set the default to
4787         nil, so that we use mm-text-html-renderer instead.
4788         (article-wash-html): Use mm-text-html-renderer.
4789
4790         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
4791         (mm-text-html-renderer): New variable.
4792         (mm-inline-text-html-renderer): Set the default to nil, so that we
4793         use mm-text-html-renderer instead.
4794
4795         * mm-view.el (mm-inline-text-html): New function.
4796         (mm-text-html-renderer-alist): New variable.
4797         (mm-inline-text-vcard): New function.
4798         (mm-inline-text): Split.
4799         (mm-links-remove-leading-blank): New function.
4800         (mm-inline-render-with-file): New function.
4801         (mm-inline-render-with-stdin): New function.
4802         (mm-inline-render-with-function): New function.
4803         (mm-text-html-washer-alist): New variable.
4804         (mm-inline-wash-with-file): New function.
4805         (mm-inline-wash-with-stdin): New function.
4806
4807 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4808
4809         * message-utils.el: Fix installation doc.
4810         From: Reiner Steib <4uce.02.r.steib@gmx.net>
4811
4812 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
4813
4814         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
4815         (gnus-post-method): Use it.
4816         (gnus-summary-cancel-article): Find the correct post-method.
4817
4818         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
4819         * message.el (message-send-news): Ditto.
4820         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
4821         <ipmonger@delamancha.org>
4822
4823         * gnus.el (gnus-select-method): Fix doc.
4824         (gnus-server-string): Use 'using nntp'.
4825
4826         * gnus-agent.el (gnus-slave-unplugged): New command.
4827         From: Felix Natter <fnatter@gmx.net>
4828
4829 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4830
4831         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
4832         Call edit-done-function first, then change the window
4833         configuration.
4834         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
4835         (gnus-article-edit-mode): mml-mode.
4836
4837         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
4838         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
4839
4840         * message-utils.el: Adopt the file.
4841
4842         * message-utils.el: New file.
4843         From Holger Schauer <Holger.Schauer@gmx.de>
4844
4845 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4846
4847         * gnus-sum.el (gnus-summary-move-article): Select-article only
4848         when gnus-move-split-methods is non-nil. And we don't render or
4849         mark the article.
4850
4851         * gnus-fun.el (gnus-shell-command-to-string): New function.
4852         (gnus-shell-command-on-region): New function.
4853         (gnus-random-x-face): Use them.
4854         (gnus-x-face-from-file): Ditto.
4855         (gnus-convert-image-to-gray-x-face): Ditto.
4856         (gnus-convert-gray-x-face-to-xpm): Ditto.
4857         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
4858
4859 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4860
4861         * gnus-art.el (gnus-treat-display-xface): Don't use
4862         `shell-command-to-string' when compiling.
4863         (gnus-treat-display-grey-xface): Ditto.
4864
4865 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
4866
4867         * nnmaildir.el (nnmaildir--article-count): If the group is
4868         completely empty, report minimum article number as 1 instead of 0.
4869
4870 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
4871
4872         * gnus-agent.el (gnus-get-predicate): Use nconc.
4873
4874         * gnus-sum.el (gnus-summary-display-make-predicate): Use
4875         gnus-summary-display-cache as cache.
4876
4877         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
4878         (nndoc-mail-in-mail-type-p): New function.
4879         (nndoc-mail-in-mail-article-begin): New function.
4880
4881 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4882
4883         * mailcap.el (mailcap-mime-data): Use enriched-decode.
4884
4885         * gnus-cite.el (gnus-article-fill-cited-article): Bind
4886         use-hard-newlines to nil.
4887
4888         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
4889         image is not available if window-system is not available.
4890
4891         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
4892
4893 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4894
4895         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
4896         bookmark, because update-mark doesn't handle it correctly.
4897
4898 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4899
4900         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
4901         directly instead of calling message-send-mail.
4902
4903         * gnus-start.el (gnus-read-descriptions-file): Use
4904         gnus-default-charset.
4905
4906         * mm-util.el (mm-guess-mime-charset): New function.
4907
4908         * gnus.el (gnus-default-charset): Use it.
4909         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
4910         the default.
4911
4912 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4913
4914         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
4915         (article-display-x-face): Use it.  Disable grey xface, if
4916         uncompface is not found.
4917
4918         * message.el (message-mode): Don't enable multibyte on an indirect
4919         buffer.
4920
4921         * nnrss.el (nnrss-content-function): New variable.
4922         (nnrss-request-article): Use it.
4923
4924 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4925
4926         * gnus.el: Add article-unsplit-urls.
4927         * gnus-sum.el: Ditto.
4928         * gnus-art.el (gnus-treat-strip-cr): New variable.
4929         (gnus-treatment-function-alist): Use it.
4930         (article-unsplit-urls): New function.
4931         (gnus-article-make-menu-bar): Use it.
4932         From: Michael Cook <michael.cook@cisco.com>
4933
4934 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4935
4936         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
4937         copy.
4938
4939 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
4940
4941         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
4942         with internal whitespace.
4943         (gnus-parent-id): Ditto.
4944
4945 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4946
4947         * gnus-art.el (gnus-article-treat-body-boundary): Add
4948         gnus-decoration property.
4949         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
4950
4951         * message.el (message-mode): Set local-abbrev-table.
4952         From Matt Armstrong <matt@lickey.com>.
4953
4954         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
4955         too many spaces.
4956
4957         * rfc2047.el (rfc2047-unfold-region): Ditto.
4958         (rfc2047-decode-region): Don't unfold. Let
4959         gnus-article-treat-unfold-headers do it.
4960
4961         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
4962         From: Jesper Harder <harder@ifa.au.dk>
4963
4964 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4965
4966         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
4967         (gnus-configure-posting-styles): Use it.
4968         (gnus-configure-posting-styles): Remove trailing newspaces.
4969
4970 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4971
4972         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
4973         is non-nil.
4974
4975         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
4976
4977         * gnus.el (gnus-server-to-method): Switch position with
4978         gnus-server-get-method.
4979         (gnus-agent): Add doc.
4980
4981         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
4982         (gnus-summary-save-parts): Use it.
4983
4984         * gnus-art.el (gnus-display-mime): Use it.
4985         * mm-partial.el (mm-partial-find-parts): Use it.
4986
4987         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
4988
4989         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
4990         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
4991
4992         * nnagent.el (nnagent-request-expire-articles): Don't delete
4993         files.
4994
4995 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
4996
4997         * message.el (message-gen-unsubscribed-mft): New function.
4998         From Sriram Karra <karra@cs.utah.edu>.
4999
5000         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
5001         open parenthesis.
5002
5003         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
5004         (mm-inline-text-html-render-with-w3): Ditto.
5005         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
5006         Suggested by Dave Love  <d.love@dl.ac.uk>.
5007
5008         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
5009
5010         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
5011         * nntp.el (nntp-send-command): Ditto.
5012         * nntp.el (nntp-send-command-nodelete): Ditto.
5013
5014 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5015
5016         * mm-url.el (mm-url-load-url): New function.
5017         (mm-url-insert-file-contents): Use it.
5018
5019         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
5020
5021         * message.el (message-forward-make-body): Correctly copy
5022         forward-buffer.
5023
5024         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
5025
5026 2002-02-04  Simon Josefsson  <jas@extundo.com>
5027
5028         * gnus-art.el (gnus-article-followup-with-original): Mark with
5029         force, prevent errors when following up from article buffer.
5030         (gnus-article-reply-with-original): Ditto.
5031
5032         * binhex.el (binhex-decoder-switches): Fix doc.  From
5033         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
5034
5035 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5036
5037         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
5038         highlight-citation after emphasize.
5039
5040 2002-02-04  Simon Josefsson  <jas@extundo.com>
5041
5042         * nnfolder.el (nnfolder-open-marks):
5043
5044         * nnml.el (nnml-open-marks): Message when done.  From David
5045         Edmondson <dme@sun.com>.
5046
5047 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5048
5049         * imap.el (imap-anonymous-auth): Fix typo.
5050         From: Steinar Bang <sb@dod.no>
5051
5052         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
5053         save-excursion.
5054         (gnus-cache-braid-heads): Ditto.
5055
5056         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
5057         line, because there are extra articles in the overview buffer.
5058
5059         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
5060
5061         * message.el (message-forward-rmail-make-body): Directly use
5062         rmail-msg-restore-non-pruned-header to avoid calling
5063         vertical-motion.
5064
5065 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5066
5067         * gnus-cache.el (gnus-summary-insert-cached-articles):
5068         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
5069
5070         * gnus-group.el (gnus-group-mark-article-read): Nreverse
5071         gnus-newsgroups-unselected.
5072
5073         * gnus-agent.el (gnus-summary-set-agent-mark): Use
5074         gnus-add-to-sorted-list.
5075
5076         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
5077         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
5078         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
5079         (gnus-update-read-articles): UNREAD is sorted.
5080         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
5081         (gnus-newsgroup-marked, gnus-newsgroup-cached)
5082         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
5083         (gnus-newsgroup-dormant): Require sorted.
5084
5085         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
5086         directories.
5087         (gnus-dired-print): New function.
5088
5089         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
5090         ps-despool.
5091
5092 2002-02-02  Simon Josefsson  <jas@extundo.com>
5093
5094         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
5095
5096 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5097
5098         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
5099         t. This makes gnus-agent customizable without putting
5100         gnus-agentize into .gnus.
5101
5102         * gnus.el (gnus-agent): Make it customizable.
5103
5104         * gnus-dired.el: New file.
5105         From Benjamin Rutt <brutt@bloomington.in.us>
5106
5107         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
5108         if no article.
5109         (gnus-cache-possibly-remove-article): Ditto.
5110         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
5111
5112 2002-02-01  Simon Josefsson  <jas@extundo.com>
5113
5114         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
5115
5116 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5117
5118         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
5119         (mm-setup-w3m): Don't bind keys listed in the above.
5120
5121 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5122
5123         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
5124         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
5125         is non-nil; bind `w3m-force-redisplay' with nil.
5126
5127         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5128
5129         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
5130
5131 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
5132
5133         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
5134         use mail-header-unfold-field.
5135
5136         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
5137         gnus-summary-limit.
5138
5139         * gnus-range.el (gnus-add-to-sorted-list): New function.
5140         * gnus-sum.el (gnus-mark-article-as-read): Use it.
5141         (gnus-mark-article-as-unread): Ditto.
5142         (gnus-summary-mark-article-as-unread): Ditto.
5143         (gnus-build-get-header): Ditto.
5144         (gnus-summary-prepare-threads): Ditto.
5145         (gnus-summary-insert-pseudos): Ditto.
5146         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
5147         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
5148         (gnus-summary-insert-old-articles): Ditto.
5149
5150         * gnus-msg.el (gnus-posting-styles): Add new format of header.
5151         (gnus-configure-posting-styles): Support the new format.
5152
5153         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
5154         edebug-form-spec to (sexp body).
5155         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
5156
5157         * message.el (message-reply-headers): Add doc.
5158
5159 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5160
5161         * gnus-group.el (gnus-group-delete-group): Nix the entry in
5162         gnus-cache-active-hashtb.
5163
5164         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
5165         (gnus-agent-summary-fetch-group): Use it.
5166
5167         * gnus-msg.el (gnus-debug-files): New variable.
5168         (gnus-debug-exclude-variables): New variable.
5169         (gnus-debug): Use them.
5170
5171         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
5172
5173 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5174
5175         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
5176         (message-mode-syntax-table): Move back the previous position.
5177
5178         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
5179
5180         * gnus-agent.el (gnus-agent-retrieve-headers): Use
5181         gnus-sorted-difference.
5182
5183         * nnsoup.el (nnsoup-request-expire-articles): Use
5184         gnus-sorted-difference.
5185
5186         * nnheader.el: Autoload gnus-sorted-difference.
5187
5188         * nnfolder.el (nnfolder-request-expire-articles): Use
5189         gnus-sorted-difference.
5190
5191         * gnus-cache.el (gnus-cache-retrieve-headers): Use
5192         gnus-sorted-difference.
5193
5194         * gnus-range.el: Autoload cookies.
5195         (gnus-sorted-difference): New function.
5196         (gnus-sorted-ndifference): New function.
5197         (gnus-sorted-nintersection): Rename from
5198         gnus-set-sorted-intersection.
5199         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
5200         (gnus-list-range-difference): Rename from
5201         gnus-inverse-list-range-intersection.
5202         (gnus-inverse-list-range-intersection): Use defalias.
5203
5204         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
5205         gnus-sorted-ndifference, and gnus-sorted-nintersection.
5206         (gnus-articles-to-read): Use gnus-sorted-difference.
5207         (gnus-summary-limit-mark-excluded-as-read): Use
5208         gnus-sorted-intersection and gnus-sorted-ndifference.
5209         (gnus-list-of-read-articles): Use gnus-list-range-difference.
5210         (gnus-summary-insert-articles): Use gnus-sorted-difference.
5211
5212         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
5213
5214 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5215
5216         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
5217         property to the buffer for using emacs-w3m command keys.
5218
5219         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
5220         option.
5221
5222         * mm-view.el (mm-w3m-mode-map): New variable.
5223         (mm-w3m-mode-command-alist): New variable.
5224         (mm-w3m-minor-mode): Removed.
5225         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
5226         (mm-inline-text-html-render-with-w3m): Add keymap property to the
5227         buffer for using emacs-w3m command keys.
5228
5229 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5230
5231         * message.el (message-mode-syntax-table): Move forward.
5232         (message-cite-prefix-regexp): Auto detect non word constituents.
5233         (message-cite-prefix-regexp): Don't use with-syntax-table.
5234
5235         * gnus-sum.el (gnus-summary-update-info): Use
5236         gnus-list-range-intersection.
5237
5238         * gnus-agent.el (gnus-agent-fetch-headers): Use
5239         gnus-list-range-intersection.
5240
5241         * gnus-range.el (gnus-range-normalize): Use correct predicate.
5242         (gnus-list-range-intersection): Use it.
5243         (gnus-inverse-list-range-intersection): Ditto.
5244         (gnus-sorted-intersection): Add doc.
5245         (gnus-set-sorted-intersection): Add doc.
5246         (gnus-sorted-union): New function.
5247         (gnus-set-sorted-union): New function.
5248
5249         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
5250         (gnus-inverse-list-range-intersection): Ditto.
5251
5252 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
5253
5254         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
5255
5256         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
5257         and permit `:' and `\' in order to handle full Windows pathnames.
5258         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
5259         technically not correct per standard, but seems to have common use.
5260
5261 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5262
5263         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
5264         replacing numbers.
5265
5266 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
5267
5268         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
5269
5270         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
5271         Don't split when the window is small, e.g. when a small *BBDB*
5272         window is the lowest one.
5273
5274         * gnus-agent.el (gnus-agent-retrieve-headers): Use
5275         nnheader-find-nov-line to speed up. Use nreverse, because it is
5276         sorted. Use nnheader-insert-nov-file.
5277
5278 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5279
5280         * mm-decode.el (mm-inline-text-html-with-images): New user option.
5281
5282         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
5283         of `w3m-display-inline-images' with the value of
5284         `mm-inline-text-html-with-images'.
5285         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
5286
5287         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5288
5289 2002-01-27  Richard M. Stallman  <rms@gnu.org>
5290
5291         * time-date.el: Add autoload cookies.  Many doc fixes.
5292         (time-add): New function.
5293         (time-subtract): Renamed from subtract-time.
5294         (subtract-time): New alias for time-subtract.
5295
5296 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5297
5298         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
5299         emacs-w3m in doc-string.
5300
5301         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
5302         `w3m-current-buffer'.
5303
5304 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5305
5306         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
5307
5308         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
5309         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
5310         (mm-w3m-cid-retrieve): New function.
5311         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
5312
5313 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
5314
5315         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
5316
5317 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5318
5319         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
5320
5321 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5322
5323         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
5324         32K.
5325
5326         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
5327
5328         * nnmail.el (nnmail-article-group): Decode headers before running
5329         split rules over them.
5330         (nnmail-mail-splitting-charset): New variable.
5331
5332         * smiley.el: Replaced with smiley-ems.el.
5333
5334 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5335
5336         * mm-url.el (mm-url-predefined-programs): Add w3m.
5337         (mm-url-program): Ditto.
5338
5339 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5340
5341         * nnml.el (nnml-use-compressed-files): New variable.
5342         (nnml-filenames-are-evil): Removed.
5343         (nnml-current-group-article-to-file-alist): Don't use.
5344         (nnml-update-file-alist): Inhibit.
5345         (nnml-article-to-file): Use new var.
5346
5347 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
5348
5349         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
5350
5351         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
5352
5353 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5354
5355         * gnus-agent.el (gnus-agent-load-alist): Use new caching
5356         function.
5357
5358         * gnus-util.el (gnus-cache-file-contents): New function.
5359
5360         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
5361         (gnus-agent-load-alist): Use it.
5362
5363         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
5364
5365         * nnheader.el (nnheader-insert-nov-file): New function.
5366
5367         * gnus-util.el (gnus-parse-without-error): Correct the loop.
5368
5369         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
5370         there are no references.
5371         (gnus-extract-message-id-from-in-reply-to): New function.
5372         (gnus-nov-parse-line): Use in-reply-to if there are no
5373         references.
5374
5375 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5376
5377         * nnagent.el (nnagent-retrieve-headers): Use new macro.
5378
5379         * gnus-util.el (gnus-parse-without-error): New macro.
5380
5381 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
5382
5383         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
5384         (gnus-article-wash-function): use locate-library to decide which
5385         to use.
5386
5387 2002-01-25  Simon Josefsson  <jas@extundo.com>
5388
5389         * pop3.el (pop3-munge-message-separator): Work if no date.
5390         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
5391
5392 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5393
5394         * gnus-agent.el (gnus-agent-save-alist): Fix.
5395
5396         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
5397         mistake.  Reinstated lost code.
5398
5399 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
5400
5401         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
5402         one exists in the case of an encrypted message with an internal
5403         signature.
5404
5405 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5406
5407         * gnus-agent.el (gnus-agent-save-alist): Optimized.
5408
5409 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5410
5411         * dgnushack.el: Commented out the experimental code.
5412
5413 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5414
5415         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
5416         error.
5417
5418         * gnus.el (gnus-server-to-method): Made into subst.
5419         (gnus-server-method-cache): New variable.
5420         (gnus-server-to-method): Use it.
5421         (gnus-group-method-cache): New variable.
5422         (gnus-find-method-for-group-1): Renamed.
5423         (gnus-find-method-for-group): New function.
5424         (gnus-group-method-cache): Removed.
5425
5426         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
5427         function.
5428
5429         * gnus-range.el (gnus-members-of-range): New function.
5430         (gnus-list-range-intersection): Renamed.
5431         (gnus-inverse-list-range-intersection): New function.
5432
5433         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
5434
5435         * nnagent.el (nnagent-retrieve-headers): New implementation.
5436
5437         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
5438         implementation.
5439
5440 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5441
5442         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
5443         `w3m-meta-content-type-charset-regexp'.
5444
5445         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
5446         charset-encoded html contents.
5447
5448 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
5449
5450         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
5451         an empty file.
5452
5453         * nnweb.el (url): Ignore errors when request url.
5454
5455         * nnrss.el: Clean up the comments.
5456
5457 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5458
5459         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
5460
5461         * mm-decode.el (mm-inline-text-html-renderer): New user option.
5462         (mm-inline-media-tests): Test whether the value of
5463         `mm-inline-text-html-renderer' is a function for text/html.
5464
5465         * mm-view.el (mm-inline-text-html-render-with-w3): New function
5466         separated from `mm-inline-text'.
5467         (mm-w3m-minor-mode): New variable.
5468         (mm-w3m-setup): New variable.
5469         (mm-setup-w3m): New function.
5470         (mm-inline-text-html-render-with-w3m): New function.
5471         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
5472         text/html.
5473
5474 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
5475
5476         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
5477
5478 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5479
5480         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
5481         and `gnus-xmas-completing-read'.
5482
5483 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5484
5485         * nneething.el (nneething-message-id-number): Abolished.
5486         (nneething-encode-file-name): Not encode numerical characters.
5487         (nneething-make-head): `nneething-message-id-number' is not
5488         used to generate message IDs.
5489
5490 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5491
5492         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
5493         characters.
5494
5495 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5496
5497         * gnus-xmas.el (gnus-xmas-completing-read): New function.
5498         (gnus-xmas-redefine): Redefine conditionally.
5499
5500 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
5501
5502         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
5503         tag.
5504
5505 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
5506
5507         * message.el (message-font-lock-keywords): Added the secure tag.
5508         * mml-sec.el: Added functions to generate/modify/remove the secure
5509         tag while in message mode.
5510         * mml-sec.el (mml-secure-message): New.
5511         * mml-sec.el (mml-unsecure-message): New.
5512         * mml-sec.el (mml-secure-message-sign-smime): New.
5513         * mml-sec.el (mml-secure-message-sign-pgp): New.
5514         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
5515         * mml-sec.el (mml-secure-message-encrypt-smime): New.
5516         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
5517         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
5518         * mml.el (mml-parse-1): Added code to recognise the secure tag and
5519         convert it to either a part or multipart depending on if there are
5520         other parts in the message.
5521         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
5522         to use the secure tag, rather than the part tag.
5523         * mml.el (mml-preview): Added a save-excursion to keep cursor
5524         position after doing an MML preview.
5525
5526 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5527
5528         * nnheader.el (nnheader-parse-overview-file): New function.
5529         (nnheader-write-overview-file): New function.
5530
5531 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5532
5533         * gnus.el (gnus-group-fast-parameter): Check better if expansion
5534         in wanted.
5535
5536         * nnweb.el (nnweb-type-definition): Clean up.
5537
5538 2002-01-21  Alastair Burt  <burt@dfki.de>
5539         Trivial patch.
5540
5541         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
5542         buffer exists before jumping to it.
5543
5544 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5545
5546         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
5547         function.
5548         (article-wash-html): Use it.
5549         (gnus-article-wash-function): New variable.
5550         (gnus-article-wash-html-with-w3m): New function.
5551
5552 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
5553
5554         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
5555         XEmacs.
5556
5557 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
5558
5559         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
5560         command line.
5561
5562 2002-01-21  Simon Josefsson  <jas@extundo.com>
5563
5564         * canlock.el (base64-encode-string): Autoload it from base64.
5565         (canlock-make-cancel-key): Base64 encode unibyte string.
5566
5567 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5568
5569         * nnfolder.el (nnfolder-request-accept-article): Unfold
5570         x-from-line.
5571         (nnfolder-request-replace-article): Ditto.
5572
5573 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
5574
5575         * gnus-group.el (gnus-group-best-unread-group): Use the right
5576         positioning function.
5577
5578 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5579
5580         * smiley-ems.el (smiley-region): Use new function.
5581         (smiley-update-cache): Use general image functions.
5582         (smiley-region): Use general functions.
5583
5584         * gnus-util.el (gnus-graphic-display-p): New function.
5585
5586         * nnmail.el (nnmail-article-group): Allow outputting traces of
5587         non-strings.
5588
5589         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
5590         (nndoc-exim-bounce-type-p): New function.
5591
5592         * message.el (message-dont-send): Doc fix.
5593
5594         * gnus-util.el (gnus-completing-read): Remove
5595         inherit-input-method.
5596
5597         * gnus-art.el (gnus-treat-smiley): Doc fix.
5598
5599         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
5600         articles.
5601
5602 2002-01-19  Simon Josefsson  <jas@extundo.com>
5603
5604         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
5605         (imap-kerberos4-open): Ditto.
5606         (imap-open): Set port correctly, don't set auth.
5607
5608 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5609
5610         * gnus.el (gnus-version-number): Bump version number.
5611
5612 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5613
5614         * gnus.el: Oort Gnus v0.05 is released.
5615
5616 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5617
5618         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
5619         exists.
5620
5621         * gnus-spec.el (gnus-string-width-function): New function.
5622         (gnus-tilde-cut-form): Use it.
5623         (gnus-tilde-max-form): Ditto.
5624         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
5625         (gnus-substring-function): Use it.
5626         (gnus-tilde-cut-form): Ditto.
5627         (gnus-substring-function): New function.
5628
5629         * message.el (message-check-news-header-syntax): New message.
5630
5631         * gnus.el (gnus-slave-no-server): Doc fix.
5632
5633         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
5634
5635 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5636
5637         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
5638         `seen' if it looks like (seen NUM1 . NUM2).  It should be
5639         (seen (NUM1 . NUM2)).
5640
5641 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5642
5643         * gnus-topic.el (gnus-topic-catchup-articles): Update article
5644         number in closed topics.
5645
5646 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
5647
5648         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
5649         functions.
5650
5651 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5652
5653         * gnus.el (gnus-group-find-parameter): Clean up.
5654
5655         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
5656         articles.
5657
5658         * gnus-util.el (gnus-completing-read-with-default): Renamed.
5659
5660         * nnmail.el (nnmail-article-group): Clean up.
5661
5662 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
5663
5664         * gnus-agent.el (gnus-category-name): Intern the category name.
5665
5666 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5667
5668         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
5669
5670         * gnus-util.el (gnus-completing-read): New function.
5671
5672 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
5673
5674         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
5675
5676         * smiley-ems.el (smiley-region): Register smiley.
5677         (smiley-toggle-buffer): Rewrite the function.
5678         (smiley-active): Removed.
5679
5680 2002-01-19  Simon Josefsson  <jas@extundo.com>
5681
5682         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
5683         Jesper Harder <harder@ifa.au.dk>.
5684
5685 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5686
5687         * gnus-art.el (gnus-request-article-this-buffer): Call
5688         `nneething-get-file-name' to extract the file name from the
5689         message id.
5690
5691         * nneething.el (nneething-encode-file-name): New function.
5692         (nneething-decode-file-name): Ditto.
5693         (nneething-get-file-name): Ditto.
5694         (nneething-make-head): Encode the file name and encapsulate it
5695         into the field of the message id.
5696
5697 2002-01-18  Simon Josefsson  <jas@extundo.com>
5698
5699         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
5700         stored in .marks.
5701
5702         * nnfolder.el (nnfolder-request-update-info): Ditto.
5703
5704 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5705
5706         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
5707
5708 2002-01-18  Simon Josefsson  <jas@extundo.com>
5709
5710         * imap.el (imap-starttls-p): Don't check for binary.
5711         (imap-gssapi-auth-p): Ditto.
5712         (imap-kerberos4-auth-p): Ditto.
5713         (imap-open): Change logic.  Iterate through all possible streams,
5714         instead of bailing out after first failure.  Move authenticator
5715         decision to `imap-authenticate'.
5716         (imap-authenticate): Change logic, now finds the authenticator to
5717         use, was previously in `imap-open'.
5718         (imap-open): Return nil on failure.
5719         (imap-open): Setup temp buffer correctly.
5720         (imap-open): Return buffer only on success.
5721         (imap-interactive-login, imap-interactive-login): Tell the user
5722         which stream/authenticator is used for the queried
5723         username/password.
5724         (imap-open, imap-authenticate): Set variables.
5725         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
5726         (imap-open): Don't assume how `with-temp-buffer' is implemented.
5727
5728 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5729
5730         * gnus-fun.el (gnus-grab-cam-x-face): New function.
5731
5732 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5733
5734         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
5735
5736 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5737
5738         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
5739         (gnus-agent-group-mode-map): Bind it to "Jo".
5740         (gnus-agent-group-make-menu-bar): Add it into menu bar.
5741
5742 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
5743
5744         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
5745         (gnus-summary-mail-toolbar): Add mail article deletion button.
5746
5747         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
5748         false positives for lines of "^^^^".
5749
5750         * gnus-picon.el (gnus-picon-find-face): faces database is all
5751         lowercase.
5752
5753 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5754
5755         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
5756         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
5757         duplications.
5758         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
5759
5760 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5761
5762         * gnus-sum.el (gnus-summary-initial-limit): Inline
5763         gnus-summary-limit-children.
5764         (gnus-summary-initial-limit): Don't limit if
5765         gnus-newsgroup-display is nil.
5766         (gnus-summary-initial-limit): No, don't.
5767
5768         * gnus-util.el
5769         (gnus-put-text-property-excluding-characters-with-faces): Inline
5770         gnus-put-text-property.
5771
5772         * gnus-spec.el (gnus-default-format-specs): New variable.
5773
5774         * gnus-start.el (gnus-read-newsrc-file): Don't clear
5775         gnus-format-specs.
5776         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
5777
5778         * gnus-spec.el (gnus-update-format-specifications): Really check
5779         the Gnus version of the .newsrc.eld file.
5780         (gnus-format-specs): Save the new default summary format.
5781
5782         * gnus-util.el (gnus-parent-id): Check whether references is empty
5783         before splitting.
5784
5785         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
5786         functions.
5787         (gnus-gather-threads-by-references): Inline
5788         `gnus-split-references'.
5789
5790         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
5791         default value of gnus-summary-line-format-spec.
5792
5793 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5794
5795         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
5796         message.
5797         (nnslashdot-request-list): Ditto.
5798         (nnslashdot-sid-strip): Removed.
5799
5800 2002-01-15  Simon Josefsson  <jas@extundo.com>
5801
5802         * nnimap.el (nnimap-close-asynchronous): Enable.
5803         (nnimap-close-group): Expunge.
5804
5805 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5806
5807         * gnus-util.el (gnus-user-date-format-alist): Typo.
5808         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
5809
5810 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5811
5812         * nneething.el (nneething-request-article): Set
5813         `nnmail-file-coding-system' to `binary' locally, in order to read
5814         files without any conversion.
5815
5816 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5817
5818         * gnus-agent.el (gnus-agent-retrieve-headers): Use
5819         nnheader-file-coding-system and nnmail-active-file-coding-system.
5820         (gnus-agent-regenerate-group): Ditto.
5821         (gnus-agent-regenerate): Ditto.
5822         (gnus-agent-write-active): Ditto.
5823         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
5824
5825 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5826
5827         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
5828         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
5829
5830 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5831
5832         * gnus.el: We don't need gnus-article-show-all-headers.
5833
5834         * gnus-art.el (article-show-all, gnus-article-show-all-header):
5835         Ditto.
5836
5837         * gnus-sum.el (gnus-summary-select-article): Don't call
5838         show-all-headers, because hidden headers are not hidden text any
5839         more.
5840
5841 2002-01-13  Simon Josefsson  <jas@extundo.com>
5842
5843         * message.el (message-newline-and-reformat): Use `newline' instead
5844         of inserting \n, so that the newline is marked as hard.
5845
5846         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
5847         From Jesper Harder <harder@ifa.au.dk>.
5848
5849 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5850
5851         * imap.el (imap-close): Keep going if quit.
5852
5853         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
5854         nntp-server-buffer.
5855
5856 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5857
5858         * mm-view.el (mm-display-inline-fontify): Require font-lock to
5859         avoid unbinding shadowed variables.
5860
5861         * gnus-art.el (gnus-picon-databases): Moved here.
5862         (gnus-picons-installed-p): Moved here.
5863         (gnus-article-reply-with-original): Use `mark'.
5864
5865         * gnus.el (gnus-picon): Moved here and renamed.
5866
5867         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
5868         installed.
5869         (gnus-treat-mail-picon): Ditto.
5870         (gnus-treat-newsgroups-picon): Ditto.
5871
5872         * gnus-picon.el (gnus-picons-installed-p): New function.
5873
5874 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5875
5876         * gnus-agent.el (gnus-agent-go-online): Fix doc.
5877
5878 2002-01-12  Simon Josefsson  <jas@extundo.com>
5879
5880         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
5881         (nnimap-before-find-minmax-bugworkaround): Use it.
5882         (nnimap-find-minmax-uid): Don't reselect current mailbox.
5883         (nnimap-dont-close): New variable.
5884         (nnimap-close-group): Use it.
5885
5886 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5887
5888         * gnus-art.el (gnus-article-reply-with-original): Use
5889         `mark-active'.
5890
5891         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
5892
5893         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
5894         (gnus-score-advanced): Clean up.
5895         (gnus-score-advanced): Accept a multiple of the score.
5896
5897 2002-01-12  Simon Josefsson  <jas@extundo.com>
5898
5899         * flow-fill.el (fill-flowed-display-column)
5900         (fill-flowed-encode-columnq): New variables.  Suggested by
5901         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
5902         (fill-flowed-encode, fill-flowed): Use them.
5903
5904         * message.el (message-send-news, message-send-mail): Use
5905         m-b-s-n-p-e-h-n.
5906
5907         * mml.el (autoload): Autoload fill-flowed-encode.
5908         (mml-buffer-substring-no-properties-except-hard-newlines): New
5909         function.
5910         (mml-read-part): Use it.
5911         (mml-generate-mime-1): Encode format=flowed if appropriate.
5912         (mml-insert-mime-headers): Insert format=flowed.
5913
5914         * flow-fill.el (fill-flowed-encode): New function.
5915         (fill-flowed): Bind fill-column to window width.
5916
5917 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5918
5919         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
5920         it exists.
5921         (gnus-summary-setup-buffer): Wake up dead summary buffers.
5922         (gnus-summary-buffer-name): Don't return the dead name after all.
5923         (gnus-summary-setup-buffer): Kill the dead buffer.
5924
5925         * gnus-art.el (gnus-article-followup-with-original): Store the
5926         value of the mark before deactivating it.
5927
5928 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5929
5930         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
5931         From: Karl Kleinpaste <karl@charcoal.com>
5932
5933         * gnus-art.el (article-display-x-face): Ditto.
5934         (gnus-article-reply-with-original): Use gnus-region-active-p.
5935         (gnus-article-followup-with-original): Ditto.
5936
5937         * gnus-sum.el (gnus-summary-read-group-1): Don't select
5938         downloadable article either.
5939
5940 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5941
5942         * gnus-art.el (article-display-x-face): Insert From:.
5943
5944         * gnus-sum.el (gnus-summary-move-article): Don't draw the
5945         article. Bind gnus-display-mime-function and
5946         gnus-article-prepare-hook.
5947
5948         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
5949         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
5950         gnus-agent-possibly-synchronize-flags to the last.
5951         (gnus-agent-go-online): New function. New variable.
5952
5953 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5954
5955         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
5956         (gnus-agent-regenerate): Ditto.
5957
5958 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5959
5960         * message.el (message-ignored-news-headers)
5961         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
5962         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
5963
5964         * gnus.el (gnus-gethash-safe): New macro.
5965
5966         * gnus-agent.el (gnus-agent-regenerate-history): New function.
5967         (gnus-agent-regenerate): Show messages.
5968
5969 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5970
5971         * gnus-agent.el (gnus-agent-regenerate-group): New function.
5972         (gnus-agent-regenerate): New function.
5973         (gnus-agent-save-alist): Sort.
5974         (gnus-agent-copy-nov-line): Test eobp.
5975         (gnus-agent-retrieve-headers): Erase buffer.
5976
5977 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5978
5979         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
5980         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
5981
5982         * gnus.el (gnus-agent-covered-methods): Move here.
5983         (gnus-online): New function.
5984         (gnus-agent-method-p): Move here.
5985
5986         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
5987         nil. Remove articles-alist.
5988
5989         * gnus-start.el (gnus-get-unread-articles): Check online.
5990         (gnus-groups-to-gnus-format): Ditto.
5991         (gnus-active-to-gnus-format): Ditto.
5992
5993         * gnus-agent.el (gnus-agent-get-function): Use it.
5994         (gnus-agent-get-undownloaded-list): Ditto.
5995         (gnus-agent-fetch-session): Only fetch online methods.
5996
5997         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
5998         (gnus-server-mode-map): Ditto.
5999         (gnus-server-offline-face): New face.
6000         (gnus-server-offline-face): New variable.
6001         (gnus-server-font-lock-keywords): Add offline.
6002         (gnus-server-insert-server-line): Ditto.
6003         (gnus-server-offline-server): New function.
6004
6005         * gnus-int.el (gnus-open-server): Turn to offline.
6006         (gnus-server-unopen-status): New variable.
6007
6008 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
6009
6010         * nnkiboze.el (nnkiboze-request-article): Use
6011         gnus-agent-request-article.
6012
6013         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
6014         function. Insert undownloaded NOV.
6015
6016         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
6017         (gnus-agent-request-article): New function.
6018
6019         * gnus.el (gnus-agent-cache): New variable.
6020
6021         * gnus-int.el (gnus-retrieve-headers): Use
6022         gnus-agent-retrieve-headers.
6023         (gnus-request-head): Use gnus-agent-request-article.
6024         (gnus-request-body): Ditto.
6025
6026         * gnus-art.el (gnus-request-article-this-buffer): Use
6027         gnus-agent-request-article.
6028
6029         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
6030         article if it is undownloaded.
6031
6032 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6033
6034         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
6035
6036 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6037
6038         * canlock.el (canlock-string-as-unibyte): New macro.
6039         (canlock-sha1-with-openssl): Return a unibyte string.
6040         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
6041
6042 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
6043
6044         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
6045
6046 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6047
6048         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
6049         application/x-emacs-lisp.
6050
6051         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
6052
6053         * nntp.el (nntp-request-article): Add group parameter.
6054         (nntp-request-head): Ditto.
6055         (nntp-find-group-and-number): Add parameter group. Figure out
6056         number if the status line doesn't give (e.g. quimby.gnus.org).
6057
6058 2002-01-08  Simon Josefsson  <jas@extundo.com>
6059
6060         * mml.el (mml-generate-mime-1): Set recipient correctly.
6061
6062 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
6063
6064         * message.el (message-read-from-minibuffer): Add parameter
6065         initial-contents.
6066         * gnus-msg.el (gnus-summary-resend-message): Use it.
6067
6068         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
6069         behavior of quit-config.
6070
6071         * message.el (message-make-from): Don't quote fullname.
6072         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
6073
6074         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
6075         From: <andre@slamdunknetworks.com>
6076
6077 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
6078
6079         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
6080
6081         * gnus-art.el (gnus-header-button-alist): Handle mailto.
6082
6083         * mml.el (mml-preview): Bind gnus-original-article-buffer because
6084         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
6085         because bbdb may use it.
6086
6087 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
6088
6089         * nneething.el (nneething-request-article): When a non-text file
6090         is converted to an article, its data is encoded in base64.  Call
6091         `nneething-make-head' with options to specify MIME types.
6092         (nneething-make-head): Add optional arguments to specify MIME
6093         types.
6094
6095 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6096
6097         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
6098         header if there is not.
6099
6100         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
6101
6102         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
6103         (gnus-inews-mark-gcc-as-read): Obsolete variable.
6104         (gnus-inews-do-gcc): Use them.
6105
6106         * gnus-group.el (gnus-group-mark-article-read): Put holes into
6107         gnus-newsgroup-unselected.
6108
6109 2002-01-06  Simon Josefsson  <jas@extundo.com>
6110
6111         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
6112         condition-case, not ignore-errors.
6113
6114 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6115
6116         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
6117         gnus-fetch-old-headers.
6118
6119         * gnus-art.el (article-display-x-face): Use the current buffer
6120         unless `W f'. Otherwise, X-Face may be shown in the header of a
6121         forwarded part.
6122         (gnus-treatment-function-alist): Treat xface before hiding
6123         headers.
6124
6125 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6126
6127         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
6128         parameters.
6129
6130 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6131
6132         * mm-util.el (mm-multibyte-p): Define conditionally when load.
6133         (mm-guess-charset): New function.
6134         (mm-charset-after): Use it.
6135         (mm-detect-coding-region): New function.
6136         (mm-detect-mime-charset-region): New function.
6137
6138         * gnus-sum.el (gnus-summary-show-article): Use
6139         mm-detect-coding-region.
6140
6141 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6142
6143         * message.el (message-make-fqdn): Be less violent.
6144
6145         * gnus.el (gnus-logo-color-style): Compute custom form
6146         automatically.
6147
6148         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
6149         score file of the parent to the document group.
6150
6151         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
6152         parameters parameter.
6153
6154         * gnus-score.el (gnus-score-load-file): Clean up.
6155
6156 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
6157
6158         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
6159         From: Damien Wyart <damien.wyart@free.fr>
6160
6161         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
6162
6163 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
6164
6165         * gnus-sum.el (gnus-select-group-hook): Typo.
6166
6167         * rfc2047.el (rfc2047-decode-string): Return immediately if there
6168         is no quoted-printable-encoded STRING.
6169         From: Jesper Harder <harder@ifa.au.dk>
6170
6171         (rfc2047-decode-string): Decode it.
6172
6173 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6174
6175         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
6176
6177 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
6178         Trivial patch.
6179
6180         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
6181         buffer to get rid of junk line.
6182
6183 2002-01-05  Simon Josefsson  <jas@extundo.com>
6184
6185         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
6186         C-o.
6187         (message-mode-map): Bind message-insert-or-toggle-importance to
6188         C-c C-u.
6189         (message-mode-map): Bind message-disposition-notification-to to
6190         C-c M-n.
6191         (message-mode-menu): Add m-d-n-t.
6192         (message-mode-field-menu): Add m-goto-from.
6193         (message-mode): Doc fix.
6194         (message-goto-from): New function.
6195         (message-insert-disposition-notification-to): New function.
6196         (message-tool-bar-map): Add receipt button.
6197
6198 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6199
6200         * gnus-sum.el (gnus-thread-latest-date): New function.
6201         (gnus-thread-sort-by-most-recent-number): Renamed.
6202         (gnus-thread-sort-functions): Doc fix.
6203         (gnus-select-group-hook): Don't use setq on a hook.
6204         (gnus-thread-latest-date): Use date, not number
6205
6206         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
6207         (gnus-agent-expire): Allow regexp of expire-days.
6208
6209         * gnus-art.el (gnus-article-reply-with-original): Deactivate
6210         region.
6211         (gnus-article-followup-with-original): Ditto.
6212
6213         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
6214
6215         * gnus-art.el (gnus-mime-display-alternative): Use
6216         gnus-local-map-property.
6217         (gnus-mime-display-alternative): Ditto.
6218         (gnus-insert-mime-security-button): Ditto.
6219         (gnus-insert-next-page-button): Ditto.
6220         (gnus-button-prev-page): Take optional args.
6221         (gnus-insert-prev-page-button): widget-convert.
6222
6223         * gnus-util.el (gnus-local-map-property): New function.
6224
6225         * gnus-art.el (gnus-prev-page-map): Use parent map.
6226         (gnus-next-page-map): Ditto.
6227
6228         * gnus-spec.el (gnus-parse-format): Clean up.
6229         (gnus-parse-format): Do complex formatting for %=.
6230
6231         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
6232         "X-Face: " to the data in the built-in scenario.
6233
6234         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
6235         (gnus-correct-pad-form): Renamed.
6236         (gnus-tilde-max-form): Clean up.
6237         (gnus-pad-form): Use gnus-use-correct-string-widths.
6238
6239         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
6240         support if that is available.
6241
6242         * gnus-sum.el (gnus-thread-highest-number): New function.
6243         (gnus-thread-sort-by-most-recent-thread): New function.
6244         (gnus-thread-sort-functions): Doc fix.
6245
6246 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6247
6248         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
6249         all cases.
6250         (gnus-summary-mode): Enable it in all cases.
6251         (gnus-summary-display-article): Ditto.
6252         (gnus-summary-edit-article): Ditto.
6253
6254         * gnus-ems.el (gnus-put-image): Really return glyph.
6255
6256         * gnus-art.el (gnus-article-x-face-command): Fix :type.
6257         (gnus-treat-smiley): Don't take "P" in the interactive form.
6258
6259 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6260
6261         * compface.el (uncompface): XEmacs and Emacs have differing
6262         capabilities.
6263
6264         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
6265
6266         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
6267         (gnus-article-xface-ring-size): Removed.
6268         (gnus-article-display-xface): Removed.
6269         (gnus-remove-image): Cleaned up.
6270
6271         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
6272         (gnus-xmas-create-image): Take pbm files.
6273         (gnus-x-face): Removed.
6274         (gnus-xmas-article-display-xface): Removed.
6275
6276         * gnus-fun.el (gnus-display-x-face-in-from): Bind
6277         default-enable-multibyte-characters.
6278
6279         * compface.el (uncompface): Doc fix.
6280
6281         * gnus-art.el (gnus-article-x-face-command): Use
6282         gnus-display-x-face-in-from.
6283
6284         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
6285
6286         * gnus-ems.el (gnus-put-image): Return the image.
6287
6288         * gnus-fun.el (gnus-display-x-face-in-from): New function.
6289         (gnus-x-face): Moved here.
6290
6291 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
6292
6293         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
6294         invisible if string is nil.
6295         (gnus-xmas-article-display-xface): Use it.
6296
6297         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
6298         property when string is nil.
6299         (gnus-article-display-xface): Use it.
6300
6301 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6302
6303         * gnus-art.el (article-display-x-face): Check whether valid grey
6304         face was returned.
6305         (article-display-x-face): Place image in the right spot.
6306
6307         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
6308         stderr.
6309         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
6310
6311 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6312
6313         * gnus-xmas.el (gnus-xmas-create-image): Take optional
6314         parameters.
6315         (gnus-xmas-put-image): Allow non-strings to be passed.
6316
6317         * gnus-art.el (article-display-x-face): Use optional parameters.
6318
6319         * gnus-ems.el (gnus-create-image): Take optional parameters.
6320
6321         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
6322
6323         * compface.el (compface-xbm-p): Removed.
6324
6325         * gnus-ems.el (gnus-article-compface-xbm): Removed.
6326         (gnus-article-display-xface): Use compface.
6327
6328         * compface.el: New file.
6329
6330         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
6331         (gnus-convert-image-to-x-face-command): Ditto.
6332         (gnus-random-x-face): Quote argument.
6333         (gnus-x-face-from-file): Ditto.
6334
6335 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
6336
6337         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
6338         the expire-group parameter once per article rather than once
6339         per group; bind `nnmaildir-article-file-name' and `article'
6340         for convenience.  Leave article alone when expire-group
6341         specifies the current group.
6342         (nnmaildir--update-nov): be more concurrency-friendly with
6343         temp file names.
6344
6345 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6346
6347         * gnus-start.el (gnus-read-init-file): Cleaned up.
6348
6349 2002-01-03  Dave Love  <d.love@dl.ac.uk>
6350
6351         * gnus-start.el (gnus-startup-file-coding-system): Removed.
6352         (gnus-read-init-file): Don't use it.
6353
6354 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6355
6356         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
6357
6358 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6359
6360         * gnus-start.el (gnus-read-init-file): Don't force coding system
6361         for ~/.gnus.  From Dave Love <fx@gnu.org>.
6362
6363 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6364
6365         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
6366         * nnspool.el (nnspool-request-post): Ditto.
6367
6368         * mm-util.el (mm-use-find-coding-systems-region): New variable.
6369         (mm-find-mime-charset-region): Use it.
6370
6371 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
6372
6373         * gnus.el (gnus-summary-line-format): Added :link.
6374         * gnus-topic.el (gnus-topic-line-format): Ditto.
6375         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
6376         * gnus-srvr.el (gnus-server-line-format): Ditto.
6377         * gnus-group.el (gnus-group-line-format): Ditto.
6378
6379         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
6380         :keys, it works on both Emacsen.
6381
6382 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
6383
6384         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
6385
6386 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6387
6388         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
6389
6390 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
6391
6392         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
6393         very wide reply.
6394
6395 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6396
6397         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
6398         (gnus-picon-cache): New variable.
6399         (gnus-picon-transform-newsgroups): Cache stuff.
6400
6401         * gnus-art.el (gnus-article-reply-with-original): New command.
6402         (gnus-article-followup-with-original): New command.
6403
6404         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
6405         END parameters.
6406         (gnus-summary-followup): Take a list of list of articles.
6407         (gnus-inews-yank-articles): Allow lists of article/regions.
6408
6409         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
6410         longer the usual commands.
6411
6412         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
6413         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
6414         shell-command-on-region.
6415
6416 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6417
6418         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
6419           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
6420
6421 2002-01-03  Steve Youngs  <youngs@xemacs.org>
6422
6423         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
6424         understand ':keys', wrap it in an featurep 'xemacs.
6425
6426 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6427
6428         * gnus-ems.el (gnus-article-display-xface): Show xface in the
6429         order of headers (Actually, it is called in a reversed order). Add
6430         'gnus-image-text-deletable property.
6431         (gnus-remove-image): Remove text with such a property.
6432
6433         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
6434         gnus-put-image.
6435
6436         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
6437         with ", "
6438
6439 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6440
6441         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
6442
6443         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
6444         (article-display-x-face): Display grey X-Faces.
6445
6446         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
6447         (gnus-convert-gray-x-face-to-ppm): Ditto.
6448         (gnus-convert-image-to-gray-x-face): Ditto.
6449
6450         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
6451         gnus-summary-show-raw-article.
6452
6453 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
6454
6455         Display picons in XEmacs without showing text.
6456
6457         * gnus-xmas.el (gnus-xmas-create-image): Don't use
6458         mm-create-image-xemacs to create xbm glyph, because it deletes
6459         temporary files.
6460         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
6461         (gnus-xmas-remove-image): Make text visible, remove glyph.
6462
6463         * gnus-picon.el (gnus-picon-transform-newsgroups)
6464         (gnus-picon-transform-address): Insert spec backward, due to the
6465         incompatibility of gnus-xmas-put-image.
6466
6467 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6468
6469         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
6470
6471 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6472
6473         * gnus.el: Doc fix.
6474
6475         * gnus-art.el: Doc fix.
6476
6477         * gnus-agent.el: Doc fix.
6478
6479 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6480
6481         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
6482
6483 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
6484
6485         * nnmaildir.el (nnmaildir--update-nov): automatically parse
6486         NOV data out of the message again if nnmail-extra-headers has
6487         changed.
6488
6489 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6490
6491         * gnus-fun.el: New file.
6492         (gnus-convert-image-to-x-face-command): New variable.
6493         (gnus-insert-x-face): New function.
6494         (gnus-random-x-face): Renamed.
6495         (gnus-x-face-from-file): Renamed.
6496
6497         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
6498         "_".
6499         (gnus-body-boundary-delimiter): Typo fix.
6500
6501 2002-01-02  Simon Josefsson  <jas@extundo.com>
6502
6503         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
6504         (gnus-body-boundary-delimiter): Fix type.
6505
6506 2002-01-01  Simon Josefsson  <jas@extundo.com>
6507
6508         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
6509         (gnus-treat-emphasize, gnus-treat-strip-cr)
6510         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
6511         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
6512         (gnus-treat-fill-article, gnus-treat-hide-citation)
6513         (gnus-treat-hide-citation-maybe)
6514         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
6515         (gnus-treat-strip-pem, gnus-treat-strip-banner)
6516         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
6517         (gnus-treat-date-ut, gnus-treat-date-local)
6518         (gnus-treat-date-english, gnus-treat-date-lapsed)
6519         (gnus-treat-date-original, gnus-treat-date-iso8601)
6520         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
6521         (gnus-treat-strip-trailing-blank-lines)
6522         (gnus-treat-strip-leading-blank-lines)
6523         (gnus-treat-strip-multiple-blank-lines)
6524         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
6525         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
6526         (gnus-treat-display-xface, gnus-treat-display-smileys)
6527         (gnus-treat-from-picon, gnus-treat-mail-picon)
6528         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
6529         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
6530         (gnus-treat-play-sounds, gnus-treat-translate)
6531         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
6532
6533         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
6534         (gnus-article-treat-body-boundary): Use it.
6535
6536         * message.el (message-mode): Fix doc.
6537         (message-mode-menu): Fix names.
6538
6539 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6540
6541         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
6542         articles.
6543
6544         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
6545         (gnus-picon-transform-address): Search for unknown faces as well.
6546         (gnus-picon-find-face): Don't search "news" for MISC.
6547         (gnus-picon-user-directories): Changed default back to exclude
6548         "unknown".
6549
6550         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
6551
6552         * gnus-picon.el (gnus-picon-find-face): Search through all
6553         databases.
6554         (gnus-picon-find-face): New implementation.
6555
6556         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
6557         keystroke.
6558         (gnus-topic-goto-next-topic): Ditto.
6559
6560         * gnus.el (gnus-summary-line-format): Changed default.
6561
6562         * nnmail.el (nnmail-extra-headers): Change default.
6563
6564         * gnus-sum.el (gnus-extra-headers): Change default.
6565
6566         * message.el (message-news-other-window): Changed "news" to
6567         "posting".
6568         (message-news-other-frame): Ditto.
6569         (message-do-send-housekeeping): Ditto.
6570
6571         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
6572         function.
6573         (gnus-article-unread-p): New function.
6574         (gnus-article-unseen-p): New function.
6575         (gnus-dead-summary-mode-map): Typo.
6576
6577         * gnus-util.el (gnus-make-predicate): New function.
6578         (gnus-make-predicate-1): New function.
6579
6580         * gnus-sum.el: New function.
6581         (gnus-map-articles): New function.
6582
6583         * gnus-art.el (gnus-treat-fold-headers): New variable.
6584         (gnus-article-treat-fold-headers): New command and keystroke.
6585
6586         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
6587         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
6588
6589 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
6590
6591         * message.el (message-fcc-externalize-attachments): New variable.
6592         (message-do-fcc): Use it.
6593
6594         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
6595         (gnus-inews-do-gcc): Use it.
6596
6597         * mml.el (mml-tweak-sexp-alist): New variable.
6598         (mml-externalize-attachments): New variable.
6599         (mml-tweak-part): Use mml-tweak-sexp-alist.
6600         (mml-tweak-externalize-attachments): New function.
6601
6602 2002-01-01  Steve Youngs  <youngs@xemacs.org>
6603
6604         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
6605         'set-glyph-face' so x-face back/foreground can be set.
6606
6607 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
6608
6609         * message.el (message-fix-before-sending): Fix a typo.
6610
6611 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6612
6613         * gnus-art.el (gnus-treat-smiley): Renamed command.
6614         (gnus-article-remove-images): New command and keystroke.
6615
6616         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
6617
6618         * smiley-ems.el (gnus-smiley-display): Removed.
6619
6620         * gnus.el (gnus-version-number): Update version.
6621
6622         * message.el (message-text-with-property): Renamed and moved
6623         here.
6624         (message-fix-before-sending): Highlight invisible text and place
6625         point there.
6626
6627 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6628
6629         * gnus.el: Oort Gnus v0.04 is released.
6630
6631 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6632
6633         * gnus-delay.el (gnus-delay-send-queue): Renamed.
6634
6635         * gnus-art.el (gnus-ignored-headers): More headers,
6636
6637         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
6638         of `scan-error', since XEmacs doesn't seem to support that.
6639
6640 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6641
6642         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
6643         arg.
6644         (gnus-summary-best-unread-subject): Ditto.
6645         (gnus-summary-best-unread-subject): No, don't.
6646         (gnus-summary-better-unread-subject): New command.
6647
6648         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
6649
6650         * lpath.el ((featurep 'xemacs)): fbind url function.
6651
6652         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
6653         buffer.
6654         (gnus-xmas-remove-image): Implementation that does something.
6655         (gnus-xmas-article-display-xface): Mark images properly.
6656
6657         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
6658
6659 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
6660
6661         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
6662
6663 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6664
6665         * gnus-group.el (gnus-group-line-format): Added %O to the default
6666         value.
6667
6668         * gnus-util.el (gnus-text-with-property): The smallest point is
6669         point-min.
6670
6671         * smiley-ems.el (smiley-region): Return images.
6672         (gnus-smiley-display): Allow toggling.
6673         (smiley-region): Use text properties, not overlays.
6674
6675         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
6676         implemented yet.
6677
6678         * smiley-ems.el (smiley-update-cache): Check for valid types.
6679
6680         * gnus-art.el (gnus-with-article-buffer): New macro.
6681
6682         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
6683         strings as well as the glyphs.
6684         (gnus-picon-transform-address): Ditto.
6685         (gnus-picon-insert-glyph): Ditto.
6686         (gnus-picon-transform-newsgroups): Toggle.
6687         (gnus-picon-transform-address): Toggle.
6688
6689         * gnus-ems.el (gnus-remove-image): New function.
6690         (gnus-put-image): Take an optional string.
6691
6692         * gnus-util.el (gnus-text-with-property): New function.
6693
6694         * gnus-art.el (gnus-delete-images): New function.
6695
6696         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
6697
6698         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
6699         (gnus-article-wash-status): Use it.
6700         (gnus-signature-toggle): Clean up.
6701         (gnus-add-wash-status): New function.
6702         (gnus-delete-wash-status): New function.
6703         (gnus-article-hide-text-type): Use them throughout.
6704         (gnus-add-image): New function.
6705
6706         * gnus-ems.el (gnus-article-display-xface): Use new interface.
6707
6708         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
6709         interface.
6710
6711         * gnus-art.el (article-display-x-face): Cleaned up.
6712
6713         * rfc2047.el (rfc2047-field-value): New function.
6714
6715         * mail-parse.el (mail-header-field-value): New alias.
6716
6717         * gnus-art.el (gnus-mime-print-part): Fix typos.
6718
6719         * smiley-ems.el (gnus-smiley-file-types): New variable.
6720         (smiley-update-cache): Use it.
6721         (smiley-regexp-alist): Suffix-less smiley names.
6722         (smiley-regexp-alist): Added more smileys.
6723
6724         * gnus-sum.el (gnus-print-buffer): Made into own function.
6725         (gnus-summary-print-article): Use it.
6726
6727         * mailcap.el (mailcap-mime-info): Actually return the bit that we
6728         looked for when REQUEST is a string.
6729
6730         * gnus-art.el (gnus-mime-button-commands): Add printing
6731         keystroke.
6732         (gnus-mime-copy-part): Doc fix.
6733         (gnus-mime-print-part): New command.
6734
6735 2001-12-31  Simon Josefsson  <jas@extundo.com>
6736
6737         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
6738         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
6739
6740 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6741
6742         * gnus-picon.el (gnus-treat-from-picon): Autoload.
6743         (picon): Fix doc.
6744
6745         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
6746         longer exists. Remove those codes.
6747         * gnus.el (gnus-use-picons): Ditto.
6748
6749 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6750
6751         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
6752         infloop.
6753
6754         * gnus-sum.el (t): New `W D' map.
6755
6756         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
6757         (gnus-article-treat-body-boundary): Clean up.
6758         (gnus-body-boundary-face): Removed.
6759         (gnus-article-goto-header): Moved here.
6760         (gnus-article-goto-header): Allow better regexps.
6761         (gnus-article-treat-fold-newsgroups): New command.
6762
6763         * gnus-sum.el (gnus-summary-move-article): We have to select an
6764         article to give `gnus-read-move-group-name' an opportunity to
6765         suggest an appropriate default.
6766
6767         * rfc2047.el (rfc2047-fold-line): New function.
6768         (rfc2047-unfold-line): Ditto.
6769         (rfc2047-fold-region): Don't fold just after the header name.
6770
6771         * mail-parse.el (mail-header-fold-line): New alias.
6772         (mail-header-unfold-line): Ditto.
6773
6774         * gnus-art.el (gnus-body-boundary-face): Renamed.
6775         (gnus-article-treat-body-boundary): Use it.
6776         (gnus-article-treat-body-boundary): Use an invisible header and a
6777         line of underline characters.
6778
6779 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6780
6781         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
6782
6783         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
6784         (gnus-picon-split-address): New function.
6785         (gnus-picon-find-face): Use it.
6786         (gnus-picon-transform-address): Use it. Set first to t for each
6787         address.
6788
6789         * gnus-art.el (gnus-with-article-headers): Move to here. Define
6790         the macro then use it.
6791         (gnus-treatment-function-alist): Treat picons earlier.
6792
6793 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6794
6795         * gnus-art.el (gnus-body-separator-face): New variable.
6796         (gnus-article-treat-body-boundary): Use a blank, colored line.
6797
6798         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
6799         well.
6800
6801         * gnus-art.el (gnus-treat-body-boundary): New variable.
6802         (gnus-article-treat-unfold-headers): Use helper macro.
6803         (gnus-article-treat-body-boundary): New command.
6804
6805         * gnus.el (gnus-logo-color-style): Change the default color.
6806         (gnus-splash-face): Gray, gray.
6807
6808         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
6809         colors.
6810
6811         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
6812         (gnus-logo-color-style): Ditto.
6813         (gnus-logo-colors): Ditto.
6814
6815         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
6816
6817         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
6818
6819         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
6820         (gnus-picon-transform-newsgroups): New function.
6821
6822         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
6823         string.
6824
6825         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
6826
6827         * gnus-art.el (gnus-treat-cc-picon): New variable.
6828         (gnus-treat-mail-picon): Renamed.
6829
6830         * gnus-picon.el: New implementation.
6831         (gnus-picon-find-face): Renamed.
6832         (gnus-treat-from-picon): Use it.
6833         (gnus-picon-transform-address): Renamed.
6834         (gnus-treat-from-picon): Use it.
6835         (gnus-picon-create-glyph): Renamed.
6836         (gnus-picon-transform-address): Use it.
6837         (gnus-treat-cc-picon): New command.
6838
6839         * mm-decode.el (mm-create-image-xemacs): Separated out into
6840         function.
6841         (mm-get-image): Use it.
6842
6843         * gnus-art.el (gnus-treat-display-picons): Simplify.
6844         (gnus-treat-from-picon): Renamed.
6845
6846         * gnus-ems.el (gnus-create-image): New function.
6847         (gnus-put-image): New function.
6848
6849         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
6850         (gnus-with-article-headers): New macro.
6851         (gnus-article-goto-header): New function.
6852
6853         * gnus-xmas.el (gnus-image-type-available-p): New function.
6854
6855         * gnus-ems.el (gnus-image-type-available-p): New function.
6856
6857 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6858
6859         * nnrss.el (nnrss-check-group): Find the correct tag, because
6860         xml.el is changed.
6861
6862 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6863
6864         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
6865         lines are shorter than the window width.
6866         (gnus-ignored-headers): More headers.
6867
6868 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6869
6870         * gnus-art.el (gnus-treat-unfold-lines): New variable.
6871         (gnus-treat-unfold-headers): Renamed.
6872         (gnus-article-treat-unfold-headers): New command and keystroke.
6873
6874         * rfc2047.el (rfc2047-encode-message-header): Clean up.
6875
6876         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
6877
6878 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6879
6880         * sha1-el.el (sha1-use-external): New variable.
6881         (sha1-region): Use it.
6882         (sha1-string): Ditto.
6883
6884         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
6885         * gnus-picon.el: Less warnings when compile.
6886
6887 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6888
6889         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
6890         alias.
6891         (gnus-picons-database): Default to list.
6892         (gnus-picons-lookup-internal): Use it.
6893
6894         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
6895         to "bogus".
6896
6897         * gnus-win.el (gnus-configure-windows-hook): New hook.
6898
6899 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
6900
6901         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
6902
6903 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6904
6905         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
6906         lists.
6907         (gnus-select-newsgroup): Don't append; push.
6908         (gnus-adjust-marked-articles): Remove obsolete ranges from
6909         `seen'.
6910         (gnus-update-marks): Clean up.
6911         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
6912
6913 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
6914
6915         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
6916
6917 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6918
6919         * gnus-sum.el (gnus-auto-select-subject): New variable.
6920         (gnus-summary-best-unread-subject): New function.
6921         (gnus-summary-best-unread-article): Use it.
6922         (gnus-summary-first-unseen-subject): New function and command.
6923
6924         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
6925         other treatments.
6926
6927         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
6928         function.
6929
6930         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
6931         from the list of hidden types.
6932
6933         * mm-view.el (mm-inline-text): Ditto.
6934         (mm-inline-text): Ditto.
6935         (mm-w3-prepare-buffer): Ditto.
6936
6937         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
6938
6939 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6940
6941         * gnus-art.el (gnus-ignored-headers): Added more headers.
6942
6943 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
6944
6945         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
6946         once.
6947
6948 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6949
6950         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
6951
6952 2001-12-28  Simon Josefsson  <jas@extundo.com>
6953
6954         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
6955         Jesper Harder <harder@ifa.au.dk>.
6956
6957 2001-12-27  Simon Josefsson  <jas@extundo.com>
6958
6959         * gnus-sum.el (gnus-select-newsgroup): Make
6960         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
6961         contain all articles (instead of none) when no seen marks have
6962         been set for the group.
6963         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
6964         instead, it seems to result in shorter ranges.
6965
6966 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6967
6968         * mm-util.el (mm-iso-8859-x-to-15-region): Use
6969         insert-before-markers.
6970         From Jesper Harder <harder@ifa.au.dk>
6971
6972 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
6973
6974         * nnmaildir.el (nnmaildir-save-mail): create the destination
6975         groups if they do not exist.
6976
6977 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6978
6979         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
6980
6981 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6982
6983         * gnus-group.el (gnus-group-read-ephemeral-group): Call
6984         gnus-group-real-name.
6985
6986         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
6987         (gnus-newsgroup-variables): Ditto.
6988
6989         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
6990         return it.
6991
6992 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
6993
6994         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
6995         * nnmaildir.el (top-level): Add commentary.
6996         (nnmaildir-version): Indicate that nnmaildir is now a standard
6997         part of Gnus, not separately released.
6998
6999 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7000
7001         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
7002         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
7003         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
7004         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7005
7006 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7007
7008         * nnmaildir.el: Copyright changes. Require cl only at compile time.
7009
7010 2001-12-20  Simon Josefsson  <jas@extundo.com>
7011
7012         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
7013         ZHU <zsh@cs.rochester.edu>.
7014         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
7015         Brian P Templeton <bpt@tunes.org>.
7016
7017 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7018
7019         * nnmaildir.el: New file.
7020         From Paul Jarc <prj@po.cwru.edu>.
7021
7022 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7023
7024         * nndoc.el (nndoc-type-alist): Move forward to the end.
7025
7026 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7027
7028         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
7029         `dolist'.
7030
7031 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7032
7033         * gnus-win.el (gnus-frames-on-display-list): New function.
7034         (gnus-get-buffer-window): Use it.
7035
7036 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7037
7038         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
7039
7040 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7041
7042         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
7043
7044 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7045            From Harald Meland <Harald.Meland@usit.uio.no>
7046
7047         * gnus-win.el (gnus-get-buffer-window): New function.
7048         (gnus-all-windows-visible-p): Use it.
7049
7050         * gnus-util.el (gnus-horizontal-recenter)
7051         (gnus-horizontal-recenter, gnus-horizontal-recenter)
7052         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
7053
7054         * gnus-score.el (gnus-score-insert-help): Use it.
7055
7056         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
7057         (gnus-generate-tree, gnus-highlight-selected-tree)
7058         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
7059         it.
7060
7061         * gnus-art.el (gnus-article-set-window-start)
7062         (gnus-mm-display-part, gnus-request-article-this-buffer)
7063         (gnus-button-next-page, gnus-button-prev-page)
7064         (gnus-article-button-next-page, gnus-article-button-prev-page):
7065         Use it.
7066
7067 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
7068
7069         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
7070         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
7071         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
7072
7073 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7074
7075         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
7076         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
7077         * mml1991.el, nnultimate.el: Add `coding'.
7078
7079 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
7080
7081         * ChangeLog: changed coding to buffer-file-coding-system
7082         * ChangeLog.1: same
7083         * nnwfm.el: same
7084         * gnus-smiley.el: same
7085         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
7086         * gnus-delay.el: same
7087         * gnus-spec.el: same
7088         * message.el: same
7089         * mml1991.el: same
7090         * nnultimate.el: same
7091
7092 2001-12-16  Simon Josefsson  <jas@extundo.com>
7093         Inspired by code by Dirk Meyer <dischi@tzi.de>.
7094
7095         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
7096         (gnus-summary-save-map): Add muttprint.
7097         (gnus-summary-make-menu-bar): Ditto.
7098         (gnus-summary-muttprint): New function.
7099
7100         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
7101
7102 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7103
7104         * uudecode.el (uudecode-decode-region-internal): Speedup by using
7105         temporary list instead of buffer.
7106
7107         * mm-url.el (executable-find): autoload.
7108
7109 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7110
7111         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
7112         to variable, follow doc-string conventions).
7113
7114 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
7115
7116         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
7117         subscribe-level
7118         * gnus-topic.el (gnus-subscribe-topics): use it.
7119
7120 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7121
7122         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
7123         messages. (A small patch with indentation)
7124         From Sean Neakums <sneakums@zork.net>.
7125
7126         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
7127         nil after shooting down the gnus-original-article-buffer.
7128
7129 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7130
7131         * uudecode.el (uudecode-use-external): New variable.
7132         (uudecode-decode-region): Automatically detect external program.
7133
7134         * binhex.el (binhex-use-external): New variable.
7135         (binhex-decode-region-internal): New function.
7136         (binhex-decode-region): Automatically detect external program.
7137
7138         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
7139         Use them.
7140
7141 2001-12-12  Simon Josefsson  <jas@extundo.com>
7142
7143         * nnvirtual.el (nnvirtual-always-rescan)
7144         (nnvirtual-component-regexp): Fix doc.
7145
7146         * nnoo.el (defvoo): Add doc to defvoo variables.
7147
7148         * nnml.el (nnml-directory, nnml-active-file)
7149         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
7150         (nnml-marks-is-evil, nnml-filenames-are-evil)
7151         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
7152
7153         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
7154         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
7155         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
7156         `error'.
7157
7158         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
7159         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
7160
7161         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
7162         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
7163         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
7164         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
7165
7166         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
7167         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
7168
7169         * imap.el, nnimap.el: Fix indentation.
7170
7171         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
7172
7173 2001-12-12  Didier Verna  <didier@xemacs.org>
7174
7175         * gnus-msg.el (gnus-group-news): New function.
7176         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
7177         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
7178         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
7179         for it.
7180         * gnus-msg.el (gnus-summary-news-other-window): New function.
7181         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
7182         bind it to `i'.
7183         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
7184         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
7185         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
7186         for it (called with a prefix).
7187         * gnus-msg.el (gnus-configure-posting-styles): add an optional
7188         group-name argument.
7189         * gnus-msg.el (gnus-setup-message): use it.
7190
7191 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7192
7193         * gnus-sum.el (gnus-summary-show-article): Fix doc.
7194
7195 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7196
7197         * mml.el (mime-to-mml): Remove Content-Disposition too.
7198
7199 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7200
7201         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
7202         * gnus-group.el (gnus-group-name-decode): Decode unibyte
7203         strings only.
7204         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7205
7206 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
7207
7208         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
7209         (nnmail-fancy-expiry-target): Use it.
7210         Suggestions from Simon Josefsson <jas@extundo.com>.
7211
7212 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7213
7214         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
7215
7216 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7217
7218         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
7219
7220         * gnus-util.el (gnus-url-unhex-string): Move here.
7221
7222 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7223
7224         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
7225         mm-url-decode-entities-nbsp.
7226
7227         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
7228         * webmail.el, nnwfm.el: Use mm-url.
7229
7230         * mm-url.el (mm-url-fetch-form): Move from nnweb.
7231         (mm-url-remove-markup): Move from nnweb.
7232         (mm-url-fetch-simple): Move from webmail.
7233
7234         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
7235
7236 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7237
7238         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
7239         (gnus-summary-print-article): Use it.
7240
7241         * gnus-util.el (gnus-replace-in-string): Typo.
7242
7243 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7244
7245         * nnweb.el (nnweb-replace-in-string): Removed.
7246
7247         * gnus-util.el (gnus-replace-in-string): New function.
7248         (gnus-mode-string-quote): Use it.
7249
7250         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
7251         * nnwfm.el (nnwfm-create-mapping): Ditto.
7252
7253 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7254
7255         * dgnushack.el (dgnushack-compile): nnrss.el and
7256         nnslashdot.el don't depend on nnweb, url, w3.
7257
7258         * nnrss.el: Use mm-url.
7259
7260 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7261
7262         * mm-url.el (mm-url-insert-file-contents): Support file:.
7263
7264 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7265
7266         * mm-view.el: Lower case for the description line. Sync from the
7267         Emacs CVS.
7268
7269 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7270
7271         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
7272         From:  Stefan Monnier  <monnier@cs.yale.edu>
7273
7274 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7275
7276         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
7277
7278 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7279
7280         * mm-url.el: Require executable.
7281         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
7282
7283 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7284
7285         * pop3.el (pop3-munge-message-separator): Only use valid date.
7286         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
7287
7288         * Makefile.in: gnus-load.elc may not be generated.
7289
7290 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7291
7292         * mm-url.el: New file.
7293         * nnslashdot.el: Use it.
7294         * mm-extern.el (mm-extern-url): Use it.
7295
7296 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7297
7298         * gnus-sum.el (gnus-summary-save-article): Nix
7299         gnus-display-mime-function and gnus-article-prepare-hook.
7300
7301         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
7302         the beginning of lines.
7303         (gnus-complex-form-to-spec): Ditto.
7304
7305 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7306
7307         * message.el (message-make-mft): Fix the m-s-a-file regexp.
7308         From Paul Jarc <prj@po.cwru.edu>.
7309
7310 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7311
7312         * message.el: New variable message-subscribed-address-file;
7313         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
7314
7315 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7316
7317         * message.el (message-tab-body-function): Set to nil.
7318         (message-tab): Use text-mode-map or global-map.
7319         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
7320
7321 2001-11-30  Simon Josefsson  <jas@extundo.com>
7322
7323         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
7324         instead of gnus-union, for speed.  Suggested by Christoph Conrad
7325         <christoph.conrad@gmx.de>.
7326         (gnus-agent-fetch-group-1): Add verbose message.
7327
7328 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7329
7330         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
7331         of integers.
7332
7333 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7334
7335         * message.el (message-newgroups-header-regexp)
7336         (message-completion-alist, message-tab-body-function): Use
7337         defcustom rather than defvar.
7338         (message-tab): Mention `message-tab-body-function' in doc.
7339         Suggested by Karl Eichwalder.
7340
7341 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7342
7343         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
7344
7345 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7346
7347         * nnheader.el (nnheader-find-nov-line): Don't use macro
7348         gnus-delete-line.
7349
7350         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
7351         (gnus-group-name-charset): Ditto.
7352
7353         * gnus-util.el (gnus-buffer-live-p): Ditto.
7354
7355 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7356
7357         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
7358         open parenthesis in doc.
7359         (sieve-manage-authenticator-alist): Typo in doc.
7360         * imap.el (imap-authenticator-alist): Typo in doc.
7361         (imap-stream-alist): Backslash.
7362
7363         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
7364           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
7365
7366 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7367
7368         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
7369
7370         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
7371
7372         * gnus-msg.el (gnus-configure-posting-styles): use
7373         make-local-hook. Add LOCAL for add-hook.
7374
7375 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
7376
7377         * message.el (message-mode): Use `make-local-hook' unless
7378         obsolete.
7379         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
7380
7381 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7382
7383         * canlock.el: Remove sha1.el and base64.el stuff.
7384
7385 2001-11-26  Didier Verna  <didier@xemacs.org>
7386
7387         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
7388         if needed.
7389
7390 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7391
7392         * message.el (message-tamago-not-in-use-p): New function.
7393         (message-strip-forbidden-properties): Use it.
7394
7395 2001-11-26  Didier Verna  <didier@xemacs.org>
7396
7397         * gnus-start.el (gnus-check-first-time-used): only check for
7398         existence of .el[d] files.
7399
7400 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7401
7402         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
7403
7404         * message.el (message-setup-1): Clean up mc-*.
7405
7406 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7407
7408         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
7409         * gnus-score.el (gnus-score-find-bnews): Use it.
7410
7411         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
7412         (gnus-summary-limit-to-author): Ditto.
7413         (gnus-summary-limit-to-extra): Ditto.
7414         (gnus-summary-find-matching): Support not-matching argument.
7415
7416 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7417
7418         * message.el (message-wash-subject): Use `insert' rather than
7419         `insert-string', which is deprecated.
7420
7421 2001-11-24  Simon Josefsson  <jas@extundo.com>
7422
7423         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
7424         message. (Gnus does not "default" to using 8bit for the message,
7425         it default to use 8bit encoding and the user-supplied CTE
7426         value. Calling this behaviour "treating it as 8bit" is perhaps
7427         better.)
7428
7429         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
7430         (compare mm-charset-to-coding-system).
7431
7432 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7433
7434         * canlock.el (canlock-sha1-with-openssl): Use unibyte
7435         buffer. Correctly decode hex.
7436
7437 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7438
7439         * gnus-agent.el (gnus-category-insert-line): Convert category
7440         names to strings.
7441
7442 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7443
7444         * message.el (sha1): eval-and-compile.
7445
7446 2001-11-20  Simon Josefsson  <jas@extundo.com>
7447
7448         * message.el (message-allow-no-recipients): New variable.
7449         (message-send): Use it, customize the prompting when posting to
7450         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
7451
7452 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7453
7454         * mm-util.el (mm-coding-system-priorities): New variable.
7455         (mm-sort-coding-systems-predicate): New function.
7456         (mm-find-mime-charset-region): Resort coding systems if needed.
7457         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
7458
7459 2001-11-20  Didier Verna  <didier@xemacs.org>
7460
7461         * gnus-group.el (gnus-group-make-help-group): new optional
7462         argument to control the error behavior.
7463         * gnus-start.el (gnus-check-first-time-used): use it to avoid
7464         erroring.
7465
7466 2001-11-19  Simon Josefsson  <jas@extundo.com>
7467
7468         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
7469         instead of C-c C-u.  Suggested by Per Abrahamsen
7470         <abraham@dina.kvl.dk>.
7471
7472 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7473
7474         * nnfolder.el (nnfolder-read-folder): Use group instead of
7475         nnfolder-current-group.
7476         Suggested by Lorentey Karoly <lorentey@elte.hu>.
7477
7478 2001-11-17  Simon Josefsson  <jas@extundo.com>
7479
7480         * message.el (message-send): Ask user if Fcc/Gcc should be
7481         performed when no other sender was specified.
7482         Suggested by prj@po.cwru.edu (Paul Jarc).
7483
7484 2001-11-17  Simon Josefsson  <jas@extundo.com>
7485
7486         * message.el (message-mode, message-mode-map): Use C-c C-u for
7487         Importance: instead of C-c C-p (used by SC).
7488
7489 2001-11-16  Simon Josefsson  <jas@extundo.com>
7490
7491         * message.el (message-insert-importance-high)
7492         (message-insert-importance-low): Save point.
7493
7494         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
7495         value.
7496
7497 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
7498
7499         * message.el (message-strip-special-text-properties): New option.
7500         (message-strip-forbidden-properties): Obey it.
7501
7502 2001-11-14  Sam Steingold  <sds@gnu.org>
7503
7504         * gnus-score.el: Fixed some doc strings to properly quote symbols.
7505
7506 2001-11-15  Simon Josefsson  <jas@extundo.com>
7507
7508         Support "Importance:" header in Message.
7509
7510         * message.el (message-mode-map): Bind C-c C-p to
7511         `message-insert-or-toggle-importance'
7512         (message-mode-menu): Add message-insert-importance-{high,low}.
7513         (message-insert-importance-high, message-insert-importance-low)
7514         (message-insert-or-toggle-importance): New functions.
7515         (message-tool-bar-map): Add {un,}important.
7516         (message-mode): Doc fix.
7517
7518 2001-11-15  Simon Josefsson  <jas@extundo.com>
7519
7520         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
7521
7522         * mml.el (mml-menu): Fix toolbar tooltip.
7523
7524 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7525
7526         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
7527         * nnml.el (nnml-save-marks): Ditto.
7528
7529         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
7530
7531 2001-11-15  Simon Josefsson  <jas@extundo.com>
7532
7533         * nnml.el (nnml-save-marks):
7534         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
7535         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
7536
7537 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
7538
7539         * gnus-art.el (gnus-article-wash-status-strings): Use
7540         `copy-sequence', not `copy-seq'.
7541
7542 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
7543
7544         * gnus-art.el (gnus-article-wash-status-strings): New constant.
7545         (gnus-gnus-article-wash-status-entry): New function.
7546         (gnus-article-wash-status): Use it.
7547
7548 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7549
7550         * mml1991.el: Add coding header.
7551
7552 2001-11-12  Simon Josefsson  <jas@extundo.com>
7553
7554         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
7555         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
7556         `mml1991-sign' and `mml1991-encrypt'.
7557         (mml1991-encrypt, mml1991-sign): New glue functions.
7558         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
7559
7560         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
7561         (mml-menu): Add PGP to menu.
7562
7563         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
7564         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
7565         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
7566         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
7567
7568         * mml2015.el: Mention RFC 3156.
7569
7570         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
7571
7572 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7573
7574         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
7575
7576         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
7577           From <Michael.Cook@cisco.com>
7578
7579 2001-11-11  Simon Josefsson  <jas@extundo.com>
7580
7581         * message.el (top-level): Autoload sha1.
7582         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
7583         canlock, no need to require two different hash algs).  Suggested
7584         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
7585
7586 2001-11-09  Simon Josefsson  <jas@extundo.com>
7587
7588         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
7589         <Pavel@Janik.cz>.
7590
7591 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7592
7593         * message.el (message-point-in-header-p): New function.
7594         (message-do-auto-fill): Use it.
7595         (message-beginning-of-line): New function.  Goes to beginning of
7596         header value (i.e., end of header name), or to beginning of line
7597         if already at beginning of value.  Behaves like
7598         `beginning-of-line' when in message body.
7599         (message-mode-map): Bind it.
7600
7601 2001-11-08  Simon Josefsson  <jas@extundo.com>
7602
7603         * gnus-msg.el (gnus-posting-styles): Add doc.
7604
7605 2001-11-07  Simon Josefsson  <jas@extundo.com>
7606
7607         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
7608
7609         * sieve-mode.el (sieve-control-commands-face)
7610         (sieve-control-commands-face, sieve-action-commands-face)
7611         (sieve-test-commands-face, sieve-tagged-arguments-face): New
7612         faces.
7613         (sieve-font-lock-keywords): Use them.
7614         (sieve-mode): Only set font-lock-defaults in emacs.
7615
7616         * gnus-art.el (gnus-default-article-saver): Add
7617         gnus-summary-save-body-in-file.
7618         (gnus-summary-write-to-file): Fix doc.
7619
7620 2001-11-07  Simon Josefsson  <jas@extundo.com>
7621
7622         * gnus-art.el (gnus-treat-highlight-signature): Add cross
7623         reference to the correct chapter in the manual.
7624
7625         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
7626         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
7627
7628 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7629
7630         * mml.el (mml-preview): Bind mail-header-separator.
7631
7632 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7633
7634         * message.el: Always require canlock.
7635         (message-ignored-supersedes-headers): Include Cancel-Lock and
7636         Cancel-Key.
7637         (message-insert-canlock): Don't require canlock.
7638         (message-cancel-news): Don't check whether canlock is available.
7639         (message-supersede): Support cancel-locks.
7640
7641         * gnus-art.el: Don't autoload canlock.
7642
7643 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7644
7645         * mail-source.el (mail-source-fetch-imap): ASYNC param.
7646         From: <andre@slamdunknetworks.com>
7647
7648 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7649
7650         * many files: Fix copyright lines.
7651
7652 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7653
7654         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
7655         Suggested by Dave Love  <fx@gnu.org>.
7656
7657 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7658
7659         * message.el (message-kill-buffer): Remove auto-save file after
7660         confirm.
7661
7662         * message.el (message-send-mail): Call message-generate-headers
7663         once.  Suggested by Matt Armstrong <matt@lickey.com>.
7664
7665         * gnus-topic.el (gnus-topic-rename): Initial-input.
7666         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
7667
7668 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
7669
7670         * message.el (message-forbidden-properties): New constant.
7671         (message-strip-forbidden-properties): New function.
7672         (message-mode): Activate it.
7673
7674 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7675
7676         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
7677         (mm-hack-charsets): Fix doc.
7678
7679 2001-11-02  Simon Josefsson  <jas@extundo.com>
7680
7681         * gnus-int.el (gnus-check-server): Message "...done" when done.
7682
7683         * imap.el (imap-close): Don't message (imap-send-command-wait
7684         returns if the connection is dropped).
7685         (imap-wait-for-tag): Nix out message only when necessary.
7686
7687         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
7688         for non-crossposting.
7689         (gnus-sieve-crosspost): Default to t to be consistent with other
7690         parts of Gnus.
7691
7692 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7693
7694         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
7695         (mm-iso-8859-x-to-15-table): Ditto.
7696         (mm-iso-8859-x-to-15-region): Ditto.
7697         (mm-find-mime-charset-region): Ditto.
7698
7699 2001-11-01  Simon Josefsson  <jas@extundo.com>
7700
7701         * nnimap.el (nnimap-close-asynchronous): New variable.
7702         (nnimap-close-group): Use it.
7703         (nnimap-expunge): Don't use it.
7704
7705         * imap.el (imap-callbacks): New variable.
7706         (imap-remassoc): Copied from `gnus-remassoc'.
7707         (imap-add-callback): New function.
7708         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
7709         behaviour.
7710         (imap-parse-response): Call the callback.
7711
7712         * message.el (message-insert-canlock): New variable.
7713         (message-canlock-generate, message-canlock-password)
7714         (message-insert-canlock): New functions.
7715         (message-send-news): Call `message-insert-canlock'.
7716         (top-level): Require canlock when compiling.
7717         (message-insert-canlock): Require canlock before we need it.
7718
7719 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7720
7721         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
7722
7723 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7724
7725         * dgnushack.el (dgnushack-make-load): A workaround for
7726         custom-add-loads bug in some versions of XEmacs.
7727
7728 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7729
7730         * mm-util.el (mm-charset-synonym-alist): Revert (some).
7731
7732 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7733
7734         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
7735         (mm-hack-charsets): New variable.
7736         (mm-iso-8859-15-compatible): New variable.
7737         (mm-iso-8859-x-to-15-table): New variable.
7738         (mm-find-mime-charset-region): Add parameter hack-charsets.
7739
7740         * mm-bodies.el (mm-encode-body): Use it.
7741         * mml.el (mml-parse-1): Ditto.
7742
7743 2001-11-01  Simon Josefsson  <jas@extundo.com>
7744
7745         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
7746
7747 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7748
7749         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
7750         is nil.
7751
7752 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7753
7754         * smiley-ems.el (smiley-update-cache): Auto detect file type.
7755
7756         * message.el (message-forward-rmail-make-body): Use
7757         save-window-excursion.
7758         (message-encode-message-body): Search with noerror.
7759         (message-setup-1): Convert compose-mail send-actions to
7760         message-send-actions.
7761
7762 2001-11-01  Simon Josefsson  <jas@extundo.com>
7763
7764         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
7765         <yamaoka@jpl.org>.
7766
7767 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7768
7769         * sieve-manage.el (sieve-string-bytes): No complain.
7770
7771 2001-11-01  Simon Josefsson  <jas@extundo.com>
7772
7773         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
7774         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
7775         has autoload cookies, so no `require' should be necessary.)
7776
7777         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
7778         files.
7779
7780 2001-10-31  Simon Josefsson  <jas@extundo.com>
7781
7782         * gnus-cus.el (gnus-group-parameters): Support integer `display'
7783         parameter.
7784
7785         * gnus-sum.el (gnus-select-newsgroup): If group parameter
7786         `display' is a number (and C-u wasn't used to enter group), only
7787         fetch that number of articles.
7788
7789 2001-10-31  Matt Armstrong  <matt@lickey.com>
7790
7791         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
7792         not-subscribed -> subscribed.
7793
7794 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7795         From: Josh Huber <huber@alum.wpi.edu>
7796
7797         * message.el (message-subscribed-address-functions): New variable.
7798         (message-subscribed-addresses): New variable.
7799         (message-subscribed-regexps): New variable.
7800         (message-goto-mail-followup-to): New function.
7801         (message-send-mail): Add Mail-Followup-To.
7802         (message-make-mft): New function.
7803
7804         * gnus.el (gnus-find-subscribed-addresses): New function.
7805
7806 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7807
7808         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
7809         (mail-source-fetch-pop): Ditto.
7810         (mail-source-check-pop): Ditto.
7811
7812         * gnus-start.el (gnus-read-init-file): Ditto.
7813         (gnus-activate-group): Ditto.
7814         (gnus-read-newsrc-el-file): Ditto.
7815
7816 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7817
7818         * message.el (message-get-reply-headers): Make sure there is ", ".
7819
7820         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
7821         mm-coding-system-p. Don't correct it only in XEmacs.
7822         (mm-charset-to-coding-system): Use mm-coding-system-p and
7823         mm-get-coding-system-list.
7824         (mm-emacs-mule, mm-mule4-p): New variables.
7825         (mm-enable-multibyte, mm-disable-multibyte,
7826         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
7827         mm-with-unibyte-current-buffer,
7828         mm-with-unibyte-current-buffer-mule4): Use them.
7829         (mm-find-mime-charset-region): Treat iso-2022-jp.
7830
7831         From  Dave Love  <fx@gnu.org>:
7832
7833         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
7834         construction.
7835         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
7836         entries conditional on not having a coding system defined for
7837         them.
7838         (mm-mule-charset-to-mime-charset): Use
7839         find-coding-systems-for-charsets if defined.
7840         (mm-charset-to-coding-system): Don't use
7841         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
7842         later.  Add last resort search of coding systems.
7843         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
7844         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
7845         Mule 4.
7846         (mm-find-mime-charset-region): Re-write.
7847         (mm-with-unibyte-current-buffer): Restore buffer as well as
7848         multibyteness.
7849
7850 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7851
7852         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
7853         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
7854         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
7855
7856 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7857
7858         * gnus-art.el (article-display-x-face): Nix buffer-read-only
7859         again.
7860
7861         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
7862
7863 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7864
7865         * gnus-spec.el (gnus-parse-simple-format): Use
7866           buffer-substring-no-properties.
7867
7868 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7869
7870         * gnus-art.el (article-verify-cancel-lock): New function.
7871
7872         * nnheader.el (nntp-process-response): New variable.
7873         (nnheader-init-server-buffer): Make `nntp-process-response'
7874         buffer-local in `nntp-server-buffer'.
7875
7876         * nntp.el (nntp-prepare-post-hook): New hook.
7877         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
7878         (nntp-async-trigger): Ditto.
7879         (nntp-request-post): Insert a server's ID if there's no Message-ID
7880         header; run `nntp-prepare-post-hook'.
7881
7882 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7883
7884         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
7885         instead.
7886
7887         * message.el (message-forward-subject-author-subject): Don't use
7888         message-news-p, which widens the buffer.
7889         (message-forward-make-body): New function.
7890         (message-forward): Use it.
7891         (message-insinuate-rmail): New function.
7892         (message-forward-rmail-make-body): New function.
7893
7894 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7895
7896         * mm-extern.el (mm-extern): Provide it.
7897
7898         * mm-partial.el (mm-partial): Provide it.
7899
7900 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7901
7902         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
7903
7904 2001-10-29  Simon Josefsson  <jas@extundo.com>
7905
7906         * mml.el (mml-preview): Bind message-this-is-news if it is
7907         news. From Jesper Harder <harder@myrealbox.com>.
7908
7909 2001-10-28  Simon Josefsson  <jas@extundo.com>
7910
7911         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
7912
7913 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
7914
7915         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
7916         ironic smilies.
7917
7918 2001-10-27  Simon Josefsson  <jas@extundo.com>
7919
7920         * message.el (message-indent-citation): Don't add trailing
7921         whitespace when citing text.
7922
7923         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
7924         <harder@ifa.au.dk>.
7925
7926 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7927
7928         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
7929         not available.
7930         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
7931         (nnweb-type-definition): Add google as alias of dejanews.
7932         (nnweb-google-parse-1): Forward 1 line.
7933
7934 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7935
7936         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
7937         variable `message-forward-ignored-headers'.
7938
7939 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
7940
7941         * gnus.el (gnus-expand-group-parameter): New function.
7942         (gnus-expand-group-parameters): Call it.
7943         (gnus-group-fast-parameter): New function.
7944         (gnus-group-find-parameter): Call it.
7945
7946 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
7947
7948         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
7949         vector (it didn't before because of a bug).
7950         * gnus-msg.el (gnus-post-news): Use header vector directly, if
7951         available.  Before it converted it to an article number.
7952
7953         This makes followup to news articles with negative numbers in
7954         nnvirtual groups use news instead of mail.
7955
7956 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
7957
7958         * gnus.el (post-method): Use `native' instead of `nil'.
7959
7960         * gnus-msg.el (gnus-post-method): Ditto.
7961
7962 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
7963
7964         * gnus.el (gnus-define-group-parameter): Grammar fix.
7965
7966 2001-10-22  Simon Josefsson  <jas@extundo.com>
7967
7968         * gnus-msg.el (gnus-extended-version): Include
7969         system-configuration.
7970         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
7971
7972 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
7973
7974         * gnus.el (post-method): Customization fix: `native' is not a
7975         valid value.
7976         * gnus-msg.el (gnus-post-method): Doc and customization fix:
7977         `native' is not a valid value.
7978
7979 2001-10-21  Simon Josefsson  <jas@extundo.com>
7980
7981         * nnimap.el (nnimap): Defgroup
7982         (nnimap-strict-function, nnimap-strict-function-match): New
7983         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
7984         (nnimap-split-crosspost, nnimap-split-inbox)
7985         (nnimap-split-rule, nnimap-split-predicate)
7986         (nnimap-split-predicate): Defcustom.
7987         (nnimap-split-inbox, nnimap-expunge-search-string)
7988         (nnimap-importantize-dormant): Remove "*" from doc.
7989
7990 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7991
7992         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
7993         not supplied via prefix arg.  From Lisp, make arg mandatory.
7994         Suggested by Frank Schmitt.
7995
7996 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
7997
7998         * message.el (message-do-auto-fill): Avoid calling
7999         'rfc822-goto-eoh'.
8000
8001 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8002         From Paul Jarc <prj@po.cwru.edu>.
8003
8004         * message.el (message-get-reply-headers): Restructure the logic
8005         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
8006
8007 2001-10-20  Simon Josefsson  <jas@extundo.com>
8008
8009         * message.el (message-cancel-news): Support cancel-locks.
8010         Suggested by Per Abrahamsson.
8011
8012         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
8013         conses.  From David Z Maze <dmaze@MIT.EDU>.
8014
8015         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
8016
8017 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8018
8019         * mm-decode.el (mm-default-directory): Fix customize type.
8020
8021         * message.el (message-setup-fill-variables): Kludge to use
8022         normal-auto-fill-function even if auto fill is already activated.
8023
8024 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8025
8026         * message.el (message-do-auto-fill): New version that does not
8027         rely on text properties, by Simon Josefsson <jas@extundo.com>.
8028         (message-setup-1): Removed the `message-field' property.
8029
8030         * gnus-draft.el (gnus-draft-edit-message): Removed the
8031         `message-field' property.
8032
8033 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
8034
8035         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
8036         `message-field'.  The `field' property has a special significance in
8037         Emacs 21.
8038
8039         * message.el (message-send, message-setup-1): Ditto.
8040
8041 2001-10-18  Simon Josefsson  <jas@extundo.com>
8042
8043         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
8044         when undoing.
8045
8046 2001-10-18  Simon Josefsson  <jas@extundo.com>
8047         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
8048
8049         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
8050         (gnus-summary-make-menu-bar): Ditto.
8051
8052 2001-10-17  Simon Josefsson  <jas@extundo.com>
8053
8054         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
8055         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
8056
8057 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8058
8059         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
8060         * gnus-util.el (gnus-user-date): New function.
8061         From Frank Schmitt <usenet@Frank-Schmitt.net>.
8062
8063 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8064
8065         * message.el (message-check-news-header-syntax): Special case
8066         nnvirtual groups.
8067
8068         * gnus-sum.el (gnus-summary-respool-default-method): Changed
8069         customize type to `symbol'.
8070
8071 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8072
8073         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
8074         %&foo;.
8075         (gnus-parse-simple-format): Support user extended spec too.
8076         %u&foo; invokes gnus-user-format-function-foo.
8077
8078 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8079
8080         * nnml.el (nnml-request-expire-articles): Make sure it is back to
8081         the server.
8082         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
8083         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
8084         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
8085         * nndiary.el (nndiary-request-expire-articles): Ditto.
8086         (nndiary-schedule): Defsubst it before use it.
8087         (nndiary-error): eval-and-compile.
8088
8089 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
8090
8091         * gnus-msg.el (gnus-post-method): Changed two instances of
8092         `active' to `current' and one `null' to `not'.
8093
8094 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8095         From Katsumi Yamaoka <yamaoka@jpl.org>.
8096
8097         * message.el (message-setup-fill-variables): Use
8098         `normal-auto-fill-function' instead of `auto-fill-function'.
8099
8100 2001-10-16  Simon Josefsson  <jas@extundo.com>
8101
8102         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
8103         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
8104         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
8105
8106 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8107         Patch by Oliver Scholz <oscholz@my.gnus.org>.
8108
8109         * gnus-draft.el (gnus-draft-edit-message): Add text property
8110         `field' with value `header' to message headers.
8111         * message.el (message-setup-1): Really add text property to all of
8112         the header, not just part of it.
8113
8114 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8115
8116         * gnus-group.el (gnus-group-sort-by-server): Use it.
8117
8118         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
8119
8120         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
8121         and keystroke.
8122
8123 2001-10-14  Simon Josefsson  <jas@extundo.com>
8124
8125         * dig.el: Doc fix.
8126
8127         * smime.el: Doc fix.
8128
8129         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
8130         charset magic from message.el.
8131
8132 2001-10-12  Simon Josefsson  <jas@extundo.com>
8133         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
8134
8135         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
8136         'cite from g-a-wash-types.
8137         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
8138         (gnus-article-hide-citation): Fix.
8139
8140         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
8141         character.
8142         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
8143
8144         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
8145         definition.
8146         (gnus-signature-toggle): Toggle `s' mode line character.
8147
8148         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
8149         doing stuff that clears it.
8150
8151 2001-10-12  Simon Josefsson  <jas@extundo.com>
8152
8153         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
8154         From Eric Marsden <emarsden@laas.fr>.
8155
8156 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8157
8158         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
8159         (autoload): Add some autoloads.
8160
8161 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8162         Suggested by Oliver Scholz <epameinondas@gmx.de>.
8163
8164         * message.el (message-do-auto-fill): New function.  Like
8165         `do-auto-fill' but don't fill when in the message header.
8166         (message-setup-1): Put a text property on the message header.
8167         (message-setup-fill-variables): Use `message-do-auto-fill'.
8168
8169 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8170
8171         * message.el (message-send-mail-partially): Insert an empty line
8172         first, because of the change of message-make-lines.
8173
8174 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
8175
8176         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
8177         iso-8859-15, make it an alias for iso-8859-1.
8178
8179 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8180
8181         * message.el (message-send-news): Don't modify the value of
8182         `message-syntax-checks' if it is not a list (possibly it is
8183         `dont-check-for-anything-just-trust-me').
8184
8185 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8186
8187         * gnus-group.el (gnus-group-name-charset-group-alist): Use
8188         `find-coding-system' for XEmacs to check whether the coding-system
8189         `utf-8' is available.
8190
8191 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8192
8193         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
8194
8195 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
8196
8197         * message.el (message-send-news): Oops, missed case with no
8198         "Followup-To" header...
8199
8200 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
8201
8202         * message.el (message-send-news): Allow
8203         `gnus-group-name-charset-group-alist' to affect encoding of the
8204         "Newsgroups" and "Followup-To" headers.
8205
8206 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8207
8208         * Makefile.in (install-el): Depend on gnus-load.el.
8209
8210 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8211
8212         * Makefile.in (install-el): Use -f.
8213         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
8214
8215 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
8216
8217         * message.el (message-send-news): Don't encode Followups-To when
8218         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
8219
8220         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
8221         header.
8222
8223         * gnus-art.el (article-decode-group-name): Also decode
8224         "Followup-To".
8225
8226         * rfc2047.el (rfc2047-encode-message-header): Encode without
8227         asking for null methods.
8228
8229         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
8230         default charset for newsgroup names in accordance with USEFOR.
8231
8232         * gnus-group.el (gnus-group-name-charset-method-alist,
8233         gnus-group-name-charset-group-alist): Removed "*" from doc
8234         strings, "*" should not be used for complex variables.
8235
8236 2001-10-06  Simon Josefsson  <jas@extundo.com>
8237
8238         Support UTF-8 group names better.
8239
8240         * message.el (message-check-news-header-syntax): Encode group
8241         names before comparison.
8242
8243         * gnus-msg.el (gnus-copy-article-buffer): Run all
8244         `gnus-article-decode-hook's except `article-decode-charset'
8245         instead of hardcoding call to one of them.
8246
8247         * gnus-art.el (gnus-article-decode-hook): Add
8248         `article-decode-group-name'.
8249         (article-decode-group-name): New function, use `g-d-n'.
8250
8251         * gnus-group.el (gnus-group-insert-group-line): Decode
8252         gnus-tmp-group using `g-d-n'.
8253
8254         * gnus-util.el (gnus-decode-newsgroups): New function.
8255
8256 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
8257
8258         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
8259         `gnus-group-name-charset-group-alist'.
8260
8261 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8262
8263         * Makefile.in: Install el in install. Add uninstall.
8264
8265 2001-10-05  Simon Josefsson  <jas@extundo.com>
8266
8267         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
8268
8269         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
8270
8271         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
8272         empty folders.
8273
8274         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
8275         limiting if read-all (C-u RET) was used.
8276
8277 2001-10-04  Simon Josefsson  <jas@extundo.com>
8278
8279         * mail-source.el (mail-source-movemail-program): New variable.
8280         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
8281         <thutt@thutt.vmware.com>.
8282
8283 2001-10-03  Simon Josefsson  <jas@extundo.com>
8284
8285         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
8286         (gnus-summary-line-format-alist): Fix param.
8287
8288 2001-10-02  Simon Josefsson  <jas@extundo.com>
8289
8290         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
8291         don't go through `nnimap-request-expire-articles' to delete the
8292         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
8293
8294 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8295
8296         * gnus-agent.el (gnus-agent-write-active): The min in the
8297         agent/active may be larger than that in the server/active.
8298
8299 2001-10-01  Simon Josefsson  <jas@extundo.com>
8300
8301         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
8302         is IMAP4rev1.
8303
8304         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
8305
8306         * nnfolder.el: Ditto.
8307
8308 2001-09-30  Dan Christensen  <jdc@uwo.ca>
8309
8310         * gnus-sum.el (gnus-summary-extract-address-component): New function.
8311         (gnus-summary-from-or-to-or-newsgroups): Optimize.
8312
8313 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8314
8315         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
8316         (message-mode-menu): Menu item for same.
8317
8318         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
8319         delayed articles.
8320
8321         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
8322         nndraft:delayed does not exist.
8323         (gnus-delay-initialize): Don't set up keymap, that's done from
8324         message.el now.
8325         (gnus-delay, gnus-delay-group, gnus-delay-header)
8326         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
8327
8328 2001-09-29  Simon Josefsson  <jas@extundo.com>
8329
8330         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
8331         utf-8, not eight-bit-control.
8332
8333         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
8334         (imap-log, imap-debug): Custom.
8335         (imap-log-buffer, imap-debug-buffer): New constants.
8336         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
8337         (imap-network-open, imap-shell-open, imap-starttls-open)
8338         (imap-send-command-1, imap-send-command, imap-arrival-filter)
8339         (imap-debug): Use imap-*-buffer.
8340
8341         * nndoc.el (nndoc-article-type): Add mailman.
8342         (nndoc-type-alist): Ditto.
8343         (nndoc-mailman-type-p): New function.
8344
8345 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8346
8347         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
8348         gnus-art.el.
8349
8350 2001-09-27  Simon Josefsson  <jas@extundo.com>
8351
8352         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
8353         (gnus-topic-catchup-articles): New function. Suggested by Robin
8354         S. Socha <robin-dated-1001857693.185e29@socha.net>.
8355
8356 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8357         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
8358
8359         * gnus-ems.el (gnus-article-display-xface): Insert xface after
8360         previous ones.
8361
8362 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8363         From Daiki Ueno  <ueno@unixuser.org>
8364
8365         * gnus-sum.el (gnus-summary-show-article): The arglist of
8366         detect-coding-region is incompatible.
8367
8368 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8369         From Katsuhiro Hermit Endo <hermit@koka-in.org>
8370
8371         * gnus-group.el (gnus-group-delete-group): Typo.
8372
8373 2001-09-26  Simon Josefsson  <jas@extundo.com>
8374
8375         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
8376
8377         * nnimap.el (nnimap-expiry-target): Use temp buffer.
8378
8379 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8380
8381         * gnus-cus.el (gnus-group-parameters): Display as sexp.
8382
8383 2001-09-22  Simon Josefsson  <jas@extundo.com>
8384
8385         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
8386
8387         * nnfolder.el (nnfolder-open-marks): Ditto.
8388
8389         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
8390         (gnus-update-marks): Use it.
8391         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
8392         hardcoded list.
8393
8394         * gnus.el (gnus-article-special-mark-lists): Add killed.
8395         (gnus-article-unpropagated-mark-lists): New constant.
8396
8397 2001-09-22  Simon Josefsson  <jas@extundo.com>
8398
8399         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
8400         custom option.
8401
8402 2001-09-23  Simon Josefsson  <jas@extundo.com>
8403
8404         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
8405
8406 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8407
8408         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
8409
8410 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
8411
8412         * gnus-group.el (gnus-group-sort-function): Fix customize type to
8413         accept lists of functions.
8414
8415 2001-09-20  Simon Josefsson  <jas@extundo.com>
8416
8417         * gnus-group.el (gnus-group-catchup): Update expire marks in
8418         backend.  Also, if ALL also set expire marks on tick/dormant.
8419
8420 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8421
8422         * message.el (message-tab-body-function): New variable.
8423         * message.el (message-tab): Use it.
8424
8425 2001-09-19  Sam Steingold  <sds@gnu.org>
8426
8427         * gnus-win.el (gnus-buffer-configuration): Respect
8428         `gnus-bug-create-help-buffer'.
8429
8430 2001-09-18  Simon Josefsson  <jas@extundo.com>
8431
8432         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
8433         (gnus-parse-simple-format): Re-revert.
8434
8435 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
8436         Trivial patch.
8437
8438         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
8439         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
8440
8441 2001-09-18  Simon Josefsson  <jas@extundo.com>
8442
8443         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
8444         signed.
8445         (gnus-parse-simple-format): Don't use it.
8446
8447 2001-09-17  Miles Bader  <miles@gnu.org>
8448
8449         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
8450         error querying a backend abort the whole process.
8451
8452 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8453
8454         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
8455         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
8456
8457 2001-09-17  Didier Verna  <didier@xemacs.org>
8458
8459         * nndiary.el: version 0.2-b14.
8460         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
8461         compatibility problem with XEmacs 21.1.
8462
8463 2001-09-15  Simon Josefsson  <jas@extundo.com>
8464
8465         * gnus-group.el (gnus-group-line-format): Document %c.
8466
8467         * nnml.el (nnml-parse-head): Handle CRLF files.
8468         (nnml-generate-nov-file): Ditto.
8469         (nnml-retrieve-headers): Ditto.
8470
8471 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
8472
8473         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
8474
8475 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
8476
8477         * gnus-spec.el (gnus-correct-substring): Still stopped one
8478         character before we wanted (never included last character).
8479         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
8480         add missing "," (once per function)
8481
8482 2001-09-14  Simon Josefsson  <jas@extundo.com>
8483
8484         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
8485         (otherwise e.g. gnus-agentize in .gnus overrides the customized
8486         default before gnus-group is loaded and the variable set.)
8487
8488         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
8489         killed or unsent marks.
8490
8491         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
8492         isn't an article to set it on (e.g. when you `a' in a group).
8493
8494 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8495
8496         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
8497         can read e-mails from Microsoft Outlook users not using ISO
8498         8859-2 character set.
8499
8500 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8501
8502         * gnus-diary.el: Minor modifications to avoid warnings.
8503         (gnus-summary-misc-menu): defvar.
8504         (gnus-diary-check-message): Use gnus-point-at-eol.
8505         (gnus-diary-kill-entire-line): eval-and-compile.
8506
8507 2001-09-12  Didier Verna  <didier@xemacs.org>
8508
8509         * nndiary.el: new version (0.2-b13).
8510         * nndiary.el (nndiary-mail-sources): doc update.
8511         * nndiary.el (nndiary-split-methods): ditto.
8512         * nndiary.el (nndiary-request-accept-article-hooks): New.
8513         * nndiary.el (nndiary-request-accept-article): use it, check
8514         message validity.
8515         * nndiary.el (nndiary-get-new-mail): changed default to nil.
8516         * nndiary.el (nndiary-schedule): fix bug (misplaced
8517         condition-case): it didn't return nil on error.
8518         * gnus-diary.el: new version.
8519         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
8520         * gnus-diary.el (gnus-diary-header-value-history): New.
8521         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
8522         * gnus-diary.el (gnus-diary-add-header): New.
8523         * gnus-diary.el (gnus-diary-check-message): New.
8524         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
8525         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
8526
8527 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8528
8529         * gnus-sum.el (gnus-select-newsgroup): Make
8530         `gnus-current-select-method' buffer-local.
8531
8532         * gnus-art.el (gnus-request-article-this-buffer): Refer
8533         `gnus-current-select-method' in the current summary buffer.
8534
8535 2001-09-10  Simon Josefsson  <jas@extundo.com>
8536         From Daniel Pittman <daniel@rimspace.net>
8537
8538         * gnus-spec.el (gnus-correct-pad-form): Fix.
8539
8540 2001-09-09  Simon Josefsson  <jas@extundo.com>
8541
8542         * mm-decode.el (mm-inline-media-tests): Add
8543         application/x-emacs-lisp.
8544         (mm-attachment-override-types): Add
8545         application/{x-,}pkcs7-signature.
8546
8547         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
8548         (gnus-server-line-format, gnus-server-mode-line-format)
8549         (gnus-server-browse-in-group-buffer): Customize.
8550
8551 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8552
8553         * nnml.el (nnml-marks-changed-p): Typo.
8554         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
8555         (nnml-marks-changed-p): Use gnus-gethash.
8556         (nnml-marks-modtime): Use gnus-make-hashtable.
8557
8558         * nnfolder.el (nnfolder-marks-changed-p): Typo.
8559         (nnfolder-request-expire-articles, nnfolder-save-marks)
8560         (nnfolder-open-marks): Typo.
8561         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
8562         (nnfolder-marks-changed-p): Use gnus-gethash.
8563         (nnfolder-marks-modtime): Use gnus-make-hashtable.
8564
8565 2001-09-08  Simon Josefsson  <jas@extundo.com>
8566
8567         * nnfolder.el (nnfolder-marks-modtime): New variable.
8568         (nnfolder-marks-changed-p): New function.
8569         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
8570         (nnfolder-request-update-info): Don't update if marks didn't change.
8571
8572         * nnml.el (nnml-marks-modtime): New variable.
8573         (nnml-marks-changed-p): New function.
8574         (nnml-save-marks, nnml-open-marks): Save modtime.
8575         (nnml-request-update-info): Don't update if marks didn't change.
8576
8577         * gnus-agent.el (gnus-agent-any-covered-gcc)
8578         (gnus-agent-add-server, gnus-agent-remove-server): Use
8579         gnus-agent-method-p.
8580
8581         * gnus-art.el (gnus-buttonized-mime-types): New variable.
8582         (gnus-unbuttonized-mime-type-p): Use it.
8583
8584         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
8585         fetch group.
8586
8587 2001-09-08  Simon Josefsson  <jas@extundo.com>
8588         From Daniel Pittman <daniel@rimspace.net>
8589
8590         * gnus-spec.el (gnus-correct-pad-form): New function.
8591         (gnus-parse-simple-format): Use it.
8592
8593 2001-09-07  Simon Josefsson  <jas@extundo.com>
8594
8595         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
8596         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
8597         Putnam <reader@newsguy.com>.
8598         (gnus-group-sort-selected-groups): Touch dribble file.
8599
8600 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
8601
8602         * nnml.el (nnml-filenames-are-evil): New variable.
8603         (nnml-article-to-file-alist): Rename to ...
8604         (nnml-current-group-article-to-file-alist): ... this.
8605         Respect `nnml-filenames-are-evil'.
8606         (nnml-active-number): Update.
8607         (nnml-update-file-alist): Update.
8608         (nnml-request-article): Use nnheader-article-to-file-alist.
8609         (nnml-request-rename-group): Likewise.
8610
8611 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8612
8613         * gnus-sum.el (gnus-summary-insert-line): Fix.
8614
8615 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
8616
8617         * gnus-sum.el: Bind g-s-t-s to "W g".
8618         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
8619         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
8620         display of graphical smilies.
8621
8622 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8623
8624         * gnus-start.el (gnus-setup-news): A typo.
8625         From Bill White <billw@wolfram.com>.
8626
8627 2001-09-06  Simon Josefsson  <jas@extundo.com>
8628
8629         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
8630         and unseen marks.
8631
8632 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8633
8634         * nnmail.el (nnmail-split-fancy): Document `junk'.
8635
8636 2001-09-04  Simon Josefsson  <jas@extundo.com>
8637
8638         * imap.el (imap-search): Don't error if server is broken.
8639
8640 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
8641
8642         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
8643         searching for an article that isn't in the mbox.
8644
8645 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8646
8647         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
8648         right, and get all the comments.
8649
8650 2001-09-02  Simon Josefsson  <jas@extundo.com>
8651         Suggested by Dan Christensen <jdc+news@uwo.ca>
8652
8653         * nnfolder.el (nnfolder-request-update-info): Fix message.
8654
8655         * nnml.el (nnml-request-update-info): Ditto.
8656
8657 2001-09-01  Simon Josefsson  <jas@extundo.com>
8658
8659         * nnml.el (nnml-request-expire-articles): Also bind
8660         `nnml-current-group' and `nnml-article-file-alist' when using
8661         expiry-target. (Otherwise nnml will be in a inconsistent internal
8662         state causing all kind of problems.)
8663         (nnml-request-expire-articles): If `nnml-article-to-file' or
8664         `file-attributes' failes, return article as un-expirable instead
8665         of treating it as expired.
8666
8667 2001-08-31  Sam Steingold  <sds@gnu.org>
8668
8669         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
8670         typo: `exmine' --> `examine'.
8671
8672 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8673
8674         * nndoc.el (nndoc-forward-type-p): It is not a digest.
8675
8676 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8677
8678         * nnml.el (nnml-check-directory-twice): Remove.
8679         (nnml-retrieve-headers): Ditto.
8680         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
8681
8682 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8683
8684         * nnheader.el (nnheader-directory-files-is-safe): No need to read
8685         directory twice on Windows, or on GNU Emacs-21.
8686
8687 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8688
8689         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
8690         (nnml-request-rename-group): Ditto.
8691         (nnml-active-number): Ditto.
8692         (nnml-request-create-group): Use nnml-directory-articles.
8693         (nnml-request-expire-articles): Use nnml-directory-articles, which
8694         gets list from nov database if available.
8695         (nnml-get-nov-buffer): New function.
8696         (nnml-open-nov): Use it.
8697         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
8698         gets alist from nov database if available.
8699         (nnml-directory-articles): New function.
8700         (nnml-article-to-file-alist): New function.
8701
8702 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8703
8704         * mm-decode.el (mm-display-external): Use `name' as filename, if
8705         `filename' attribute is not present.
8706
8707 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8708
8709         * mail-source.el (mail-source-flash): New defcustom.
8710         (mail-source-new-mail-p): Ring visible bell if appropriate.
8711         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
8712         timer is cleared even if mail check signals an error.
8713
8714 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8715
8716         * gnus-sum.el (gnus-summary-move-article): Only update marks of
8717         type 'list.
8718
8719 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8720
8721         * flow-fill.el (fill-flowed): eol might be point-max.
8722
8723 2001-08-27  Simon Josefsson  <jas@extundo.com>
8724
8725         * nnml.el (nnml-request-update-info): Fix message.
8726         (nnml-open-marks): Ditto.
8727
8728         * nnfolder.el (nnfolder-request-update-info):
8729         (nnfolder-open-marks): Fix message.
8730
8731 2001-08-25  Simon Josefsson  <jas@extundo.com>
8732
8733         * nnfolder.el (nnfolder-save-marks): Don't create directory named
8734         after group in ~/.
8735
8736 2001-08-25  Simon Josefsson  <jas@extundo.com>
8737         From Andreas Jaeger  <aj@suse.de>
8738
8739         * nnfolder.el (nnfolder-open-marks): Fix typo.
8740         * nnml.el (nnml-open-marks): Likewise.
8741
8742 2001-08-25  Simon Josefsson  <jas@extundo.com>
8743
8744         Make nnfolder groups self-contained as far as marks are concerned.
8745
8746         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
8747         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
8748         (nnfolder-open-server): Make marks directory.
8749         (nnfolder-request-delete-group): Delete marks file.
8750         (nnfolder-request-delete-group): Check of nov/marks file exist
8751         before deleting.
8752         (nnfolder-request-rename-group): Rename marks file.
8753         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
8754         (nnfolder-request-set-mark, nnfolder-request-update-info)
8755         (nnfolder-group-marks-pathname, nnfolder-save-marks)
8756         (nnfolder-open-marks): New functions.
8757         (top-level): Require gnus.
8758
8759 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8760
8761         * nnweb.el (nnweb-type-definition): Use google raw file.
8762         (nnweb-google-parse-1): Ditto.
8763         (nnweb-google-identity): Ditto.
8764         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
8765         (nnweb-altavista-wash-article): Ditto.
8766         (nnweb-request-article): Remove nnweb-decode-entities.
8767
8768         * nnml.el: Require 'gnus.
8769
8770 2001-08-25  Simon Josefsson  <jas@extundo.com>
8771
8772         * nnml.el (nnml-marks-is-evil): Add doc.
8773
8774 2001-08-25  Simon Josefsson  <jas@extundo.com>
8775
8776         * nnml.el (nnml-save-marks): Wrap saving marks in a
8777         condition-case, to allow user to start Gnus if saving marks failed
8778         for some reason.
8779
8780 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8781
8782         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
8783
8784         * gnus-group.el (gnus-update-group-mark-positions): Bind
8785         gnus-group-update-hook to nil.
8786
8787 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8788
8789         * mml.el (mml-generate-mime-1): Force as multibyte string.
8790
8791 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8792
8793         * gnus-sum.el (gnus-summary-insert-line)
8794         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
8795         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
8796
8797         * gnus-spec.el (gnus-correct-substring): Take optional END.
8798
8799         * nnrss.el (nnrss-request-article): Remove \n.
8800         (nnrss-retrieve-headers): Lines number is -1.
8801
8802 2001-08-24  Simon Josefsson  <jas@extundo.com>
8803
8804         * gnus-group.el (gnus-info-clear-data): Call
8805         nnfoo-request-set-mark to propagate marks.  Fix bug:
8806         `gnus-group-update-line' doesn't update read range unless we call
8807         `gnus-get-unread-articles-in-group' first.
8808
8809         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
8810         to server.
8811
8812 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8813
8814         * gnus-util.el (gnus-create-info-command): Return an interactive
8815         function.
8816
8817 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8818         From Katsumi Yamaoka <yamaoka@jpl.org>
8819
8820         * gnus-spec.el (gnus-parse-complex-format): Use equal.
8821
8822 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8823
8824         * gnus-sum.el (gnus-select-newsgroup): Use it.
8825
8826         * gnus-util.el (gnus-not-ignore): New function.
8827
8828         * lpath.el (featurep): Don't fbind char-int.
8829
8830         * gnus-util.el (gnus-create-info-command): New function.
8831
8832         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
8833         right node.
8834
8835         * gnus-sum.el (gnus-select-newsgroup): Clean up.
8836         (gnus-summary-limit-children): Use 'identity instead of `all'.
8837         (gnus-summary-limit-to-display-predicate): New command and
8838         keystroke.
8839
8840 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8841
8842         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
8843
8844         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
8845
8846 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8847
8848         * gnus-spec.el: Add the Gnus version.
8849         (gnus-update-format-specifications): If the Gnus version changes,
8850         nix out the format spec cache.
8851
8852         * gnus.el (gnus-continuum-version): Made into a command and
8853         optionalize the VERSION.
8854
8855         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
8856         the start of the lines.
8857
8858 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8859
8860         * gnus.el (gnus-visual-p): Define function before use of
8861         function.
8862
8863 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8864
8865         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
8866         (gnus-article-mark-to-type): New function.
8867         (gnus-update-missing-marks): Only update marks of type 'list.
8868
8869         * gnus.el (gnus-article-special-mark-lists): New variable.
8870
8871 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8872
8873         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
8874         (gnus-select-newsgroup): Still use 'all.
8875         (gnus-summary-initial-limit): Comparing with 'all.
8876
8877 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8878
8879         * gnus-start.el (gnus-activate-group): If dont-check, don't update
8880         active.
8881
8882 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8883
8884         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
8885         nnslashdot-*-retrieve-headers.
8886         (nnslashdot-request-article): Fix for slashcode 2.2.
8887         (nnslashdot-make-tuple): New function.
8888         (nnslashdot-read-groups): Use it.
8889
8890 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8891
8892         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
8893         list.
8894
8895         * gnus-sum.el (gnus-summary-move-article): Don't select article.
8896
8897 2001-08-20  Simon Josefsson  <jas@extundo.com>
8898
8899         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
8900         opened, error instead of continuing (and exploding later).
8901
8902 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8903
8904         * gnus.el (gnus-expand-group-parameters): Return the parameter
8905         list.
8906
8907         * gnus-sum.el (gnus-summary-show-article): Doc fix.
8908         (gnus-summary-show-article): Guess at charset if required.
8909
8910         * gnus-spec.el (gnus-correct-substring): Stopped one character
8911         before we wanted.
8912
8913 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8914
8915         * earcon.el (earcon-auto-play): Remove unused option.
8916
8917 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8918
8919         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
8920         message down in levels, since it happens very fast.
8921
8922         * smiley-ems.el (smiley-update-cache): Respect the symbol version
8923         of smiley-regexp-alist.
8924
8925         * mm-view.el (mm-inline-text): Ignore vcard errors.
8926
8927         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
8928
8929         * gnus-score.el (gnus-all-score-files): Use append instead of
8930         nconc.
8931
8932         * gnus.el (gnus-splash-face): Doc fix.
8933
8934         * mm-decode.el (mm-mailcap-command): Use
8935         mm-path-name-rewrite-functions.
8936         (mm-path-name-rewrite-functions): New variable.
8937
8938         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
8939         (gnus-complex-form-to-spec): Insert tab.
8940         (gnus-spec-tab): New function.
8941
8942         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
8943         entering the group.
8944
8945         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
8946         the positional spec.
8947         (gnus-parse-complex-format): React to %C.
8948
8949         * gnus-ems.el (gnus-char-width): Moved here.
8950
8951         * gnus-sum.el (gnus-select-newsgroup): Set
8952         gnus-newsgroup-articles.
8953         (gnus-unseen-mark): New variable.
8954         (gnus-newsgroup-unseen): Ditto.
8955         (gnus-newsgroup-seen): Ditto.
8956         (gnus-adjust-marked-articles): Use them.
8957         (gnus-update-marks): Use them.
8958         (gnus-summary-update-secondary-mark): Display.
8959         (gnus-summary-prepare-threads): Display.
8960
8961         * gnus-msg.el (gnus-inews-group-method): Use and return the
8962         method, not the server.
8963
8964 2001-08-19  Simon Josefsson  <jas@extundo.com>
8965
8966         * gnus-srvr.el (gnus-server-agent-face): New.
8967         (gnus-server-agent-face): New.
8968         (gnus-server-mode): Turn on font-lock-mode.
8969
8970         * gnus.el (gnus-server-visual): Add defgroup.
8971
8972 2001-08-19  Simon Josefsson  <jas@extundo.com>
8973         From Joe Casadonte <jcasadonte@northbound-train.com>
8974
8975         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
8976         gnus-server-denied-face): New.
8977         (gnus-server-opened-face, gnus-server-closed-face,
8978         gnus-server-denied-face): New.
8979         (gnus-server-font-lock-keywords): Add.
8980
8981 2001-08-19  Simon Josefsson  <jas@extundo.com>
8982
8983         * nnml.el (nnml-request-set-mark): Return nil.
8984         (nnml-save-marks): Use nnml-possibly-create-directory.
8985         (nnml-open-marks): Only work in temp buffer when inserting/reading
8986         .marks file.
8987
8988 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8989
8990         * gnus.el (gnus-expand-group-parameters): Fix.
8991
8992         * gnus-spec.el (gnus-char-width): New function.
8993         (gnus-correct-substring, gnus-correct-length): Use it.
8994
8995         * message.el (message-required-mail-headers): Fix doc.
8996
8997 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8998
8999         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
9000
9001         * mm-decode.el (mm-save-part-to-file): Insert the handle.
9002
9003 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9004
9005         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
9006         slashdot 2.2 (not fully fixed yet).
9007         (nnslashdot-request-article): Ditto.
9008
9009 2001-08-18  Simon Josefsson  <jas@extundo.com>
9010
9011         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
9012         nnimap.
9013
9014         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
9015         gnus-util.
9016         (nnimap-request-update-info-internal): Use new functions.
9017
9018         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
9019         new functions.
9020
9021 2001-08-18  Simon Josefsson  <jas@extundo.com>
9022
9023         Make nnml groups self-contained as far as marks are concerned.
9024
9025         * nnml.el (nnml-request-delete-group): Delete marks file.
9026         (nnml-request-rename-group): Move marks file.
9027         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
9028         variables.
9029         (nnml-request-set-mark, nnml-request-update-info): New server
9030         functions.
9031         (nnml-save-marks, nnml-open-marks): New functions.
9032
9033 2001-08-18  Simon Josefsson  <jas@extundo.com>
9034
9035         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
9036         `set' when setting marks.
9037
9038 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9039
9040         * gnus.el (gnus-info-find-node): Take an argument.
9041
9042         * gnus-art.el (gnus-button-handle-info): New function.
9043         (gnus-url-unhex-string): Replace "+" with " ".
9044
9045 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9046
9047         * message.el (message-check-news-header-syntax): Check bad From.
9048
9049 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9050
9051         * gnus-spec.el (gnus-correct-length): New function.
9052         (gnus-correct-substring): New function.
9053         (gnus-tilde-max-form): Use it.
9054
9055 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
9056
9057         * nnmh.el: Docstring changes as below.
9058
9059         * nnml.el: Docstring changes as below.
9060
9061         * nnbabyl.el: Docstring changes as below.
9062
9063         * nnmbox.el: Docstring changes as below.
9064
9065         * nnfolder.el: Added docstrings identifying each virtual server
9066         parameter.
9067
9068 2001-08-18  Simon Josefsson  <jas@extundo.com>
9069
9070         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
9071
9072 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
9073
9074         * message.el: rename "Abort Message" to "Postpone Message".
9075         Remove "Attach file as MIME" from Message menu, it's already in
9076         the MIME menu.
9077
9078 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9079
9080         * smime.el (smime-point-at-eol): eval-and-compile.
9081         (smime-make-temp-file): New function.
9082         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
9083         Use it.
9084
9085 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9086
9087         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
9088         (gnus-agent-summary-fetch-group): New command and keystroke.
9089
9090         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
9091         (gnus-mime-display-security): Make it respect
9092         gnus-unbuttonized-mime-type-p.
9093
9094         * gnus-sum.el (gnus-articles-to-read): Comments.
9095         (gnus-article-marked-p): New function.
9096         (gnus-summary-display-make-predicate): New function.
9097         (gnus-select-newsgroup): Use them.
9098
9099         * mm-decode.el (mm-save-part-to-file): Made it not error.
9100
9101 2001-08-17  Simon Josefsson  <jas@extundo.com>
9102
9103         * imap.el (imap-wait-for-tag): If process-status isn't open or
9104         run, return nil instead of sit-for looping.
9105
9106 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9107
9108         * lpath.el (featurep): fbind xml-parse-region.
9109
9110         * gnus.el (gnus-message-archive-method): Default to "archive".
9111         (gnus-message-archive-method): Doc fix.
9112         (gnus-parameters-get-parameter): Cleaned up.
9113         (gnus-expand-group-parameter): New function.
9114
9115         * gnus-start.el (gnus-setup-news): Push the archive server only
9116         the server list.
9117
9118         * mml.el (mml-menu): Changed name to "Attachments".
9119
9120         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
9121         when there is something to detroy.
9122
9123 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9124
9125         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
9126         nil.
9127
9128 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9129
9130         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
9131         which specifies a time today or tomorrow.
9132
9133 2001-08-15  Simon Josefsson  <jas@extundo.com>
9134         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
9135
9136         * gnus-agent.el (gnus-agent-make-mode-line-string)
9137         (gnus-agent-toggle-plugged): Use new API.
9138
9139 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9140
9141         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
9142         deadline has expired.
9143
9144 2001-08-12  Simon Josefsson  <jas@extundo.com>
9145         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
9146
9147         Support `recent' mark indicating newly arrived messages (to
9148         separate from old but unread messages).
9149
9150         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
9151         `nnmail-split-history' if recent is > 0.
9152         (nnimap-request-update-info-internal): Update `recent' marks.
9153         (nnimap-request-set-mark): Never set `recent' marks.
9154         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
9155         recent.
9156
9157         * gnus-sum.el (gnus-recent-mark): New mark.
9158         (gnus-newsgroup-recent): New variable.
9159         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
9160         (gnus-summary-prepare-threads): Mark recent articles.
9161         (gnus-summary-add-mark): Support recent.
9162         (gnus-summary-update-secondary-mark): Support recent.
9163
9164         * gnus.el (gnus-article-mark-lists): Add recent.
9165
9166 2001-08-12  Simon Josefsson  <jas@extundo.com>
9167
9168         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
9169         whether successful decoding took place.  Add doc.
9170
9171 2001-08-12  Simon Josefsson  <jas@extundo.com>
9172         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
9173
9174         * gnus.el (gnus-summary-line-format, gnus-parameters):
9175         * gnus-gl.el (gnus-summary-grouplens-line-format):
9176         * gnus-salt.el (gnus-summary-pick-line-format):
9177         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
9178
9179 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
9180         Committed by Kai Gro\e,b_\e(Bjohann.
9181
9182         * gnus-score.el (gnus-score-string): Fix `match' regexp
9183         for `extra' header case.
9184
9185 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9186
9187         * nnmbox.el (nnmbox-read-mbox): No warning.
9188
9189 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9190
9191         * nndoc.el (nndoc-article-type): Fix doc.
9192         (nndoc-generate-article-function): New variable.
9193         (nndoc-dissection-function): New variable.
9194         (nndoc-type-alist): Add oe-dbx.
9195         (nndoc-oe-dbx-type-p): New function.
9196         (nndoc-oe-dbx-dissection): New function.
9197         (nndoc-oe-dbx-generate-article): New function.
9198
9199 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9200
9201         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
9202         whether deadline has been reached.  Patch from Dan Nicolaescu
9203         <dann@godzilla.ics.uci.edu>.
9204
9205 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9206
9207         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
9208         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
9209         <rintaman@cs.Helsinki.FI>.
9210
9211         * mail-source.el (mail-source-movemail): The error buffer is
9212         modified, but nothing in it.
9213
9214 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9215
9216         * message.el (message-bogus-system-names): New variable.
9217         (message-make-fqdn): Use it.
9218
9219 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9220
9221         * nndraft.el (nndraft-request-group): Use
9222         nndraft-auto-save-file-name.
9223
9224 2001-08-09  Simon Josefsson  <jas@extundo.com>
9225
9226         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
9227         Don't ask whether to decrypt.  Just leave result in buffer (don't
9228         call mm).
9229
9230         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
9231         parts as well.
9232         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
9233         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
9234
9235 2001-08-09  Simon Josefsson  <jas@extundo.com>
9236
9237         * mm-decode.el (mm-insert-part): Return decoding success status.
9238         (mm-save-part-to-file): Error if decoding failed.
9239
9240 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9241
9242         * message.el (message-tab): Use indent-relative.
9243         (message-mode): Don't bind indent-line-function to indent-relative.
9244
9245 2001-08-09  Simon Josefsson  <jas@extundo.com>
9246
9247         * message.el (message-get-reply-headers): Fix string. Suggested by
9248         Christoph Conrad <cc@cli.de>.
9249
9250 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9251
9252         * message.el (message-tab): Use the current value of
9253         indent-line-function.
9254         (message-mode): Bind indent-line-function to indent-relative.
9255
9256 2001-08-08  Simon Josefsson  <jas@extundo.com>
9257
9258         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
9259         whether `imtest' is installed.
9260
9261 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
9262         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
9263
9264         * gnus-sum.el (gnus-summary-show-article): Call
9265         gnus-summary-update-secondary-secondary-mark.
9266         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
9267         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
9268
9269 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9270
9271         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
9272
9273         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
9274
9275         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
9276         <gerd@gnu.org>.
9277
9278         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
9279
9280         * gnus-util.el (gnus-output-to-rmail): Ditto.
9281         (gnus-output-to-mail): Ditto.
9282
9283         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
9284
9285 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
9286
9287         * message.el (message-indent-citation): Use
9288         `message-yank-cited-prefix' for empty lines.
9289
9290 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
9291
9292         * message.el (message-indent-citation): Quote only lines starting
9293         with ">" using `message-yank-cited-prefix'.
9294
9295 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
9296         Trivial patch.
9297
9298         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
9299         gnus-cache-fully-p.
9300
9301 2001-08-04  Simon Josefsson  <jas@extundo.com>
9302
9303         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
9304         file if it doesn't exist (by calling gnus-cache-read-active).
9305
9306 2001-08-04  Simon Josefsson  <jas@extundo.com>
9307
9308         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
9309         (gnus-cache-passively-or-fully-p): Removed.
9310         (gnus-cache-fully-p): Fix it.
9311
9312         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
9313
9314 2001-08-04  Simon Josefsson  <jas@extundo.com>
9315
9316         * gnus-cache.el (gnus-cache-fully-p)
9317         (gnus-cache-passively-or-fully-p): New functions.
9318         (gnus-cache-possibly-enter-article): Cosmetic change, use
9319         `g-c-p-o-f-p'.
9320         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
9321         was bogus (`g-c-p-a-a' does not change active info, just change
9322         the functions parameters).
9323         (gnus-cache-possibly-remove-articles-1): Make sure articles are
9324         not removed in groups that match `gnus-uncacheable-groups'.
9325
9326         Reported and modifications based on discussions with Nuutti
9327         Kotivuori <nuutti.kotivuori@smarttrust.com>.
9328
9329 2001-08-04  Simon Josefsson  <jas@extundo.com>
9330         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
9331
9332         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
9333         calls `gnus-cache-update-active' if bounds has been extended.
9334
9335 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9336
9337         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
9338         before remove.
9339         (gnus-mime-security-show-details): Ditto.
9340
9341 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9342
9343         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
9344         syntax.  Protect string-match against nil string and regexp.
9345
9346 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9347
9348         * mm-util.el (mm-find-charset-region): Remove control-1.
9349
9350 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9351
9352         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
9353
9354 2001-08-04  Simon Josefsson  <jas@extundo.com>
9355
9356         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
9357         buffer.  Delete MIME-Version header.
9358
9359 2001-08-03  Simon Josefsson  <jas@extundo.com>
9360
9361         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
9362         that is entered does not necessarily have the highest article
9363         number in the group, so use `gnus-cache-possibly-alter-active'
9364         instead of `gnus-cache-update-active'.
9365
9366 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9367
9368         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
9369
9370 2001-08-03  Simon Josefsson  <jas@extundo.com>
9371
9372         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
9373         menu.
9374
9375 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9376
9377         * gnus.el (post-method): New group parameter.  It also provides
9378         the user option `gnus-post-method-alist' and the internal function
9379         `gnus-parameter-post-method'.
9380
9381         * gnus-msg.el (gnus-post-method): Bind the value of
9382         `gnus-post-method' to the group parameter if it is defined.
9383
9384 2001-08-02  Simon Josefsson  <jas@extundo.com>
9385
9386         * smime.el (smime-extra-arguments): Removed.
9387         (smime-call-openssl-region): Don't use it.
9388
9389 2001-08-02  Simon Josefsson  <jas@extundo.com>
9390
9391         * smime.el (smime-sign-region): Handle stderr.
9392         (smime-encrypt-region): Ditto.
9393
9394         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
9395         match the ASN.1 length bytes.
9396         (mm-pkcs7-enveloped-magic): Ditto.
9397         (mm-view-pkcs7-get-type): Don't regexp quote.
9398
9399 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9400         From Andreas Fuchs <asf@void.at>
9401
9402         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
9403
9404 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9405
9406         * gnus-art.el (gnus-header-button-alist): References regexp.
9407
9408 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
9409
9410         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
9411         already fboundp.  Add INTERACTIVE arg to autoload form.
9412
9413 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9414
9415         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
9416
9417         * nnmail.el (nnmail-cache-open): Ditto.
9418
9419 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9420
9421         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
9422
9423 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9424
9425         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
9426
9427 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9428         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
9429
9430         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
9431         (gnus-agent-toggle-plugged): Use it.
9432
9433 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
9434
9435         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
9436         (gnus-ding-file-coding-system): New variable.
9437         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
9438         (gnus-slave-save-newsrc): Use it.
9439
9440 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9441
9442         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
9443         syntax.
9444
9445 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9446         Originally from Andreas Fuchs <asf@void.at>
9447
9448         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
9449         (mml2015-gpg-pretty-print-fpr): New function.
9450         (mml2015-gpg-extract-signature-details): More details, rename from
9451         `m-g-e-from'.
9452         (mml2015-gpg-verify): Use them.
9453         (mml2015-gpg-clear-verify): Use them.
9454
9455 2001-07-31  Simon Josefsson  <jas@extundo.com>
9456
9457         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
9458         buffer when done.
9459
9460 2001-07-30  Simon Josefsson  <jas@extundo.com>
9461
9462         * smime.el (smime-call-openssl-region): Revert previous change,
9463         just pass on buf to `call-process-region'.
9464         (smime-verify-region): Doc fix.  Don't message stuff.  Use
9465         `smime-new-details-buffer'.  Inserts error messages into buffer.
9466         (smime-noverify-region): Ditto.
9467         (smime-decrypt-region): Ditto.  Handles stderr separately.
9468         (smime-verify-buffer, smime-noverify-buffer)
9469         (smime-decrypt-buffer): Doc fix.
9470         (smime-new-details-buffer): New function.
9471         (smime-pkcs7-region, smime-pkcs7-certificates-region)
9472         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
9473         (smime-sign-region, smime-encrypt-region): Don't use
9474         `insert-buffer'.
9475
9476         * mml-smime.el (mml-smime-verify): Fix security button strings.
9477
9478 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9479
9480         * gnus-art.el (gnus-mime-save-part-and-strip): Save
9481         gnus-article-mime-handles.
9482
9483 2001-07-29  Simon Josefsson  <jas@extundo.com>
9484
9485         * mail-source.el (top-level): Require message for message-directory.
9486         (mail-source-directory): Change default to message-directory.
9487
9488         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
9489         (smime-certificate-directory, smime-openssl-program)
9490         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
9491         (smime-extra-arguments): New variable.
9492         (smime-dns-server): Fix customize group.
9493         (smime-call-openssl-region): Use `smime-extra-arguments'.
9494
9495 2001-07-29  Simon Josefsson  <jas@extundo.com>
9496         From Vladimir Volovich <vvv@vsu.ru>
9497
9498         * smime.el (smime-call-openssl-region): Ignore stderr.
9499
9500 2001-07-29  Simon Josefsson  <jas@extundo.com>
9501         From Christoph Conrad <christoph.conrad@gmx.de>
9502
9503         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
9504         file.
9505
9506 2001-07-29  Simon Josefsson  <jas@extundo.com>
9507
9508         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
9509
9510         Support S/MIME decryption.
9511
9512         * mm-decode.el (mm-inline-media-tests):
9513         (mm-inlined-types):
9514         (mm-automatic-display):
9515         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
9516
9517         * mm-view.el (mm-pkcs7-signed-magic):
9518         (mm-pkcs7-enveloped-magic): New variables.
9519         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
9520         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
9521         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
9522         PKCS#7 blobs.
9523
9524         * smime.el (smime-decrypt-region): Expand keyfile.
9525
9526 2001-07-29  Simon Josefsson  <jas@extundo.com>
9527
9528         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
9529         `ssl.el' variables.
9530
9531         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
9532         but line instead of narrowing to it, because `nnmail-parse-active'
9533         calls widen.  Thanks to Christoph Conrad
9534         <christoph.conrad@gmx.de>.
9535
9536 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9537
9538         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
9539         for %B spec.
9540
9541         * gnus-sum.el (gnus-summary-prepare-threads): If
9542         gnus-sum-thread-tree-root is nil, use subject instead.
9543         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
9544         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
9545         (gnus-sum-thread-tree-leaf-with-other)
9546         (gnus-sum-thread-tree-single-leaf): Documentation.
9547         (gnus-sum-thread-tree-single-indent): Allow nil.
9548
9549 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9550
9551         * message.el (message-fill-paragraph): Do nothing if the user
9552         wants filladapt-mode.
9553
9554 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9555
9556         * mm-decode.el (mm-image-type-from-buffer): New function.
9557         (mm-get-image): Use it.
9558
9559 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9560
9561         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
9562
9563         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
9564         mm-display-parts too.
9565
9566 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9567
9568         * nnfolder.el (nnfolder-request-accept-article): Bind
9569         nntp-server-buffer.
9570
9571         * nnmail.el (nnmail-parse-active): Read from buffer instead of
9572         nntp-server-buffer.
9573
9574 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9575
9576         * message.el (message-check-news-header-syntax): Use
9577         message-post-method.
9578         (message-send-news): Bind message-post-method.
9579
9580 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9581
9582         * mml.el (mml-tweak-type-alist): New variable.
9583         (mml-tweak-function-alist): New variable.
9584         (mml-tweak-part): New function.
9585         (mml-generate-mime-1): Use it.
9586
9587 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9588
9589         * nnfolder.el (nnfolder-request-accept-article): Replace
9590         nnfolder-request-list.
9591
9592 2001-07-27  Simon Josefsson  <jas@extundo.com>
9593
9594         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
9595         nnoo-change-server failed to do it.
9596
9597 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9598
9599         * gnus.el (gnus-parameters): Make it customizable.
9600
9601 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9602
9603         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
9604
9605         * message.el (message-set-auto-save-file-name): More
9606         poor-system-types.
9607
9608         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
9609
9610         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
9611         supports +.
9612
9613 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9614
9615         * mm-decode.el (mm-readable-p): New function.
9616         (mm-inline-media-tests): Fix the default testers.
9617
9618 2001-07-26  Simon Josefsson  <jas@extundo.com>
9619
9620         * nnimap.el (nnimap-version): Bump version number.
9621
9622 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9623         From Steven E. Harris <seh@speakeasy.org>
9624
9625         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
9626         in M$Windows too.
9627
9628 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9629
9630         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
9631
9632 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9633
9634         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
9635
9636         * mm-decode.el (mm-get-image): Guess then use the type.
9637
9638         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
9639
9640 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
9641
9642         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
9643         display (%B) for threads if threading is off.
9644
9645 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9646         From Henrik Enberg <henrik@enberg.org>
9647
9648         * gnus-msg.el: Customization patch.
9649
9650 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
9651
9652         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
9653         variable.
9654         (nnmail-split-fancy-with-parent): Ignore certain groups.
9655
9656 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9657
9658         * gnus-util.el (gnus-byte-compile): New function.
9659         (gnus-use-byte-compile): New variable.
9660         (gnus-make-sort-function): Use it.
9661
9662         * nnmail.el (nnmail-get-new-mail): Use it.
9663
9664         * gnus-agent.el (gnus-category-make-function): Simple function or
9665         compiled function.
9666         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
9667
9668         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
9669         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
9670         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
9671
9672         * message.el (message-check-news-header-syntax): Remove quote.
9673
9674 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9675
9676         * message.el (message-use-mail-followup-to): `t' is not a
9677         documented value.
9678
9679 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9680
9681         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
9682
9683 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9684
9685         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
9686         there are long lines.
9687
9688 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9689
9690         * dgnushack.el (copy-list): New compiler macro.
9691
9692 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9693
9694         * message.el (message-bounce): If no Return-Path, the whole
9695         content is considered as the original message.
9696
9697         * nnml.el (nnml-check-directory-twice): New variable.
9698         (nnml-article-to-file): Use it.
9699         (nnml-retrieve-headers): Hack it.
9700
9701 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9702
9703         * gnus-win.el (gnus-buffer-configuration): New configure.
9704
9705         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
9706         not alive.
9707
9708         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
9709         (mm-display-external): Use display-term configure.
9710
9711 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9712
9713         * gnus-delay.el (gnus-delay-default-hour): New variable.
9714         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
9715
9716 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9717         From Karl Kleinpaste <karl@charcoal.com>
9718
9719         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
9720         (gnus-summary-prepare-threads): Ditto.
9721
9722         * gnus.el (gnus-summary-line-format): Add %B.
9723
9724 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9725
9726         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
9727
9728         * mm-util.el (mm-string-as-multibyte): New function.
9729
9730         * nnmh.el (nnmh-request-list-1): Encode, not decode!
9731
9732 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9733
9734         * mm-util.el (mm-universal-coding-system): New variable.
9735
9736         * gnus-start.el (gnus-startup-file-coding-system): Use it.
9737
9738         * score-mode.el (score-mode-coding-system): Use it.
9739
9740 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9741
9742         * gnus-start.el (gnus-setup-news): Call
9743         `gnus-check-bogus-newsgroups' just after the native server is
9744         opened.
9745
9746 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9747
9748         * nnmail.el (nnmail-do-request-post): Util function to be used by
9749         `nnchoke-request-post' for all nnmail-derived backends.
9750
9751         * nnml.el (nnml-request-post): Use it.
9752
9753         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
9754         backend, for it groks nnml-request-post.
9755
9756         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
9757         Treat `mail-post' backends like `mail' backends, not like `news'
9758         backends.
9759
9760 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9761
9762         * gnus-msg.el (gnus-setup-message): make-local-hook.
9763
9764 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9765
9766         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
9767         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
9768         <karl@charcoal.com>, slightly changed by Kai.
9769
9770         * message.el (message-check-news-header-syntax): When checking
9771         whether the groups exist, check the right server based on
9772         `gnus-post-method'.
9773
9774 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9775
9776         * gnus-delay.el: New file.
9777
9778 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9779
9780         * mm-util.el (mm-read-coding-system): Take two arguments.
9781
9782         * gnus-sum.el (gnus-summary-show-article): Use
9783         mm-read-coding-system.
9784
9785         * gnus-art.el (article-de-quoted-unreadable):
9786         (article-de-base64-unreadable, article-wash-html):
9787         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
9788
9789 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9790
9791         * nnml.el (nnml-request-post): New function.  Can be used for
9792         annotations in nnml groups.
9793
9794 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9795
9796         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
9797         command.
9798
9799         * gnus-start.el (gnus-find-new-newsgroups): Use
9800         `message-make-date' instead of `current-time-string'.
9801         (gnus-ask-server-for-new-groups): Ditto.
9802         (gnus-check-first-time-used): Ditto.
9803
9804 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9805
9806         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
9807
9808 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
9809
9810         * message.el (message-shorten-references): Change `maxcount' and
9811         `cut' to obey USEFOR draft 5.
9812
9813 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
9814
9815         * gnus-sum.el (gnus-summary-display-arrow): New variable.
9816         (gnus-summary-set-article-display-arrow): New function.
9817         (gnus-summary-goto-subject): Use it.
9818
9819 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9820
9821         * gnus-sum.el (gnus-summary-import-article): Insert date if
9822         doesn't exist.
9823
9824 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9825
9826         * mml.el (mml-content-type-parameters): New variable.
9827         (mml-content-disposition-parameters): New variable.
9828         (mml-insert-mime-headers): Use them.
9829         (mml-parse-1): Accept charset.
9830
9831 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9832
9833         * gnus-group.el (gnus-group-select-group): Doc fix.
9834
9835         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
9836
9837 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9838
9839         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
9840         to handle `define-derived-mode'.
9841
9842 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9843         From:  Stefan Monnier  <monnier@cs.yale.edu>
9844
9845         * message.el (message-mode): Use define-derived-mode.
9846         (message-tab): message-completion-alist.
9847
9848         * imap.el (imap-interactive-login): Use make-local-variable.
9849         (imap-open): Ditto.
9850         (imap-authenticate): Ditto.
9851
9852         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
9853
9854         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
9855
9856 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9857
9858         * message.el (message-citation-line-function): Refer to
9859         gnus-cite-attribution-suffix.
9860
9861 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9862
9863         * gnus-art.el,...: Error convention changes.
9864
9865 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9866
9867         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
9868
9869 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9870
9871         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
9872         (nnrss-read-server-data): Ditto.
9873
9874 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9875
9876         * gnus-setup.el (gnus-use-installed-gnus): Typo.
9877         * Cleanup files.
9878         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
9879
9880 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9881
9882         * gnus.el (gnus-summary-line-format): Add %o.
9883
9884         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
9885         unless shell outputs something.
9886
9887 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9888
9889         * gnus-art.el (gnus-boring-article-headers): Better doc.
9890         (article-hide-headers): Better regexp.
9891         Suggested by Matt Swift <swift@alum.mit.edu>.
9892
9893         * nnheader.el (nnheader-max-head-length): Better doc.
9894         (nnheader-header-value): Skip spaces.
9895         (nnheader-parse-head): Remove space.
9896         Suggested by Matt Swift <swift@alum.mit.edu>.
9897
9898         * gnus-sum.el (gnus-summary-show-raw-article): New function.
9899         (gnus-get-newsgroup-headers): Remove space.
9900
9901 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9902
9903         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
9904         (gnus-summary-reply): Use it.
9905         (gnus-summary-reply-broken-reply-to): New function.
9906         (gnus-msg-force-broken-reply-to): New function.
9907
9908         * mm-view.el (mm-inline-text): Showing as text/plain when error.
9909
9910 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9911
9912         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
9913
9914 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9915
9916         * mm-decode.el (mm-external-terminal-program): New variable.
9917         (mm-display-external): Use it. Use term to display when no
9918         window-system.
9919
9920 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
9921
9922         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
9923         Browse->Next entries to Browse->Prev
9924
9925 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9926
9927         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
9928
9929 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9930
9931         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
9932         for the default encoding.
9933
9934         * nnrss.el (nnrss-url-field): New field.
9935         (nnrss-request-article): Add newsgroups.
9936
9937         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
9938
9939 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9940
9941         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
9942
9943         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
9944         (gnus-draft-setup): Remove backlog.
9945
9946 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9947
9948         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
9949         Cleanup.
9950
9951 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9952
9953         * gnus-msg.el (gnus-bug): Erase buffer.
9954
9955         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
9956
9957 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9958
9959         * mm-decode.el (mm-attachment-override-p): Fix typo.
9960
9961 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
9962
9963         * gnus-kill.el (gnus-execute): Work with the extra headers.
9964         * gnus-sum.el (gnus-summary-execute-command): Ditto.
9965
9966 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9967
9968         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
9969         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
9970
9971         * message.el (message-send-mail-real-function): New variable.
9972         (message-send-mail-partially, message-send-mail):
9973
9974         * nngateway.el (nngateway-request-post): Use it.
9975
9976         * gnus-agent.el (gnus-agentize): Use it.
9977
9978         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
9979         (nnsoup-revert-variables): Use it.
9980
9981 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
9982
9983         * mm-decode.el (mm-inline-media-tests): Default to displaying as
9984         text/plain if the type doesn't match any other media types.
9985         (mm-inlined-types): Doc fix.
9986         (mm-display-inline): Revert previous change (now handled by a
9987         default type in `mm-inline-media-tests'.
9988         (mm-inlinable-p): Revive.
9989         (mm-display-part): Call `mm-inlinable-p'.
9990         (mm-attachment-override-p): Ditto.
9991         (mm-inlined-p): Doc fix.
9992
9993         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
9994         well as `mm-inlined-p'.
9995
9996 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9997
9998         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
9999         (nntp-send-command-and-decode): Use gnus-point-at-bol.
10000
10001 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10002         From  Paul Jarc <prj@po.cwru.edu>
10003
10004         * message.el (message-use-mail-followup-to): New variable.
10005         (message-get-reply-headers): Use it.
10006
10007 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
10008
10009         * nnheader.el (nnheader-init-server-buffer): Make sure the
10010         *nntpd* buffer is made multibyte instead of a random buffer.
10011
10012 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10013
10014         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
10015         when it returns headers.
10016
10017 2001-07-07  Simon Josefsson  <jas@extundo.com>
10018
10019         * rfc2047.el (rfc2047-encode-message-header): Skip header when
10020         trying to fold. Thanks to Colin Walters
10021         <walters@cis.ohio-state.edu>
10022
10023 2001-07-06  Simon Josefsson  <jas@extundo.com>
10024
10025         * imap.el (imap-parse-address-list, imap-parse-flag-list)
10026         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
10027         Add information in `assert's.
10028
10029         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
10030         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
10031         and `nnimap-group-overview-filename', should handle all
10032         change-of-uidvalidity related issues.  But there may be other
10033         problems.)
10034
10035 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
10036
10037         * rfc2047.el (rfc2047-encode-message-header): Don't include the
10038         header name when folding.
10039
10040 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
10041
10042         * mm-decode.el (mm-inlined-types): Document relationship with
10043         `mm-inline-media-tests'.
10044         (mm-display-inline): Default to displaying as plain text if no
10045         inlining handler is available.
10046         (mm-inlinable-p): Remove.
10047         (mm-inlined-p): Don't call `mm-inlinable-p'.
10048         (mm-automatic-display-p): Ditto.
10049         (mm-attachment-override-p): Ditto.
10050
10051 2001-07-04  Simon Josefsson  <jas@extundo.com>
10052
10053         * nnimap.el (nnimap-importantize-dormant): New variable.
10054         (nnimap-request-update-info-internal): Use it.
10055         (nnimap-request-set-mark): Ditto.
10056
10057 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
10058
10059         * nntp.el (nntp-send-command): don't pass a buffer argument to
10060         `point'. Only XEmacs accepts this.
10061         * nntp.el (nntp-send-command-nodelete): ditto.
10062         * nntp.el (nntp-send-command-and-decode): ditto.
10063
10064 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
10065
10066         * nntp.el (nntp-open-connection-function): doc update.
10067         * nntp.el (nntp-pre-command): New.
10068         * nntp.el (nntp-via-rlogin-command): New.
10069         * nntp.el (nntp-via-telnet-command): New.
10070         * nntp.el (nntp-via-telnet-switches): New.
10071         * nntp.el (nntp-via-user-name): New.
10072         * nntp.el (nntp-via-user-password): New.
10073         * nntp.el (nntp-via-address): New.
10074         * nntp.el (nntp-via-envuser): New.
10075         * nntp.el (nntp-via-shell-prompt): New.
10076         * nntp.el (nntp-open-telnet-stream): New.
10077         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
10078         * nntp.el (nntp-open-via-telnet-and-telnet): New.
10079         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
10080         * nntp.el (nntp-send-command): ditto.
10081         * nntp.el (nntp-send-command-nodelete): ditto.
10082         * nntp.el (nntp-send-command-and-decode): ditto.
10083
10084 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
10085         Trivial patch.
10086
10087         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
10088         `when'.
10089
10090 2001-07-03  Simon Josefsson  <jas@extundo.com>
10091         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
10092
10093         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
10094
10095 2001-07-03  Simon Josefsson  <jas@extundo.com>
10096
10097         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
10098         remove it (workaround XEmacs `fill-region' bug).
10099
10100 2001-07-01  Simon Josefsson  <jas@extundo.com>
10101
10102         * nnimap.el (nnimap-date-days-ago): Defeat locale.
10103
10104 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10105
10106         * mml2015.el (mml2015-format-error): New function.
10107         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
10108         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
10109         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
10110
10111 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10112
10113         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
10114         Suggested by Christoph Conrad <C.Conrad@cli.de>.
10115
10116         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
10117         group variables.
10118
10119 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10120
10121         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
10122
10123         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
10124         (nnrss-save-group-data): Ditto.
10125
10126         * gnus-agent.el (gnus-agent-save-alist): Ditto.
10127
10128 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10129
10130         * message.el (message-do-send-housekeeping): Narrow to headers.
10131
10132 2001-06-24  Simon Josefsson  <jas@extundo.com>
10133
10134         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
10135         insertion when breaking lines looked for " \t" instead of "[ \t]".
10136         (rfc2047-encode-message-header): Fold lines even if
10137         no QP encoding is done.
10138
10139 2001-06-23  Simon Josefsson  <jas@extundo.com>
10140         From Samuel Tardieu <sam@inf.enst.fr>
10141
10142         * smime.el (smime-keys): Support additional certificates.
10143         (smime-make-certfiles): New function.
10144         (smime-sign-region): Use previous variables.
10145         (smime-get-certfiles): New function.
10146         (smime-sign-buffer): Use it.
10147         (smime-verify-region): Support both CAfile and CApath.
10148
10149 2001-06-23  Simon Josefsson  <jas@extundo.com>
10150
10151         * smime.el (smime-decrypt-region): Perhaps work.
10152
10153 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10154
10155         * gnus-msg.el (gnus-copy-article-buffer): Typo.
10156
10157 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
10158
10159         * mm-decode.el (mm-save-part): Rewrite file name.
10160         (mm-file-name-rewrite-functions): New variable.
10161         (mm-file-name-delete-whitespace): New function.
10162         (mm-file-name-trim-whitespace): New function.
10163         (mm-file-name-collapse-whitespace): New function.
10164         (mm-file-name-replace-whitespace): New variable and function.
10165
10166 2001-06-22  Simon Josefsson  <jas@extundo.com>
10167
10168         * message.el (message-make-date): Workaround locale for weekdays.
10169
10170 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10171
10172         * message.el (message-goto-body): Return nil if not found. (revert!)
10173
10174 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10175         From Fremlin <chief@bandits.org>
10176
10177         * message.el (message-goto-body): Some messages have no header.
10178
10179         * gnus-msg.el (gnus-copy-article-buffer): Use it.
10180
10181 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
10182
10183         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
10184
10185 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10186
10187         * message.el (message-make-date): Add week day.
10188         Suggested by Jason R. Mastaler <jason@mastaler.com>.
10189
10190 2001-06-19  Simon Josefsson  <jas@extundo.com>
10191
10192         * message.el (message-yank-prefix): Doc fix.
10193         (message-yank-cited-prefix): Ditto.
10194         (message-delete-not-region): Keep citation prefix on first line,
10195         if possible and appropriate.
10196
10197 2001-06-19  Simon Josefsson  <jas@extundo.com>
10198
10199         * imap.el (imap-process-connection-type): New variable.
10200         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
10201         recent `imtest's work completely (no line length issues), while
10202         making making old `imtest's unusable.  Thanks to NAGY Andras
10203         <nagya@inf.elte.hu> for his work.
10204
10205 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
10206
10207         * imap.el (imap-ssl-program): Add -quiet to shut up
10208         OpenSSL/SSLeay's internal debug talk.
10209
10210 2001-06-19  Matt Armstrong  <matt@lickey.com>
10211
10212         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
10213         server.
10214
10215 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10216
10217         * nnmail.el (nnmail-article-buffer): New variable.
10218         (nnmail-split-incoming): Use it.
10219
10220 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
10221
10222         * qp.el (quoted-printable-decode-region): If called interactively,
10223         use coding-system-for-read.
10224
10225 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10226
10227         * message.el (message-check-news-header-syntax): Check Reply-To.
10228
10229 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10230
10231         * mml.el (mml-parse-1): Use message options.
10232
10233         * message.el (message-do-fcc): Don't do anything if there is no
10234         FCC.
10235
10236 2001-06-16  Simon Josefsson  <jas@extundo.com>
10237
10238         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
10239         (nnimap-expunge-search-string): New variable.
10240         (nnimap-request-expire-articles): Use it.
10241
10242 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10243
10244         * message.el (message-send-mail-with-qmail): wrong exit status is
10245         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
10246
10247 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10248
10249         * gnus-art.el (article-strip-multiple-blank-lines): Use
10250         delete-region instead of replace-match.
10251
10252 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10253
10254         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
10255         (nnweb-google-wash-article): Ditto.
10256
10257 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
10258
10259         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
10260
10261 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10262
10263         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
10264         specs.
10265
10266 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10267
10268         * gnus.el (gnus-email-address): Move it here.
10269
10270         * gnus-art.el (article-de-quoted-unreadable): Read charset if
10271         requested.
10272         (article-de-base64-unreadable): Ditto.
10273         (article-wash-html): Ditto.
10274
10275 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10276
10277         * message.el (message-options-set-recipient): Don't add ", "
10278         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
10279
10280 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10281
10282         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
10283
10284 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10285
10286         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
10287         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
10288
10289         * nnrss.el (nnrss-node-text): Node might be nil.
10290
10291 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10292
10293         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
10294         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
10295
10296         * nnrss.el (nnrss-group-alist): More items.
10297
10298 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10299
10300         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
10301
10302 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
10303         Trivial patch from Dale Hagglund  <rdh@best.com>
10304
10305         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
10306         restrict clauses.
10307
10308 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10309
10310         From Benjamin Rutt <brutt+news@bloomington.in.us>
10311
10312         * message.el (message-wide-reply-confirm-recipients): New variable.
10313
10314 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
10315         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
10316
10317         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
10318         fix so it works with XEmacs.
10319
10320 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10321
10322         * nnrss.el (nnrss-retrieve-headers): Support description as extra
10323         headers.
10324
10325 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10326
10327         * nnrss.el: Fix a few bugs.
10328
10329 2001-06-05  Simon Josefsson  <jas@extundo.com>
10330
10331         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
10332         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
10333
10334 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
10335
10336         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
10337         binary so that we don't transmit ISO 2022 garbage to the process.
10338         This is needed under XEmacs.
10339
10340 2001-06-03  Simon Josefsson  <simon@josefsson.org>
10341
10342         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
10343         autoloaded incorrectly below because ssl-program-* is bound.)
10344         Thanks to Amos Gouaux for report.
10345
10346 2001-06-02  Simon Josefsson  <simon@josefsson.org>
10347
10348         * imap.el (imap-kerberos4-open):
10349         (imap-gssapi-open):
10350         (imap-ssl-open):
10351         (imap-network-open):
10352         (imap-shell-open):
10353         (imap-starttls-open): Set buffer to workaround spurious
10354         `accept-process-output' buffer changes.  Thanks to Mats Lidell
10355         <Mats.Lidell@contactor.se> for report and partial patch and Jake
10356         Colman <colman@ppllc.com> for report.
10357
10358 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10359
10360         * gnus-sum.el (gnus-summary-catchup): New argument.
10361         (gnus-summary-catchup-from-here): New function.
10362
10363 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10364
10365         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
10366         back, then insert glyph.  (Before, the glyph was inserted first,
10367         then the newline.)  This works around a behavior in XEmacs where
10368         it is not possible to insert a character after a glyph which is at
10369         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
10370
10371 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10372
10373         From Jaap-Henk Hoepman (jhh@xs4all.nl).
10374
10375         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
10376         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
10377         mm-destroy-postponed-undisplay-list): New functions.
10378         (mm-display-external): Use them.
10379
10380 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10381
10382         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
10383         `default-low' when evaluating `gnus-summary-highlight'.
10384         From Raja R Harinath <harinath@cs.umn.edu>.
10385
10386 2001-05-27  Simon Josefsson  <simon@josefsson.org>
10387
10388         * message.el (message-yank-cited-prefix): New variable.
10389         (message-indent-citation): Use it.
10390
10391         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
10392         as details.
10393         (mml2015-mailcrypt-clear-verify): Ditto.
10394
10395 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10396         From Nevin Kapur <nevin@jhu.edu>.
10397
10398         * gnus-sum.el (gnus-summary-default-high-score,
10399         gnus-summary-default-low-score): New variables.
10400         (gnus-summary-highlight): Use them.
10401
10402 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
10403
10404         * message.el (message-mail): pass the 'send-actions argument to
10405         `message-setup'.
10406
10407 2001-05-16  Simon Josefsson  <simon@josefsson.org>
10408         From Raymond Scholz <ray-2001@zonix.de>
10409
10410         * gnus-art.el (gnus-mime-view-part-as-charset):
10411         (gnus-mime-internalize-part): Doc fixes.
10412
10413 2001-05-11  Simon Josefsson  <simon@josefsson.org>
10414
10415         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
10416         status lines without any text ("^215$").
10417
10418 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10419
10420         * nnrss.el (nnrss-check-group): Reverse.
10421
10422 2001-05-07  Simon Josefsson  <simon@josefsson.org>
10423
10424         * message.el (message-get-reply-headers):
10425         (message-followup): Fix typo, suggested by David Green
10426         <dgreen@uab.edu>
10427
10428 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10429
10430         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
10431
10432         * nnrss.el (nnrss-open-server): Read server data when it is called.
10433         (nnrss-request-expire-articles): Fix.
10434
10435 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10436
10437         * message.el (message-do-send-housekeeping): mail-abbrevs may
10438         rename buffer behind Gnus.
10439
10440 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10441
10442         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
10443         (nnrss-group-alist): Add more resources.
10444         (nnrss-check-group): Ignore errors.
10445
10446 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10447
10448         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
10449
10450         * nnslashdot.el (nnslashdot-request-list): Add time.
10451         (nnslashdot-request-expire-articles): New function.
10452
10453         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
10454         secondary methods too.
10455
10456 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10457
10458         * message.el (message-use-followup-to): Set default value to t.
10459
10460 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
10461
10462         * message.el (message-dont-reply-to-names): Fix documentation.
10463         (message-get-reply-headers): Use Mail-Followup-To only for wide
10464         replies.
10465
10466 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10467
10468         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
10469         correctly.
10470         (nnrss-check-group): Use time.
10471
10472 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10473
10474         * gnus.el: Oort Gnus v0.03 is released.
10475
10476 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10477
10478         * nnultimate.el (nnultimate-topic-article-to-article): Use the
10479         group.
10480
10481 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10482
10483         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
10484
10485 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10486
10487         * nnultimate.el (nnultimate-retrieve-headers): Return all
10488         available headers.
10489
10490         * gnus-sum.el (gnus-read-all-available-headers): New variable.
10491         (gnus-get-newsgroup-headers-xover): Use it.
10492
10493 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10494
10495         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
10496
10497 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10498
10499         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
10500
10501 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10502
10503         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
10504         disable it.
10505
10506         * gnus.el (gnus-info-nodes): Remove a few The's.
10507
10508 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10509
10510         * mail-source.el (mail-source-movemail): Call-process may return a
10511         signal description string.
10512
10513         * gnus-start.el (gnus-read-newsrc-el-file):
10514         gnus-newsrc-file-version may be nil.
10515
10516         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
10517         Suggested by Michael Sperber [Mr. Preprocessor]
10518         <sperber@informatik.uni-tuebingen.de>.
10519
10520 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
10521
10522         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
10523
10524 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
10525
10526         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
10527         fontify HANDLE.
10528
10529 2001-04-18  Simon Josefsson  <simon@josefsson.org>
10530
10531         * smime.el (smime-ask-passphrase): Rework to return value.
10532         (smime-sign-region): Rework to bind value and use it.
10533         (smime-decrypt-region): Ditto.
10534
10535 2001-04-18  Simon Josefsson  <simon@josefsson.org>
10536         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
10537
10538         * smime.el (smime-ask-passphrase): New function.
10539         (smime-sign-region): Use it.
10540         (smime-encrypt-cipher): New variable.
10541         (smime-decrypt-region): Ditto.
10542
10543 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
10544         Committed by Simon Josefsson  <simon@josefsson.org>
10545
10546         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
10547         the log.
10548
10549 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10550
10551         * gnus.el: Oort Gnus v0.02 is released.
10552
10553 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
10554
10555         * gnus.el: Oort Gnus v0.01 is released.
10556
10557 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10558
10559         * gnus-sum.el (gnus-summary-highlight): Highlight read
10560         undownloaded articles as read articles.
10561
10562         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
10563         (gnus-agent-get-undownloaded-list): Mark all undownloaded
10564         articles, even read ones, as such.
10565
10566         * gnus-sum.el (gnus-summary-find-matching): Clean up.
10567         (gnus-find-matching-articles): New function.
10568         (gnus-summary-limit-include-matching-articles): New command.
10569         (gnus-summary-limit-include-thread): Include articles that have
10570         matching subjects.
10571         (gnus-offer-save-summaries): Clean up.
10572
10573 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10574
10575         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
10576
10577 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10578         From Jason Merrill <jason_merrill@redhat.com>
10579
10580         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
10581
10582 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
10583         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10584
10585         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
10586         newsgroup names when the original article is a news message.
10587
10588 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10589
10590         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
10591         supported. Suggest by Jim Meyering <jim@meyering.net>.
10592
10593 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
10594         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
10595
10596         * nnmail.el (nnmail-split-it): Added check for .* at the end of
10597         regexp in nnmail-split-fancy.
10598
10599 2001-04-10  Simon Josefsson  <simon@josefsson.org>
10600
10601         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
10602
10603 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
10604
10605         * message.el (message-send-mail): Improve the interaction with the
10606         user.
10607
10608 2001-04-10  Simon Josefsson  <simon@josefsson.org>
10609
10610         * imap.el (imap-message-copy): Work around buggy servers that
10611         doesn't send TRYCREATE tags.
10612
10613 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
10614
10615         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
10616
10617 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10618
10619         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
10620         date.
10621
10622 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10623
10624         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
10625         lives.
10626
10627 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10628
10629         * gnus-art.el (gnus-parse-news-url): New function.
10630         (gnus-button-handle-news): New function.
10631         (gnus-button-alist): Point to new functions.
10632
10633         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
10634
10635         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
10636         gnus-format-specs.
10637
10638         * message.el (message-check-news-header-syntax): Question even
10639         when Gnus doesn't know the group names.
10640         (message-send-news): Clean up.
10641
10642         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
10643         exited on purpose without saving.
10644
10645         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
10646
10647 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10648
10649         * gnus-score.el (gnus-score-orphans): Clean up.
10650
10651         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
10652
10653         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
10654         later.
10655
10656         * gnus-start.el (gnus-close-all-servers): Find the right items to
10657         close.
10658
10659         * qp.el (quoted-printable-decode-region): Just message
10660         malformation; don't quit.
10661
10662 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10663         From Gerd Moellmann <gerd@gnu.org>.
10664
10665         * gnus.el (gnus-interactive): A typo.
10666
10667 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
10668         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10669
10670         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
10671         `assq-delete-all', if that function exists; otherwise use the old
10672         definition. Documentation changed to match the one in
10673         `assq-delete-all'.
10674
10675 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10676
10677         * gnus-start.el (gnus-close-all-servers): New function.
10678
10679         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
10680         (gnus-server-remove-denials): Clean up.
10681
10682         * gnus-sum.el (gnus-summary-sort-by-original): New command and
10683         keystroke.
10684
10685 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10686
10687         * message.el (message-send-news): Message where we are sending.
10688         (message-send-mail): Ditto.
10689
10690         * gnus.el (gnus-server-string): New function.
10691
10692         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
10693
10694         * mm-decode.el (mm-default-directory): Customized.
10695         (mm-tmp-directory): Ditto.
10696
10697         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
10698         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
10699         or Chars.
10700         (gnus-summary-line-format-alist): ?l is now a string.
10701         (gnus-summary-prepare-threads): Output ? for unknown lines.
10702         (gnus-summary-insert-line): Ditto.
10703         (gnus-summary-print-article): Unbalanced parentheses.
10704
10705         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
10706         out whether new stuff has arrived.
10707
10708 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
10709
10710         * gnus-sum.el: Let printing work on ttys on Emacs.
10711
10712 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10713
10714         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
10715         when forcing news.
10716
10717         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
10718         command.
10719
10720 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
10721
10722         * message.el (message-set-auto-save-file-name): Don't use
10723         asterisks under nt.
10724
10725 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10726
10727         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
10728         lists of articles.
10729
10730         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
10731
10732         * gnus-msg.el (gnus-put-message): Clean up.
10733         (gnus-summary-reply): Mark all replied-to articles as replied to.
10734         (gnus-inews-add-send-actions): Also mark as forwarded.
10735         (gnus-summary-mail-forward): Mark as forwarded.
10736
10737         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
10738         of articles.
10739         (gnus-summary-mark-article-as-forwarded): Ditto.
10740
10741         * gnus-msg.el (gnus-summary-resend-message): Mark article as
10742         forwarded.
10743         (gnus-summary-mail-forward): Clean up.
10744
10745         * gnus.el (gnus-article-mark-lists): Added forward.
10746
10747         * gnus-sum.el (gnus-forwarded-mark): New variable.
10748         (gnus-summary-prepare-threads): Use it.
10749         (gnus-summary-update-secondary-mark): Ditto.
10750         (gnus-newsgroup-forwarded): New variable.
10751
10752 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10753
10754         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
10755         (gnus-summary-very-wide-reply): New command and keystroke.
10756         (gnus-summary-very-wide-reply-with-original): Ditto.
10757
10758         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
10759         (gnus-score-adaptive): Use it.
10760
10761         * gnus-start.el (gnus-get-unread-articles): Clean up.
10762
10763 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10764
10765         * nnultimate.el (nnultimate-retrieve-headers): Work for other
10766         boards.
10767
10768 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
10769
10770         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
10771         * gnus-start.el (gnus-subscribe-newsgroup): use it.
10772
10773 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10774
10775         * nnultimate.el (nnultimate-retrieve-headers): Understand
10776         long-form month names.
10777
10778 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10779
10780         * gnus-sum.el (gnus-summary-show-all-headers):
10781         gnus-article-show-all-headers is broken. Use
10782         gnus-summary-toggle-header instead.
10783
10784         * mml2015.el (mml2015-gpg-extract-from): No error.
10785
10786 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10787         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
10788
10789         * mml2015.el (mml2015-gpg-extract-from): New function.
10790         (mml2015-gpg-verify): Use it.
10791         (mml2015-gpg-clear-verify): Use it.
10792
10793 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10794
10795         * message.el (message-setup-fill-variables): Use
10796         fill-paragraph-function.
10797         (message-fill-paragraph): Take an argument.
10798         (message-newline-and-reformat): Take another argument.
10799
10800 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10801
10802         * message.el (rmail-output): It is in rmailout.el not rmail.el.
10803
10804 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10805
10806         * message.el (message-forward): local-variable-p takes an extra
10807         argument in XEmacs.
10808
10809 2001-03-16  Simon Josefsson  <simon@josefsson.org>
10810
10811         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
10812         `nnimap-use-nov-p' (it really tested the negative).
10813         (nnimap-retrieve-headers): Use it.
10814
10815 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10816
10817         * message.el (message-generate-headers-first): Update doc.
10818
10819 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
10820         Trivial patch.
10821
10822         * gnus.el (gnus-summary-line-format): Typo.
10823
10824 2001-03-11  Simon Josefsson  <simon@josefsson.org>
10825
10826         * mailcap.el (mailcap-mime-data): Add application/sieve.
10827         (mailcap-mime-extensions): Add .siv, .xls.
10828
10829 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10830         From Christoph Conrad <christoph.conrad@gmx.de>
10831
10832         * gnus-score.el (gnus-summary-lower-thread): Typo.
10833
10834 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10835
10836         * message.el (message-forward-decoded-p): New variable.
10837         (message-forward-subject-author-subject): Use it.
10838         (message-make-forward-subject): Use it.
10839         (message-forward): Use it.
10840
10841         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
10842
10843         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
10844         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
10845
10846 ;;Has been fixed -- zsh.
10847 ;;2001-03-05  Dave Love  <fx@gnu.org>
10848 ;;
10849 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
10850 ;;      Move it after definition of mm-coding-system-p.
10851 ;;
10852 2001-03-01  Dave Love  <fx@gnu.org>
10853
10854         * mm-util.el (mm-inhibit-file-name-handlers): Add
10855         image-file-handler.
10856
10857 2001-02-11  Dave Love  <fx@gnu.org>
10858
10859         * message.el (message-signature-file): Fix doc, :type.
10860
10861 2001-02-08  Dave Love  <fx@gnu.org>
10862
10863         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
10864         (message-posting-charset): Defvar when compiling again.
10865         (rfc2047-encodable-p): Require message.
10866
10867         * gnus-sum.el (gnus-alter-articles-to-read-function):
10868         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
10869
10870 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10871
10872         * nnrss.el: New file.
10873
10874 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
10875         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10876
10877         * rfc2047.el (rfc2047-unfold-region): Fix arg of
10878         `skip-chars-forward'.
10879
10880 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10881
10882         * nndraft.el (nndraft-request-group): Restore auto save files if
10883         the original files do not exist.
10884
10885 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10886
10887         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
10888         SCORE paths.
10889
10890         * mm-decode.el (mm-dissect-buffer): Call
10891         mail-extract-address-components only if necessary.
10892
10893 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10894
10895         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
10896         directory part.
10897         (gnus-score-search-global-directories): Use file-directory-p.
10898
10899         * gnus-score.el (gnus-score-score-files-1): Use
10900         gnus-kill-files-directory.
10901         From Adrian Aichner <adrian@xemacs.org>.
10902
10903 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10904
10905         * gnus.el (charset): Move here from gnus-sum.el.
10906
10907 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10908
10909         * mml.el (mml-preview): Disable local map.
10910
10911         * gnus-sum.el (gnus-summary-make-menu-bar): Make
10912         gnus-article-post-menu here.
10913
10914         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
10915         if it has not been made.
10916
10917 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10918
10919         * gnus-art.el (gnus-article-describe-key): Map key to event.
10920         (gnus-article-describe-key-briefly): Ditto
10921
10922 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10923
10924         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
10925
10926 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10927         From Katsumi Yamaoka <yamaoka@jpl.org>.
10928
10929         * dgnushack.el (coerce, merge, subseq): defmacro.
10930
10931 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10932
10933         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
10934         A fake defalias in nndraft.el results a not-activated bug in
10935         uncompiled versions.
10936
10937 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
10938         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10939
10940         * gnus-util.el (gnus-split-references): Handle malformed References:.
10941
10942 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10943
10944         * gnus-art.el (gnus-article-mime-part-status): 1 part.
10945
10946 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10947         From NAGY Andras <nagya@inf.elte.hu>.
10948
10949         * gnus.el (gnus-parameters): Typo.
10950
10951 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10952
10953         * gnus.el (gnus-read-method): Remove redundancy.
10954
10955 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10956
10957         * nnslashdot.el (nnslashdot-backslash-url): New variable.
10958         (nnslashdot-request-list): Use it.
10959
10960 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10961
10962         * nnml.el (nnml-generate-active-info): Fix the case when there is
10963         no file.
10964
10965         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
10966         (gnus-summary-create-article): New function.
10967
10968         * gnus-group.el (gnus-group-mark-article-read): New function.
10969
10970         * gnus-msg.el (gnus-inews-do-gcc): Use it.
10971
10972         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
10973
10974 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10975
10976         * gnus-art.el (gnus-article-edit-done): Don't use
10977         gnus-article-edit-exit.
10978         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
10979
10980         * gnus.el (gnus-parameters): New variable.
10981         Suggested by NAGY Andras <nagya@inf.elte.hu>.
10982         (gnus-parameters-get-parameter): New function.
10983         (gnus-group-find-parameter): Use it.
10984
10985 2001-02-23  Simon Josefsson  <simon@josefsson.org>
10986
10987         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
10988         change of default value to `current'.
10989
10990 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10991
10992         * nneething.el (nneething-get-head): Insert unreadable file too.
10993
10994 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10995
10996         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
10997
10998         * webmail.el (webmail-type-definition): Deja is bought by google.
10999
11000 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11001
11002         * gnus-sum.el (gnus-fetch-headers): New function.
11003         (gnus-select-newsgroup): Use it.
11004         (gnus-summary-insert-articles): New function.
11005         (gnus-summary-insert-old-articles): New function.
11006         (gnus-summary-insert-new-articles): New function.
11007
11008         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
11009         (gnus-group-list-active): Ditto.
11010         * gnus-sum.el (gnus-set-mode-line): Ditto.
11011         (gnus-summary-read-group-1): Ditto.
11012
11013 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11014
11015         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
11016         current topic.
11017
11018 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11019
11020         * smiley.el (gnus-smiley-display): Don't do widening.
11021
11022         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
11023         within body.
11024
11025         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
11026
11027         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
11028         New variable.
11029         (gnus-mime-display-multipart-related-as-mixed): New variable.
11030         (gnus-mime-display-part): Use them.
11031
11032 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11033
11034         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
11035         something special.
11036
11037 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11038
11039         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
11040         (nnweb-request-article): Call reference if exists.
11041         (nnweb-type-definition): Dejanews is bought by google.com.
11042         Beta!
11043
11044 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11045
11046         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
11047
11048 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11049
11050         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
11051         gnus-article-sort-functions.
11052         (gnus-article-sort-functions): Doc fix.  Refer to
11053         gnus-thread-sort-functions.
11054
11055 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11056         From Paul Jarc <prj@po.cwru.edu>.
11057
11058         * message.el (message-get-reply-headers): More fixes.
11059
11060 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
11061         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11062
11063         * message.el (message-get-reply-headers): Fix bug with
11064         Mail-Followup-To/to-address interaction.
11065
11066 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11067
11068         * gnus-msg.el (gnus-configure-posting-styles): Match header in
11069         gnus-article-copy.
11070
11071 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11072
11073         * message.el (message-do-send-housekeeping): Rename to a better
11074         name.
11075
11076 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11077
11078         * message.el (message-cancel-news): Check article first, then ask
11079         yes or no.
11080
11081 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11082
11083         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
11084
11085 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11086
11087         * gnus-range.el (gnus-range-normalize): New function.
11088
11089 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
11090
11091         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
11092
11093 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11094
11095         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
11096
11097         * nnagent.el (nnagent-request-regenerate): New function.
11098
11099         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
11100
11101         * nnml.el (nnml-generate-nov-databases): Accept argument
11102         server. Don't open server if it is opened.
11103         (nnml-request-regenerate): Use it. Change to deffoo.
11104
11105 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11106         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
11107
11108         * gnus.el (gnus-define-group-parameter): Fix.
11109
11110 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11111
11112         * gnus.el (gnus-define-group-parameter): Improved.
11113
11114         * gnus-sum.el (charset): Define parameter.
11115         (ignored-charsets): Ditto.
11116         (gnus-summary-setup-default-charset): Use them.
11117
11118         * gnus-start.el (gnus-read-descriptions-file): Use them.
11119
11120         * gnus-cus.el (gnus-group-parameters): Remove them.
11121
11122 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11123
11124         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
11125
11126 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11127
11128         * gnus-sum.el (gnus-summary-read-group-1): Remove
11129         gnus-summary-set-local-parameters.
11130         (gnus-summary-setup-buffer): Put it here.
11131
11132 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11133
11134         * gnus.el (to-address): Define parameter.
11135         (to-list): Ditto.
11136         * gnus-art.el (article-hide-boring-headers): Use them.
11137         * gnus-msg.el (gnus-post-news): Ditto.
11138         * gnus-cus.el (gnus-group-parameters): Remove them.
11139
11140 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11141
11142         * gnus-draft.el (gnus-draft-reminder): New function.
11143
11144         * gnus-art.el (gnus-sender-save-name): New function.
11145
11146 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11147
11148         * mm-util.el (mm-mime-charset): Error message.
11149
11150 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11151
11152         * message.el (message-check-news-body-syntax): Don't check mml lines.
11153
11154 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11155
11156         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
11157         subscribe.
11158
11159         * gnus-start.el (gnus-call-subscribe-functions): New function.
11160         (gnus-find-new-newsgroups): Use it.
11161         (gnus-ask-server-for-new-groups): Use it.
11162         (gnus-check-first-time-used): Use it.
11163         (gnus-subscribe-newsgroup-method): Grok a list of functions.
11164         (gnus-subscribe-options-newsgroup-method): Ditto.
11165         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
11166         return .
11167
11168 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11169
11170         * gnus-cus.el (gnus-score-customize): Doc fix.
11171
11172 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
11173
11174         * dgnushack.el (my-getenv): Typo.
11175
11176 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11177
11178         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
11179
11180 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11181
11182         * gnus-group.el (gnus-group-suspend): Offer save summaries.
11183
11184         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
11185         (gnus-treatment-function-alist): Use it.
11186         (article-remove-leading-whitespace): New function.
11187         (gnus-article-make-menu-bar): Use it.
11188
11189         * gnus-sum.el (gnus-summary-wash-empty-map): Add
11190         remove-leading-whitespace.
11191         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
11192         because of conflict.
11193
11194 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11195
11196         * Makefile.in: Hack generating gnus-load.el.
11197         * dgnushack.el: Ditto.
11198         * gnus-load.el: Remove it.
11199
11200 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11201
11202         * dgnushack.el : Add URLDIR.
11203
11204         * Makefile.in (EMACS_COMP): Ditto.
11205
11206 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11207
11208         * gnus-cus.el (gnus-score-customize): Error on no score file.
11209
11210 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11211
11212         * mm-decode.el (mm-merge-handles): New function.
11213
11214         * mm-view.el (mm-inline-message): Use it.
11215         (mm-view-message): Ditto.
11216
11217         * mm-partial.el (mm-inline-partial): Ditto.
11218
11219         * mm-extern.el (mm-inline-external-body): Ditto.
11220
11221         * gnus-art.el (gnus-mime-view-part): Ditto.
11222         (gnus-mime-view-part-as-type): Ditto.
11223         (gnus-mime-save-part-and-strip): Prevent users to strip in some
11224         cases.
11225
11226 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11227
11228         * message.el (message-cancel-news): Allow to shoot foot.
11229         (message-supersede): Ditto.
11230
11231 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
11232         Trivial patch.
11233
11234         * gnus-sum.el (gnus-simplify-subject-re): Use
11235         message-subject-re-regexp.
11236
11237 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11238
11239         * nnmail.el (nnmail-expiry-target-group): Bind
11240         nnmail-cache-accepted-message-ids to nil.
11241
11242         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
11243         coding system.
11244
11245 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11246
11247         * qp.el (quoted-printable-encode-region): Make sure characters are
11248         between 00 and FF.  Don't check charset.
11249
11250         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
11251         in Emacs 20.
11252         * rfc2047.el (rfc2047-q-encode-region): Ditto.
11253
11254 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11255
11256         * message.el (message-make-forward-subject): Argument decoded.
11257         (message-forward): Use it when digest.
11258
11259         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
11260         buffer.
11261
11262 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11263
11264         * message.el (message-generate-headers-first): Doc fix.
11265
11266 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11267
11268         * gnus-art.el (article-make-date-line): Error proof.
11269
11270 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11271
11272         * gnus-group.el (gnus-group-listing-limit): New variable.
11273         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
11274
11275         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
11276
11277 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11278
11279         * message.el (message-newline-and-reformat): Special case for
11280         breaking at BOL.
11281
11282 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
11283
11284         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
11285         message/rfc822.
11286
11287 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11288
11289         * message.el (message-encode-message-body): Don't insert
11290         Content-Type if it is inside a mail.
11291
11292 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11293
11294         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
11295         gnus-article-commands-menu.
11296
11297         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
11298         in Emacs.
11299
11300         * gnus-start.el (gnus-read-descriptions-file): Use
11301         gnus-group-name-charset and gnus-group-charset-alist.
11302
11303 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11304
11305         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
11306         active region.
11307
11308         * gnus-start.el (gnus-group-change-level): Remove from both
11309         gnus-zombie-list and gnus-killed-list.
11310
11311 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11312
11313         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
11314         gnus-subscribe-topics.
11315
11316         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
11317
11318 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11319
11320         * gnus-art.el (gnus-article-make-menu-bar): Make
11321         gnus-article-post-menu.
11322
11323         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
11324
11325         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
11326
11327         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
11328
11329         * message.el (message-mode-menu): Ditto.
11330
11331         * gnus-art.el (defvar): eval-when-compile.
11332
11333 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11334
11335         * gnus-agent.el (gnus-agentize): Fix doc.
11336
11337 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
11338
11339         * mml.el (mml-preview): Bind `q'.
11340
11341 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11342
11343         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
11344
11345 2001-01-31  Dave Love  <fx@gnu.org>
11346
11347         * mm-util.el (mm-mime-mule-charset-alist)
11348         (mm-find-mime-charset-region): Consider mule-utf-8.
11349
11350 2001-01-31  Dave Love  <fx@gnu.org>
11351
11352         * gnus-art.el (gnus-article-x-face-command)
11353         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
11354         :version.
11355
11356 2001-01-26  Dave Love  <fx@gnu.org>
11357
11358         * mm-util.el (mm-multibyte-string-p): New.
11359
11360 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
11361 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
11362 ;;      string-as-multibyte on class.  Clarify line-folding.
11363         (quoted-printable-encode-string): Make temp buffer inherit
11364         string's multibyteness.
11365
11366 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
11367
11368         * nnheader.el (toplevel): Don't require `gnus-util' at
11369         compile-time; this creates a circular dependency, and prevents
11370         a bootstrap.
11371
11372 2001-01-22  Andreas Schwab  <schwab@suse.de>
11373
11374         * nnheader.el (gnus-delete-line): Autoload it as a macro.
11375
11376 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11377
11378         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
11379
11380         * gnus-art.el (article-hide-list-identifiers): Ditto.
11381
11382         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
11383
11384 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11385
11386         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
11387
11388         * gnus-art.el (article-hide-list-identifiers): Similar.
11389
11390 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
11391
11392         * nnmail.el (nnmail-remove-list-identifiers): Improved.
11393
11394 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11395
11396         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
11397
11398 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11399
11400         * gnus-util.el (gnus-string-equal): New function.
11401
11402         * gnus-art.el (article-hide-boring-headers): Use it.
11403
11404 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
11405
11406         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
11407
11408 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11409
11410         * gnus-msg.el (gnus-msg-mail): Support switch-action.
11411
11412 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11413
11414         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
11415         command if there is not last-saver.
11416
11417 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11418
11419         * nntp.el (nntp-open-connection): 201 is possible.
11420
11421 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11422
11423         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
11424         (rfc2047-charset-encoding-alist): Add big5.
11425
11426 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11427
11428         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
11429         (gnus-agent-remove-server): Ditto.
11430         (autoload): gnus-server-update-server.
11431
11432         * gnus-srvr.el (gnus-server-line-format): Add %a.
11433         (gnus-server-line-format-alist): Add gnus-tmp-agent.
11434         (gnus-server-insert-server-line): Use it.
11435
11436 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11437
11438         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
11439         GB2312 and Big5.
11440
11441 2001-01-24  Simon Josefsson  <sj@extundo.com>
11442
11443         * mail-source.el (mail-sources): Add :program specifier to IMAP
11444         mail source.
11445         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
11446
11447 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11448
11449         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
11450
11451 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11452
11453         * nntp.el (nntp-wait-for): Return the success code.
11454         (nntp-open-connection): Use it.
11455
11456 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11457
11458         * gnus-int.el (gnus-check-server): Allow breaking the opening.
11459
11460 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11461
11462         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
11463
11464 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11465
11466         * gnus-sum.el (gnus-summary-print-article): Take one prefix
11467         argument. Allow to print several articles in one file.
11468
11469 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11470
11471         * webmail.el (webmail-type-definition): netaddress changes.
11472
11473 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11474
11475         * gnus.el: Fix copyright. Remove trailing spaces.
11476
11477         * message.el (message-forward): Use mule4.
11478
11479 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11480
11481         * mm-util.el (mm-string-as-unibyte): New function.
11482
11483         * message.el (message-forward): Use it.
11484
11485 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11486
11487         * message.el (message-cite-original-without-signature): Don't peel
11488         off the blank line.
11489         (message-get-reply-headers): Add Cc if it is not in follow-to.
11490
11491 2001-01-20  Simon Josefsson  <sj@extundo.com>
11492
11493         * mm-decode.el (mm-handle-multipart-from): Add.
11494         (mm-dissect-buffer): Save From: header value.
11495         (mm-security-from): Remove.
11496         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
11497
11498         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
11499         instead of `mml-security-from'.  Protect null from value.
11500
11501 2001-01-20  Simon Josefsson  <sj@extundo.com>
11502
11503         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
11504         application/vnd.ms-excel attachments.
11505
11506 2001-01-19  Simon Josefsson  <sj@extundo.com>
11507
11508         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
11509
11510 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11511
11512         * message.el (message-ignored-mail-headers): Ditto.
11513
11514 2001-01-19  Simon Josefsson  <sj@extundo.com>
11515
11516         * message.el (message-ignored-news-headers): Only search beginning
11517         of line.
11518
11519 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
11520         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
11521
11522         * message.el (message-send-mail): Content-Type may not be there.
11523
11524 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11525
11526         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
11527         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
11528
11529         * gnus-art.el (article-display-x-face): Insert X-Face if there is
11530         not.
11531
11532 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11533
11534         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
11535         non-native groups.
11536
11537 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11538
11539         * message.el (message-yank-original): Understand
11540         universal-argument.
11541
11542 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11543
11544         * gnus-art.el (gnus-boring-article-headers): Add to-address.
11545         (article-hide-boring-headers): Ditto.
11546
11547         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
11548
11549 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11550
11551         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
11552         one.
11553
11554 2001-01-16  Simon Josefsson  <simon@josefsson.org>
11555
11556         * message.el (message-make-in-reply-to): Add comment to message-id
11557         (old syntax, see 2000-08-02 change).
11558
11559 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11560
11561         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
11562         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
11563         (gnus-button-reply): Ditto.
11564
11565 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11566
11567         * gnus-art.el (article-display-x-face): Fix.
11568
11569 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11570
11571         * gnus-art.el (article-display-x-face): Use
11572         gnus-original-article-buffer.
11573
11574 2001-01-15  Jack Twilley  <jmt@tbe.net>
11575
11576         * message.el (message-add-header): Move to point-max.
11577
11578 2001-01-15  Simon Josefsson  <simon@josefsson.org>
11579
11580         * smime.el (smime-CA-directory, smime-CA-file): Change default to
11581         nil, improve documentation.
11582         (smime-certificate-directory): Comment out false hints (until it
11583         is implemented).
11584
11585         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
11586         there aren't any keys.
11587         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
11588         verify certificate.  Default is changed to only check integrity.
11589         Improved security status texts.  If a certificate doesn't contain
11590         a email address, don't fail.
11591
11592         * smime.el (smime-noverify-region):
11593         (smime-noverify-buffer): New functions.  Verifies integrity only.
11594
11595 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11596
11597         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
11598
11599 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11600
11601         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
11602         (gnus-remove-some-windows): Ditto.
11603
11604 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11605
11606         * gnus-art.el (article-make-date-line): 11th.
11607
11608 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11609
11610         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
11611         (mml2015-gpg-sign): Ditto.
11612
11613 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11614
11615         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
11616         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
11617
11618 2001-01-08  Dave Love  <fx@gnu.org>
11619
11620         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
11621         single character.
11622
11623         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
11624
11625         * message.el: Doc and message fixes.
11626         (message-send-rename-function)
11627         (message-make-forward-subject-function)
11628         (message-send-mail-function, message-reply-to-function)
11629         (message-wide-reply-to-function, message-followup-to-function)
11630         (message-distribution-function, message-auto-save-directory): Fix
11631         :type.
11632
11633         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
11634         proceeding after warnings.  Amend multipart warning message.
11635
11636 2001-01-04  Dave Love  <fx@gnu.org>
11637
11638         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
11639         compiling.
11640         (gnus-make-directory): Require nnmail.
11641
11642         * mm-decode.el (mm-inline-media-tests): Add
11643         image/x-portable-bitmap.
11644         (mm-get-image): Grok pbm.
11645
11646 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
11647
11648         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
11649
11650 2001-01-09  Didier Verna  <didier@xemacs.org>
11651
11652         * dgnushack.el (dgnushack-compile): give a dummy value to
11653         `gnus-xmas-glyph-directory' for the time of compilation.
11654         * gnus-agent.el: moved some XEmacs specific hook add-ons from
11655         `gnus-xmas-[re]define' to avoid loosing user custom settings.
11656         * gnus-art.el: ditto.
11657         * gnus-group.el: ditto.
11658         * gnus-salt.el: ditto.
11659         * gnus-sum.el: ditto.
11660         * gnus-topic.el: ditto.
11661         * gnus-xmas.el (gnus-xmas-define): see above.
11662         * gnus-xmas.el (gnus-xmas-redefine): see above.
11663         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
11664         non-continuable error when the directory can't be found.
11665
11666 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11667
11668         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
11669         handle.
11670         * gnus-art.el (gnus-mime-view-part): Copy it.
11671         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
11672
11673 2001-01-09  Michael Downes  <mjd@ams.org>
11674
11675         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
11676
11677 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11678
11679         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
11680         orig-file. Use ',source.
11681
11682 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11683
11684         * gnus-xmas.el (gnus-xmas-modeline-glyph):
11685         (gnus-xmas-group-startup-message):
11686         Detect gnus-xmas-glyph-directory when it is nil.
11687
11688 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11689
11690         * pop3.el (pop3-get-message-count): Andrew Innes
11691         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
11692
11693 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11694
11695         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
11696
11697         * time-date.el (time-to-number-of-days): New function.
11698
11699 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
11700         Trivial patch.
11701
11702         * nnslashdot.el (nnslashdot-request-list): Always get the right
11703         sid.
11704
11705 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11706
11707         * message.el (message-minibuffer-local-map): New keymap.
11708         (message-read-from-minibuffer): Use it.
11709         * gnus-msg.el (gnus-summary-resend-message): Use it
11710
11711 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11712
11713         * gnus-start.el (gnus-display-time-event-handler): New function.
11714         (gnus-after-getting-new-news-hook): Use it.
11715
11716 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11717
11718         * message.el (message-ignored-mail-headers): Add draft header.
11719
11720 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11721
11722         * gnus-sum.el (gnus-summary-expire-articles): Don't save
11723         excursion.
11724
11725         * nnslashdot.el (nnslashdot-request-list): Get the right year.
11726
11727 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
11728         A revoked patch.
11729
11730         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
11731
11732 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11733
11734         * qp.el (quoted-printable-decode-region): Don't backward-char.
11735
11736 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11737
11738         * gnus-draft.el: Mark articles as replied.
11739
11740         * gnus-sum.el (gnus-summary-add-mark): New function.
11741
11742         * gnus-group.el (gnus-add-mark): New function.
11743
11744         * gnus-sum.el (gnus-summary-buffer-name): New function.
11745         (gnus-summary-setup-buffer): Use it.
11746
11747         * gnus-draft.el: Set things up with the right post method and
11748         stuff.
11749
11750         * message.el (message-ignored-news-headers): Remove X-Draft-From.
11751
11752         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
11753
11754         * gnus.el (gnus-draft-meta-information-header): New variable.
11755
11756 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11757
11758         * gnus-art.el (gnus-treatment-function-alist): Move the date
11759         functions before the header sorting functions.
11760
11761         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
11762
11763         * dgnushack.el (dgnushack-compile): Message whether there is w3.
11764         Don't (push "/usr/share/emacs/site-lisp" load-path).
11765
11766         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
11767         to empty fill prefixes.
11768
11769 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11770
11771         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
11772         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
11773
11774 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11775
11776         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
11777
11778         * nnml.el (autoload): Move to nnheader.el.
11779
11780         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
11781         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
11782         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
11783         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
11784
11785 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11786
11787         * gnus-art.el (article-make-date-line): Get the hours right.
11788         (gnus-ignored-headers): More hiding.
11789
11790         * nnmail.el (nnmail-expiry-wait): Not an integer.
11791
11792         * message.el (message-goto-body): Only expand abbrev when called
11793         interactively.
11794         (message-make-lines): Use it.
11795
11796 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11797
11798         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
11799
11800 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11801
11802         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
11803         include the expunged articles.
11804
11805         * gnus-group.el (gnus-group-sort-by-server): New function.
11806
11807         * gnus.el (gnus-method-to-server-name): New function.
11808         (gnus-group-prefixed-name): Use it.
11809
11810         * gnus-group.el (gnus-group-sort-function): Doc fix.
11811         (gnus-group-sort-groups-by-server): New command.
11812
11813 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11814
11815         * gnus-art.el (gnus-treat-date-english): New variable.
11816         (article-date-english): New command.
11817         (gnus-english-month-names): New variable.
11818         (article-make-date-line): Do 'english.
11819
11820         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
11821         after the fill prefix.
11822
11823         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
11824         score...".
11825
11826         * gnus-art.el (gnus-ignored-headers): Hide more headers.
11827
11828         * message.el (message-mode-map): Bind comment-region.
11829
11830         * gnus-art.el (gnus-mime-display-part): Let w3 display
11831         multipart/related.
11832
11833         * mm-bodies.el (mm-long-lines-p): New function.
11834         (mm-body-encoding): Use it.
11835         (mm-body-encoding): Encode articles with lines longer than 1000
11836         characters.
11837
11838 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11839
11840         * mm-util.el (mm-enable-multibyte): Use
11841         default-enable-multibyte-characters.
11842         (mm-enable-multibyte-mule4): Ditto.
11843         (mm-disable-multibyte): Test XEmacs.
11844         (mm-disable-multibyte-mule4): Ditto.
11845         (mm-with-unibyte-current-buffer): Simplified.
11846         (mm-with-unibyte-current-buffer-mule4): Ditto.
11847
11848 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11849
11850         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
11851
11852         * nnheader.el (nnheader-string-as-multibyte): New alias.
11853
11854         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
11855
11856         * gnus-uu.el (gnus-message-process-mark): New function.
11857         (gnus-uu-mark-by-regexp): Use it.
11858         (gnus-new-processable): New function.
11859
11860 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
11861          Trivial patch.
11862
11863         * gnus-sum.el (gnus-no-mark): New variable.
11864
11865 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11866
11867         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
11868         backslashes.
11869
11870 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11871
11872         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
11873         definition.
11874
11875 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11876
11877         * dgnushack.el (dgnushack-compile): elc is in the current directory.
11878
11879         * qp.el (quoted-printable-encode-region): Don't check multibyte in
11880         XEmacs.
11881
11882 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
11883         Trivial patch.
11884
11885         * mml.el (mml-read-tag): Save tag location.
11886
11887 2000-12-25  Simon Josefsson  <simon@josefsson.org>
11888
11889         * starttls.el: Sync with Emacs 21.
11890
11891 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11892
11893         * message.el (message-mail): Support yank-action.
11894
11895         * message.el (message-setup): Revoke the last change.
11896
11897 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11898
11899         * message.el (message-setup): Use cons. Suggested by Johan Vromans
11900         <jvromans@squirrel.nl>.
11901
11902 2000-12-24  Simon Josefsson  <sj@extundo.com>
11903
11904         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
11905         mailing list junk at end of part.
11906
11907 2000-12-23  Simon Josefsson  <sj@extundo.com>
11908
11909         * nnimap.el (nnimap-expiry-target): New function.
11910         (nnimap-request-expire-articles): Use it.
11911
11912 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11913
11914         * gnus.el (gnus-group-parameters-more): New variable.
11915         * gnus-cus.el (gnus-group-customize): Use it.
11916
11917         * gnus.el (gnus-define-group-parameter): New macro.
11918         (auto-expire): Use it
11919         (total-expire): Use it.
11920         * gnus-art.el (banner): Use it.
11921
11922         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
11923         <ljz@asfast.com>.
11924
11925 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11926
11927         * gnus-topic.el (gnus-topic-create-topic): Use list.
11928
11929         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
11930         before binding gnus-default-article-saver.
11931
11932         * gnus-sum.el (gnus-summary-save-article):
11933         (gnus-summary-pipe-output):
11934         (gnus-summary-save-article-mail):
11935         (gnus-summary-save-article-rmail):
11936         (gnus-summary-save-article-file):
11937         (gnus-summary-write-article-file):
11938         (gnus-summary-save-article-body-file): Ditto.
11939
11940         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
11941
11942 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11943
11944         * gnus-art.el (gnus-mime-security-button-map):
11945         (gnus-mime-button-map): Add parent.
11946
11947 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11948
11949         * messagexmas.el (message-xmas-redefine): New function.
11950
11951         * message.el: Use it.
11952
11953         * gnus-art.el (gnus-article-check-hidden-text): Return t.
11954
11955         * gnus-util.el (gnus-remove-text-properties-when): Return t.
11956
11957 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11958
11959         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
11960         malformatted messages.
11961
11962 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11963
11964         * mm-util.el (mm-image-load-path): New function.
11965
11966         * gnus-group.el (gnus-group-make-tool-bar): Use it.
11967
11968         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
11969
11970         * message.el (message-tool-bar-map): Use it.
11971
11972         * Makefile.in (install-el): New rule.
11973
11974 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11975
11976         * gnus-art.el (article-treat-dumbquotes): Quote \.
11977
11978 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11979
11980         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
11981         Emacs 20 runs on a terminal.
11982
11983 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11984
11985         * gnus-msg.el (gnus-bug): Revert to save-excursion.
11986
11987         * mml.el (gnus-add-minor-mode): Autoload.
11988
11989         * message.el (message-forward): Save-restriction.
11990
11991 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11992
11993         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
11994         Paul Stevenson <p.stevenson@surrey.ac.uk>
11995
11996 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11997
11998         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
11999
12000         * mml.el (gnus-ems): Don't require.
12001
12002         * gnus.el (gnus-decode-rfc1522): Removed.
12003         (gnus-set-text-properties): Define.
12004
12005 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12006
12007         * gnus-art.el (gnus-mime-*): handle may be nil.
12008
12009         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
12010
12011         * gnus.el (gnus-group-remove-excess-properties): Not defined
12012         in gnus-xmas.
12013
12014 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12015
12016         * message.el (message-mail-user-agent): Add :version.
12017
12018 2000-12-21  Miles Bader  <miles@gnu.org>
12019
12020         * message.el (message-mode): Set `comment-start' to the  yank prefix.
12021
12022 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12023
12024         * message.el (message-mail-user-agent): New variable.
12025         (message-setup): Renamed to message-setup-1. Support
12026         mail-user-agent.
12027         (message-mail-user-agent): New function.
12028         (message-mail): Use it.
12029         (message-reply): Use it.
12030         (message-resend): Use it.
12031         (message-mail-other-window): Use it.
12032         (message-mail-other-frame): Use it.
12033
12034         * gnus-msg.el (gnus-bug): Support mail-user-agent.
12035
12036 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12037
12038         * message.el (message-tool-bar-map): Simplify.
12039         (message-narrow-to-head-1): New function.
12040         (message-narrow-to-head): Use it.
12041         (message-reply): Ditto.
12042         (message-cancel-news): Ditto.
12043         (message-supersede): Ditto.
12044         (message-make-forward-subject): Ditto.
12045         (message-bounce): Ditto.
12046
12047 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12048
12049         * uudecode.el (uudecode-decode-region-external): make-temp-file
12050         may not be defined.
12051
12052         * binhex.el (defalias): eval-and-compile.
12053
12054         * message.el (message-tool-bar-map): New function.
12055         (message-mode): Use it.
12056
12057 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12058
12059         * nntp.el (nntp-find-connection): Remove the entry.
12060         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
12061
12062 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12063
12064         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
12065
12066         * message.el (message-forward): Copy buffer in unibyte mode.
12067
12068 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12069
12070         * message.el (message-make-forward-subject): Don't widen. Decode.
12071         (message-forward): Don't decode subject.
12072
12073 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
12074
12075         * qp.el (quoted-printable-encode-region): Upcase QP.
12076
12077 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12078
12079         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
12080         mail-extract-a-c instead. Don't depend on Gnus.
12081
12082         * mml.el (gnus-ems): Require it.
12083
12084         * gnus-msg.el (gnus-summary-mail-forward):
12085
12086         * message.el (message-forward):  Move mime-to-mml here.
12087
12088 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12089
12090         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
12091         * gnus-art.el (gnus-insert-mime-button): Simplify.
12092         (gnus-mime-display-alternative): Ditto.
12093         (gnus-insert-mime-security-button): Ditto.
12094
12095 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12096
12097         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
12098         text-property-not-all doesn't return nil when start=mark(end).
12099         (gnus-remove-text-properties-when): Ditto.
12100
12101 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12102
12103         * gnus-start.el (gnus-group-change-level): Remove group from
12104         gnus-active-hashtb if real killed.
12105
12106 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12107
12108         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
12109         (gnus-mime-display-alternative): Ditto.
12110         (gnus-insert-mime-security-button): Ditto.
12111
12112 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12113
12114         * gnus-start.el (gnus-group-change-level): Don't add it into
12115         killed-list if it was killed.
12116
12117 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12118
12119         * nnmbox.el (nnmbox-file-coding-system): Use binary.
12120         (nnmbox-active-file-coding-system): Ditto.
12121
12122         * gnus-cus.el (gnus-group-parameters): Add posting-style.
12123
12124 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12125
12126         * gnus.el (gnus-version):
12127         (gnus-version-number): Set to Oort Gnus 0.01.
12128
12129         * gnus-art.el (gnus-mime-security-button-map):
12130         (gnus-insert-mime-security-button): Fix for Emacs21.
12131
12132 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12133
12134         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
12135         easymenu, because XEmacs doesn't understand :help.
12136
12137         * mm-uu.el: Require binhex.
12138
12139 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12140
12141         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
12142
12143 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
12144
12145         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
12146
12147 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
12148
12149         * *.xpm, *.pbm: Convert icons icons to size 24x24.
12150
12151 2000-12-18  Dave Love  <fx@gnu.org>
12152
12153         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
12154         (unused).
12155
12156 2000-12-13  Miles Bader  <miles@gnu.org>
12157
12158         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
12159         to t, so that we don't get stuck while trying to smilefy
12160         intangible text.
12161
12162 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
12163
12164         * smiley-ems.el (smiley-regexp-alist): Make regexps match
12165         at the end of the buffer.
12166         (smiley-region): In the loop, move to the end of the submatch
12167         matching the smiley instead of using the end of the match
12168         of the whole regexp.
12169
12170 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
12171
12172         * message.el (message-mode): Doc fix.
12173
12174 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
12175
12176         * smiley-ems.el (smiley-region): Doc fix.
12177
12178 2000-12-11  Miles Bader  <miles@gnu.org>
12179
12180         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
12181         bottom line visible, check to see if it's partially obscured, and
12182         if so, either scroll one more line to make it fully visible, or
12183         revert to showing the second line from the top.
12184
12185 2000-12-07  Dave Love  <fx@gnu.org>
12186
12187         * mailcap.el (mailcap-download-directory)
12188         * gnus-audio.el (gnus-audio-directory)
12189         * smiley-ems.el (smiley-data-directory): Fix :type.
12190
12191 2000-11-30  Dave Love  <fx@gnu.org>
12192
12193         * message.el (message-auto-save-directory): Use
12194         file-name-as-directory.
12195         (message-set-auto-save-file-name): Create
12196         message-auto-save-directory if necessary.
12197         (message-replace-chars-in-string): Removed -- unused.
12198         (message-mail-alias-type): Customize.
12199         (message-headers): Remove duplicate defgroup.
12200
12201 2000-11-29  Dave Love  <fx@gnu.org>
12202
12203         * qp.el (quoted-printable-decode-region): Use error, not message
12204         to report malformed text (like base64).  Amend message.
12205
12206 2000-11-29  Miles Bader  <miles@gnu.org>
12207
12208         * message.el (message-header-lines): Fontify tag.
12209
12210 2000-11-27  Dave Love  <fx@gnu.org>
12211
12212         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
12213         compiler warning.
12214
12215 ;2000-11-26  Dave Love  <fx@gnu.org>
12216 ;
12217 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
12218 ;
12219 2000-11-23  Dave Love  <fx@gnu.org>
12220
12221         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
12222
12223         * mm-uu.el (uudecode): Require.
12224         (uudecode-decode-region, uudecode-decode-region-external): Don't
12225         autoload.
12226         (mm-uu-copy-to-buffer): Doc fix.
12227         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
12228         type fix.
12229
12230         * mailcap.el: Doc fixes.
12231         (mailcap-mime-data): Various adjustments.
12232         (mailcap): New group.
12233         (mailcap-download-directory): Customize.
12234         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
12235         (mailcap-temporary-directory): Deleted (unused).
12236         (mailcap-unescape-mime-test): Simplify slightly.
12237         (mailcap-viewer-passes-test): Use functionp.
12238         (mailcap-command-p): Aliased to executable-find.
12239
12240         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
12241         default-enable-multibyte-characters is nil.
12242
12243 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
12244
12245         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
12246
12247 2000-11-21  Dave Love  <fx@gnu.org>
12248
12249         * gnus-art.el (gnus-mime-button-map): Don't inherit from
12250         gnus-article-mode-map.
12251 ;       (gnus-mime-button-menu): Use mouse-set-point.
12252         (gnus-insert-mime-button, gnus-mime-display-alternative)
12253         (gnus-mime-display-alternative): Don't use local-map property.
12254
12255 2000-11-17  Dave Love  <fx@gnu.org>
12256
12257         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
12258         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
12259         and make-temp-file.
12260         (uudecode-decode-region): Doc fix.
12261
12262 2000-11-14  Dave Love  <fx@gnu.org>
12263
12264         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
12265         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
12266         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
12267         New files, derived from the XPMs.
12268
12269 2000-11-10  Dave Love  <fx@gnu.org>
12270
12271         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
12272         (gnus-agent-lib-file, gnus-agent-load-alist)
12273         (gnus-agent-save-alist, gnus-agent-article-name): Use
12274         expand-file-name.
12275
12276         * gnus-group.el (gnus-group-name-charset-method-alist): Add
12277         :version.
12278         (nnkiboze-score-file): Defvar when compiling.
12279
12280         * gnus-start.el (gnus-read-newsrc-file): Add :version.
12281
12282         * gnus-art.el (gnus-article-banner-alist)
12283         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
12284         (gnus-article-date-lapsed-new-header)
12285         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
12286         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
12287         (gnus-treat-strip-headers-in-body)
12288         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
12289         (gnus-treat-translate): Add :version.
12290         (gnus-article-mime-part-function): Fix defcustom.
12291
12292         * nnmail.el (nnmail-expiry-target)
12293         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
12294         (nnmail-split-header-length-limit): Add :version.
12295
12296         * gnus-sum.el (gnus-auto-expirable-marks)
12297         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
12298         (gnus-extra-headers, gnus-ignored-from-addresses)
12299         (gnus-newsgroup-ignored-charsets)
12300         (gnus-group-highlight-words-alist)
12301         (gnus-summary-show-article-charset-alist): Add :version.
12302
12303         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
12304         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
12305         files, converted from the XPMs.
12306
12307         * gnus-cache.el (gnus-cache-active-file): Don't use
12308         file-name-as-directory on directory.
12309         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
12310         use file-name-as-directory on directory.
12311
12312         * time-date.el (timezone-make-date-arpa-standard): Autoload.
12313         (date-to-time): Use it.
12314
12315 ;       * message.el (message-mode) <adaptive-fill-regexp>:
12316 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
12317 ;       (message-newline-and-reformat): Likewise.
12318         (message-forward-as-mime, message-forward-ignored-headers)
12319         (message-buffer-naming-style, message-default-charset)
12320         (message-dont-reply-to-names, message-send-mail-partially-limit):
12321         Add :version.
12322
12323         * mm-util.el: Doc fixes.
12324         (mm-mime-charset): Don't use the raw result of
12325         mm-preferred-coding-system.
12326         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
12327         (mm-with-unibyte): Simplify.
12328
12329         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
12330         concat.
12331
12332         * pop3.el (pop3-version): Deleted.
12333         (pop3-make-date): New function, avoiding message-make-date.
12334         (pop3-munge-message-separator): Use it.
12335
12336 2000-11-09  Dave Love  <fx@gnu.org>
12337
12338         * gnus-group.el (gnus-group-make-directory-group)
12339         (gnus-group-fetch-faq): Use expand-file-name.
12340         (gnus-group-fetch-faq): Simplify completing-read form.
12341
12342         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
12343         test for Mule.
12344
12345         * message.el (tool-bar-map): Defvar when compiling.
12346
12347         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
12348         (gnus-tm-lisp-directory): Deleted.
12349         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
12350         (featurep 'xemacs).
12351         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
12352         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
12353         version numbers from file names.
12354
12355 2000-11-08  Dave Love  <fx@gnu.org>
12356
12357         * mm-view.el: Use featurep for XEmacs test.
12358         (mm-inline-message): Test for `remove-specifier'; don't use
12359         condition-case.
12360
12361         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
12362
12363         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
12364         (gnus-score-find-bnews): Don't concat "".
12365
12366         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
12367         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
12368         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
12369         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
12370
12371         * gnus-sum.el: Put some defvars in eval-when-compile.
12372         (gnus-summary-mode-hook): Add :options.
12373         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
12374         (gnus-summary-tool-bar-map): New variable.
12375         (gnus-summary-make-tool-bar): New function.
12376         (gnus-summary-mode): Put kill-all-local-variables first.
12377
12378         * gnus-group.el (gnus-group-toolbar-map): New variable.
12379         (gnus-group-make-tool-bar): Rewritten.
12380         (gnus-group-mode): Put kill-all-local-variables first.
12381
12382         * rfc2047.el: Require gnus-util.
12383
12384         * nnml.el (gnus-sorted-intersection): Autoload.
12385
12386         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
12387         Put some defvars in eval-when-compile.
12388         (gnus-intersection, gnus-sorted-complement):  Autoload.
12389
12390         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
12391
12392         * mm-encode.el (mm-body-7-or-8): Autoload.
12393
12394         * mm-decode.el (mm-insert-inline): Autoload.
12395
12396         * mml.el:
12397         * message.el: Put some defvars in eval-when-compile.
12398
12399         * gnus-msg.el: Put some defvars in eval-when-compile.
12400         (gnus-msg-mail): Move after gnus-setup-message.
12401
12402         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
12403
12404 2000-11-07  Dave Love  <fx@gnu.org>
12405
12406         * gnus-util.el (nnheader): Don't require message (recursive
12407         autoload).
12408
12409         * uudecode.el: Avoid compiler warnings.
12410
12411         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
12412         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
12413
12414 2000-11-06  Dave Love  <fx@gnu.org>
12415
12416         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
12417
12418         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
12419         (uudecode-char-int): New alias, replacing char-int.
12420         (uudecode-decode-region): Don't call buffer-disable-undo.
12421
12422 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
12423 ;       (mm-uu-configure-list): Doc fix.
12424 ;
12425 ;       * earcon.el (running-xemacs): Don't define.
12426 ;
12427 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
12428 ;
12429 ;       * message.el (message-font-lock-keywords): Match a final newline
12430 ;       to help font-lock's multiline support.
12431 ;
12432 2000-11-03  Dave Love  <fx@gnu.org>
12433
12434         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
12435
12436         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
12437         name.
12438
12439         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
12440         <banner>: Fix custom type, doc.
12441
12442         * mm-decode.el (mm-display-external): Space-prefix temp buffer
12443         name.  Don't disable undo explicitly.
12444
12445 ;2000-11-02  Dave Love  <fx@gnu.org>
12446 ;
12447 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
12448 ;       cite-prefix.
12449
12450 2000-11-01  Dave Love  <fx@gnu.org>
12451
12452         * rfc2047.el (base64): Require unconditionally.
12453         (message-posting-charset): Defvar when compiling.
12454         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
12455         message.
12456
12457         * gnus-sum.el (nnoo): Require.
12458         (mm-uu-dissect): Autoload.
12459
12460         * mml.el (mml-parse-1): Clarify message.
12461         (mml-minibuffer-read-type): Use mailcap-mime-types.
12462
12463 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
12464
12465         * mml.el: Fix a typo in the requiring of CL.
12466
12467 2000-11-01  Dave Love  <fx@gnu.org>
12468
12469         * utf7.el: Require cl when compiling.
12470
12471         * binhex.el: Use (featurep 'xemacs).
12472         (binhex-char-int): New alias, replacing char-int.  Change callers.
12473         (binhex-decode-region): Simplify work buffer code.
12474         (binhex-decode-region-external): Use expand-file-name, not concat.
12475
12476 2000-10-30  Dave Love  <fx@gnu.org>
12477
12478         * gnus-art.el: Fix 2000-10-27 change properly.
12479
12480 2000-10-28  Miles Bader  <miles@gnu.org>
12481
12482         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
12483
12484 2000-10-27  Dave Love  <fx@gnu.org>
12485
12486         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
12487         strings.
12488         (gnus-group-make-tool-bar): New function.
12489         (gnus-group-mode): Use it.
12490
12491         * message.el (message-mode-menu): Add some :help strings.
12492         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
12493         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
12494
12495         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
12496         * describe-group.xpm, get-news.xpm, kill-group.xpm:
12497         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
12498
12499         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
12500         display-graphic-p here.
12501
12502 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
12503
12504         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
12505         of the `gnus-xemacs' variable, as the latter has been removed.
12506         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
12507         * gnus-art.el (gnus-treat-display-xface)
12508         (gnus-treat-display-smileys, gnus-treat-display-picons)
12509         (gnus-article-read-summary-keys): Likewise.
12510
12511 2000-10-26  Dave Love  <fx@gnu.org>
12512
12513         (defvar): Use rmail-spool-directory unconditionally.
12514
12515 2000-10-18  Dave Love  <fx@gnu.org>
12516
12517         * mm-bodies.el (mm-uu-decode-function)
12518         (mm-uu-binhex-decode-function): Defvar when compiling.
12519
12520         * gnus-nocem.el (gnus-nocem-issuers): Update.
12521         (gnus-nocem-check-from): New option.
12522         (gnus-nocem-scan-groups): Use it.
12523         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
12524         (gnus-nocem-check-article-limit): Add :version.
12525
12526 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
12527
12528         * ietf-drums.el (mm-util): Require CL when compiling.
12529
12530 2000-10-15  Dave Love  <fx@gnu.org>
12531
12532         * qp.el: Require mm-util.
12533
12534 2000-10-13  Dave Love  <fx@gnu.org>
12535
12536         * qp.el (quoted-printable-decode-region): Avoid invalid
12537         coding-systems.
12538
12539 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
12540
12541         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
12542         to a recursive load.
12543
12544 2000-10-12  Dave Love  <fx@gnu.org>
12545
12546         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
12547
12548         * gnus.el (gnus-group-startup-message): Check for PBM image.
12549
12550 2000-10-09  Dave Love  <fx@gnu.org>
12551
12552         * mail-source.el (mail-source-fetch-imap): Bind
12553         default-enable-multibyte-characters rather than using
12554         mm-disable-multibyte.
12555
12556 2000-10-05  Dave Love  <fx@gnu.org>
12557
12558         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
12559         Autoload.
12560         (quoted-printable-decode-region):  Rename arg which confused
12561         charset with coding-system.  Don't use nonascii-insert-offset.
12562         Coding-system encode the region initially.  Don't recognize `=='
12563         as valid QP.  Coding-system decode the region finally.
12564         (quoted-printable-decode-string): Rename arg which confused
12565         charset with coding-system.
12566
12567         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
12568         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
12569         mm-encode-coding-region.
12570         (mm-decode-body, mm-decode-string): Rename variables which
12571         confused charset with coding-system.
12572         (binhex-decode-region): Don't autoload.
12573         (mm-body-encoding): Require message.
12574         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
12575         cond branches.
12576
12577         * gnus-art.el (article-de-quoted-unreadable)
12578         (article-de-base64-unreadable): Fold search case
12579         rather than downcasing string.  Apply mm-charset-to-coding-system
12580         to arg of quoted-printable-decode-region.
12581
12582 2000-10-04  Dave Love  <fx@gnu.org>
12583
12584         * gnus-ems.el: Don't turn off compiler warnings in local vars.
12585         Require ring when compiling.
12586         (gnus-article-compface-xbm): New variable.
12587
12588 2000-10-04  Dave Love  <fx@gnu.org>
12589
12590         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
12591         pbm images.
12592
12593         * frown.pbm, smile.pbm, wry.pbm: New files.
12594
12595         * frown.xbm, smile.xbm, wry.xbm: Deleted.
12596
12597 2000-10-03  Dave Love  <fx@gnu.org>
12598
12599         * mail-source.el (mail-sources): Revert to nil.
12600
12601         * nnmail (nnmail-spool-file): Revert to `((file))'.
12602
12603         * qp.el: Don't require mm-util.
12604         (quoted-printable-decode-region): Rewritten.
12605         (quoted-printable-decode-string, quoted-printable-encode-region):
12606         Doc fix.
12607         (quoted-printable-encode-region): Barf on multibyte characters.
12608         Maybe make the class multibyte.  Upcase chars, not formatted
12609         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
12610         (quoted-printable-encode-string): Don't use
12611         mm-with-unibyte-buffer.
12612
12613 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
12614
12615         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
12616
12617 2000-09-21  Dave Love  <fx@gnu.org>
12618
12619         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
12620         (for Emacs 20).  Tidy somewhat.
12621
12622 2000-09-21  Dave Love  <fx@gnu.org>
12623
12624         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
12625         image processing.  Rationalize logic somewhat.
12626
12627 2000-09-20  Dave Love  <fx@gnu.org>
12628
12629         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
12630         specifically.
12631
12632         * gnus.el (gnus-version-number): Avoid some redundant
12633         autoloads.
12634
12635 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
12636
12637         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
12638         to XBM; we always have PBM support.
12639
12640 2000-09-14  Dave Love  <fx@gnu.org>
12641
12642         * gnus.el (gnus-charset):
12643         * mm-decode.el (mime-display):
12644         * imap.el (imap) <defgroup>: Add :version.
12645
12646 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
12647
12648         * parse-time.el: Fix author's mail address.
12649
12650         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
12651         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
12652         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
12653         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
12654         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
12655         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
12656         * rfc2231.el, uudecode.el: Fix copyright notice.
12657
12658         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
12659         require `w3' at load-time only if not running in batch mode.
12660
12661 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12662
12663         * gnus.el: Before merge with Emacs21.
12664
12665 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
12666
12667         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
12668
12669 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
12670
12671         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
12672         to avoid conflict with the standard `back-to-indentation'
12673         binding.
12674
12675 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12676
12677         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
12678
12679         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
12680         (mm-disable-multibyte-mule4): Ditto.
12681         (mm-with-unibyte-current-buffer-mule4): Ditto.
12682
12683 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12684
12685         * pop3.el (pop3-movemail): Use binary.
12686         (pop3-movemail-file-coding-system): Removed.
12687
12688 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12689
12690         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
12691
12692 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12693
12694         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
12695         exists.
12696
12697 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12698
12699         * gnus-msg.el (gnus-post-method): Use backend name when the
12700         address is "".
12701
12702 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12703
12704         * gnus-art.el (article-verify-x-pgp-sig): Don't test
12705         mm-verify-option.
12706         (gnus-treat-x-pgp-sig): Default value.
12707         (gnus-ignored-headers): Redundant.
12708
12709 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12710
12711         * gnus-win.el (gnus-configure-frame): Save selected window.
12712
12713 2000-02-15  Andrew Innes  <andrewi@gnu.org>
12714
12715         * nnmbox.el: Require gnus-range.
12716         (nnmbox-group-building-active-articles): New variable.
12717         (nnmbox-group-active-articles): New variable; this is a cache of
12718         all active articles by group and number.
12719         (nnmbox-in-header-p): New function.
12720         (nnmbox-find-article): New function.
12721         (nnmbox-record-active-article): New function.
12722         (nnmbox-record-deleted-article): New function.
12723         (nnmbox-is-article-active-p): New function.
12724         (nnmbox-retrieve-headers): Use nnmbox-find-article.
12725         (nnmbox-request-article): Ditto.  Also supply extra arg to
12726         nnmbox-article-group-number.
12727         (nnmbox-request-expire-articles): Ditto.
12728         (nnmbox-request-move-article): Ditto.
12729         (nnmbox-request-replace-article): Ditto.
12730         (nnmbox-request-rename-group): Rename group entry in active
12731         article cache.
12732         (nnmbox-delete-mail): Update active article cache, unless article
12733         is being replaced.
12734         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
12735         than partially duplicating it.
12736         (nnmbox-article-group-number): Add extra `this-line' arg, to
12737         handle articles belonging to multiple groups.
12738         (nnmbox-save-mail): Update active article cache.
12739         (nnmbox-read-mbox): Build active article cache when loading mbox.
12740         Also do some repair work, if we find articles that are missing the
12741         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
12742         reconstruct these from Xref info.
12743
12744 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12745
12746         * mail-source.el (mail-source-report-new-mail): Use
12747         nnheader-run-at-time.
12748
12749 2000-02-15  Andrew Innes  <andrewi@gnu.org>
12750
12751         * mail-source.el (mail-source-fetch-pop): Clear pop password when
12752         an error is thrown, and then rethrow the error.
12753         (mail-source-check-pop): Ditto.
12754         (mail-source-start-idle-timer): Prevent multiple pop checks
12755         running if the check takes a long time.
12756
12757 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12758
12759         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
12760         succeed.
12761
12762 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12763
12764         * gnus-win.el (gnus-configure-windows): Make sure
12765         nntp-server-buffer is live.
12766         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
12767
12768 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
12769
12770         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
12771
12772 2000-12-04  Andreas Jaeger  <aj@suse.de>
12773
12774         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
12775
12776 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12777
12778         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
12779
12780 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12781         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
12782
12783         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
12784
12785 2000-12-01  Simon Josefsson  <sj@extundo.com>
12786
12787         * mml-smime.el (mml-smime-verify): Fix address parsing.
12788
12789 2000-12-01  Simon Josefsson  <sj@extundo.com>
12790
12791         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
12792         more than one certificate inside PKCS#7 blob.  Better security
12793         information (clamed / actual sender, openssl output, certificates
12794         inside message).
12795
12796         * smime.el (smime-verify-region): Output to /dev/null.
12797         (smime-buffer-as-string-region): Don't parse empty lines.
12798
12799 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12800
12801         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
12802         ?d and ?D.
12803         (gnus-mime-security-show-details-inline): New variable.
12804         (gnus-mime-security-show-details): Use them.
12805         (gnus-insert-mime-security-button): Ditto.
12806
12807         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
12808         Suggest by Michael Duggan (md5i@cs.cmu.edu).
12809         (mml2015-gpg-clear-verify): Ditto.
12810         (mml2015-gpg-decrypt-1): Ditto.
12811         (mml2015-use): Prefer 'gpg.
12812
12813 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12814
12815         * gnus-util.el (gnus-add-text-properties-when): New function.
12816         (gnus-remove-text-properties-when): Ditto.
12817
12818         * gnus-cite.el (gnus-article-hide-citation): Use them.
12819         (gnus-article-toggle-cited-text): Use them.
12820
12821         * gnus-art.el (gnus-signature-toggle): Use them.
12822         (gnus-article-show-hidden-text): Ditto.
12823         (gnus-article-hide-text): Ditto.
12824
12825 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12826
12827         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
12828
12829 2000-11-30  Simon Josefsson  <sj@extundo.com>
12830
12831         * smime.el (smime-point-at-eol): New alias.
12832         (smime-buffer-as-string-region): Use it.
12833
12834 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12835
12836         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
12837
12838 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12839
12840         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
12841
12842         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
12843
12844         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
12845
12846 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12847
12848         * nnmh.el (nnmh-request-expire-articles): Implemented
12849         expiry-target for nnmh backend.
12850
12851 2000-11-30  Simon Josefsson  <sj@extundo.com>
12852
12853         * mm-decode.el (mm-security-from): New variable.
12854         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
12855
12856         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
12857         than `from'.
12858
12859 2000-11-30  Simon Josefsson  <sj@extundo.com>
12860
12861         * mml-smime.el (mml-smime-verify): Verify that certificate mail
12862         address match sender address.
12863
12864         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
12865
12866         * smime.el (smime-verify-region): Don't copy buffer.
12867         (smime-decrypt-buffer): Use expand-file-name on keyfile.
12868         (smime-pkcs7-region): New function.
12869         (smime-pkcs7-certificates-region): Ditto.
12870         (smime-pkcs7-email-region): Ditto.
12871         (smime-buffer-as-string-region): Ditto.
12872
12873         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
12874         buffer.
12875
12876 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
12877
12878         * smime.el (smime-decrypt-region): Fix keyfile argument.
12879
12880 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12881
12882         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
12883
12884 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12885
12886         * message.el (message-shoot-gnksa-feet): New variable.
12887         (message-gnksa-enable-p): New function.
12888         (message-send): Use it.
12889         (message-check-news-body-syntax): Ditto.
12890
12891 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12892
12893         * message.el (message-make-message-id): Remove the redundancy.
12894
12895 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12896
12897         * message.el (message-setup): Discourage using mc-install-*-mode.
12898
12899         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
12900
12901 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12902
12903         * gnus-cite.el (gnus-cite-parse): Guess citation length.
12904
12905 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12906
12907         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
12908
12909 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12910
12911         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
12912
12913 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12914
12915         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
12916         insert-buffer-substring.
12917
12918         * message.el (message-send-mail): Use buffer-substring-no-properties.
12919         (message-send-news): Ditto.
12920
12921 2000-11-22  David Edmondson  <dme@dme.org>
12922
12923         * imap.el (imap-wait-for-tag): Message read info.
12924
12925 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12926
12927         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
12928         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
12929         (mml2015-gpg-encrypt): Ditto.
12930
12931 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12932
12933         * mm-decode.el (mm-verify-option): Default value.
12934
12935         * mml-sec.el (mml-secure-part): Error message.
12936
12937 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12938
12939         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
12940
12941 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12942
12943         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
12944
12945 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12946
12947         * gnus-art.el (gnus-article-describe-key): Use prompt.
12948         (gnus-article-describe-key-briefly): Ditto.
12949
12950 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12951
12952         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
12953
12954 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12955
12956         * gnus-art.el (gnus-article-describe-key): New function.
12957         (gnus-article-describe-key-briefly): New function.
12958
12959 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12960
12961         * mm-decode.el (mm-decrypt-option): Doc typo.
12962
12963         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
12964         return a number.
12965
12966 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12967
12968         * message.el (message-newline-and-reformat): Typo.
12969
12970 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12971
12972         * gnus-art.el (article-verify-x-pgp-sig): Check whether
12973         original-article-buffer exists.
12974
12975         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
12976         (rfc2047-header-encoding-alist): Addresses are different from text.
12977         (rfc2047-encode-message-header): Ditto.
12978         (rfc2047-dissect-region): Extra parameter.
12979         (rfc2047-encode-region): Ditto.
12980         (rfc2047-encode-string): Ditto.
12981
12982 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12983
12984         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
12985         (mm-uu-pgp-encrypted-extract): Use it.
12986         (mm-uu-pgp-signed-extract-1): New function.
12987         (mm-uu-pgp-signed-extract): Use it.
12988
12989         * gnus-art.el (gnus-mime-display-security): New function.
12990         (gnus-mime-display-part): Use it.
12991         (gnus-mime-security-verify-or-decrypt): New function.
12992         (gnus-mime-security-press-button): New function.
12993         (gnus-insert-mime-security-button): Use it.
12994
12995         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
12996         (mm-find-raw-part-by-type): Ditto.
12997         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
12998         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
12999         (mm-destroy-parts): Kill nested multibyte buffer.
13000
13001         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
13002         (mml2015-gpg-verify): Ditto.
13003
13004 2000-11-18  Simon Josefsson  <sj@extundo.com>
13005
13006         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
13007         (mml2015-function-alist): Use it.
13008
13009         * mml-sec.el (mml-sign-alist): Update names.
13010         (mml-encrypt-alist): Ditto.
13011         (mml-secure-part-smime-sign): Moved to mml-smime.el
13012         as `mml-smime-sign-query'.
13013         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
13014         `mml-smime-get-file-cert'.
13015         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
13016         `mml-smime-get-dns-cert'.
13017         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
13018         `mml-smime-encrypt-query'.
13019         (mml-smime-sign-buffer): Use mml-smime-sign.
13020         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
13021
13022         * mml-smime.el (mml-smime-sign): New function.
13023         (mml-smime-encrypt):
13024         (mml-smime-sign-query):
13025         (mml-smime-get-file-cert):
13026         (mml-smime-get-dns-cert):
13027         (mml-smime-encrypt-query): Moved from mml-sec.el.
13028
13029 2000-11-16  Simon Josefsson  <sj@extundo.com>
13030
13031         * mml2015.el (mml2015-gpg-clear-verify): New function.
13032         (mml2015-function-alist): Add it.
13033
13034 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
13035
13036         * message.el (message-setup-fill-variables): Use
13037         message-cite-prefix-regexp.
13038         (message-newline-and-reformat): Check the end of citation, leading
13039         WSP, break in the cite prefix.
13040         (message-fill-paragraph): New function.
13041
13042 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13043
13044         * lpath.el: Shut up.
13045
13046 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
13047
13048         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
13049         raw 8-bit in headers in dk.* newsgroups.
13050
13051 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13052
13053         * message.el (message-newline-and-reformat): Match extra WSPs.
13054
13055 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
13056
13057         * mml.el (mml-generate-mime-1): Ignore ascii.
13058
13059 2000-11-16 Justin Sheehy  <justin@iago.org>
13060
13061         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
13062
13063 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
13064
13065         * message.el (message-cite-prefix-regexp): Prefix should not end
13066         at space.
13067
13068 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13069
13070         * message.el (message-mode-syntax-table): Add - as a word
13071         constituent as in articles.
13072         (message-setup-fill-variables): Add -_. as supercite-style prefix.
13073         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
13074         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
13075
13076 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
13077
13078         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
13079
13080 2000-11-12  David Edmondson  <dme@dme.org>
13081
13082         * message.el (message-font-lock-keywords): use
13083         message-cite-prefix-regexp.
13084
13085 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13086
13087         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
13088         Stein Arild Str\e,Ax\e(Bmme.
13089         (gnus-group-jump-to-group): Use it.
13090         (gnus-group-jump-to-group-prompt): Customize.
13091
13092 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
13093
13094         * mailcap.el (mailcap-possible-viewers): Match the entire string.
13095
13096 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
13097
13098         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
13099         incompatible.
13100         (mml2015-mailcrypt-sign): Ditto.
13101
13102 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13103
13104         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
13105         group is open.
13106
13107 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
13108
13109         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
13110         nnvirtual articles.
13111         (gnus-backlog-request-article): Don't request nnvirtual articles.
13112
13113 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13114
13115         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
13116         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
13117
13118 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
13119
13120         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
13121         * mml.el (mml-generate-mime-1): Use charset attribute.
13122         * mm-bodies.el (mm-encode-body): Add parameter charset.
13123         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
13124
13125 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
13126
13127         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
13128         (mml2015-mailcrypt-clear-decrypt): Ditto.
13129         (mml2015-mailcrypt-verify): Ditto.
13130         (mml2015-mailcrypt-clear-verify): Ditto.
13131         (mml2015-gpg-verify): Ditto.
13132
13133 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13134
13135         * smime.el (smime-openssl-program): Test the existence of openssl.
13136         * mml-smime.el: Require mm-decode.
13137         (mml-smime-verify-test): New function.
13138         * mm-decode.el (mm-verify-function-alist): Use it.
13139
13140 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
13141
13142         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
13143         anyway.
13144
13145 2000-11-13  Simon Josefsson  <sj@extundo.com>
13146
13147         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
13148         verification doesn't work.
13149
13150 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
13151
13152         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
13153         (gnus-inews-do-gcc): Use it.
13154
13155 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
13156
13157         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
13158         leading space.
13159         * mm-extern.el (mm-inline-external-body): Report error when no
13160         access-type.
13161
13162 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
13163
13164         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
13165
13166 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
13167
13168         * gnus-art.el (gnus-mime-button-menu): Use select-window.
13169
13170 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
13171
13172         * gnus-art.el (gnus-mime-display-part): Display multipart/related
13173         as multipart/mixed.
13174
13175 2000-11-12  David Edmondson  <dme@dme.org>
13176
13177         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
13178         and replace `.' with `\w' to allow for different syntax tables
13179         (from Vladimir Volovich).
13180         * message.el (message-newline-and-reformat): use
13181         `message-cite-prefix-regexp'.
13182         * gnus-cite.el (gnus-supercite-regexp): use
13183         `message-cite-prefix-regexp'.
13184         * gnus-cite.el (gnus-cite-parse): use
13185         `message-cite-prefix-regexp'.
13186
13187 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
13188
13189         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
13190         PGP SIGNATURE.  Escape leading "-"'s.
13191         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
13192
13193 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
13194
13195         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
13196
13197 2000-11-11  Simon Josefsson  <sj@extundo.com>
13198
13199         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
13200
13201         * smime.el (smime-details-buffer): New variable.
13202         (smime-sign-region):
13203         (smime-encrypt-region):
13204         (smime-verify-region):
13205         (smime-decrypt-region): Copy OpenSSL output to the buffer.
13206
13207         * mml-smime.el (mml-smime-verify): Support security info.
13208
13209 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
13210
13211         * mm-decode.el (mm-verify-option): Set default to nil.
13212         (mm-decrypt-option): Ditto.
13213         * gnus-art.el (article-verify-x-pgp-sig): New function.
13214
13215 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
13216
13217         * gnus-art.el (gnus-mime-display-alternative): Show button if no
13218         preferred part.
13219
13220 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
13221
13222         * gnus-sum.el (gnus-move-split-methods): Say that
13223         `gnus-split-methods' uses file names, whereas this uses group
13224         names.  (Report from Nevin Kapur)
13225
13226 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
13227
13228         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
13229
13230 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13231
13232         * nnheader.el (nnheader-directory-files-is-safe): New variable.
13233         (nnheader-directory-articles): Use it.
13234         (nnheader-article-to-file-alist): Ditto.
13235
13236 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
13237
13238         * rfc2047.el (rfc2047-pad-base64): New function.
13239         (rfc2047-decode): Use it.
13240
13241 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
13242
13243         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
13244         select method.
13245
13246 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13247
13248         * mml2015.el (mml2015-gpg-decrypt-1):
13249         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
13250
13251 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13252
13253         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
13254
13255 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
13256
13257         * pop3.el (pop3-munge-message-separator): A message may have an
13258         empty body.
13259
13260 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
13261
13262         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
13263         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
13264         (mm-uu-pgp-signed-extract): Use coding-system.
13265
13266 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
13267
13268         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
13269         (gnus-insert-mime-security-button): New function.
13270         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
13271         * mml2015.el:  Add security info when verify or decrypt.
13272         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
13273         (mm-uu-pgp-encrypted-extract): Ditto.
13274
13275 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
13276
13277         * mm-decode.el (mm-display-parts): New function.
13278         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
13279
13280 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13281
13282         * gnus-mlspl.el: Documentation tweaks.
13283
13284 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13285
13286         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
13287         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
13288         argument.
13289
13290 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
13291
13292         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
13293
13294 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
13295
13296         * gnus-art.el (gnus-article-encrypt): New function.
13297         (gnus-article-encrypt-protocol-alist): New variable.
13298         (gnus-article-encrypt-protocol): New variable.
13299         * mml2015.el (mml2015-self-encrypt): New function.
13300         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
13301
13302 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
13303
13304         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
13305         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
13306         let mailcap do it.
13307         * mml2015.el: Remove snarf code.
13308         * mm-decode.el: Remove snarf code.
13309
13310 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
13311
13312         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
13313         (mml-insert-mime): Understand gnus-decoded.
13314         (mime-to-mml): New parameter handles.
13315         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
13316         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
13317
13318 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
13319
13320         * mm-decode.el (mime-security): New group.
13321         (mm-verify-function-alist): Add test function.
13322         (mm-decrypt-function-alist): Ditto.
13323         (mm-snarf-option): Set default value as nil.
13324         (mm-find-part-by-type): Recursive parameter.
13325         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
13326         * mml2015.el: Support draft-ietf-openpgp-multsig.
13327
13328 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
13329
13330         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
13331         (gnus-article-view-part-as-charset): New function.
13332
13333 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
13334
13335         * mm-decode.el (mm-verify-option): Default value.
13336         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
13337
13338 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13339
13340         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
13341
13342 2000-11-05  Simon Josefsson  <sj@extundo.com>
13343
13344         * mml-smime.el (mml-smime-verify): Work in original multipart
13345         buffert.
13346
13347         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
13348         (mm-handle-multipart-ctl-parameter): Ditto.
13349         (mm-alist-to-plist): New function.
13350         (mm-dissect-buffer): Store CTL parameters and copy original buffer
13351         for multiparts.
13352         (mm-destroy-parts): Destroy multipart buffert.
13353         (mm-remove-part): Ditto.
13354
13355         * mml-smime.el (mml-smime-sign): Not used.
13356         (mml-smime-encrypt): Ditto.
13357
13358         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
13359
13360         Verify S/MIME signature support.
13361
13362         * mm-decode.el (mm-inline-media-tests): Add
13363         application/{x-,}pkcs7-signature.
13364         (mm-inlined-types): Ditto.
13365         (mm-automatic-display): Ditto.
13366         (mm-verify-function-alist): Ditto.  Add name of method.
13367         (mm-decrypt-function-alist): Add name of method.
13368         (mm-find-part-by-type): Add documentation.
13369         (mm-possibly-verify-or-decrypt): Use new format of
13370         mm-{verify,decrypt}-function-alist.  Use method names.
13371
13372         * mml-smime.el (mml-smime-verify): New function.
13373
13374 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13375
13376         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
13377
13378 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
13379
13380         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
13381         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
13382         * mm-decode.el (mm-snarf-option): New variable.
13383
13384 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13385
13386         * mm-util.el (mm-subst-char-in-string): New function.
13387         (mm-replace-chars-in-string): Use it.
13388         * message.el (message-replace-chars-in-string): Use it.
13389         * nnheader.el (nnheader-replace-chars-in-string): Use it.
13390         * gnus-mh.el (mh-lib-progs): Shut up.
13391
13392 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
13393
13394         * base64.el, md5.el: Moved to contrib directory.
13395
13396 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
13397
13398         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
13399         the last article when search.
13400
13401 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
13402
13403         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
13404         * nnmail.el (nnmail-pathname-coding-system): Ditto.
13405
13406 2000-09-29  David Edmondson  <dme@thus.net>
13407
13408         * message.el (message-newline-and-reformat): Typo.
13409
13410 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13411
13412         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
13413
13414 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
13415
13416         * nntp.el (nntp-decode-text): Delete bogus status lines.
13417
13418 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
13419
13420         * message.el (message-font-lock-keywords): Match a final newline
13421         to help font-lock's multiline support.
13422
13423 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13424
13425         * nnoo.el (nnoo-set): New function.
13426
13427 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
13428
13429         * gpg.el, gpg-ring.el: Moved to contrib directory.
13430
13431 2000-11-04  Simon Josefsson  <sj@extundo.com>
13432
13433         * nnimap.el (nnimap-split-inbox): Typo.
13434
13435 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
13436
13437         * gnus-msg.el (gnus-msg-mail): Move it backwards.
13438
13439 2000-11-03  Simon Josefsson  <sj@extundo.com>
13440
13441         * rfc2231.el (rfc2231-parse-qp-string): New function.
13442         (require): rfc2047.
13443
13444         * mail-parse.el (mail-header-parse-content-type):
13445         (mail-header-parse-content-disposition): Support invalid QP
13446         encoded strings, by using `rfc2231-parse-qp-string'.
13447
13448 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
13449
13450         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
13451         (rfc2231-decode-encoded-string): Typo "> X 1".
13452         (rfc2231-encode-string): Insert the name of charset.
13453         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
13454
13455 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13456
13457         * mm-decode.el (mm-save-part): Return the filename.
13458         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
13459         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
13460         (gnus-mime-action-alist): Use it.
13461         (gnus-mime-button-commands): Use it.
13462         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
13463         (mm-inline-external-body): unwind-protect.
13464
13465 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
13466
13467         * gnus-art.el (gnus-insert-mime-button): Show url.
13468
13469 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
13470
13471         * mml.el (mml-generate-mime-1): Support external url.
13472         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
13473
13474 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
13475
13476         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
13477         * mm-decode.el (mm-display-external): Ditto.
13478         * mm-extern.el: New file.
13479         * mm-decode.el (mm-inline-media-tests): Hook it up.
13480         (mm-inlined-types): Inline message/external-body.
13481
13482 2000-11-02  Simon Josefsson  <sj@extundo.com>
13483
13484         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
13485
13486         * message.el (message-get-reply-headers): Better handling when
13487         Mail-Followup-To is very large.
13488
13489 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
13490
13491         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
13492         * gnus-art.el (gnus-article-edit-done):
13493         * gnus-sum.el (gnus-summary-edit-article-done): Move line
13494         counting code here.
13495         * gnus-msg.el (gnus-setup-message): Remove a hack.
13496
13497 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
13498
13499         * gnus-sum.el (gnus-newsgroup-variables): New variable.
13500         (gnus-summary-mode): Make them local variables.
13501         (gnus-set-global-variables): Globalize them.
13502         (gnus-summary-exit): Kill them.
13503
13504 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
13505
13506         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
13507         word.
13508
13509 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
13510
13511         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
13512         gnus-article-wash-types.
13513         * gnus-art.el (gnus-article-wash-status): Use them.
13514
13515 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
13516
13517         * mml.el (mml-read-tag): Remove spaces and LF.
13518
13519 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13520
13521         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
13522         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
13523
13524 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
13525
13526         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
13527
13528 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
13529
13530         * gnus-sum.el (gnus-article-charset): New variable.
13531         (gnus-summary-display-article): Set it.
13532         * gnus-msg.el (gnus-copy-article-buffer): Use it.
13533         * gnus-art.el (gnus-article-mode): Make it local variable.
13534
13535 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13536
13537         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
13538
13539 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13540
13541         * nnwfm.el: New file.
13542
13543         * nnweb.el (nnweb-replace-in-string): New function.
13544
13545 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
13546
13547         * mml2015.el: Wrap gpg.el.
13548         * gpg.el (gpg-verify): The last argument of apply is a list.
13549         (gpg-encrypt): Add passphrase as a parameter.
13550
13551 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
13552
13553         * gpg.el: New file.
13554         * gpg-ring.el: New file.
13555
13556 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
13557
13558         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
13559
13560 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13561
13562         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
13563         double-quote characters.
13564         (gnus-summary-prepare-threads): Ditto.
13565
13566 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13567
13568         * gnus-art.el (gnus-mime-display-single): Forward line -1.
13569         * mml.el (mml-read-tag): Don't skip the leading space.
13570         * lpath.el (font-lock-set-defaults): Shut up.
13571
13572 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
13573
13574         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
13575
13576 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
13577
13578         * qp.el (quoted-printable-encode-region): Replace leading - when
13579         ultra safe.
13580         * mml.el (mml-generate-mime-postprocess-function): Removed.
13581         (mml-postprocess-alist): Removed.
13582         (mml-generate-mime-1): Use ultra-safe when sign.
13583         * mml2015.el (mml2015-fix-micalg): Uppercase.
13584         (mml2015-verify): Insert LF.
13585         (mml2015-mailcrypt-sign): Downcase; search backward.
13586
13587 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13588
13589         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
13590         restrictive.
13591         (nnultimate-table-regexp): New variable.
13592         (nnultimate-forum-table-p): Use it.
13593
13594 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
13595         Trivial patch.
13596
13597         * gnus-sum.el (gnus-summary-expire-articles): Save point.
13598
13599 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
13600
13601         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
13602         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
13603
13604 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
13605
13606         * mml2015.el: Shut up.
13607
13608 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
13609
13610         * gnus.el (gnus-server-browse-hashtb): Removed.
13611         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
13612         (gnus-group-insert-group-line-info): Use simplified method.
13613         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
13614
13615 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
13616
13617         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
13618         moved here.
13619         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
13620         * gnus-group.el (gnus-group-prepare-flat): Use it.
13621         * gnus-topic.el (gnus-group-prepare-topics): Use it.
13622
13623 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
13624
13625         * mml.el (mml-mode): Show menu in XEmacs.
13626
13627 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
13628
13629         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
13630         (gnus-server-read-server-in-server-buffer): New function.
13631         (gnus-browse-foreign-server): Browse in group buffer.
13632         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
13633         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
13634         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
13635         * gnus.el (gnus-server-browse-hashtb): New variable.
13636
13637 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
13638
13639         * nnfolder.el (nnfolder-open-nov): Use group.
13640
13641 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
13642
13643         * nnfolder.el: Add NOV. Set version to 2.0.
13644         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
13645
13646 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
13647
13648         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
13649
13650 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
13651
13652         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
13653         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
13654
13655 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13656
13657         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
13658
13659 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
13660
13661         * mm-decode.el (mm-verify-function-alist): New variable.
13662         (mm-verify-option): New variable.
13663         (mm-decrypt-function-alist): Ditto.
13664         (mm-decrypt-option): Ditto.
13665         (mm-find-raw-part-by-type): New function.
13666         (mm-possibly-verify-or-decrypt): New function.
13667         (mm-dissect-multipart): Use it.
13668         * mml2015.el (mml2015-fix-micalg): New function.
13669         (mml2015-decrypt): Use new interface.
13670         (mml2015-verify):  Use new interface.
13671         (mml2015-setup): Make it bogus.
13672
13673 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
13674
13675         * mml.el (mml-generate-mime-postprocess-function): Set to
13676         mml-postprocess.
13677         (autoload): Autoload mml2015 and mml-smime.
13678         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
13679         * mml2015.el (mml2015-encrypt): New function.
13680         (mml2015-sign): New function.
13681         (mml2015-encrypt-function): New variable.
13682         (mml2015-sign-function): New variable.
13683         (mml2015-mailcrypt-encrypt): Use message-recipients.
13684         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
13685         * mml-smime.el (mml-smime-setup): Ditto.
13686
13687 2000-10-28  Simon Josefsson  <sj@extundo.com>
13688
13689         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
13690         Communigate Pro 3.3.1 server.
13691
13692         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
13693         in buffers.
13694         (mml-secure-dns-server): Removed.
13695         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
13696         write certificates to files.
13697
13698         * smime.el (smime-dns-server): New variable.
13699         (smime-mail-to-domain):
13700         (smime-cert-by-dns): New functions.
13701
13702         * dig.el: New file.
13703
13704 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
13705
13706         * message.el (message-options): New variable.
13707         (message-options-set-recipient): New function.
13708         (message-send): Use them.
13709         * gnus-int.el (gnus-request-replace-article): Use them.
13710         (gnus-request-accept-article): Ditto.
13711         * mml.el (mml-preview): Use them.
13712         * gnus-sum.el (gnus-summary-edit-article): Use them.
13713
13714         * message.el (message-options-get): New function.
13715         (message-options-get): New function.
13716         * rfc2047.el (rfc2047-encode-message-header): Use them.
13717         * mm-bodies.el (mm-encode-body): Use them.
13718
13719 2000-10-28  Simon Josefsson  <sj@extundo.com>
13720
13721         * nnimap.el (nnimap-retrieve-which-headers):
13722         (nnimap-request-article-part): Quote message-id.
13723
13724         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
13725         (smime-CA-file): New variable.
13726         (smime-call-openssl-region): Don't error.
13727         (smime-sign-region): Return result value.
13728         (smime-encrypt-region): Ditto.
13729         (smime-verify-region): New function.
13730         (smime-decrypt-region): Ditto.
13731         (smime-verify-buffer): Ditto.
13732         (smime-decrypt-buffer): Ditto.
13733
13734         * mml.el: Require mml-sec.
13735         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
13736         (mml-mode-map): Add "sign" and "encrypt" maps.
13737         (mml-menu): Add security menu.
13738         (mml-preview): Use generate-new-buffer.
13739
13740         * mml-sec.el: New file.
13741
13742 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13743
13744         * mm-decode.el (mm-find-part-by-type): Move it here.
13745         * mml.el (mml-postprocess): Move it here.
13746         (mml-postprocess-alist): Move it here. Merge them.
13747
13748 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
13749
13750         * rfc2047.el (rfc2047-encode-message-header): Make sure no
13751         unencoded stuff in the header.
13752
13753 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
13754
13755         * gnus-group.el (gnus-group-listed-groups): New variable.
13756         (gnus-group-list-option): New variable.
13757         (gnus-group-list-limit-map): New keymap.
13758         (gnus-group-list-flush-map): New keymap.
13759         (gnus-group-list-plus-map): New keymap.
13760         (gnus-group-prepare-logic): New function.
13761         (gnus-group-prepare-flat): Merge with
13762         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
13763         (gnus-group-prepare-flat-list-dead): Ditto.
13764         (gnus-group-list-matching): Use gnus-group-prepare-function.
13765         (gnus-group-list-dormant): Ditto.
13766         (gnus-group-list-cached): Ditto.
13767         (gnus-group-listed-groups): New function.
13768         (gnus-group-list-limit): New function.
13769         (gnus-group-list-flush): New function.
13770         (gnus-group-list-plus): New function.
13771         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
13772         (gnus-topic-prepare-topic): Ditto.
13773
13774 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
13775
13776         * message.el (message-insert-to, message-get-reply-headers):
13777         (message-reply, message-followup): Mail-{Followup,Reply}-To.
13778
13779 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13780
13781         * mml2015.el: New file.
13782         * smime.el: New file.
13783         * mml-smime.el: New file.
13784
13785 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
13786
13787         * ChangeLog: Moved to ChangeLog.1.
13788
13789     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
13790   Copying and distribution of this file, with or without modification,
13791   are permitted provided the copyright notice and this notice are preserved.
13792
13793 ;; Local Variables:
13794 ;; coding: iso-2022-7bit
13795 ;; End: