spam.el: if should be unless
[gnus] / lisp / ChangeLog
1 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
2
3         * nnrss.el (nnrss-group-alist): Add and clear up.
4
5 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
6
7         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
8
9         * lpath.el (bbdb-search): added BBDB functions for a better way to
10         fix missing functions
11
12         * spam.el (spam-check-ifile): if should be an unless
13
14         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
15         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
16         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
17
18 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19
20         * gnus-sum.el (gnus-summary-make-menu-bar): Added
21         gnus-summary-refer-thread to thread menu.
22
23 2002-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
24
25         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
26         summary buffer, articles that cannot be fetched are marked as
27         canceled.
28
29         * nntp.el (nntp-with-open-group): The quit signal handler must
30         propagate the quit signal to the next outer handler so that the
31         caller knows that the request aborted abnormally.
32         
33 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
34
35         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile) 
36         (spam-ifile-register-spam-routine) 
37         (spam-ifile-register-ham-routine): added ifile functionality that
38         does not use ifile-gnus.el to classify and register articles
39         (spam-get-article-as-string): convenience function
40         (spam-summary-prepare-exit): added ifile spam and ham registration
41         (spam-ifile-all-categories, spam-ifile-spam-category) 
42         (spam-ifile-path, spam-ifile): added customization options
43
44         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
45         exit processor
46         (spam-process): added gnus-group-ham-exit-processor-ifile to the
47         list of choices
48
49 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
50
51         * gnus-score.el (gnus-score-followup): Also score immediate
52         followups. 
53
54 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
55
56         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
57
58 2003-01-07  Simon Josefsson  <jas@extundo.com>
59
60         * message.el (message-mode-menu): Fix receipt balloon help.
61
62 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
63
64         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
65         always be interpreted as news.
66
67 2003-01-07  Simon Josefsson  <jas@extundo.com>
68
69         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
70         gnus-sieve-script, instead of the global variable
71         gnus-sieve-crosspost.  One-line patch from Steinar Bang
72         <sb@dod.no>.
73
74 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
75
76         * gnus.el: Renamed gnus-summary-*-uncached-face as
77         gnus-summary-*-undownloaded-face to avoid confusing the agent with
78         the cache.
79
80         * gnus-sum.el: Ditto.
81
82 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
83
84         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
85         in either the group or summary buffer.  
86         New command "JS", in summary buffer, will fetch articles per the
87         group's category, predicate, and processable flags.
88         (gnus-agent-summary-fetch-series): Rewritten to call
89         gnus-agent-session-fetch-group once with all articles in the
90         series.
91         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
92         return list of fetched articles.
93         (gnus-agent-fetch-articles): Split fetch list into sublists such
94         that the article buffer is only slightly larger than
95         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
96         the group's article alist is saved.
97         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
98         longer result in the agent trying to fetch an article.
99         (gnus-agent-fetch-group-1): Can now be called in either the group
100         or summary buffer.  Removed the max-fetch-size code that I added
101         on 2002-12-13 as that capability is now part of
102         gnus-agent-fetch-articles.  Added code to update summary buffer.
103         When called in the group buffer, articles that can not be fetched
104         are AUTOMATICALLY MARKED AS READ.
105
106         * gnus-sum.el (): Modified eval-when-compile to minimize
107         misleading compilation warnings.
108         (gnus-update-summary-mark-positions): Changed code to use
109         gnus-undownloaded-mark rather than gnus-downloaded-mark.
110
111         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
112         empty file as the parser assumes that the file isn't empty.
113
114         * nntp.el (nntp-send-string): The process-send-string call can,
115         because it performs I/O on the process, change the process' state
116         from open to closed.  If this happens, call nntp-report
117         immediately to report the broken connection.
118         (nntp-report): Rewritten to avoid needing a global variable to
119         determine the appropriate course of action.  Instead, two function
120         implementations are provided and the nntp-report function value is
121         bound to the appropriate implementation.
122         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
123         (nntp-with-open-group): Now binds nntp-report's function cell
124         rather than binding gnus-with-open-group-first-pass.  Added a
125         condition-case to detect a quit during a nntp command.  When the
126         quit occurs, the current connection is closed as a fetch articles
127         request could have several megabytes queued up for reading.
128         (nntp-retrieve-headers): Bind articles to itself.  If
129         nntp-with-open-group repeats this command, I must have access to
130         the original list of articles.
131         (nntp-retrieve-groups): Ditto for groups.
132         (nntp-retrieve-articles): Ditto for articles.
133         (*): Replaced nntp-possibly-change-group calls to
134         nntp-with-open-group forms in all, but one, occurrance.
135         (nntp-accept-process-output): Bug fix. Detect when called with
136         null process.
137         
138 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
139
140         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
141         if we don't need to.
142         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
143
144 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
145
146         * gnus-group.el (gnus-group-make-web-group): Pass the select
147         method on to group-create.
148         (gnus-group-line-format-alist): %U is an integer.
149
150         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
151         ephemeral groups.
152         (gnus-summary-read-group-1): Ditto.
153         (gnus-group-make-articles-read): Ditto.
154
155         * mm-url.el (mm-url-program): Doc fix.
156
157         * message.el (message-mode-map): Rebound
158         message-insert-wide-reply.
159
160 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
161
162         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
163         color as `gnus-group-startup-message' does.
164
165 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
166
167         * spam.el: fixed line lengths to 80 chars or less
168
169         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
170         "not-read" mark
171         (gnus-summary-mark-forward): added the spam-mark to the list of
172         marks not to be marked as "read" when viewed
173
174 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
175
176         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply. 
177
178         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
179         Protect against unactive groups.
180
181         * message.el (message-check-news-header-syntax): Check long
182         header lines.
183         (message-check-news-header-syntax): Update `start'.
184
185         * gnus-group.el (gnus-group-expire-articles): Doc fix.
186         (gnus-group-line-format): %U.
187         (gnus-group-line-format-alist): ?U.
188         (gnus-number-of-unseen-articles-in-group): New function.
189
190         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout. 
191
192         * gnus.el (gnus-version-number): Bump version number.
193
194 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
195
196         * gnus.el: Oort Gnus v0.10 is released.
197
198 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
199
200         * gnus.el (gnus-version-number): Fix version number.
201
202 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
203
204         * gnus.el: Oort Gnus v0.08 is released.
205
206 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
207
208         * mm-util.el: Add mm-string-make-unibyte.
209
210         * gnus-group.el (gnus-group-jump-to-group): Make it work for
211         UTF-8 groups.
212
213 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
214
215         * gnus.el (gnus-variable-list): Write gnus-format-specs last. 
216
217         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
218
219 2003-01-04  Kevin Ryde  <user42@zip.com.au>
220
221         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
222         function. 
223
224 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
225
226         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p. 
227         (gnus-summary-read-group-1): Update group line.
228         (gnus-summary-exit-no-update): Update group on exit.
229
230         * gnus-group.el (gnus-group-line-format): Add %*.
231         (gnus-group-line-format-alist): Ditto.
232         (gnus-group-insert-group-line): Set it.
233         (gnus-group-is-exiting-p): New variable.
234         (gnus-group-insert-group-line): Use it.
235
236 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
237
238         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
239         enable BBDB ham processing
240         (spam-blacklist-register-routine): enable blacklist spam processing
241         (spam-whitelist-register-routine): enable whitelist ham processing
242         (spam-fetch-field-from-fast): fast fetching of the "from" field
243         from (gnus-data-list)
244         (spam-summary-prepare-exit): works completely now
245         (spam-use-blacklist): oops, should be nil by default
246         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
247         split processing now; before it was for summary exit as
248         well but that's done with the spam-contents and spam-process
249         parameters now
250
251 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
252
253         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
254         characters.
255
256 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
257
258         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
259         (spam-group-processor-p, spam-group-processor-bogofilter-p) 
260         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p) 
261         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p) 
262         (spam-mark-spam-as-expired-and-move-routine) 
263         (spam-generic-register-routine, spam-BBDB-register-routine) 
264         (spam-ifile-register-routine, spam-blacklist-register-routine) 
265         (spam-whitelist-register-routine): new functions
266         (spam-summary-prepare-exit): added summary exit processing (expire
267         or move) of spam-marked articles for spam groups; added slots for
268         all the spam-*-register-routine functions
269
270 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
271
272         * pop3.el (pop3-retr): Wait 500 msecs.
273         (pop3-read-response): Ditto.
274
275         * gnus-msg.el (gnus-setup-message): Get the evaliation order
276         right. 
277         (gnus-inews-make-draft): New function.
278         (gnus-setup-message): Use it.
279
280         * message.el (message-required-headers): Add From.
281
282 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
283         Trivial patch from Norbert Koch <nk@viteno.net>.
284
285         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
286
287 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
288
289         * message.el (message-generate-headers): Let header formatters do
290         their work.
291
292 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
293
294         * deuglify.el (gnus-article-outlook-deuglify-article):
295         Rehighlight, reapply treatments and call
296         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
297         (gnus-outlook-repair-attribution-block): Recognize cited
298         attributions.  Suggested by Niklas Morberg.
299
300 2003-01-02  Pete Kazmier  <pete@kazmier.com>
301
302         * gnus-art.el (gnus-treat-predicate): Check condition first.
303
304 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
305
306         * lpath.el: Add url-http-file-exists-p.
307
308         * gnus-group.el (gnus-group-fetch-charter): Use
309         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
310
311 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
312
313         * message.el (message-draft-headers): Also generate From to get a
314         nicer draft buffer summary.
315
316         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
317         parameter.
318
319         * gnus-art.el (article-wash-html): Clean up.
320         (article-wash-html): Typo fix.
321
322         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
323         (gnus-summary-mail-forward): To many lists of lists.
324
325         * gnus-art.el (article-wash-html): Clean up.
326
327 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
328
329         * gnus-art.el (gnus-treat-wash-html): New variable.
330
331 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
332
333         * message.el (message-check-news-header-syntax): Allow posting.
334         (message-check-news-header-syntax): Fix logic for sure, this
335         time.
336
337 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
338
339         * message.el (message-check-news-header-syntax): Check syntax of
340         continuation headers.
341
342 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
343
344         * gnus-art.el (gnus-button-url-regexp,
345         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
346         (gnus-header-button-alist): Regexps are case insensitive here.
347
348 2003-01-02  Simon Josefsson  <jas@extundo.com>
349
350         * dig.el (query-dig): Doc fix.
351
352 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
353
354         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
355         summary buffer line, not just the download mark.
356
357 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
358
359         * gnus-sum.el (gnus-summary-goto-subjects): New function.
360         (gnus-summary-insert-dormant-articles): New command and
361         keystroke.
362
363         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
364         function for mass insertion of subjects.
365
366         * nndraft.el (nndraft-generate-headers): Don't move point.
367
368         * gnus.el (nnheader): Require nnheader.
369
370         * nndraft.el (nndraft-request-associate-buffer): Use
371         make-local-variable.
372
373 2003-01-02  Michael Shields  <shields@msrl.com>
374
375         * nndraft.el (nndraft-request-associate-buffer): Make
376         write-contents-hooks buffer-local before setting it.
377
378 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
379
380         * gnus.el (gnus-group-parameter-value): Take an extra param.
381         (gnus-group-fast-parameter): Let group param results be nil.
382
383         * gnus-art.el (gnus-article-forward-header): New function.
384         (article-date-ut): Use it to remove continuation date headers.
385
386         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
387         read-event.
388         (gnus-summary-remove-bookmark): Clean up.
389         (gnus-summary-set-bookmark): Clean up.
390
391         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
392
393         * gnus.el (gnus-group-startup-message): Bind data-directory to
394         the Gnus etc directory.
395
396 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
397
398         * spam.el (spam-summary-prepare-exit): added slots for spam- and
399         ham-processing of articles; use the new
400         spam-group-(spam|ham)-contents-p functions
401         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
402         convenience functions
403         (spam-mark-junk-as-spam-routine): use the new
404         spam-group-spam-contents-p function
405
406         * gnus.el (spam-process, spam-contents, spam-process-destination):
407         added new parameters with corresponding global variables
408         (gnus-group-spam-exit-processor-ifile,
409         gnus-group-spam-exit-processor-bogofilter,
410         gnus-group-spam-exit-processor-blacklist,
411         gnus-group-spam-exit-processor-whitelist,
412         gnus-group-spam-exit-processor-BBDB,
413         gnus-group-spam-classification-spam,
414         gnus-group-spam-classification-ham): added new symbols for the
415         spam-process and spam-contents parameters
416
417         * spam.el (spam-ham-marks, spam-spam-marks): changed list
418         customization and list itself to store mark symbol rather than
419         mark character.
420         (spam-bogofilter-register-routine): added logic to generate mark
421         values list from spam-ham-marks and spam-spam-marks, so (member)
422         would work.
423
424 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
425
426         * message.el (message-cross-post-followup-to): Fix comment.
427
428 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
429
430         * spam.el (spam-ham-marks, spam-spam-marks): changed list
431         customization and list itself to store mark symbol rather than
432         mark character.
433         (spam-bogofilter-register-routine): added logic to generate mark
434         values list from spam-ham-marks and spam-spam-marks, so (member)
435         would work.
436
437 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
438
439         * message.el (message-signature-insert-empty-line): New variable.
440
441 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
442
443         * message.el: Renamed functions and variables: "xpost" ->
444         "cross-post", "-fup2" -> "-followup-to".
445         (message-cross-post-old-target, message-cross-post-default,
446         message-cross-post-note, message-followup-to-note,
447         message-cross-post-note-function): New variables names.
448         (message-xpost-old-target, message-xpost-default,
449         message-xpost-note, message-fup2-note,
450         message-xpost-note-function): Removed variable names.
451         (message-cross-post-followup-to-header,
452         message-cross-post-insert-note, message-cross-post-followup-to):
453         New function names.
454         (message-xpost-fup2-header, message-xpost-insert-note,
455         message-xpost-fup2): Removed function names.
456
457 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
458
459         * message.el (message-send-mail): Added message-cleanup-headers to
460         prevent newlines in headers.
461
462 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
463
464         * dns.el (dns-make-network-process): Comment.
465
466         * gnus-sum.el (gnus-summary-display-while-building): Default to
467         nil.
468
469 2003-01-01  Wes Hardaker  <wes@hardakers.net>
470
471         * gnus-sum.el (gnus-summary-display-while-building): New
472         variable.
473
474 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
475
476         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
477         before rearranging the article.
478
479 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
480
481         * nndraft.el (nndraft-generate-headers): New function.
482         (nndraft-request-associate-buffer): Use it to write headers on
483         buffer save.
484
485         * message.el (message-generate-headers): Let the function be a
486         lambda form.
487         (message-draft-headers): New variable.
488
489         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
490         function.
491         (gnus-setup-message): Use it.
492
493         * message.el (message-generate-headers-first): Doc fix.
494         (message-setup-1): Use new function for getting which headers to
495         generate.
496         (message-headers-to-generate): New function.
497
498 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
499
500         * gnus-agent.el (gnus-agent-save-alist): Make directory.
501
502 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
503
504         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
505         mention negatives.
506
507 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
508
509         * deuglify.el (gnus-outlook-rearrange-article): Use
510         `transpose-regions' instead of tempering the kill-ring.
511         (gnus-article-outlook-deuglify-article): Rehighlight article
512         instead of a complete redisplay.
513
514 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
515
516         * spam.el: most defvars are defcustoms now
517
518         patches from Michael Shields  <shields@msrl.com>
519
520         * spam.el (spam-bogofilter-articles): Select the article
521         body using gnus-summary-show-article t instead of
522         gnus-summary-select-article; this presents the raw text
523         without running any hooks.
524
525         * spam.el (spam-bogofilter-articles): Use message-remove-header
526         to remove headers; the old way incorrectly removed just the first
527         line of folded headers.
528
529 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
530
531         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
532
533 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
534
535         * gnus-start.el (gnus-load): New function.
536         (gnus-read-newsrc-el-file): Use it.
537
538 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
539
540         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
541         (gnus-button-handle-apropos-documentation): New function.
542         (gnus-button-handle-ctan): New function.
543         (gnus-button-alist): Use them.  Improve some regexps.
544         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
545
546 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
547
548         * message.el (message-subscribed-p): New function.
549         (message-send-mail): Use it.
550         * mml.el (mml-preview-insert-mft): New function.
551         (mml-preview): Use it.
552
553 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
554
555         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
556         when sorting by date.
557
558         * gnus-art.el (gnus-article-edit-mode): New variable.
559         (gnus-article-setup-buffer): Warn user about discarding edits.
560
561         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
562         (gnus-summary-pipe-output): Take a symbolic prefix to save all
563         headers.
564
565         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
566
567 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
568
569         * message.el (message-completion-alist): Added "Mail-Followup-To"
570         and "Mail-Copies-To".
571
572 2002-07-21  Jesper harder  <harder@ifa.au.dk>
573
574         * gnus-group.el: Add key bindings for
575         gnus-group-sort-groups-by-real-name and
576         gnus-group-sort-selected-groups-by-real-name.
577
578 2002-07-21  Jesper harder  <harder@ifa.au.dk>
579
580         * gnus.texi (Sorting Groups): Add key bindings for
581         gnus-group-sort-groups-by-real-name and
582         gnus-group-sort-selected-groups-by-real-name.
583
584 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
585
586         * spam.el (spam-use-dig): new variable for blackhole checking
587         through dig.el
588         (spam-check-blackholes): added dig.el checking functionality and
589         more verbose reporting; query-dig is autoloaded from dig.el
590         (spam-use-blackholes): disabled by default
591         (spam-blackhole-servers): removed rbl.maps.vix.com from the
592         blackhole servers list
593
594 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
595
596         * message.el (message-required-headers): New variable.
597
598 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
599
600         * dig.el (query-dig): new function
601
602 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
603
604         * flow-fill.el (fill-flowed): Don't infloop on too long fill
605         prefixes.
606
607         * dns.el (query-dns): Protect against errors.
608
609         * gnus-msg.el (gnus-article-yanked-articles): New variable.
610         (gnus-inews-add-send-actions): Mark all answered messages as
611         answered.
612
613 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
614
615         * nnmail.el (nnmail-split-it): Added tracing to
616         `:' split rule
617
618 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
619
620         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
621         and "%s" so we don't overquote them.
622
623 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
624
625         * (mm-display-external): Display the actual command that has been
626         executed in the echo area.
627
628 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
629
630         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
631
632         * message.el (message-with-reply-buffer): New macro.
633         (message-fetch-reply-field): Use it.
634         (message-insert-wide-reply): New command and keystroke.
635         (message-carefully-insert-headers): New function.
636         (message-insert-to): Use new function.
637
638         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
639         (gnus-topic-goto-missing-group): Use it.
640
641         * message.el (message-required-news-headers): Removed Lines.
642         (message-reply): Don't insert References first.
643         (message-followup): Ditto.
644         (message-make-references): New function.
645         (message-followup): Set message-reply-headers before generating
646         the buffer stuff.
647
648 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
649
650         * mml.el (mml-generate-mime-1): Reverse the order of
651         encoding/flowing.
652
653 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
654
655         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
656         after moving them.
657
658         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
659         fit with newer standard format.
660         (gnus-summary-make-false-root-always): New variable.
661         (gnus-gather-threads-by-subject): Use it.
662
663         * message.el (message-get-reply-headers): Take an address list
664         optional argument.
665
666 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
667
668         * gnus.el (gnus-keep-backlog): Change default to 20.
669
670         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
671         start.
672         (gnus-agent-check-overview-buffer): Remove negative article
673         numbers.
674
675         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
676         (nnmail-cache-ignore-groups): Doc fix.
677
678         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
679         (nnimap-debug-buffer): New variable.
680         (nnimap-debug): Use it.
681
682 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
683
684         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
685
686 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
687
688         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
689         they aren't already sorted.
690
691 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
692
693         * message.el (message-mode-menu): Add ellipses to menu items
694         expecting user interaction.
695         (message-mode-field-menu): do.
696
697 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
698
699         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
700         it isn't used any more.
701
702 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
703
704         * binhex.el (binhex-decoder-program): Fix docstring.
705
706 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
707
708         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
709         special chars if the mailcap file uses single quotes around %s.
710         From Laurent Martelli <laurent@bearteam.org>.
711
712 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
713
714         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
715         return the info object.
716
717 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
718
719         * gnus-int.el (gnus-request-update-info): Artificially add
720         (1 . (1- min)) to the read range, in case the backend doesn't
721         store marks for nonexistent articles.
722
723 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
724
725         * binhex.el (binhex-insert-char): Eval-and-compile.
726
727 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
728
729         * lpath.el: Add tool-bar-local-item-from-menu.
730
731         * message.el (message-tool-bar-local-item-from-menu): New function.
732         (message-tool-bar-map): Use it.
733
734 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
735
736         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
737
738         * gnus-art.el (gnus-article-header-rank): Last header in
739         gnus-sorted-header-list should have higher rank than non-members.
740
741 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
742
743         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
744         covered methods.
745
746 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
747
748         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
749         eval-when-compile.  Suggested by Kevin Greiner.
750
751 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
752
753         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
754         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
755         even though no headers may have been fetched
756         (gnus-agent-fetch-group-1, and perhaps others, require this
757         behavior).
758         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
759         server buffer is constrained by gnus-agent-max-fetch-size.
760         Multiple chunks in the same group may perform arbitrarily large
761         updates.
762
763 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
764
765         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
766         gnus-summary-update-download-mark to update the article in the
767         summary.
768
769 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
770
771         * gnus.el (gnus-summary-high-uncached-face,
772         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
773         New faces.
774
775         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
776         added this on 2002-11-23 but it just wasn't working out as
777         intended.  The idea isn't entirely dead, three new faces
778         gnus-summary-*-uncached-face are being added to gnus.el to provide
779         the basis for an improved implementation.
780         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
781         proper file to open is lib/servers.
782         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
783         (i.e. removing the article from gnus-newsgroup-downloadable) will
784         now restore the article's default mark rather than simply setting
785         no mark.
786         (gnus-agent-get-undownloaded-list): Corrected documentation.
787         Added code to set new summary local variable,
788         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
789         a temporary list.  No longer sets gnus-newsgroup-downloadable.
790         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
791         up to date.  Call new gnus-summary-update-download-mark to keep
792         summary buffer up-to-date.
793         (gnus-agent-fetch-selected-article): Keep
794         gnus-newsgroup-undownloaded up to date.
795         (gnus-agent-fetch-articles): Return list of articles that were
796         successfully fetched.
797         (gnus-agent-check-overview-buffer): No more thingatpt.
798         (gnus-agent-expire): No longer deletes NOV entries of unread
799         articles.
800         (gnus-agent-unread-articles): New function.
801         (gnus-agent-regenerate-group): The article number must be
802         terminated by a tab character.  Added more messages to report
803         repairs.  Inhibit quits while writing changes so it is now safe
804         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
805         downloaded to 1) resolve the unbound references and 2) avoid
806         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
807
808         * gnus-art.el (gnus-article-prepare): The agent
809         downloaded/undownloaded mark is no longer stored as the article's
810         mark.
811
812         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
813         gnus-summary-highlight may use it.  Added downloaded as
814         gnus-summary-highlight was using it.
815
816         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
817         the download mark now follows Kai's +/- convention.
818         (gnus-downloaded-mark): Added ?+ mark.
819         (gnus-summary-highlight): Added rules to select
820         gnus-summary-high-uncached-face,
821         gnus-summary-normal-uncached-face, and
822         gnus-summary-low-uncached-face.  Removed the
823         gnus-agent-downloaded-article-face.
824         (gnus-summary-line-format-alist): Implemented the download flag
825         format (?O) as named in the manual.  This implementation displays
826         either gnus-undownloaded-mark, gnus-downloaded-mark, or
827         gnus-no-mark.
828         (gnus-newsgroup-agentized): New local variable that identifies
829         which groups are agentized.  While the agent is now on by default,
830         you don't have to agentize every server that you use.
831         (gnus-update-summary-mark-positions): Completed support for the
832         download type of mark.
833         (gnus-summary-insert-line): Added undownloaded to the parameters.
834         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
835         reference by the gnus-summary-line-format-spec.
836
837         * nntp.el (nntp-with-open-group): This macro handles dropped or
838         broken connections by opening a new connection and repeating the
839         failed command.
840         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
841         XOVER commands preceeding the active articles with the nov entry
842         of the first available article.  When gnus connected to such a
843         server, the unexpected nov entry would result in duplicate lines
844         in the agent's overview file.  This patch fixes the duplicate
845         lines problem and improves performance by skipping over all
846         articles IDs that preceed the first nov entry in the server's
847         reply.
848
849 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
850
851         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
852         (gnus-summary-highlight): Use it instead of `downloaded'.
853         (gnus-summary-highlight-line): Ditto.
854
855         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
856
857 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
858
859         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
860
861         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
862         calls.
863
864         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
865         downloaded variable if we're in an uncovered group.
866
867         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
868         font to soemthing less noticeable.
869         (gnus-agent-group-covered-p): New function.
870
871 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
872
873         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
874         Because of an unknown bug, the group buffer is saved in .overview
875         file.
876
877 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
878
879         * nntp.el (nntp-send-command): Braino in last commit.  Replace
880         `and' with `or'.
881
882 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
883
884         * nntp.el (nntp-send-command): Assume that echo does not happen
885         when nntp-open-connection-function is nntp-open-network-stream.
886         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
887
888 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
889
890         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
891
892 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
893
894         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
895         nntp-server-buffer if we aren't going to write to it.
896
897 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
898         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
899
900         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
901
902 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
903
904         * rfc2047.el (rfc2047-decode-region): Remove newlines between
905         decoded words.
906
907 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
908
909         * gnus.el (fboundp): After loading mm-util, make sure it was the
910         right one.
911
912 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
913
914         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
915         gnus-sum.  Made into a user option.
916
917         * gnus-sum.el (gnus-simplify-ignored-prefixes)
918         (gnus-summary-mark-article-as-unread)
919
920 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
921
922         * time-date.el (date-to-time): Typo.
923
924         * parse-time.el: Typo.
925
926         * nnsoup.el (nnsoup-retrieve-headers): Typo.
927
928         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
929
930         * nnimap.el:
931         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
932
933         * mm-encode.el (mm-safer-encoding): Typo.
934
935         * messcompat.el: Typo.
936
937         * message.el (message-face-alist): Typo.
938
939         * imap.el (imap-interactive-login, imap-open): Typos.
940
941         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
942
943         * gnus.el: Typo.
944
945         * gnus-win.el (gnus-configure-frame): Typo.
946
947         * gnus-util.el (gnus-atomic-progn-assign): Typo.
948
949         * gnus-topic.el (gnus-topic-sort-topics): Typo.
950
951         * gnus-sum.el (gnus-summary-article-number)
952         (gnus-summary-read-group-1, gnus-summary-mark-article)
953         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
954
955         * gnus-mule.el (gnus-mule-add-group): Typo.
956
957         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
958
959         * gnus-group.el (gnus-group-fetch-faq): Typo.
960
961         * gnus-art.el (gnus-decode-header-methods): Typo.
962
963         * flow-fill.el: Typo.
964
965 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
966
967         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
968
969 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
970
971         * gnus-sum.el (gnus-simplify-ignored-prefixes)
972         (gnus-summary-mark-article-as-unread)
973         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
974         Reformatting to avoid long lines.
975         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
976
977 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
978
979         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
980         be accessed through `mail-header-number'.
981
982 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
983
984         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
985         compressed range to gnus-summary-insert-articles.
986
987 2002-11-26  Kevin Ryde <user42@zip.com.au>
988
989         * gnus-art.el (gnus-mime-copy-part): Look for filename
990         parameter under content-disposition, not content-type.
991
992         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
993         (gnus-summary-reselect-current-group): Use it.
994
995 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
996
997         * gnus-agent.el (gnus-agent-uncached-articles): if
998         gnus-agent-load-alist fails, return ARTICLES.
999
1000         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
1001
1002 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1003
1004         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
1005         superfluous function call.
1006         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
1007         Add warning to docstring.
1008
1009 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1010
1011         * gnus-agent.el: Autoload number-at-point instead.
1012         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
1013
1014 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1015
1016         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
1017         require thingatpt (for number-at-point) and protect against
1018         deactivate-mark being unbound (on XEmacs).
1019
1020 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1021
1022         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
1023         print message on entry.
1024
1025         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
1026
1027         * gnus-range.el (gnus-range-difference): New function.
1028         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
1029
1030 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1031
1032         * gnus-sum.el (gnus-summary-insert-old-articles): Use
1033         gnus-remove-from-range instead of gnus-range-difference which
1034         doesn't exist.
1035
1036 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1037         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
1038
1039         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
1040         used for showing which articles have been downloaded.
1041         (gnus-agent-article-alist): Format change.  Add documentation.
1042         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
1043         process-marked articles.
1044         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
1045         in the series are individually fetched to minimize lose of
1046         content due to an error/quit.
1047         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
1048         gnus-message instead of message.
1049         (gnus-agent-read-servers): Use file lib/methods instead of
1050         lib/servers.  TODO: Why?
1051         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
1052         (gnus-agent-get-undownloaded-list): Remove articles that appear to
1053         come from the agent.  This means that they are not downloaded.
1054         (gnus-agent-fetch-selected-article): Don't use history.
1055         (gnus-agent-save-history, gnus-agent-enter-history)
1056         (gnus-agent-article-in-history-p, gnus-agent-history-path):
1057         Removed function; history is not used anymore.
1058         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
1059         (gnus-agent-crosspost): Started rewrite then realized that a typo
1060         in gnus-agent-fetch-articles ensures that this function is never
1061         called.  This will need to be fixed later.
1062         (gnus-agent-check-overview-buffer): Some sanity checks on the
1063         agent overview buffer.  This is a safety net used during
1064         development.
1065         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
1066         changed, write a number to the file indicating this.
1067         (gnus-agent-fetch-headers): Rewrite to respect
1068         gnus-agent-consider-all-articles without relying on the
1069         `.fetched' files.  Make it fast.
1070         (gnus-agent-braid-nov): Change resulting from
1071         gnus-agent-fetch-headers change.
1072         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
1073         `.fetched' files.
1074         (gnus-agent-read-agentview): New function, used by
1075         gnus-agent-load-alist.
1076         (gnus-agent-load-fetched-headers): Remove.
1077         (gnus-agent-save-alist): Rewrite to accomodate new format.
1078         (gnus-agent-fetch-group-1): Make sure list of articles is in the
1079         same order as in gnus-newsgroup-headers.
1080         (gnus-agent-expire): Document and implement extra args ARTICLES,
1081         GROUP, FORCE.  Do not restrict usage.
1082         (gnus-agent-uncached-articles): New function.
1083         (gnus-agent-retrieve-headers): Use it.
1084         (gnus-agent-regenerate-group): No longer needs to be called from
1085         gnus-agent-regenerate.  Individual groups may be regenerated. The
1086         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
1087         The article fetch dates are validated in the article alist.  The
1088         article alist is pruned of entries that do not reference existing
1089         NOV entries.  All changes are computed then applied with
1090         inhibit-quit bound to t.  As a result, it is now safe to quit out of
1091         regeneration.  The optional clean parameter has been replaced with
1092         an optional reread parameter.  Clean is no longer necessary as
1093         regeneration gets the appropriate setting from
1094         gnus-agent-consider-all-articles.  The new reread parameter will
1095         result in fetched, or all, articles being marked as unread.
1096         (gnus-agent-regenerate): Removed code to regenerate the history
1097         file as it is no longer used.
1098
1099         * gnus-start.el (gnus-make-ascending-articles-unread): New
1100         function, for efficient mass-marking.
1101
1102         * gnus-sum.el (gnus-summary-highlight): Use new face for
1103         downloaded articles.
1104         (gnus-article-mark): Prefer to indicate read/unread status over
1105         downloaded status.
1106         (gnus-summary-highlight-line-0): New function, maybe rehighlights
1107         line.
1108         (gnus-summary-highlight-line): Use new face for downloaded
1109         articles.
1110         (gnus-summary-insert-old-articles): Improved performance by
1111         replacing the initial LIST of older articles with a compressed
1112         RANGE of older articles.  Some servers appear to lie about
1113         their active range so the original list could contain millions
1114         of article numbers.  The range is not expanded into a list
1115         until the optional ALL parameter has been applied.
1116
1117 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1118
1119         * gnus-agent.el (gnus-category-mode): Typo in doc string.
1120
1121 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
1122
1123         * spam.el:
1124         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
1125
1126         * spam.el: added `M s t' and `M s x' key mappings
1127
1128 2002-11-20  Simon Josefsson  <jas@extundo.com>
1129
1130         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
1131
1132 2002-11-19  Simon Josefsson  <jas@extundo.com>
1133
1134         * gnus-sum.el (gnus-summary-morse-message): Load
1135         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
1136         (unmorse-region): Autoload it instead.
1137
1138 2002-11-18  Simon Josefsson  <jas@extundo.com>
1139
1140         * gnus-sum.el (gnus-summary-morse-message): New function.
1141         (gnus-summary-wash-map): Bind to `W m'.
1142         (gnus-summary-make-menu-bar): Add.
1143
1144         * nnimap.el (nnimap-request-expire-articles): Compress sequence
1145         before storing \Deleted mark on expired articles.
1146
1147 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
1148         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
1149
1150         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
1151         parens in column 0.
1152
1153 2002-11-17  Juanma Barranquero  <lektu@terra.es>
1154
1155         * nnweb.el (nnweb-google-create-mapping): Fix typo.
1156
1157         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
1158
1159         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
1160
1161 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
1162
1163         * message.el (message-set-auto-save-file-name): Use
1164         make-directory, to avoid the dependence on gnus-util.
1165
1166 2002-11-16  Simon Josefsson  <jas@extundo.com>
1167
1168         * nnimap.el (nnimap-callback-callback-function):
1169         (nnimap-callback-buffer): Removed, these cannot be global but must
1170         be embedded into the callback.
1171         (nnimap-make-callback): New.  Embedd article number, callback and
1172         buffer in function.
1173         (nnimap-callback, nnimap-request-article-part): Update.
1174
1175 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1176
1177         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
1178
1179 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1180
1181         * gnus.el (gnus-summary-line-format): Document %C.
1182
1183 2002-11-11  Simon Josefsson  <jas@extundo.com>
1184
1185         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
1186         output when called interactively.
1187
1188 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1189
1190         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
1191
1192         * message.el (message-draft-coding-system): Improve comment; use
1193         mm-auto-save-coding-system for the default value.
1194
1195         * nndraft.el (nndraft-request-article): Revert to the state before
1196         2002-10-29; regexp-quote mail-header-separator.
1197
1198 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
1199
1200         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
1201         allow editing of drafts from an nnvirtual group.
1202
1203 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1204
1205         * nndraft.el (nndraft-request-article): Replace emacs-mule with
1206         mm-auto-save-coding-system.
1207
1208         * message.el (message-draft-coding-system): Default to
1209         iso-2022-7bit.
1210
1211         * mm-util.el (mm-auto-save-coding-system): Undo last change to
1212         restore the default value to emacs-mule or escape-quoted.
1213
1214 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1215
1216         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
1217         a delayed or a queued article as well as a draft.
1218
1219         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
1220         delayed or a queued article in the raw format; treat a delayed
1221         article as a raw article as well as a draft.
1222         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
1223         for the delayed group.
1224
1225         * nndraft.el (nndraft-request-article): Ignore auto save files for
1226         a delayed or a queued article; don't bother to decode a queued
1227         article; don't bind nnmail-file-coding-system for a queued article.
1228
1229         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
1230         and the queue group.
1231
1232 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
1233
1234         * gnus-group.el (gnus-group-delete-group):
1235         gnus-cache-active-hashtb might be void.
1236
1237 2002-11-02  Simon Josefsson  <jas@extundo.com>
1238
1239         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
1240         setting of the default user ID.  From Raymond Scholz
1241         <ray-2002@zonix.de>.
1242
1243 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
1244
1245         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
1246         charset.
1247
1248 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
1249         From Alex Schroeder <alex@emacswiki.org>
1250         * spam-stat.el (spam-stat-process-directory): add dir to message
1251         (spam-stat-reduce-size): No longer remove words
1252         with values close to 0.5, because the default value is 0.2.
1253
1254 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1255
1256         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
1257         documentation.
1258
1259 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1260
1261         * gnus-agent.el (gnus-agent-fetched-headers)
1262         (gnus-agent-load-fetched-headers)
1263         (gnus-agent-save-fetched-headers): Remove variable and two
1264         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
1265         works better.
1266         (gnus-agent-fetch-headers): New implementation from Kevin
1267         Greiner.  Uses gnus-agent-article-alist to store information
1268         about fetched messages which aren't on the server anymore.  The
1269         trick is to return a list of considered messages to the caller,
1270         but to only fetch those which haven't been fetched yet.
1271
1272 2002-10-30  Simon Josefsson  <jas@extundo.com>
1273
1274         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
1275
1276         * pgg.el (pgg-passphrase-cache-expiry): Removed.
1277
1278 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1279
1280         * mm-view.el (mm-w3m-local-map-property): Make it work with older
1281         versions of emacs-w3m than 1.3.3.
1282
1283         * lpath.el: Bind w3m-minor-mode-map.
1284
1285         * mm-view.el (mm-w3m-mode-command-alist)
1286         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
1287         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
1288         (mm-setup-w3m): Simplified.
1289         (mm-w3m-local-map-property): New function.
1290         (mm-inline-text-html-render-with-w3m): Use it.
1291
1292         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
1293         mm-w3m-local-map-property.
1294
1295 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1296
1297         * mm-util.el (mm-auto-save-coding-system): Default to
1298         iso-2022-7bit.
1299
1300         * nndraft.el (nndraft-request-article): Decode an article using
1301         the coding-system emacs-mule if it seems to have been saved using
1302         emacs-mule.
1303         (nndraft-request-replace-article): Use message-draft-coding-system
1304         instead of mm-auto-save-coding-system for the draft or delayed
1305         group.
1306
1307 2002-10-28  Josh  <huber@alum.wpi.edu>
1308
1309         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
1310         functions.
1311
1312 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1313         From mah@everybody.org (Mark A. Hershberger).
1314
1315         * mm-url.el (mm-url-insert-file-contents): Make it return the same
1316         type values ("url" size) regardless of the values of
1317         mm-url-use-external.
1318
1319 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1320
1321         * nnimap.el (nnimap-request-article-part): Try harder to show
1322         group name in debugging message.
1323
1324 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1325
1326         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
1327         directory if it doesn't exist.
1328         (gnus-agent-fetch-headers): Remove old cruft that tried to
1329         abstain from downloading articles more than once if
1330         gnus-agent-consider-all-articles was true.  This is now done
1331         properly via the .fetched files.
1332
1333 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1334
1335         * nndraft.el (nndraft-request-article): Treat delayed articles
1336         like drafts.
1337
1338 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1339
1340         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
1341
1342 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1343
1344         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
1345         Remove unused optional arg DIR and corresponding code.
1346
1347         * nnimap.el (nnimap-request-article-part): Include group name in
1348         debugging output.
1349
1350 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
1351
1352         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
1353
1354 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1355
1356         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
1357         contains range of headers that have been fetched by the agent
1358         already.  Compare gnus-agent-article-alist.
1359         (gnus-agent-file-header-cache): Like
1360         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
1361         (gnus-agent-fetch-headers): Improve comment.  Revert to old
1362         seen/recent logic.
1363         Remember which headers have been fetched before and don't fetch
1364         them again the next time round.
1365         (gnus-agent-load-fetched-headers)
1366         (gnus-agent-save-fetched-headers): New functions, for remembering
1367         which headers have been fetched before.
1368
1369 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1370
1371         * lpath.el: Remove useless bindings.
1372
1373 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
1374
1375         * gnus-sum.el (gnus-summary-execute-command): Disable visual
1376         features while searching.
1377
1378 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1379
1380         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
1381
1382 2002-10-22  Simon Josefsson  <jas@extundo.com>
1383
1384         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
1385         (pgg-snarf-keys): Add.
1386
1387 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1388
1389         * lpath.el: Fbind bbdb-records.
1390
1391         * spam.el: Don't autoload bbdb-records.
1392
1393 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1394
1395         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
1396         prevent inf-loop.
1397
1398 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1399
1400         * nnslashdot.el: Removed some test lines.
1401         More test.
1402
1403 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1404
1405         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
1406         are known to be downloaded already.
1407
1408 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1409
1410         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
1411         (mm-text-html-washer-alist): Ditto.
1412
1413 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1414
1415         * nnheader.el (nnheader-remove-body): Fix an error of detecting
1416         boundary between headers and body.
1417         * nnml.el (nnml-parse-head): Ditto.
1418
1419 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1420
1421         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
1422         entries.
1423
1424         * gnus-group.el (gnus-fetch-group): Allow an optional
1425         specification of the articles to select.
1426
1427         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
1428
1429 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1430
1431         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
1432         headers from the group, update variable `articles' to contain
1433         only those numbers where headers exist.  (When fetching all
1434         articles in a group, Gnus creates lots of numbers where there is
1435         no articles.)
1436
1437 2002-10-20  Steve Youngs  <youngs@xemacs.org>
1438
1439         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
1440         doesn't have the 'alist custom type, use cons cells instead.
1441         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
1442         (pgg-parse-hash-algorithm-alist): Ditto.
1443         (pgg-parse-compression-algorithm-alist): Ditto.
1444         (pgg-parse-signature-type-alist): Ditto.
1445
1446         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
1447
1448         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
1449
1450         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
1451
1452 2002-10-19  Simon Josefsson  <jas@extundo.com>
1453
1454         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
1455         buffer.
1456
1457 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1458
1459         * gnus-spec.el (gnus-make-format-preserve-properties)
1460         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
1461         properties also on XEmacs.  `gnus-xmas-format' is like format but
1462         preserves text properties on XEmacs (though it only understands
1463         simple format specs).  The variable
1464         `gnus-make-format-preserve-properties' controls whether the
1465         function is used, and is checked in `gnus-parse-simple-format'.
1466         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
1467
1468         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
1469         output.
1470         (gnus-agent-consider-all-articles): New variable.
1471         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
1472         (gnus-agent-fetch-headers): Depending on
1473         gnus-agent-consider-all-articles, maybe get all articles.
1474         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
1475         `read'.
1476         (gnus-predicate-imples-unread): New function.
1477         (gnus-agent-fetch-headers): Optimize to call
1478         gnus-list-of-unread-articles if that is sufficient.
1479         Check unseen and recent instead of seen and recent.
1480         (gnus-agent-fetch-headers): Abstain from calling
1481         gnus-list-range-intersection if range (a . b) would have (> a b).
1482
1483 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1484
1485         * message.el (message-send-mail): Make it possible to perform
1486         edebug-defun.
1487
1488 2002-10-18  Simon Josefsson  <jas@extundo.com>
1489
1490         * gnus-art.el (gnus-button-man-handler): Change default to
1491         `manual-entry' (defined in both emacsen).
1492         (gnus-button-man-handler): Remove emacsen difference and use
1493         `manual-entry'.
1494
1495 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1496
1497         * spam.el: Wrap autoload settings for bbdb-records,
1498         executable-find and ifile-spam-filter with eval-and-compile.
1499         (spam-display-buffer-contents): Remove.
1500         (spam-bogofilter-score): Merge spam-display-buffer-contents.
1501
1502 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
1503
1504         * spam.el (spam-display-buffer-contents): New function.
1505         (spam-bogofilter-score): use spam-display-buffer-contents, patch
1506         from Katsumi Yamaoka <yamaoka@jpl.org>.
1507
1508 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1509
1510         * nnheader.el (nnheader-parse-naked-head): New function.
1511         (nnheader-parse-head): Use the above function, in order to handle
1512         continuation lines properly.
1513         (nnheader-remove-body): New function.
1514         (nnheader-remove-cr-followed-by-lf): New function.
1515         (nnheader-ms-strip-cr): Use the above function.
1516
1517         * gnus-agent.el (gnus-agent-regenerate-group): Call
1518         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
1519         `nnheader-parse-head'.
1520         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
1521
1522         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
1523         continuation lines by itself; call `nnheader-parse-naked-head'
1524         instead of `nnheader-parse-head'.
1525         * nndiary.el (nndiary-parse-head): Ditto.
1526         * nnfolder.el (nnfolder-parse-head): Ditto.
1527         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
1528         * nnmaildir.el (nnmaildir--update-nov): Ditto.
1529         * nnml.el (nnml-parse-head): Ditto.
1530
1531 2002-10-17  Steve Youngs  <youngs@xemacs.org>
1532
1533         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
1534         XEmacs, default to it if featurep 'xemacs.
1535
1536 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1537
1538         * spam-stat.el: Check for the existence of hash functions instead
1539         of the Emacs version to decide whether to load cl.  Suggested by
1540         Kai Gro\e,A_\e(Bjohann.
1541
1542 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1543
1544         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
1545         if it isn't open yet.
1546
1547 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1548
1549         * gnus-group.el: Require mm-url only when compiling.
1550         (gnus-group-fetch-charter): Require mm-url.
1551
1552         * spam-stat.el: Require cl for the functions gethash,
1553         hash-table-count, make-hash-table and mapc for Emacs 20.
1554         (puthash): Alias to cl-puthash for Emacs 20.
1555         (with-syntax-table): New macro for Emacs 20.
1556
1557 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
1558
1559         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
1560
1561 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
1562
1563         * spam.el (spam-check-ifile): added ifile as a spam checking
1564         backend, and spam-use-ifle as the variable to toggle that check.
1565
1566 2002-10-12  Simon Josefsson  <jas@extundo.com>
1567
1568         * message.el (message-beginning-of-line): New variable.
1569         (message-beginning-of-line): Use it.
1570
1571 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
1572
1573         * spam.el: more compilation fixes for BBDB
1574
1575         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
1576         (spam-stat-reduce-size): Interactive.
1577         (spam-stat-reset): New function.
1578         (spam-stat-save): Interactive.
1579
1580 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1581
1582         * gnus.el: Autoload gnus-delay-initialize.
1583
1584         * message.el: Autoload gnus-delay-article.
1585
1586 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
1587
1588         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
1589         text property in Emacs.
1590
1591 2002-10-11  Simon Josefsson  <jas@extundo.com>
1592
1593         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
1594         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
1595
1596         * mml1991.el (mml1991-pgg-sign): Remove CR.
1597
1598 2002-10-10  Simon Josefsson  <jas@extundo.com>
1599
1600         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
1601         decrypt failed.
1602         (mml2015-trust-boundaries-alist): Removed.
1603         (mml2015-gpg-extract-signature-details): Don't use it.
1604         (mml2015-unabbrev-trust-alist): New.
1605         (mml2015-gpg-extract-signature-details): Use it.
1606
1607 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
1608
1609         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
1610         BBDB installed
1611
1612         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
1613         statistical analysis of spam in Lisp only
1614
1615 2002-10-10  Simon Josefsson  <jas@extundo.com>
1616
1617         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
1618         auth, selected or examine state.
1619
1620         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
1621         buffer and error buffer depending on type of information.
1622
1623         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
1624         --status-fd stuff even if gpg.el is not used (revert earlier
1625         change).
1626         (mml2015-pgg-{clear-,}verify): Store both output and errors as
1627         gnus details.
1628         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
1629         buffer.
1630
1631         * pgg.el (pgg-verify-region): Use it.
1632
1633         * pgg-def.el (pgg-query-keyserver): New variable.
1634
1635         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
1636         key-identifier in packet.  Is this a good idea?
1637
1638         * mml.el (mml-mode-map): Add security commands that operates on
1639         MIME parts.
1640         (mml-menu): And menu items for them.
1641
1642         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
1643
1644         * mml.el (mml-parse-1): Support sender in #secure tags.
1645
1646         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
1647         defined.
1648
1649         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
1650         (mml-pgp-encrypt-buffer): Support combined signing.
1651
1652         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
1653         (mml1991-gpg-encrypt): Ditto.
1654         (mml1991-pgg-encrypt): Ditto.
1655         (mml1991-encrypt): Pass sign parameter.
1656
1657         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
1658         (mml-signencrypt-style): Mention the variable.
1659
1660 2002-10-09  Simon Josefsson  <jas@extundo.com>
1661
1662         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
1663         pgg-gpg-user-id.
1664
1665         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
1666         (pgg-fetch-key-function): Nil if w3 is not installed.
1667
1668 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1669
1670         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
1671         gnus-agent-current-history.
1672
1673 2002-10-06  Simon Josefsson  <jas@extundo.com>
1674
1675         * imap.el (imap-parse-status): Don't use read to read token.
1676
1677 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1678
1679         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
1680         for methods not covered by the agent, and when unplugged.
1681
1682 2002-10-05  Simon Josefsson  <jas@extundo.com>
1683
1684         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
1685         signing.
1686
1687         * gnus-agent.el (gnus-agent-read-servers): If getting method from
1688         a named server fails, ignore the server.
1689
1690         * mml1991.el (mml1991-pgg-sign): Do QP.
1691
1692         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
1693         work.
1694
1695 2002-10-04  Simon Josefsson  <jas@extundo.com>
1696
1697         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
1698
1699         * pgg-pgp.el (pgg-pgp-verify-region): Inline
1700         binary-write-decoded-region from MEL.
1701
1702         * pgg.el (pgg-encrypt-region): Support sign.
1703
1704         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
1705
1706         * mml2015.el (mml2015-pgg-encrypt): Ditto.
1707
1708         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
1709         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
1710         branch where PGG was taken from in the ChangeLog entries below.
1711
1712 2002-10-01  Simon Josefsson  <jas@extundo.com>
1713
1714         * pgg-pgp.el: Don't require mel.  Don't use luna.
1715         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
1716         (pgg-pgp-process-region): Use expand-file-name instead of concat.
1717         (pgg-pgp-process-region): Don't use binary-funcall.
1718
1719         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
1720
1721         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
1722         instead of concat.
1723
1724         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
1725
1726 2002-09-29  Simon Josefsson  <jas@extundo.com>
1727
1728         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
1729         compile warnings.
1730
1731         * pgg.el (pgg-decrypt-region): Don't parse packet.
1732
1733         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
1734
1735 2002-09-29  Daiki Ueno <ueno@unixuser.org>
1736
1737         * pgg.el: Remove dependency on calist.el.
1738
1739 2002-09-28  Simon Josefsson  <jas@extundo.com>
1740
1741         * pgg.el (pgg-temporary-file-directory): New variable.
1742         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
1743
1744         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
1745         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
1746
1747         * pgg-parse.el (pgg-char-int): Defalias.
1748         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
1749         (pgg-read-bytes, pgg-read-body): Use it.
1750         (pgg-decode-packets): Don't use MEL, use base64-*.
1751         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
1752         (pgg-string-as-unibyte): Defalias.
1753         (pgg-parse-armor-region): Use it.
1754
1755         * pgg-gpg.el (pgg-gpg-process-region): Use
1756         pgg-temporary-file-directory.
1757
1758         * luna.el: Don't def-edebug.
1759
1760         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
1761         binary-write-decoded-region from MEL.
1762
1763         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
1764
1765         * alist.el, calist.el: Don't require product/APEL.
1766
1767         * pgg-parse.el (top-level): Remove dependency on static.el,
1768         pccl.el, mel.el.
1769         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
1770         `define-ccl-program' is boundp, instead of using broken.
1771
1772 2002-10-01  Simon Josefsson  <jas@extundo.com>
1773
1774         * message.el (message-required-mail-headers): Remove Lines:.
1775
1776 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1777         From Jesper Harder.
1778
1779         * gnus-group.el (gnus-group-fetch-charter,
1780         gnus-group-fetch-control): Prompt for group if given a prefix
1781         argument.
1782         * gnus-sum.el (t): Add gnus-group-fetch-charter and
1783         gnus-group-fetch-control to summary key map and menu.
1784
1785
1786 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
1787
1788         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
1789         number when there are no articles.
1790
1791 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1792
1793         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
1794         arg ALL means to fetch all articles, not only downloadable ones.
1795         (gnus-agent-fetch-selected-article): New function for
1796         gnus-select-article-hook or gnus-mark-article-hook.
1797
1798 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1799         From Peter von der Ahe <nospam2159@daimi.au.dk>.
1800
1801         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
1802         raw-text.
1803
1804 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
1805
1806         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
1807         Pinard).
1808         Major revamp of the code, documentation is in comments in the file
1809         for now.
1810
1811 2002-09-30  Simon Josefsson  <jas@extundo.com>
1812
1813         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
1814         buffer seem to be needed?
1815
1816 2002-09-29  Simon Josefsson  <jas@extundo.com>
1817
1818         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
1819         compile warnings.
1820
1821         * mml1991.el (mml1991-function-alist): Add pgg.
1822         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
1823         (mml1991-pgg-encrypt): Fix recipients querying.
1824
1825 2002-09-28  Simon Josefsson  <jas@extundo.com>
1826
1827         * mml2015.el (autoload): Autoload correct files.  Trivial patch
1828         from dme@dme.org.
1829         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
1830         handle is returned.
1831
1832 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1833
1834         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1835         Protect against non-existent of `nnimap-mailbox-info'.
1836
1837 2002-09-27  Simon Josefsson  <jas@extundo.com>
1838
1839         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
1840         (gnus-setup-news-hook): Use it.
1841         (gnus-after-getting-new-news-hook): Ditto.
1842
1843         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
1844
1845 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1846         From Mats Lidell <matsl@contactor.se>.
1847
1848         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
1849
1850 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1851
1852         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
1853         the part to decode encoded words, use raw words instead of decoded
1854         words.
1855
1856 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
1857
1858         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
1859
1860         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
1861         (mm-setup-w3m): Use it.
1862
1863 2002-09-27  Simon Josefsson  <jas@extundo.com>
1864
1865         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
1866         article buffers.
1867
1868         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
1869         it just in case.
1870         (nnimap-update-unseen): New function; update unseen count in
1871         `n-m-info'.
1872         (nnimap-close-group): Call it.
1873
1874         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
1875         (gnus-after-getting-new-news-hook): Ditto.
1876
1877         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
1878         message into verboselevel 9.  Change slow mail check message.
1879         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
1880         (nnimap-fixup-unread-after-getting-new-news): New function, to be
1881         used as a hook after getting new mail.
1882
1883 2002-09-26  Simon Josefsson  <jas@extundo.com>
1884
1885         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
1886         SELECT/EXAMINE is first unseen article, not number of unseen
1887         articles.  Make them distinct by renaming the former to
1888         `first-unseen' instead of `unseen'.
1889
1890         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
1891         too.
1892         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
1893         changed.
1894         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
1895
1896         * gnus-int.el (gnus-server-unopen-status): Defcustom.
1897
1898         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
1899         better.
1900
1901         * mml2015.el (mml2015-pgg-decrypt): Only add security information
1902         if dissecting resulting buffer actually had any information.
1903
1904 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1905
1906         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
1907         because the function `string<' allows symbols.
1908
1909         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
1910
1911 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
1912
1913         * message.el (message-forward-make-body): Revert an early change
1914         because 8-bit utf-8 emails.
1915
1916 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
1917
1918         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
1919         links to Info)
1920         * gnus-art.el (gnus-treat-highlight-signature):
1921         * gnus-art.el (gnus-treat-buttonize):
1922         * gnus-art.el (gnus-treat-buttonize-head):
1923         * gnus-art.el (gnus-treat-emphasize):
1924         * gnus-art.el (gnus-treat-strip-cr):
1925         * gnus-art.el (gnus-treat-unsplit-urls):
1926         * gnus-art.el (gnus-treat-leading-whitespace):
1927         * gnus-art.el (gnus-treat-hide-headers):
1928         * gnus-art.el (gnus-treat-hide-boring-headers):
1929         * gnus-art.el (gnus-treat-hide-signature):
1930         * gnus-art.el (gnus-treat-fill-article):
1931         * gnus-art.el (gnus-treat-hide-citation):
1932         * gnus-art.el (gnus-treat-hide-citation-maybe):
1933         * gnus-art.el (gnus-treat-strip-list-identifiers):
1934         * gnus-art.el (gnus-treat-strip-pgp):
1935         * gnus-art.el (gnus-treat-strip-pem):
1936         * gnus-art.el (gnus-treat-strip-banner):
1937         * gnus-art.el (gnus-treat-highlight-headers):
1938         * gnus-art.el (gnus-treat-highlight-citation):
1939         * gnus-art.el (gnus-treat-date-ut):
1940         * gnus-art.el (gnus-treat-date-local):
1941         * gnus-art.el (gnus-treat-date-english):
1942         * gnus-art.el (gnus-treat-date-lapsed):
1943         * gnus-art.el (gnus-treat-date-original):
1944         * gnus-art.el (gnus-treat-date-iso8601):
1945         * gnus-art.el (gnus-treat-date-user-defined):
1946         * gnus-art.el (gnus-treat-strip-headers-in-body):
1947         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
1948         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
1949         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
1950         * gnus-art.el (gnus-treat-unfold-headers):
1951         * gnus-art.el (gnus-treat-fold-headers):
1952         * gnus-art.el (gnus-treat-fold-newsgroups):
1953         * gnus-art.el (gnus-treat-overstrike):
1954         * gnus-art.el (gnus-treat-display-xface):
1955         * gnus-art.el (gnus-treat-display-smileys):
1956         * gnus-art.el (gnus-treat-from-picon):
1957         * gnus-art.el (gnus-treat-mail-picon):
1958         * gnus-art.el (gnus-treat-newsgroups-picon):
1959         * gnus-art.el (gnus-treat-body-boundary):
1960         * gnus-art.el (gnus-treat-capitalize-sentences):
1961         * gnus-art.el (gnus-treat-fill-long-lines):
1962         * gnus-art.el (gnus-treat-play-sounds):
1963         * gnus-art.el (gnus-treat-translate):
1964         * gnus-art.el (gnus-treat-x-pgp-sig):
1965         * gnus-art.el (gnus-mime-button-line-format):
1966         * gnus-art.el (gnus-button-man-level):
1967         * gnus-art.el (gnus-button-emacs-level):
1968         * gnus-cus.el (gnus-group-parameters):
1969         * gnus-gl.el (bbb-build-mid-scores-alist):
1970         * gnus-group.el (gnus-group-line-format):
1971         * gnus-mlspl.el (gnus-group-split-setup):
1972         * gnus-mlspl.el (gnus-group-split):
1973         * gnus-msg.el (gnus-mailing-list-groups):
1974         * gnus-msg.el (gnus-posting-styles):
1975         * gnus-nocem.el (gnus-nocem-issuers):
1976         * gnus-score.el (gnus-score-regexp-bad-p):
1977         * gnus-srvr.el (gnus-server-line-format):
1978         * gnus-topic.el (gnus-topic-line-format):
1979         * gnus.el (gnus-summary-line-format):
1980         * mail-source.el (mail-sources):
1981         * message.el (message-subscribed-address-file):
1982         * nnmail.el (nnmail-split-fancy):
1983
1984 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
1985
1986         * mail-source.el(mail-source-run-script): use `functionp' to test
1987         whether the argument `script' is in fact a function.
1988         (mail-sources): adjust the defcustom to allow users to specify a
1989         function or a string as the value of the `:prescript' and
1990         `:postscript' arguments of the `file' and `pop3' mail sources.
1991
1992 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
1993
1994         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
1995         number when article 1 does not exist.
1996
1997 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1998
1999         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
2000         apropos if apropos-variable does not exist.
2001         (gnus-button-guessed-mid-regexp)
2002         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
2003         regexes.  From Reiner Steib.
2004         (gnus-button-handle-describe-function)
2005         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
2006         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
2007         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
2008
2009 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
2010         Trivial patch.
2011
2012         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
2013         the file.
2014
2015 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
2016
2017         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
2018
2019 2002-09-24  Simon Josefsson  <jas@extundo.com>
2020
2021         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
2022         (mml2015-use): Prefer PGG if installed.
2023         (mml2015-function-alist): Add PGG wrappers.
2024         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
2025         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
2026         prefix, make regexp optionally skip it.
2027         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
2028         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
2029         (mml2015-pgg-encrypt): New functions.
2030         (defvar, autoload): Prevent byte-compile warnings.
2031
2032 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2033         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
2034
2035         * gnus-art.el (article-strip-banner): Check for the existence of
2036         from header.
2037
2038 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
2039
2040         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
2041         (gnus-button-alist): Improved regexp for
2042         gnus-button-handle-mid-or-mail (false positives), fixed
2043         gnus-button-handle-man entries.
2044         From Reiner Steib.
2045
2046 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
2047         From Josh Huber.
2048
2049         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
2050         nnmail-extra-headers is non-nil.
2051
2052 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
2053
2054         * nnmaildir.el: Store article numbers persistently.  General
2055         revision.
2056         (nnmaildir-request-expire-articles): handle 'immediate and 'never
2057         for nnmail-expiry-wait; delete instead of moving if 'force is
2058         given.
2059
2060 2002-09-23  Simon Josefsson  <jas@extundo.com>
2061         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
2062
2063         * smime.el (smime-sign-buffer): Get key and extra certs.
2064         (smime-get-key-with-certs-by-email): Utility function.
2065
2066 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2067         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
2068
2069         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
2070         article exists.
2071
2072 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2073
2074         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
2075
2076 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
2077         From Reiner Steib.
2078
2079         * gnus-art.el (gnus-button-handle-custom,
2080         gnus-button-handle-mid-or-mail,
2081         gnus-button-handle-describe-{function,variable,key},
2082         gnus-button-handle-apropos{,command,variable}): New functions.
2083         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
2084         gnus-button-{man,emacs,mail}-level): New variables.
2085         (gnus-button-alist): Use the above to buttonize emacs and mail
2086         related links.
2087
2088 2002-09-18  Juanma Barranquero  <lektu@terra.es>
2089
2090         * gnus-int.el (gnus-status-message): Fix spacing.
2091
2092         * imap.el (imap-continuation): Fix typos.
2093
2094 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2095
2096         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
2097
2098         * gnus-art.el (gnus-article-reply-with-original): Correct
2099         with-current-buffer scope.
2100
2101         * message.el (message-completion-alist): Add Reply-To, From, etc.
2102
2103 2002-09-18  Simon Josefsson  <jas@extundo.com>
2104
2105         * nnimap.el (nnimap-request-expire-articles): Make flag setting
2106         conditional.  From Nevin Kapur <nevin@jhu.edu>.
2107
2108 2002-09-17  Simon Josefsson  <jas@extundo.com>
2109
2110         * nnimap.el (nnimap-expiry-target): Don't search for which
2111         articles exists here.
2112         (nnimap-request-expire-articles): Do it here instead.  Only expire
2113         when articles are found.  Suggested by Nevin Kapur
2114         <nevin@jhu.edu>.
2115
2116 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2117         From Reiner Steib <reiner.steib@gmx.de>.
2118
2119         * message.el (message-strip-subject-trailing-was)
2120         (message-change-subject, message-add-archive-header)
2121         (message-xpost-fup2-header, message-xpost-insert-note)
2122         (message-xpost-fup2, message-reduce-to-to-cc): New functions
2123         adopted from message-utils.el.  Add functions to the keymap, mode
2124         describtion and menu.
2125         (message-change-subject,message-xpost-fup2): Signal error if
2126         current header is empty.
2127         (message-xpost-insert-note): Changed insert position.
2128         (message-archive-note): Ensure to insert note in message body (not
2129         in head).
2130         (message-archive-header, message-archive-note)
2131         (message-xpost-default, message-xpost-note, message-fup2-note)
2132         (message-xpost-note-function): New variables adopted from
2133         message-utils.el.  Changed some doc-strings.
2134         (message-mark-insert-{begin,end}): Rename from
2135         message-{begin,end}-inserted-text-mark (message-utils.el), changed
2136         values.
2137         (message-subject-trailing-was-query)
2138         (message-subject-trailing-was-ask-regexp)
2139         (message-subject-trailing-was-regexp): New variables.
2140         (message-to-list-only): Added doc-string and menu entry.
2141
2142         * message-utils.el: Removed.  Functions are now in message.el.
2143
2144 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
2145
2146         * gnus-art.el (gnus-article-reply-with-original,
2147         gnus-article-followup-with-original): Switch to
2148         gnus-summary-buffer before reply/followup.
2149
2150 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
2151
2152         * gnus-sum.el (gnus-summary-toggle-header): The article window may
2153         not exist. Toggle it anyway.
2154
2155 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
2156
2157         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
2158
2159         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
2160         Trivial patch from Urban Engberg <ue@ccieurope.com>.
2161
2162         * rfc2047.el (message-posting-charset): Defvar it.
2163         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
2164         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
2165
2166         * mail-source.el (mail-source-fetch): Hide password.
2167
2168         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
2169
2170 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2171         From John Paul Wallington <jpw@shootybangbang.com>.
2172
2173         * gnus.el (gnus-visual, gnus-meta): Fix typo.
2174
2175 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2176
2177         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
2178
2179 2002-09-11  Simon Josefsson  <jas@extundo.com>
2180
2181         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
2182         (nnimap-split-rule): Doc fix.
2183         (nnimap-request-expire-articles): Cleanup code.
2184
2185 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2186         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
2187
2188         * gnus-art.el (gnus-article-address-banner-alist): New option.
2189         (article-strip-banner): Refer the above option to split banners of
2190         free mail servers, when no group parameter is specified.
2191
2192 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2193
2194         * nntp.el (nntp-wait-for-string): Check for a process in the
2195         current buffer instead of `nntp-server-buffer'.
2196
2197 2002-09-09  Simon Josefsson  <jas@extundo.com>
2198
2199         * gnus-art.el (gnus-button-man-handler): New variable.
2200         (gnus-button-alist): Use g-b-handle-man.
2201         (gnus-button-handle-man): New, call g-b-man-handler.
2202
2203 2002-09-08  Simon Josefsson  <jas@extundo.com>
2204
2205         * gnus-art.el (gnus-button-alist): Buttonize man page links.
2206
2207 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2208
2209         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
2210
2211 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2212
2213         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
2214
2215         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
2216         keystroke.
2217
2218         * gnus-srvr.el (gnus-browse-describe-group): New command and
2219         keystroke.
2220
2221 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2222
2223         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
2224         value for gnus-decoration property.
2225
2226 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2227
2228         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
2229         string) as group name in case we have a CRLF in the file.
2230
2231 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
2232
2233         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
2234         group.
2235         (rfc1843-decode-hzp): do.
2236         (rfc1843-newsgroups-regexp): do.
2237
2238 2002-09-04  Simon Josefsson  <jas@extundo.com>
2239
2240         * message.el (message-canlock-generate): Make sure sha1 doesn't
2241         call external programs.
2242
2243 2002-09-03  Simon Josefsson  <jas@extundo.com>
2244
2245         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
2246
2247         * gnus-agent.el (gnus-agent-batch): Add doc.
2248
2249 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
2250
2251         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
2252         check for signed and encrypted parts.
2253         * mml.el (mml-parse-1): Correct small typo which preventing
2254         setting recipients in a secure tag.
2255
2256 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2257
2258         * mm-util.el (mm-coding-system-priorities): Default to a list of
2259         iso-2022-jp and others for the Japanese environment.
2260
2261 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2262
2263         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
2264         invalid display names.
2265
2266 2002-08-30  Simon Josefsson  <jas@extundo.com>
2267
2268         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
2269         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
2270
2271 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
2272
2273         * gnus.el (gnus-group-charter-alist): New option.
2274         (gnus-group-fetch-control-use-browse-url): New option.
2275
2276         * gnus-group.el (gnus-group-fetch-charter): New function.
2277         (gnus-group-fetch-control): New function.
2278         Add them to the keymap and menu. Require mm-url.
2279
2280 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2281
2282         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
2283         From Alex Schroeder <alex@emacswiki.org>.
2284
2285 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
2286
2287         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
2288         items expecting user interaction.
2289
2290         * gnus-topic.el (gnus-topic-make-menu-bar): do.
2291
2292         * gnus-sum.el (gnus-summary-make-menu-bar): do.
2293
2294         * gnus-srvr.el (gnus-server-make-menu-bar): do.
2295
2296         * mml.el (mml-menu): do.
2297
2298 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2299
2300         * mail-source.el (mail-source-touch-pop): New function.
2301
2302         * message.el (message-smtpmail-send-it): New function.
2303         (message-send-mail-function): Add it for a candidate.
2304
2305 2002-08-27  Simon Josefsson  <jas@extundo.com>
2306
2307         * gnus-msg.el (posting-charset-alist): Use
2308         gnus-define-group-parameter instead of defcustom.
2309         (gnus-put-message): Handle SPC in GCC.
2310         (gnus-inews-insert-gcc): Ditto.
2311         (gnus-inews-insert-archive-gcc): Ditto.
2312
2313 2002-08-26  Simon Josefsson  <jas@extundo.com>
2314
2315         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
2316         (gnus-agentize): Auto agentize all nntp and nnimap groups.
2317         (gnus-agent-possibly-save-gcc): Autoload.
2318         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
2319
2320 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2321
2322         * gnus.el (gnus-other-frame-function): New user option.
2323         (gnus-other-frame): Use it; add a doc-string; make it work with
2324         the gnuclient program.
2325
2326         * gnus-util.el (gnus-frame-or-window-display-name): New function.
2327
2328         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
2329         `device-connection' and `dfw-device'.
2330
2331 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2332
2333         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
2334         positives, make it stricter.  From Jochen Hein (trivial change).
2335
2336 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2337
2338         * gnus.el (gnus-other-frame): Trivial fix.
2339
2340 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2341
2342         * gnus.el (gnus-other-frame-parameters): New user option.
2343         (gnus-other-frame-object): New variable.
2344         (gnus-other-frame): Make it search for existing Gnus frame; don't
2345         read new news; delete frame on exit.
2346
2347         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
2348
2349         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
2350
2351 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2352         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
2353
2354         * message.el (message-set-auto-save-file-name): Add support for
2355         the Cygwin Emacs; the system-type is `cygwin'.
2356         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
2357
2358 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2359
2360         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
2361
2362         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
2363         avoid arithmetic errors.
2364
2365 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2366
2367         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
2368
2369 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2370
2371         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
2372         (message-ignored-resent-headers): Add envelope From.
2373
2374 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2375
2376         * gnus.el (gnus-summary-line-format): Document %k specifier.
2377
2378 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2379
2380         * gnus-sum.el (gnus-summary-line-message-size): New function.
2381         (gnus-summary-line-format-alist): Use it.
2382
2383 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2384
2385         * gnus-art.el (article-make-date-line): Refer to the value for
2386         `gnus-article-time-format' in the summary buffer.
2387
2388         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
2389
2390 2002-08-14  Simon Josefsson  <jas@extundo.com>
2391
2392         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
2393         quoting.
2394         (gnus-button-alist): Fix doc.
2395         (gnus-header-button-alist): Use ' not ` for default value quoting.
2396         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
2397         rationale similar to 2002-05-01 change.
2398         (gnus-article-add-buttons-to-head): Evaluate expression.
2399
2400         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
2401
2402 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2403
2404         * message.el (message-font-lock-keywords): Refer to the value for
2405         `message-cite-prefix-regexp' dynamically.
2406
2407 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2408
2409         * gnus-art.el (gnus-decode-header-methods): Doc fix.
2410
2411 2002-08-12  Simon Josefsson  <jas@extundo.com>
2412
2413         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
2414         (imap-shell-open): Skip initial junk before IMAP greeting.
2415
2416 2002-08-11  Simon Josefsson  <jas@extundo.com>
2417
2418         * message-utils.el (message-xpost-default,
2419         message-xpost-fup2-header, message-xpost-fup2): Fixed
2420         Typos.  Trivial changes from Reiner Steib
2421         <4uce.02.r.steib@gmx.net>.
2422
2423 2002-08-09  Simon Josefsson  <jas@extundo.com>
2424
2425         * message.el (message-canlock-password): Set
2426         canlock-password-for-verify to newly generated canlock-password.
2427         When Emacs is restarted, Custom makes sure this is set, but during
2428         the same session we must set it manually.
2429
2430 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
2431
2432         * yenc.el: New file.
2433
2434         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
2435         (mm-uu-type-alist): Add yenc.
2436         (mm-uu-yenc-filename): New function.
2437         (mm-uu-yenc-extract): New function.
2438
2439         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
2440
2441 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2442
2443         * dgnushack.el (merge): Don't use coerce.
2444
2445 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
2446
2447         * mailcap.el (mailcap-mime-data): Test window-system rather than
2448         mm-device-type.
2449         (mailcap-mime-data): Call xdvi and gv with "-safer".
2450
2451         * mm-util.el: Don't define mm-device-type.
2452
2453 2002-08-05  Simon Josefsson  <jas@extundo.com>
2454
2455         * mm-util.el (mm-coding-system-priorities): coding-system type not
2456         supported everywhere.
2457
2458 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2459
2460         * gnus.el (gnus-version-number): Bumped version number.
2461
2462 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2463
2464         * gnus.el: Oort Gnus v0.07 is released.
2465
2466 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2467
2468         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
2469         (gnus-article-sort-functions): Doc fix.
2470         (t): New keystroke.
2471         (gnus-article-sort-by-random): New function.
2472         (gnus-thread-sort-by-random): New function.
2473
2474 2002-08-02  Simon Josefsson  <jas@extundo.com>
2475
2476         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
2477         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
2478
2479 2002-07-31  Danny Siu  <dsiu@adobe.com>
2480
2481         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
2482         when splitting malformed messages without message-id
2483
2484 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2485         From Niklas Morberg <niklas.morberg@axis.com>.
2486
2487         * nnweb.el (nnweb-type, nnweb-type-definition)
2488         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
2489         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
2490         functionality.
2491         * nnweb.el: Removed old non-functioning search engines.
2492
2493 2002-07-27  Simon Josefsson  <jas@extundo.com>
2494
2495         * message.el (message-forward-make-body): Don't use
2496         `message-forward-ignored-headers' when doing a "raw" followup (it
2497         is important to preserve e.g. CTE).
2498
2499         * flow-fill.el (fill-flowed): Disable filladapt-mode.
2500
2501         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
2502         regexp-quote, Cyrus Sieve is fixed.
2503
2504         * sieve-manage.el (sieve-manage-deletescript): New function.
2505
2506         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
2507         (sieve-manage-mode): Fix menubar.
2508         (sieve-activate): Change some messages.
2509         (sieve-deactivate-all): New function.
2510         (sieve-deactivate): New alias.
2511         (sieve-remove): New function.
2512         (sieve-help): Fix help.
2513         All suggested by Ned Ludd.
2514
2515 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2516
2517         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
2518         (mm-w3m-safe-url-regexp): New user option.
2519
2520         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
2521         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
2522
2523 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
2524
2525         * gnus-sum.el (gnus-summary-delete-article): Force
2526         nnmail-expiry-target to 'delete, so that absolute deletion
2527         happens when absolute deletion is requested.
2528
2529 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2530         From Nevin Kapur <nevin@jhu.edu>.
2531
2532         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
2533         headers as empty headers.
2534
2535 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2536         From Jochen Hein <jochen@jochen.org>.
2537
2538         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
2539         correct typo.
2540         (gnus-emphasis-strikethru): New face.
2541
2542 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2543         From Jason Merrill <jason@redhat.com>.
2544
2545         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
2546         entire file for each of a sequence of missing articles.
2547
2548         * gnus-salt.el (gnus-binary-display-article): Respect an existing
2549         value for gnus-view-pseudos.
2550
2551         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
2552         avoid nreverse.
2553
2554 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2555         From Ted Zlatanov <teodor.zlatanov@divine.com>.
2556
2557         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
2558         (gnus-summary-mode-line-format-alist): Add %h for number of
2559         spams.
2560         (gnus-newsgroup-spam-marked): New variable.
2561         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
2562         (gnus-article-read-p, gnus-article-mark)
2563         (gnus-set-global-variables, gnus-set-global-variables)
2564         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
2565         (gnus-summary-mark-article-as-unread)
2566         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
2567         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
2568         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
2569
2570 2002-07-10  Simon Josefsson  <jas@extundo.com>
2571
2572         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
2573         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
2574
2575 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
2576
2577         * gnus-sum.el (gnus-summary-delete-article): Respect group
2578         parameters while expiring.
2579
2580 2002-07-08  Simon Josefsson  <jas@extundo.com>
2581
2582         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
2583         Enberg.
2584
2585 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2586
2587         * gnus-art.el (article-unsplit-urls): Only display MIME when this
2588         function is called interactively.  From Niklas Morberg.
2589
2590 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2591
2592         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
2593         cdaar to cdar and car.
2594
2595         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
2596         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
2597
2598 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2599
2600         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
2601         don't break a narrowed article.
2602
2603         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
2604         (nntp-open-via-rlogin-and-telnet): Ditto.
2605
2606 2002-07-02  Didier Verna  <didier@xemacs.org>
2607
2608         * nnmail.el (nnmail-split-methods): fix custom type.
2609
2610 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2611
2612         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
2613         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
2614
2615 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2616
2617         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
2618         (gnus-summary-resend-message): Use it.
2619
2620 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2621
2622         * nntp.el (nntp-via-rlogin-command-switches): New variable.
2623         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
2624
2625 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2626
2627         * message.el (message-font-lock-keywords): Don't fontify
2628         headers in the message body, only in the header.
2629         (message-font-lock-make-header-matcher): New function, used by
2630         message-font-lock-keywords.
2631         From Katsumi Yamaoka <yamaoka@jpl.org>.
2632
2633 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2634
2635         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
2636
2637 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2638
2639         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
2640
2641 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2642
2643         * message.el (message-font-lock-keywords): Revert 2002-06-22
2644         change.
2645
2646 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2647
2648         * message.el (message-font-lock-keywords): Put colon in header
2649         name match.
2650
2651 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2652
2653         * message.el (message-font-lock-keywords): Don't use header faces
2654         in the body.  Thanks to Stefan Monnier for the hint on the
2655         implementation.
2656
2657 2002-05-09  Miles Bader  <miles@gnu.org>
2658
2659         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
2660         (gnus-article-hide-citation): Respect it.
2661
2662 2002-04-12  Juanma Barranquero  <lektu@terra.es>
2663
2664         * pop3.el (pop3-open-server): Fix typo.
2665
2666 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
2667
2668         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
2669         instead of push to ignore duplicate to-(list|address) values.
2670         * nnmail.el (nnmail-cache-ignore-groups): New.
2671         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
2672
2673 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2674
2675         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
2676         before sending.  Suggested by Jan Rychter.
2677
2678 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2679
2680         * dgnushack.el (remove): New compiler macro.
2681         (last, coerce, subseq): Remove compiler macros for those built-in
2682         or unused functions.
2683
2684 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2685
2686         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
2687         sure to write byte-compiled versions of gnus-*-format-alist to
2688         .newsrc.eld.  From Simon Josefsson.
2689
2690 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2691
2692         * gnus-agent.el (gnus-agent-read-servers)
2693         (gnus-agent-write-servers): Put server name (string like
2694         "nnchoke:frumple") in the file instead of a server specification
2695         (Lisp expression like (nnchoke "frumple" ...parameters...)).
2696         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
2697
2698 2002-06-16  Simon Josefsson  <jas@extundo.com>
2699
2700         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
2701         Reiner Steib <4uce.02.r.steib@gmx.net>.
2702
2703 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2704
2705         * nnheader.el (nnheader-file-name-translation-alist): Set the
2706         default value for MS Windows systems.
2707
2708         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
2709
2710 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2711
2712         * message.el (message-beginning-of-line): Keep the region active
2713         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
2714
2715 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
2716
2717         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
2718         * gnus-msg.el (gnus-summary-reply): Ditto.
2719         * gnus-msg.el (gnus-summary-handle-replysign): New.
2720
2721 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2722
2723         * message.el (message-send-mail-with-sendmail): Kill errbuf even
2724         if sending failed.
2725
2726 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
2727
2728         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
2729         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
2730         to sign while encrypting.
2731
2732 2002-06-11  Simon Josefsson  <jas@extundo.com>
2733
2734         * gnus-int.el (gnus-request-move-article): Agent expire article if
2735         successfuly moved.
2736
2737         * nnweb.el (nnweb-google-create-mapping): Honors the value of
2738         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
2739
2740 2002-06-10  Simon Josefsson  <jas@extundo.com>
2741
2742         * gnus-int.el (gnus-request-expire-articles): Fix last change?
2743
2744 2002-06-09  Simon Josefsson  <jas@extundo.com>
2745
2746         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
2747
2748         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
2749
2750 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2751
2752         * flow-fill.el (fill-flowed): Ignore errors.
2753
2754 2002-06-06  Simon Josefsson  <jas@extundo.com>
2755
2756         * message.el (message-send-mail-with-sendmail): Improve error message.
2757
2758 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2759
2760         * message.el (message-interactive): Change default from nil to t.
2761         Better to be safe than to be fast.
2762
2763 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2764
2765         * message.el (message-send-mail-with-sendmail): Check return value
2766         from call-process-region.
2767
2768 2002-06-04  Simon Josefsson  <jas@extundo.com>
2769
2770         * gnus-msg.el (gnus-group-mail, gnus-group-news)
2771         (gnus-group-post-news, gnus-summary-mail-other-window)
2772         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
2773         gnus-article-copy to nil, thereby inhibiting the `header' posting
2774         style match to use data from last viewed article.
2775         Suggested by Hrvoje Niksic.
2776
2777 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2778
2779         * spam.el (spam-point-at-eol): New alias.
2780         (spam-parse-whitelist): Use it.
2781
2782 2002-06-03  Simon Josefsson  <jas@extundo.com>
2783
2784         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
2785         (nnmail-article-group): Use it.
2786
2787 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2788
2789         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
2790         so that code reading them won't be surprised.  From Jesper Harder
2791         <harder@ifa.au.dk>.
2792
2793 2002-05-29  Simon Josefsson  <jas@extundo.com>
2794
2795         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
2796         articles.
2797
2798         * gnus.el (gnus-agent-cache): Doc fix.
2799         (gnus-agent): Change default to t.
2800
2801         * gnus-agent.el (gnus-agent-expire): Make it accept optional
2802         ARTICLES, GROUP and FORCE parameters.
2803
2804 2002-05-28  Simon Josefsson  <jas@extundo.com>
2805
2806         * gnus-group.el (gnus-group-line-format): Doc fix.
2807
2808 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2809
2810         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
2811         original article before yanking.  From Jesper Harder
2812         <harder@ifa.au.dk>.
2813
2814 2002-05-26  Simon Josefsson  <jas@extundo.com>
2815
2816         * gnus-sum.el (gnus-summary-menu-split): New function.
2817         (gnus-summary-make-menu-bar): Split charset submenu.
2818         (gnus-summary-menu-maxlen): New variable.
2819         (gnus-summary-menu-split): Use it.
2820
2821 2002-05-25  Simon Josefsson  <jas@extundo.com>
2822
2823         * mml.el (mml-preview): Generate some headers.
2824
2825         * gnus.el (gnus-large-newsgroup): Fix :type.
2826
2827         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
2828         Agent cache NOV's by default now).
2829         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
2830
2831 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
2832
2833         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
2834         call to gnus-parent-id when we check for References loops.
2835         (gnus-summary-prepare-threads): Avoid simplifying every Subject
2836         twice by saving the simplified subject string in simp-subject.
2837
2838 2002-05-23  Simon Josefsson  <jas@extundo.com>
2839
2840         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
2841         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
2842
2843         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
2844         Niklas Morberg <niklas.morberg@axis.com>.
2845
2846 2002-05-22  Simon Josefsson  <jas@extundo.com>
2847
2848         * sieve.el (sieve-change-region): Define it before it is used.
2849
2850         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
2851         (gnus-summary-reply): Ask for confirmation when replying to news.
2852         Defaults to not ask.  From Benjamin Rutt
2853         <rutt+news@cis.ohio-state.edu>.
2854
2855         * nnimap.el (nnimap-nov-is-evil): Improve doc.
2856
2857 2002-05-21  Simon Josefsson  <jas@extundo.com>
2858
2859         * sieve-mode.el (sieve-manage): Fix autoloads.
2860
2861         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
2862         name (makes it work with recent Cyrus timsieved).
2863
2864 2002-05-20  Jason  <jbaker@cs.utah.edu>
2865         Trivial patch.
2866
2867         * gnus-art.el (gnus-request-article-this-buffer): Try
2868         reconnecting if you don't get the message.
2869
2870 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2871
2872         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
2873         Reply-To headers from the headers.
2874
2875 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2876
2877         * mm-url.el (mm-url-insert): Remove junk message.
2878
2879 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2880
2881         * nnslashdot.el (nnslashdot-request-list): Parse new html.
2882         (nnslashdot-use-front-page): New variable.
2883         (nnslashdot-request-list): Use it.
2884
2885         * mm-url.el (mm-url-timeout): New variable.
2886         (mm-url-retries): Ditto.
2887         (mm-url-insert): Use it.
2888
2889 2002-05-16  Simon Josefsson  <jas@extundo.com>
2890
2891         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
2892         (gnus-simplify-subject-functions): Mention g-s-a-w.
2893
2894 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
2895
2896         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
2897         nnmail-cache-insert.
2898         * nndiary.el (nndiary-request-accept-article): Ditto.
2899         * nnfolder.el (nnfolder-request-accept-article): Ditto.
2900         * nnimap.el (nnimap-request-accept-article): Ditto.
2901         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
2902         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
2903         * nnmbox.el (nnmbox-request-accept-article): Ditto.
2904         * nnmh.el (nnmh-request-accept-article): Ditto.
2905         * nnmail.el (nnmail-cache-insert): Change group to required,
2906         removed code which tried to figure out the group.
2907
2908 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
2909
2910         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
2911         messages. From Hans de Graaff <hans@degraaff.org>.
2912         * nnml.el (nnml-request-accept-article): Pass in the group name to
2913         nnmail-cache-insert, since it's available.
2914
2915 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
2916
2917         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
2918
2919 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2920         From Florian Weimer <fw@deneb.enyo.de>.
2921
2922         * gnus.el (subscribed): New group parameter.
2923         (gnus-find-subscribed-addresses): Use it.
2924
2925 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
2926
2927         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
2928         the default for pgpmime to support pgp v2.
2929         * mml-sec.el (mml-signencrypt-style): New accessor function to
2930         allow users to get/set the signencrypt style more easily without
2931         frobbing the alist directly.
2932         * mml.el (mml-generate-mime-1): Use accessor function.
2933
2934 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2935
2936         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
2937         parenthesis for "<" and ">".  Suggested by Andreas Schwab
2938         <schwab@suse.de>.
2939
2940 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2941
2942         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
2943         when intuiting the group the message is written to.  From Josh
2944         Huber <huber@alum.wpi.edu>.
2945
2946 2002-05-06  Simon Josefsson  <jas@extundo.com>
2947
2948         * gnus-topic.el (gnus-group-topic-parameters): Work when group
2949         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
2950
2951 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
2952
2953         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
2954         argument, and fixed compiler warning. (added autoload for
2955         gpg-encrypt).
2956
2957 2002-05-04  Simon Josefsson  <jas@extundo.com>
2958
2959         * mml1991.el (mml1991-function-alist): Doc fix.
2960
2961         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
2962         doesn't exist (for previewing messages without having Gnus
2963         started).
2964
2965         * mm-util.el (mm-coding-system-priorities): Defcustom.
2966
2967         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
2968
2969 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
2970
2971         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
2972         default.
2973         * mml-sec.el:
2974         * mml-sec.el (mml-signencrypt-style): New.
2975         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
2976         argument `sign'.
2977         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
2978         signencrypt.
2979         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
2980         * mml.el (mml-generate-mime-1): Changed logic so a part which is
2981         both signed & encryped is processed in one operation. (rather than
2982         two separate ops: sign, then encrypt)
2983         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
2984         indication if a message is signed by an expired key.
2985         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
2986         enables combined sign & encrypt operation. (this was always on
2987         before).
2988         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
2989
2990 2002-05-01  Simon Josefsson  <jas@extundo.com>
2991
2992         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
2993         server.
2994         (nnimap-mailbox-info): defvar instead of defvoo.
2995
2996 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2997
2998         * gnus.el: Oort Gnus v0.06 is released.
2999
3000 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3001
3002         * lpath.el: Bind url-package-version.
3003
3004 2002-05-01  Simon Josefsson  <jas@extundo.com>
3005
3006         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
3007         filename before deleting the group itself, because the presence of
3008         a group filename decides if long filenames are used or not.
3009
3010         * gnus-art.el (gnus-button-alist): Don't inline
3011         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
3012         without also modifying g-button-alist.
3013         (gnus-button-alist): Fix type to allow variable as well as regexp.
3014         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
3015         themselves, variables to its contents.
3016         (gnus-button-entry): Ditto.
3017
3018 2002-05-01  Simon Josefsson  <jas@extundo.com>
3019
3020         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
3021         UIDNEXT as a string.
3022
3023         * nnimap.el (nnimap-string-lessp-numerical): New function.
3024         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
3025         integers.
3026
3027 2002-04-29  Simon Josefsson  <jas@extundo.com>
3028
3029         * nnmail.el (nnmail-cache-insert): Accept optional group
3030         parameter.
3031
3032         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
3033         n-r-g-a is disabled.
3034
3035 2002-04-29  Simon Josefsson  <jas@extundo.com>
3036
3037         * nnimap.el (nnimap-split-fancy): Fix doc.
3038         (nnimap-split-fancy): Fix doc.
3039
3040         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
3041         (nnimap-mailbox-info): New internal variable.
3042         (nnimap-retrieve-groups): Implement faster new mail check.
3043
3044         * nnimap.el (nnimap-split-articles): Support
3045         nnmail-cache-accepted-message-ids.
3046         (nnimap-request-accept-article): Ditto.
3047
3048         * imap.el (imap-mailbox-status-asynch): New command.
3049
3050 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
3051
3052         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
3053         are no subscribed mail groups.
3054         - Strip quoted names when comparing addresses
3055
3056 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
3057
3058         * mm-decode.el (mm-text-html-renderer): Change customize type to
3059         const.
3060
3061         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
3062         (gnus-debug-exclude-variables): do.
3063
3064 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3065
3066         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
3067         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
3068
3069 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3070
3071         * dns.el (dns-make-network-process): New macro.
3072         (query-dns): Use it.
3073
3074 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3075
3076         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
3077         article-buffer.
3078
3079         * mm-url.el (mm-url-package-name): New variable.
3080         (mm-url-package-version): New variable.
3081         (mm-url-insert-file-contents): Bind url-package-name and
3082         url-package-version here.
3083         * nnrss.el (nnrss-insert-w3): Move the bindings.
3084
3085         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
3086         url-package-version. Trivial change from Andrew J Cosgriff
3087         <ajc@polydistortion.net>
3088
3089         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
3090         attachments. Trivial change from Peter 'Luna' Runestig
3091         <peter@runestig.com>.
3092
3093 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
3094
3095         * nnkiboze.el (nnkiboze-request-scan): Call
3096         nnkiboze-possibly-change-group.
3097         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
3098         problems.
3099         (nnkiboze-generate-group): Set newsrc to the *highest* article
3100         number kibozed, not the lowest.
3101
3102 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
3103
3104         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
3105
3106 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3107         From Dan Christensen <jdc+news@uwo.ca>.
3108
3109         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
3110         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
3111         Recognize math postings.  Extract Date (now ignores "(15kb)").
3112         Extract email address using gnus-extract-address-components
3113         instead of just taking the first word.  Create Date and From
3114         headers for message which are missing these headers.  Get rid
3115         of spurious \\ lines (purely cosmetic).  Extend body-end and
3116         file-end regexps, to exclude more garbage from the message.
3117         Make URL rephrasing regexp more flexible, to match current
3118         format.
3119
3120 2002-04-23  Simon Josefsson  <jas@extundo.com>
3121
3122         * netrc.el: New file, functions copied from gnus-util.el by Ted
3123         Zlatanov <tzz@lifelogs.com>.
3124
3125         * gnus-util.el: Require netrc.
3126         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
3127         new code in netrc.el.
3128
3129 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3130
3131         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
3132         message-ignored-resent-headers, too.  From Matthieu Moy
3133         <Matthieu.Moy@imag.fr>.
3134
3135 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
3136
3137         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
3138         boolean not a string
3139         * gnus-group.el (gnus-group-line-format): add description of %C
3140         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
3141           as %C
3142         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
3143
3144 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
3145
3146         * nnmaildir.el (nnmaildir-request-scan): typo: set
3147         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
3148         nnmail-get-new-mail for 'find-new-groups.
3149
3150 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
3151
3152         * nnmaildir.el (nnmaildir-request-update-info,
3153         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
3154         unnecessary calls to nnmaildir-request-scan.
3155
3156 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
3157
3158         * gnus-msg.el:
3159         * gnus-msg.el (gnus-message-replysign): New.
3160         * gnus-msg.el (gnus-message-replyencrypt): New.
3161         * gnus-msg.el (gnus-message-replysignencrypted): New.
3162         * gnus-msg.el (gnus-summary-reply): Use the three new variables
3163         (above) to automatically encrypt/sign to encrypted/signed
3164         messages.
3165         * message.el:
3166         * message.el (message-mode-map): Add keybinding for
3167         `message-to-list-only'
3168         * message.el (message-mode): Add description for
3169         `message-to-list-only'
3170         * message.el (message-to-list-only): New.
3171         * message.el (message-make-mft): Changed to use the cl loop macro,
3172         and added optional flag to return only the matched list. (for use
3173         in new message-to-list-only function)
3174
3175 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
3176
3177         * gnus-msg.el:
3178         * gnus-msg.el (gnus-message-replysign):
3179         * gnus-msg.el (gnus-replysign): New.
3180         * gnus-msg.el (gnus-replyencrypt): New.
3181         * gnus-msg.el (gnus-replysignencrypted): New.
3182         * gnus-msg.el (gnus-summary-reply):
3183         * message.el:
3184         * message.el (message-mode-map):
3185         * message.el (message-mode):
3186         * message.el (message-to-list-only): New.
3187         * message.el (message-make-mft):
3188
3189 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3190
3191         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
3192
3193 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
3194
3195         * message.el (message-gen-unsubscribed-mft): accept a prefix
3196         argument so CC can be included with C-u C-c C-f C-a
3197
3198 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3199         From Ted Zlatanov <teodor.zlatanov@divine.com>.
3200
3201         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
3202         Improve docstring.
3203         (spam-enter-blacklist): New command.
3204
3205         * gnus-sum.el (gnus-spam-mark): New mark.
3206         (gnus-auto-expirable-marks): Add gnus-spam-mark.
3207         (gnus-summary-make-tool-bar): Correct conditional.
3208         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
3209         (gnus-summary-mark-as-spam): New command.
3210
3211 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
3212
3213         * mml-sec.el (mml-secure-message): changed to support arbritrary
3214         modes.
3215         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
3216         changed to support "signencrypt" mode.
3217         * mml.el (mml-parse-1): changed to support different secure modes
3218         more easily. (for signencrypt)
3219
3220 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
3221
3222         * gnus-sum.el (gnus-update-summary-mark-positions)
3223         (gnus-summary-toggle-header):
3224         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
3225         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
3226         (gnus-uu-post-encoded):
3227         * nnfolder.el (nnfolder-possibly-change-group):
3228         * nnimap.el (nnimap-retrieve-headers):
3229         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
3230
3231 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
3232
3233         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
3234         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
3235
3236 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3237
3238         * gnus-srvr.el (gnus-server-set-info): Clear
3239         `gnus-server-method-cache' when `gnus-server-alist' is changed.
3240         From Daiki Ueno <ueno@unixuser.org>.
3241
3242 2002-04-11  Simon Josefsson  <jas@extundo.com>
3243
3244         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
3245         viewing of security buttons.  Thanks to Nicolas Kowalski
3246         <Nicolas.Kowalski@imag.fr>.
3247
3248         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
3249         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
3250         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
3251         <Nicolas.Kowalski@imag.fr>.
3252         (smime-decrypt-buffer): Ditto.
3253
3254 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3255
3256         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
3257         header line.
3258
3259 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
3260
3261         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
3262
3263 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3264
3265         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
3266
3267 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3268
3269         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
3270         errors when debug.
3271
3272 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
3273
3274         * message.el (message-make-mft): Changed MFT code from using
3275         message-recipients (which included Bcc) to use only the To and CC
3276         headers.
3277
3278 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
3279
3280         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
3281         add link.
3282         (gnus-treat-mail-picon): Ditto.
3283         (gnus-treat-newsgroups-picon): Ditto.
3284         (gnus-picon-databases): Fix custom type.
3285         (gnus-picon-databases): Add link.
3286         (gnus-article-x-face-command): Add to gnus-picon group.
3287
3288 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
3289
3290         * message.el (message-buffer-naming-style): Remove.
3291
3292 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3293
3294         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
3295
3296         * message.el (message-tool-bar-map): Ditto.
3297
3298         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3299
3300 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3301
3302         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
3303
3304 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
3305
3306         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
3307
3308 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
3309         Trivial patch.
3310
3311         * dns.el: open-network-stream under XEmacs does udp.
3312
3313 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
3314
3315         * spam.el (spam-enter-whitelist): New function.
3316         (spam-parse-whitelist): Ditto.
3317         (spam-refresh-list-cache): Ditto.
3318         (spam-address-whitelisted-p): New function.
3319
3320         * dns.el (query-dns): Use TCP when make-network-process isn't
3321         available.
3322         (dns-servers): New variable.
3323         (dns-parse-resolv-conf): New function.
3324         (query-dns): Use it.
3325
3326         * spam.el: New file.
3327
3328         * dns.el (query-dns): Test.
3329
3330 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3331
3332         * lpath.el (featurep): Bind make-network-process.
3333
3334 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
3335
3336         * nnmaildir.el: Use defstruct.  Use a single copy of
3337         nnmail-extra-headers to save memory.  Store server's group name
3338         prefix instead of each group's prefixed name.
3339         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
3340         nntp-server-buffer.
3341
3342 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3343
3344         * dns.el: New file.
3345
3346 2002-03-28  Simon Josefsson  <jas@extundo.com>
3347
3348         * gnus-sum.el (gnus-summary-dummy-line-format):
3349         * gnus.el (gnus-summary-line-format): Fixing links to Info.
3350         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
3351
3352 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3353
3354         * gnus-sum.el (gnus-summary-move-article)
3355         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
3356         the doc string.
3357
3358 2002-03-28  Simon Josefsson  <jas@extundo.com>
3359
3360         * mml-sec.el (mml-secure-message): Search after
3361         mail-header-separator from top of message.
3362
3363 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
3364
3365         * nnmaildir.el: Cosmetic changes.
3366         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
3367         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
3368         nnmaildir--group-ls): New macros/functions.  Use them.
3369         (nnmaildir--unlink): Evalutate argument only once.
3370
3371 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
3372
3373         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
3374         symbols.
3375         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
3376         `gnus-point-at-eol'.
3377
3378 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
3379
3380         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
3381         nnmaildir--marks-dir): New macros.  Use them.
3382         Use inhibit-quit for atomicity instead of in-memory journaling.
3383         (nnmaildir--edit-prep): New function.
3384         (Local Variables): Use it.
3385
3386 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
3387
3388         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3389
3390 2002-03-25  Simon Josefsson  <jas@extundo.com>
3391
3392         * message.el (message-mode): Fix doc.
3393
3394 2002-03-25  Simon Josefsson  <jas@extundo.com>
3395
3396         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
3397         Matthieu Moy <Matthieu.Moy@imag.fr>.
3398
3399 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
3400
3401         * mml-sec.el (mml-unsecure-message): Add docstring.
3402
3403 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
3404
3405         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
3406         value.
3407         Trivial change from andre@slamdunknetworks.com
3408
3409 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
3410
3411         * mml.el (mml-mode-map): Added a keybinding for
3412         `mml-unsecure-message'.  Also, added a menu entry for said
3413         function in the Attachments menu.
3414
3415 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3416
3417         * canlock.el (canlock-version): Remove.
3418         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
3419         here; simplify \x insertions.
3420         (canlock-sha1): New function, always return a unibyte string.
3421         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
3422         of a password.
3423         (canlock-insert-header): Use `canlock-sha1'.
3424         (canlock-verify): Ditto.
3425
3426 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3427
3428         * message.el (message-fix-before-sending): Add an option that
3429         ignores illegible text.
3430         Trivial change from Mark Milhollan <mlm@attglobal.net>
3431
3432         * message.el (message-font-lock-keywords): Support multi-line MML
3433         tags.
3434
3435         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
3436         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
3437
3438 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3439
3440         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
3441         symbols for "View as different encoding" submenu.
3442
3443 2002-03-19  Simon Josefsson  <jas@extundo.com>
3444
3445         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
3446         encoding" submenu.
3447
3448 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3449
3450         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
3451
3452 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3453
3454         * gnus-sum.el (gnus-sum-thread-tree-root)
3455         (gnus-sum-thread-tree-single-indent)
3456         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
3457         (gnus-sum-thread-tree-leaf-with-other)
3458         (gnus-sum-thread-tree-single-leaf): Make customizable.
3459
3460 2002-03-16  Simon Josefsson  <jas@extundo.com>
3461
3462         * gnus-util.el (gnus-extract-address-components): Don't break on
3463         names such as James "Kibo" Parry.  From Francis Litterio
3464         <franl@world.std.com>.
3465
3466 2002-03-13  Simon Josefsson  <jas@extundo.com>
3467
3468         * pop3.el (pop3-open-server): Revert multibyte change.  From
3469         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
3470
3471         * message.el (message-send-mail-with-qmail): Make it work.  From
3472         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
3473
3474 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
3475
3476         * message.el (message-make-mft): Set case-fold-search while
3477         generating the MFT.  Also, a little cleanup in the MFT code.
3478
3479 2002-03-12  Simon Josefsson  <jas@extundo.com>
3480
3481         * message.el (message-qmail-inject-args): May be function.
3482         (message-send-mail-with-qmail): Call function if m-q-i-a is
3483         function.  From fn@hungry.org (Faried Nawaz).
3484
3485 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3486
3487         * message.el (message-abbrevs-loaded): Remove.
3488         (mailabbrev): Require it.
3489
3490         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
3491
3492 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3493
3494         * pop3.el (pop3-open-server): Set process buffer unibyte.
3495
3496 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3497
3498         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
3499
3500 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3501
3502         * nnslashdot.el (nnslashdot-request-article): Remove javascript
3503         too.
3504
3505 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3506
3507         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
3508         duplication.
3509         (gnus-summary-save-parts-type-history): Ditto.
3510         (gnus-summary-save-parts-last-directory): Ditto.
3511         Trivial change from andre@slamdunknetworks.com
3512
3513 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
3514
3515         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
3516
3517 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3518
3519         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
3520         -->" as the end of the first article.
3521
3522         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
3523         From Matthieu Moy <Matthieu.Moy@imag.fr>
3524
3525         * message.el (message-add-action): Use add-to-list.
3526         (message-delete-action): New function.
3527
3528         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
3529         pieces.
3530
3531 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
3532
3533         * nnnil.el: New file.
3534         * gnus.el (gnus-valid-select-methods): Include nnnil.
3535
3536 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
3537
3538         * message.el (message-syntax-checks): Because canlock is
3539         supported, we disable sender syntax check.
3540         (message-shoot-gnksa-feet): Add cancel-messages option doc.
3541
3542         * gnus-draft.el (gnus-draft-send): If interactive, use its default
3543         value of message-syntax-checks.
3544
3545         * qp.el (quoted-printable-decode-region): Doc addition.
3546         From: Eli Zaretskii <eliz@is.elta.co.il>
3547
3548         * mail-source.el (make-source-make-complex-temp-name): Use
3549         make-temp-file.
3550
3551         * mm-util.el (mm-make-temp-file): New function.
3552         * nneething.el (nneething-file-name): Use it.
3553         * mml-smime.el (mml-smime-encrypt): Ditto.
3554         * mm-view.el (mm-inline-wash-with-file): Ditto.
3555         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
3556         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
3557         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
3558         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
3559         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
3560         * gnus-art.el (gnus-mime-print-part): Ditto.
3561
3562 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
3563
3564         * message.el (nnmaildir-article-number-to-base-name): New
3565         function.
3566         (nnmaildir-base-name-to-article-number): New function.
3567
3568 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3569
3570         * smime.el (smime-make-temp-file): Don't quote
3571         `temporary-file-directory'.
3572
3573 2002-03-04  Simon Josefsson  <jas@extundo.com>
3574
3575         * smime.el (smime-sign-region): Rename argument keyfiles to
3576         keyfile. You only sign something with one key.
3577         (smime-sign-buffer): Better completing-read prompt.
3578         (smime-decrypt-buffer): Ditto.
3579
3580         * smime.el (smime-make-temp-file): Make it work under XEmacs.
3581
3582         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
3583         completing-read.
3584         (mm-view-pkcs7-decrypt): CRLF->LF.
3585
3586 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
3587
3588         * message.el (message-hierarchical-addresses): New variable.
3589         (message-get-reply-headers): Use it.
3590         From Ted Zlatanov <teodor.zlatanov@divine.com>
3591
3592 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
3593
3594         * message.el (message-mode): If buffer-file-name, don't set auto
3595         save file name.
3596         Trivial change from Geoff Greene <ggreene@wpi.edu>
3597
3598 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3599
3600         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
3601         takes one argument in read-char.
3602
3603         * message.el (message-fix-before-sending): Forward a char.
3604         Check mmu-multibyte-p, add control-1.
3605
3606 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3607
3608         * gnus-start.el (gnus-read-init-file): Ditto.
3609
3610         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
3611
3612         * dgnushack.el (dgnushack-make-load): Ditto.
3613
3614         * mail-source.el (mail-source-fetch): Extract the right error
3615         code.
3616
3617         * message.el (message-fix-before-sending): Check illegible text.
3618
3619         * gnus-util.el (gnus-multiple-choice): New function.
3620
3621         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
3622         also defined in gnus-score.el.
3623
3624 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
3625
3626         * message.el (message-get-reply-headers): downcase email addresses
3627         for comaparisons for duplicate removal.
3628
3629 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3630
3631         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
3632         implementation of PKCS#7, which just allows users read the
3633         message.
3634         (mm-view-pkcs7): Use it.
3635
3636 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3637
3638         * gnus.el (large-newsgroup-initial): New parameter.
3639
3640         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
3641         (gnus-summary-insert-old-articles): Ditto.
3642
3643 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3644
3645         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
3646         used as the default answer of the question, "How many articles?".
3647         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
3648
3649         * nnagent.el (nnagent-retrieve-headers): Remove articles with
3650         small numbers.
3651
3652 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3653
3654         * deuglify.el: Fix comments.
3655
3656 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
3657
3658         * html2text.el (html2text-clean-anchor): If there is no HREF,
3659         insert nothing.
3660
3661         * mml.el (mml-generate-mime-1): Add cdr.
3662         From: andre@slamdunknetworks.com
3663
3664         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
3665         (mm-text-html-washer-alist): Ditto.
3666
3667         * mm-decode.el (mm-text-html-renderer): Add html2text.
3668
3669         * html2text.el: Face lift.
3670
3671         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
3672
3673 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
3674
3675         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
3676
3677         * deuglify.el: Change copy right. Add autoload. Add coding-system.
3678
3679         * deuglify.el: New file. The original file name is
3680         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
3681
3682         * mm-decode.el (mm-display-external): Use
3683         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
3684
3685 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
3686
3687         * nnmaildir.el (nnmaildir-request-list): Report the highest
3688         article number, not the total number of articles.
3689
3690 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3691
3692         * gnus-sum.el: Move uu key map here.
3693         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
3694
3695 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
3696
3697         * nnmaildir.el (nnmaildir-request-expire-articles): Use
3698         nnmail-expiry-wait* if expire-age parameter is not set.
3699
3700 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3701
3702         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
3703         function.
3704         (gnus-group-sort-selected-groups-by-real-name): New function.
3705         (gnus-group-make-menu-bar): Add sort by real name.
3706
3707         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
3708         rebuild.
3709         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
3710         nil as dependencies as well.
3711
3712 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3713
3714         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
3715         for mime-parts.
3716
3717         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
3718
3719         * gnus-group.el (gnus-group-name-decode): Don't test
3720         multibyte-string, because it breaks XEmacs.
3721         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
3722
3723         * message.el (message-send-mail): Be talkative.
3724
3725         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
3726         (mm-automatic-display): Ditto.
3727
3728         * mailcap.el (mailcap-mime-data): Ditto.
3729         From: Reiner Steib <4uce.02.r.steib@gmx.net>
3730
3731 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3732
3733         * many files: Remove trailing whitespaces, replace spc+tab with
3734         tab, replace leading whitespaces with tabs.
3735
3736 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
3737
3738         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
3739         articles with no body and no blank line after the header.
3740
3741 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3742
3743         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
3744         parts.
3745
3746         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
3747         non-ascii chars.
3748
3749         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
3750
3751         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
3752         w3-delay-image-loads.
3753         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
3754         (mm-w3-prepare-buffer): Ditto.
3755
3756         * mail-source.el (mail-source-fetch-directory): Run scripts.
3757
3758 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3759
3760         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
3761         for Majordomo confirmations.
3762
3763 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3764
3765         * gnus-fun.el (gnus-respond-to-confirmation): New command.
3766
3767 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3768
3769         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
3770
3771 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
3772
3773         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
3774         References header field.  From Mark Thomas <mthomas@cmu.edu>.
3775
3776 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3777
3778         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
3779         (mm-inline-render-with-stdin): Ditto.
3780         (mm-inline-render-with-function): Ditto.
3781         (mm-inline-wash-with-file): Bind coding-system-for-write.
3782         (mm-inline-wash-with-stdin): Ditto.
3783
3784 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3785
3786         Suggested by Felix Natter <fnatter@gmx.net>
3787
3788         * gnus-art.el (gnus-mime-view-part-externally): Rename from
3789         gnus-mime-externalize-view.
3790         (gnus-mime-view-part-internally): Rename from
3791         gnus-mime-internalize-view.
3792         (gnus-article-view-part-externally): Rename from
3793         gnus-article-externalize-part.
3794         (gnus-mime-action-alist): Change correspondingly.
3795         (gnus-mime-button-commands): Ditto.
3796         (gnus-mime-action-alist): Remove duplication.
3797
3798         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
3799
3800 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3801
3802         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
3803
3804         * gnus-art.el (gnus-display-mime): Use it.
3805
3806         * mm-partial.el (mm-partial-find-parts): Use it.
3807
3808         * gnus-sum.el (gnus-article-loose-mime): Rename from
3809         gnus-article-no-strict-mime.
3810         (gnus-summary-save-parts): Use it.
3811
3812 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3813
3814         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
3815         local variable.
3816
3817         * gnus-art.el (article-display-x-face): Don't sort multiple
3818         X-Faces.
3819
3820 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3821
3822         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
3823         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
3824
3825         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
3826
3827 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3828
3829         Some ideas is inspired by code from Hrvoje Niksic
3830         <hniksic@arsdigita.com>
3831
3832         * gnus-art.el (gnus-article-wash-function): Set the default to
3833         nil, so that we use mm-text-html-renderer instead.
3834         (article-wash-html): Use mm-text-html-renderer.
3835
3836         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
3837         (mm-text-html-renderer): New variable.
3838         (mm-inline-text-html-renderer): Set the default to nil, so that we
3839         use mm-text-html-renderer instead.
3840
3841         * mm-view.el (mm-inline-text-html): New function.
3842         (mm-text-html-renderer-alist): New variable.
3843         (mm-inline-text-vcard): New function.
3844         (mm-inline-text): Split.
3845         (mm-links-remove-leading-blank): New function.
3846         (mm-inline-render-with-file): New function.
3847         (mm-inline-render-with-stdin): New function.
3848         (mm-inline-render-with-function): New function.
3849         (mm-text-html-washer-alist): New variable.
3850         (mm-inline-wash-with-file): New function.
3851         (mm-inline-wash-with-stdin): New function.
3852
3853 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3854
3855         * message-utils.el: Fix installation doc.
3856         From: Reiner Steib <4uce.02.r.steib@gmx.net>
3857
3858 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
3859
3860         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
3861         (gnus-post-method): Use it.
3862         (gnus-summary-cancel-article): Find the correct post-method.
3863
3864         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
3865         * message.el (message-send-news): Ditto.
3866         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
3867         <ipmonger@delamancha.org>
3868
3869         * gnus.el (gnus-select-method): Fix doc.
3870         (gnus-server-string): Use 'using nntp'.
3871
3872         * gnus-agent.el (gnus-slave-unplugged): New command.
3873         From: Felix Natter <fnatter@gmx.net>
3874
3875 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3876
3877         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
3878         Call edit-done-function first, then change the window
3879         configuration.
3880         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
3881         (gnus-article-edit-mode): mml-mode.
3882
3883         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
3884         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
3885
3886         * message-utils.el: Adopt the file.
3887
3888         * message-utils.el: New file.
3889         From Holger Schauer <Holger.Schauer@gmx.de>
3890
3891 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3892
3893         * gnus-sum.el (gnus-summary-move-article): Select-article only
3894         when gnus-move-split-methods is non-nil. And we don't render or
3895         mark the article.
3896
3897         * gnus-fun.el (gnus-shell-command-to-string): New function.
3898         (gnus-shell-command-on-region): New function.
3899         (gnus-random-x-face): Use them.
3900         (gnus-x-face-from-file): Ditto.
3901         (gnus-convert-image-to-gray-x-face): Ditto.
3902         (gnus-convert-gray-x-face-to-xpm): Ditto.
3903         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
3904
3905 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3906
3907         * gnus-art.el (gnus-treat-display-xface): Don't use
3908         `shell-command-to-string' when compiling.
3909         (gnus-treat-display-grey-xface): Ditto.
3910
3911 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
3912
3913         * nnmaildir.el (nnmaildir--article-count): If the group is
3914         completely empty, report minimum article number as 1 instead of 0.
3915
3916 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
3917
3918         * gnus-agent.el (gnus-get-predicate): Use nconc.
3919
3920         * gnus-sum.el (gnus-summary-display-make-predicate): Use
3921         gnus-summary-display-cache as cache.
3922
3923         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
3924         (nndoc-mail-in-mail-type-p): New function.
3925         (nndoc-mail-in-mail-article-begin): New function.
3926
3927 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3928
3929         * mailcap.el (mailcap-mime-data): Use enriched-decode.
3930
3931         * gnus-cite.el (gnus-article-fill-cited-article): Bind
3932         use-hard-newlines to nil.
3933
3934         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
3935         image is not available if window-system is not available.
3936
3937         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
3938
3939 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3940
3941         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
3942         bookmark, because update-mark doesn't handle it correctly.
3943
3944 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3945
3946         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
3947         directly instead of calling message-send-mail.
3948
3949         * gnus-start.el (gnus-read-descriptions-file): Use
3950         gnus-default-charset.
3951
3952         * mm-util.el (mm-guess-mime-charset): New function.
3953
3954         * gnus.el (gnus-default-charset): Use it.
3955         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
3956         the default.
3957
3958 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3959
3960         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
3961         (article-display-x-face): Use it.  Disable grey xface, if
3962         uncompface is not found.
3963
3964         * message.el (message-mode): Don't enable multibyte on an indirect
3965         buffer.
3966
3967         * nnrss.el (nnrss-content-function): New variable.
3968         (nnrss-request-article): Use it.
3969
3970 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3971
3972         * gnus.el: Add article-unsplit-urls.
3973         * gnus-sum.el: Ditto.
3974         * gnus-art.el (gnus-treat-strip-cr): New variable.
3975         (gnus-treatment-function-alist): Use it.
3976         (article-unsplit-urls): New function.
3977         (gnus-article-make-menu-bar): Use it.
3978         From: Michael Cook <michael.cook@cisco.com>
3979
3980 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3981
3982         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
3983         copy.
3984
3985 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
3986
3987         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
3988         with internal whitespace.
3989         (gnus-parent-id): Ditto.
3990
3991 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3992
3993         * gnus-art.el (gnus-article-treat-body-boundary): Add
3994         gnus-decoration property.
3995         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
3996
3997         * message.el (message-mode): Set local-abbrev-table.
3998         From Matt Armstrong <matt@lickey.com>.
3999
4000         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
4001         too many spaces.
4002
4003         * rfc2047.el (rfc2047-unfold-region): Ditto.
4004         (rfc2047-decode-region): Don't unfold. Let
4005         gnus-article-treat-unfold-headers do it.
4006
4007         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
4008         From: Jesper Harder <harder@ifa.au.dk>
4009
4010 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4011
4012         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
4013         (gnus-configure-posting-styles): Use it.
4014         (gnus-configure-posting-styles): Remove trailing newspaces.
4015
4016 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4017
4018         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
4019         is non-nil.
4020
4021         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
4022
4023         * gnus.el (gnus-server-to-method): Switch position with
4024         gnus-server-get-method.
4025         (gnus-agent): Add doc.
4026
4027         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
4028         (gnus-summary-save-parts): Use it.
4029
4030         * gnus-art.el (gnus-display-mime): Use it.
4031         * mm-partial.el (mm-partial-find-parts): Use it.
4032
4033         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
4034
4035         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
4036         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
4037
4038         * nnagent.el (nnagent-request-expire-articles): Don't delete
4039         files.
4040
4041 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
4042
4043         * message.el (message-gen-unsubscribed-mft): New function.
4044         From Sriram Karra <karra@cs.utah.edu>.
4045
4046         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
4047         open parenthesis.
4048
4049         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
4050         (mm-inline-text-html-render-with-w3): Ditto.
4051         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
4052         Suggested by Dave Love  <d.love@dl.ac.uk>.
4053
4054         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
4055
4056         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
4057         * nntp.el (nntp-send-command): Ditto.
4058         * nntp.el (nntp-send-command-nodelete): Ditto.
4059
4060 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4061
4062         * mm-url.el (mm-url-load-url): New function.
4063         (mm-url-insert-file-contents): Use it.
4064
4065         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
4066
4067         * message.el (message-forward-make-body): Correctly copy
4068         forward-buffer.
4069
4070         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
4071
4072 2002-02-04  Simon Josefsson  <jas@extundo.com>
4073
4074         * gnus-art.el (gnus-article-followup-with-original): Mark with
4075         force, prevent errors when following up from article buffer.
4076         (gnus-article-reply-with-original): Ditto.
4077
4078         * binhex.el (binhex-decoder-switches): Fix doc.  From
4079         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
4080
4081 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4082
4083         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
4084         highlight-citation after emphasize.
4085
4086 2002-02-04  Simon Josefsson  <jas@extundo.com>
4087
4088         * nnfolder.el (nnfolder-open-marks):
4089
4090         * nnml.el (nnml-open-marks): Message when done.  From David
4091         Edmondson <dme@sun.com>.
4092
4093 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4094
4095         * imap.el (imap-anonymous-auth): Fix typo.
4096         From: Steinar Bang <sb@dod.no>
4097
4098         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
4099         save-excursion.
4100         (gnus-cache-braid-heads): Ditto.
4101
4102         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
4103         line, because there are extra articles in the overview buffer.
4104
4105         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
4106
4107         * message.el (message-forward-rmail-make-body): Directly use
4108         rmail-msg-restore-non-pruned-header to avoid calling
4109         vertical-motion.
4110
4111 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4112
4113         * gnus-cache.el (gnus-summary-insert-cached-articles):
4114         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
4115
4116         * gnus-group.el (gnus-group-mark-article-read): Nreverse
4117         gnus-newsgroups-unselected.
4118
4119         * gnus-agent.el (gnus-summary-set-agent-mark): Use
4120         gnus-add-to-sorted-list.
4121
4122         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
4123         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
4124         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
4125         (gnus-update-read-articles): UNREAD is sorted.
4126         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
4127         (gnus-newsgroup-marked, gnus-newsgroup-cached)
4128         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
4129         (gnus-newsgroup-dormant): Require sorted.
4130
4131         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
4132         directories.
4133         (gnus-dired-print): New function.
4134
4135         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
4136         ps-despool.
4137
4138 2002-02-02  Simon Josefsson  <jas@extundo.com>
4139
4140         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
4141
4142 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4143
4144         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
4145         t. This makes gnus-agent customizable without putting
4146         gnus-agentize into .gnus.
4147
4148         * gnus.el (gnus-agent): Make it customizable.
4149
4150         * gnus-dired.el: New file.
4151         From Benjamin Rutt <brutt@bloomington.in.us>
4152
4153         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
4154         if no article.
4155         (gnus-cache-possibly-remove-article): Ditto.
4156         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
4157
4158 2002-02-01  Simon Josefsson  <jas@extundo.com>
4159
4160         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
4161
4162 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4163
4164         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
4165         (mm-setup-w3m): Don't bind keys listed in the above.
4166
4167 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4168
4169         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
4170         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
4171         is non-nil; bind `w3m-force-redisplay' with nil.
4172
4173         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4174
4175         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
4176
4177 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
4178
4179         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
4180         use mail-header-unfold-field.
4181
4182         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
4183         gnus-summary-limit.
4184
4185         * gnus-range.el (gnus-add-to-sorted-list): New function.
4186         * gnus-sum.el (gnus-mark-article-as-read): Use it.
4187         (gnus-mark-article-as-unread): Ditto.
4188         (gnus-summary-mark-article-as-unread): Ditto.
4189         (gnus-build-get-header): Ditto.
4190         (gnus-summary-prepare-threads): Ditto.
4191         (gnus-summary-insert-pseudos): Ditto.
4192         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
4193         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
4194         (gnus-summary-insert-old-articles): Ditto.
4195
4196         * gnus-msg.el (gnus-posting-styles): Add new format of header.
4197         (gnus-configure-posting-styles): Support the new format.
4198
4199         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
4200         edebug-form-spec to (sexp body).
4201         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
4202
4203         * message.el (message-reply-headers): Add doc.
4204
4205 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4206
4207         * gnus-group.el (gnus-group-delete-group): Nix the entry in
4208         gnus-cache-active-hashtb.
4209
4210         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
4211         (gnus-agent-summary-fetch-group): Use it.
4212
4213         * gnus-msg.el (gnus-debug-files): New variable.
4214         (gnus-debug-exclude-variables): New variable.
4215         (gnus-debug): Use them.
4216
4217         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
4218
4219 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4220
4221         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
4222         (message-mode-syntax-table): Move back the previous position.
4223
4224         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
4225
4226         * gnus-agent.el (gnus-agent-retrieve-headers): Use
4227         gnus-sorted-difference.
4228
4229         * nnsoup.el (nnsoup-request-expire-articles): Use
4230         gnus-sorted-difference.
4231
4232         * nnheader.el: Autoload gnus-sorted-difference.
4233
4234         * nnfolder.el (nnfolder-request-expire-articles): Use
4235         gnus-sorted-difference.
4236
4237         * gnus-cache.el (gnus-cache-retrieve-headers): Use
4238         gnus-sorted-difference.
4239
4240         * gnus-range.el: Autoload cookies.
4241         (gnus-sorted-difference): New function.
4242         (gnus-sorted-ndifference): New function.
4243         (gnus-sorted-nintersection): Rename from
4244         gnus-set-sorted-intersection.
4245         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
4246         (gnus-list-range-difference): Rename from
4247         gnus-inverse-list-range-intersection.
4248         (gnus-inverse-list-range-intersection): Use defalias.
4249
4250         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
4251         gnus-sorted-ndifference, and gnus-sorted-nintersection.
4252         (gnus-articles-to-read): Use gnus-sorted-difference.
4253         (gnus-summary-limit-mark-excluded-as-read): Use
4254         gnus-sorted-intersection and gnus-sorted-ndifference.
4255         (gnus-list-of-read-articles): Use gnus-list-range-difference.
4256         (gnus-summary-insert-articles): Use gnus-sorted-difference.
4257
4258         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
4259
4260 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4261
4262         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
4263         property to the buffer for using emacs-w3m command keys.
4264
4265         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
4266         option.
4267
4268         * mm-view.el (mm-w3m-mode-map): New variable.
4269         (mm-w3m-mode-command-alist): New variable.
4270         (mm-w3m-minor-mode): Removed.
4271         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
4272         (mm-inline-text-html-render-with-w3m): Add keymap property to the
4273         buffer for using emacs-w3m command keys.
4274
4275 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4276
4277         * message.el (message-mode-syntax-table): Move forward.
4278         (message-cite-prefix-regexp): Auto detect non word constituents.
4279         (message-cite-prefix-regexp): Don't use with-syntax-table.
4280
4281         * gnus-sum.el (gnus-summary-update-info): Use
4282         gnus-list-range-intersection.
4283
4284         * gnus-agent.el (gnus-agent-fetch-headers): Use
4285         gnus-list-range-intersection.
4286
4287         * gnus-range.el (gnus-range-normalize): Use correct predicate.
4288         (gnus-list-range-intersection): Use it.
4289         (gnus-inverse-list-range-intersection): Ditto.
4290         (gnus-sorted-intersection): Add doc.
4291         (gnus-set-sorted-intersection): Add doc.
4292         (gnus-sorted-union): New function.
4293         (gnus-set-sorted-union): New function.
4294
4295         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
4296         (gnus-inverse-list-range-intersection): Ditto.
4297
4298 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
4299
4300         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
4301
4302         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
4303         and permit `:' and `\' in order to handle full Windows pathnames.
4304         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
4305         technically not correct per standard, but seems to have common use.
4306
4307 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4308
4309         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
4310         replacing numbers.
4311
4312 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
4313
4314         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
4315
4316         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
4317         Don't split when the window is small, e.g. when a small *BBDB*
4318         window is the lowest one.
4319
4320         * gnus-agent.el (gnus-agent-retrieve-headers): Use
4321         nnheader-find-nov-line to speed up. Use nreverse, because it is
4322         sorted. Use nnheader-insert-nov-file.
4323
4324 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4325
4326         * mm-decode.el (mm-inline-text-html-with-images): New user option.
4327
4328         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
4329         of `w3m-display-inline-images' with the value of
4330         `mm-inline-text-html-with-images'.
4331         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
4332
4333         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4334
4335 2002-01-27  Richard M. Stallman  <rms@gnu.org>
4336
4337         * time-date.el: Add autoload cookies.  Many doc fixes.
4338         (time-add): New function.
4339         (time-subtract): Renamed from subtract-time.
4340         (subtract-time): New alias for time-subtract.
4341
4342 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4343
4344         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
4345         emacs-w3m in doc-string.
4346
4347         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
4348         `w3m-current-buffer'.
4349
4350 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4351
4352         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
4353
4354         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
4355         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
4356         (mm-w3m-cid-retrieve): New function.
4357         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
4358
4359 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4360
4361         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
4362
4363 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4364
4365         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
4366
4367 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4368
4369         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
4370         32K.
4371
4372         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
4373
4374         * nnmail.el (nnmail-article-group): Decode headers before running
4375         split rules over them.
4376         (nnmail-mail-splitting-charset): New variable.
4377
4378         * smiley.el: Replaced with smiley-ems.el.
4379
4380 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4381
4382         * mm-url.el (mm-url-predefined-programs): Add w3m.
4383         (mm-url-program): Ditto.
4384
4385 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4386
4387         * nnml.el (nnml-use-compressed-files): New variable.
4388         (nnml-filenames-are-evil): Removed.
4389         (nnml-current-group-article-to-file-alist): Don't use.
4390         (nnml-update-file-alist): Inhibit.
4391         (nnml-article-to-file): Use new var.
4392
4393 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4394
4395         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
4396
4397         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
4398
4399 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4400
4401         * gnus-agent.el (gnus-agent-load-alist): Use new caching
4402         function.
4403
4404         * gnus-util.el (gnus-cache-file-contents): New function.
4405
4406         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
4407         (gnus-agent-load-alist): Use it.
4408
4409         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
4410
4411         * nnheader.el (nnheader-insert-nov-file): New function.
4412
4413         * gnus-util.el (gnus-parse-without-error): Correct the loop.
4414
4415         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
4416         there are no references.
4417         (gnus-extract-message-id-from-in-reply-to): New function.
4418         (gnus-nov-parse-line): Use in-reply-to if there are no
4419         references.
4420
4421 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4422
4423         * nnagent.el (nnagent-retrieve-headers): Use new macro.
4424
4425         * gnus-util.el (gnus-parse-without-error): New macro.
4426
4427 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
4428
4429         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
4430         (gnus-article-wash-function): use locate-library to decide which
4431         to use.
4432
4433 2002-01-25  Simon Josefsson  <jas@extundo.com>
4434
4435         * pop3.el (pop3-munge-message-separator): Work if no date.
4436         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
4437
4438 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4439
4440         * gnus-agent.el (gnus-agent-save-alist): Fix.
4441
4442         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
4443         mistake.  Reinstated lost code.
4444
4445 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
4446
4447         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
4448         one exists in the case of an encrypted message with an internal
4449         signature.
4450
4451 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4452
4453         * gnus-agent.el (gnus-agent-save-alist): Optimized.
4454
4455 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4456
4457         * dgnushack.el: Commented out the experimental code.
4458
4459 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4460
4461         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
4462         error.
4463
4464         * gnus.el (gnus-server-to-method): Made into subst.
4465         (gnus-server-method-cache): New variable.
4466         (gnus-server-to-method): Use it.
4467         (gnus-group-method-cache): New variable.
4468         (gnus-find-method-for-group-1): Renamed.
4469         (gnus-find-method-for-group): New function.
4470         (gnus-group-method-cache): Removed.
4471
4472         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
4473         function.
4474
4475         * gnus-range.el (gnus-members-of-range): New function.
4476         (gnus-list-range-intersection): Renamed.
4477         (gnus-inverse-list-range-intersection): New function.
4478
4479         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
4480
4481         * nnagent.el (nnagent-retrieve-headers): New implementation.
4482
4483         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
4484         implementation.
4485
4486 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4487
4488         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
4489         `w3m-meta-content-type-charset-regexp'.
4490
4491         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
4492         charset-encoded html contents.
4493
4494 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4495
4496         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
4497         an empty file.
4498
4499         * nnweb.el (url): Ignore errors when request url.
4500
4501         * nnrss.el: Clean up the comments.
4502
4503 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4504
4505         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
4506
4507         * mm-decode.el (mm-inline-text-html-renderer): New user option.
4508         (mm-inline-media-tests): Test whether the value of
4509         `mm-inline-text-html-renderer' is a function for text/html.
4510
4511         * mm-view.el (mm-inline-text-html-render-with-w3): New function
4512         separated from `mm-inline-text'.
4513         (mm-w3m-minor-mode): New variable.
4514         (mm-w3m-setup): New variable.
4515         (mm-setup-w3m): New function.
4516         (mm-inline-text-html-render-with-w3m): New function.
4517         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
4518         text/html.
4519
4520 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
4521
4522         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
4523
4524 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4525
4526         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
4527         and `gnus-xmas-completing-read'.
4528
4529 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4530
4531         * nneething.el (nneething-message-id-number): Abolished.
4532         (nneething-encode-file-name): Not encode numerical characters.
4533         (nneething-make-head): `nneething-message-id-number' is not
4534         used to generate message IDs.
4535
4536 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4537
4538         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
4539         characters.
4540
4541 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4542
4543         * gnus-xmas.el (gnus-xmas-completing-read): New function.
4544         (gnus-xmas-redefine): Redefine conditionally.
4545
4546 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
4547
4548         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
4549         tag.
4550
4551 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
4552
4553         * message.el (message-font-lock-keywords): Added the secure tag.
4554         * mml-sec.el: Added functions to generate/modify/remove the secure
4555         tag while in message mode.
4556         * mml-sec.el (mml-secure-message): New.
4557         * mml-sec.el (mml-unsecure-message): New.
4558         * mml-sec.el (mml-secure-message-sign-smime): New.
4559         * mml-sec.el (mml-secure-message-sign-pgp): New.
4560         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
4561         * mml-sec.el (mml-secure-message-encrypt-smime): New.
4562         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
4563         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
4564         * mml.el (mml-parse-1): Added code to recognise the secure tag and
4565         convert it to either a part or multipart depending on if there are
4566         other parts in the message.
4567         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
4568         to use the secure tag, rather than the part tag.
4569         * mml.el (mml-preview): Added a save-excursion to keep cursor
4570         position after doing an MML preview.
4571
4572 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4573
4574         * nnheader.el (nnheader-parse-overview-file): New function.
4575         (nnheader-write-overview-file): New function.
4576
4577 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4578
4579         * gnus.el (gnus-group-fast-parameter): Check better if expansion
4580         in wanted.
4581
4582         * nnweb.el (nnweb-type-definition): Clean up.
4583
4584 2002-01-21  Alastair Burt  <burt@dfki.de>
4585         Trivial patch.
4586
4587         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
4588         buffer exists before jumping to it.
4589
4590 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4591
4592         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
4593         function.
4594         (article-wash-html): Use it.
4595         (gnus-article-wash-function): New variable.
4596         (gnus-article-wash-html-with-w3m): New function.
4597
4598 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4599
4600         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
4601         XEmacs.
4602
4603 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
4604
4605         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
4606         command line.
4607
4608 2002-01-21  Simon Josefsson  <jas@extundo.com>
4609
4610         * canlock.el (base64-encode-string): Autoload it from base64.
4611         (canlock-make-cancel-key): Base64 encode unibyte string.
4612
4613 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4614
4615         * nnfolder.el (nnfolder-request-accept-article): Unfold
4616         x-from-line.
4617         (nnfolder-request-replace-article): Ditto.
4618
4619 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
4620
4621         * gnus-group.el (gnus-group-best-unread-group): Use the right
4622         positioning function.
4623
4624 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4625
4626         * smiley-ems.el (smiley-region): Use new function.
4627         (smiley-update-cache): Use general image functions.
4628         (smiley-region): Use general functions.
4629
4630         * gnus-util.el (gnus-graphic-display-p): New function.
4631
4632         * nnmail.el (nnmail-article-group): Allow outputting traces of
4633         non-strings.
4634
4635         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
4636         (nndoc-exim-bounce-type-p): New function.
4637
4638         * message.el (message-dont-send): Doc fix.
4639
4640         * gnus-util.el (gnus-completing-read): Remove
4641         inherit-input-method.
4642
4643         * gnus-art.el (gnus-treat-smiley): Doc fix.
4644
4645         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
4646         articles.
4647
4648 2002-01-19  Simon Josefsson  <jas@extundo.com>
4649
4650         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
4651         (imap-kerberos4-open): Ditto.
4652         (imap-open): Set port correctly, don't set auth.
4653
4654 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4655
4656         * gnus.el (gnus-version-number): Bump version number.
4657
4658 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4659
4660         * gnus.el: Oort Gnus v0.05 is released.
4661
4662 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4663
4664         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
4665         exists.
4666
4667         * gnus-spec.el (gnus-string-width-function): New function.
4668         (gnus-tilde-cut-form): Use it.
4669         (gnus-tilde-max-form): Ditto.
4670         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
4671         (gnus-substring-function): Use it.
4672         (gnus-tilde-cut-form): Ditto.
4673         (gnus-substring-function): New function.
4674
4675         * message.el (message-check-news-header-syntax): New message.
4676
4677         * gnus.el (gnus-slave-no-server): Doc fix.
4678
4679         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
4680
4681 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4682
4683         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
4684         `seen' if it looks like (seen NUM1 . NUM2).  It should be
4685         (seen (NUM1 . NUM2)).
4686
4687 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4688
4689         * gnus-topic.el (gnus-topic-catchup-articles): Update article
4690         number in closed topics.
4691
4692 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
4693
4694         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
4695         functions.
4696
4697 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4698
4699         * gnus.el (gnus-group-find-parameter): Clean up.
4700
4701         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
4702         articles.
4703
4704         * gnus-util.el (gnus-completing-read-with-default): Renamed.
4705
4706         * nnmail.el (nnmail-article-group): Clean up.
4707
4708 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
4709
4710         * gnus-agent.el (gnus-category-name): Intern the category name.
4711
4712 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4713
4714         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
4715
4716         * gnus-util.el (gnus-completing-read): New function.
4717
4718 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4719
4720         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
4721
4722         * smiley-ems.el (smiley-region): Register smiley.
4723         (smiley-toggle-buffer): Rewrite the function.
4724         (smiley-active): Removed.
4725
4726 2002-01-19  Simon Josefsson  <jas@extundo.com>
4727
4728         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
4729         Jesper Harder <harder@ifa.au.dk>.
4730
4731 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4732
4733         * gnus-art.el (gnus-request-article-this-buffer): Call
4734         `nneething-get-file-name' to extract the file name from the
4735         message id.
4736
4737         * nneething.el (nneething-encode-file-name): New function.
4738         (nneething-decode-file-name): Ditto.
4739         (nneething-get-file-name): Ditto.
4740         (nneething-make-head): Encode the file name and encapsulate it
4741         into the field of the message id.
4742
4743 2002-01-18  Simon Josefsson  <jas@extundo.com>
4744
4745         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
4746         stored in .marks.
4747
4748         * nnfolder.el (nnfolder-request-update-info): Ditto.
4749
4750 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4751
4752         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
4753
4754 2002-01-18  Simon Josefsson  <jas@extundo.com>
4755
4756         * imap.el (imap-starttls-p): Don't check for binary.
4757         (imap-gssapi-auth-p): Ditto.
4758         (imap-kerberos4-auth-p): Ditto.
4759         (imap-open): Change logic.  Iterate through all possible streams,
4760         instead of bailing out after first failure.  Move authenticator
4761         decision to `imap-authenticate'.
4762         (imap-authenticate): Change logic, now finds the authenticator to
4763         use, was previously in `imap-open'.
4764         (imap-open): Return nil on failure.
4765         (imap-open): Setup temp buffer correctly.
4766         (imap-open): Return buffer only on success.
4767         (imap-interactive-login, imap-interactive-login): Tell the user
4768         which stream/authenticator is used for the queried
4769         username/password.
4770         (imap-open, imap-authenticate): Set variables.
4771         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
4772         (imap-open): Don't assume how `with-temp-buffer' is implemented.
4773
4774 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4775
4776         * gnus-fun.el (gnus-grab-cam-x-face): New function.
4777
4778 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4779
4780         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
4781
4782 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4783
4784         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
4785         (gnus-agent-group-mode-map): Bind it to "Jo".
4786         (gnus-agent-group-make-menu-bar): Add it into menu bar.
4787
4788 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
4789
4790         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
4791         (gnus-summary-mail-toolbar): Add mail article deletion button.
4792
4793         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
4794         false positives for lines of "^^^^".
4795
4796         * gnus-picon.el (gnus-picon-find-face): faces database is all
4797         lowercase.
4798
4799 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4800
4801         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
4802         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
4803         duplications.
4804         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
4805
4806 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4807
4808         * gnus-sum.el (gnus-summary-initial-limit): Inline
4809         gnus-summary-limit-children.
4810         (gnus-summary-initial-limit): Don't limit if
4811         gnus-newsgroup-display is nil.
4812         (gnus-summary-initial-limit): No, don't.
4813
4814         * gnus-util.el
4815         (gnus-put-text-property-excluding-characters-with-faces): Inline
4816         gnus-put-text-property.
4817
4818         * gnus-spec.el (gnus-default-format-specs): New variable.
4819
4820         * gnus-start.el (gnus-read-newsrc-file): Don't clear
4821         gnus-format-specs.
4822         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
4823
4824         * gnus-spec.el (gnus-update-format-specifications): Really check
4825         the Gnus version of the .newsrc.eld file.
4826         (gnus-format-specs): Save the new default summary format.
4827
4828         * gnus-util.el (gnus-parent-id): Check whether references is empty
4829         before splitting.
4830
4831         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
4832         functions.
4833         (gnus-gather-threads-by-references): Inline
4834         `gnus-split-references'.
4835
4836         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
4837         default value of gnus-summary-line-format-spec.
4838
4839 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4840
4841         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
4842         message.
4843         (nnslashdot-request-list): Ditto.
4844         (nnslashdot-sid-strip): Removed.
4845
4846 2002-01-15  Simon Josefsson  <jas@extundo.com>
4847
4848         * nnimap.el (nnimap-close-asynchronous): Enable.
4849         (nnimap-close-group): Expunge.
4850
4851 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4852
4853         * gnus-util.el (gnus-user-date-format-alist): Typo.
4854         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
4855
4856 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4857
4858         * nneething.el (nneething-request-article): Set
4859         `nnmail-file-coding-system' to `binary' locally, in order to read
4860         files without any conversion.
4861
4862 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4863
4864         * gnus-agent.el (gnus-agent-retrieve-headers): Use
4865         nnheader-file-coding-system and nnmail-active-file-coding-system.
4866         (gnus-agent-regenerate-group): Ditto.
4867         (gnus-agent-regenerate): Ditto.
4868         (gnus-agent-write-active): Ditto.
4869         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
4870
4871 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4872
4873         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
4874         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
4875
4876 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4877
4878         * gnus.el: We don't need gnus-article-show-all-headers.
4879
4880         * gnus-art.el (article-show-all, gnus-article-show-all-header):
4881         Ditto.
4882
4883         * gnus-sum.el (gnus-summary-select-article): Don't call
4884         show-all-headers, because hidden headers are not hidden text any
4885         more.
4886
4887 2002-01-13  Simon Josefsson  <jas@extundo.com>
4888
4889         * message.el (message-newline-and-reformat): Use `newline' instead
4890         of inserting \n, so that the newline is marked as hard.
4891
4892         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
4893         From Jesper Harder <harder@ifa.au.dk>.
4894
4895 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4896
4897         * imap.el (imap-close): Keep going if quit.
4898
4899         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
4900         nntp-server-buffer.
4901
4902 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4903
4904         * mm-view.el (mm-display-inline-fontify): Require font-lock to
4905         avoid unbinding shadowed variables.
4906
4907         * gnus-art.el (gnus-picon-databases): Moved here.
4908         (gnus-picons-installed-p): Moved here.
4909         (gnus-article-reply-with-original): Use `mark'.
4910
4911         * gnus.el (gnus-picon): Moved here and renamed.
4912
4913         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
4914         installed.
4915         (gnus-treat-mail-picon): Ditto.
4916         (gnus-treat-newsgroups-picon): Ditto.
4917
4918         * gnus-picon.el (gnus-picons-installed-p): New function.
4919
4920 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4921
4922         * gnus-agent.el (gnus-agent-go-online): Fix doc.
4923
4924 2002-01-12  Simon Josefsson  <jas@extundo.com>
4925
4926         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
4927         (nnimap-before-find-minmax-bugworkaround): Use it.
4928         (nnimap-find-minmax-uid): Don't reselect current mailbox.
4929         (nnimap-dont-close): New variable.
4930         (nnimap-close-group): Use it.
4931
4932 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4933
4934         * gnus-art.el (gnus-article-reply-with-original): Use
4935         `mark-active'.
4936
4937         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
4938
4939         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
4940         (gnus-score-advanced): Clean up.
4941         (gnus-score-advanced): Accept a multiple of the score.
4942
4943 2002-01-12  Simon Josefsson  <jas@extundo.com>
4944
4945         * flow-fill.el (fill-flowed-display-column)
4946         (fill-flowed-encode-columnq): New variables.  Suggested by
4947         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
4948         (fill-flowed-encode, fill-flowed): Use them.
4949
4950         * message.el (message-send-news, message-send-mail): Use
4951         m-b-s-n-p-e-h-n.
4952
4953         * mml.el (autoload): Autoload fill-flowed-encode.
4954         (mml-buffer-substring-no-properties-except-hard-newlines): New
4955         function.
4956         (mml-read-part): Use it.
4957         (mml-generate-mime-1): Encode format=flowed if appropriate.
4958         (mml-insert-mime-headers): Insert format=flowed.
4959
4960         * flow-fill.el (fill-flowed-encode): New function.
4961         (fill-flowed): Bind fill-column to window width.
4962
4963 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4964
4965         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
4966         it exists.
4967         (gnus-summary-setup-buffer): Wake up dead summary buffers.
4968         (gnus-summary-buffer-name): Don't return the dead name after all.
4969         (gnus-summary-setup-buffer): Kill the dead buffer.
4970
4971         * gnus-art.el (gnus-article-followup-with-original): Store the
4972         value of the mark before deactivating it.
4973
4974 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4975
4976         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
4977         From: Karl Kleinpaste <karl@charcoal.com>
4978
4979         * gnus-art.el (article-display-x-face): Ditto.
4980         (gnus-article-reply-with-original): Use gnus-region-active-p.
4981         (gnus-article-followup-with-original): Ditto.
4982
4983         * gnus-sum.el (gnus-summary-read-group-1): Don't select
4984         downloadable article either.
4985
4986 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4987
4988         * gnus-art.el (article-display-x-face): Insert From:.
4989
4990         * gnus-sum.el (gnus-summary-move-article): Don't draw the
4991         article. Bind gnus-display-mime-function and
4992         gnus-article-prepare-hook.
4993
4994         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
4995         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
4996         gnus-agent-possibly-synchronize-flags to the last.
4997         (gnus-agent-go-online): New function. New variable.
4998
4999 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5000
5001         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
5002         (gnus-agent-regenerate): Ditto.
5003
5004 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5005
5006         * message.el (message-ignored-news-headers)
5007         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
5008         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
5009
5010         * gnus.el (gnus-gethash-safe): New macro.
5011
5012         * gnus-agent.el (gnus-agent-regenerate-history): New function.
5013         (gnus-agent-regenerate): Show messages.
5014
5015 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5016
5017         * gnus-agent.el (gnus-agent-regenerate-group): New function.
5018         (gnus-agent-regenerate): New function.
5019         (gnus-agent-save-alist): Sort.
5020         (gnus-agent-copy-nov-line): Test eobp.
5021         (gnus-agent-retrieve-headers): Erase buffer.
5022
5023 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5024
5025         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
5026         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
5027
5028         * gnus.el (gnus-agent-covered-methods): Move here.
5029         (gnus-online): New function.
5030         (gnus-agent-method-p): Move here.
5031
5032         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
5033         nil. Remove articles-alist.
5034
5035         * gnus-start.el (gnus-get-unread-articles): Check online.
5036         (gnus-groups-to-gnus-format): Ditto.
5037         (gnus-active-to-gnus-format): Ditto.
5038
5039         * gnus-agent.el (gnus-agent-get-function): Use it.
5040         (gnus-agent-get-undownloaded-list): Ditto.
5041         (gnus-agent-fetch-session): Only fetch online methods.
5042
5043         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
5044         (gnus-server-mode-map): Ditto.
5045         (gnus-server-offline-face): New face.
5046         (gnus-server-offline-face): New variable.
5047         (gnus-server-font-lock-keywords): Add offline.
5048         (gnus-server-insert-server-line): Ditto.
5049         (gnus-server-offline-server): New function.
5050
5051         * gnus-int.el (gnus-open-server): Turn to offline.
5052         (gnus-server-unopen-status): New variable.
5053
5054 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5055
5056         * nnkiboze.el (nnkiboze-request-article): Use
5057         gnus-agent-request-article.
5058
5059         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
5060         function. Insert undownloaded NOV.
5061
5062         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
5063         (gnus-agent-request-article): New function.
5064
5065         * gnus.el (gnus-agent-cache): New variable.
5066
5067         * gnus-int.el (gnus-retrieve-headers): Use
5068         gnus-agent-retrieve-headers.
5069         (gnus-request-head): Use gnus-agent-request-article.
5070         (gnus-request-body): Ditto.
5071
5072         * gnus-art.el (gnus-request-article-this-buffer): Use
5073         gnus-agent-request-article.
5074
5075         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
5076         article if it is undownloaded.
5077
5078 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5079
5080         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
5081
5082 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5083
5084         * canlock.el (canlock-string-as-unibyte): New macro.
5085         (canlock-sha1-with-openssl): Return a unibyte string.
5086         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
5087
5088 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5089
5090         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
5091
5092 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5093
5094         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
5095         application/x-emacs-lisp.
5096
5097         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
5098
5099         * nntp.el (nntp-request-article): Add group parameter.
5100         (nntp-request-head): Ditto.
5101         (nntp-find-group-and-number): Add parameter group. Figure out
5102         number if the status line doesn't give (e.g. quimby.gnus.org).
5103
5104 2002-01-08  Simon Josefsson  <jas@extundo.com>
5105
5106         * mml.el (mml-generate-mime-1): Set recipient correctly.
5107
5108 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5109
5110         * message.el (message-read-from-minibuffer): Add parameter
5111         initial-contents.
5112         * gnus-msg.el (gnus-summary-resend-message): Use it.
5113
5114         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
5115         behavior of quit-config.
5116
5117         * message.el (message-make-from): Don't quote fullname.
5118         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
5119
5120         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
5121         From: <andre@slamdunknetworks.com>
5122
5123 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5124
5125         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
5126
5127         * gnus-art.el (gnus-header-button-alist): Handle mailto.
5128
5129         * mml.el (mml-preview): Bind gnus-original-article-buffer because
5130         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
5131         because bbdb may use it.
5132
5133 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5134
5135         * nneething.el (nneething-request-article): When a non-text file
5136         is converted to an article, its data is encoded in base64.  Call
5137         `nneething-make-head' with options to specify MIME types.
5138         (nneething-make-head): Add optional arguments to specify MIME
5139         types.
5140
5141 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5142
5143         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
5144         header if there is not.
5145
5146         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
5147
5148         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
5149         (gnus-inews-mark-gcc-as-read): Obsolete variable.
5150         (gnus-inews-do-gcc): Use them.
5151
5152         * gnus-group.el (gnus-group-mark-article-read): Put holes into
5153         gnus-newsgroup-unselected.
5154
5155 2002-01-06  Simon Josefsson  <jas@extundo.com>
5156
5157         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
5158         condition-case, not ignore-errors.
5159
5160 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5161
5162         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
5163         gnus-fetch-old-headers.
5164
5165         * gnus-art.el (article-display-x-face): Use the current buffer
5166         unless `W f'. Otherwise, X-Face may be shown in the header of a
5167         forwarded part.
5168         (gnus-treatment-function-alist): Treat xface before hiding
5169         headers.
5170
5171 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5172
5173         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
5174         parameters.
5175
5176 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5177
5178         * mm-util.el (mm-multibyte-p): Define conditionally when load.
5179         (mm-guess-charset): New function.
5180         (mm-charset-after): Use it.
5181         (mm-detect-coding-region): New function.
5182         (mm-detect-mime-charset-region): New function.
5183
5184         * gnus-sum.el (gnus-summary-show-article): Use
5185         mm-detect-coding-region.
5186
5187 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5188
5189         * message.el (message-make-fqdn): Be less violent.
5190
5191         * gnus.el (gnus-logo-color-style): Compute custom form
5192         automatically.
5193
5194         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
5195         score file of the parent to the document group.
5196
5197         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
5198         parameters parameter.
5199
5200         * gnus-score.el (gnus-score-load-file): Clean up.
5201
5202 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5203
5204         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
5205         From: Damien Wyart <damien.wyart@free.fr>
5206
5207         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
5208
5209 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5210
5211         * gnus-sum.el (gnus-select-group-hook): Typo.
5212
5213         * rfc2047.el (rfc2047-decode-string): Return immediately if there
5214         is no quoted-printable-encoded STRING.
5215         From: Jesper Harder <harder@ifa.au.dk>
5216
5217         (rfc2047-decode-string): Decode it.
5218
5219 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5220
5221         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
5222
5223 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
5224         Trivial patch.
5225
5226         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
5227         buffer to get rid of junk line.
5228
5229 2002-01-05  Simon Josefsson  <jas@extundo.com>
5230
5231         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
5232         C-o.
5233         (message-mode-map): Bind message-insert-or-toggle-importance to
5234         C-c C-u.
5235         (message-mode-map): Bind message-disposition-notification-to to
5236         C-c M-n.
5237         (message-mode-menu): Add m-d-n-t.
5238         (message-mode-field-menu): Add m-goto-from.
5239         (message-mode): Doc fix.
5240         (message-goto-from): New function.
5241         (message-insert-disposition-notification-to): New function.
5242         (message-tool-bar-map): Add receipt button.
5243
5244 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5245
5246         * gnus-sum.el (gnus-thread-latest-date): New function.
5247         (gnus-thread-sort-by-most-recent-number): Renamed.
5248         (gnus-thread-sort-functions): Doc fix.
5249         (gnus-select-group-hook): Don't use setq on a hook.
5250         (gnus-thread-latest-date): Use date, not number
5251
5252         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
5253         (gnus-agent-expire): Allow regexp of expire-days.
5254
5255         * gnus-art.el (gnus-article-reply-with-original): Deactivate
5256         region.
5257         (gnus-article-followup-with-original): Ditto.
5258
5259         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
5260
5261         * gnus-art.el (gnus-mime-display-alternative): Use
5262         gnus-local-map-property.
5263         (gnus-mime-display-alternative): Ditto.
5264         (gnus-insert-mime-security-button): Ditto.
5265         (gnus-insert-next-page-button): Ditto.
5266         (gnus-button-prev-page): Take optional args.
5267         (gnus-insert-prev-page-button): widget-convert.
5268
5269         * gnus-util.el (gnus-local-map-property): New function.
5270
5271         * gnus-art.el (gnus-prev-page-map): Use parent map.
5272         (gnus-next-page-map): Ditto.
5273
5274         * gnus-spec.el (gnus-parse-format): Clean up.
5275         (gnus-parse-format): Do complex formatting for %=.
5276
5277         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
5278         "X-Face: " to the data in the built-in scenario.
5279
5280         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
5281         (gnus-correct-pad-form): Renamed.
5282         (gnus-tilde-max-form): Clean up.
5283         (gnus-pad-form): Use gnus-use-correct-string-widths.
5284
5285         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
5286         support if that is available.
5287
5288         * gnus-sum.el (gnus-thread-highest-number): New function.
5289         (gnus-thread-sort-by-most-recent-thread): New function.
5290         (gnus-thread-sort-functions): Doc fix.
5291
5292 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5293
5294         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
5295         all cases.
5296         (gnus-summary-mode): Enable it in all cases.
5297         (gnus-summary-display-article): Ditto.
5298         (gnus-summary-edit-article): Ditto.
5299
5300         * gnus-ems.el (gnus-put-image): Really return glyph.
5301
5302         * gnus-art.el (gnus-article-x-face-command): Fix :type.
5303         (gnus-treat-smiley): Don't take "P" in the interactive form.
5304
5305 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5306
5307         * compface.el (uncompface): XEmacs and Emacs have differing
5308         capabilities.
5309
5310         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
5311
5312         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
5313         (gnus-article-xface-ring-size): Removed.
5314         (gnus-article-display-xface): Removed.
5315         (gnus-remove-image): Cleaned up.
5316
5317         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
5318         (gnus-xmas-create-image): Take pbm files.
5319         (gnus-x-face): Removed.
5320         (gnus-xmas-article-display-xface): Removed.
5321
5322         * gnus-fun.el (gnus-display-x-face-in-from): Bind
5323         default-enable-multibyte-characters.
5324
5325         * compface.el (uncompface): Doc fix.
5326
5327         * gnus-art.el (gnus-article-x-face-command): Use
5328         gnus-display-x-face-in-from.
5329
5330         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
5331
5332         * gnus-ems.el (gnus-put-image): Return the image.
5333
5334         * gnus-fun.el (gnus-display-x-face-in-from): New function.
5335         (gnus-x-face): Moved here.
5336
5337 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5338
5339         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
5340         invisible if string is nil.
5341         (gnus-xmas-article-display-xface): Use it.
5342
5343         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
5344         property when string is nil.
5345         (gnus-article-display-xface): Use it.
5346
5347 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5348
5349         * gnus-art.el (article-display-x-face): Check whether valid grey
5350         face was returned.
5351         (article-display-x-face): Place image in the right spot.
5352
5353         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
5354         stderr.
5355         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
5356
5357 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5358
5359         * gnus-xmas.el (gnus-xmas-create-image): Take optional
5360         parameters.
5361         (gnus-xmas-put-image): Allow non-strings to be passed.
5362
5363         * gnus-art.el (article-display-x-face): Use optional parameters.
5364
5365         * gnus-ems.el (gnus-create-image): Take optional parameters.
5366
5367         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
5368
5369         * compface.el (compface-xbm-p): Removed.
5370
5371         * gnus-ems.el (gnus-article-compface-xbm): Removed.
5372         (gnus-article-display-xface): Use compface.
5373
5374         * compface.el: New file.
5375
5376         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
5377         (gnus-convert-image-to-x-face-command): Ditto.
5378         (gnus-random-x-face): Quote argument.
5379         (gnus-x-face-from-file): Ditto.
5380
5381 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
5382
5383         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
5384         the expire-group parameter once per article rather than once
5385         per group; bind `nnmaildir-article-file-name' and `article'
5386         for convenience.  Leave article alone when expire-group
5387         specifies the current group.
5388         (nnmaildir--update-nov): be more concurrency-friendly with
5389         temp file names.
5390
5391 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5392
5393         * gnus-start.el (gnus-read-init-file): Cleaned up.
5394
5395 2002-01-03  Dave Love  <d.love@dl.ac.uk>
5396
5397         * gnus-start.el (gnus-startup-file-coding-system): Removed.
5398         (gnus-read-init-file): Don't use it.
5399
5400 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5401
5402         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
5403
5404 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5405
5406         * gnus-start.el (gnus-read-init-file): Don't force coding system
5407         for ~/.gnus.  From Dave Love <fx@gnu.org>.
5408
5409 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5410
5411         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
5412         * nnspool.el (nnspool-request-post): Ditto.
5413
5414         * mm-util.el (mm-use-find-coding-systems-region): New variable.
5415         (mm-find-mime-charset-region): Use it.
5416
5417 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
5418
5419         * gnus.el (gnus-summary-line-format): Added :link.
5420         * gnus-topic.el (gnus-topic-line-format): Ditto.
5421         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
5422         * gnus-srvr.el (gnus-server-line-format): Ditto.
5423         * gnus-group.el (gnus-group-line-format): Ditto.
5424
5425         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
5426         :keys, it works on both Emacsen.
5427
5428 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5429
5430         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
5431
5432 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5433
5434         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
5435
5436 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
5437
5438         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
5439         very wide reply.
5440
5441 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5442
5443         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
5444         (gnus-picon-cache): New variable.
5445         (gnus-picon-transform-newsgroups): Cache stuff.
5446
5447         * gnus-art.el (gnus-article-reply-with-original): New command.
5448         (gnus-article-followup-with-original): New command.
5449
5450         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
5451         END parameters.
5452         (gnus-summary-followup): Take a list of list of articles.
5453         (gnus-inews-yank-articles): Allow lists of article/regions.
5454
5455         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
5456         longer the usual commands.
5457
5458         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
5459         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
5460         shell-command-on-region.
5461
5462 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5463
5464         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
5465           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
5466
5467 2002-01-03  Steve Youngs  <youngs@xemacs.org>
5468
5469         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
5470         understand ':keys', wrap it in an featurep 'xemacs.
5471
5472 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5473
5474         * gnus-ems.el (gnus-article-display-xface): Show xface in the
5475         order of headers (Actually, it is called in a reversed order). Add
5476         'gnus-image-text-deletable property.
5477         (gnus-remove-image): Remove text with such a property.
5478
5479         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
5480         gnus-put-image.
5481
5482         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
5483         with ", "
5484
5485 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5486
5487         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
5488
5489         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
5490         (article-display-x-face): Display grey X-Faces.
5491
5492         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
5493         (gnus-convert-gray-x-face-to-ppm): Ditto.
5494         (gnus-convert-image-to-gray-x-face): Ditto.
5495
5496         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
5497         gnus-summary-show-raw-article.
5498
5499 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5500
5501         Display picons in XEmacs without showing text.
5502
5503         * gnus-xmas.el (gnus-xmas-create-image): Don't use
5504         mm-create-image-xemacs to create xbm glyph, because it deletes
5505         temporary files.
5506         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
5507         (gnus-xmas-remove-image): Make text visible, remove glyph.
5508
5509         * gnus-picon.el (gnus-picon-transform-newsgroups)
5510         (gnus-picon-transform-address): Insert spec backward, due to the
5511         incompatibility of gnus-xmas-put-image.
5512
5513 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5514
5515         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
5516
5517 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5518
5519         * gnus.el: Doc fix.
5520
5521         * gnus-art.el: Doc fix.
5522
5523         * gnus-agent.el: Doc fix.
5524
5525 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5526
5527         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
5528
5529 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
5530
5531         * nnmaildir.el (nnmaildir--update-nov): automatically parse
5532         NOV data out of the message again if nnmail-extra-headers has
5533         changed.
5534
5535 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5536
5537         * gnus-fun.el: New file.
5538         (gnus-convert-image-to-x-face-command): New variable.
5539         (gnus-insert-x-face): New function.
5540         (gnus-random-x-face): Renamed.
5541         (gnus-x-face-from-file): Renamed.
5542
5543         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
5544         "_".
5545         (gnus-body-boundary-delimiter): Typo fix.
5546
5547 2002-01-02  Simon Josefsson  <jas@extundo.com>
5548
5549         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
5550         (gnus-body-boundary-delimiter): Fix type.
5551
5552 2002-01-01  Simon Josefsson  <jas@extundo.com>
5553
5554         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
5555         (gnus-treat-emphasize, gnus-treat-strip-cr)
5556         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
5557         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
5558         (gnus-treat-fill-article, gnus-treat-hide-citation)
5559         (gnus-treat-hide-citation-maybe)
5560         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
5561         (gnus-treat-strip-pem, gnus-treat-strip-banner)
5562         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
5563         (gnus-treat-date-ut, gnus-treat-date-local)
5564         (gnus-treat-date-english, gnus-treat-date-lapsed)
5565         (gnus-treat-date-original, gnus-treat-date-iso8601)
5566         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
5567         (gnus-treat-strip-trailing-blank-lines)
5568         (gnus-treat-strip-leading-blank-lines)
5569         (gnus-treat-strip-multiple-blank-lines)
5570         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
5571         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
5572         (gnus-treat-display-xface, gnus-treat-display-smileys)
5573         (gnus-treat-from-picon, gnus-treat-mail-picon)
5574         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
5575         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
5576         (gnus-treat-play-sounds, gnus-treat-translate)
5577         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
5578
5579         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
5580         (gnus-article-treat-body-boundary): Use it.
5581
5582         * message.el (message-mode): Fix doc.
5583         (message-mode-menu): Fix names.
5584
5585 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5586
5587         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
5588         articles.
5589
5590         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
5591         (gnus-picon-transform-address): Search for unknown faces as well.
5592         (gnus-picon-find-face): Don't search "news" for MISC.
5593         (gnus-picon-user-directories): Changed default back to exclude
5594         "unknown".
5595
5596         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
5597
5598         * gnus-picon.el (gnus-picon-find-face): Search through all
5599         databases.
5600         (gnus-picon-find-face): New implementation.
5601
5602         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
5603         keystroke.
5604         (gnus-topic-goto-next-topic): Ditto.
5605
5606         * gnus.el (gnus-summary-line-format): Changed default.
5607
5608         * nnmail.el (nnmail-extra-headers): Change default.
5609
5610         * gnus-sum.el (gnus-extra-headers): Change default.
5611
5612         * message.el (message-news-other-window): Changed "news" to
5613         "posting".
5614         (message-news-other-frame): Ditto.
5615         (message-do-send-housekeeping): Ditto.
5616
5617         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
5618         function.
5619         (gnus-article-unread-p): New function.
5620         (gnus-article-unseen-p): New function.
5621         (gnus-dead-summary-mode-map): Typo.
5622
5623         * gnus-util.el (gnus-make-predicate): New function.
5624         (gnus-make-predicate-1): New function.
5625
5626         * gnus-sum.el: New function.
5627         (gnus-map-articles): New function.
5628
5629         * gnus-art.el (gnus-treat-fold-headers): New variable.
5630         (gnus-article-treat-fold-headers): New command and keystroke.
5631
5632         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
5633         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
5634
5635 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5636
5637         * message.el (message-fcc-externalize-attachments): New variable.
5638         (message-do-fcc): Use it.
5639
5640         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
5641         (gnus-inews-do-gcc): Use it.
5642
5643         * mml.el (mml-tweak-sexp-alist): New variable.
5644         (mml-externalize-attachments): New variable.
5645         (mml-tweak-part): Use mml-tweak-sexp-alist.
5646         (mml-tweak-externalize-attachments): New function.
5647
5648 2002-01-01  Steve Youngs  <youngs@xemacs.org>
5649
5650         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
5651         'set-glyph-face' so x-face back/foreground can be set.
5652
5653 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
5654
5655         * message.el (message-fix-before-sending): Fix a typo.
5656
5657 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5658
5659         * gnus-art.el (gnus-treat-smiley): Renamed command.
5660         (gnus-article-remove-images): New command and keystroke.
5661
5662         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
5663
5664         * smiley-ems.el (gnus-smiley-display): Removed.
5665
5666         * gnus.el (gnus-version-number): Update version.
5667
5668         * message.el (message-text-with-property): Renamed and moved
5669         here.
5670         (message-fix-before-sending): Highlight invisible text and place
5671         point there.
5672
5673 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5674
5675         * gnus.el: Oort Gnus v0.04 is released.
5676
5677 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5678
5679         * gnus-delay.el (gnus-delay-send-queue): Renamed.
5680
5681         * gnus-art.el (gnus-ignored-headers): More headers,
5682
5683         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
5684         of `scan-error', since XEmacs doesn't seem to support that.
5685
5686 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5687
5688         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
5689         arg.
5690         (gnus-summary-best-unread-subject): Ditto.
5691         (gnus-summary-best-unread-subject): No, don't.
5692         (gnus-summary-better-unread-subject): New command.
5693
5694         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
5695
5696         * lpath.el ((featurep 'xemacs)): fbind url function.
5697
5698         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
5699         buffer.
5700         (gnus-xmas-remove-image): Implementation that does something.
5701         (gnus-xmas-article-display-xface): Mark images properly.
5702
5703         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
5704
5705 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
5706
5707         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
5708
5709 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5710
5711         * gnus-group.el (gnus-group-line-format): Added %O to the default
5712         value.
5713
5714         * gnus-util.el (gnus-text-with-property): The smallest point is
5715         point-min.
5716
5717         * smiley-ems.el (smiley-region): Return images.
5718         (gnus-smiley-display): Allow toggling.
5719         (smiley-region): Use text properties, not overlays.
5720
5721         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
5722         implemented yet.
5723
5724         * smiley-ems.el (smiley-update-cache): Check for valid types.
5725
5726         * gnus-art.el (gnus-with-article-buffer): New macro.
5727
5728         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
5729         strings as well as the glyphs.
5730         (gnus-picon-transform-address): Ditto.
5731         (gnus-picon-insert-glyph): Ditto.
5732         (gnus-picon-transform-newsgroups): Toggle.
5733         (gnus-picon-transform-address): Toggle.
5734
5735         * gnus-ems.el (gnus-remove-image): New function.
5736         (gnus-put-image): Take an optional string.
5737
5738         * gnus-util.el (gnus-text-with-property): New function.
5739
5740         * gnus-art.el (gnus-delete-images): New function.
5741
5742         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
5743
5744         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
5745         (gnus-article-wash-status): Use it.
5746         (gnus-signature-toggle): Clean up.
5747         (gnus-add-wash-status): New function.
5748         (gnus-delete-wash-status): New function.
5749         (gnus-article-hide-text-type): Use them throughout.
5750         (gnus-add-image): New function.
5751
5752         * gnus-ems.el (gnus-article-display-xface): Use new interface.
5753
5754         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
5755         interface.
5756
5757         * gnus-art.el (article-display-x-face): Cleaned up.
5758
5759         * rfc2047.el (rfc2047-field-value): New function.
5760
5761         * mail-parse.el (mail-header-field-value): New alias.
5762
5763         * gnus-art.el (gnus-mime-print-part): Fix typos.
5764
5765         * smiley-ems.el (gnus-smiley-file-types): New variable.
5766         (smiley-update-cache): Use it.
5767         (smiley-regexp-alist): Suffix-less smiley names.
5768         (smiley-regexp-alist): Added more smileys.
5769
5770         * gnus-sum.el (gnus-print-buffer): Made into own function.
5771         (gnus-summary-print-article): Use it.
5772
5773         * mailcap.el (mailcap-mime-info): Actually return the bit that we
5774         looked for when REQUEST is a string.
5775
5776         * gnus-art.el (gnus-mime-button-commands): Add printing
5777         keystroke.
5778         (gnus-mime-copy-part): Doc fix.
5779         (gnus-mime-print-part): New command.
5780
5781 2001-12-31  Simon Josefsson  <jas@extundo.com>
5782
5783         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
5784         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
5785
5786 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5787
5788         * gnus-picon.el (gnus-treat-from-picon): Autoload.
5789         (picon): Fix doc.
5790
5791         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
5792         longer exists. Remove those codes.
5793         * gnus.el (gnus-use-picons): Ditto.
5794
5795 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5796
5797         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
5798         infloop.
5799
5800         * gnus-sum.el (t): New `W D' map.
5801
5802         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
5803         (gnus-article-treat-body-boundary): Clean up.
5804         (gnus-body-boundary-face): Removed.
5805         (gnus-article-goto-header): Moved here.
5806         (gnus-article-goto-header): Allow better regexps.
5807         (gnus-article-treat-fold-newsgroups): New command.
5808
5809         * gnus-sum.el (gnus-summary-move-article): We have to select an
5810         article to give `gnus-read-move-group-name' an opportunity to
5811         suggest an appropriate default.
5812
5813         * rfc2047.el (rfc2047-fold-line): New function.
5814         (rfc2047-unfold-line): Ditto.
5815         (rfc2047-fold-region): Don't fold just after the header name.
5816
5817         * mail-parse.el (mail-header-fold-line): New alias.
5818         (mail-header-unfold-line): Ditto.
5819
5820         * gnus-art.el (gnus-body-boundary-face): Renamed.
5821         (gnus-article-treat-body-boundary): Use it.
5822         (gnus-article-treat-body-boundary): Use an invisible header and a
5823         line of underline characters.
5824
5825 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5826
5827         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
5828
5829         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
5830         (gnus-picon-split-address): New function.
5831         (gnus-picon-find-face): Use it.
5832         (gnus-picon-transform-address): Use it. Set first to t for each
5833         address.
5834
5835         * gnus-art.el (gnus-with-article-headers): Move to here. Define
5836         the macro then use it.
5837         (gnus-treatment-function-alist): Treat picons earlier.
5838
5839 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5840
5841         * gnus-art.el (gnus-body-separator-face): New variable.
5842         (gnus-article-treat-body-boundary): Use a blank, colored line.
5843
5844         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
5845         well.
5846
5847         * gnus-art.el (gnus-treat-body-boundary): New variable.
5848         (gnus-article-treat-unfold-headers): Use helper macro.
5849         (gnus-article-treat-body-boundary): New command.
5850
5851         * gnus.el (gnus-logo-color-style): Change the default color.
5852         (gnus-splash-face): Gray, gray.
5853
5854         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
5855         colors.
5856
5857         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
5858         (gnus-logo-color-style): Ditto.
5859         (gnus-logo-colors): Ditto.
5860
5861         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
5862
5863         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
5864
5865         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
5866         (gnus-picon-transform-newsgroups): New function.
5867
5868         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
5869         string.
5870
5871         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
5872
5873         * gnus-art.el (gnus-treat-cc-picon): New variable.
5874         (gnus-treat-mail-picon): Renamed.
5875
5876         * gnus-picon.el: New implementation.
5877         (gnus-picon-find-face): Renamed.
5878         (gnus-treat-from-picon): Use it.
5879         (gnus-picon-transform-address): Renamed.
5880         (gnus-treat-from-picon): Use it.
5881         (gnus-picon-create-glyph): Renamed.
5882         (gnus-picon-transform-address): Use it.
5883         (gnus-treat-cc-picon): New command.
5884
5885         * mm-decode.el (mm-create-image-xemacs): Separated out into
5886         function.
5887         (mm-get-image): Use it.
5888
5889         * gnus-art.el (gnus-treat-display-picons): Simplify.
5890         (gnus-treat-from-picon): Renamed.
5891
5892         * gnus-ems.el (gnus-create-image): New function.
5893         (gnus-put-image): New function.
5894
5895         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
5896         (gnus-with-article-headers): New macro.
5897         (gnus-article-goto-header): New function.
5898
5899         * gnus-xmas.el (gnus-image-type-available-p): New function.
5900
5901         * gnus-ems.el (gnus-image-type-available-p): New function.
5902
5903 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5904
5905         * nnrss.el (nnrss-check-group): Find the correct tag, because
5906         xml.el is changed.
5907
5908 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5909
5910         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
5911         lines are shorter than the window width.
5912         (gnus-ignored-headers): More headers.
5913
5914 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5915
5916         * gnus-art.el (gnus-treat-unfold-lines): New variable.
5917         (gnus-treat-unfold-headers): Renamed.
5918         (gnus-article-treat-unfold-headers): New command and keystroke.
5919
5920         * rfc2047.el (rfc2047-encode-message-header): Clean up.
5921
5922         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
5923
5924 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5925
5926         * sha1-el.el (sha1-use-external): New variable.
5927         (sha1-region): Use it.
5928         (sha1-string): Ditto.
5929
5930         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
5931         * gnus-picon.el: Less warnings when compile.
5932
5933 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5934
5935         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
5936         alias.
5937         (gnus-picons-database): Default to list.
5938         (gnus-picons-lookup-internal): Use it.
5939
5940         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
5941         to "bogus".
5942
5943         * gnus-win.el (gnus-configure-windows-hook): New hook.
5944
5945 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
5946
5947         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
5948
5949 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5950
5951         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
5952         lists.
5953         (gnus-select-newsgroup): Don't append; push.
5954         (gnus-adjust-marked-articles): Remove obsolete ranges from
5955         `seen'.
5956         (gnus-update-marks): Clean up.
5957         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
5958
5959 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
5960
5961         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
5962
5963 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5964
5965         * gnus-sum.el (gnus-auto-select-subject): New variable.
5966         (gnus-summary-best-unread-subject): New function.
5967         (gnus-summary-best-unread-article): Use it.
5968         (gnus-summary-first-unseen-subject): New function and command.
5969
5970         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
5971         other treatments.
5972
5973         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
5974         function.
5975
5976         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
5977         from the list of hidden types.
5978
5979         * mm-view.el (mm-inline-text): Ditto.
5980         (mm-inline-text): Ditto.
5981         (mm-w3-prepare-buffer): Ditto.
5982
5983         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
5984
5985 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5986
5987         * gnus-art.el (gnus-ignored-headers): Added more headers.
5988
5989 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
5990
5991         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
5992         once.
5993
5994 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5995
5996         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
5997
5998 2001-12-28  Simon Josefsson  <jas@extundo.com>
5999
6000         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
6001         Jesper Harder <harder@ifa.au.dk>.
6002
6003 2001-12-27  Simon Josefsson  <jas@extundo.com>
6004
6005         * gnus-sum.el (gnus-select-newsgroup): Make
6006         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
6007         contain all articles (instead of none) when no seen marks have
6008         been set for the group.
6009         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
6010         instead, it seems to result in shorter ranges.
6011
6012 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6013
6014         * mm-util.el (mm-iso-8859-x-to-15-region): Use
6015         insert-before-markers.
6016         From Jesper Harder <harder@ifa.au.dk>
6017
6018 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
6019
6020         * nnmaildir.el (nnmaildir-save-mail): create the destination
6021         groups if they do not exist.
6022
6023 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6024
6025         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
6026
6027 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6028
6029         * gnus-group.el (gnus-group-read-ephemeral-group): Call
6030         gnus-group-real-name.
6031
6032         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
6033         (gnus-newsgroup-variables): Ditto.
6034
6035         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
6036         return it.
6037
6038 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
6039
6040         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
6041         * nnmaildir.el (top-level): Add commentary.
6042         (nnmaildir-version): Indicate that nnmaildir is now a standard
6043         part of Gnus, not separately released.
6044
6045 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6046
6047         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
6048         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
6049         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
6050         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6051
6052 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6053
6054         * nnmaildir.el: Copyright changes. Require cl only at compile time.
6055
6056 2001-12-20  Simon Josefsson  <jas@extundo.com>
6057
6058         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
6059         ZHU <zsh@cs.rochester.edu>.
6060         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
6061         Brian P Templeton <bpt@tunes.org>.
6062
6063 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6064
6065         * nnmaildir.el: New file.
6066         From Paul Jarc <prj@po.cwru.edu>.
6067
6068 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6069
6070         * nndoc.el (nndoc-type-alist): Move forward to the end.
6071
6072 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6073
6074         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
6075         `dolist'.
6076
6077 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6078
6079         * gnus-win.el (gnus-frames-on-display-list): New function.
6080         (gnus-get-buffer-window): Use it.
6081
6082 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6083
6084         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
6085
6086 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6087
6088         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
6089
6090 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6091            From Harald Meland <Harald.Meland@usit.uio.no>
6092
6093         * gnus-win.el (gnus-get-buffer-window): New function.
6094         (gnus-all-windows-visible-p): Use it.
6095
6096         * gnus-util.el (gnus-horizontal-recenter)
6097         (gnus-horizontal-recenter, gnus-horizontal-recenter)
6098         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
6099
6100         * gnus-score.el (gnus-score-insert-help): Use it.
6101
6102         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
6103         (gnus-generate-tree, gnus-highlight-selected-tree)
6104         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
6105         it.
6106
6107         * gnus-art.el (gnus-article-set-window-start)
6108         (gnus-mm-display-part, gnus-request-article-this-buffer)
6109         (gnus-button-next-page, gnus-button-prev-page)
6110         (gnus-article-button-next-page, gnus-article-button-prev-page):
6111         Use it.
6112
6113 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
6114
6115         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
6116         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
6117         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
6118
6119 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6120
6121         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
6122         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
6123         * mml1991.el, nnultimate.el: Add `coding'.
6124
6125 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
6126
6127         * ChangeLog: changed coding to buffer-file-coding-system
6128         * ChangeLog.1: same
6129         * nnwfm.el: same
6130         * gnus-smiley.el: same
6131         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
6132         * gnus-delay.el: same
6133         * gnus-spec.el: same
6134         * message.el: same
6135         * mml1991.el: same
6136         * nnultimate.el: same
6137
6138 2001-12-16  Simon Josefsson  <jas@extundo.com>
6139         Inspired by code by Dirk Meyer <dischi@tzi.de>.
6140
6141         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
6142         (gnus-summary-save-map): Add muttprint.
6143         (gnus-summary-make-menu-bar): Ditto.
6144         (gnus-summary-muttprint): New function.
6145
6146         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
6147
6148 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6149
6150         * uudecode.el (uudecode-decode-region-internal): Speedup by using
6151         temporary list instead of buffer.
6152
6153         * mm-url.el (executable-find): autoload.
6154
6155 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6156
6157         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
6158         to variable, follow doc-string conventions).
6159
6160 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
6161
6162         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
6163         subscribe-level
6164         * gnus-topic.el (gnus-subscribe-topics): use it.
6165
6166 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6167
6168         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
6169         messages. (A small patch with indentation)
6170         From Sean Neakums <sneakums@zork.net>.
6171
6172         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
6173         nil after shooting down the gnus-original-article-buffer.
6174
6175 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6176
6177         * uudecode.el (uudecode-use-external): New variable.
6178         (uudecode-decode-region): Automatically detect external program.
6179
6180         * binhex.el (binhex-use-external): New variable.
6181         (binhex-decode-region-internal): New function.
6182         (binhex-decode-region): Automatically detect external program.
6183
6184         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
6185         Use them.
6186
6187 2001-12-12  Simon Josefsson  <jas@extundo.com>
6188
6189         * nnvirtual.el (nnvirtual-always-rescan)
6190         (nnvirtual-component-regexp): Fix doc.
6191
6192         * nnoo.el (defvoo): Add doc to defvoo variables.
6193
6194         * nnml.el (nnml-directory, nnml-active-file)
6195         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
6196         (nnml-marks-is-evil, nnml-filenames-are-evil)
6197         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
6198
6199         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
6200         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
6201         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
6202         `error'.
6203
6204         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
6205         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
6206
6207         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
6208         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
6209         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
6210         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
6211
6212         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
6213         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
6214
6215         * imap.el, nnimap.el: Fix indentation.
6216
6217         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
6218
6219 2001-12-12  Didier Verna  <didier@xemacs.org>
6220
6221         * gnus-msg.el (gnus-group-news): New function.
6222         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
6223         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
6224         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
6225         for it.
6226         * gnus-msg.el (gnus-summary-news-other-window): New function.
6227         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
6228         bind it to `i'.
6229         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
6230         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
6231         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
6232         for it (called with a prefix).
6233         * gnus-msg.el (gnus-configure-posting-styles): add an optional
6234         group-name argument.
6235         * gnus-msg.el (gnus-setup-message): use it.
6236
6237 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6238
6239         * gnus-sum.el (gnus-summary-show-article): Fix doc.
6240
6241 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6242
6243         * mml.el (mime-to-mml): Remove Content-Disposition too.
6244
6245 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6246
6247         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
6248         * gnus-group.el (gnus-group-name-decode): Decode unibyte
6249         strings only.
6250         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
6251
6252 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
6253
6254         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
6255         (nnmail-fancy-expiry-target): Use it.
6256         Suggestions from Simon Josefsson <jas@extundo.com>.
6257
6258 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6259
6260         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
6261
6262 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6263
6264         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
6265
6266         * gnus-util.el (gnus-url-unhex-string): Move here.
6267
6268 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6269
6270         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
6271         mm-url-decode-entities-nbsp.
6272
6273         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
6274         * webmail.el, nnwfm.el: Use mm-url.
6275
6276         * mm-url.el (mm-url-fetch-form): Move from nnweb.
6277         (mm-url-remove-markup): Move from nnweb.
6278         (mm-url-fetch-simple): Move from webmail.
6279
6280         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
6281
6282 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6283
6284         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
6285         (gnus-summary-print-article): Use it.
6286
6287         * gnus-util.el (gnus-replace-in-string): Typo.
6288
6289 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6290
6291         * nnweb.el (nnweb-replace-in-string): Removed.
6292
6293         * gnus-util.el (gnus-replace-in-string): New function.
6294         (gnus-mode-string-quote): Use it.
6295
6296         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
6297         * nnwfm.el (nnwfm-create-mapping): Ditto.
6298
6299 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6300
6301         * dgnushack.el (dgnushack-compile): nnrss.el and
6302         nnslashdot.el don't depend on nnweb, url, w3.
6303
6304         * nnrss.el: Use mm-url.
6305
6306 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6307
6308         * mm-url.el (mm-url-insert-file-contents): Support file:.
6309
6310 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6311
6312         * mm-view.el: Lower case for the description line. Sync from the
6313         Emacs CVS.
6314
6315 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6316
6317         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
6318         From:  Stefan Monnier  <monnier@cs.yale.edu>
6319
6320 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6321
6322         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
6323
6324 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6325
6326         * mm-url.el: Require executable.
6327         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
6328
6329 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6330
6331         * pop3.el (pop3-munge-message-separator): Only use valid date.
6332         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
6333
6334         * Makefile.in: gnus-load.elc may not be generated.
6335
6336 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6337
6338         * mm-url.el: New file.
6339         * nnslashdot.el: Use it.
6340         * mm-extern.el (mm-extern-url): Use it.
6341
6342 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6343
6344         * gnus-sum.el (gnus-summary-save-article): Nix
6345         gnus-display-mime-function and gnus-article-prepare-hook.
6346
6347         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
6348         the beginning of lines.
6349         (gnus-complex-form-to-spec): Ditto.
6350
6351 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6352
6353         * message.el (message-make-mft): Fix the m-s-a-file regexp.
6354         From Paul Jarc <prj@po.cwru.edu>.
6355
6356 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6357
6358         * message.el: New variable message-subscribed-address-file;
6359         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
6360
6361 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6362
6363         * message.el (message-tab-body-function): Set to nil.
6364         (message-tab): Use text-mode-map or global-map.
6365         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
6366
6367 2001-11-30  Simon Josefsson  <jas@extundo.com>
6368
6369         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
6370         instead of gnus-union, for speed.  Suggested by Christoph Conrad
6371         <christoph.conrad@gmx.de>.
6372         (gnus-agent-fetch-group-1): Add verbose message.
6373
6374 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6375
6376         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
6377         of integers.
6378
6379 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6380
6381         * message.el (message-newgroups-header-regexp)
6382         (message-completion-alist, message-tab-body-function): Use
6383         defcustom rather than defvar.
6384         (message-tab): Mention `message-tab-body-function' in doc.
6385         Suggested by Karl Eichwalder.
6386
6387 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6388
6389         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
6390
6391 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6392
6393         * nnheader.el (nnheader-find-nov-line): Don't use macro
6394         gnus-delete-line.
6395
6396         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
6397         (gnus-group-name-charset): Ditto.
6398
6399         * gnus-util.el (gnus-buffer-live-p): Ditto.
6400
6401 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6402
6403         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
6404         open parenthesis in doc.
6405         (sieve-manage-authenticator-alist): Typo in doc.
6406         * imap.el (imap-authenticator-alist): Typo in doc.
6407         (imap-stream-alist): Backslash.
6408
6409         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
6410           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
6411
6412 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6413
6414         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
6415
6416         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
6417
6418         * gnus-msg.el (gnus-configure-posting-styles): use
6419         make-local-hook. Add LOCAL for add-hook.
6420
6421 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
6422
6423         * message.el (message-mode): Use `make-local-hook' unless
6424         obsolete.
6425         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
6426
6427 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6428
6429         * canlock.el: Remove sha1.el and base64.el stuff.
6430
6431 2001-11-26  Didier Verna  <didier@xemacs.org>
6432
6433         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
6434         if needed.
6435
6436 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6437
6438         * message.el (message-tamago-not-in-use-p): New function.
6439         (message-strip-forbidden-properties): Use it.
6440
6441 2001-11-26  Didier Verna  <didier@xemacs.org>
6442
6443         * gnus-start.el (gnus-check-first-time-used): only check for
6444         existence of .el[d] files.
6445
6446 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6447
6448         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
6449
6450         * message.el (message-setup-1): Clean up mc-*.
6451
6452 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6453
6454         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
6455         * gnus-score.el (gnus-score-find-bnews): Use it.
6456
6457         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
6458         (gnus-summary-limit-to-author): Ditto.
6459         (gnus-summary-limit-to-extra): Ditto.
6460         (gnus-summary-find-matching): Support not-matching argument.
6461
6462 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6463
6464         * message.el (message-wash-subject): Use `insert' rather than
6465         `insert-string', which is deprecated.
6466
6467 2001-11-24  Simon Josefsson  <jas@extundo.com>
6468
6469         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
6470         message. (Gnus does not "default" to using 8bit for the message,
6471         it default to use 8bit encoding and the user-supplied CTE
6472         value. Calling this behaviour "treating it as 8bit" is perhaps
6473         better.)
6474
6475         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
6476         (compare mm-charset-to-coding-system).
6477
6478 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6479
6480         * canlock.el (canlock-sha1-with-openssl): Use unibyte
6481         buffer. Correctly decode hex.
6482
6483 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6484
6485         * gnus-agent.el (gnus-category-insert-line): Convert category
6486         names to strings.
6487
6488 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6489
6490         * message.el (sha1): eval-and-compile.
6491
6492 2001-11-20  Simon Josefsson  <jas@extundo.com>
6493
6494         * message.el (message-allow-no-recipients): New variable.
6495         (message-send): Use it, customize the prompting when posting to
6496         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
6497
6498 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6499
6500         * mm-util.el (mm-coding-system-priorities): New variable.
6501         (mm-sort-coding-systems-predicate): New function.
6502         (mm-find-mime-charset-region): Resort coding systems if needed.
6503         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
6504
6505 2001-11-20  Didier Verna  <didier@xemacs.org>
6506
6507         * gnus-group.el (gnus-group-make-help-group): new optional
6508         argument to control the error behavior.
6509         * gnus-start.el (gnus-check-first-time-used): use it to avoid
6510         erroring.
6511
6512 2001-11-19  Simon Josefsson  <jas@extundo.com>
6513
6514         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
6515         instead of C-c C-u.  Suggested by Per Abrahamsen
6516         <abraham@dina.kvl.dk>.
6517
6518 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6519
6520         * nnfolder.el (nnfolder-read-folder): Use group instead of
6521         nnfolder-current-group.
6522         Suggested by Lorentey Karoly <lorentey@elte.hu>.
6523
6524 2001-11-17  Simon Josefsson  <jas@extundo.com>
6525
6526         * message.el (message-send): Ask user if Fcc/Gcc should be
6527         performed when no other sender was specified.
6528         Suggested by prj@po.cwru.edu (Paul Jarc).
6529
6530 2001-11-17  Simon Josefsson  <jas@extundo.com>
6531
6532         * message.el (message-mode, message-mode-map): Use C-c C-u for
6533         Importance: instead of C-c C-p (used by SC).
6534
6535 2001-11-16  Simon Josefsson  <jas@extundo.com>
6536
6537         * message.el (message-insert-importance-high)
6538         (message-insert-importance-low): Save point.
6539
6540         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
6541         value.
6542
6543 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
6544
6545         * message.el (message-strip-special-text-properties): New option.
6546         (message-strip-forbidden-properties): Obey it.
6547
6548 2001-11-14  Sam Steingold  <sds@gnu.org>
6549
6550         * gnus-score.el: Fixed some doc strings to properly quote symbols.
6551
6552 2001-11-15  Simon Josefsson  <jas@extundo.com>
6553
6554         Support "Importance:" header in Message.
6555
6556         * message.el (message-mode-map): Bind C-c C-p to
6557         `message-insert-or-toggle-importance'
6558         (message-mode-menu): Add message-insert-importance-{high,low}.
6559         (message-insert-importance-high, message-insert-importance-low)
6560         (message-insert-or-toggle-importance): New functions.
6561         (message-tool-bar-map): Add {un,}important.
6562         (message-mode): Doc fix.
6563
6564 2001-11-15  Simon Josefsson  <jas@extundo.com>
6565
6566         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
6567
6568         * mml.el (mml-menu): Fix toolbar tooltip.
6569
6570 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6571
6572         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
6573         * nnml.el (nnml-save-marks): Ditto.
6574
6575         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
6576
6577 2001-11-15  Simon Josefsson  <jas@extundo.com>
6578
6579         * nnml.el (nnml-save-marks):
6580         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
6581         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
6582
6583 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
6584
6585         * gnus-art.el (gnus-article-wash-status-strings): Use
6586         `copy-sequence', not `copy-seq'.
6587
6588 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
6589
6590         * gnus-art.el (gnus-article-wash-status-strings): New constant.
6591         (gnus-gnus-article-wash-status-entry): New function.
6592         (gnus-article-wash-status): Use it.
6593
6594 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6595
6596         * mml1991.el: Add coding header.
6597
6598 2001-11-12  Simon Josefsson  <jas@extundo.com>
6599
6600         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
6601         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
6602         `mml1991-sign' and `mml1991-encrypt'.
6603         (mml1991-encrypt, mml1991-sign): New glue functions.
6604         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
6605
6606         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
6607         (mml-menu): Add PGP to menu.
6608
6609         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
6610         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
6611         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
6612         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
6613
6614         * mml2015.el: Mention RFC 3156.
6615
6616         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
6617
6618 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6619
6620         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
6621
6622         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
6623           From <Michael.Cook@cisco.com>
6624
6625 2001-11-11  Simon Josefsson  <jas@extundo.com>
6626
6627         * message.el (top-level): Autoload sha1.
6628         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
6629         canlock, no need to require two different hash algs).  Suggested
6630         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
6631
6632 2001-11-09  Simon Josefsson  <jas@extundo.com>
6633
6634         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
6635         <Pavel@Janik.cz>.
6636
6637 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6638
6639         * message.el (message-point-in-header-p): New function.
6640         (message-do-auto-fill): Use it.
6641         (message-beginning-of-line): New function.  Goes to beginning of
6642         header value (i.e., end of header name), or to beginning of line
6643         if already at beginning of value.  Behaves like
6644         `beginning-of-line' when in message body.
6645         (message-mode-map): Bind it.
6646
6647 2001-11-08  Simon Josefsson  <jas@extundo.com>
6648
6649         * gnus-msg.el (gnus-posting-styles): Add doc.
6650
6651 2001-11-07  Simon Josefsson  <jas@extundo.com>
6652
6653         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
6654
6655         * sieve-mode.el (sieve-control-commands-face)
6656         (sieve-control-commands-face, sieve-action-commands-face)
6657         (sieve-test-commands-face, sieve-tagged-arguments-face): New
6658         faces.
6659         (sieve-font-lock-keywords): Use them.
6660         (sieve-mode): Only set font-lock-defaults in emacs.
6661
6662         * gnus-art.el (gnus-default-article-saver): Add
6663         gnus-summary-save-body-in-file.
6664         (gnus-summary-write-to-file): Fix doc.
6665
6666 2001-11-07  Simon Josefsson  <jas@extundo.com>
6667
6668         * gnus-art.el (gnus-treat-highlight-signature): Add cross
6669         reference to the correct chapter in the manual.
6670
6671         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
6672         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
6673
6674 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6675
6676         * mml.el (mml-preview): Bind mail-header-separator.
6677
6678 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6679
6680         * message.el: Always require canlock.
6681         (message-ignored-supersedes-headers): Include Cancel-Lock and
6682         Cancel-Key.
6683         (message-insert-canlock): Don't require canlock.
6684         (message-cancel-news): Don't check whether canlock is available.
6685         (message-supersede): Support cancel-locks.
6686
6687         * gnus-art.el: Don't autoload canlock.
6688
6689 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6690
6691         * mail-source.el (mail-source-fetch-imap): ASYNC param.
6692         From: <andre@slamdunknetworks.com>
6693
6694 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6695
6696         * many files: Fix copyright lines.
6697
6698 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6699
6700         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
6701         Suggested by Dave Love  <fx@gnu.org>.
6702
6703 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6704
6705         * message.el (message-kill-buffer): Remove auto-save file after
6706         confirm.
6707
6708         * message.el (message-send-mail): Call message-generate-headers
6709         once.  Suggested by Matt Armstrong <matt@lickey.com>.
6710
6711         * gnus-topic.el (gnus-topic-rename): Initial-input.
6712         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
6713
6714 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
6715
6716         * message.el (message-forbidden-properties): New constant.
6717         (message-strip-forbidden-properties): New function.
6718         (message-mode): Activate it.
6719
6720 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6721
6722         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
6723         (mm-hack-charsets): Fix doc.
6724
6725 2001-11-02  Simon Josefsson  <jas@extundo.com>
6726
6727         * gnus-int.el (gnus-check-server): Message "...done" when done.
6728
6729         * imap.el (imap-close): Don't message (imap-send-command-wait
6730         returns if the connection is dropped).
6731         (imap-wait-for-tag): Nix out message only when necessary.
6732
6733         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
6734         for non-crossposting.
6735         (gnus-sieve-crosspost): Default to t to be consistent with other
6736         parts of Gnus.
6737
6738 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6739
6740         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
6741         (mm-iso-8859-x-to-15-table): Ditto.
6742         (mm-iso-8859-x-to-15-region): Ditto.
6743         (mm-find-mime-charset-region): Ditto.
6744
6745 2001-11-01  Simon Josefsson  <jas@extundo.com>
6746
6747         * nnimap.el (nnimap-close-asynchronous): New variable.
6748         (nnimap-close-group): Use it.
6749         (nnimap-expunge): Don't use it.
6750
6751         * imap.el (imap-callbacks): New variable.
6752         (imap-remassoc): Copied from `gnus-remassoc'.
6753         (imap-add-callback): New function.
6754         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
6755         behaviour.
6756         (imap-parse-response): Call the callback.
6757
6758         * message.el (message-insert-canlock): New variable.
6759         (message-canlock-generate, message-canlock-password)
6760         (message-insert-canlock): New functions.
6761         (message-send-news): Call `message-insert-canlock'.
6762         (top-level): Require canlock when compiling.
6763         (message-insert-canlock): Require canlock before we need it.
6764
6765 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6766
6767         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
6768
6769 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6770
6771         * dgnushack.el (dgnushack-make-load): A workaround for
6772         custom-add-loads bug in some versions of XEmacs.
6773
6774 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6775
6776         * mm-util.el (mm-charset-synonym-alist): Revert (some).
6777
6778 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6779
6780         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
6781         (mm-hack-charsets): New variable.
6782         (mm-iso-8859-15-compatible): New variable.
6783         (mm-iso-8859-x-to-15-table): New variable.
6784         (mm-find-mime-charset-region): Add parameter hack-charsets.
6785
6786         * mm-bodies.el (mm-encode-body): Use it.
6787         * mml.el (mml-parse-1): Ditto.
6788
6789 2001-11-01  Simon Josefsson  <jas@extundo.com>
6790
6791         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
6792
6793 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6794
6795         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
6796         is nil.
6797
6798 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6799
6800         * smiley-ems.el (smiley-update-cache): Auto detect file type.
6801
6802         * message.el (message-forward-rmail-make-body): Use
6803         save-window-excursion.
6804         (message-encode-message-body): Search with noerror.
6805         (message-setup-1): Convert compose-mail send-actions to
6806         message-send-actions.
6807
6808 2001-11-01  Simon Josefsson  <jas@extundo.com>
6809
6810         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
6811         <yamaoka@jpl.org>.
6812
6813 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6814
6815         * sieve-manage.el (sieve-string-bytes): No complain.
6816
6817 2001-11-01  Simon Josefsson  <jas@extundo.com>
6818
6819         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
6820         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
6821         has autoload cookies, so no `require' should be necessary.)
6822
6823         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
6824         files.
6825
6826 2001-10-31  Simon Josefsson  <jas@extundo.com>
6827
6828         * gnus-cus.el (gnus-group-parameters): Support integer `display'
6829         parameter.
6830
6831         * gnus-sum.el (gnus-select-newsgroup): If group parameter
6832         `display' is a number (and C-u wasn't used to enter group), only
6833         fetch that number of articles.
6834
6835 2001-10-31  Matt Armstrong  <matt@lickey.com>
6836
6837         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
6838         not-subscribed -> subscribed.
6839
6840 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6841         From: Josh Huber <huber@alum.wpi.edu>
6842
6843         * message.el (message-subscribed-address-functions): New variable.
6844         (message-subscribed-addresses): New variable.
6845         (message-subscribed-regexps): New variable.
6846         (message-goto-mail-followup-to): New function.
6847         (message-send-mail): Add Mail-Followup-To.
6848         (message-make-mft): New function.
6849
6850         * gnus.el (gnus-find-subscribed-addresses): New function.
6851
6852 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6853
6854         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
6855         (mail-source-fetch-pop): Ditto.
6856         (mail-source-check-pop): Ditto.
6857
6858         * gnus-start.el (gnus-read-init-file): Ditto.
6859         (gnus-activate-group): Ditto.
6860         (gnus-read-newsrc-el-file): Ditto.
6861
6862 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6863
6864         * message.el (message-get-reply-headers): Make sure there is ", ".
6865
6866         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
6867         mm-coding-system-p. Don't correct it only in XEmacs.
6868         (mm-charset-to-coding-system): Use mm-coding-system-p and
6869         mm-get-coding-system-list.
6870         (mm-emacs-mule, mm-mule4-p): New variables.
6871         (mm-enable-multibyte, mm-disable-multibyte,
6872         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
6873         mm-with-unibyte-current-buffer,
6874         mm-with-unibyte-current-buffer-mule4): Use them.
6875         (mm-find-mime-charset-region): Treat iso-2022-jp.
6876
6877         From  Dave Love  <fx@gnu.org>:
6878
6879         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
6880         construction.
6881         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
6882         entries conditional on not having a coding system defined for
6883         them.
6884         (mm-mule-charset-to-mime-charset): Use
6885         find-coding-systems-for-charsets if defined.
6886         (mm-charset-to-coding-system): Don't use
6887         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
6888         later.  Add last resort search of coding systems.
6889         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
6890         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
6891         Mule 4.
6892         (mm-find-mime-charset-region): Re-write.
6893         (mm-with-unibyte-current-buffer): Restore buffer as well as
6894         multibyteness.
6895
6896 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6897
6898         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
6899         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
6900         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
6901
6902 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6903
6904         * gnus-art.el (article-display-x-face): Nix buffer-read-only
6905         again.
6906
6907         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
6908
6909 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6910
6911         * gnus-spec.el (gnus-parse-simple-format): Use
6912           buffer-substring-no-properties.
6913
6914 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6915
6916         * gnus-art.el (article-verify-cancel-lock): New function.
6917
6918         * nnheader.el (nntp-process-response): New variable.
6919         (nnheader-init-server-buffer): Make `nntp-process-response'
6920         buffer-local in `nntp-server-buffer'.
6921
6922         * nntp.el (nntp-prepare-post-hook): New hook.
6923         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
6924         (nntp-async-trigger): Ditto.
6925         (nntp-request-post): Insert a server's ID if there's no Message-ID
6926         header; run `nntp-prepare-post-hook'.
6927
6928 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6929
6930         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
6931         instead.
6932
6933         * message.el (message-forward-subject-author-subject): Don't use
6934         message-news-p, which widens the buffer.
6935         (message-forward-make-body): New function.
6936         (message-forward): Use it.
6937         (message-insinuate-rmail): New function.
6938         (message-forward-rmail-make-body): New function.
6939
6940 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6941
6942         * mm-extern.el (mm-extern): Provide it.
6943
6944         * mm-partial.el (mm-partial): Provide it.
6945
6946 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6947
6948         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
6949
6950 2001-10-29  Simon Josefsson  <jas@extundo.com>
6951
6952         * mml.el (mml-preview): Bind message-this-is-news if it is
6953         news. From Jesper Harder <harder@myrealbox.com>.
6954
6955 2001-10-28  Simon Josefsson  <jas@extundo.com>
6956
6957         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
6958
6959 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
6960
6961         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
6962         ironic smilies.
6963
6964 2001-10-27  Simon Josefsson  <jas@extundo.com>
6965
6966         * message.el (message-indent-citation): Don't add trailing
6967         whitespace when citing text.
6968
6969         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
6970         <harder@ifa.au.dk>.
6971
6972 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6973
6974         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
6975         not available.
6976         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
6977         (nnweb-type-definition): Add google as alias of dejanews.
6978         (nnweb-google-parse-1): Forward 1 line.
6979
6980 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6981
6982         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
6983         variable `message-forward-ignored-headers'.
6984
6985 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
6986
6987         * gnus.el (gnus-expand-group-parameter): New function.
6988         (gnus-expand-group-parameters): Call it.
6989         (gnus-group-fast-parameter): New function.
6990         (gnus-group-find-parameter): Call it.
6991
6992 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
6993
6994         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
6995         vector (it didn't before because of a bug).
6996         * gnus-msg.el (gnus-post-news): Use header vector directly, if
6997         available.  Before it converted it to an article number.
6998
6999         This makes followup to news articles with negative numbers in
7000         nnvirtual groups use news instead of mail.
7001
7002 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
7003
7004         * gnus.el (post-method): Use `native' instead of `nil'.
7005
7006         * gnus-msg.el (gnus-post-method): Ditto.
7007
7008 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
7009
7010         * gnus.el (gnus-define-group-parameter): Grammar fix.
7011
7012 2001-10-22  Simon Josefsson  <jas@extundo.com>
7013
7014         * gnus-msg.el (gnus-extended-version): Include
7015         system-configuration.
7016         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
7017
7018 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
7019
7020         * gnus.el (post-method): Customization fix: `native' is not a
7021         valid value.
7022         * gnus-msg.el (gnus-post-method): Doc and customization fix:
7023         `native' is not a valid value.
7024
7025 2001-10-21  Simon Josefsson  <jas@extundo.com>
7026
7027         * nnimap.el (nnimap): Defgroup
7028         (nnimap-strict-function, nnimap-strict-function-match): New
7029         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
7030         (nnimap-split-crosspost, nnimap-split-inbox)
7031         (nnimap-split-rule, nnimap-split-predicate)
7032         (nnimap-split-predicate): Defcustom.
7033         (nnimap-split-inbox, nnimap-expunge-search-string)
7034         (nnimap-importantize-dormant): Remove "*" from doc.
7035
7036 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7037
7038         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
7039         not supplied via prefix arg.  From Lisp, make arg mandatory.
7040         Suggested by Frank Schmitt.
7041
7042 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
7043
7044         * message.el (message-do-auto-fill): Avoid calling
7045         'rfc822-goto-eoh'.
7046
7047 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7048         From Paul Jarc <prj@po.cwru.edu>.
7049
7050         * message.el (message-get-reply-headers): Restructure the logic
7051         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
7052
7053 2001-10-20  Simon Josefsson  <jas@extundo.com>
7054
7055         * message.el (message-cancel-news): Support cancel-locks.
7056         Suggested by Per Abrahamsson.
7057
7058         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
7059         conses.  From David Z Maze <dmaze@MIT.EDU>.
7060
7061         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
7062
7063 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
7064
7065         * mm-decode.el (mm-default-directory): Fix customize type.
7066
7067         * message.el (message-setup-fill-variables): Kludge to use
7068         normal-auto-fill-function even if auto fill is already activated.
7069
7070 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
7071
7072         * message.el (message-do-auto-fill): New version that does not
7073         rely on text properties, by Simon Josefsson <jas@extundo.com>.
7074         (message-setup-1): Removed the `message-field' property.
7075
7076         * gnus-draft.el (gnus-draft-edit-message): Removed the
7077         `message-field' property.
7078
7079 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
7080
7081         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
7082         `message-field'.  The `field' property has a special significance in
7083         Emacs 21.
7084
7085         * message.el (message-send, message-setup-1): Ditto.
7086
7087 2001-10-18  Simon Josefsson  <jas@extundo.com>
7088
7089         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
7090         when undoing.
7091
7092 2001-10-18  Simon Josefsson  <jas@extundo.com>
7093         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
7094
7095         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
7096         (gnus-summary-make-menu-bar): Ditto.
7097
7098 2001-10-17  Simon Josefsson  <jas@extundo.com>
7099
7100         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
7101         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
7102
7103 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7104
7105         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
7106         * gnus-util.el (gnus-user-date): New function.
7107         From Frank Schmitt <usenet@Frank-Schmitt.net>.
7108
7109 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
7110
7111         * message.el (message-check-news-header-syntax): Special case
7112         nnvirtual groups.
7113
7114         * gnus-sum.el (gnus-summary-respool-default-method): Changed
7115         customize type to `symbol'.
7116
7117 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7118
7119         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
7120         %&foo;.
7121         (gnus-parse-simple-format): Support user extended spec too.
7122         %u&foo; invokes gnus-user-format-function-foo.
7123
7124 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7125
7126         * nnml.el (nnml-request-expire-articles): Make sure it is back to
7127         the server.
7128         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
7129         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7130         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
7131         * nndiary.el (nndiary-request-expire-articles): Ditto.
7132         (nndiary-schedule): Defsubst it before use it.
7133         (nndiary-error): eval-and-compile.
7134
7135 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
7136
7137         * gnus-msg.el (gnus-post-method): Changed two instances of
7138         `active' to `current' and one `null' to `not'.
7139
7140 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7141         From Katsumi Yamaoka <yamaoka@jpl.org>.
7142
7143         * message.el (message-setup-fill-variables): Use
7144         `normal-auto-fill-function' instead of `auto-fill-function'.
7145
7146 2001-10-16  Simon Josefsson  <jas@extundo.com>
7147
7148         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
7149         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
7150         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
7151
7152 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7153         Patch by Oliver Scholz <oscholz@my.gnus.org>.
7154
7155         * gnus-draft.el (gnus-draft-edit-message): Add text property
7156         `field' with value `header' to message headers.
7157         * message.el (message-setup-1): Really add text property to all of
7158         the header, not just part of it.
7159
7160 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7161
7162         * gnus-group.el (gnus-group-sort-by-server): Use it.
7163
7164         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
7165
7166         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
7167         and keystroke.
7168
7169 2001-10-14  Simon Josefsson  <jas@extundo.com>
7170
7171         * dig.el: Doc fix.
7172
7173         * smime.el: Doc fix.
7174
7175         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
7176         charset magic from message.el.
7177
7178 2001-10-12  Simon Josefsson  <jas@extundo.com>
7179         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
7180
7181         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
7182         'cite from g-a-wash-types.
7183         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
7184         (gnus-article-hide-citation): Fix.
7185
7186         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
7187         character.
7188         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
7189
7190         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
7191         definition.
7192         (gnus-signature-toggle): Toggle `s' mode line character.
7193
7194         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
7195         doing stuff that clears it.
7196
7197 2001-10-12  Simon Josefsson  <jas@extundo.com>
7198
7199         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
7200         From Eric Marsden <emarsden@laas.fr>.
7201
7202 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7203
7204         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
7205         (autoload): Add some autoloads.
7206
7207 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7208         Suggested by Oliver Scholz <epameinondas@gmx.de>.
7209
7210         * message.el (message-do-auto-fill): New function.  Like
7211         `do-auto-fill' but don't fill when in the message header.
7212         (message-setup-1): Put a text property on the message header.
7213         (message-setup-fill-variables): Use `message-do-auto-fill'.
7214
7215 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7216
7217         * message.el (message-send-mail-partially): Insert an empty line
7218         first, because of the change of message-make-lines.
7219
7220 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
7221
7222         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
7223         iso-8859-15, make it an alias for iso-8859-1.
7224
7225 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7226
7227         * message.el (message-send-news): Don't modify the value of
7228         `message-syntax-checks' if it is not a list (possibly it is
7229         `dont-check-for-anything-just-trust-me').
7230
7231 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7232
7233         * gnus-group.el (gnus-group-name-charset-group-alist): Use
7234         `find-coding-system' for XEmacs to check whether the coding-system
7235         `utf-8' is available.
7236
7237 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7238
7239         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
7240
7241 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
7242
7243         * message.el (message-send-news): Oops, missed case with no
7244         "Followup-To" header...
7245
7246 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
7247
7248         * message.el (message-send-news): Allow
7249         `gnus-group-name-charset-group-alist' to affect encoding of the
7250         "Newsgroups" and "Followup-To" headers.
7251
7252 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7253
7254         * Makefile.in (install-el): Depend on gnus-load.el.
7255
7256 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7257
7258         * Makefile.in (install-el): Use -f.
7259         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
7260
7261 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
7262
7263         * message.el (message-send-news): Don't encode Followups-To when
7264         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
7265
7266         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
7267         header.
7268
7269         * gnus-art.el (article-decode-group-name): Also decode
7270         "Followup-To".
7271
7272         * rfc2047.el (rfc2047-encode-message-header): Encode without
7273         asking for null methods.
7274
7275         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
7276         default charset for newsgroup names in accordance with USEFOR.
7277
7278         * gnus-group.el (gnus-group-name-charset-method-alist,
7279         gnus-group-name-charset-group-alist): Removed "*" from doc
7280         strings, "*" should not be used for complex variables.
7281
7282 2001-10-06  Simon Josefsson  <jas@extundo.com>
7283
7284         Support UTF-8 group names better.
7285
7286         * message.el (message-check-news-header-syntax): Encode group
7287         names before comparison.
7288
7289         * gnus-msg.el (gnus-copy-article-buffer): Run all
7290         `gnus-article-decode-hook's except `article-decode-charset'
7291         instead of hardcoding call to one of them.
7292
7293         * gnus-art.el (gnus-article-decode-hook): Add
7294         `article-decode-group-name'.
7295         (article-decode-group-name): New function, use `g-d-n'.
7296
7297         * gnus-group.el (gnus-group-insert-group-line): Decode
7298         gnus-tmp-group using `g-d-n'.
7299
7300         * gnus-util.el (gnus-decode-newsgroups): New function.
7301
7302 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
7303
7304         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
7305         `gnus-group-name-charset-group-alist'.
7306
7307 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7308
7309         * Makefile.in: Install el in install. Add uninstall.
7310
7311 2001-10-05  Simon Josefsson  <jas@extundo.com>
7312
7313         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
7314
7315         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
7316
7317         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
7318         empty folders.
7319
7320         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
7321         limiting if read-all (C-u RET) was used.
7322
7323 2001-10-04  Simon Josefsson  <jas@extundo.com>
7324
7325         * mail-source.el (mail-source-movemail-program): New variable.
7326         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
7327         <thutt@thutt.vmware.com>.
7328
7329 2001-10-03  Simon Josefsson  <jas@extundo.com>
7330
7331         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
7332         (gnus-summary-line-format-alist): Fix param.
7333
7334 2001-10-02  Simon Josefsson  <jas@extundo.com>
7335
7336         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
7337         don't go through `nnimap-request-expire-articles' to delete the
7338         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
7339
7340 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7341
7342         * gnus-agent.el (gnus-agent-write-active): The min in the
7343         agent/active may be larger than that in the server/active.
7344
7345 2001-10-01  Simon Josefsson  <jas@extundo.com>
7346
7347         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
7348         is IMAP4rev1.
7349
7350         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
7351
7352         * nnfolder.el: Ditto.
7353
7354 2001-09-30  Dan Christensen  <jdc@uwo.ca>
7355
7356         * gnus-sum.el (gnus-summary-extract-address-component): New function.
7357         (gnus-summary-from-or-to-or-newsgroups): Optimize.
7358
7359 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7360
7361         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
7362         (message-mode-menu): Menu item for same.
7363
7364         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
7365         delayed articles.
7366
7367         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
7368         nndraft:delayed does not exist.
7369         (gnus-delay-initialize): Don't set up keymap, that's done from
7370         message.el now.
7371         (gnus-delay, gnus-delay-group, gnus-delay-header)
7372         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
7373
7374 2001-09-29  Simon Josefsson  <jas@extundo.com>
7375
7376         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
7377         utf-8, not eight-bit-control.
7378
7379         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
7380         (imap-log, imap-debug): Custom.
7381         (imap-log-buffer, imap-debug-buffer): New constants.
7382         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
7383         (imap-network-open, imap-shell-open, imap-starttls-open)
7384         (imap-send-command-1, imap-send-command, imap-arrival-filter)
7385         (imap-debug): Use imap-*-buffer.
7386
7387         * nndoc.el (nndoc-article-type): Add mailman.
7388         (nndoc-type-alist): Ditto.
7389         (nndoc-mailman-type-p): New function.
7390
7391 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7392
7393         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
7394         gnus-art.el.
7395
7396 2001-09-27  Simon Josefsson  <jas@extundo.com>
7397
7398         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
7399         (gnus-topic-catchup-articles): New function. Suggested by Robin
7400         S. Socha <robin-dated-1001857693.185e29@socha.net>.
7401
7402 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7403         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
7404
7405         * gnus-ems.el (gnus-article-display-xface): Insert xface after
7406         previous ones.
7407
7408 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7409         From Daiki Ueno  <ueno@unixuser.org>
7410
7411         * gnus-sum.el (gnus-summary-show-article): The arglist of
7412         detect-coding-region is incompatible.
7413
7414 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7415         From Katsuhiro Hermit Endo <hermit@koka-in.org>
7416
7417         * gnus-group.el (gnus-group-delete-group): Typo.
7418
7419 2001-09-26  Simon Josefsson  <jas@extundo.com>
7420
7421         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
7422
7423         * nnimap.el (nnimap-expiry-target): Use temp buffer.
7424
7425 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7426
7427         * gnus-cus.el (gnus-group-parameters): Display as sexp.
7428
7429 2001-09-22  Simon Josefsson  <jas@extundo.com>
7430
7431         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
7432
7433         * nnfolder.el (nnfolder-open-marks): Ditto.
7434
7435         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
7436         (gnus-update-marks): Use it.
7437         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
7438         hardcoded list.
7439
7440         * gnus.el (gnus-article-special-mark-lists): Add killed.
7441         (gnus-article-unpropagated-mark-lists): New constant.
7442
7443 2001-09-22  Simon Josefsson  <jas@extundo.com>
7444
7445         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
7446         custom option.
7447
7448 2001-09-23  Simon Josefsson  <jas@extundo.com>
7449
7450         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
7451
7452 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7453
7454         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
7455
7456 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
7457
7458         * gnus-group.el (gnus-group-sort-function): Fix customize type to
7459         accept lists of functions.
7460
7461 2001-09-20  Simon Josefsson  <jas@extundo.com>
7462
7463         * gnus-group.el (gnus-group-catchup): Update expire marks in
7464         backend.  Also, if ALL also set expire marks on tick/dormant.
7465
7466 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7467
7468         * message.el (message-tab-body-function): New variable.
7469         * message.el (message-tab): Use it.
7470
7471 2001-09-19  Sam Steingold  <sds@gnu.org>
7472
7473         * gnus-win.el (gnus-buffer-configuration): Respect
7474         `gnus-bug-create-help-buffer'.
7475
7476 2001-09-18  Simon Josefsson  <jas@extundo.com>
7477
7478         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
7479         (gnus-parse-simple-format): Re-revert.
7480
7481 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
7482         Trivial patch.
7483
7484         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
7485         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
7486
7487 2001-09-18  Simon Josefsson  <jas@extundo.com>
7488
7489         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
7490         signed.
7491         (gnus-parse-simple-format): Don't use it.
7492
7493 2001-09-17  Miles Bader  <miles@gnu.org>
7494
7495         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
7496         error querying a backend abort the whole process.
7497
7498 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7499
7500         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
7501         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
7502
7503 2001-09-17  Didier Verna  <didier@xemacs.org>
7504
7505         * nndiary.el: version 0.2-b14.
7506         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
7507         compatibility problem with XEmacs 21.1.
7508
7509 2001-09-15  Simon Josefsson  <jas@extundo.com>
7510
7511         * gnus-group.el (gnus-group-line-format): Document %c.
7512
7513         * nnml.el (nnml-parse-head): Handle CRLF files.
7514         (nnml-generate-nov-file): Ditto.
7515         (nnml-retrieve-headers): Ditto.
7516
7517 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
7518
7519         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
7520
7521 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
7522
7523         * gnus-spec.el (gnus-correct-substring): Still stopped one
7524         character before we wanted (never included last character).
7525         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
7526         add missing "," (once per function)
7527
7528 2001-09-14  Simon Josefsson  <jas@extundo.com>
7529
7530         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
7531         (otherwise e.g. gnus-agentize in .gnus overrides the customized
7532         default before gnus-group is loaded and the variable set.)
7533
7534         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
7535         killed or unsent marks.
7536
7537         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
7538         isn't an article to set it on (e.g. when you `a' in a group).
7539
7540 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7541
7542         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
7543         can read e-mails from Microsoft Outlook users not using ISO
7544         8859-2 character set.
7545
7546 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7547
7548         * gnus-diary.el: Minor modifications to avoid warnings.
7549         (gnus-summary-misc-menu): defvar.
7550         (gnus-diary-check-message): Use gnus-point-at-eol.
7551         (gnus-diary-kill-entire-line): eval-and-compile.
7552
7553 2001-09-12  Didier Verna  <didier@xemacs.org>
7554
7555         * nndiary.el: new version (0.2-b13).
7556         * nndiary.el (nndiary-mail-sources): doc update.
7557         * nndiary.el (nndiary-split-methods): ditto.
7558         * nndiary.el (nndiary-request-accept-article-hooks): New.
7559         * nndiary.el (nndiary-request-accept-article): use it, check
7560         message validity.
7561         * nndiary.el (nndiary-get-new-mail): changed default to nil.
7562         * nndiary.el (nndiary-schedule): fix bug (misplaced
7563         condition-case): it didn't return nil on error.
7564         * gnus-diary.el: new version.
7565         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
7566         * gnus-diary.el (gnus-diary-header-value-history): New.
7567         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
7568         * gnus-diary.el (gnus-diary-add-header): New.
7569         * gnus-diary.el (gnus-diary-check-message): New.
7570         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
7571         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
7572
7573 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7574
7575         * gnus-sum.el (gnus-select-newsgroup): Make
7576         `gnus-current-select-method' buffer-local.
7577
7578         * gnus-art.el (gnus-request-article-this-buffer): Refer
7579         `gnus-current-select-method' in the current summary buffer.
7580
7581 2001-09-10  Simon Josefsson  <jas@extundo.com>
7582         From Daniel Pittman <daniel@rimspace.net>
7583
7584         * gnus-spec.el (gnus-correct-pad-form): Fix.
7585
7586 2001-09-09  Simon Josefsson  <jas@extundo.com>
7587
7588         * mm-decode.el (mm-inline-media-tests): Add
7589         application/x-emacs-lisp.
7590         (mm-attachment-override-types): Add
7591         application/{x-,}pkcs7-signature.
7592
7593         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
7594         (gnus-server-line-format, gnus-server-mode-line-format)
7595         (gnus-server-browse-in-group-buffer): Customize.
7596
7597 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7598
7599         * nnml.el (nnml-marks-changed-p): Typo.
7600         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
7601         (nnml-marks-changed-p): Use gnus-gethash.
7602         (nnml-marks-modtime): Use gnus-make-hashtable.
7603
7604         * nnfolder.el (nnfolder-marks-changed-p): Typo.
7605         (nnfolder-request-expire-articles, nnfolder-save-marks)
7606         (nnfolder-open-marks): Typo.
7607         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
7608         (nnfolder-marks-changed-p): Use gnus-gethash.
7609         (nnfolder-marks-modtime): Use gnus-make-hashtable.
7610
7611 2001-09-08  Simon Josefsson  <jas@extundo.com>
7612
7613         * nnfolder.el (nnfolder-marks-modtime): New variable.
7614         (nnfolder-marks-changed-p): New function.
7615         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
7616         (nnfolder-request-update-info): Don't update if marks didn't change.
7617
7618         * nnml.el (nnml-marks-modtime): New variable.
7619         (nnml-marks-changed-p): New function.
7620         (nnml-save-marks, nnml-open-marks): Save modtime.
7621         (nnml-request-update-info): Don't update if marks didn't change.
7622
7623         * gnus-agent.el (gnus-agent-any-covered-gcc)
7624         (gnus-agent-add-server, gnus-agent-remove-server): Use
7625         gnus-agent-method-p.
7626
7627         * gnus-art.el (gnus-buttonized-mime-types): New variable.
7628         (gnus-unbuttonized-mime-type-p): Use it.
7629
7630         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
7631         fetch group.
7632
7633 2001-09-08  Simon Josefsson  <jas@extundo.com>
7634         From Daniel Pittman <daniel@rimspace.net>
7635
7636         * gnus-spec.el (gnus-correct-pad-form): New function.
7637         (gnus-parse-simple-format): Use it.
7638
7639 2001-09-07  Simon Josefsson  <jas@extundo.com>
7640
7641         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
7642         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
7643         Putnam <reader@newsguy.com>.
7644         (gnus-group-sort-selected-groups): Touch dribble file.
7645
7646 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
7647
7648         * nnml.el (nnml-filenames-are-evil): New variable.
7649         (nnml-article-to-file-alist): Rename to ...
7650         (nnml-current-group-article-to-file-alist): ... this.
7651         Respect `nnml-filenames-are-evil'.
7652         (nnml-active-number): Update.
7653         (nnml-update-file-alist): Update.
7654         (nnml-request-article): Use nnheader-article-to-file-alist.
7655         (nnml-request-rename-group): Likewise.
7656
7657 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7658
7659         * gnus-sum.el (gnus-summary-insert-line): Fix.
7660
7661 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
7662
7663         * gnus-sum.el: Bind g-s-t-s to "W g".
7664         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
7665         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
7666         display of graphical smilies.
7667
7668 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7669
7670         * gnus-start.el (gnus-setup-news): A typo.
7671         From Bill White <billw@wolfram.com>.
7672
7673 2001-09-06  Simon Josefsson  <jas@extundo.com>
7674
7675         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
7676         and unseen marks.
7677
7678 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7679
7680         * nnmail.el (nnmail-split-fancy): Document `junk'.
7681
7682 2001-09-04  Simon Josefsson  <jas@extundo.com>
7683
7684         * imap.el (imap-search): Don't error if server is broken.
7685
7686 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
7687
7688         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
7689         searching for an article that isn't in the mbox.
7690
7691 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7692
7693         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
7694         right, and get all the comments.
7695
7696 2001-09-02  Simon Josefsson  <jas@extundo.com>
7697         Suggested by Dan Christensen <jdc+news@uwo.ca>
7698
7699         * nnfolder.el (nnfolder-request-update-info): Fix message.
7700
7701         * nnml.el (nnml-request-update-info): Ditto.
7702
7703 2001-09-01  Simon Josefsson  <jas@extundo.com>
7704
7705         * nnml.el (nnml-request-expire-articles): Also bind
7706         `nnml-current-group' and `nnml-article-file-alist' when using
7707         expiry-target. (Otherwise nnml will be in a inconsistent internal
7708         state causing all kind of problems.)
7709         (nnml-request-expire-articles): If `nnml-article-to-file' or
7710         `file-attributes' failes, return article as un-expirable instead
7711         of treating it as expired.
7712
7713 2001-08-31  Sam Steingold  <sds@gnu.org>
7714
7715         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
7716         typo: `exmine' --> `examine'.
7717
7718 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7719
7720         * nndoc.el (nndoc-forward-type-p): It is not a digest.
7721
7722 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7723
7724         * nnml.el (nnml-check-directory-twice): Remove.
7725         (nnml-retrieve-headers): Ditto.
7726         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
7727
7728 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7729
7730         * nnheader.el (nnheader-directory-files-is-safe): No need to read
7731         directory twice on Windows, or on GNU Emacs-21.
7732
7733 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7734
7735         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
7736         (nnml-request-rename-group): Ditto.
7737         (nnml-active-number): Ditto.
7738         (nnml-request-create-group): Use nnml-directory-articles.
7739         (nnml-request-expire-articles): Use nnml-directory-articles, which
7740         gets list from nov database if available.
7741         (nnml-get-nov-buffer): New function.
7742         (nnml-open-nov): Use it.
7743         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
7744         gets alist from nov database if available.
7745         (nnml-directory-articles): New function.
7746         (nnml-article-to-file-alist): New function.
7747
7748 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7749
7750         * mm-decode.el (mm-display-external): Use `name' as filename, if
7751         `filename' attribute is not present.
7752
7753 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7754
7755         * mail-source.el (mail-source-flash): New defcustom.
7756         (mail-source-new-mail-p): Ring visible bell if appropriate.
7757         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
7758         timer is cleared even if mail check signals an error.
7759
7760 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7761
7762         * gnus-sum.el (gnus-summary-move-article): Only update marks of
7763         type 'list.
7764
7765 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7766
7767         * flow-fill.el (fill-flowed): eol might be point-max.
7768
7769 2001-08-27  Simon Josefsson  <jas@extundo.com>
7770
7771         * nnml.el (nnml-request-update-info): Fix message.
7772         (nnml-open-marks): Ditto.
7773
7774         * nnfolder.el (nnfolder-request-update-info):
7775         (nnfolder-open-marks): Fix message.
7776
7777 2001-08-25  Simon Josefsson  <jas@extundo.com>
7778
7779         * nnfolder.el (nnfolder-save-marks): Don't create directory named
7780         after group in ~/.
7781
7782 2001-08-25  Simon Josefsson  <jas@extundo.com>
7783         From Andreas Jaeger  <aj@suse.de>
7784
7785         * nnfolder.el (nnfolder-open-marks): Fix typo.
7786         * nnml.el (nnml-open-marks): Likewise.
7787
7788 2001-08-25  Simon Josefsson  <jas@extundo.com>
7789
7790         Make nnfolder groups self-contained as far as marks are concerned.
7791
7792         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
7793         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
7794         (nnfolder-open-server): Make marks directory.
7795         (nnfolder-request-delete-group): Delete marks file.
7796         (nnfolder-request-delete-group): Check of nov/marks file exist
7797         before deleting.
7798         (nnfolder-request-rename-group): Rename marks file.
7799         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
7800         (nnfolder-request-set-mark, nnfolder-request-update-info)
7801         (nnfolder-group-marks-pathname, nnfolder-save-marks)
7802         (nnfolder-open-marks): New functions.
7803         (top-level): Require gnus.
7804
7805 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7806
7807         * nnweb.el (nnweb-type-definition): Use google raw file.
7808         (nnweb-google-parse-1): Ditto.
7809         (nnweb-google-identity): Ditto.
7810         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
7811         (nnweb-altavista-wash-article): Ditto.
7812         (nnweb-request-article): Remove nnweb-decode-entities.
7813
7814         * nnml.el: Require 'gnus.
7815
7816 2001-08-25  Simon Josefsson  <jas@extundo.com>
7817
7818         * nnml.el (nnml-marks-is-evil): Add doc.
7819
7820 2001-08-25  Simon Josefsson  <jas@extundo.com>
7821
7822         * nnml.el (nnml-save-marks): Wrap saving marks in a
7823         condition-case, to allow user to start Gnus if saving marks failed
7824         for some reason.
7825
7826 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7827
7828         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
7829
7830         * gnus-group.el (gnus-update-group-mark-positions): Bind
7831         gnus-group-update-hook to nil.
7832
7833 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7834
7835         * mml.el (mml-generate-mime-1): Force as multibyte string.
7836
7837 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7838
7839         * gnus-sum.el (gnus-summary-insert-line)
7840         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
7841         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
7842
7843         * gnus-spec.el (gnus-correct-substring): Take optional END.
7844
7845         * nnrss.el (nnrss-request-article): Remove \n.
7846         (nnrss-retrieve-headers): Lines number is -1.
7847
7848 2001-08-24  Simon Josefsson  <jas@extundo.com>
7849
7850         * gnus-group.el (gnus-info-clear-data): Call
7851         nnfoo-request-set-mark to propagate marks.  Fix bug:
7852         `gnus-group-update-line' doesn't update read range unless we call
7853         `gnus-get-unread-articles-in-group' first.
7854
7855         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
7856         to server.
7857
7858 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7859
7860         * gnus-util.el (gnus-create-info-command): Return an interactive
7861         function.
7862
7863 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7864         From Katsumi Yamaoka <yamaoka@jpl.org>
7865
7866         * gnus-spec.el (gnus-parse-complex-format): Use equal.
7867
7868 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7869
7870         * gnus-sum.el (gnus-select-newsgroup): Use it.
7871
7872         * gnus-util.el (gnus-not-ignore): New function.
7873
7874         * lpath.el (featurep): Don't fbind char-int.
7875
7876         * gnus-util.el (gnus-create-info-command): New function.
7877
7878         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
7879         right node.
7880
7881         * gnus-sum.el (gnus-select-newsgroup): Clean up.
7882         (gnus-summary-limit-children): Use 'identity instead of `all'.
7883         (gnus-summary-limit-to-display-predicate): New command and
7884         keystroke.
7885
7886 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7887
7888         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
7889
7890         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
7891
7892 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7893
7894         * gnus-spec.el: Add the Gnus version.
7895         (gnus-update-format-specifications): If the Gnus version changes,
7896         nix out the format spec cache.
7897
7898         * gnus.el (gnus-continuum-version): Made into a command and
7899         optionalize the VERSION.
7900
7901         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
7902         the start of the lines.
7903
7904 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7905
7906         * gnus.el (gnus-visual-p): Define function before use of
7907         function.
7908
7909 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7910
7911         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
7912         (gnus-article-mark-to-type): New function.
7913         (gnus-update-missing-marks): Only update marks of type 'list.
7914
7915         * gnus.el (gnus-article-special-mark-lists): New variable.
7916
7917 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7918
7919         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
7920         (gnus-select-newsgroup): Still use 'all.
7921         (gnus-summary-initial-limit): Comparing with 'all.
7922
7923 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7924
7925         * gnus-start.el (gnus-activate-group): If dont-check, don't update
7926         active.
7927
7928 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7929
7930         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
7931         nnslashdot-*-retrieve-headers.
7932         (nnslashdot-request-article): Fix for slashcode 2.2.
7933         (nnslashdot-make-tuple): New function.
7934         (nnslashdot-read-groups): Use it.
7935
7936 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7937
7938         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
7939         list.
7940
7941         * gnus-sum.el (gnus-summary-move-article): Don't select article.
7942
7943 2001-08-20  Simon Josefsson  <jas@extundo.com>
7944
7945         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
7946         opened, error instead of continuing (and exploding later).
7947
7948 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7949
7950         * gnus.el (gnus-expand-group-parameters): Return the parameter
7951         list.
7952
7953         * gnus-sum.el (gnus-summary-show-article): Doc fix.
7954         (gnus-summary-show-article): Guess at charset if required.
7955
7956         * gnus-spec.el (gnus-correct-substring): Stopped one character
7957         before we wanted.
7958
7959 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7960
7961         * earcon.el (earcon-auto-play): Remove unused option.
7962
7963 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7964
7965         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
7966         message down in levels, since it happens very fast.
7967
7968         * smiley-ems.el (smiley-update-cache): Respect the symbol version
7969         of smiley-regexp-alist.
7970
7971         * mm-view.el (mm-inline-text): Ignore vcard errors.
7972
7973         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
7974
7975         * gnus-score.el (gnus-all-score-files): Use append instead of
7976         nconc.
7977
7978         * gnus.el (gnus-splash-face): Doc fix.
7979
7980         * mm-decode.el (mm-mailcap-command): Use
7981         mm-path-name-rewrite-functions.
7982         (mm-path-name-rewrite-functions): New variable.
7983
7984         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
7985         (gnus-complex-form-to-spec): Insert tab.
7986         (gnus-spec-tab): New function.
7987
7988         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
7989         entering the group.
7990
7991         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
7992         the positional spec.
7993         (gnus-parse-complex-format): React to %C.
7994
7995         * gnus-ems.el (gnus-char-width): Moved here.
7996
7997         * gnus-sum.el (gnus-select-newsgroup): Set
7998         gnus-newsgroup-articles.
7999         (gnus-unseen-mark): New variable.
8000         (gnus-newsgroup-unseen): Ditto.
8001         (gnus-newsgroup-seen): Ditto.
8002         (gnus-adjust-marked-articles): Use them.
8003         (gnus-update-marks): Use them.
8004         (gnus-summary-update-secondary-mark): Display.
8005         (gnus-summary-prepare-threads): Display.
8006
8007         * gnus-msg.el (gnus-inews-group-method): Use and return the
8008         method, not the server.
8009
8010 2001-08-19  Simon Josefsson  <jas@extundo.com>
8011
8012         * gnus-srvr.el (gnus-server-agent-face): New.
8013         (gnus-server-agent-face): New.
8014         (gnus-server-mode): Turn on font-lock-mode.
8015
8016         * gnus.el (gnus-server-visual): Add defgroup.
8017
8018 2001-08-19  Simon Josefsson  <jas@extundo.com>
8019         From Joe Casadonte <jcasadonte@northbound-train.com>
8020
8021         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
8022         gnus-server-denied-face): New.
8023         (gnus-server-opened-face, gnus-server-closed-face,
8024         gnus-server-denied-face): New.
8025         (gnus-server-font-lock-keywords): Add.
8026
8027 2001-08-19  Simon Josefsson  <jas@extundo.com>
8028
8029         * nnml.el (nnml-request-set-mark): Return nil.
8030         (nnml-save-marks): Use nnml-possibly-create-directory.
8031         (nnml-open-marks): Only work in temp buffer when inserting/reading
8032         .marks file.
8033
8034 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8035
8036         * gnus.el (gnus-expand-group-parameters): Fix.
8037
8038         * gnus-spec.el (gnus-char-width): New function.
8039         (gnus-correct-substring, gnus-correct-length): Use it.
8040
8041         * message.el (message-required-mail-headers): Fix doc.
8042
8043 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8044
8045         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
8046
8047         * mm-decode.el (mm-save-part-to-file): Insert the handle.
8048
8049 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8050
8051         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
8052         slashdot 2.2 (not fully fixed yet).
8053         (nnslashdot-request-article): Ditto.
8054
8055 2001-08-18  Simon Josefsson  <jas@extundo.com>
8056
8057         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
8058         nnimap.
8059
8060         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
8061         gnus-util.
8062         (nnimap-request-update-info-internal): Use new functions.
8063
8064         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
8065         new functions.
8066
8067 2001-08-18  Simon Josefsson  <jas@extundo.com>
8068
8069         Make nnml groups self-contained as far as marks are concerned.
8070
8071         * nnml.el (nnml-request-delete-group): Delete marks file.
8072         (nnml-request-rename-group): Move marks file.
8073         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
8074         variables.
8075         (nnml-request-set-mark, nnml-request-update-info): New server
8076         functions.
8077         (nnml-save-marks, nnml-open-marks): New functions.
8078
8079 2001-08-18  Simon Josefsson  <jas@extundo.com>
8080
8081         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
8082         `set' when setting marks.
8083
8084 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8085
8086         * gnus.el (gnus-info-find-node): Take an argument.
8087
8088         * gnus-art.el (gnus-button-handle-info): New function.
8089         (gnus-url-unhex-string): Replace "+" with " ".
8090
8091 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8092
8093         * message.el (message-check-news-header-syntax): Check bad From.
8094
8095 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8096
8097         * gnus-spec.el (gnus-correct-length): New function.
8098         (gnus-correct-substring): New function.
8099         (gnus-tilde-max-form): Use it.
8100
8101 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
8102
8103         * nnmh.el: Docstring changes as below.
8104
8105         * nnml.el: Docstring changes as below.
8106
8107         * nnbabyl.el: Docstring changes as below.
8108
8109         * nnmbox.el: Docstring changes as below.
8110
8111         * nnfolder.el: Added docstrings identifying each virtual server
8112         parameter.
8113
8114 2001-08-18  Simon Josefsson  <jas@extundo.com>
8115
8116         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
8117
8118 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
8119
8120         * message.el: rename "Abort Message" to "Postpone Message".
8121         Remove "Attach file as MIME" from Message menu, it's already in
8122         the MIME menu.
8123
8124 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8125
8126         * smime.el (smime-point-at-eol): eval-and-compile.
8127         (smime-make-temp-file): New function.
8128         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
8129         Use it.
8130
8131 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8132
8133         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
8134         (gnus-agent-summary-fetch-group): New command and keystroke.
8135
8136         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
8137         (gnus-mime-display-security): Make it respect
8138         gnus-unbuttonized-mime-type-p.
8139
8140         * gnus-sum.el (gnus-articles-to-read): Comments.
8141         (gnus-article-marked-p): New function.
8142         (gnus-summary-display-make-predicate): New function.
8143         (gnus-select-newsgroup): Use them.
8144
8145         * mm-decode.el (mm-save-part-to-file): Made it not error.
8146
8147 2001-08-17  Simon Josefsson  <jas@extundo.com>
8148
8149         * imap.el (imap-wait-for-tag): If process-status isn't open or
8150         run, return nil instead of sit-for looping.
8151
8152 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8153
8154         * lpath.el (featurep): fbind xml-parse-region.
8155
8156         * gnus.el (gnus-message-archive-method): Default to "archive".
8157         (gnus-message-archive-method): Doc fix.
8158         (gnus-parameters-get-parameter): Cleaned up.
8159         (gnus-expand-group-parameter): New function.
8160
8161         * gnus-start.el (gnus-setup-news): Push the archive server only
8162         the server list.
8163
8164         * mml.el (mml-menu): Changed name to "Attachments".
8165
8166         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
8167         when there is something to detroy.
8168
8169 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8170
8171         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
8172         nil.
8173
8174 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8175
8176         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
8177         which specifies a time today or tomorrow.
8178
8179 2001-08-15  Simon Josefsson  <jas@extundo.com>
8180         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
8181
8182         * gnus-agent.el (gnus-agent-make-mode-line-string)
8183         (gnus-agent-toggle-plugged): Use new API.
8184
8185 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8186
8187         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
8188         deadline has expired.
8189
8190 2001-08-12  Simon Josefsson  <jas@extundo.com>
8191         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
8192
8193         Support `recent' mark indicating newly arrived messages (to
8194         separate from old but unread messages).
8195
8196         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
8197         `nnmail-split-history' if recent is > 0.
8198         (nnimap-request-update-info-internal): Update `recent' marks.
8199         (nnimap-request-set-mark): Never set `recent' marks.
8200         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
8201         recent.
8202
8203         * gnus-sum.el (gnus-recent-mark): New mark.
8204         (gnus-newsgroup-recent): New variable.
8205         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
8206         (gnus-summary-prepare-threads): Mark recent articles.
8207         (gnus-summary-add-mark): Support recent.
8208         (gnus-summary-update-secondary-mark): Support recent.
8209
8210         * gnus.el (gnus-article-mark-lists): Add recent.
8211
8212 2001-08-12  Simon Josefsson  <jas@extundo.com>
8213
8214         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
8215         whether successful decoding took place.  Add doc.
8216
8217 2001-08-12  Simon Josefsson  <jas@extundo.com>
8218         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
8219
8220         * gnus.el (gnus-summary-line-format, gnus-parameters):
8221         * gnus-gl.el (gnus-summary-grouplens-line-format):
8222         * gnus-salt.el (gnus-summary-pick-line-format):
8223         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
8224
8225 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
8226         Committed by Kai Gro\e,b_\e(Bjohann.
8227
8228         * gnus-score.el (gnus-score-string): Fix `match' regexp
8229         for `extra' header case.
8230
8231 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8232
8233         * nnmbox.el (nnmbox-read-mbox): No warning.
8234
8235 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8236
8237         * nndoc.el (nndoc-article-type): Fix doc.
8238         (nndoc-generate-article-function): New variable.
8239         (nndoc-dissection-function): New variable.
8240         (nndoc-type-alist): Add oe-dbx.
8241         (nndoc-oe-dbx-type-p): New function.
8242         (nndoc-oe-dbx-dissection): New function.
8243         (nndoc-oe-dbx-generate-article): New function.
8244
8245 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8246
8247         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
8248         whether deadline has been reached.  Patch from Dan Nicolaescu
8249         <dann@godzilla.ics.uci.edu>.
8250
8251 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8252
8253         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
8254         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
8255         <rintaman@cs.Helsinki.FI>.
8256
8257         * mail-source.el (mail-source-movemail): The error buffer is
8258         modified, but nothing in it.
8259
8260 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8261
8262         * message.el (message-bogus-system-names): New variable.
8263         (message-make-fqdn): Use it.
8264
8265 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8266
8267         * nndraft.el (nndraft-request-group): Use
8268         nndraft-auto-save-file-name.
8269
8270 2001-08-09  Simon Josefsson  <jas@extundo.com>
8271
8272         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
8273         Don't ask whether to decrypt.  Just leave result in buffer (don't
8274         call mm).
8275
8276         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
8277         parts as well.
8278         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
8279         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
8280
8281 2001-08-09  Simon Josefsson  <jas@extundo.com>
8282
8283         * mm-decode.el (mm-insert-part): Return decoding success status.
8284         (mm-save-part-to-file): Error if decoding failed.
8285
8286 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8287
8288         * message.el (message-tab): Use indent-relative.
8289         (message-mode): Don't bind indent-line-function to indent-relative.
8290
8291 2001-08-09  Simon Josefsson  <jas@extundo.com>
8292
8293         * message.el (message-get-reply-headers): Fix string. Suggested by
8294         Christoph Conrad <cc@cli.de>.
8295
8296 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8297
8298         * message.el (message-tab): Use the current value of
8299         indent-line-function.
8300         (message-mode): Bind indent-line-function to indent-relative.
8301
8302 2001-08-08  Simon Josefsson  <jas@extundo.com>
8303
8304         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
8305         whether `imtest' is installed.
8306
8307 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8308         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
8309
8310         * gnus-sum.el (gnus-summary-show-article): Call
8311         gnus-summary-update-secondary-secondary-mark.
8312         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
8313         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
8314
8315 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8316
8317         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
8318
8319         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
8320
8321         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
8322         <gerd@gnu.org>.
8323
8324         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
8325
8326         * gnus-util.el (gnus-output-to-rmail): Ditto.
8327         (gnus-output-to-mail): Ditto.
8328
8329         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
8330
8331 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
8332
8333         * message.el (message-indent-citation): Use
8334         `message-yank-cited-prefix' for empty lines.
8335
8336 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
8337
8338         * message.el (message-indent-citation): Quote only lines starting
8339         with ">" using `message-yank-cited-prefix'.
8340
8341 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
8342         Trivial patch.
8343
8344         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
8345         gnus-cache-fully-p.
8346
8347 2001-08-04  Simon Josefsson  <jas@extundo.com>
8348
8349         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
8350         file if it doesn't exist (by calling gnus-cache-read-active).
8351
8352 2001-08-04  Simon Josefsson  <jas@extundo.com>
8353
8354         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
8355         (gnus-cache-passively-or-fully-p): Removed.
8356         (gnus-cache-fully-p): Fix it.
8357
8358         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
8359
8360 2001-08-04  Simon Josefsson  <jas@extundo.com>
8361
8362         * gnus-cache.el (gnus-cache-fully-p)
8363         (gnus-cache-passively-or-fully-p): New functions.
8364         (gnus-cache-possibly-enter-article): Cosmetic change, use
8365         `g-c-p-o-f-p'.
8366         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
8367         was bogus (`g-c-p-a-a' does not change active info, just change
8368         the functions parameters).
8369         (gnus-cache-possibly-remove-articles-1): Make sure articles are
8370         not removed in groups that match `gnus-uncacheable-groups'.
8371
8372         Reported and modifications based on discussions with Nuutti
8373         Kotivuori <nuutti.kotivuori@smarttrust.com>.
8374
8375 2001-08-04  Simon Josefsson  <jas@extundo.com>
8376         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
8377
8378         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
8379         calls `gnus-cache-update-active' if bounds has been extended.
8380
8381 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8382
8383         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
8384         before remove.
8385         (gnus-mime-security-show-details): Ditto.
8386
8387 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8388
8389         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
8390         syntax.  Protect string-match against nil string and regexp.
8391
8392 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8393
8394         * mm-util.el (mm-find-charset-region): Remove control-1.
8395
8396 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8397
8398         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
8399
8400 2001-08-04  Simon Josefsson  <jas@extundo.com>
8401
8402         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
8403         buffer.  Delete MIME-Version header.
8404
8405 2001-08-03  Simon Josefsson  <jas@extundo.com>
8406
8407         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
8408         that is entered does not necessarily have the highest article
8409         number in the group, so use `gnus-cache-possibly-alter-active'
8410         instead of `gnus-cache-update-active'.
8411
8412 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8413
8414         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
8415
8416 2001-08-03  Simon Josefsson  <jas@extundo.com>
8417
8418         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
8419         menu.
8420
8421 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8422
8423         * gnus.el (post-method): New group parameter.  It also provides
8424         the user option `gnus-post-method-alist' and the internal function
8425         `gnus-parameter-post-method'.
8426
8427         * gnus-msg.el (gnus-post-method): Bind the value of
8428         `gnus-post-method' to the group parameter if it is defined.
8429
8430 2001-08-02  Simon Josefsson  <jas@extundo.com>
8431
8432         * smime.el (smime-extra-arguments): Removed.
8433         (smime-call-openssl-region): Don't use it.
8434
8435 2001-08-02  Simon Josefsson  <jas@extundo.com>
8436
8437         * smime.el (smime-sign-region): Handle stderr.
8438         (smime-encrypt-region): Ditto.
8439
8440         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
8441         match the ASN.1 length bytes.
8442         (mm-pkcs7-enveloped-magic): Ditto.
8443         (mm-view-pkcs7-get-type): Don't regexp quote.
8444
8445 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8446         From Andreas Fuchs <asf@void.at>
8447
8448         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
8449
8450 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8451
8452         * gnus-art.el (gnus-header-button-alist): References regexp.
8453
8454 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
8455
8456         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
8457         already fboundp.  Add INTERACTIVE arg to autoload form.
8458
8459 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8460
8461         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
8462
8463         * nnmail.el (nnmail-cache-open): Ditto.
8464
8465 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8466
8467         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
8468
8469 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8470
8471         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
8472
8473 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8474         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8475
8476         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
8477         (gnus-agent-toggle-plugged): Use it.
8478
8479 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
8480
8481         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
8482         (gnus-ding-file-coding-system): New variable.
8483         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
8484         (gnus-slave-save-newsrc): Use it.
8485
8486 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8487
8488         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
8489         syntax.
8490
8491 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8492         Originally from Andreas Fuchs <asf@void.at>
8493
8494         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
8495         (mml2015-gpg-pretty-print-fpr): New function.
8496         (mml2015-gpg-extract-signature-details): More details, rename from
8497         `m-g-e-from'.
8498         (mml2015-gpg-verify): Use them.
8499         (mml2015-gpg-clear-verify): Use them.
8500
8501 2001-07-31  Simon Josefsson  <jas@extundo.com>
8502
8503         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
8504         buffer when done.
8505
8506 2001-07-30  Simon Josefsson  <jas@extundo.com>
8507
8508         * smime.el (smime-call-openssl-region): Revert previous change,
8509         just pass on buf to `call-process-region'.
8510         (smime-verify-region): Doc fix.  Don't message stuff.  Use
8511         `smime-new-details-buffer'.  Inserts error messages into buffer.
8512         (smime-noverify-region): Ditto.
8513         (smime-decrypt-region): Ditto.  Handles stderr separately.
8514         (smime-verify-buffer, smime-noverify-buffer)
8515         (smime-decrypt-buffer): Doc fix.
8516         (smime-new-details-buffer): New function.
8517         (smime-pkcs7-region, smime-pkcs7-certificates-region)
8518         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
8519         (smime-sign-region, smime-encrypt-region): Don't use
8520         `insert-buffer'.
8521
8522         * mml-smime.el (mml-smime-verify): Fix security button strings.
8523
8524 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8525
8526         * gnus-art.el (gnus-mime-save-part-and-strip): Save
8527         gnus-article-mime-handles.
8528
8529 2001-07-29  Simon Josefsson  <jas@extundo.com>
8530
8531         * mail-source.el (top-level): Require message for message-directory.
8532         (mail-source-directory): Change default to message-directory.
8533
8534         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
8535         (smime-certificate-directory, smime-openssl-program)
8536         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
8537         (smime-extra-arguments): New variable.
8538         (smime-dns-server): Fix customize group.
8539         (smime-call-openssl-region): Use `smime-extra-arguments'.
8540
8541 2001-07-29  Simon Josefsson  <jas@extundo.com>
8542         From Vladimir Volovich <vvv@vsu.ru>
8543
8544         * smime.el (smime-call-openssl-region): Ignore stderr.
8545
8546 2001-07-29  Simon Josefsson  <jas@extundo.com>
8547         From Christoph Conrad <christoph.conrad@gmx.de>
8548
8549         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
8550         file.
8551
8552 2001-07-29  Simon Josefsson  <jas@extundo.com>
8553
8554         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
8555
8556         Support S/MIME decryption.
8557
8558         * mm-decode.el (mm-inline-media-tests):
8559         (mm-inlined-types):
8560         (mm-automatic-display):
8561         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
8562
8563         * mm-view.el (mm-pkcs7-signed-magic):
8564         (mm-pkcs7-enveloped-magic): New variables.
8565         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
8566         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
8567         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
8568         PKCS#7 blobs.
8569
8570         * smime.el (smime-decrypt-region): Expand keyfile.
8571
8572 2001-07-29  Simon Josefsson  <jas@extundo.com>
8573
8574         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
8575         `ssl.el' variables.
8576
8577         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
8578         but line instead of narrowing to it, because `nnmail-parse-active'
8579         calls widen.  Thanks to Christoph Conrad
8580         <christoph.conrad@gmx.de>.
8581
8582 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8583
8584         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
8585         for %B spec.
8586
8587         * gnus-sum.el (gnus-summary-prepare-threads): If
8588         gnus-sum-thread-tree-root is nil, use subject instead.
8589         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
8590         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
8591         (gnus-sum-thread-tree-leaf-with-other)
8592         (gnus-sum-thread-tree-single-leaf): Documentation.
8593         (gnus-sum-thread-tree-single-indent): Allow nil.
8594
8595 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8596
8597         * message.el (message-fill-paragraph): Do nothing if the user
8598         wants filladapt-mode.
8599
8600 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8601
8602         * mm-decode.el (mm-image-type-from-buffer): New function.
8603         (mm-get-image): Use it.
8604
8605 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8606
8607         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
8608
8609         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
8610         mm-display-parts too.
8611
8612 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8613
8614         * nnfolder.el (nnfolder-request-accept-article): Bind
8615         nntp-server-buffer.
8616
8617         * nnmail.el (nnmail-parse-active): Read from buffer instead of
8618         nntp-server-buffer.
8619
8620 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8621
8622         * message.el (message-check-news-header-syntax): Use
8623         message-post-method.
8624         (message-send-news): Bind message-post-method.
8625
8626 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8627
8628         * mml.el (mml-tweak-type-alist): New variable.
8629         (mml-tweak-function-alist): New variable.
8630         (mml-tweak-part): New function.
8631         (mml-generate-mime-1): Use it.
8632
8633 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8634
8635         * nnfolder.el (nnfolder-request-accept-article): Replace
8636         nnfolder-request-list.
8637
8638 2001-07-27  Simon Josefsson  <jas@extundo.com>
8639
8640         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
8641         nnoo-change-server failed to do it.
8642
8643 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8644
8645         * gnus.el (gnus-parameters): Make it customizable.
8646
8647 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8648
8649         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
8650
8651         * message.el (message-set-auto-save-file-name): More
8652         poor-system-types.
8653
8654         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
8655
8656         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
8657         supports +.
8658
8659 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8660
8661         * mm-decode.el (mm-readable-p): New function.
8662         (mm-inline-media-tests): Fix the default testers.
8663
8664 2001-07-26  Simon Josefsson  <jas@extundo.com>
8665
8666         * nnimap.el (nnimap-version): Bump version number.
8667
8668 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8669         From Steven E. Harris <seh@speakeasy.org>
8670
8671         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
8672         in M$Windows too.
8673
8674 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8675
8676         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
8677
8678 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8679
8680         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
8681
8682         * mm-decode.el (mm-get-image): Guess then use the type.
8683
8684         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
8685
8686 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
8687
8688         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
8689         display (%B) for threads if threading is off.
8690
8691 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8692         From Henrik Enberg <henrik@enberg.org>
8693
8694         * gnus-msg.el: Customization patch.
8695
8696 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
8697
8698         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
8699         variable.
8700         (nnmail-split-fancy-with-parent): Ignore certain groups.
8701
8702 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8703
8704         * gnus-util.el (gnus-byte-compile): New function.
8705         (gnus-use-byte-compile): New variable.
8706         (gnus-make-sort-function): Use it.
8707
8708         * nnmail.el (nnmail-get-new-mail): Use it.
8709
8710         * gnus-agent.el (gnus-category-make-function): Simple function or
8711         compiled function.
8712         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
8713
8714         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
8715         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
8716         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
8717
8718         * message.el (message-check-news-header-syntax): Remove quote.
8719
8720 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8721
8722         * message.el (message-use-mail-followup-to): `t' is not a
8723         documented value.
8724
8725 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8726
8727         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
8728
8729 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8730
8731         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
8732         there are long lines.
8733
8734 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8735
8736         * dgnushack.el (copy-list): New compiler macro.
8737
8738 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8739
8740         * message.el (message-bounce): If no Return-Path, the whole
8741         content is considered as the original message.
8742
8743         * nnml.el (nnml-check-directory-twice): New variable.
8744         (nnml-article-to-file): Use it.
8745         (nnml-retrieve-headers): Hack it.
8746
8747 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8748
8749         * gnus-win.el (gnus-buffer-configuration): New configure.
8750
8751         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
8752         not alive.
8753
8754         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
8755         (mm-display-external): Use display-term configure.
8756
8757 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8758
8759         * gnus-delay.el (gnus-delay-default-hour): New variable.
8760         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
8761
8762 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8763         From Karl Kleinpaste <karl@charcoal.com>
8764
8765         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
8766         (gnus-summary-prepare-threads): Ditto.
8767
8768         * gnus.el (gnus-summary-line-format): Add %B.
8769
8770 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8771
8772         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
8773
8774         * mm-util.el (mm-string-as-multibyte): New function.
8775
8776         * nnmh.el (nnmh-request-list-1): Encode, not decode!
8777
8778 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8779
8780         * mm-util.el (mm-universal-coding-system): New variable.
8781
8782         * gnus-start.el (gnus-startup-file-coding-system): Use it.
8783
8784         * score-mode.el (score-mode-coding-system): Use it.
8785
8786 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8787
8788         * gnus-start.el (gnus-setup-news): Call
8789         `gnus-check-bogus-newsgroups' just after the native server is
8790         opened.
8791
8792 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8793
8794         * nnmail.el (nnmail-do-request-post): Util function to be used by
8795         `nnchoke-request-post' for all nnmail-derived backends.
8796
8797         * nnml.el (nnml-request-post): Use it.
8798
8799         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
8800         backend, for it groks nnml-request-post.
8801
8802         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
8803         Treat `mail-post' backends like `mail' backends, not like `news'
8804         backends.
8805
8806 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8807
8808         * gnus-msg.el (gnus-setup-message): make-local-hook.
8809
8810 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8811
8812         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
8813         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
8814         <karl@charcoal.com>, slightly changed by Kai.
8815
8816         * message.el (message-check-news-header-syntax): When checking
8817         whether the groups exist, check the right server based on
8818         `gnus-post-method'.
8819
8820 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8821
8822         * gnus-delay.el: New file.
8823
8824 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8825
8826         * mm-util.el (mm-read-coding-system): Take two arguments.
8827
8828         * gnus-sum.el (gnus-summary-show-article): Use
8829         mm-read-coding-system.
8830
8831         * gnus-art.el (article-de-quoted-unreadable):
8832         (article-de-base64-unreadable, article-wash-html):
8833         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
8834
8835 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8836
8837         * nnml.el (nnml-request-post): New function.  Can be used for
8838         annotations in nnml groups.
8839
8840 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8841
8842         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
8843         command.
8844
8845         * gnus-start.el (gnus-find-new-newsgroups): Use
8846         `message-make-date' instead of `current-time-string'.
8847         (gnus-ask-server-for-new-groups): Ditto.
8848         (gnus-check-first-time-used): Ditto.
8849
8850 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8851
8852         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
8853
8854 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
8855
8856         * message.el (message-shorten-references): Change `maxcount' and
8857         `cut' to obey USEFOR draft 5.
8858
8859 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
8860
8861         * gnus-sum.el (gnus-summary-display-arrow): New variable.
8862         (gnus-summary-set-article-display-arrow): New function.
8863         (gnus-summary-goto-subject): Use it.
8864
8865 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8866
8867         * gnus-sum.el (gnus-summary-import-article): Insert date if
8868         doesn't exist.
8869
8870 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8871
8872         * mml.el (mml-content-type-parameters): New variable.
8873         (mml-content-disposition-parameters): New variable.
8874         (mml-insert-mime-headers): Use them.
8875         (mml-parse-1): Accept charset.
8876
8877 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8878
8879         * gnus-group.el (gnus-group-select-group): Doc fix.
8880
8881         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
8882
8883 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8884
8885         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
8886         to handle `define-derived-mode'.
8887
8888 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8889         From:  Stefan Monnier  <monnier@cs.yale.edu>
8890
8891         * message.el (message-mode): Use define-derived-mode.
8892         (message-tab): message-completion-alist.
8893
8894         * imap.el (imap-interactive-login): Use make-local-variable.
8895         (imap-open): Ditto.
8896         (imap-authenticate): Ditto.
8897
8898         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
8899
8900         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
8901
8902 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8903
8904         * message.el (message-citation-line-function): Refer to
8905         gnus-cite-attribution-suffix.
8906
8907 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8908
8909         * gnus-art.el,...: Error convention changes.
8910
8911 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8912
8913         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
8914
8915 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8916
8917         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
8918         (nnrss-read-server-data): Ditto.
8919
8920 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8921
8922         * gnus-setup.el (gnus-use-installed-gnus): Typo.
8923         * Cleanup files.
8924         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
8925
8926 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8927
8928         * gnus.el (gnus-summary-line-format): Add %o.
8929
8930         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
8931         unless shell outputs something.
8932
8933 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8934
8935         * gnus-art.el (gnus-boring-article-headers): Better doc.
8936         (article-hide-headers): Better regexp.
8937         Suggested by Matt Swift <swift@alum.mit.edu>.
8938
8939         * nnheader.el (nnheader-max-head-length): Better doc.
8940         (nnheader-header-value): Skip spaces.
8941         (nnheader-parse-head): Remove space.
8942         Suggested by Matt Swift <swift@alum.mit.edu>.
8943
8944         * gnus-sum.el (gnus-summary-show-raw-article): New function.
8945         (gnus-get-newsgroup-headers): Remove space.
8946
8947 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8948
8949         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
8950         (gnus-summary-reply): Use it.
8951         (gnus-summary-reply-broken-reply-to): New function.
8952         (gnus-msg-force-broken-reply-to): New function.
8953
8954         * mm-view.el (mm-inline-text): Showing as text/plain when error.
8955
8956 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8957
8958         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
8959
8960 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8961
8962         * mm-decode.el (mm-external-terminal-program): New variable.
8963         (mm-display-external): Use it. Use term to display when no
8964         window-system.
8965
8966 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
8967
8968         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
8969         Browse->Next entries to Browse->Prev
8970
8971 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8972
8973         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
8974
8975 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8976
8977         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
8978         for the default encoding.
8979
8980         * nnrss.el (nnrss-url-field): New field.
8981         (nnrss-request-article): Add newsgroups.
8982
8983         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
8984
8985 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8986
8987         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
8988
8989         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
8990         (gnus-draft-setup): Remove backlog.
8991
8992 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8993
8994         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
8995         Cleanup.
8996
8997 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8998
8999         * gnus-msg.el (gnus-bug): Erase buffer.
9000
9001         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
9002
9003 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9004
9005         * mm-decode.el (mm-attachment-override-p): Fix typo.
9006
9007 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
9008
9009         * gnus-kill.el (gnus-execute): Work with the extra headers.
9010         * gnus-sum.el (gnus-summary-execute-command): Ditto.
9011
9012 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9013
9014         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
9015         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
9016
9017         * message.el (message-send-mail-real-function): New variable.
9018         (message-send-mail-partially, message-send-mail):
9019
9020         * nngateway.el (nngateway-request-post): Use it.
9021
9022         * gnus-agent.el (gnus-agentize): Use it.
9023
9024         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
9025         (nnsoup-revert-variables): Use it.
9026
9027 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
9028
9029         * mm-decode.el (mm-inline-media-tests): Default to displaying as
9030         text/plain if the type doesn't match any other media types.
9031         (mm-inlined-types): Doc fix.
9032         (mm-display-inline): Revert previous change (now handled by a
9033         default type in `mm-inline-media-tests'.
9034         (mm-inlinable-p): Revive.
9035         (mm-display-part): Call `mm-inlinable-p'.
9036         (mm-attachment-override-p): Ditto.
9037         (mm-inlined-p): Doc fix.
9038
9039         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
9040         well as `mm-inlined-p'.
9041
9042 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9043
9044         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
9045         (nntp-send-command-and-decode): Use gnus-point-at-bol.
9046
9047 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9048         From  Paul Jarc <prj@po.cwru.edu>
9049
9050         * message.el (message-use-mail-followup-to): New variable.
9051         (message-get-reply-headers): Use it.
9052
9053 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
9054
9055         * nnheader.el (nnheader-init-server-buffer): Make sure the
9056         *nntpd* buffer is made multibyte instead of a random buffer.
9057
9058 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9059
9060         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
9061         when it returns headers.
9062
9063 2001-07-07  Simon Josefsson  <jas@extundo.com>
9064
9065         * rfc2047.el (rfc2047-encode-message-header): Skip header when
9066         trying to fold. Thanks to Colin Walters
9067         <walters@cis.ohio-state.edu>
9068
9069 2001-07-06  Simon Josefsson  <jas@extundo.com>
9070
9071         * imap.el (imap-parse-address-list, imap-parse-flag-list)
9072         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
9073         Add information in `assert's.
9074
9075         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
9076         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
9077         and `nnimap-group-overview-filename', should handle all
9078         change-of-uidvalidity related issues.  But there may be other
9079         problems.)
9080
9081 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
9082
9083         * rfc2047.el (rfc2047-encode-message-header): Don't include the
9084         header name when folding.
9085
9086 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
9087
9088         * mm-decode.el (mm-inlined-types): Document relationship with
9089         `mm-inline-media-tests'.
9090         (mm-display-inline): Default to displaying as plain text if no
9091         inlining handler is available.
9092         (mm-inlinable-p): Remove.
9093         (mm-inlined-p): Don't call `mm-inlinable-p'.
9094         (mm-automatic-display-p): Ditto.
9095         (mm-attachment-override-p): Ditto.
9096
9097 2001-07-04  Simon Josefsson  <jas@extundo.com>
9098
9099         * nnimap.el (nnimap-importantize-dormant): New variable.
9100         (nnimap-request-update-info-internal): Use it.
9101         (nnimap-request-set-mark): Ditto.
9102
9103 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
9104
9105         * nntp.el (nntp-send-command): don't pass a buffer argument to
9106         `point'. Only XEmacs accepts this.
9107         * nntp.el (nntp-send-command-nodelete): ditto.
9108         * nntp.el (nntp-send-command-and-decode): ditto.
9109
9110 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
9111
9112         * nntp.el (nntp-open-connection-function): doc update.
9113         * nntp.el (nntp-pre-command): New.
9114         * nntp.el (nntp-via-rlogin-command): New.
9115         * nntp.el (nntp-via-telnet-command): New.
9116         * nntp.el (nntp-via-telnet-switches): New.
9117         * nntp.el (nntp-via-user-name): New.
9118         * nntp.el (nntp-via-user-password): New.
9119         * nntp.el (nntp-via-address): New.
9120         * nntp.el (nntp-via-envuser): New.
9121         * nntp.el (nntp-via-shell-prompt): New.
9122         * nntp.el (nntp-open-telnet-stream): New.
9123         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
9124         * nntp.el (nntp-open-via-telnet-and-telnet): New.
9125         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
9126         * nntp.el (nntp-send-command): ditto.
9127         * nntp.el (nntp-send-command-nodelete): ditto.
9128         * nntp.el (nntp-send-command-and-decode): ditto.
9129
9130 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
9131         Trivial patch.
9132
9133         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
9134         `when'.
9135
9136 2001-07-03  Simon Josefsson  <jas@extundo.com>
9137         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
9138
9139         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
9140
9141 2001-07-03  Simon Josefsson  <jas@extundo.com>
9142
9143         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
9144         remove it (workaround XEmacs `fill-region' bug).
9145
9146 2001-07-01  Simon Josefsson  <jas@extundo.com>
9147
9148         * nnimap.el (nnimap-date-days-ago): Defeat locale.
9149
9150 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9151
9152         * mml2015.el (mml2015-format-error): New function.
9153         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
9154         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
9155         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
9156
9157 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9158
9159         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
9160         Suggested by Christoph Conrad <C.Conrad@cli.de>.
9161
9162         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
9163         group variables.
9164
9165 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9166
9167         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
9168
9169         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
9170         (nnrss-save-group-data): Ditto.
9171
9172         * gnus-agent.el (gnus-agent-save-alist): Ditto.
9173
9174 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9175
9176         * message.el (message-do-send-housekeeping): Narrow to headers.
9177
9178 2001-06-24  Simon Josefsson  <jas@extundo.com>
9179
9180         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
9181         insertion when breaking lines looked for " \t" instead of "[ \t]".
9182         (rfc2047-encode-message-header): Fold lines even if
9183         no QP encoding is done.
9184
9185 2001-06-23  Simon Josefsson  <jas@extundo.com>
9186         From Samuel Tardieu <sam@inf.enst.fr>
9187
9188         * smime.el (smime-keys): Support additional certificates.
9189         (smime-make-certfiles): New function.
9190         (smime-sign-region): Use previous variables.
9191         (smime-get-certfiles): New function.
9192         (smime-sign-buffer): Use it.
9193         (smime-verify-region): Support both CAfile and CApath.
9194
9195 2001-06-23  Simon Josefsson  <jas@extundo.com>
9196
9197         * smime.el (smime-decrypt-region): Perhaps work.
9198
9199 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9200
9201         * gnus-msg.el (gnus-copy-article-buffer): Typo.
9202
9203 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
9204
9205         * mm-decode.el (mm-save-part): Rewrite file name.
9206         (mm-file-name-rewrite-functions): New variable.
9207         (mm-file-name-delete-whitespace): New function.
9208         (mm-file-name-trim-whitespace): New function.
9209         (mm-file-name-collapse-whitespace): New function.
9210         (mm-file-name-replace-whitespace): New variable and function.
9211
9212 2001-06-22  Simon Josefsson  <jas@extundo.com>
9213
9214         * message.el (message-make-date): Workaround locale for weekdays.
9215
9216 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9217
9218         * message.el (message-goto-body): Return nil if not found. (revert!)
9219
9220 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9221         From Fremlin <chief@bandits.org>
9222
9223         * message.el (message-goto-body): Some messages have no header.
9224
9225         * gnus-msg.el (gnus-copy-article-buffer): Use it.
9226
9227 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
9228
9229         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
9230
9231 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9232
9233         * message.el (message-make-date): Add week day.
9234         Suggested by Jason R. Mastaler <jason@mastaler.com>.
9235
9236 2001-06-19  Simon Josefsson  <jas@extundo.com>
9237
9238         * message.el (message-yank-prefix): Doc fix.
9239         (message-yank-cited-prefix): Ditto.
9240         (message-delete-not-region): Keep citation prefix on first line,
9241         if possible and appropriate.
9242
9243 2001-06-19  Simon Josefsson  <jas@extundo.com>
9244
9245         * imap.el (imap-process-connection-type): New variable.
9246         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
9247         recent `imtest's work completely (no line length issues), while
9248         making making old `imtest's unusable.  Thanks to NAGY Andras
9249         <nagya@inf.elte.hu> for his work.
9250
9251 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
9252
9253         * imap.el (imap-ssl-program): Add -quiet to shut up
9254         OpenSSL/SSLeay's internal debug talk.
9255
9256 2001-06-19  Matt Armstrong  <matt@lickey.com>
9257
9258         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
9259         server.
9260
9261 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9262
9263         * nnmail.el (nnmail-article-buffer): New variable.
9264         (nnmail-split-incoming): Use it.
9265
9266 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
9267
9268         * qp.el (quoted-printable-decode-region): If called interactively,
9269         use coding-system-for-read.
9270
9271 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9272
9273         * message.el (message-check-news-header-syntax): Check Reply-To.
9274
9275 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9276
9277         * mml.el (mml-parse-1): Use message options.
9278
9279         * message.el (message-do-fcc): Don't do anything if there is no
9280         FCC.
9281
9282 2001-06-16  Simon Josefsson  <jas@extundo.com>
9283
9284         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
9285         (nnimap-expunge-search-string): New variable.
9286         (nnimap-request-expire-articles): Use it.
9287
9288 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9289
9290         * message.el (message-send-mail-with-qmail): wrong exit status is
9291         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
9292
9293 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9294
9295         * gnus-art.el (article-strip-multiple-blank-lines): Use
9296         delete-region instead of replace-match.
9297
9298 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9299
9300         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
9301         (nnweb-google-wash-article): Ditto.
9302
9303 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
9304
9305         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
9306
9307 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9308
9309         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
9310         specs.
9311
9312 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9313
9314         * gnus.el (gnus-email-address): Move it here.
9315
9316         * gnus-art.el (article-de-quoted-unreadable): Read charset if
9317         requested.
9318         (article-de-base64-unreadable): Ditto.
9319         (article-wash-html): Ditto.
9320
9321 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9322
9323         * message.el (message-options-set-recipient): Don't add ", "
9324         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
9325
9326 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9327
9328         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
9329
9330 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9331
9332         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
9333         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
9334
9335         * nnrss.el (nnrss-node-text): Node might be nil.
9336
9337 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9338
9339         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
9340         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
9341
9342         * nnrss.el (nnrss-group-alist): More items.
9343
9344 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9345
9346         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
9347
9348 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9349         Trivial patch from Dale Hagglund  <rdh@best.com>
9350
9351         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
9352         restrict clauses.
9353
9354 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9355
9356         From Benjamin Rutt <brutt+news@bloomington.in.us>
9357
9358         * message.el (message-wide-reply-confirm-recipients): New variable.
9359
9360 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9361         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
9362
9363         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
9364         fix so it works with XEmacs.
9365
9366 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9367
9368         * nnrss.el (nnrss-retrieve-headers): Support description as extra
9369         headers.
9370
9371 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9372
9373         * nnrss.el: Fix a few bugs.
9374
9375 2001-06-05  Simon Josefsson  <jas@extundo.com>
9376
9377         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
9378         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
9379
9380 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
9381
9382         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
9383         binary so that we don't transmit ISO 2022 garbage to the process.
9384         This is needed under XEmacs.
9385
9386 2001-06-03  Simon Josefsson  <simon@josefsson.org>
9387
9388         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
9389         autoloaded incorrectly below because ssl-program-* is bound.)
9390         Thanks to Amos Gouaux for report.
9391
9392 2001-06-02  Simon Josefsson  <simon@josefsson.org>
9393
9394         * imap.el (imap-kerberos4-open):
9395         (imap-gssapi-open):
9396         (imap-ssl-open):
9397         (imap-network-open):
9398         (imap-shell-open):
9399         (imap-starttls-open): Set buffer to workaround spurious
9400         `accept-process-output' buffer changes.  Thanks to Mats Lidell
9401         <Mats.Lidell@contactor.se> for report and partial patch and Jake
9402         Colman <colman@ppllc.com> for report.
9403
9404 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9405
9406         * gnus-sum.el (gnus-summary-catchup): New argument.
9407         (gnus-summary-catchup-from-here): New function.
9408
9409 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9410
9411         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
9412         back, then insert glyph.  (Before, the glyph was inserted first,
9413         then the newline.)  This works around a behavior in XEmacs where
9414         it is not possible to insert a character after a glyph which is at
9415         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
9416
9417 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9418
9419         From Jaap-Henk Hoepman (jhh@xs4all.nl).
9420
9421         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
9422         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
9423         mm-destroy-postponed-undisplay-list): New functions.
9424         (mm-display-external): Use them.
9425
9426 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9427
9428         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
9429         `default-low' when evaluating `gnus-summary-highlight'.
9430         From Raja R Harinath <harinath@cs.umn.edu>.
9431
9432 2001-05-27  Simon Josefsson  <simon@josefsson.org>
9433
9434         * message.el (message-yank-cited-prefix): New variable.
9435         (message-indent-citation): Use it.
9436
9437         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
9438         as details.
9439         (mml2015-mailcrypt-clear-verify): Ditto.
9440
9441 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9442         From Nevin Kapur <nevin@jhu.edu>.
9443
9444         * gnus-sum.el (gnus-summary-default-high-score,
9445         gnus-summary-default-low-score): New variables.
9446         (gnus-summary-highlight): Use them.
9447
9448 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
9449
9450         * message.el (message-mail): pass the 'send-actions argument to
9451         `message-setup'.
9452
9453 2001-05-16  Simon Josefsson  <simon@josefsson.org>
9454         From Raymond Scholz <ray-2001@zonix.de>
9455
9456         * gnus-art.el (gnus-mime-view-part-as-charset):
9457         (gnus-mime-internalize-part): Doc fixes.
9458
9459 2001-05-11  Simon Josefsson  <simon@josefsson.org>
9460
9461         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
9462         status lines without any text ("^215$").
9463
9464 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9465
9466         * nnrss.el (nnrss-check-group): Reverse.
9467
9468 2001-05-07  Simon Josefsson  <simon@josefsson.org>
9469
9470         * message.el (message-get-reply-headers):
9471         (message-followup): Fix typo, suggested by David Green
9472         <dgreen@uab.edu>
9473
9474 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9475
9476         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
9477
9478         * nnrss.el (nnrss-open-server): Read server data when it is called.
9479         (nnrss-request-expire-articles): Fix.
9480
9481 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9482
9483         * message.el (message-do-send-housekeeping): mail-abbrevs may
9484         rename buffer behind Gnus.
9485
9486 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9487
9488         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
9489         (nnrss-group-alist): Add more resources.
9490         (nnrss-check-group): Ignore errors.
9491
9492 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9493
9494         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
9495
9496         * nnslashdot.el (nnslashdot-request-list): Add time.
9497         (nnslashdot-request-expire-articles): New function.
9498
9499         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
9500         secondary methods too.
9501
9502 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9503
9504         * message.el (message-use-followup-to): Set default value to t.
9505
9506 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
9507
9508         * message.el (message-dont-reply-to-names): Fix documentation.
9509         (message-get-reply-headers): Use Mail-Followup-To only for wide
9510         replies.
9511
9512 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9513
9514         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
9515         correctly.
9516         (nnrss-check-group): Use time.
9517
9518 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9519
9520         * gnus.el: Oort Gnus v0.03 is released.
9521
9522 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9523
9524         * nnultimate.el (nnultimate-topic-article-to-article): Use the
9525         group.
9526
9527 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9528
9529         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
9530
9531 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9532
9533         * nnultimate.el (nnultimate-retrieve-headers): Return all
9534         available headers.
9535
9536         * gnus-sum.el (gnus-read-all-available-headers): New variable.
9537         (gnus-get-newsgroup-headers-xover): Use it.
9538
9539 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9540
9541         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
9542
9543 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9544
9545         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
9546
9547 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9548
9549         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
9550         disable it.
9551
9552         * gnus.el (gnus-info-nodes): Remove a few The's.
9553
9554 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9555
9556         * mail-source.el (mail-source-movemail): Call-process may return a
9557         signal description string.
9558
9559         * gnus-start.el (gnus-read-newsrc-el-file):
9560         gnus-newsrc-file-version may be nil.
9561
9562         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
9563         Suggested by Michael Sperber [Mr. Preprocessor]
9564         <sperber@informatik.uni-tuebingen.de>.
9565
9566 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
9567
9568         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
9569
9570 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
9571
9572         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
9573         fontify HANDLE.
9574
9575 2001-04-18  Simon Josefsson  <simon@josefsson.org>
9576
9577         * smime.el (smime-ask-passphrase): Rework to return value.
9578         (smime-sign-region): Rework to bind value and use it.
9579         (smime-decrypt-region): Ditto.
9580
9581 2001-04-18  Simon Josefsson  <simon@josefsson.org>
9582         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
9583
9584         * smime.el (smime-ask-passphrase): New function.
9585         (smime-sign-region): Use it.
9586         (smime-encrypt-cipher): New variable.
9587         (smime-decrypt-region): Ditto.
9588
9589 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
9590         Committed by Simon Josefsson  <simon@josefsson.org>
9591
9592         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
9593         the log.
9594
9595 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9596
9597         * gnus.el: Oort Gnus v0.02 is released.
9598
9599 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
9600
9601         * gnus.el: Oort Gnus v0.01 is released.
9602
9603 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9604
9605         * gnus-sum.el (gnus-summary-highlight): Highlight read
9606         undownloaded articles as read articles.
9607
9608         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
9609         (gnus-agent-get-undownloaded-list): Mark all undownloaded
9610         articles, even read ones, as such.
9611
9612         * gnus-sum.el (gnus-summary-find-matching): Clean up.
9613         (gnus-find-matching-articles): New function.
9614         (gnus-summary-limit-include-matching-articles): New command.
9615         (gnus-summary-limit-include-thread): Include articles that have
9616         matching subjects.
9617         (gnus-offer-save-summaries): Clean up.
9618
9619 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9620
9621         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
9622
9623 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9624         From Jason Merrill <jason_merrill@redhat.com>
9625
9626         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
9627
9628 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
9629         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9630
9631         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
9632         newsgroup names when the original article is a news message.
9633
9634 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9635
9636         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
9637         supported. Suggest by Jim Meyering <jim@meyering.net>.
9638
9639 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
9640         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
9641
9642         * nnmail.el (nnmail-split-it): Added check for .* at the end of
9643         regexp in nnmail-split-fancy.
9644
9645 2001-04-10  Simon Josefsson  <simon@josefsson.org>
9646
9647         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
9648
9649 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
9650
9651         * message.el (message-send-mail): Improve the interaction with the
9652         user.
9653
9654 2001-04-10  Simon Josefsson  <simon@josefsson.org>
9655
9656         * imap.el (imap-message-copy): Work around buggy servers that
9657         doesn't send TRYCREATE tags.
9658
9659 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
9660
9661         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
9662
9663 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9664
9665         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
9666         date.
9667
9668 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9669
9670         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
9671         lives.
9672
9673 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9674
9675         * gnus-art.el (gnus-parse-news-url): New function.
9676         (gnus-button-handle-news): New function.
9677         (gnus-button-alist): Point to new functions.
9678
9679         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
9680
9681         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
9682         gnus-format-specs.
9683
9684         * message.el (message-check-news-header-syntax): Question even
9685         when Gnus doesn't know the group names.
9686         (message-send-news): Clean up.
9687
9688         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
9689         exited on purpose without saving.
9690
9691         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
9692
9693 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9694
9695         * gnus-score.el (gnus-score-orphans): Clean up.
9696
9697         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
9698
9699         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
9700         later.
9701
9702         * gnus-start.el (gnus-close-all-servers): Find the right items to
9703         close.
9704
9705         * qp.el (quoted-printable-decode-region): Just message
9706         malformation; don't quit.
9707
9708 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9709         From Gerd Moellmann <gerd@gnu.org>.
9710
9711         * gnus.el (gnus-interactive): A typo.
9712
9713 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
9714         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9715
9716         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
9717         `assq-delete-all', if that function exists; otherwise use the old
9718         definition. Documentation changed to match the one in
9719         `assq-delete-all'.
9720
9721 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9722
9723         * gnus-start.el (gnus-close-all-servers): New function.
9724
9725         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
9726         (gnus-server-remove-denials): Clean up.
9727
9728         * gnus-sum.el (gnus-summary-sort-by-original): New command and
9729         keystroke.
9730
9731 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9732
9733         * message.el (message-send-news): Message where we are sending.
9734         (message-send-mail): Ditto.
9735
9736         * gnus.el (gnus-server-string): New function.
9737
9738         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
9739
9740         * mm-decode.el (mm-default-directory): Customized.
9741         (mm-tmp-directory): Ditto.
9742
9743         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
9744         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
9745         or Chars.
9746         (gnus-summary-line-format-alist): ?l is now a string.
9747         (gnus-summary-prepare-threads): Output ? for unknown lines.
9748         (gnus-summary-insert-line): Ditto.
9749         (gnus-summary-print-article): Unbalanced parentheses.
9750
9751         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
9752         out whether new stuff has arrived.
9753
9754 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
9755
9756         * gnus-sum.el: Let printing work on ttys on Emacs.
9757
9758 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9759
9760         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
9761         when forcing news.
9762
9763         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
9764         command.
9765
9766 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
9767
9768         * message.el (message-set-auto-save-file-name): Don't use
9769         asterisks under nt.
9770
9771 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9772
9773         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
9774         lists of articles.
9775
9776         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
9777
9778         * gnus-msg.el (gnus-put-message): Clean up.
9779         (gnus-summary-reply): Mark all replied-to articles as replied to.
9780         (gnus-inews-add-send-actions): Also mark as forwarded.
9781         (gnus-summary-mail-forward): Mark as forwarded.
9782
9783         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
9784         of articles.
9785         (gnus-summary-mark-article-as-forwarded): Ditto.
9786
9787         * gnus-msg.el (gnus-summary-resend-message): Mark article as
9788         forwarded.
9789         (gnus-summary-mail-forward): Clean up.
9790
9791         * gnus.el (gnus-article-mark-lists): Added forward.
9792
9793         * gnus-sum.el (gnus-forwarded-mark): New variable.
9794         (gnus-summary-prepare-threads): Use it.
9795         (gnus-summary-update-secondary-mark): Ditto.
9796         (gnus-newsgroup-forwarded): New variable.
9797
9798 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9799
9800         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
9801         (gnus-summary-very-wide-reply): New command and keystroke.
9802         (gnus-summary-very-wide-reply-with-original): Ditto.
9803
9804         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
9805         (gnus-score-adaptive): Use it.
9806
9807         * gnus-start.el (gnus-get-unread-articles): Clean up.
9808
9809 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9810
9811         * nnultimate.el (nnultimate-retrieve-headers): Work for other
9812         boards.
9813
9814 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
9815
9816         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
9817         * gnus-start.el (gnus-subscribe-newsgroup): use it.
9818
9819 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9820
9821         * nnultimate.el (nnultimate-retrieve-headers): Understand
9822         long-form month names.
9823
9824 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9825
9826         * gnus-sum.el (gnus-summary-show-all-headers):
9827         gnus-article-show-all-headers is broken. Use
9828         gnus-summary-toggle-header instead.
9829
9830         * mml2015.el (mml2015-gpg-extract-from): No error.
9831
9832 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9833         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
9834
9835         * mml2015.el (mml2015-gpg-extract-from): New function.
9836         (mml2015-gpg-verify): Use it.
9837         (mml2015-gpg-clear-verify): Use it.
9838
9839 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9840
9841         * message.el (message-setup-fill-variables): Use
9842         fill-paragraph-function.
9843         (message-fill-paragraph): Take an argument.
9844         (message-newline-and-reformat): Take another argument.
9845
9846 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9847
9848         * message.el (rmail-output): It is in rmailout.el not rmail.el.
9849
9850 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9851
9852         * message.el (message-forward): local-variable-p takes an extra
9853         argument in XEmacs.
9854
9855 2001-03-16  Simon Josefsson  <simon@josefsson.org>
9856
9857         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
9858         `nnimap-use-nov-p' (it really tested the negative).
9859         (nnimap-retrieve-headers): Use it.
9860
9861 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9862
9863         * message.el (message-generate-headers-first): Update doc.
9864
9865 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
9866         Trivial patch.
9867
9868         * gnus.el (gnus-summary-line-format): Typo.
9869
9870 2001-03-11  Simon Josefsson  <simon@josefsson.org>
9871
9872         * mailcap.el (mailcap-mime-data): Add application/sieve.
9873         (mailcap-mime-extensions): Add .siv, .xls.
9874
9875 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9876         From Christoph Conrad <christoph.conrad@gmx.de>
9877
9878         * gnus-score.el (gnus-summary-lower-thread): Typo.
9879
9880 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9881
9882         * message.el (message-forward-decoded-p): New variable.
9883         (message-forward-subject-author-subject): Use it.
9884         (message-make-forward-subject): Use it.
9885         (message-forward): Use it.
9886
9887         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
9888
9889         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
9890         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
9891
9892 ;;Has been fixed -- zsh.
9893 ;;2001-03-05  Dave Love  <fx@gnu.org>
9894 ;;
9895 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
9896 ;;      Move it after definition of mm-coding-system-p.
9897 ;;
9898 2001-03-01  Dave Love  <fx@gnu.org>
9899
9900         * mm-util.el (mm-inhibit-file-name-handlers): Add
9901         image-file-handler.
9902
9903 2001-02-11  Dave Love  <fx@gnu.org>
9904
9905         * message.el (message-signature-file): Fix doc, :type.
9906
9907 2001-02-08  Dave Love  <fx@gnu.org>
9908
9909         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
9910         (message-posting-charset): Defvar when compiling again.
9911         (rfc2047-encodable-p): Require message.
9912
9913         * gnus-sum.el (gnus-alter-articles-to-read-function):
9914         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
9915
9916 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9917
9918         * nnrss.el: New file.
9919
9920 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
9921         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9922
9923         * rfc2047.el (rfc2047-unfold-region): Fix arg of
9924         `skip-chars-forward'.
9925
9926 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9927
9928         * nndraft.el (nndraft-request-group): Restore auto save files if
9929         the original files do not exist.
9930
9931 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9932
9933         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
9934         SCORE paths.
9935
9936         * mm-decode.el (mm-dissect-buffer): Call
9937         mail-extract-address-components only if necessary.
9938
9939 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9940
9941         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
9942         directory part.
9943         (gnus-score-search-global-directories): Use file-directory-p.
9944
9945         * gnus-score.el (gnus-score-score-files-1): Use
9946         gnus-kill-files-directory.
9947         From Adrian Aichner <adrian@xemacs.org>.
9948
9949 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9950
9951         * gnus.el (charset): Move here from gnus-sum.el.
9952
9953 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9954
9955         * mml.el (mml-preview): Disable local map.
9956
9957         * gnus-sum.el (gnus-summary-make-menu-bar): Make
9958         gnus-article-post-menu here.
9959
9960         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
9961         if it has not been made.
9962
9963 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9964
9965         * gnus-art.el (gnus-article-describe-key): Map key to event.
9966         (gnus-article-describe-key-briefly): Ditto
9967
9968 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9969
9970         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
9971
9972 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9973         From Katsumi Yamaoka <yamaoka@jpl.org>.
9974
9975         * dgnushack.el (coerce, merge, subseq): defmacro.
9976
9977 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9978
9979         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
9980         A fake defalias in nndraft.el results a not-activated bug in
9981         uncompiled versions.
9982
9983 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
9984         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9985
9986         * gnus-util.el (gnus-split-references): Handle malformed References:.
9987
9988 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9989
9990         * gnus-art.el (gnus-article-mime-part-status): 1 part.
9991
9992 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9993         From NAGY Andras <nagya@inf.elte.hu>.
9994
9995         * gnus.el (gnus-parameters): Typo.
9996
9997 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9998
9999         * gnus.el (gnus-read-method): Remove redundancy.
10000
10001 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10002
10003         * nnslashdot.el (nnslashdot-backslash-url): New variable.
10004         (nnslashdot-request-list): Use it.
10005
10006 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10007
10008         * nnml.el (nnml-generate-active-info): Fix the case when there is
10009         no file.
10010
10011         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
10012         (gnus-summary-create-article): New function.
10013
10014         * gnus-group.el (gnus-group-mark-article-read): New function.
10015
10016         * gnus-msg.el (gnus-inews-do-gcc): Use it.
10017
10018         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
10019
10020 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10021
10022         * gnus-art.el (gnus-article-edit-done): Don't use
10023         gnus-article-edit-exit.
10024         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
10025
10026         * gnus.el (gnus-parameters): New variable.
10027         Suggested by NAGY Andras <nagya@inf.elte.hu>.
10028         (gnus-parameters-get-parameter): New function.
10029         (gnus-group-find-parameter): Use it.
10030
10031 2001-02-23  Simon Josefsson  <simon@josefsson.org>
10032
10033         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
10034         change of default value to `current'.
10035
10036 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10037
10038         * nneething.el (nneething-get-head): Insert unreadable file too.
10039
10040 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10041
10042         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
10043
10044         * webmail.el (webmail-type-definition): Deja is bought by google.
10045
10046 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10047
10048         * gnus-sum.el (gnus-fetch-headers): New function.
10049         (gnus-select-newsgroup): Use it.
10050         (gnus-summary-insert-articles): New function.
10051         (gnus-summary-insert-old-articles): New function.
10052         (gnus-summary-insert-new-articles): New function.
10053
10054         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
10055         (gnus-group-list-active): Ditto.
10056         * gnus-sum.el (gnus-set-mode-line): Ditto.
10057         (gnus-summary-read-group-1): Ditto.
10058
10059 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10060
10061         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
10062         current topic.
10063
10064 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10065
10066         * smiley.el (gnus-smiley-display): Don't do widening.
10067
10068         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
10069         within body.
10070
10071         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
10072
10073         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
10074         New variable.
10075         (gnus-mime-display-multipart-related-as-mixed): New variable.
10076         (gnus-mime-display-part): Use them.
10077
10078 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10079
10080         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
10081         something special.
10082
10083 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10084
10085         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
10086         (nnweb-request-article): Call reference if exists.
10087         (nnweb-type-definition): Dejanews is bought by google.com.
10088         Beta!
10089
10090 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10091
10092         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
10093
10094 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10095
10096         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
10097         gnus-article-sort-functions.
10098         (gnus-article-sort-functions): Doc fix.  Refer to
10099         gnus-thread-sort-functions.
10100
10101 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10102         From Paul Jarc <prj@po.cwru.edu>.
10103
10104         * message.el (message-get-reply-headers): More fixes.
10105
10106 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
10107         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10108
10109         * message.el (message-get-reply-headers): Fix bug with
10110         Mail-Followup-To/to-address interaction.
10111
10112 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10113
10114         * gnus-msg.el (gnus-configure-posting-styles): Match header in
10115         gnus-article-copy.
10116
10117 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10118
10119         * message.el (message-do-send-housekeeping): Rename to a better
10120         name.
10121
10122 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10123
10124         * message.el (message-cancel-news): Check article first, then ask
10125         yes or no.
10126
10127 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10128
10129         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
10130
10131 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10132
10133         * gnus-range.el (gnus-range-normalize): New function.
10134
10135 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
10136
10137         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
10138
10139 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10140
10141         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
10142
10143         * nnagent.el (nnagent-request-regenerate): New function.
10144
10145         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
10146
10147         * nnml.el (nnml-generate-nov-databases): Accept argument
10148         server. Don't open server if it is opened.
10149         (nnml-request-regenerate): Use it. Change to deffoo.
10150
10151 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10152         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10153
10154         * gnus.el (gnus-define-group-parameter): Fix.
10155
10156 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10157
10158         * gnus.el (gnus-define-group-parameter): Improved.
10159
10160         * gnus-sum.el (charset): Define parameter.
10161         (ignored-charsets): Ditto.
10162         (gnus-summary-setup-default-charset): Use them.
10163
10164         * gnus-start.el (gnus-read-descriptions-file): Use them.
10165
10166         * gnus-cus.el (gnus-group-parameters): Remove them.
10167
10168 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10169
10170         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
10171
10172 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10173
10174         * gnus-sum.el (gnus-summary-read-group-1): Remove
10175         gnus-summary-set-local-parameters.
10176         (gnus-summary-setup-buffer): Put it here.
10177
10178 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10179
10180         * gnus.el (to-address): Define parameter.
10181         (to-list): Ditto.
10182         * gnus-art.el (article-hide-boring-headers): Use them.
10183         * gnus-msg.el (gnus-post-news): Ditto.
10184         * gnus-cus.el (gnus-group-parameters): Remove them.
10185
10186 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10187
10188         * gnus-draft.el (gnus-draft-reminder): New function.
10189
10190         * gnus-art.el (gnus-sender-save-name): New function.
10191
10192 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10193
10194         * mm-util.el (mm-mime-charset): Error message.
10195
10196 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10197
10198         * message.el (message-check-news-body-syntax): Don't check mml lines.
10199
10200 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10201
10202         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
10203         subscribe.
10204
10205         * gnus-start.el (gnus-call-subscribe-functions): New function.
10206         (gnus-find-new-newsgroups): Use it.
10207         (gnus-ask-server-for-new-groups): Use it.
10208         (gnus-check-first-time-used): Use it.
10209         (gnus-subscribe-newsgroup-method): Grok a list of functions.
10210         (gnus-subscribe-options-newsgroup-method): Ditto.
10211         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
10212         return .
10213
10214 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10215
10216         * gnus-cus.el (gnus-score-customize): Doc fix.
10217
10218 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
10219
10220         * dgnushack.el (my-getenv): Typo.
10221
10222 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10223
10224         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
10225
10226 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10227
10228         * gnus-group.el (gnus-group-suspend): Offer save summaries.
10229
10230         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
10231         (gnus-treatment-function-alist): Use it.
10232         (article-remove-leading-whitespace): New function.
10233         (gnus-article-make-menu-bar): Use it.
10234
10235         * gnus-sum.el (gnus-summary-wash-empty-map): Add
10236         remove-leading-whitespace.
10237         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
10238         because of conflict.
10239
10240 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10241
10242         * Makefile.in: Hack generating gnus-load.el.
10243         * dgnushack.el: Ditto.
10244         * gnus-load.el: Remove it.
10245
10246 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10247
10248         * dgnushack.el : Add URLDIR.
10249
10250         * Makefile.in (EMACS_COMP): Ditto.
10251
10252 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10253
10254         * gnus-cus.el (gnus-score-customize): Error on no score file.
10255
10256 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10257
10258         * mm-decode.el (mm-merge-handles): New function.
10259
10260         * mm-view.el (mm-inline-message): Use it.
10261         (mm-view-message): Ditto.
10262
10263         * mm-partial.el (mm-inline-partial): Ditto.
10264
10265         * mm-extern.el (mm-inline-external-body): Ditto.
10266
10267         * gnus-art.el (gnus-mime-view-part): Ditto.
10268         (gnus-mime-view-part-as-type): Ditto.
10269         (gnus-mime-save-part-and-strip): Prevent users to strip in some
10270         cases.
10271
10272 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10273
10274         * message.el (message-cancel-news): Allow to shoot foot.
10275         (message-supersede): Ditto.
10276
10277 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
10278         Trivial patch.
10279
10280         * gnus-sum.el (gnus-simplify-subject-re): Use
10281         message-subject-re-regexp.
10282
10283 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10284
10285         * nnmail.el (nnmail-expiry-target-group): Bind
10286         nnmail-cache-accepted-message-ids to nil.
10287
10288         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
10289         coding system.
10290
10291 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10292
10293         * qp.el (quoted-printable-encode-region): Make sure characters are
10294         between 00 and FF.  Don't check charset.
10295
10296         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
10297         in Emacs 20.
10298         * rfc2047.el (rfc2047-q-encode-region): Ditto.
10299
10300 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10301
10302         * message.el (message-make-forward-subject): Argument decoded.
10303         (message-forward): Use it when digest.
10304
10305         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
10306         buffer.
10307
10308 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10309
10310         * message.el (message-generate-headers-first): Doc fix.
10311
10312 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10313
10314         * gnus-art.el (article-make-date-line): Error proof.
10315
10316 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10317
10318         * gnus-group.el (gnus-group-listing-limit): New variable.
10319         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
10320
10321         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
10322
10323 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10324
10325         * message.el (message-newline-and-reformat): Special case for
10326         breaking at BOL.
10327
10328 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
10329
10330         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
10331         message/rfc822.
10332
10333 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10334
10335         * message.el (message-encode-message-body): Don't insert
10336         Content-Type if it is inside a mail.
10337
10338 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10339
10340         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
10341         gnus-article-commands-menu.
10342
10343         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
10344         in Emacs.
10345
10346         * gnus-start.el (gnus-read-descriptions-file): Use
10347         gnus-group-name-charset and gnus-group-charset-alist.
10348
10349 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10350
10351         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
10352         active region.
10353
10354         * gnus-start.el (gnus-group-change-level): Remove from both
10355         gnus-zombie-list and gnus-killed-list.
10356
10357 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10358
10359         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
10360         gnus-subscribe-topics.
10361
10362         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
10363
10364 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10365
10366         * gnus-art.el (gnus-article-make-menu-bar): Make
10367         gnus-article-post-menu.
10368
10369         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
10370
10371         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
10372
10373         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
10374
10375         * message.el (message-mode-menu): Ditto.
10376
10377         * gnus-art.el (defvar): eval-when-compile.
10378
10379 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10380
10381         * gnus-agent.el (gnus-agentize): Fix doc.
10382
10383 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
10384
10385         * mml.el (mml-preview): Bind `q'.
10386
10387 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10388
10389         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
10390
10391 2001-01-31  Dave Love  <fx@gnu.org>
10392
10393         * mm-util.el (mm-mime-mule-charset-alist)
10394         (mm-find-mime-charset-region): Consider mule-utf-8.
10395
10396 2001-01-31  Dave Love  <fx@gnu.org>
10397
10398         * gnus-art.el (gnus-article-x-face-command)
10399         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
10400         :version.
10401
10402 2001-01-26  Dave Love  <fx@gnu.org>
10403
10404         * mm-util.el (mm-multibyte-string-p): New.
10405
10406 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
10407 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
10408 ;;      string-as-multibyte on class.  Clarify line-folding.
10409         (quoted-printable-encode-string): Make temp buffer inherit
10410         string's multibyteness.
10411
10412 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
10413
10414         * nnheader.el (toplevel): Don't require `gnus-util' at
10415         compile-time; this creates a circular dependency, and prevents
10416         a bootstrap.
10417
10418 2001-01-22  Andreas Schwab  <schwab@suse.de>
10419
10420         * nnheader.el (gnus-delete-line): Autoload it as a macro.
10421
10422 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10423
10424         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
10425
10426         * gnus-art.el (article-hide-list-identifiers): Ditto.
10427
10428         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
10429
10430 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10431
10432         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
10433
10434         * gnus-art.el (article-hide-list-identifiers): Similar.
10435
10436 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
10437
10438         * nnmail.el (nnmail-remove-list-identifiers): Improved.
10439
10440 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10441
10442         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
10443
10444 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10445
10446         * gnus-util.el (gnus-string-equal): New function.
10447
10448         * gnus-art.el (article-hide-boring-headers): Use it.
10449
10450 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
10451
10452         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
10453
10454 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10455
10456         * gnus-msg.el (gnus-msg-mail): Support switch-action.
10457
10458 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10459
10460         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
10461         command if there is not last-saver.
10462
10463 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10464
10465         * nntp.el (nntp-open-connection): 201 is possible.
10466
10467 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10468
10469         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
10470         (rfc2047-charset-encoding-alist): Add big5.
10471
10472 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10473
10474         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
10475         (gnus-agent-remove-server): Ditto.
10476         (autoload): gnus-server-update-server.
10477
10478         * gnus-srvr.el (gnus-server-line-format): Add %a.
10479         (gnus-server-line-format-alist): Add gnus-tmp-agent.
10480         (gnus-server-insert-server-line): Use it.
10481
10482 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10483
10484         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
10485         GB2312 and Big5.
10486
10487 2001-01-24  Simon Josefsson  <sj@extundo.com>
10488
10489         * mail-source.el (mail-sources): Add :program specifier to IMAP
10490         mail source.
10491         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
10492
10493 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10494
10495         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
10496
10497 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10498
10499         * nntp.el (nntp-wait-for): Return the success code.
10500         (nntp-open-connection): Use it.
10501
10502 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10503
10504         * gnus-int.el (gnus-check-server): Allow breaking the opening.
10505
10506 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10507
10508         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
10509
10510 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10511
10512         * gnus-sum.el (gnus-summary-print-article): Take one prefix
10513         argument. Allow to print several articles in one file.
10514
10515 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10516
10517         * webmail.el (webmail-type-definition): netaddress changes.
10518
10519 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10520
10521         * gnus.el: Fix copyright. Remove trailing spaces.
10522
10523         * message.el (message-forward): Use mule4.
10524
10525 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10526
10527         * mm-util.el (mm-string-as-unibyte): New function.
10528
10529         * message.el (message-forward): Use it.
10530
10531 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10532
10533         * message.el (message-cite-original-without-signature): Don't peel
10534         off the blank line.
10535         (message-get-reply-headers): Add Cc if it is not in follow-to.
10536
10537 2001-01-20  Simon Josefsson  <sj@extundo.com>
10538
10539         * mm-decode.el (mm-handle-multipart-from): Add.
10540         (mm-dissect-buffer): Save From: header value.
10541         (mm-security-from): Remove.
10542         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
10543
10544         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
10545         instead of `mml-security-from'.  Protect null from value.
10546
10547 2001-01-20  Simon Josefsson  <sj@extundo.com>
10548
10549         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
10550         application/vnd.ms-excel attachments.
10551
10552 2001-01-19  Simon Josefsson  <sj@extundo.com>
10553
10554         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
10555
10556 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10557
10558         * message.el (message-ignored-mail-headers): Ditto.
10559
10560 2001-01-19  Simon Josefsson  <sj@extundo.com>
10561
10562         * message.el (message-ignored-news-headers): Only search beginning
10563         of line.
10564
10565 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
10566         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
10567
10568         * message.el (message-send-mail): Content-Type may not be there.
10569
10570 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10571
10572         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
10573         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
10574
10575         * gnus-art.el (article-display-x-face): Insert X-Face if there is
10576         not.
10577
10578 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10579
10580         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
10581         non-native groups.
10582
10583 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10584
10585         * message.el (message-yank-original): Understand
10586         universal-argument.
10587
10588 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10589
10590         * gnus-art.el (gnus-boring-article-headers): Add to-address.
10591         (article-hide-boring-headers): Ditto.
10592
10593         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
10594
10595 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10596
10597         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
10598         one.
10599
10600 2001-01-16  Simon Josefsson  <simon@josefsson.org>
10601
10602         * message.el (message-make-in-reply-to): Add comment to message-id
10603         (old syntax, see 2000-08-02 change).
10604
10605 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10606
10607         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
10608         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
10609         (gnus-button-reply): Ditto.
10610
10611 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10612
10613         * gnus-art.el (article-display-x-face): Fix.
10614
10615 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10616
10617         * gnus-art.el (article-display-x-face): Use
10618         gnus-original-article-buffer.
10619
10620 2001-01-15  Jack Twilley  <jmt@tbe.net>
10621
10622         * message.el (message-add-header): Move to point-max.
10623
10624 2001-01-15  Simon Josefsson  <simon@josefsson.org>
10625
10626         * smime.el (smime-CA-directory, smime-CA-file): Change default to
10627         nil, improve documentation.
10628         (smime-certificate-directory): Comment out false hints (until it
10629         is implemented).
10630
10631         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
10632         there aren't any keys.
10633         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
10634         verify certificate.  Default is changed to only check integrity.
10635         Improved security status texts.  If a certificate doesn't contain
10636         a email address, don't fail.
10637
10638         * smime.el (smime-noverify-region):
10639         (smime-noverify-buffer): New functions.  Verifies integrity only.
10640
10641 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10642
10643         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
10644
10645 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10646
10647         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
10648         (gnus-remove-some-windows): Ditto.
10649
10650 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10651
10652         * gnus-art.el (article-make-date-line): 11th.
10653
10654 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10655
10656         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
10657         (mml2015-gpg-sign): Ditto.
10658
10659 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10660
10661         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
10662         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
10663
10664 2001-01-08  Dave Love  <fx@gnu.org>
10665
10666         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
10667         single character.
10668
10669         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
10670
10671         * message.el: Doc and message fixes.
10672         (message-send-rename-function)
10673         (message-make-forward-subject-function)
10674         (message-send-mail-function, message-reply-to-function)
10675         (message-wide-reply-to-function, message-followup-to-function)
10676         (message-distribution-function, message-auto-save-directory): Fix
10677         :type.
10678
10679         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
10680         proceeding after warnings.  Amend multipart warning message.
10681
10682 2001-01-04  Dave Love  <fx@gnu.org>
10683
10684         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
10685         compiling.
10686         (gnus-make-directory): Require nnmail.
10687
10688         * mm-decode.el (mm-inline-media-tests): Add
10689         image/x-portable-bitmap.
10690         (mm-get-image): Grok pbm.
10691
10692 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
10693
10694         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
10695
10696 2001-01-09  Didier Verna  <didier@xemacs.org>
10697
10698         * dgnushack.el (dgnushack-compile): give a dummy value to
10699         `gnus-xmas-glyph-directory' for the time of compilation.
10700         * gnus-agent.el: moved some XEmacs specific hook add-ons from
10701         `gnus-xmas-[re]define' to avoid loosing user custom settings.
10702         * gnus-art.el: ditto.
10703         * gnus-group.el: ditto.
10704         * gnus-salt.el: ditto.
10705         * gnus-sum.el: ditto.
10706         * gnus-topic.el: ditto.
10707         * gnus-xmas.el (gnus-xmas-define): see above.
10708         * gnus-xmas.el (gnus-xmas-redefine): see above.
10709         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
10710         non-continuable error when the directory can't be found.
10711
10712 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10713
10714         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
10715         handle.
10716         * gnus-art.el (gnus-mime-view-part): Copy it.
10717         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
10718
10719 2001-01-09  Michael Downes  <mjd@ams.org>
10720
10721         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
10722
10723 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10724
10725         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
10726         orig-file. Use ',source.
10727
10728 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10729
10730         * gnus-xmas.el (gnus-xmas-modeline-glyph):
10731         (gnus-xmas-group-startup-message):
10732         Detect gnus-xmas-glyph-directory when it is nil.
10733
10734 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10735
10736         * pop3.el (pop3-get-message-count): Andrew Innes
10737         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
10738
10739 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10740
10741         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
10742
10743         * time-date.el (time-to-number-of-days): New function.
10744
10745 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
10746         Trivial patch.
10747
10748         * nnslashdot.el (nnslashdot-request-list): Always get the right
10749         sid.
10750
10751 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10752
10753         * message.el (message-minibuffer-local-map): New keymap.
10754         (message-read-from-minibuffer): Use it.
10755         * gnus-msg.el (gnus-summary-resend-message): Use it
10756
10757 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10758
10759         * gnus-start.el (gnus-display-time-event-handler): New function.
10760         (gnus-after-getting-new-news-hook): Use it.
10761
10762 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10763
10764         * message.el (message-ignored-mail-headers): Add draft header.
10765
10766 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10767
10768         * gnus-sum.el (gnus-summary-expire-articles): Don't save
10769         excursion.
10770
10771         * nnslashdot.el (nnslashdot-request-list): Get the right year.
10772
10773 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
10774         A revoked patch.
10775
10776         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
10777
10778 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10779
10780         * qp.el (quoted-printable-decode-region): Don't backward-char.
10781
10782 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10783
10784         * gnus-draft.el: Mark articles as replied.
10785
10786         * gnus-sum.el (gnus-summary-add-mark): New function.
10787
10788         * gnus-group.el (gnus-add-mark): New function.
10789
10790         * gnus-sum.el (gnus-summary-buffer-name): New function.
10791         (gnus-summary-setup-buffer): Use it.
10792
10793         * gnus-draft.el: Set things up with the right post method and
10794         stuff.
10795
10796         * message.el (message-ignored-news-headers): Remove X-Draft-From.
10797
10798         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
10799
10800         * gnus.el (gnus-draft-meta-information-header): New variable.
10801
10802 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10803
10804         * gnus-art.el (gnus-treatment-function-alist): Move the date
10805         functions before the header sorting functions.
10806
10807         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
10808
10809         * dgnushack.el (dgnushack-compile): Message whether there is w3.
10810         Don't (push "/usr/share/emacs/site-lisp" load-path).
10811
10812         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
10813         to empty fill prefixes.
10814
10815 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10816
10817         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
10818         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
10819
10820 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10821
10822         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
10823
10824         * nnml.el (autoload): Move to nnheader.el.
10825
10826         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
10827         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
10828         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
10829         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
10830
10831 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10832
10833         * gnus-art.el (article-make-date-line): Get the hours right.
10834         (gnus-ignored-headers): More hiding.
10835
10836         * nnmail.el (nnmail-expiry-wait): Not an integer.
10837
10838         * message.el (message-goto-body): Only expand abbrev when called
10839         interactively.
10840         (message-make-lines): Use it.
10841
10842 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10843
10844         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
10845
10846 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10847
10848         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
10849         include the expunged articles.
10850
10851         * gnus-group.el (gnus-group-sort-by-server): New function.
10852
10853         * gnus.el (gnus-method-to-server-name): New function.
10854         (gnus-group-prefixed-name): Use it.
10855
10856         * gnus-group.el (gnus-group-sort-function): Doc fix.
10857         (gnus-group-sort-groups-by-server): New command.
10858
10859 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10860
10861         * gnus-art.el (gnus-treat-date-english): New variable.
10862         (article-date-english): New command.
10863         (gnus-english-month-names): New variable.
10864         (article-make-date-line): Do 'english.
10865
10866         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
10867         after the fill prefix.
10868
10869         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
10870         score...".
10871
10872         * gnus-art.el (gnus-ignored-headers): Hide more headers.
10873
10874         * message.el (message-mode-map): Bind comment-region.
10875
10876         * gnus-art.el (gnus-mime-display-part): Let w3 display
10877         multipart/related.
10878
10879         * mm-bodies.el (mm-long-lines-p): New function.
10880         (mm-body-encoding): Use it.
10881         (mm-body-encoding): Encode articles with lines longer than 1000
10882         characters.
10883
10884 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10885
10886         * mm-util.el (mm-enable-multibyte): Use
10887         default-enable-multibyte-characters.
10888         (mm-enable-multibyte-mule4): Ditto.
10889         (mm-disable-multibyte): Test XEmacs.
10890         (mm-disable-multibyte-mule4): Ditto.
10891         (mm-with-unibyte-current-buffer): Simplified.
10892         (mm-with-unibyte-current-buffer-mule4): Ditto.
10893
10894 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10895
10896         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
10897
10898         * nnheader.el (nnheader-string-as-multibyte): New alias.
10899
10900         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
10901
10902         * gnus-uu.el (gnus-message-process-mark): New function.
10903         (gnus-uu-mark-by-regexp): Use it.
10904         (gnus-new-processable): New function.
10905
10906 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
10907          Trivial patch.
10908
10909         * gnus-sum.el (gnus-no-mark): New variable.
10910
10911 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10912
10913         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
10914         backslashes.
10915
10916 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10917
10918         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
10919         definition.
10920
10921 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10922
10923         * dgnushack.el (dgnushack-compile): elc is in the current directory.
10924
10925         * qp.el (quoted-printable-encode-region): Don't check multibyte in
10926         XEmacs.
10927
10928 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
10929         Trivial patch.
10930
10931         * mml.el (mml-read-tag): Save tag location.
10932
10933 2000-12-25  Simon Josefsson  <simon@josefsson.org>
10934
10935         * starttls.el: Sync with Emacs 21.
10936
10937 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10938
10939         * message.el (message-mail): Support yank-action.
10940
10941         * message.el (message-setup): Revoke the last change.
10942
10943 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10944
10945         * message.el (message-setup): Use cons. Suggested by Johan Vromans
10946         <jvromans@squirrel.nl>.
10947
10948 2000-12-24  Simon Josefsson  <sj@extundo.com>
10949
10950         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
10951         mailing list junk at end of part.
10952
10953 2000-12-23  Simon Josefsson  <sj@extundo.com>
10954
10955         * nnimap.el (nnimap-expiry-target): New function.
10956         (nnimap-request-expire-articles): Use it.
10957
10958 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10959
10960         * gnus.el (gnus-group-parameters-more): New variable.
10961         * gnus-cus.el (gnus-group-customize): Use it.
10962
10963         * gnus.el (gnus-define-group-parameter): New macro.
10964         (auto-expire): Use it
10965         (total-expire): Use it.
10966         * gnus-art.el (banner): Use it.
10967
10968         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
10969         <ljz@asfast.com>.
10970
10971 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10972
10973         * gnus-topic.el (gnus-topic-create-topic): Use list.
10974
10975         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
10976         before binding gnus-default-article-saver.
10977
10978         * gnus-sum.el (gnus-summary-save-article):
10979         (gnus-summary-pipe-output):
10980         (gnus-summary-save-article-mail):
10981         (gnus-summary-save-article-rmail):
10982         (gnus-summary-save-article-file):
10983         (gnus-summary-write-article-file):
10984         (gnus-summary-save-article-body-file): Ditto.
10985
10986         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
10987
10988 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10989
10990         * gnus-art.el (gnus-mime-security-button-map):
10991         (gnus-mime-button-map): Add parent.
10992
10993 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10994
10995         * messagexmas.el (message-xmas-redefine): New function.
10996
10997         * message.el: Use it.
10998
10999         * gnus-art.el (gnus-article-check-hidden-text): Return t.
11000
11001         * gnus-util.el (gnus-remove-text-properties-when): Return t.
11002
11003 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11004
11005         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
11006         malformatted messages.
11007
11008 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11009
11010         * mm-util.el (mm-image-load-path): New function.
11011
11012         * gnus-group.el (gnus-group-make-tool-bar): Use it.
11013
11014         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
11015
11016         * message.el (message-tool-bar-map): Use it.
11017
11018         * Makefile.in (install-el): New rule.
11019
11020 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11021
11022         * gnus-art.el (article-treat-dumbquotes): Quote \.
11023
11024 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11025
11026         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
11027         Emacs 20 runs on a terminal.
11028
11029 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11030
11031         * gnus-msg.el (gnus-bug): Revert to save-excursion.
11032
11033         * mml.el (gnus-add-minor-mode): Autoload.
11034
11035         * message.el (message-forward): Save-restriction.
11036
11037 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11038
11039         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
11040         Paul Stevenson <p.stevenson@surrey.ac.uk>
11041
11042 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11043
11044         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
11045
11046         * mml.el (gnus-ems): Don't require.
11047
11048         * gnus.el (gnus-decode-rfc1522): Removed.
11049         (gnus-set-text-properties): Define.
11050
11051 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11052
11053         * gnus-art.el (gnus-mime-*): handle may be nil.
11054
11055         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
11056
11057         * gnus.el (gnus-group-remove-excess-properties): Not defined
11058         in gnus-xmas.
11059
11060 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11061
11062         * message.el (message-mail-user-agent): Add :version.
11063
11064 2000-12-21  Miles Bader  <miles@gnu.org>
11065
11066         * message.el (message-mode): Set `comment-start' to the  yank prefix.
11067
11068 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11069
11070         * message.el (message-mail-user-agent): New variable.
11071         (message-setup): Renamed to message-setup-1. Support
11072         mail-user-agent.
11073         (message-mail-user-agent): New function.
11074         (message-mail): Use it.
11075         (message-reply): Use it.
11076         (message-resend): Use it.
11077         (message-mail-other-window): Use it.
11078         (message-mail-other-frame): Use it.
11079
11080         * gnus-msg.el (gnus-bug): Support mail-user-agent.
11081
11082 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11083
11084         * message.el (message-tool-bar-map): Simplify.
11085         (message-narrow-to-head-1): New function.
11086         (message-narrow-to-head): Use it.
11087         (message-reply): Ditto.
11088         (message-cancel-news): Ditto.
11089         (message-supersede): Ditto.
11090         (message-make-forward-subject): Ditto.
11091         (message-bounce): Ditto.
11092
11093 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11094
11095         * uudecode.el (uudecode-decode-region-external): make-temp-file
11096         may not be defined.
11097
11098         * binhex.el (defalias): eval-and-compile.
11099
11100         * message.el (message-tool-bar-map): New function.
11101         (message-mode): Use it.
11102
11103 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11104
11105         * nntp.el (nntp-find-connection): Remove the entry.
11106         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
11107
11108 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11109
11110         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
11111
11112         * message.el (message-forward): Copy buffer in unibyte mode.
11113
11114 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11115
11116         * message.el (message-make-forward-subject): Don't widen. Decode.
11117         (message-forward): Don't decode subject.
11118
11119 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
11120
11121         * qp.el (quoted-printable-encode-region): Upcase QP.
11122
11123 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11124
11125         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
11126         mail-extract-a-c instead. Don't depend on Gnus.
11127
11128         * mml.el (gnus-ems): Require it.
11129
11130         * gnus-msg.el (gnus-summary-mail-forward):
11131
11132         * message.el (message-forward):  Move mime-to-mml here.
11133
11134 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11135
11136         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
11137         * gnus-art.el (gnus-insert-mime-button): Simplify.
11138         (gnus-mime-display-alternative): Ditto.
11139         (gnus-insert-mime-security-button): Ditto.
11140
11141 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11142
11143         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
11144         text-property-not-all doesn't return nil when start=mark(end).
11145         (gnus-remove-text-properties-when): Ditto.
11146
11147 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11148
11149         * gnus-start.el (gnus-group-change-level): Remove group from
11150         gnus-active-hashtb if real killed.
11151
11152 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11153
11154         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
11155         (gnus-mime-display-alternative): Ditto.
11156         (gnus-insert-mime-security-button): Ditto.
11157
11158 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11159
11160         * gnus-start.el (gnus-group-change-level): Don't add it into
11161         killed-list if it was killed.
11162
11163 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11164
11165         * nnmbox.el (nnmbox-file-coding-system): Use binary.
11166         (nnmbox-active-file-coding-system): Ditto.
11167
11168         * gnus-cus.el (gnus-group-parameters): Add posting-style.
11169
11170 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11171
11172         * gnus.el (gnus-version):
11173         (gnus-version-number): Set to Oort Gnus 0.01.
11174
11175         * gnus-art.el (gnus-mime-security-button-map):
11176         (gnus-insert-mime-security-button): Fix for Emacs21.
11177
11178 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11179
11180         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
11181         easymenu, because XEmacs doesn't understand :help.
11182
11183         * mm-uu.el: Require binhex.
11184
11185 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11186
11187         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
11188
11189 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
11190
11191         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
11192
11193 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
11194
11195         * *.xpm, *.pbm: Convert icons icons to size 24x24.
11196
11197 2000-12-18  Dave Love  <fx@gnu.org>
11198
11199         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
11200         (unused).
11201
11202 2000-12-13  Miles Bader  <miles@gnu.org>
11203
11204         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
11205         to t, so that we don't get stuck while trying to smilefy
11206         intangible text.
11207
11208 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
11209
11210         * smiley-ems.el (smiley-regexp-alist): Make regexps match
11211         at the end of the buffer.
11212         (smiley-region): In the loop, move to the end of the submatch
11213         matching the smiley instead of using the end of the match
11214         of the whole regexp.
11215
11216 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
11217
11218         * message.el (message-mode): Doc fix.
11219
11220 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
11221
11222         * smiley-ems.el (smiley-region): Doc fix.
11223
11224 2000-12-11  Miles Bader  <miles@gnu.org>
11225
11226         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
11227         bottom line visible, check to see if it's partially obscured, and
11228         if so, either scroll one more line to make it fully visible, or
11229         revert to showing the second line from the top.
11230
11231 2000-12-07  Dave Love  <fx@gnu.org>
11232
11233         * mailcap.el (mailcap-download-directory)
11234         * gnus-audio.el (gnus-audio-directory)
11235         * smiley-ems.el (smiley-data-directory): Fix :type.
11236
11237 2000-11-30  Dave Love  <fx@gnu.org>
11238
11239         * message.el (message-auto-save-directory): Use
11240         file-name-as-directory.
11241         (message-set-auto-save-file-name): Create
11242         message-auto-save-directory if necessary.
11243         (message-replace-chars-in-string): Removed -- unused.
11244         (message-mail-alias-type): Customize.
11245         (message-headers): Remove duplicate defgroup.
11246
11247 2000-11-29  Dave Love  <fx@gnu.org>
11248
11249         * qp.el (quoted-printable-decode-region): Use error, not message
11250         to report malformed text (like base64).  Amend message.
11251
11252 2000-11-29  Miles Bader  <miles@gnu.org>
11253
11254         * message.el (message-header-lines): Fontify tag.
11255
11256 2000-11-27  Dave Love  <fx@gnu.org>
11257
11258         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
11259         compiler warning.
11260
11261 ;2000-11-26  Dave Love  <fx@gnu.org>
11262 ;
11263 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
11264 ;
11265 2000-11-23  Dave Love  <fx@gnu.org>
11266
11267         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
11268
11269         * mm-uu.el (uudecode): Require.
11270         (uudecode-decode-region, uudecode-decode-region-external): Don't
11271         autoload.
11272         (mm-uu-copy-to-buffer): Doc fix.
11273         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
11274         type fix.
11275
11276         * mailcap.el: Doc fixes.
11277         (mailcap-mime-data): Various adjustments.
11278         (mailcap): New group.
11279         (mailcap-download-directory): Customize.
11280         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
11281         (mailcap-temporary-directory): Deleted (unused).
11282         (mailcap-unescape-mime-test): Simplify slightly.
11283         (mailcap-viewer-passes-test): Use functionp.
11284         (mailcap-command-p): Aliased to executable-find.
11285
11286         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
11287         default-enable-multibyte-characters is nil.
11288
11289 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
11290
11291         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
11292
11293 2000-11-21  Dave Love  <fx@gnu.org>
11294
11295         * gnus-art.el (gnus-mime-button-map): Don't inherit from
11296         gnus-article-mode-map.
11297 ;       (gnus-mime-button-menu): Use mouse-set-point.
11298         (gnus-insert-mime-button, gnus-mime-display-alternative)
11299         (gnus-mime-display-alternative): Don't use local-map property.
11300
11301 2000-11-17  Dave Love  <fx@gnu.org>
11302
11303         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
11304         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
11305         and make-temp-file.
11306         (uudecode-decode-region): Doc fix.
11307
11308 2000-11-14  Dave Love  <fx@gnu.org>
11309
11310         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
11311         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
11312         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
11313         New files, derived from the XPMs.
11314
11315 2000-11-10  Dave Love  <fx@gnu.org>
11316
11317         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
11318         (gnus-agent-lib-file, gnus-agent-load-alist)
11319         (gnus-agent-save-alist, gnus-agent-article-name): Use
11320         expand-file-name.
11321
11322         * gnus-group.el (gnus-group-name-charset-method-alist): Add
11323         :version.
11324         (nnkiboze-score-file): Defvar when compiling.
11325
11326         * gnus-start.el (gnus-read-newsrc-file): Add :version.
11327
11328         * gnus-art.el (gnus-article-banner-alist)
11329         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
11330         (gnus-article-date-lapsed-new-header)
11331         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
11332         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
11333         (gnus-treat-strip-headers-in-body)
11334         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
11335         (gnus-treat-translate): Add :version.
11336         (gnus-article-mime-part-function): Fix defcustom.
11337
11338         * nnmail.el (nnmail-expiry-target)
11339         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
11340         (nnmail-split-header-length-limit): Add :version.
11341
11342         * gnus-sum.el (gnus-auto-expirable-marks)
11343         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
11344         (gnus-extra-headers, gnus-ignored-from-addresses)
11345         (gnus-newsgroup-ignored-charsets)
11346         (gnus-group-highlight-words-alist)
11347         (gnus-summary-show-article-charset-alist): Add :version.
11348
11349         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
11350         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
11351         files, converted from the XPMs.
11352
11353         * gnus-cache.el (gnus-cache-active-file): Don't use
11354         file-name-as-directory on directory.
11355         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
11356         use file-name-as-directory on directory.
11357
11358         * time-date.el (timezone-make-date-arpa-standard): Autoload.
11359         (date-to-time): Use it.
11360
11361 ;       * message.el (message-mode) <adaptive-fill-regexp>:
11362 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
11363 ;       (message-newline-and-reformat): Likewise.
11364         (message-forward-as-mime, message-forward-ignored-headers)
11365         (message-buffer-naming-style, message-default-charset)
11366         (message-dont-reply-to-names, message-send-mail-partially-limit):
11367         Add :version.
11368
11369         * mm-util.el: Doc fixes.
11370         (mm-mime-charset): Don't use the raw result of
11371         mm-preferred-coding-system.
11372         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
11373         (mm-with-unibyte): Simplify.
11374
11375         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
11376         concat.
11377
11378         * pop3.el (pop3-version): Deleted.
11379         (pop3-make-date): New function, avoiding message-make-date.
11380         (pop3-munge-message-separator): Use it.
11381
11382 2000-11-09  Dave Love  <fx@gnu.org>
11383
11384         * gnus-group.el (gnus-group-make-directory-group)
11385         (gnus-group-fetch-faq): Use expand-file-name.
11386         (gnus-group-fetch-faq): Simplify completing-read form.
11387
11388         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
11389         test for Mule.
11390
11391         * message.el (tool-bar-map): Defvar when compiling.
11392
11393         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
11394         (gnus-tm-lisp-directory): Deleted.
11395         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
11396         (featurep 'xemacs).
11397         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
11398         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
11399         version numbers from file names.
11400
11401 2000-11-08  Dave Love  <fx@gnu.org>
11402
11403         * mm-view.el: Use featurep for XEmacs test.
11404         (mm-inline-message): Test for `remove-specifier'; don't use
11405         condition-case.
11406
11407         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
11408
11409         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
11410         (gnus-score-find-bnews): Don't concat "".
11411
11412         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
11413         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
11414         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
11415         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
11416
11417         * gnus-sum.el: Put some defvars in eval-when-compile.
11418         (gnus-summary-mode-hook): Add :options.
11419         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
11420         (gnus-summary-tool-bar-map): New variable.
11421         (gnus-summary-make-tool-bar): New function.
11422         (gnus-summary-mode): Put kill-all-local-variables first.
11423
11424         * gnus-group.el (gnus-group-toolbar-map): New variable.
11425         (gnus-group-make-tool-bar): Rewritten.
11426         (gnus-group-mode): Put kill-all-local-variables first.
11427
11428         * rfc2047.el: Require gnus-util.
11429
11430         * nnml.el (gnus-sorted-intersection): Autoload.
11431
11432         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
11433         Put some defvars in eval-when-compile.
11434         (gnus-intersection, gnus-sorted-complement):  Autoload.
11435
11436         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
11437
11438         * mm-encode.el (mm-body-7-or-8): Autoload.
11439
11440         * mm-decode.el (mm-insert-inline): Autoload.
11441
11442         * mml.el:
11443         * message.el: Put some defvars in eval-when-compile.
11444
11445         * gnus-msg.el: Put some defvars in eval-when-compile.
11446         (gnus-msg-mail): Move after gnus-setup-message.
11447
11448         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
11449
11450 2000-11-07  Dave Love  <fx@gnu.org>
11451
11452         * gnus-util.el (nnheader): Don't require message (recursive
11453         autoload).
11454
11455         * uudecode.el: Avoid compiler warnings.
11456
11457         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
11458         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
11459
11460 2000-11-06  Dave Love  <fx@gnu.org>
11461
11462         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
11463
11464         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
11465         (uudecode-char-int): New alias, replacing char-int.
11466         (uudecode-decode-region): Don't call buffer-disable-undo.
11467
11468 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
11469 ;       (mm-uu-configure-list): Doc fix.
11470 ;
11471 ;       * earcon.el (running-xemacs): Don't define.
11472 ;
11473 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
11474 ;
11475 ;       * message.el (message-font-lock-keywords): Match a final newline
11476 ;       to help font-lock's multiline support.
11477 ;
11478 2000-11-03  Dave Love  <fx@gnu.org>
11479
11480         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
11481
11482         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
11483         name.
11484
11485         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
11486         <banner>: Fix custom type, doc.
11487
11488         * mm-decode.el (mm-display-external): Space-prefix temp buffer
11489         name.  Don't disable undo explicitly.
11490
11491 ;2000-11-02  Dave Love  <fx@gnu.org>
11492 ;
11493 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
11494 ;       cite-prefix.
11495
11496 2000-11-01  Dave Love  <fx@gnu.org>
11497
11498         * rfc2047.el (base64): Require unconditionally.
11499         (message-posting-charset): Defvar when compiling.
11500         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
11501         message.
11502
11503         * gnus-sum.el (nnoo): Require.
11504         (mm-uu-dissect): Autoload.
11505
11506         * mml.el (mml-parse-1): Clarify message.
11507         (mml-minibuffer-read-type): Use mailcap-mime-types.
11508
11509 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
11510
11511         * mml.el: Fix a typo in the requiring of CL.
11512
11513 2000-11-01  Dave Love  <fx@gnu.org>
11514
11515         * utf7.el: Require cl when compiling.
11516
11517         * binhex.el: Use (featurep 'xemacs).
11518         (binhex-char-int): New alias, replacing char-int.  Change callers.
11519         (binhex-decode-region): Simplify work buffer code.
11520         (binhex-decode-region-external): Use expand-file-name, not concat.
11521
11522 2000-10-30  Dave Love  <fx@gnu.org>
11523
11524         * gnus-art.el: Fix 2000-10-27 change properly.
11525
11526 2000-10-28  Miles Bader  <miles@gnu.org>
11527
11528         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
11529
11530 2000-10-27  Dave Love  <fx@gnu.org>
11531
11532         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
11533         strings.
11534         (gnus-group-make-tool-bar): New function.
11535         (gnus-group-mode): Use it.
11536
11537         * message.el (message-mode-menu): Add some :help strings.
11538         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
11539         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
11540
11541         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
11542         * describe-group.xpm, get-news.xpm, kill-group.xpm:
11543         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
11544
11545         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
11546         display-graphic-p here.
11547
11548 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
11549
11550         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
11551         of the `gnus-xemacs' variable, as the latter has been removed.
11552         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
11553         * gnus-art.el (gnus-treat-display-xface)
11554         (gnus-treat-display-smileys, gnus-treat-display-picons)
11555         (gnus-article-read-summary-keys): Likewise.
11556
11557 2000-10-26  Dave Love  <fx@gnu.org>
11558
11559         (defvar): Use rmail-spool-directory unconditionally.
11560
11561 2000-10-18  Dave Love  <fx@gnu.org>
11562
11563         * mm-bodies.el (mm-uu-decode-function)
11564         (mm-uu-binhex-decode-function): Defvar when compiling.
11565
11566         * gnus-nocem.el (gnus-nocem-issuers): Update.
11567         (gnus-nocem-check-from): New option.
11568         (gnus-nocem-scan-groups): Use it.
11569         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
11570         (gnus-nocem-check-article-limit): Add :version.
11571
11572 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
11573
11574         * ietf-drums.el (mm-util): Require CL when compiling.
11575
11576 2000-10-15  Dave Love  <fx@gnu.org>
11577
11578         * qp.el: Require mm-util.
11579
11580 2000-10-13  Dave Love  <fx@gnu.org>
11581
11582         * qp.el (quoted-printable-decode-region): Avoid invalid
11583         coding-systems.
11584
11585 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
11586
11587         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
11588         to a recursive load.
11589
11590 2000-10-12  Dave Love  <fx@gnu.org>
11591
11592         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
11593
11594         * gnus.el (gnus-group-startup-message): Check for PBM image.
11595
11596 2000-10-09  Dave Love  <fx@gnu.org>
11597
11598         * mail-source.el (mail-source-fetch-imap): Bind
11599         default-enable-multibyte-characters rather than using
11600         mm-disable-multibyte.
11601
11602 2000-10-05  Dave Love  <fx@gnu.org>
11603
11604         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
11605         Autoload.
11606         (quoted-printable-decode-region):  Rename arg which confused
11607         charset with coding-system.  Don't use nonascii-insert-offset.
11608         Coding-system encode the region initially.  Don't recognize `=='
11609         as valid QP.  Coding-system decode the region finally.
11610         (quoted-printable-decode-string): Rename arg which confused
11611         charset with coding-system.
11612
11613         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
11614         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
11615         mm-encode-coding-region.
11616         (mm-decode-body, mm-decode-string): Rename variables which
11617         confused charset with coding-system.
11618         (binhex-decode-region): Don't autoload.
11619         (mm-body-encoding): Require message.
11620         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
11621         cond branches.
11622
11623         * gnus-art.el (article-de-quoted-unreadable)
11624         (article-de-base64-unreadable): Fold search case
11625         rather than downcasing string.  Apply mm-charset-to-coding-system
11626         to arg of quoted-printable-decode-region.
11627
11628 2000-10-04  Dave Love  <fx@gnu.org>
11629
11630         * gnus-ems.el: Don't turn off compiler warnings in local vars.
11631         Require ring when compiling.
11632         (gnus-article-compface-xbm): New variable.
11633
11634 2000-10-04  Dave Love  <fx@gnu.org>
11635
11636         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
11637         pbm images.
11638
11639         * frown.pbm, smile.pbm, wry.pbm: New files.
11640
11641         * frown.xbm, smile.xbm, wry.xbm: Deleted.
11642
11643 2000-10-03  Dave Love  <fx@gnu.org>
11644
11645         * mail-source.el (mail-sources): Revert to nil.
11646
11647         * nnmail (nnmail-spool-file): Revert to `((file))'.
11648
11649         * qp.el: Don't require mm-util.
11650         (quoted-printable-decode-region): Rewritten.
11651         (quoted-printable-decode-string, quoted-printable-encode-region):
11652         Doc fix.
11653         (quoted-printable-encode-region): Barf on multibyte characters.
11654         Maybe make the class multibyte.  Upcase chars, not formatted
11655         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
11656         (quoted-printable-encode-string): Don't use
11657         mm-with-unibyte-buffer.
11658
11659 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
11660
11661         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
11662
11663 2000-09-21  Dave Love  <fx@gnu.org>
11664
11665         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
11666         (for Emacs 20).  Tidy somewhat.
11667
11668 2000-09-21  Dave Love  <fx@gnu.org>
11669
11670         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
11671         image processing.  Rationalize logic somewhat.
11672
11673 2000-09-20  Dave Love  <fx@gnu.org>
11674
11675         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
11676         specifically.
11677
11678         * gnus.el (gnus-version-number): Avoid some redundant
11679         autoloads.
11680
11681 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
11682
11683         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
11684         to XBM; we always have PBM support.
11685
11686 2000-09-14  Dave Love  <fx@gnu.org>
11687
11688         * gnus.el (gnus-charset):
11689         * mm-decode.el (mime-display):
11690         * imap.el (imap) <defgroup>: Add :version.
11691
11692 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
11693
11694         * parse-time.el: Fix author's mail address.
11695
11696         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
11697         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
11698         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
11699         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
11700         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
11701         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
11702         * rfc2231.el, uudecode.el: Fix copyright notice.
11703
11704         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
11705         require `w3' at load-time only if not running in batch mode.
11706
11707 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11708
11709         * gnus.el: Before merge with Emacs21.
11710
11711 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
11712
11713         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
11714
11715 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
11716
11717         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
11718         to avoid conflict with the standard `back-to-indentation'
11719         binding.
11720
11721 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11722
11723         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
11724
11725         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
11726         (mm-disable-multibyte-mule4): Ditto.
11727         (mm-with-unibyte-current-buffer-mule4): Ditto.
11728
11729 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11730
11731         * pop3.el (pop3-movemail): Use binary.
11732         (pop3-movemail-file-coding-system): Removed.
11733
11734 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11735
11736         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
11737
11738 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11739
11740         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
11741         exists.
11742
11743 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11744
11745         * gnus-msg.el (gnus-post-method): Use backend name when the
11746         address is "".
11747
11748 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11749
11750         * gnus-art.el (article-verify-x-pgp-sig): Don't test
11751         mm-verify-option.
11752         (gnus-treat-x-pgp-sig): Default value.
11753         (gnus-ignored-headers): Redundant.
11754
11755 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11756
11757         * gnus-win.el (gnus-configure-frame): Save selected window.
11758
11759 2000-02-15  Andrew Innes  <andrewi@gnu.org>
11760
11761         * nnmbox.el: Require gnus-range.
11762         (nnmbox-group-building-active-articles): New variable.
11763         (nnmbox-group-active-articles): New variable; this is a cache of
11764         all active articles by group and number.
11765         (nnmbox-in-header-p): New function.
11766         (nnmbox-find-article): New function.
11767         (nnmbox-record-active-article): New function.
11768         (nnmbox-record-deleted-article): New function.
11769         (nnmbox-is-article-active-p): New function.
11770         (nnmbox-retrieve-headers): Use nnmbox-find-article.
11771         (nnmbox-request-article): Ditto.  Also supply extra arg to
11772         nnmbox-article-group-number.
11773         (nnmbox-request-expire-articles): Ditto.
11774         (nnmbox-request-move-article): Ditto.
11775         (nnmbox-request-replace-article): Ditto.
11776         (nnmbox-request-rename-group): Rename group entry in active
11777         article cache.
11778         (nnmbox-delete-mail): Update active article cache, unless article
11779         is being replaced.
11780         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
11781         than partially duplicating it.
11782         (nnmbox-article-group-number): Add extra `this-line' arg, to
11783         handle articles belonging to multiple groups.
11784         (nnmbox-save-mail): Update active article cache.
11785         (nnmbox-read-mbox): Build active article cache when loading mbox.
11786         Also do some repair work, if we find articles that are missing the
11787         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
11788         reconstruct these from Xref info.
11789
11790 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11791
11792         * mail-source.el (mail-source-report-new-mail): Use
11793         nnheader-run-at-time.
11794
11795 2000-02-15  Andrew Innes  <andrewi@gnu.org>
11796
11797         * mail-source.el (mail-source-fetch-pop): Clear pop password when
11798         an error is thrown, and then rethrow the error.
11799         (mail-source-check-pop): Ditto.
11800         (mail-source-start-idle-timer): Prevent multiple pop checks
11801         running if the check takes a long time.
11802
11803 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11804
11805         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
11806         succeed.
11807
11808 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11809
11810         * gnus-win.el (gnus-configure-windows): Make sure
11811         nntp-server-buffer is live.
11812         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
11813
11814 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
11815
11816         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
11817
11818 2000-12-04  Andreas Jaeger  <aj@suse.de>
11819
11820         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
11821
11822 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11823
11824         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
11825
11826 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11827         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
11828
11829         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
11830
11831 2000-12-01  Simon Josefsson  <sj@extundo.com>
11832
11833         * mml-smime.el (mml-smime-verify): Fix address parsing.
11834
11835 2000-12-01  Simon Josefsson  <sj@extundo.com>
11836
11837         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
11838         more than one certificate inside PKCS#7 blob.  Better security
11839         information (clamed / actual sender, openssl output, certificates
11840         inside message).
11841
11842         * smime.el (smime-verify-region): Output to /dev/null.
11843         (smime-buffer-as-string-region): Don't parse empty lines.
11844
11845 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11846
11847         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
11848         ?d and ?D.
11849         (gnus-mime-security-show-details-inline): New variable.
11850         (gnus-mime-security-show-details): Use them.
11851         (gnus-insert-mime-security-button): Ditto.
11852
11853         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
11854         Suggest by Michael Duggan (md5i@cs.cmu.edu).
11855         (mml2015-gpg-clear-verify): Ditto.
11856         (mml2015-gpg-decrypt-1): Ditto.
11857         (mml2015-use): Prefer 'gpg.
11858
11859 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11860
11861         * gnus-util.el (gnus-add-text-properties-when): New function.
11862         (gnus-remove-text-properties-when): Ditto.
11863
11864         * gnus-cite.el (gnus-article-hide-citation): Use them.
11865         (gnus-article-toggle-cited-text): Use them.
11866
11867         * gnus-art.el (gnus-signature-toggle): Use them.
11868         (gnus-article-show-hidden-text): Ditto.
11869         (gnus-article-hide-text): Ditto.
11870
11871 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11872
11873         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
11874
11875 2000-11-30  Simon Josefsson  <sj@extundo.com>
11876
11877         * smime.el (smime-point-at-eol): New alias.
11878         (smime-buffer-as-string-region): Use it.
11879
11880 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11881
11882         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
11883
11884 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11885
11886         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
11887
11888         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
11889
11890         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
11891
11892 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11893
11894         * nnmh.el (nnmh-request-expire-articles): Implemented
11895         expiry-target for nnmh backend.
11896
11897 2000-11-30  Simon Josefsson  <sj@extundo.com>
11898
11899         * mm-decode.el (mm-security-from): New variable.
11900         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
11901
11902         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
11903         than `from'.
11904
11905 2000-11-30  Simon Josefsson  <sj@extundo.com>
11906
11907         * mml-smime.el (mml-smime-verify): Verify that certificate mail
11908         address match sender address.
11909
11910         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
11911
11912         * smime.el (smime-verify-region): Don't copy buffer.
11913         (smime-decrypt-buffer): Use expand-file-name on keyfile.
11914         (smime-pkcs7-region): New function.
11915         (smime-pkcs7-certificates-region): Ditto.
11916         (smime-pkcs7-email-region): Ditto.
11917         (smime-buffer-as-string-region): Ditto.
11918
11919         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
11920         buffer.
11921
11922 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
11923
11924         * smime.el (smime-decrypt-region): Fix keyfile argument.
11925
11926 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11927
11928         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
11929
11930 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11931
11932         * message.el (message-shoot-gnksa-feet): New variable.
11933         (message-gnksa-enable-p): New function.
11934         (message-send): Use it.
11935         (message-check-news-body-syntax): Ditto.
11936
11937 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11938
11939         * message.el (message-make-message-id): Remove the redundancy.
11940
11941 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11942
11943         * message.el (message-setup): Discourage using mc-install-*-mode.
11944
11945         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
11946
11947 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11948
11949         * gnus-cite.el (gnus-cite-parse): Guess citation length.
11950
11951 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11952
11953         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
11954
11955 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11956
11957         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
11958
11959 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11960
11961         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
11962         insert-buffer-substring.
11963
11964         * message.el (message-send-mail): Use buffer-substring-no-properties.
11965         (message-send-news): Ditto.
11966
11967 2000-11-22  David Edmondson  <dme@dme.org>
11968
11969         * imap.el (imap-wait-for-tag): Message read info.
11970
11971 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11972
11973         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
11974         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
11975         (mml2015-gpg-encrypt): Ditto.
11976
11977 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11978
11979         * mm-decode.el (mm-verify-option): Default value.
11980
11981         * mml-sec.el (mml-secure-part): Error message.
11982
11983 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11984
11985         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
11986
11987 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11988
11989         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
11990
11991 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11992
11993         * gnus-art.el (gnus-article-describe-key): Use prompt.
11994         (gnus-article-describe-key-briefly): Ditto.
11995
11996 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11997
11998         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
11999
12000 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12001
12002         * gnus-art.el (gnus-article-describe-key): New function.
12003         (gnus-article-describe-key-briefly): New function.
12004
12005 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12006
12007         * mm-decode.el (mm-decrypt-option): Doc typo.
12008
12009         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
12010         return a number.
12011
12012 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12013
12014         * message.el (message-newline-and-reformat): Typo.
12015
12016 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12017
12018         * gnus-art.el (article-verify-x-pgp-sig): Check whether
12019         original-article-buffer exists.
12020
12021         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
12022         (rfc2047-header-encoding-alist): Addresses are different from text.
12023         (rfc2047-encode-message-header): Ditto.
12024         (rfc2047-dissect-region): Extra parameter.
12025         (rfc2047-encode-region): Ditto.
12026         (rfc2047-encode-string): Ditto.
12027
12028 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12029
12030         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
12031         (mm-uu-pgp-encrypted-extract): Use it.
12032         (mm-uu-pgp-signed-extract-1): New function.
12033         (mm-uu-pgp-signed-extract): Use it.
12034
12035         * gnus-art.el (gnus-mime-display-security): New function.
12036         (gnus-mime-display-part): Use it.
12037         (gnus-mime-security-verify-or-decrypt): New function.
12038         (gnus-mime-security-press-button): New function.
12039         (gnus-insert-mime-security-button): Use it.
12040
12041         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
12042         (mm-find-raw-part-by-type): Ditto.
12043         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
12044         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
12045         (mm-destroy-parts): Kill nested multibyte buffer.
12046
12047         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
12048         (mml2015-gpg-verify): Ditto.
12049
12050 2000-11-18  Simon Josefsson  <sj@extundo.com>
12051
12052         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
12053         (mml2015-function-alist): Use it.
12054
12055         * mml-sec.el (mml-sign-alist): Update names.
12056         (mml-encrypt-alist): Ditto.
12057         (mml-secure-part-smime-sign): Moved to mml-smime.el
12058         as `mml-smime-sign-query'.
12059         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
12060         `mml-smime-get-file-cert'.
12061         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
12062         `mml-smime-get-dns-cert'.
12063         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
12064         `mml-smime-encrypt-query'.
12065         (mml-smime-sign-buffer): Use mml-smime-sign.
12066         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
12067
12068         * mml-smime.el (mml-smime-sign): New function.
12069         (mml-smime-encrypt):
12070         (mml-smime-sign-query):
12071         (mml-smime-get-file-cert):
12072         (mml-smime-get-dns-cert):
12073         (mml-smime-encrypt-query): Moved from mml-sec.el.
12074
12075 2000-11-16  Simon Josefsson  <sj@extundo.com>
12076
12077         * mml2015.el (mml2015-gpg-clear-verify): New function.
12078         (mml2015-function-alist): Add it.
12079
12080 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
12081
12082         * message.el (message-setup-fill-variables): Use
12083         message-cite-prefix-regexp.
12084         (message-newline-and-reformat): Check the end of citation, leading
12085         WSP, break in the cite prefix.
12086         (message-fill-paragraph): New function.
12087
12088 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12089
12090         * lpath.el: Shut up.
12091
12092 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
12093
12094         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
12095         raw 8-bit in headers in dk.* newsgroups.
12096
12097 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12098
12099         * message.el (message-newline-and-reformat): Match extra WSPs.
12100
12101 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
12102
12103         * mml.el (mml-generate-mime-1): Ignore ascii.
12104
12105 2000-11-16 Justin Sheehy  <justin@iago.org>
12106
12107         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
12108
12109 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12110
12111         * message.el (message-cite-prefix-regexp): Prefix should not end
12112         at space.
12113
12114 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
12115
12116         * message.el (message-mode-syntax-table): Add - as a word
12117         constituent as in articles.
12118         (message-setup-fill-variables): Add -_. as supercite-style prefix.
12119         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
12120         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
12121
12122 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
12123
12124         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
12125
12126 2000-11-12  David Edmondson  <dme@dme.org>
12127
12128         * message.el (message-font-lock-keywords): use
12129         message-cite-prefix-regexp.
12130
12131 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12132
12133         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
12134         Stein Arild Str\e,Ax\e(Bmme.
12135         (gnus-group-jump-to-group): Use it.
12136         (gnus-group-jump-to-group-prompt): Customize.
12137
12138 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
12139
12140         * mailcap.el (mailcap-possible-viewers): Match the entire string.
12141
12142 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
12143
12144         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
12145         incompatible.
12146         (mml2015-mailcrypt-sign): Ditto.
12147
12148 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12149
12150         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
12151         group is open.
12152
12153 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
12154
12155         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
12156         nnvirtual articles.
12157         (gnus-backlog-request-article): Don't request nnvirtual articles.
12158
12159 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
12160
12161         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
12162         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
12163
12164 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
12165
12166         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
12167         * mml.el (mml-generate-mime-1): Use charset attribute.
12168         * mm-bodies.el (mm-encode-body): Add parameter charset.
12169         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
12170
12171 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
12172
12173         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
12174         (mml2015-mailcrypt-clear-decrypt): Ditto.
12175         (mml2015-mailcrypt-verify): Ditto.
12176         (mml2015-mailcrypt-clear-verify): Ditto.
12177         (mml2015-gpg-verify): Ditto.
12178
12179 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12180
12181         * smime.el (smime-openssl-program): Test the existence of openssl.
12182         * mml-smime.el: Require mm-decode.
12183         (mml-smime-verify-test): New function.
12184         * mm-decode.el (mm-verify-function-alist): Use it.
12185
12186 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
12187
12188         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
12189         anyway.
12190
12191 2000-11-13  Simon Josefsson  <sj@extundo.com>
12192
12193         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
12194         verification doesn't work.
12195
12196 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
12197
12198         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
12199         (gnus-inews-do-gcc): Use it.
12200
12201 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
12202
12203         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
12204         leading space.
12205         * mm-extern.el (mm-inline-external-body): Report error when no
12206         access-type.
12207
12208 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
12209
12210         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
12211
12212 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
12213
12214         * gnus-art.el (gnus-mime-button-menu): Use select-window.
12215
12216 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
12217
12218         * gnus-art.el (gnus-mime-display-part): Display multipart/related
12219         as multipart/mixed.
12220
12221 2000-11-12  David Edmondson  <dme@dme.org>
12222
12223         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
12224         and replace `.' with `\w' to allow for different syntax tables
12225         (from Vladimir Volovich).
12226         * message.el (message-newline-and-reformat): use
12227         `message-cite-prefix-regexp'.
12228         * gnus-cite.el (gnus-supercite-regexp): use
12229         `message-cite-prefix-regexp'.
12230         * gnus-cite.el (gnus-cite-parse): use
12231         `message-cite-prefix-regexp'.
12232
12233 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
12234
12235         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
12236         PGP SIGNATURE.  Escape leading "-"'s.
12237         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
12238
12239 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
12240
12241         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
12242
12243 2000-11-11  Simon Josefsson  <sj@extundo.com>
12244
12245         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
12246
12247         * smime.el (smime-details-buffer): New variable.
12248         (smime-sign-region):
12249         (smime-encrypt-region):
12250         (smime-verify-region):
12251         (smime-decrypt-region): Copy OpenSSL output to the buffer.
12252
12253         * mml-smime.el (mml-smime-verify): Support security info.
12254
12255 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
12256
12257         * mm-decode.el (mm-verify-option): Set default to nil.
12258         (mm-decrypt-option): Ditto.
12259         * gnus-art.el (article-verify-x-pgp-sig): New function.
12260
12261 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
12262
12263         * gnus-art.el (gnus-mime-display-alternative): Show button if no
12264         preferred part.
12265
12266 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12267
12268         * gnus-sum.el (gnus-move-split-methods): Say that
12269         `gnus-split-methods' uses file names, whereas this uses group
12270         names.  (Report from Nevin Kapur)
12271
12272 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
12273
12274         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
12275
12276 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12277
12278         * nnheader.el (nnheader-directory-files-is-safe): New variable.
12279         (nnheader-directory-articles): Use it.
12280         (nnheader-article-to-file-alist): Ditto.
12281
12282 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
12283
12284         * rfc2047.el (rfc2047-pad-base64): New function.
12285         (rfc2047-decode): Use it.
12286
12287 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
12288
12289         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
12290         select method.
12291
12292 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12293
12294         * mml2015.el (mml2015-gpg-decrypt-1):
12295         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
12296
12297 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12298
12299         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
12300
12301 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
12302
12303         * pop3.el (pop3-munge-message-separator): A message may have an
12304         empty body.
12305
12306 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
12307
12308         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
12309         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
12310         (mm-uu-pgp-signed-extract): Use coding-system.
12311
12312 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
12313
12314         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
12315         (gnus-insert-mime-security-button): New function.
12316         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
12317         * mml2015.el:  Add security info when verify or decrypt.
12318         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
12319         (mm-uu-pgp-encrypted-extract): Ditto.
12320
12321 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
12322
12323         * mm-decode.el (mm-display-parts): New function.
12324         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
12325
12326 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12327
12328         * gnus-mlspl.el: Documentation tweaks.
12329
12330 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12331
12332         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
12333         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
12334         argument.
12335
12336 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
12337
12338         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
12339
12340 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
12341
12342         * gnus-art.el (gnus-article-encrypt): New function.
12343         (gnus-article-encrypt-protocol-alist): New variable.
12344         (gnus-article-encrypt-protocol): New variable.
12345         * mml2015.el (mml2015-self-encrypt): New function.
12346         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
12347
12348 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
12349
12350         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
12351         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
12352         let mailcap do it.
12353         * mml2015.el: Remove snarf code.
12354         * mm-decode.el: Remove snarf code.
12355
12356 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
12357
12358         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
12359         (mml-insert-mime): Understand gnus-decoded.
12360         (mime-to-mml): New parameter handles.
12361         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
12362         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
12363
12364 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
12365
12366         * mm-decode.el (mime-security): New group.
12367         (mm-verify-function-alist): Add test function.
12368         (mm-decrypt-function-alist): Ditto.
12369         (mm-snarf-option): Set default value as nil.
12370         (mm-find-part-by-type): Recursive parameter.
12371         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
12372         * mml2015.el: Support draft-ietf-openpgp-multsig.
12373
12374 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
12375
12376         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
12377         (gnus-article-view-part-as-charset): New function.
12378
12379 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
12380
12381         * mm-decode.el (mm-verify-option): Default value.
12382         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
12383
12384 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12385
12386         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
12387
12388 2000-11-05  Simon Josefsson  <sj@extundo.com>
12389
12390         * mml-smime.el (mml-smime-verify): Work in original multipart
12391         buffert.
12392
12393         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
12394         (mm-handle-multipart-ctl-parameter): Ditto.
12395         (mm-alist-to-plist): New function.
12396         (mm-dissect-buffer): Store CTL parameters and copy original buffer
12397         for multiparts.
12398         (mm-destroy-parts): Destroy multipart buffert.
12399         (mm-remove-part): Ditto.
12400
12401         * mml-smime.el (mml-smime-sign): Not used.
12402         (mml-smime-encrypt): Ditto.
12403
12404         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
12405
12406         Verify S/MIME signature support.
12407
12408         * mm-decode.el (mm-inline-media-tests): Add
12409         application/{x-,}pkcs7-signature.
12410         (mm-inlined-types): Ditto.
12411         (mm-automatic-display): Ditto.
12412         (mm-verify-function-alist): Ditto.  Add name of method.
12413         (mm-decrypt-function-alist): Add name of method.
12414         (mm-find-part-by-type): Add documentation.
12415         (mm-possibly-verify-or-decrypt): Use new format of
12416         mm-{verify,decrypt}-function-alist.  Use method names.
12417
12418         * mml-smime.el (mml-smime-verify): New function.
12419
12420 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12421
12422         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
12423
12424 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
12425
12426         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
12427         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
12428         * mm-decode.el (mm-snarf-option): New variable.
12429
12430 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12431
12432         * mm-util.el (mm-subst-char-in-string): New function.
12433         (mm-replace-chars-in-string): Use it.
12434         * message.el (message-replace-chars-in-string): Use it.
12435         * nnheader.el (nnheader-replace-chars-in-string): Use it.
12436         * gnus-mh.el (mh-lib-progs): Shut up.
12437
12438 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
12439
12440         * base64.el, md5.el: Moved to contrib directory.
12441
12442 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
12443
12444         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
12445         the last article when search.
12446
12447 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
12448
12449         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
12450         * nnmail.el (nnmail-pathname-coding-system): Ditto.
12451
12452 2000-09-29  David Edmondson  <dme@thus.net>
12453
12454         * message.el (message-newline-and-reformat): Typo.
12455
12456 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12457
12458         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
12459
12460 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
12461
12462         * nntp.el (nntp-decode-text): Delete bogus status lines.
12463
12464 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
12465
12466         * message.el (message-font-lock-keywords): Match a final newline
12467         to help font-lock's multiline support.
12468
12469 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12470
12471         * nnoo.el (nnoo-set): New function.
12472
12473 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
12474
12475         * gpg.el, gpg-ring.el: Moved to contrib directory.
12476
12477 2000-11-04  Simon Josefsson  <sj@extundo.com>
12478
12479         * nnimap.el (nnimap-split-inbox): Typo.
12480
12481 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12482
12483         * gnus-msg.el (gnus-msg-mail): Move it backwards.
12484
12485 2000-11-03  Simon Josefsson  <sj@extundo.com>
12486
12487         * rfc2231.el (rfc2231-parse-qp-string): New function.
12488         (require): rfc2047.
12489
12490         * mail-parse.el (mail-header-parse-content-type):
12491         (mail-header-parse-content-disposition): Support invalid QP
12492         encoded strings, by using `rfc2231-parse-qp-string'.
12493
12494 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
12495
12496         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
12497         (rfc2231-decode-encoded-string): Typo "> X 1".
12498         (rfc2231-encode-string): Insert the name of charset.
12499         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
12500
12501 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12502
12503         * mm-decode.el (mm-save-part): Return the filename.
12504         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
12505         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
12506         (gnus-mime-action-alist): Use it.
12507         (gnus-mime-button-commands): Use it.
12508         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
12509         (mm-inline-external-body): unwind-protect.
12510
12511 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
12512
12513         * gnus-art.el (gnus-insert-mime-button): Show url.
12514
12515 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
12516
12517         * mml.el (mml-generate-mime-1): Support external url.
12518         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
12519
12520 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
12521
12522         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
12523         * mm-decode.el (mm-display-external): Ditto.
12524         * mm-extern.el: New file.
12525         * mm-decode.el (mm-inline-media-tests): Hook it up.
12526         (mm-inlined-types): Inline message/external-body.
12527
12528 2000-11-02  Simon Josefsson  <sj@extundo.com>
12529
12530         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
12531
12532         * message.el (message-get-reply-headers): Better handling when
12533         Mail-Followup-To is very large.
12534
12535 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
12536
12537         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
12538         * gnus-art.el (gnus-article-edit-done):
12539         * gnus-sum.el (gnus-summary-edit-article-done): Move line
12540         counting code here.
12541         * gnus-msg.el (gnus-setup-message): Remove a hack.
12542
12543 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12544
12545         * gnus-sum.el (gnus-newsgroup-variables): New variable.
12546         (gnus-summary-mode): Make them local variables.
12547         (gnus-set-global-variables): Globalize them.
12548         (gnus-summary-exit): Kill them.
12549
12550 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
12551
12552         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
12553         word.
12554
12555 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
12556
12557         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
12558         gnus-article-wash-types.
12559         * gnus-art.el (gnus-article-wash-status): Use them.
12560
12561 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
12562
12563         * mml.el (mml-read-tag): Remove spaces and LF.
12564
12565 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12566
12567         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
12568         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
12569
12570 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
12571
12572         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
12573
12574 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
12575
12576         * gnus-sum.el (gnus-article-charset): New variable.
12577         (gnus-summary-display-article): Set it.
12578         * gnus-msg.el (gnus-copy-article-buffer): Use it.
12579         * gnus-art.el (gnus-article-mode): Make it local variable.
12580
12581 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12582
12583         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
12584
12585 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12586
12587         * nnwfm.el: New file.
12588
12589         * nnweb.el (nnweb-replace-in-string): New function.
12590
12591 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12592
12593         * mml2015.el: Wrap gpg.el.
12594         * gpg.el (gpg-verify): The last argument of apply is a list.
12595         (gpg-encrypt): Add passphrase as a parameter.
12596
12597 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
12598
12599         * gpg.el: New file.
12600         * gpg-ring.el: New file.
12601
12602 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
12603
12604         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
12605
12606 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12607
12608         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
12609         double-quote characters.
12610         (gnus-summary-prepare-threads): Ditto.
12611
12612 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12613
12614         * gnus-art.el (gnus-mime-display-single): Forward line -1.
12615         * mml.el (mml-read-tag): Don't skip the leading space.
12616         * lpath.el (font-lock-set-defaults): Shut up.
12617
12618 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
12619
12620         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
12621
12622 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
12623
12624         * qp.el (quoted-printable-encode-region): Replace leading - when
12625         ultra safe.
12626         * mml.el (mml-generate-mime-postprocess-function): Removed.
12627         (mml-postprocess-alist): Removed.
12628         (mml-generate-mime-1): Use ultra-safe when sign.
12629         * mml2015.el (mml2015-fix-micalg): Uppercase.
12630         (mml2015-verify): Insert LF.
12631         (mml2015-mailcrypt-sign): Downcase; search backward.
12632
12633 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12634
12635         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
12636         restrictive.
12637         (nnultimate-table-regexp): New variable.
12638         (nnultimate-forum-table-p): Use it.
12639
12640 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
12641         Trivial patch.
12642
12643         * gnus-sum.el (gnus-summary-expire-articles): Save point.
12644
12645 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12646
12647         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
12648         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
12649
12650 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
12651
12652         * mml2015.el: Shut up.
12653
12654 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
12655
12656         * gnus.el (gnus-server-browse-hashtb): Removed.
12657         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
12658         (gnus-group-insert-group-line-info): Use simplified method.
12659         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
12660
12661 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
12662
12663         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
12664         moved here.
12665         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
12666         * gnus-group.el (gnus-group-prepare-flat): Use it.
12667         * gnus-topic.el (gnus-group-prepare-topics): Use it.
12668
12669 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
12670
12671         * mml.el (mml-mode): Show menu in XEmacs.
12672
12673 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
12674
12675         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
12676         (gnus-server-read-server-in-server-buffer): New function.
12677         (gnus-browse-foreign-server): Browse in group buffer.
12678         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
12679         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
12680         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
12681         * gnus.el (gnus-server-browse-hashtb): New variable.
12682
12683 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
12684
12685         * nnfolder.el (nnfolder-open-nov): Use group.
12686
12687 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
12688
12689         * nnfolder.el: Add NOV. Set version to 2.0.
12690         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
12691
12692 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
12693
12694         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
12695
12696 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12697
12698         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
12699         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
12700
12701 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12702
12703         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
12704
12705 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12706
12707         * mm-decode.el (mm-verify-function-alist): New variable.
12708         (mm-verify-option): New variable.
12709         (mm-decrypt-function-alist): Ditto.
12710         (mm-decrypt-option): Ditto.
12711         (mm-find-raw-part-by-type): New function.
12712         (mm-possibly-verify-or-decrypt): New function.
12713         (mm-dissect-multipart): Use it.
12714         * mml2015.el (mml2015-fix-micalg): New function.
12715         (mml2015-decrypt): Use new interface.
12716         (mml2015-verify):  Use new interface.
12717         (mml2015-setup): Make it bogus.
12718
12719 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
12720
12721         * mml.el (mml-generate-mime-postprocess-function): Set to
12722         mml-postprocess.
12723         (autoload): Autoload mml2015 and mml-smime.
12724         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
12725         * mml2015.el (mml2015-encrypt): New function.
12726         (mml2015-sign): New function.
12727         (mml2015-encrypt-function): New variable.
12728         (mml2015-sign-function): New variable.
12729         (mml2015-mailcrypt-encrypt): Use message-recipients.
12730         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
12731         * mml-smime.el (mml-smime-setup): Ditto.
12732
12733 2000-10-28  Simon Josefsson  <sj@extundo.com>
12734
12735         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
12736         Communigate Pro 3.3.1 server.
12737
12738         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
12739         in buffers.
12740         (mml-secure-dns-server): Removed.
12741         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
12742         write certificates to files.
12743
12744         * smime.el (smime-dns-server): New variable.
12745         (smime-mail-to-domain):
12746         (smime-cert-by-dns): New functions.
12747
12748         * dig.el: New file.
12749
12750 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
12751
12752         * message.el (message-options): New variable.
12753         (message-options-set-recipient): New function.
12754         (message-send): Use them.
12755         * gnus-int.el (gnus-request-replace-article): Use them.
12756         (gnus-request-accept-article): Ditto.
12757         * mml.el (mml-preview): Use them.
12758         * gnus-sum.el (gnus-summary-edit-article): Use them.
12759
12760         * message.el (message-options-get): New function.
12761         (message-options-get): New function.
12762         * rfc2047.el (rfc2047-encode-message-header): Use them.
12763         * mm-bodies.el (mm-encode-body): Use them.
12764
12765 2000-10-28  Simon Josefsson  <sj@extundo.com>
12766
12767         * nnimap.el (nnimap-retrieve-which-headers):
12768         (nnimap-request-article-part): Quote message-id.
12769
12770         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
12771         (smime-CA-file): New variable.
12772         (smime-call-openssl-region): Don't error.
12773         (smime-sign-region): Return result value.
12774         (smime-encrypt-region): Ditto.
12775         (smime-verify-region): New function.
12776         (smime-decrypt-region): Ditto.
12777         (smime-verify-buffer): Ditto.
12778         (smime-decrypt-buffer): Ditto.
12779
12780         * mml.el: Require mml-sec.
12781         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
12782         (mml-mode-map): Add "sign" and "encrypt" maps.
12783         (mml-menu): Add security menu.
12784         (mml-preview): Use generate-new-buffer.
12785
12786         * mml-sec.el: New file.
12787
12788 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12789
12790         * mm-decode.el (mm-find-part-by-type): Move it here.
12791         * mml.el (mml-postprocess): Move it here.
12792         (mml-postprocess-alist): Move it here. Merge them.
12793
12794 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
12795
12796         * rfc2047.el (rfc2047-encode-message-header): Make sure no
12797         unencoded stuff in the header.
12798
12799 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
12800
12801         * gnus-group.el (gnus-group-listed-groups): New variable.
12802         (gnus-group-list-option): New variable.
12803         (gnus-group-list-limit-map): New keymap.
12804         (gnus-group-list-flush-map): New keymap.
12805         (gnus-group-list-plus-map): New keymap.
12806         (gnus-group-prepare-logic): New function.
12807         (gnus-group-prepare-flat): Merge with
12808         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
12809         (gnus-group-prepare-flat-list-dead): Ditto.
12810         (gnus-group-list-matching): Use gnus-group-prepare-function.
12811         (gnus-group-list-dormant): Ditto.
12812         (gnus-group-list-cached): Ditto.
12813         (gnus-group-listed-groups): New function.
12814         (gnus-group-list-limit): New function.
12815         (gnus-group-list-flush): New function.
12816         (gnus-group-list-plus): New function.
12817         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
12818         (gnus-topic-prepare-topic): Ditto.
12819
12820 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
12821
12822         * message.el (message-insert-to, message-get-reply-headers):
12823         (message-reply, message-followup): Mail-{Followup,Reply}-To.
12824
12825 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12826
12827         * mml2015.el: New file.
12828         * smime.el: New file.
12829         * mml-smime.el: New file.
12830
12831 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
12832
12833         * ChangeLog: Moved to ChangeLog.1.
12834
12835     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
12836   Copying and distribution of this file, with or without modification,
12837   are permitted provided the copyright notice and this notice are preserved.
12838
12839 ;; Local Variables:
12840 ;; coding: iso-2022-7bit
12841 ;; End: