2003-01-12 Gregorio Gervasio, Jr. <gtgj@pacbell.net>
[gnus] / lisp / ChangeLog
1 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
2
3         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
4         exit work with two frames.
5
6 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
7
8         * message.el (message-forward-make-body): Use mule4.
9
10 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11
12         * message.el (message-mode-map): Move wide-reply command.
13
14 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15
16         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
17         castellano.
18         (gnus-outlook-display-hook): New variable.
19         (gnus-outlook-display-article-buffer): New function.
20         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
21         (gnus-outlook-deuglify-article): Made them interactive and added
22         optional arg.  Use `g-o-d-a-b'.
23         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
24
25         * gnus-sum.el: Added autoloads.
26         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
27         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
28
29 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
30
31         * gnus-art.el (gnus-display-mime): Use the mime emulation
32         variable. 
33
34         * gnus-sum.el (gnus-article-emulate-mime): New variable.
35
36         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
37         newsrc-alist is initialized properly.
38
39         * mail-source.el (mail-sources): Autoload.
40
41         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
42         nil.
43
44         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
45         insert two newlines.
46
47         * message.el (message-check-news-header-syntax): Compute the
48         header length correctly.
49
50 2002-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
51
52         * gnus-agent.el (gnus-agent-expire): Do not remove article from
53         alist when keeping fetched article file.
54         (gnus-agent-retrieve-headers): When parsing response for article
55         numbers, use the same algorithm as gnus-agent-braid-nov to protect
56         against garbage in the server's response.
57
58         * gnus-int.el (gnus-request-expire-articles,
59         gnus-request-move-article): Only expire when the group's server
60         has been agentized.
61
62 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
63
64         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
65         errors when deleting overlays.
66
67         * gnus-score.el (gnus-score-followup): Allow tracing.
68
69         * gnus-art.el (gnus-treat-display-face): New variable.
70         (article-display-face): New command.
71
72         * gnus-fun.el (gnus-face-from-file): New function.
73         (gnus-convert-face-to-png): Ditto.
74
75         * gnus-art.el (gnus-ignored-headers): Added Face.
76
77 2003-01-10  Simon Josefsson  <jas@extundo.com>
78
79         * nndraft.el (nndraft-request-group): Avoid crash in
80         directory-files when draft directory doesn't exists.
81
82         * gnus-sum.el (gnus-select-article-hook): Add :option.
83
84 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
85
86         * spam.el (spam-use-stat): new variable
87         (spam-group-spam-processor-stat-p) 
88         (spam-group-ham-processor-stat-p): new convenience functions
89         (spam-summary-prepare-exit): add spam/ham processors to sequence
90         (spam-list-of-checks): add spam-use-stat to list of checks
91         (spam-split): conditionally load the spam-stat tables
92         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
93         spam-check-ifile): new functions
94
95         * spam-stat.el (spam-stat): typo fix
96         (spam-stat-install-hooks): new variable
97         (spam-stat-split-fancy-spam-group): added documentation clarification
98         (spam-stat-split-fancy-spam-threshhold): new variable
99         (spam-stat-install-hooks): make hooks conditional
100         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
101
102         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
103         spam-stat ham/spam processor symbols
104
105 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
106
107         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
108         file exists.
109
110 2003-01-10  Simon Josefsson  <jas@extundo.com>
111
112         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
113         undownloaded/downloadable only when unplugged.
114
115 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
116
117         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
118
119 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
120
121         * spam.el (spam-check-ifile): fixed call-process-region to use the
122         db parameter only if it's set
123         (spam-ifile-register-with-ifile): ditto
124
125 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
126
127         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
128         spam-stat-nbad before creating the hash table.
129         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
130         Changed copyright statement to FSF.
131
132 2002-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
133
134         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
135         processable articles as read.
136         (gnus-agent-summary-fetch-series): Remove processable and
137         downloadable marks on all downloaded articles in the series.
138
139         * nntp.el (nntp-report): Throw error after reporting the problem.
140         (nntp-accept-process-output): Corrected error check to report an
141         error when the process is nil.
142
143 2003-01-09  Simon Josefsson  <jas@extundo.com>
144
145         * message.el (message-tool-bar-map): Add preview.
146
147 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
148
149         * mml.el (mml-preview): Get rid of MIME handles and buffers after
150         previewing.
151
152 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
153
154         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
155         bug when the (n+1)th article to be added to a group has a smaller
156         number than the n articles already added.
157
158 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
159
160         * message.el (message-mode-field-menu): Use backquote.
161
162 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
163
164         * spam.el: fixed the BBDB autoloads again, using
165         bbdb-search-simple now (which is not a macro, thank god)
166
167         * lpath.el (bbdb-search): removed function from maybe-fbind list
168
169         * gnus.el (ham-process-destination): added new parameter for
170         destination of ham articles found in spam groups at summary exit
171
172         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
173         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
174         (spam-ifile-database-path): added new parameter for ifile's database
175         (spam-move-spam-nonspam-groups-only): new parameter to determine
176         if spam should be moved from all groups or only some
177         (spam-summary-prepare-exit): fixed logic to use
178         spam-move-spam-nonspam-groups-only when deciding to invoke
179         spam-mark-spam-as-expired-and-move-routine; always invoke that
180         routine after the spam has been expired-or-moved in case there's
181         some spam left over; use spam-ham-move-routine in spam groups
182         (spam-ham-move-routine): new function to move ham articles to the
183         ham-process-destinations group parameter
184
185 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
186
187         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
188
189         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
190         gnus-summary-update-article-line.
191
192 2003-01-08  Simon Josefsson  <jas@extundo.com>
193
194         * nnmail.el (nnmail-expiry-target-group): Request group, create it
195         not successful.
196
197 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
198
199         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
200
201 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
202
203         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
204         logic, finally
205
206 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
207
208         * gnus-spec.el (gnus-parse-format): %C is a complex format.
209         (gnus-parse-format): Change to %~.
210
211         * message.el (message-generate-headers): Don't generate optional
212         empty headers.
213
214 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
215
216         * message.el (message-cross-post-default)
217         (message-cross-post-note-function, message-shoot-gnksa-feet)
218         (message-strip-subject-trailing-was, message-change-subject)
219         (message-mark-insert-file, message-cross-post-followup-to)
220         (message-cross-post-followup-to, message-mode-map)
221         (message-generate-unsubscribed-mail-followup-to)
222         (message-make-mail-followup-to): Minor changes to doc-strings and
223         error messages.  Updated copyright line.
224
225         * message.el (message-make-mail-followup-to,
226         message-generate-unsubscribed-mail-followup-to): New function
227         names.  Renamed functions: "-mft" -> "-mail-followup-to".
228         (message-make-mft, message-gen-unsubscribed-mft): Removed function
229         names.
230
231         * mml.el (mml-preview-insert-mail-followup-to): New function name.
232         (mml-preview-insert-mft): Removed function name.
233         (mml-preview): Use new function names.
234
235         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
236
237         * message.el (message-mode-field-menu): Moved header related
238         commands from "Message" to "Field" menu.
239
240 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
241
242         * message.el (message-generate-headers-first): Added customization
243         if variable is a list.
244
245 2003-01-07  Michael Shields  <shields@msrl.com>
246
247         * gnus-art.el (gnus-article-next-page): Correctly handle the case
248         where the last line of the article is the last line of the window.
249
250 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
251
252         * gnus-msg.el (gnus-debug): Use ignore-errors.
253
254         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
255         `gnus-summary-update-line'.
256
257 2003-01-08  Simon Josefsson  <jas@extundo.com>
258
259         * gnus-art.el (gnus-unbuttonized-mime-types)
260         (gnus-buttonized-mime-types): Doc fix.
261
262 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
263
264         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
265
266 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
267
268         * nnrss.el (nnrss-group-alist): Add and clear up.
269
270 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
271
272         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
273
274         * lpath.el (bbdb-search): added BBDB functions for a better way to
275         fix missing functions
276
277         * spam.el (spam-check-ifile): if should be an unless
278
279         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
280         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
281         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
282
283 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
284
285         * gnus-sum.el (gnus-summary-make-menu-bar): Added
286         gnus-summary-refer-thread to thread menu.
287
288 2002-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
289
290         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
291         summary buffer, articles that cannot be fetched are marked as
292         canceled.
293
294         * nntp.el (nntp-with-open-group): The quit signal handler must
295         propagate the quit signal to the next outer handler so that the
296         caller knows that the request aborted abnormally.
297
298 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
299
300         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
301         (spam-ifile-register-spam-routine)
302         (spam-ifile-register-ham-routine): added ifile functionality that
303         does not use ifile-gnus.el to classify and register articles
304         (spam-get-article-as-string): convenience function
305         (spam-summary-prepare-exit): added ifile spam and ham registration
306         (spam-ifile-all-categories, spam-ifile-spam-category)
307         (spam-ifile-path, spam-ifile): added customization options
308
309         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
310         exit processor
311         (spam-process): added gnus-group-ham-exit-processor-ifile to the
312         list of choices
313
314 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
315
316         * gnus-score.el (gnus-score-followup): Also score immediate
317         followups.
318
319 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
320
321         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
322
323 2003-01-07  Simon Josefsson  <jas@extundo.com>
324
325         * message.el (message-mode-menu): Fix receipt balloon help.
326
327 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
328
329         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
330         always be interpreted as news.
331
332 2003-01-07  Simon Josefsson  <jas@extundo.com>
333
334         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
335         gnus-sieve-script, instead of the global variable
336         gnus-sieve-crosspost.  One-line patch from Steinar Bang
337         <sb@dod.no>.
338
339 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
340
341         * gnus.el: Renamed gnus-summary-*-uncached-face as
342         gnus-summary-*-undownloaded-face to avoid confusing the agent with
343         the cache.
344
345         * gnus-sum.el: Ditto.
346
347 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
348
349         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
350         in either the group or summary buffer.
351         New command "JS", in summary buffer, will fetch articles per the
352         group's category, predicate, and processable flags.
353         (gnus-agent-summary-fetch-series): Rewritten to call
354         gnus-agent-session-fetch-group once with all articles in the
355         series.
356         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
357         return list of fetched articles.
358         (gnus-agent-fetch-articles): Split fetch list into sublists such
359         that the article buffer is only slightly larger than
360         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
361         the group's article alist is saved.
362         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
363         longer result in the agent trying to fetch an article.
364         (gnus-agent-fetch-group-1): Can now be called in either the group
365         or summary buffer.  Removed the max-fetch-size code that I added
366         on 2002-12-13 as that capability is now part of
367         gnus-agent-fetch-articles.  Added code to update summary buffer.
368         When called in the group buffer, articles that can not be fetched
369         are AUTOMATICALLY MARKED AS READ.
370
371         * gnus-sum.el (): Modified eval-when-compile to minimize
372         misleading compilation warnings.
373         (gnus-update-summary-mark-positions): Changed code to use
374         gnus-undownloaded-mark rather than gnus-downloaded-mark.
375
376         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
377         empty file as the parser assumes that the file isn't empty.
378
379         * nntp.el (nntp-send-string): The process-send-string call can,
380         because it performs I/O on the process, change the process' state
381         from open to closed.  If this happens, call nntp-report
382         immediately to report the broken connection.
383         (nntp-report): Rewritten to avoid needing a global variable to
384         determine the appropriate course of action.  Instead, two function
385         implementations are provided and the nntp-report function value is
386         bound to the appropriate implementation.
387         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
388         (nntp-with-open-group): Now binds nntp-report's function cell
389         rather than binding gnus-with-open-group-first-pass.  Added a
390         condition-case to detect a quit during a nntp command.  When the
391         quit occurs, the current connection is closed as a fetch articles
392         request could have several megabytes queued up for reading.
393         (nntp-retrieve-headers): Bind articles to itself.  If
394         nntp-with-open-group repeats this command, I must have access to
395         the original list of articles.
396         (nntp-retrieve-groups): Ditto for groups.
397         (nntp-retrieve-articles): Ditto for articles.
398         (*): Replaced nntp-possibly-change-group calls to
399         nntp-with-open-group forms in all, but one, occurrance.
400         (nntp-accept-process-output): Bug fix. Detect when called with
401         null process.
402
403 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
404
405         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
406         if we don't need to.
407         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
408
409 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
410
411         * gnus-group.el (gnus-group-make-web-group): Pass the select
412         method on to group-create.
413         (gnus-group-line-format-alist): %U is an integer.
414
415         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
416         ephemeral groups.
417         (gnus-summary-read-group-1): Ditto.
418         (gnus-group-make-articles-read): Ditto.
419
420         * mm-url.el (mm-url-program): Doc fix.
421
422         * message.el (message-mode-map): Rebound
423         message-insert-wide-reply.
424
425 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
426
427         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
428         color as `gnus-group-startup-message' does.
429
430 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
431
432         * spam.el: fixed line lengths to 80 chars or less
433
434         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
435         "not-read" mark
436         (gnus-summary-mark-forward): added the spam-mark to the list of
437         marks not to be marked as "read" when viewed
438
439 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
440
441         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
442
443         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
444         Protect against unactive groups.
445
446         * message.el (message-check-news-header-syntax): Check long
447         header lines.
448         (message-check-news-header-syntax): Update `start'.
449
450         * gnus-group.el (gnus-group-expire-articles): Doc fix.
451         (gnus-group-line-format): %U.
452         (gnus-group-line-format-alist): ?U.
453         (gnus-number-of-unseen-articles-in-group): New function.
454
455         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
456
457         * gnus.el (gnus-version-number): Bump version number.
458
459 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
460
461         * gnus.el: Oort Gnus v0.10 is released.
462
463 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
464
465         * gnus.el (gnus-version-number): Fix version number.
466
467 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
468
469         * gnus.el: Oort Gnus v0.08 is released.
470
471 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
472
473         * mm-util.el: Add mm-string-make-unibyte.
474
475         * gnus-group.el (gnus-group-jump-to-group): Make it work for
476         UTF-8 groups.
477
478 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
479
480         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
481
482         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
483
484 2003-01-04  Kevin Ryde  <user42@zip.com.au>
485
486         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
487         function.
488
489 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
490
491         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
492         (gnus-summary-read-group-1): Update group line.
493         (gnus-summary-exit-no-update): Update group on exit.
494
495         * gnus-group.el (gnus-group-line-format): Add %*.
496         (gnus-group-line-format-alist): Ditto.
497         (gnus-group-insert-group-line): Set it.
498         (gnus-group-is-exiting-p): New variable.
499         (gnus-group-insert-group-line): Use it.
500
501 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
502
503         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
504         enable BBDB ham processing
505         (spam-blacklist-register-routine): enable blacklist spam processing
506         (spam-whitelist-register-routine): enable whitelist ham processing
507         (spam-fetch-field-from-fast): fast fetching of the "from" field
508         from (gnus-data-list)
509         (spam-summary-prepare-exit): works completely now
510         (spam-use-blacklist): oops, should be nil by default
511         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
512         split processing now; before it was for summary exit as
513         well but that's done with the spam-contents and spam-process
514         parameters now
515
516 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
517
518         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
519         characters.
520
521 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
522
523         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
524         (spam-group-processor-p, spam-group-processor-bogofilter-p)
525         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
526         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
527         (spam-mark-spam-as-expired-and-move-routine)
528         (spam-generic-register-routine, spam-BBDB-register-routine)
529         (spam-ifile-register-routine, spam-blacklist-register-routine)
530         (spam-whitelist-register-routine): new functions
531         (spam-summary-prepare-exit): added summary exit processing (expire
532         or move) of spam-marked articles for spam groups; added slots for
533         all the spam-*-register-routine functions
534
535 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
536
537         * pop3.el (pop3-retr): Wait 500 msecs.
538         (pop3-read-response): Ditto.
539
540         * gnus-msg.el (gnus-setup-message): Get the evaliation order
541         right.
542         (gnus-inews-make-draft): New function.
543         (gnus-setup-message): Use it.
544
545         * message.el (message-required-headers): Add From.
546
547 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
548         Trivial patch from Norbert Koch <nk@viteno.net>.
549
550         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
551
552 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
553
554         * message.el (message-generate-headers): Let header formatters do
555         their work.
556
557 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
558
559         * deuglify.el (gnus-article-outlook-deuglify-article):
560         Rehighlight, reapply treatments and call
561         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
562         (gnus-outlook-repair-attribution-block): Recognize cited
563         attributions.  Suggested by Niklas Morberg.
564
565 2003-01-02  Pete Kazmier  <pete@kazmier.com>
566
567         * gnus-art.el (gnus-treat-predicate): Check condition first.
568
569 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
570
571         * lpath.el: Add url-http-file-exists-p.
572
573         * gnus-group.el (gnus-group-fetch-charter): Use
574         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
575
576 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
577
578         * message.el (message-draft-headers): Also generate From to get a
579         nicer draft buffer summary.
580
581         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
582         parameter.
583
584         * gnus-art.el (article-wash-html): Clean up.
585         (article-wash-html): Typo fix.
586
587         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
588         (gnus-summary-mail-forward): To many lists of lists.
589
590         * gnus-art.el (article-wash-html): Clean up.
591
592 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
593
594         * gnus-art.el (gnus-treat-wash-html): New variable.
595
596 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
597
598         * message.el (message-check-news-header-syntax): Allow posting.
599         (message-check-news-header-syntax): Fix logic for sure, this
600         time.
601
602 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
603
604         * message.el (message-check-news-header-syntax): Check syntax of
605         continuation headers.
606
607 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
608
609         * gnus-art.el (gnus-button-url-regexp,
610         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
611         (gnus-header-button-alist): Regexps are case insensitive here.
612
613 2003-01-02  Simon Josefsson  <jas@extundo.com>
614
615         * dig.el (query-dig): Doc fix.
616
617 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
618
619         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
620         summary buffer line, not just the download mark.
621
622 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
623
624         * gnus-sum.el (gnus-summary-goto-subjects): New function.
625         (gnus-summary-insert-dormant-articles): New command and
626         keystroke.
627
628         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
629         function for mass insertion of subjects.
630
631         * nndraft.el (nndraft-generate-headers): Don't move point.
632
633         * gnus.el (nnheader): Require nnheader.
634
635         * nndraft.el (nndraft-request-associate-buffer): Use
636         make-local-variable.
637
638 2003-01-02  Michael Shields  <shields@msrl.com>
639
640         * nndraft.el (nndraft-request-associate-buffer): Make
641         write-contents-hooks buffer-local before setting it.
642
643 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
644
645         * gnus.el (gnus-group-parameter-value): Take an extra param.
646         (gnus-group-fast-parameter): Let group param results be nil.
647
648         * gnus-art.el (gnus-article-forward-header): New function.
649         (article-date-ut): Use it to remove continuation date headers.
650
651         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
652         read-event.
653         (gnus-summary-remove-bookmark): Clean up.
654         (gnus-summary-set-bookmark): Clean up.
655
656         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
657
658         * gnus.el (gnus-group-startup-message): Bind data-directory to
659         the Gnus etc directory.
660
661 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
662
663         * spam.el (spam-summary-prepare-exit): added slots for spam- and
664         ham-processing of articles; use the new
665         spam-group-(spam|ham)-contents-p functions
666         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
667         convenience functions
668         (spam-mark-junk-as-spam-routine): use the new
669         spam-group-spam-contents-p function
670
671         * gnus.el (spam-process, spam-contents, spam-process-destination):
672         added new parameters with corresponding global variables
673         (gnus-group-spam-exit-processor-ifile,
674         gnus-group-spam-exit-processor-bogofilter,
675         gnus-group-spam-exit-processor-blacklist,
676         gnus-group-spam-exit-processor-whitelist,
677         gnus-group-spam-exit-processor-BBDB,
678         gnus-group-spam-classification-spam,
679         gnus-group-spam-classification-ham): added new symbols for the
680         spam-process and spam-contents parameters
681
682         * spam.el (spam-ham-marks, spam-spam-marks): changed list
683         customization and list itself to store mark symbol rather than
684         mark character.
685         (spam-bogofilter-register-routine): added logic to generate mark
686         values list from spam-ham-marks and spam-spam-marks, so (member)
687         would work.
688
689 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
690
691         * message.el (message-cross-post-followup-to): Fix comment.
692
693 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
694
695         * spam.el (spam-ham-marks, spam-spam-marks): changed list
696         customization and list itself to store mark symbol rather than
697         mark character.
698         (spam-bogofilter-register-routine): added logic to generate mark
699         values list from spam-ham-marks and spam-spam-marks, so (member)
700         would work.
701
702 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
703
704         * message.el (message-signature-insert-empty-line): New variable.
705
706 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
707
708         * message.el: Renamed functions and variables: "xpost" ->
709         "cross-post", "-fup2" -> "-followup-to".
710         (message-cross-post-old-target, message-cross-post-default,
711         message-cross-post-note, message-followup-to-note,
712         message-cross-post-note-function): New variables names.
713         (message-xpost-old-target, message-xpost-default,
714         message-xpost-note, message-fup2-note,
715         message-xpost-note-function): Removed variable names.
716         (message-cross-post-followup-to-header,
717         message-cross-post-insert-note, message-cross-post-followup-to):
718         New function names.
719         (message-xpost-fup2-header, message-xpost-insert-note,
720         message-xpost-fup2): Removed function names.
721
722 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
723
724         * message.el (message-send-mail): Added message-cleanup-headers to
725         prevent newlines in headers.
726
727 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
728
729         * dns.el (dns-make-network-process): Comment.
730
731         * gnus-sum.el (gnus-summary-display-while-building): Default to
732         nil.
733
734 2003-01-01  Wes Hardaker  <wes@hardakers.net>
735
736         * gnus-sum.el (gnus-summary-display-while-building): New
737         variable.
738
739 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
740
741         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
742         before rearranging the article.
743
744 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
745
746         * nndraft.el (nndraft-generate-headers): New function.
747         (nndraft-request-associate-buffer): Use it to write headers on
748         buffer save.
749
750         * message.el (message-generate-headers): Let the function be a
751         lambda form.
752         (message-draft-headers): New variable.
753
754         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
755         function.
756         (gnus-setup-message): Use it.
757
758         * message.el (message-generate-headers-first): Doc fix.
759         (message-setup-1): Use new function for getting which headers to
760         generate.
761         (message-headers-to-generate): New function.
762
763 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
764
765         * gnus-agent.el (gnus-agent-save-alist): Make directory.
766
767 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
768
769         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
770         mention negatives.
771
772 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
773
774         * deuglify.el (gnus-outlook-rearrange-article): Use
775         `transpose-regions' instead of tempering the kill-ring.
776         (gnus-article-outlook-deuglify-article): Rehighlight article
777         instead of a complete redisplay.
778
779 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
780
781         * spam.el: most defvars are defcustoms now
782
783         patches from Michael Shields  <shields@msrl.com>
784
785         * spam.el (spam-bogofilter-articles): Select the article
786         body using gnus-summary-show-article t instead of
787         gnus-summary-select-article; this presents the raw text
788         without running any hooks.
789
790         * spam.el (spam-bogofilter-articles): Use message-remove-header
791         to remove headers; the old way incorrectly removed just the first
792         line of folded headers.
793
794 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
795
796         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
797
798 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
799
800         * gnus-start.el (gnus-load): New function.
801         (gnus-read-newsrc-el-file): Use it.
802
803 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
804
805         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
806         (gnus-button-handle-apropos-documentation): New function.
807         (gnus-button-handle-ctan): New function.
808         (gnus-button-alist): Use them.  Improve some regexps.
809         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
810
811 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
812
813         * message.el (message-subscribed-p): New function.
814         (message-send-mail): Use it.
815         * mml.el (mml-preview-insert-mft): New function.
816         (mml-preview): Use it.
817
818 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
819
820         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
821         when sorting by date.
822
823         * gnus-art.el (gnus-article-edit-mode): New variable.
824         (gnus-article-setup-buffer): Warn user about discarding edits.
825
826         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
827         (gnus-summary-pipe-output): Take a symbolic prefix to save all
828         headers.
829
830         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
831
832 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
833
834         * message.el (message-completion-alist): Added "Mail-Followup-To"
835         and "Mail-Copies-To".
836
837 2002-07-21  Jesper harder  <harder@ifa.au.dk>
838
839         * gnus-group.el: Add key bindings for
840         gnus-group-sort-groups-by-real-name and
841         gnus-group-sort-selected-groups-by-real-name.
842
843 2002-07-21  Jesper harder  <harder@ifa.au.dk>
844
845         * gnus.texi (Sorting Groups): Add key bindings for
846         gnus-group-sort-groups-by-real-name and
847         gnus-group-sort-selected-groups-by-real-name.
848
849 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
850
851         * spam.el (spam-use-dig): new variable for blackhole checking
852         through dig.el
853         (spam-check-blackholes): added dig.el checking functionality and
854         more verbose reporting; query-dig is autoloaded from dig.el
855         (spam-use-blackholes): disabled by default
856         (spam-blackhole-servers): removed rbl.maps.vix.com from the
857         blackhole servers list
858
859 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
860
861         * message.el (message-required-headers): New variable.
862
863 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
864
865         * dig.el (query-dig): new function
866
867 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
868
869         * flow-fill.el (fill-flowed): Don't infloop on too long fill
870         prefixes.
871
872         * dns.el (query-dns): Protect against errors.
873
874         * gnus-msg.el (gnus-article-yanked-articles): New variable.
875         (gnus-inews-add-send-actions): Mark all answered messages as
876         answered.
877
878 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
879
880         * nnmail.el (nnmail-split-it): Added tracing to
881         `:' split rule
882
883 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
884
885         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
886         and "%s" so we don't overquote them.
887
888 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
889
890         * (mm-display-external): Display the actual command that has been
891         executed in the echo area.
892
893 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
894
895         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
896
897         * message.el (message-with-reply-buffer): New macro.
898         (message-fetch-reply-field): Use it.
899         (message-insert-wide-reply): New command and keystroke.
900         (message-carefully-insert-headers): New function.
901         (message-insert-to): Use new function.
902
903         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
904         (gnus-topic-goto-missing-group): Use it.
905
906         * message.el (message-required-news-headers): Removed Lines.
907         (message-reply): Don't insert References first.
908         (message-followup): Ditto.
909         (message-make-references): New function.
910         (message-followup): Set message-reply-headers before generating
911         the buffer stuff.
912
913 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
914
915         * mml.el (mml-generate-mime-1): Reverse the order of
916         encoding/flowing.
917
918 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
919
920         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
921         after moving them.
922
923         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
924         fit with newer standard format.
925         (gnus-summary-make-false-root-always): New variable.
926         (gnus-gather-threads-by-subject): Use it.
927
928         * message.el (message-get-reply-headers): Take an address list
929         optional argument.
930
931 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
932
933         * gnus.el (gnus-keep-backlog): Change default to 20.
934
935         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
936         start.
937         (gnus-agent-check-overview-buffer): Remove negative article
938         numbers.
939
940         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
941         (nnmail-cache-ignore-groups): Doc fix.
942
943         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
944         (nnimap-debug-buffer): New variable.
945         (nnimap-debug): Use it.
946
947 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
948
949         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
950
951 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
952
953         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
954         they aren't already sorted.
955
956 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
957
958         * message.el (message-mode-menu): Add ellipses to menu items
959         expecting user interaction.
960         (message-mode-field-menu): do.
961
962 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
963
964         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
965         it isn't used any more.
966
967 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
968
969         * binhex.el (binhex-decoder-program): Fix docstring.
970
971 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
972
973         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
974         special chars if the mailcap file uses single quotes around %s.
975         From Laurent Martelli <laurent@bearteam.org>.
976
977 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
978
979         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
980         return the info object.
981
982 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
983
984         * gnus-int.el (gnus-request-update-info): Artificially add
985         (1 . (1- min)) to the read range, in case the backend doesn't
986         store marks for nonexistent articles.
987
988 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
989
990         * binhex.el (binhex-insert-char): Eval-and-compile.
991
992 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
993
994         * lpath.el: Add tool-bar-local-item-from-menu.
995
996         * message.el (message-tool-bar-local-item-from-menu): New function.
997         (message-tool-bar-map): Use it.
998
999 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
1000
1001         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
1002
1003         * gnus-art.el (gnus-article-header-rank): Last header in
1004         gnus-sorted-header-list should have higher rank than non-members.
1005
1006 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1007
1008         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
1009         covered methods.
1010
1011 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1012
1013         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
1014         eval-when-compile.  Suggested by Kevin Greiner.
1015
1016 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
1017
1018         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
1019         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
1020         even though no headers may have been fetched
1021         (gnus-agent-fetch-group-1, and perhaps others, require this
1022         behavior).
1023         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
1024         server buffer is constrained by gnus-agent-max-fetch-size.
1025         Multiple chunks in the same group may perform arbitrarily large
1026         updates.
1027
1028 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
1029
1030         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
1031         gnus-summary-update-download-mark to update the article in the
1032         summary.
1033
1034 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
1035
1036         * gnus.el (gnus-summary-high-uncached-face,
1037         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
1038         New faces.
1039
1040         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
1041         added this on 2002-11-23 but it just wasn't working out as
1042         intended.  The idea isn't entirely dead, three new faces
1043         gnus-summary-*-uncached-face are being added to gnus.el to provide
1044         the basis for an improved implementation.
1045         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
1046         proper file to open is lib/servers.
1047         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
1048         (i.e. removing the article from gnus-newsgroup-downloadable) will
1049         now restore the article's default mark rather than simply setting
1050         no mark.
1051         (gnus-agent-get-undownloaded-list): Corrected documentation.
1052         Added code to set new summary local variable,
1053         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
1054         a temporary list.  No longer sets gnus-newsgroup-downloadable.
1055         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
1056         up to date.  Call new gnus-summary-update-download-mark to keep
1057         summary buffer up-to-date.
1058         (gnus-agent-fetch-selected-article): Keep
1059         gnus-newsgroup-undownloaded up to date.
1060         (gnus-agent-fetch-articles): Return list of articles that were
1061         successfully fetched.
1062         (gnus-agent-check-overview-buffer): No more thingatpt.
1063         (gnus-agent-expire): No longer deletes NOV entries of unread
1064         articles.
1065         (gnus-agent-unread-articles): New function.
1066         (gnus-agent-regenerate-group): The article number must be
1067         terminated by a tab character.  Added more messages to report
1068         repairs.  Inhibit quits while writing changes so it is now safe
1069         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
1070         downloaded to 1) resolve the unbound references and 2) avoid
1071         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
1072
1073         * gnus-art.el (gnus-article-prepare): The agent
1074         downloaded/undownloaded mark is no longer stored as the article's
1075         mark.
1076
1077         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
1078         gnus-summary-highlight may use it.  Added downloaded as
1079         gnus-summary-highlight was using it.
1080
1081         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
1082         the download mark now follows Kai's +/- convention.
1083         (gnus-downloaded-mark): Added ?+ mark.
1084         (gnus-summary-highlight): Added rules to select
1085         gnus-summary-high-uncached-face,
1086         gnus-summary-normal-uncached-face, and
1087         gnus-summary-low-uncached-face.  Removed the
1088         gnus-agent-downloaded-article-face.
1089         (gnus-summary-line-format-alist): Implemented the download flag
1090         format (?O) as named in the manual.  This implementation displays
1091         either gnus-undownloaded-mark, gnus-downloaded-mark, or
1092         gnus-no-mark.
1093         (gnus-newsgroup-agentized): New local variable that identifies
1094         which groups are agentized.  While the agent is now on by default,
1095         you don't have to agentize every server that you use.
1096         (gnus-update-summary-mark-positions): Completed support for the
1097         download type of mark.
1098         (gnus-summary-insert-line): Added undownloaded to the parameters.
1099         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
1100         reference by the gnus-summary-line-format-spec.
1101
1102         * nntp.el (nntp-with-open-group): This macro handles dropped or
1103         broken connections by opening a new connection and repeating the
1104         failed command.
1105         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
1106         XOVER commands preceeding the active articles with the nov entry
1107         of the first available article.  When gnus connected to such a
1108         server, the unexpected nov entry would result in duplicate lines
1109         in the agent's overview file.  This patch fixes the duplicate
1110         lines problem and improves performance by skipping over all
1111         articles IDs that preceed the first nov entry in the server's
1112         reply.
1113
1114 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1115
1116         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
1117         (gnus-summary-highlight): Use it instead of `downloaded'.
1118         (gnus-summary-highlight-line): Ditto.
1119
1120         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
1121
1122 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1123
1124         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
1125
1126         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
1127         calls.
1128
1129         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
1130         downloaded variable if we're in an uncovered group.
1131
1132         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
1133         font to soemthing less noticeable.
1134         (gnus-agent-group-covered-p): New function.
1135
1136 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
1137
1138         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
1139         Because of an unknown bug, the group buffer is saved in .overview
1140         file.
1141
1142 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1143
1144         * nntp.el (nntp-send-command): Braino in last commit.  Replace
1145         `and' with `or'.
1146
1147 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1148
1149         * nntp.el (nntp-send-command): Assume that echo does not happen
1150         when nntp-open-connection-function is nntp-open-network-stream.
1151         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
1152
1153 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1154
1155         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
1156
1157 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
1158
1159         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
1160         nntp-server-buffer if we aren't going to write to it.
1161
1162 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1163         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
1164
1165         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
1166
1167 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1168
1169         * rfc2047.el (rfc2047-decode-region): Remove newlines between
1170         decoded words.
1171
1172 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1173
1174         * gnus.el (fboundp): After loading mm-util, make sure it was the
1175         right one.
1176
1177 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1178
1179         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
1180         gnus-sum.  Made into a user option.
1181
1182         * gnus-sum.el (gnus-simplify-ignored-prefixes)
1183         (gnus-summary-mark-article-as-unread)
1184
1185 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
1186
1187         * time-date.el (date-to-time): Typo.
1188
1189         * parse-time.el: Typo.
1190
1191         * nnsoup.el (nnsoup-retrieve-headers): Typo.
1192
1193         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
1194
1195         * nnimap.el:
1196         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
1197
1198         * mm-encode.el (mm-safer-encoding): Typo.
1199
1200         * messcompat.el: Typo.
1201
1202         * message.el (message-face-alist): Typo.
1203
1204         * imap.el (imap-interactive-login, imap-open): Typos.
1205
1206         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
1207
1208         * gnus.el: Typo.
1209
1210         * gnus-win.el (gnus-configure-frame): Typo.
1211
1212         * gnus-util.el (gnus-atomic-progn-assign): Typo.
1213
1214         * gnus-topic.el (gnus-topic-sort-topics): Typo.
1215
1216         * gnus-sum.el (gnus-summary-article-number)
1217         (gnus-summary-read-group-1, gnus-summary-mark-article)
1218         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
1219
1220         * gnus-mule.el (gnus-mule-add-group): Typo.
1221
1222         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
1223
1224         * gnus-group.el (gnus-group-fetch-faq): Typo.
1225
1226         * gnus-art.el (gnus-decode-header-methods): Typo.
1227
1228         * flow-fill.el: Typo.
1229
1230 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
1231
1232         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
1233
1234 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1235
1236         * gnus-sum.el (gnus-simplify-ignored-prefixes)
1237         (gnus-summary-mark-article-as-unread)
1238         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
1239         Reformatting to avoid long lines.
1240         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
1241
1242 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
1243
1244         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
1245         be accessed through `mail-header-number'.
1246
1247 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1248
1249         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
1250         compressed range to gnus-summary-insert-articles.
1251
1252 2002-11-26  Kevin Ryde <user42@zip.com.au>
1253
1254         * gnus-art.el (gnus-mime-copy-part): Look for filename
1255         parameter under content-disposition, not content-type.
1256
1257         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
1258         (gnus-summary-reselect-current-group): Use it.
1259
1260 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
1261
1262         * gnus-agent.el (gnus-agent-uncached-articles): if
1263         gnus-agent-load-alist fails, return ARTICLES.
1264
1265         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
1266
1267 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1268
1269         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
1270         superfluous function call.
1271         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
1272         Add warning to docstring.
1273
1274 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1275
1276         * gnus-agent.el: Autoload number-at-point instead.
1277         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
1278
1279 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1280
1281         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
1282         require thingatpt (for number-at-point) and protect against
1283         deactivate-mark being unbound (on XEmacs).
1284
1285 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1286
1287         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
1288         print message on entry.
1289
1290         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
1291
1292         * gnus-range.el (gnus-range-difference): New function.
1293         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
1294
1295 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1296
1297         * gnus-sum.el (gnus-summary-insert-old-articles): Use
1298         gnus-remove-from-range instead of gnus-range-difference which
1299         doesn't exist.
1300
1301 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1302         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
1303
1304         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
1305         used for showing which articles have been downloaded.
1306         (gnus-agent-article-alist): Format change.  Add documentation.
1307         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
1308         process-marked articles.
1309         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
1310         in the series are individually fetched to minimize lose of
1311         content due to an error/quit.
1312         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
1313         gnus-message instead of message.
1314         (gnus-agent-read-servers): Use file lib/methods instead of
1315         lib/servers.  TODO: Why?
1316         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
1317         (gnus-agent-get-undownloaded-list): Remove articles that appear to
1318         come from the agent.  This means that they are not downloaded.
1319         (gnus-agent-fetch-selected-article): Don't use history.
1320         (gnus-agent-save-history, gnus-agent-enter-history)
1321         (gnus-agent-article-in-history-p, gnus-agent-history-path):
1322         Removed function; history is not used anymore.
1323         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
1324         (gnus-agent-crosspost): Started rewrite then realized that a typo
1325         in gnus-agent-fetch-articles ensures that this function is never
1326         called.  This will need to be fixed later.
1327         (gnus-agent-check-overview-buffer): Some sanity checks on the
1328         agent overview buffer.  This is a safety net used during
1329         development.
1330         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
1331         changed, write a number to the file indicating this.
1332         (gnus-agent-fetch-headers): Rewrite to respect
1333         gnus-agent-consider-all-articles without relying on the
1334         `.fetched' files.  Make it fast.
1335         (gnus-agent-braid-nov): Change resulting from
1336         gnus-agent-fetch-headers change.
1337         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
1338         `.fetched' files.
1339         (gnus-agent-read-agentview): New function, used by
1340         gnus-agent-load-alist.
1341         (gnus-agent-load-fetched-headers): Remove.
1342         (gnus-agent-save-alist): Rewrite to accomodate new format.
1343         (gnus-agent-fetch-group-1): Make sure list of articles is in the
1344         same order as in gnus-newsgroup-headers.
1345         (gnus-agent-expire): Document and implement extra args ARTICLES,
1346         GROUP, FORCE.  Do not restrict usage.
1347         (gnus-agent-uncached-articles): New function.
1348         (gnus-agent-retrieve-headers): Use it.
1349         (gnus-agent-regenerate-group): No longer needs to be called from
1350         gnus-agent-regenerate.  Individual groups may be regenerated. The
1351         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
1352         The article fetch dates are validated in the article alist.  The
1353         article alist is pruned of entries that do not reference existing
1354         NOV entries.  All changes are computed then applied with
1355         inhibit-quit bound to t.  As a result, it is now safe to quit out of
1356         regeneration.  The optional clean parameter has been replaced with
1357         an optional reread parameter.  Clean is no longer necessary as
1358         regeneration gets the appropriate setting from
1359         gnus-agent-consider-all-articles.  The new reread parameter will
1360         result in fetched, or all, articles being marked as unread.
1361         (gnus-agent-regenerate): Removed code to regenerate the history
1362         file as it is no longer used.
1363
1364         * gnus-start.el (gnus-make-ascending-articles-unread): New
1365         function, for efficient mass-marking.
1366
1367         * gnus-sum.el (gnus-summary-highlight): Use new face for
1368         downloaded articles.
1369         (gnus-article-mark): Prefer to indicate read/unread status over
1370         downloaded status.
1371         (gnus-summary-highlight-line-0): New function, maybe rehighlights
1372         line.
1373         (gnus-summary-highlight-line): Use new face for downloaded
1374         articles.
1375         (gnus-summary-insert-old-articles): Improved performance by
1376         replacing the initial LIST of older articles with a compressed
1377         RANGE of older articles.  Some servers appear to lie about
1378         their active range so the original list could contain millions
1379         of article numbers.  The range is not expanded into a list
1380         until the optional ALL parameter has been applied.
1381
1382 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1383
1384         * gnus-agent.el (gnus-category-mode): Typo in doc string.
1385
1386 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
1387
1388         * spam.el:
1389         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
1390
1391         * spam.el: added `M s t' and `M s x' key mappings
1392
1393 2002-11-20  Simon Josefsson  <jas@extundo.com>
1394
1395         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
1396
1397 2002-11-19  Simon Josefsson  <jas@extundo.com>
1398
1399         * gnus-sum.el (gnus-summary-morse-message): Load
1400         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
1401         (unmorse-region): Autoload it instead.
1402
1403 2002-11-18  Simon Josefsson  <jas@extundo.com>
1404
1405         * gnus-sum.el (gnus-summary-morse-message): New function.
1406         (gnus-summary-wash-map): Bind to `W m'.
1407         (gnus-summary-make-menu-bar): Add.
1408
1409         * nnimap.el (nnimap-request-expire-articles): Compress sequence
1410         before storing \Deleted mark on expired articles.
1411
1412 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
1413         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
1414
1415         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
1416         parens in column 0.
1417
1418 2002-11-17  Juanma Barranquero  <lektu@terra.es>
1419
1420         * nnweb.el (nnweb-google-create-mapping): Fix typo.
1421
1422         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
1423
1424         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
1425
1426 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
1427
1428         * message.el (message-set-auto-save-file-name): Use
1429         make-directory, to avoid the dependence on gnus-util.
1430
1431 2002-11-16  Simon Josefsson  <jas@extundo.com>
1432
1433         * nnimap.el (nnimap-callback-callback-function):
1434         (nnimap-callback-buffer): Removed, these cannot be global but must
1435         be embedded into the callback.
1436         (nnimap-make-callback): New.  Embedd article number, callback and
1437         buffer in function.
1438         (nnimap-callback, nnimap-request-article-part): Update.
1439
1440 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1441
1442         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
1443
1444 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1445
1446         * gnus.el (gnus-summary-line-format): Document %C.
1447
1448 2002-11-11  Simon Josefsson  <jas@extundo.com>
1449
1450         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
1451         output when called interactively.
1452
1453 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1454
1455         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
1456
1457         * message.el (message-draft-coding-system): Improve comment; use
1458         mm-auto-save-coding-system for the default value.
1459
1460         * nndraft.el (nndraft-request-article): Revert to the state before
1461         2002-10-29; regexp-quote mail-header-separator.
1462
1463 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
1464
1465         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
1466         allow editing of drafts from an nnvirtual group.
1467
1468 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1469
1470         * nndraft.el (nndraft-request-article): Replace emacs-mule with
1471         mm-auto-save-coding-system.
1472
1473         * message.el (message-draft-coding-system): Default to
1474         iso-2022-7bit.
1475
1476         * mm-util.el (mm-auto-save-coding-system): Undo last change to
1477         restore the default value to emacs-mule or escape-quoted.
1478
1479 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1480
1481         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
1482         a delayed or a queued article as well as a draft.
1483
1484         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
1485         delayed or a queued article in the raw format; treat a delayed
1486         article as a raw article as well as a draft.
1487         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
1488         for the delayed group.
1489
1490         * nndraft.el (nndraft-request-article): Ignore auto save files for
1491         a delayed or a queued article; don't bother to decode a queued
1492         article; don't bind nnmail-file-coding-system for a queued article.
1493
1494         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
1495         and the queue group.
1496
1497 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
1498
1499         * gnus-group.el (gnus-group-delete-group):
1500         gnus-cache-active-hashtb might be void.
1501
1502 2002-11-02  Simon Josefsson  <jas@extundo.com>
1503
1504         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
1505         setting of the default user ID.  From Raymond Scholz
1506         <ray-2002@zonix.de>.
1507
1508 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
1509
1510         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
1511         charset.
1512
1513 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
1514         From Alex Schroeder <alex@emacswiki.org>
1515         * spam-stat.el (spam-stat-process-directory): add dir to message
1516         (spam-stat-reduce-size): No longer remove words
1517         with values close to 0.5, because the default value is 0.2.
1518
1519 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1520
1521         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
1522         documentation.
1523
1524 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1525
1526         * gnus-agent.el (gnus-agent-fetched-headers)
1527         (gnus-agent-load-fetched-headers)
1528         (gnus-agent-save-fetched-headers): Remove variable and two
1529         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
1530         works better.
1531         (gnus-agent-fetch-headers): New implementation from Kevin
1532         Greiner.  Uses gnus-agent-article-alist to store information
1533         about fetched messages which aren't on the server anymore.  The
1534         trick is to return a list of considered messages to the caller,
1535         but to only fetch those which haven't been fetched yet.
1536
1537 2002-10-30  Simon Josefsson  <jas@extundo.com>
1538
1539         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
1540
1541         * pgg.el (pgg-passphrase-cache-expiry): Removed.
1542
1543 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1544
1545         * mm-view.el (mm-w3m-local-map-property): Make it work with older
1546         versions of emacs-w3m than 1.3.3.
1547
1548         * lpath.el: Bind w3m-minor-mode-map.
1549
1550         * mm-view.el (mm-w3m-mode-command-alist)
1551         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
1552         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
1553         (mm-setup-w3m): Simplified.
1554         (mm-w3m-local-map-property): New function.
1555         (mm-inline-text-html-render-with-w3m): Use it.
1556
1557         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
1558         mm-w3m-local-map-property.
1559
1560 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1561
1562         * mm-util.el (mm-auto-save-coding-system): Default to
1563         iso-2022-7bit.
1564
1565         * nndraft.el (nndraft-request-article): Decode an article using
1566         the coding-system emacs-mule if it seems to have been saved using
1567         emacs-mule.
1568         (nndraft-request-replace-article): Use message-draft-coding-system
1569         instead of mm-auto-save-coding-system for the draft or delayed
1570         group.
1571
1572 2002-10-28  Josh  <huber@alum.wpi.edu>
1573
1574         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
1575         functions.
1576
1577 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1578         From mah@everybody.org (Mark A. Hershberger).
1579
1580         * mm-url.el (mm-url-insert-file-contents): Make it return the same
1581         type values ("url" size) regardless of the values of
1582         mm-url-use-external.
1583
1584 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1585
1586         * nnimap.el (nnimap-request-article-part): Try harder to show
1587         group name in debugging message.
1588
1589 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1590
1591         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
1592         directory if it doesn't exist.
1593         (gnus-agent-fetch-headers): Remove old cruft that tried to
1594         abstain from downloading articles more than once if
1595         gnus-agent-consider-all-articles was true.  This is now done
1596         properly via the .fetched files.
1597
1598 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1599
1600         * nndraft.el (nndraft-request-article): Treat delayed articles
1601         like drafts.
1602
1603 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1604
1605         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
1606
1607 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1608
1609         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
1610         Remove unused optional arg DIR and corresponding code.
1611
1612         * nnimap.el (nnimap-request-article-part): Include group name in
1613         debugging output.
1614
1615 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
1616
1617         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
1618
1619 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1620
1621         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
1622         contains range of headers that have been fetched by the agent
1623         already.  Compare gnus-agent-article-alist.
1624         (gnus-agent-file-header-cache): Like
1625         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
1626         (gnus-agent-fetch-headers): Improve comment.  Revert to old
1627         seen/recent logic.
1628         Remember which headers have been fetched before and don't fetch
1629         them again the next time round.
1630         (gnus-agent-load-fetched-headers)
1631         (gnus-agent-save-fetched-headers): New functions, for remembering
1632         which headers have been fetched before.
1633
1634 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1635
1636         * lpath.el: Remove useless bindings.
1637
1638 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
1639
1640         * gnus-sum.el (gnus-summary-execute-command): Disable visual
1641         features while searching.
1642
1643 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1644
1645         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
1646
1647 2002-10-22  Simon Josefsson  <jas@extundo.com>
1648
1649         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
1650         (pgg-snarf-keys): Add.
1651
1652 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1653
1654         * lpath.el: Fbind bbdb-records.
1655
1656         * spam.el: Don't autoload bbdb-records.
1657
1658 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1659
1660         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
1661         prevent inf-loop.
1662
1663 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1664
1665         * nnslashdot.el: Removed some test lines.
1666         More test.
1667
1668 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1669
1670         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
1671         are known to be downloaded already.
1672
1673 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1674
1675         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
1676         (mm-text-html-washer-alist): Ditto.
1677
1678 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1679
1680         * nnheader.el (nnheader-remove-body): Fix an error of detecting
1681         boundary between headers and body.
1682         * nnml.el (nnml-parse-head): Ditto.
1683
1684 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1685
1686         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
1687         entries.
1688
1689         * gnus-group.el (gnus-fetch-group): Allow an optional
1690         specification of the articles to select.
1691
1692         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
1693
1694 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1695
1696         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
1697         headers from the group, update variable `articles' to contain
1698         only those numbers where headers exist.  (When fetching all
1699         articles in a group, Gnus creates lots of numbers where there is
1700         no articles.)
1701
1702 2002-10-20  Steve Youngs  <youngs@xemacs.org>
1703
1704         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
1705         doesn't have the 'alist custom type, use cons cells instead.
1706         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
1707         (pgg-parse-hash-algorithm-alist): Ditto.
1708         (pgg-parse-compression-algorithm-alist): Ditto.
1709         (pgg-parse-signature-type-alist): Ditto.
1710
1711         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
1712
1713         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
1714
1715         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
1716
1717 2002-10-19  Simon Josefsson  <jas@extundo.com>
1718
1719         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
1720         buffer.
1721
1722 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1723
1724         * gnus-spec.el (gnus-make-format-preserve-properties)
1725         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
1726         properties also on XEmacs.  `gnus-xmas-format' is like format but
1727         preserves text properties on XEmacs (though it only understands
1728         simple format specs).  The variable
1729         `gnus-make-format-preserve-properties' controls whether the
1730         function is used, and is checked in `gnus-parse-simple-format'.
1731         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
1732
1733         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
1734         output.
1735         (gnus-agent-consider-all-articles): New variable.
1736         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
1737         (gnus-agent-fetch-headers): Depending on
1738         gnus-agent-consider-all-articles, maybe get all articles.
1739         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
1740         `read'.
1741         (gnus-predicate-imples-unread): New function.
1742         (gnus-agent-fetch-headers): Optimize to call
1743         gnus-list-of-unread-articles if that is sufficient.
1744         Check unseen and recent instead of seen and recent.
1745         (gnus-agent-fetch-headers): Abstain from calling
1746         gnus-list-range-intersection if range (a . b) would have (> a b).
1747
1748 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1749
1750         * message.el (message-send-mail): Make it possible to perform
1751         edebug-defun.
1752
1753 2002-10-18  Simon Josefsson  <jas@extundo.com>
1754
1755         * gnus-art.el (gnus-button-man-handler): Change default to
1756         `manual-entry' (defined in both emacsen).
1757         (gnus-button-man-handler): Remove emacsen difference and use
1758         `manual-entry'.
1759
1760 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1761
1762         * spam.el: Wrap autoload settings for bbdb-records,
1763         executable-find and ifile-spam-filter with eval-and-compile.
1764         (spam-display-buffer-contents): Remove.
1765         (spam-bogofilter-score): Merge spam-display-buffer-contents.
1766
1767 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
1768
1769         * spam.el (spam-display-buffer-contents): New function.
1770         (spam-bogofilter-score): use spam-display-buffer-contents, patch
1771         from Katsumi Yamaoka <yamaoka@jpl.org>.
1772
1773 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1774
1775         * nnheader.el (nnheader-parse-naked-head): New function.
1776         (nnheader-parse-head): Use the above function, in order to handle
1777         continuation lines properly.
1778         (nnheader-remove-body): New function.
1779         (nnheader-remove-cr-followed-by-lf): New function.
1780         (nnheader-ms-strip-cr): Use the above function.
1781
1782         * gnus-agent.el (gnus-agent-regenerate-group): Call
1783         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
1784         `nnheader-parse-head'.
1785         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
1786
1787         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
1788         continuation lines by itself; call `nnheader-parse-naked-head'
1789         instead of `nnheader-parse-head'.
1790         * nndiary.el (nndiary-parse-head): Ditto.
1791         * nnfolder.el (nnfolder-parse-head): Ditto.
1792         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
1793         * nnmaildir.el (nnmaildir--update-nov): Ditto.
1794         * nnml.el (nnml-parse-head): Ditto.
1795
1796 2002-10-17  Steve Youngs  <youngs@xemacs.org>
1797
1798         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
1799         XEmacs, default to it if featurep 'xemacs.
1800
1801 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1802
1803         * spam-stat.el: Check for the existence of hash functions instead
1804         of the Emacs version to decide whether to load cl.  Suggested by
1805         Kai Gro\e,A_\e(Bjohann.
1806
1807 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1808
1809         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
1810         if it isn't open yet.
1811
1812 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1813
1814         * gnus-group.el: Require mm-url only when compiling.
1815         (gnus-group-fetch-charter): Require mm-url.
1816
1817         * spam-stat.el: Require cl for the functions gethash,
1818         hash-table-count, make-hash-table and mapc for Emacs 20.
1819         (puthash): Alias to cl-puthash for Emacs 20.
1820         (with-syntax-table): New macro for Emacs 20.
1821
1822 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
1823
1824         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
1825
1826 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
1827
1828         * spam.el (spam-check-ifile): added ifile as a spam checking
1829         backend, and spam-use-ifle as the variable to toggle that check.
1830
1831 2002-10-12  Simon Josefsson  <jas@extundo.com>
1832
1833         * message.el (message-beginning-of-line): New variable.
1834         (message-beginning-of-line): Use it.
1835
1836 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
1837
1838         * spam.el: more compilation fixes for BBDB
1839
1840         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
1841         (spam-stat-reduce-size): Interactive.
1842         (spam-stat-reset): New function.
1843         (spam-stat-save): Interactive.
1844
1845 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1846
1847         * gnus.el: Autoload gnus-delay-initialize.
1848
1849         * message.el: Autoload gnus-delay-article.
1850
1851 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
1852
1853         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
1854         text property in Emacs.
1855
1856 2002-10-11  Simon Josefsson  <jas@extundo.com>
1857
1858         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
1859         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
1860
1861         * mml1991.el (mml1991-pgg-sign): Remove CR.
1862
1863 2002-10-10  Simon Josefsson  <jas@extundo.com>
1864
1865         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
1866         decrypt failed.
1867         (mml2015-trust-boundaries-alist): Removed.
1868         (mml2015-gpg-extract-signature-details): Don't use it.
1869         (mml2015-unabbrev-trust-alist): New.
1870         (mml2015-gpg-extract-signature-details): Use it.
1871
1872 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
1873
1874         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
1875         BBDB installed
1876
1877         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
1878         statistical analysis of spam in Lisp only
1879
1880 2002-10-10  Simon Josefsson  <jas@extundo.com>
1881
1882         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
1883         auth, selected or examine state.
1884
1885         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
1886         buffer and error buffer depending on type of information.
1887
1888         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
1889         --status-fd stuff even if gpg.el is not used (revert earlier
1890         change).
1891         (mml2015-pgg-{clear-,}verify): Store both output and errors as
1892         gnus details.
1893         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
1894         buffer.
1895
1896         * pgg.el (pgg-verify-region): Use it.
1897
1898         * pgg-def.el (pgg-query-keyserver): New variable.
1899
1900         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
1901         key-identifier in packet.  Is this a good idea?
1902
1903         * mml.el (mml-mode-map): Add security commands that operates on
1904         MIME parts.
1905         (mml-menu): And menu items for them.
1906
1907         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
1908
1909         * mml.el (mml-parse-1): Support sender in #secure tags.
1910
1911         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
1912         defined.
1913
1914         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
1915         (mml-pgp-encrypt-buffer): Support combined signing.
1916
1917         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
1918         (mml1991-gpg-encrypt): Ditto.
1919         (mml1991-pgg-encrypt): Ditto.
1920         (mml1991-encrypt): Pass sign parameter.
1921
1922         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
1923         (mml-signencrypt-style): Mention the variable.
1924
1925 2002-10-09  Simon Josefsson  <jas@extundo.com>
1926
1927         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
1928         pgg-gpg-user-id.
1929
1930         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
1931         (pgg-fetch-key-function): Nil if w3 is not installed.
1932
1933 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1934
1935         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
1936         gnus-agent-current-history.
1937
1938 2002-10-06  Simon Josefsson  <jas@extundo.com>
1939
1940         * imap.el (imap-parse-status): Don't use read to read token.
1941
1942 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1943
1944         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
1945         for methods not covered by the agent, and when unplugged.
1946
1947 2002-10-05  Simon Josefsson  <jas@extundo.com>
1948
1949         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
1950         signing.
1951
1952         * gnus-agent.el (gnus-agent-read-servers): If getting method from
1953         a named server fails, ignore the server.
1954
1955         * mml1991.el (mml1991-pgg-sign): Do QP.
1956
1957         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
1958         work.
1959
1960 2002-10-04  Simon Josefsson  <jas@extundo.com>
1961
1962         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
1963
1964         * pgg-pgp.el (pgg-pgp-verify-region): Inline
1965         binary-write-decoded-region from MEL.
1966
1967         * pgg.el (pgg-encrypt-region): Support sign.
1968
1969         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
1970
1971         * mml2015.el (mml2015-pgg-encrypt): Ditto.
1972
1973         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
1974         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
1975         branch where PGG was taken from in the ChangeLog entries below.
1976
1977 2002-10-01  Simon Josefsson  <jas@extundo.com>
1978
1979         * pgg-pgp.el: Don't require mel.  Don't use luna.
1980         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
1981         (pgg-pgp-process-region): Use expand-file-name instead of concat.
1982         (pgg-pgp-process-region): Don't use binary-funcall.
1983
1984         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
1985
1986         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
1987         instead of concat.
1988
1989         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
1990
1991 2002-09-29  Simon Josefsson  <jas@extundo.com>
1992
1993         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
1994         compile warnings.
1995
1996         * pgg.el (pgg-decrypt-region): Don't parse packet.
1997
1998         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
1999
2000 2002-09-29  Daiki Ueno <ueno@unixuser.org>
2001
2002         * pgg.el: Remove dependency on calist.el.
2003
2004 2002-09-28  Simon Josefsson  <jas@extundo.com>
2005
2006         * pgg.el (pgg-temporary-file-directory): New variable.
2007         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
2008
2009         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
2010         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
2011
2012         * pgg-parse.el (pgg-char-int): Defalias.
2013         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
2014         (pgg-read-bytes, pgg-read-body): Use it.
2015         (pgg-decode-packets): Don't use MEL, use base64-*.
2016         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
2017         (pgg-string-as-unibyte): Defalias.
2018         (pgg-parse-armor-region): Use it.
2019
2020         * pgg-gpg.el (pgg-gpg-process-region): Use
2021         pgg-temporary-file-directory.
2022
2023         * luna.el: Don't def-edebug.
2024
2025         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
2026         binary-write-decoded-region from MEL.
2027
2028         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
2029
2030         * alist.el, calist.el: Don't require product/APEL.
2031
2032         * pgg-parse.el (top-level): Remove dependency on static.el,
2033         pccl.el, mel.el.
2034         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
2035         `define-ccl-program' is boundp, instead of using broken.
2036
2037 2002-10-01  Simon Josefsson  <jas@extundo.com>
2038
2039         * message.el (message-required-mail-headers): Remove Lines:.
2040
2041 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2042         From Jesper Harder.
2043
2044         * gnus-group.el (gnus-group-fetch-charter,
2045         gnus-group-fetch-control): Prompt for group if given a prefix
2046         argument.
2047         * gnus-sum.el (t): Add gnus-group-fetch-charter and
2048         gnus-group-fetch-control to summary key map and menu.
2049
2050
2051 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
2052
2053         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
2054         number when there are no articles.
2055
2056 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2057
2058         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
2059         arg ALL means to fetch all articles, not only downloadable ones.
2060         (gnus-agent-fetch-selected-article): New function for
2061         gnus-select-article-hook or gnus-mark-article-hook.
2062
2063 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2064         From Peter von der Ahe <nospam2159@daimi.au.dk>.
2065
2066         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
2067         raw-text.
2068
2069 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
2070
2071         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
2072         Pinard).
2073         Major revamp of the code, documentation is in comments in the file
2074         for now.
2075
2076 2002-09-30  Simon Josefsson  <jas@extundo.com>
2077
2078         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
2079         buffer seem to be needed?
2080
2081 2002-09-29  Simon Josefsson  <jas@extundo.com>
2082
2083         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
2084         compile warnings.
2085
2086         * mml1991.el (mml1991-function-alist): Add pgg.
2087         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
2088         (mml1991-pgg-encrypt): Fix recipients querying.
2089
2090 2002-09-28  Simon Josefsson  <jas@extundo.com>
2091
2092         * mml2015.el (autoload): Autoload correct files.  Trivial patch
2093         from dme@dme.org.
2094         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
2095         handle is returned.
2096
2097 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2098
2099         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2100         Protect against non-existent of `nnimap-mailbox-info'.
2101
2102 2002-09-27  Simon Josefsson  <jas@extundo.com>
2103
2104         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
2105         (gnus-setup-news-hook): Use it.
2106         (gnus-after-getting-new-news-hook): Ditto.
2107
2108         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
2109
2110 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2111         From Mats Lidell <matsl@contactor.se>.
2112
2113         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
2114
2115 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2116
2117         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
2118         the part to decode encoded words, use raw words instead of decoded
2119         words.
2120
2121 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2122
2123         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
2124
2125         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
2126         (mm-setup-w3m): Use it.
2127
2128 2002-09-27  Simon Josefsson  <jas@extundo.com>
2129
2130         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
2131         article buffers.
2132
2133         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
2134         it just in case.
2135         (nnimap-update-unseen): New function; update unseen count in
2136         `n-m-info'.
2137         (nnimap-close-group): Call it.
2138
2139         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
2140         (gnus-after-getting-new-news-hook): Ditto.
2141
2142         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
2143         message into verboselevel 9.  Change slow mail check message.
2144         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
2145         (nnimap-fixup-unread-after-getting-new-news): New function, to be
2146         used as a hook after getting new mail.
2147
2148 2002-09-26  Simon Josefsson  <jas@extundo.com>
2149
2150         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
2151         SELECT/EXAMINE is first unseen article, not number of unseen
2152         articles.  Make them distinct by renaming the former to
2153         `first-unseen' instead of `unseen'.
2154
2155         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
2156         too.
2157         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
2158         changed.
2159         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
2160
2161         * gnus-int.el (gnus-server-unopen-status): Defcustom.
2162
2163         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
2164         better.
2165
2166         * mml2015.el (mml2015-pgg-decrypt): Only add security information
2167         if dissecting resulting buffer actually had any information.
2168
2169 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2170
2171         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
2172         because the function `string<' allows symbols.
2173
2174         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
2175
2176 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
2177
2178         * message.el (message-forward-make-body): Revert an early change
2179         because 8-bit utf-8 emails.
2180
2181 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
2182
2183         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
2184         links to Info)
2185         * gnus-art.el (gnus-treat-highlight-signature):
2186         * gnus-art.el (gnus-treat-buttonize):
2187         * gnus-art.el (gnus-treat-buttonize-head):
2188         * gnus-art.el (gnus-treat-emphasize):
2189         * gnus-art.el (gnus-treat-strip-cr):
2190         * gnus-art.el (gnus-treat-unsplit-urls):
2191         * gnus-art.el (gnus-treat-leading-whitespace):
2192         * gnus-art.el (gnus-treat-hide-headers):
2193         * gnus-art.el (gnus-treat-hide-boring-headers):
2194         * gnus-art.el (gnus-treat-hide-signature):
2195         * gnus-art.el (gnus-treat-fill-article):
2196         * gnus-art.el (gnus-treat-hide-citation):
2197         * gnus-art.el (gnus-treat-hide-citation-maybe):
2198         * gnus-art.el (gnus-treat-strip-list-identifiers):
2199         * gnus-art.el (gnus-treat-strip-pgp):
2200         * gnus-art.el (gnus-treat-strip-pem):
2201         * gnus-art.el (gnus-treat-strip-banner):
2202         * gnus-art.el (gnus-treat-highlight-headers):
2203         * gnus-art.el (gnus-treat-highlight-citation):
2204         * gnus-art.el (gnus-treat-date-ut):
2205         * gnus-art.el (gnus-treat-date-local):
2206         * gnus-art.el (gnus-treat-date-english):
2207         * gnus-art.el (gnus-treat-date-lapsed):
2208         * gnus-art.el (gnus-treat-date-original):
2209         * gnus-art.el (gnus-treat-date-iso8601):
2210         * gnus-art.el (gnus-treat-date-user-defined):
2211         * gnus-art.el (gnus-treat-strip-headers-in-body):
2212         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
2213         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
2214         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
2215         * gnus-art.el (gnus-treat-unfold-headers):
2216         * gnus-art.el (gnus-treat-fold-headers):
2217         * gnus-art.el (gnus-treat-fold-newsgroups):
2218         * gnus-art.el (gnus-treat-overstrike):
2219         * gnus-art.el (gnus-treat-display-xface):
2220         * gnus-art.el (gnus-treat-display-smileys):
2221         * gnus-art.el (gnus-treat-from-picon):
2222         * gnus-art.el (gnus-treat-mail-picon):
2223         * gnus-art.el (gnus-treat-newsgroups-picon):
2224         * gnus-art.el (gnus-treat-body-boundary):
2225         * gnus-art.el (gnus-treat-capitalize-sentences):
2226         * gnus-art.el (gnus-treat-fill-long-lines):
2227         * gnus-art.el (gnus-treat-play-sounds):
2228         * gnus-art.el (gnus-treat-translate):
2229         * gnus-art.el (gnus-treat-x-pgp-sig):
2230         * gnus-art.el (gnus-mime-button-line-format):
2231         * gnus-art.el (gnus-button-man-level):
2232         * gnus-art.el (gnus-button-emacs-level):
2233         * gnus-cus.el (gnus-group-parameters):
2234         * gnus-gl.el (bbb-build-mid-scores-alist):
2235         * gnus-group.el (gnus-group-line-format):
2236         * gnus-mlspl.el (gnus-group-split-setup):
2237         * gnus-mlspl.el (gnus-group-split):
2238         * gnus-msg.el (gnus-mailing-list-groups):
2239         * gnus-msg.el (gnus-posting-styles):
2240         * gnus-nocem.el (gnus-nocem-issuers):
2241         * gnus-score.el (gnus-score-regexp-bad-p):
2242         * gnus-srvr.el (gnus-server-line-format):
2243         * gnus-topic.el (gnus-topic-line-format):
2244         * gnus.el (gnus-summary-line-format):
2245         * mail-source.el (mail-sources):
2246         * message.el (message-subscribed-address-file):
2247         * nnmail.el (nnmail-split-fancy):
2248
2249 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
2250
2251         * mail-source.el(mail-source-run-script): use `functionp' to test
2252         whether the argument `script' is in fact a function.
2253         (mail-sources): adjust the defcustom to allow users to specify a
2254         function or a string as the value of the `:prescript' and
2255         `:postscript' arguments of the `file' and `pop3' mail sources.
2256
2257 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
2258
2259         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
2260         number when article 1 does not exist.
2261
2262 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2263
2264         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
2265         apropos if apropos-variable does not exist.
2266         (gnus-button-guessed-mid-regexp)
2267         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
2268         regexes.  From Reiner Steib.
2269         (gnus-button-handle-describe-function)
2270         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
2271         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
2272         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
2273
2274 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
2275         Trivial patch.
2276
2277         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
2278         the file.
2279
2280 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
2281
2282         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
2283
2284 2002-09-24  Simon Josefsson  <jas@extundo.com>
2285
2286         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
2287         (mml2015-use): Prefer PGG if installed.
2288         (mml2015-function-alist): Add PGG wrappers.
2289         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
2290         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
2291         prefix, make regexp optionally skip it.
2292         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
2293         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
2294         (mml2015-pgg-encrypt): New functions.
2295         (defvar, autoload): Prevent byte-compile warnings.
2296
2297 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2298         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
2299
2300         * gnus-art.el (article-strip-banner): Check for the existence of
2301         from header.
2302
2303 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
2304
2305         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
2306         (gnus-button-alist): Improved regexp for
2307         gnus-button-handle-mid-or-mail (false positives), fixed
2308         gnus-button-handle-man entries.
2309         From Reiner Steib.
2310
2311 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
2312         From Josh Huber.
2313
2314         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
2315         nnmail-extra-headers is non-nil.
2316
2317 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
2318
2319         * nnmaildir.el: Store article numbers persistently.  General
2320         revision.
2321         (nnmaildir-request-expire-articles): handle 'immediate and 'never
2322         for nnmail-expiry-wait; delete instead of moving if 'force is
2323         given.
2324
2325 2002-09-23  Simon Josefsson  <jas@extundo.com>
2326         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
2327
2328         * smime.el (smime-sign-buffer): Get key and extra certs.
2329         (smime-get-key-with-certs-by-email): Utility function.
2330
2331 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2332         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
2333
2334         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
2335         article exists.
2336
2337 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2338
2339         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
2340
2341 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
2342         From Reiner Steib.
2343
2344         * gnus-art.el (gnus-button-handle-custom,
2345         gnus-button-handle-mid-or-mail,
2346         gnus-button-handle-describe-{function,variable,key},
2347         gnus-button-handle-apropos{,command,variable}): New functions.
2348         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
2349         gnus-button-{man,emacs,mail}-level): New variables.
2350         (gnus-button-alist): Use the above to buttonize emacs and mail
2351         related links.
2352
2353 2002-09-18  Juanma Barranquero  <lektu@terra.es>
2354
2355         * gnus-int.el (gnus-status-message): Fix spacing.
2356
2357         * imap.el (imap-continuation): Fix typos.
2358
2359 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2360
2361         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
2362
2363         * gnus-art.el (gnus-article-reply-with-original): Correct
2364         with-current-buffer scope.
2365
2366         * message.el (message-completion-alist): Add Reply-To, From, etc.
2367
2368 2002-09-18  Simon Josefsson  <jas@extundo.com>
2369
2370         * nnimap.el (nnimap-request-expire-articles): Make flag setting
2371         conditional.  From Nevin Kapur <nevin@jhu.edu>.
2372
2373 2002-09-17  Simon Josefsson  <jas@extundo.com>
2374
2375         * nnimap.el (nnimap-expiry-target): Don't search for which
2376         articles exists here.
2377         (nnimap-request-expire-articles): Do it here instead.  Only expire
2378         when articles are found.  Suggested by Nevin Kapur
2379         <nevin@jhu.edu>.
2380
2381 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2382         From Reiner Steib <reiner.steib@gmx.de>.
2383
2384         * message.el (message-strip-subject-trailing-was)
2385         (message-change-subject, message-add-archive-header)
2386         (message-xpost-fup2-header, message-xpost-insert-note)
2387         (message-xpost-fup2, message-reduce-to-to-cc): New functions
2388         adopted from message-utils.el.  Add functions to the keymap, mode
2389         describtion and menu.
2390         (message-change-subject,message-xpost-fup2): Signal error if
2391         current header is empty.
2392         (message-xpost-insert-note): Changed insert position.
2393         (message-archive-note): Ensure to insert note in message body (not
2394         in head).
2395         (message-archive-header, message-archive-note)
2396         (message-xpost-default, message-xpost-note, message-fup2-note)
2397         (message-xpost-note-function): New variables adopted from
2398         message-utils.el.  Changed some doc-strings.
2399         (message-mark-insert-{begin,end}): Rename from
2400         message-{begin,end}-inserted-text-mark (message-utils.el), changed
2401         values.
2402         (message-subject-trailing-was-query)
2403         (message-subject-trailing-was-ask-regexp)
2404         (message-subject-trailing-was-regexp): New variables.
2405         (message-to-list-only): Added doc-string and menu entry.
2406
2407         * message-utils.el: Removed.  Functions are now in message.el.
2408
2409 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
2410
2411         * gnus-art.el (gnus-article-reply-with-original,
2412         gnus-article-followup-with-original): Switch to
2413         gnus-summary-buffer before reply/followup.
2414
2415 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
2416
2417         * gnus-sum.el (gnus-summary-toggle-header): The article window may
2418         not exist. Toggle it anyway.
2419
2420 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
2421
2422         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
2423
2424         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
2425         Trivial patch from Urban Engberg <ue@ccieurope.com>.
2426
2427         * rfc2047.el (message-posting-charset): Defvar it.
2428         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
2429         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
2430
2431         * mail-source.el (mail-source-fetch): Hide password.
2432
2433         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
2434
2435 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2436         From John Paul Wallington <jpw@shootybangbang.com>.
2437
2438         * gnus.el (gnus-visual, gnus-meta): Fix typo.
2439
2440 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2441
2442         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
2443
2444 2002-09-11  Simon Josefsson  <jas@extundo.com>
2445
2446         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
2447         (nnimap-split-rule): Doc fix.
2448         (nnimap-request-expire-articles): Cleanup code.
2449
2450 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2451         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
2452
2453         * gnus-art.el (gnus-article-address-banner-alist): New option.
2454         (article-strip-banner): Refer the above option to split banners of
2455         free mail servers, when no group parameter is specified.
2456
2457 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2458
2459         * nntp.el (nntp-wait-for-string): Check for a process in the
2460         current buffer instead of `nntp-server-buffer'.
2461
2462 2002-09-09  Simon Josefsson  <jas@extundo.com>
2463
2464         * gnus-art.el (gnus-button-man-handler): New variable.
2465         (gnus-button-alist): Use g-b-handle-man.
2466         (gnus-button-handle-man): New, call g-b-man-handler.
2467
2468 2002-09-08  Simon Josefsson  <jas@extundo.com>
2469
2470         * gnus-art.el (gnus-button-alist): Buttonize man page links.
2471
2472 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2473
2474         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
2475
2476 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2477
2478         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
2479
2480         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
2481         keystroke.
2482
2483         * gnus-srvr.el (gnus-browse-describe-group): New command and
2484         keystroke.
2485
2486 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2487
2488         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
2489         value for gnus-decoration property.
2490
2491 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2492
2493         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
2494         string) as group name in case we have a CRLF in the file.
2495
2496 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
2497
2498         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
2499         group.
2500         (rfc1843-decode-hzp): do.
2501         (rfc1843-newsgroups-regexp): do.
2502
2503 2002-09-04  Simon Josefsson  <jas@extundo.com>
2504
2505         * message.el (message-canlock-generate): Make sure sha1 doesn't
2506         call external programs.
2507
2508 2002-09-03  Simon Josefsson  <jas@extundo.com>
2509
2510         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
2511
2512         * gnus-agent.el (gnus-agent-batch): Add doc.
2513
2514 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
2515
2516         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
2517         check for signed and encrypted parts.
2518         * mml.el (mml-parse-1): Correct small typo which preventing
2519         setting recipients in a secure tag.
2520
2521 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2522
2523         * mm-util.el (mm-coding-system-priorities): Default to a list of
2524         iso-2022-jp and others for the Japanese environment.
2525
2526 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2527
2528         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
2529         invalid display names.
2530
2531 2002-08-30  Simon Josefsson  <jas@extundo.com>
2532
2533         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
2534         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
2535
2536 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
2537
2538         * gnus.el (gnus-group-charter-alist): New option.
2539         (gnus-group-fetch-control-use-browse-url): New option.
2540
2541         * gnus-group.el (gnus-group-fetch-charter): New function.
2542         (gnus-group-fetch-control): New function.
2543         Add them to the keymap and menu. Require mm-url.
2544
2545 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2546
2547         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
2548         From Alex Schroeder <alex@emacswiki.org>.
2549
2550 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
2551
2552         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
2553         items expecting user interaction.
2554
2555         * gnus-topic.el (gnus-topic-make-menu-bar): do.
2556
2557         * gnus-sum.el (gnus-summary-make-menu-bar): do.
2558
2559         * gnus-srvr.el (gnus-server-make-menu-bar): do.
2560
2561         * mml.el (mml-menu): do.
2562
2563 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2564
2565         * mail-source.el (mail-source-touch-pop): New function.
2566
2567         * message.el (message-smtpmail-send-it): New function.
2568         (message-send-mail-function): Add it for a candidate.
2569
2570 2002-08-27  Simon Josefsson  <jas@extundo.com>
2571
2572         * gnus-msg.el (posting-charset-alist): Use
2573         gnus-define-group-parameter instead of defcustom.
2574         (gnus-put-message): Handle SPC in GCC.
2575         (gnus-inews-insert-gcc): Ditto.
2576         (gnus-inews-insert-archive-gcc): Ditto.
2577
2578 2002-08-26  Simon Josefsson  <jas@extundo.com>
2579
2580         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
2581         (gnus-agentize): Auto agentize all nntp and nnimap groups.
2582         (gnus-agent-possibly-save-gcc): Autoload.
2583         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
2584
2585 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2586
2587         * gnus.el (gnus-other-frame-function): New user option.
2588         (gnus-other-frame): Use it; add a doc-string; make it work with
2589         the gnuclient program.
2590
2591         * gnus-util.el (gnus-frame-or-window-display-name): New function.
2592
2593         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
2594         `device-connection' and `dfw-device'.
2595
2596 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2597
2598         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
2599         positives, make it stricter.  From Jochen Hein (trivial change).
2600
2601 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2602
2603         * gnus.el (gnus-other-frame): Trivial fix.
2604
2605 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2606
2607         * gnus.el (gnus-other-frame-parameters): New user option.
2608         (gnus-other-frame-object): New variable.
2609         (gnus-other-frame): Make it search for existing Gnus frame; don't
2610         read new news; delete frame on exit.
2611
2612         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
2613
2614         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
2615
2616 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2617         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
2618
2619         * message.el (message-set-auto-save-file-name): Add support for
2620         the Cygwin Emacs; the system-type is `cygwin'.
2621         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
2622
2623 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2624
2625         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
2626
2627         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
2628         avoid arithmetic errors.
2629
2630 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2631
2632         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
2633
2634 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2635
2636         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
2637         (message-ignored-resent-headers): Add envelope From.
2638
2639 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2640
2641         * gnus.el (gnus-summary-line-format): Document %k specifier.
2642
2643 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2644
2645         * gnus-sum.el (gnus-summary-line-message-size): New function.
2646         (gnus-summary-line-format-alist): Use it.
2647
2648 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2649
2650         * gnus-art.el (article-make-date-line): Refer to the value for
2651         `gnus-article-time-format' in the summary buffer.
2652
2653         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
2654
2655 2002-08-14  Simon Josefsson  <jas@extundo.com>
2656
2657         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
2658         quoting.
2659         (gnus-button-alist): Fix doc.
2660         (gnus-header-button-alist): Use ' not ` for default value quoting.
2661         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
2662         rationale similar to 2002-05-01 change.
2663         (gnus-article-add-buttons-to-head): Evaluate expression.
2664
2665         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
2666
2667 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2668
2669         * message.el (message-font-lock-keywords): Refer to the value for
2670         `message-cite-prefix-regexp' dynamically.
2671
2672 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2673
2674         * gnus-art.el (gnus-decode-header-methods): Doc fix.
2675
2676 2002-08-12  Simon Josefsson  <jas@extundo.com>
2677
2678         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
2679         (imap-shell-open): Skip initial junk before IMAP greeting.
2680
2681 2002-08-11  Simon Josefsson  <jas@extundo.com>
2682
2683         * message-utils.el (message-xpost-default,
2684         message-xpost-fup2-header, message-xpost-fup2): Fixed
2685         Typos.  Trivial changes from Reiner Steib
2686         <4uce.02.r.steib@gmx.net>.
2687
2688 2002-08-09  Simon Josefsson  <jas@extundo.com>
2689
2690         * message.el (message-canlock-password): Set
2691         canlock-password-for-verify to newly generated canlock-password.
2692         When Emacs is restarted, Custom makes sure this is set, but during
2693         the same session we must set it manually.
2694
2695 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
2696
2697         * yenc.el: New file.
2698
2699         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
2700         (mm-uu-type-alist): Add yenc.
2701         (mm-uu-yenc-filename): New function.
2702         (mm-uu-yenc-extract): New function.
2703
2704         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
2705
2706 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2707
2708         * dgnushack.el (merge): Don't use coerce.
2709
2710 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
2711
2712         * mailcap.el (mailcap-mime-data): Test window-system rather than
2713         mm-device-type.
2714         (mailcap-mime-data): Call xdvi and gv with "-safer".
2715
2716         * mm-util.el: Don't define mm-device-type.
2717
2718 2002-08-05  Simon Josefsson  <jas@extundo.com>
2719
2720         * mm-util.el (mm-coding-system-priorities): coding-system type not
2721         supported everywhere.
2722
2723 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2724
2725         * gnus.el (gnus-version-number): Bumped version number.
2726
2727 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2728
2729         * gnus.el: Oort Gnus v0.07 is released.
2730
2731 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2732
2733         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
2734         (gnus-article-sort-functions): Doc fix.
2735         (t): New keystroke.
2736         (gnus-article-sort-by-random): New function.
2737         (gnus-thread-sort-by-random): New function.
2738
2739 2002-08-02  Simon Josefsson  <jas@extundo.com>
2740
2741         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
2742         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
2743
2744 2002-07-31  Danny Siu  <dsiu@adobe.com>
2745
2746         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
2747         when splitting malformed messages without message-id
2748
2749 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2750         From Niklas Morberg <niklas.morberg@axis.com>.
2751
2752         * nnweb.el (nnweb-type, nnweb-type-definition)
2753         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
2754         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
2755         functionality.
2756         * nnweb.el: Removed old non-functioning search engines.
2757
2758 2002-07-27  Simon Josefsson  <jas@extundo.com>
2759
2760         * message.el (message-forward-make-body): Don't use
2761         `message-forward-ignored-headers' when doing a "raw" followup (it
2762         is important to preserve e.g. CTE).
2763
2764         * flow-fill.el (fill-flowed): Disable filladapt-mode.
2765
2766         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
2767         regexp-quote, Cyrus Sieve is fixed.
2768
2769         * sieve-manage.el (sieve-manage-deletescript): New function.
2770
2771         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
2772         (sieve-manage-mode): Fix menubar.
2773         (sieve-activate): Change some messages.
2774         (sieve-deactivate-all): New function.
2775         (sieve-deactivate): New alias.
2776         (sieve-remove): New function.
2777         (sieve-help): Fix help.
2778         All suggested by Ned Ludd.
2779
2780 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2781
2782         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
2783         (mm-w3m-safe-url-regexp): New user option.
2784
2785         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
2786         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
2787
2788 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
2789
2790         * gnus-sum.el (gnus-summary-delete-article): Force
2791         nnmail-expiry-target to 'delete, so that absolute deletion
2792         happens when absolute deletion is requested.
2793
2794 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2795         From Nevin Kapur <nevin@jhu.edu>.
2796
2797         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
2798         headers as empty headers.
2799
2800 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2801         From Jochen Hein <jochen@jochen.org>.
2802
2803         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
2804         correct typo.
2805         (gnus-emphasis-strikethru): New face.
2806
2807 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2808         From Jason Merrill <jason@redhat.com>.
2809
2810         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
2811         entire file for each of a sequence of missing articles.
2812
2813         * gnus-salt.el (gnus-binary-display-article): Respect an existing
2814         value for gnus-view-pseudos.
2815
2816         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
2817         avoid nreverse.
2818
2819 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2820         From Ted Zlatanov <teodor.zlatanov@divine.com>.
2821
2822         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
2823         (gnus-summary-mode-line-format-alist): Add %h for number of
2824         spams.
2825         (gnus-newsgroup-spam-marked): New variable.
2826         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
2827         (gnus-article-read-p, gnus-article-mark)
2828         (gnus-set-global-variables, gnus-set-global-variables)
2829         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
2830         (gnus-summary-mark-article-as-unread)
2831         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
2832         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
2833         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
2834
2835 2002-07-10  Simon Josefsson  <jas@extundo.com>
2836
2837         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
2838         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
2839
2840 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
2841
2842         * gnus-sum.el (gnus-summary-delete-article): Respect group
2843         parameters while expiring.
2844
2845 2002-07-08  Simon Josefsson  <jas@extundo.com>
2846
2847         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
2848         Enberg.
2849
2850 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2851
2852         * gnus-art.el (article-unsplit-urls): Only display MIME when this
2853         function is called interactively.  From Niklas Morberg.
2854
2855 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2856
2857         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
2858         cdaar to cdar and car.
2859
2860         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
2861         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
2862
2863 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2864
2865         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
2866         don't break a narrowed article.
2867
2868         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
2869         (nntp-open-via-rlogin-and-telnet): Ditto.
2870
2871 2002-07-02  Didier Verna  <didier@xemacs.org>
2872
2873         * nnmail.el (nnmail-split-methods): fix custom type.
2874
2875 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2876
2877         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
2878         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
2879
2880 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2881
2882         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
2883         (gnus-summary-resend-message): Use it.
2884
2885 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2886
2887         * nntp.el (nntp-via-rlogin-command-switches): New variable.
2888         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
2889
2890 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2891
2892         * message.el (message-font-lock-keywords): Don't fontify
2893         headers in the message body, only in the header.
2894         (message-font-lock-make-header-matcher): New function, used by
2895         message-font-lock-keywords.
2896         From Katsumi Yamaoka <yamaoka@jpl.org>.
2897
2898 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2899
2900         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
2901
2902 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2903
2904         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
2905
2906 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2907
2908         * message.el (message-font-lock-keywords): Revert 2002-06-22
2909         change.
2910
2911 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2912
2913         * message.el (message-font-lock-keywords): Put colon in header
2914         name match.
2915
2916 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2917
2918         * message.el (message-font-lock-keywords): Don't use header faces
2919         in the body.  Thanks to Stefan Monnier for the hint on the
2920         implementation.
2921
2922 2002-05-09  Miles Bader  <miles@gnu.org>
2923
2924         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
2925         (gnus-article-hide-citation): Respect it.
2926
2927 2002-04-12  Juanma Barranquero  <lektu@terra.es>
2928
2929         * pop3.el (pop3-open-server): Fix typo.
2930
2931 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
2932
2933         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
2934         instead of push to ignore duplicate to-(list|address) values.
2935         * nnmail.el (nnmail-cache-ignore-groups): New.
2936         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
2937
2938 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2939
2940         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
2941         before sending.  Suggested by Jan Rychter.
2942
2943 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2944
2945         * dgnushack.el (remove): New compiler macro.
2946         (last, coerce, subseq): Remove compiler macros for those built-in
2947         or unused functions.
2948
2949 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2950
2951         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
2952         sure to write byte-compiled versions of gnus-*-format-alist to
2953         .newsrc.eld.  From Simon Josefsson.
2954
2955 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2956
2957         * gnus-agent.el (gnus-agent-read-servers)
2958         (gnus-agent-write-servers): Put server name (string like
2959         "nnchoke:frumple") in the file instead of a server specification
2960         (Lisp expression like (nnchoke "frumple" ...parameters...)).
2961         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
2962
2963 2002-06-16  Simon Josefsson  <jas@extundo.com>
2964
2965         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
2966         Reiner Steib <4uce.02.r.steib@gmx.net>.
2967
2968 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2969
2970         * nnheader.el (nnheader-file-name-translation-alist): Set the
2971         default value for MS Windows systems.
2972
2973         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
2974
2975 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2976
2977         * message.el (message-beginning-of-line): Keep the region active
2978         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
2979
2980 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
2981
2982         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
2983         * gnus-msg.el (gnus-summary-reply): Ditto.
2984         * gnus-msg.el (gnus-summary-handle-replysign): New.
2985
2986 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2987
2988         * message.el (message-send-mail-with-sendmail): Kill errbuf even
2989         if sending failed.
2990
2991 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
2992
2993         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
2994         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
2995         to sign while encrypting.
2996
2997 2002-06-11  Simon Josefsson  <jas@extundo.com>
2998
2999         * gnus-int.el (gnus-request-move-article): Agent expire article if
3000         successfuly moved.
3001
3002         * nnweb.el (nnweb-google-create-mapping): Honors the value of
3003         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
3004
3005 2002-06-10  Simon Josefsson  <jas@extundo.com>
3006
3007         * gnus-int.el (gnus-request-expire-articles): Fix last change?
3008
3009 2002-06-09  Simon Josefsson  <jas@extundo.com>
3010
3011         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
3012
3013         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
3014
3015 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3016
3017         * flow-fill.el (fill-flowed): Ignore errors.
3018
3019 2002-06-06  Simon Josefsson  <jas@extundo.com>
3020
3021         * message.el (message-send-mail-with-sendmail): Improve error message.
3022
3023 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3024
3025         * message.el (message-interactive): Change default from nil to t.
3026         Better to be safe than to be fast.
3027
3028 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3029
3030         * message.el (message-send-mail-with-sendmail): Check return value
3031         from call-process-region.
3032
3033 2002-06-04  Simon Josefsson  <jas@extundo.com>
3034
3035         * gnus-msg.el (gnus-group-mail, gnus-group-news)
3036         (gnus-group-post-news, gnus-summary-mail-other-window)
3037         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
3038         gnus-article-copy to nil, thereby inhibiting the `header' posting
3039         style match to use data from last viewed article.
3040         Suggested by Hrvoje Niksic.
3041
3042 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3043
3044         * spam.el (spam-point-at-eol): New alias.
3045         (spam-parse-whitelist): Use it.
3046
3047 2002-06-03  Simon Josefsson  <jas@extundo.com>
3048
3049         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
3050         (nnmail-article-group): Use it.
3051
3052 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3053
3054         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
3055         so that code reading them won't be surprised.  From Jesper Harder
3056         <harder@ifa.au.dk>.
3057
3058 2002-05-29  Simon Josefsson  <jas@extundo.com>
3059
3060         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
3061         articles.
3062
3063         * gnus.el (gnus-agent-cache): Doc fix.
3064         (gnus-agent): Change default to t.
3065
3066         * gnus-agent.el (gnus-agent-expire): Make it accept optional
3067         ARTICLES, GROUP and FORCE parameters.
3068
3069 2002-05-28  Simon Josefsson  <jas@extundo.com>
3070
3071         * gnus-group.el (gnus-group-line-format): Doc fix.
3072
3073 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3074
3075         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
3076         original article before yanking.  From Jesper Harder
3077         <harder@ifa.au.dk>.
3078
3079 2002-05-26  Simon Josefsson  <jas@extundo.com>
3080
3081         * gnus-sum.el (gnus-summary-menu-split): New function.
3082         (gnus-summary-make-menu-bar): Split charset submenu.
3083         (gnus-summary-menu-maxlen): New variable.
3084         (gnus-summary-menu-split): Use it.
3085
3086 2002-05-25  Simon Josefsson  <jas@extundo.com>
3087
3088         * mml.el (mml-preview): Generate some headers.
3089
3090         * gnus.el (gnus-large-newsgroup): Fix :type.
3091
3092         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
3093         Agent cache NOV's by default now).
3094         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
3095
3096 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
3097
3098         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
3099         call to gnus-parent-id when we check for References loops.
3100         (gnus-summary-prepare-threads): Avoid simplifying every Subject
3101         twice by saving the simplified subject string in simp-subject.
3102
3103 2002-05-23  Simon Josefsson  <jas@extundo.com>
3104
3105         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
3106         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
3107
3108         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
3109         Niklas Morberg <niklas.morberg@axis.com>.
3110
3111 2002-05-22  Simon Josefsson  <jas@extundo.com>
3112
3113         * sieve.el (sieve-change-region): Define it before it is used.
3114
3115         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
3116         (gnus-summary-reply): Ask for confirmation when replying to news.
3117         Defaults to not ask.  From Benjamin Rutt
3118         <rutt+news@cis.ohio-state.edu>.
3119
3120         * nnimap.el (nnimap-nov-is-evil): Improve doc.
3121
3122 2002-05-21  Simon Josefsson  <jas@extundo.com>
3123
3124         * sieve-mode.el (sieve-manage): Fix autoloads.
3125
3126         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
3127         name (makes it work with recent Cyrus timsieved).
3128
3129 2002-05-20  Jason  <jbaker@cs.utah.edu>
3130         Trivial patch.
3131
3132         * gnus-art.el (gnus-request-article-this-buffer): Try
3133         reconnecting if you don't get the message.
3134
3135 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3136
3137         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
3138         Reply-To headers from the headers.
3139
3140 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3141
3142         * mm-url.el (mm-url-insert): Remove junk message.
3143
3144 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3145
3146         * nnslashdot.el (nnslashdot-request-list): Parse new html.
3147         (nnslashdot-use-front-page): New variable.
3148         (nnslashdot-request-list): Use it.
3149
3150         * mm-url.el (mm-url-timeout): New variable.
3151         (mm-url-retries): Ditto.
3152         (mm-url-insert): Use it.
3153
3154 2002-05-16  Simon Josefsson  <jas@extundo.com>
3155
3156         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
3157         (gnus-simplify-subject-functions): Mention g-s-a-w.
3158
3159 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
3160
3161         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
3162         nnmail-cache-insert.
3163         * nndiary.el (nndiary-request-accept-article): Ditto.
3164         * nnfolder.el (nnfolder-request-accept-article): Ditto.
3165         * nnimap.el (nnimap-request-accept-article): Ditto.
3166         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
3167         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
3168         * nnmbox.el (nnmbox-request-accept-article): Ditto.
3169         * nnmh.el (nnmh-request-accept-article): Ditto.
3170         * nnmail.el (nnmail-cache-insert): Change group to required,
3171         removed code which tried to figure out the group.
3172
3173 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
3174
3175         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
3176         messages. From Hans de Graaff <hans@degraaff.org>.
3177         * nnml.el (nnml-request-accept-article): Pass in the group name to
3178         nnmail-cache-insert, since it's available.
3179
3180 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3181
3182         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
3183
3184 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3185         From Florian Weimer <fw@deneb.enyo.de>.
3186
3187         * gnus.el (subscribed): New group parameter.
3188         (gnus-find-subscribed-addresses): Use it.
3189
3190 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
3191
3192         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
3193         the default for pgpmime to support pgp v2.
3194         * mml-sec.el (mml-signencrypt-style): New accessor function to
3195         allow users to get/set the signencrypt style more easily without
3196         frobbing the alist directly.
3197         * mml.el (mml-generate-mime-1): Use accessor function.
3198
3199 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3200
3201         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
3202         parenthesis for "<" and ">".  Suggested by Andreas Schwab
3203         <schwab@suse.de>.
3204
3205 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3206
3207         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
3208         when intuiting the group the message is written to.  From Josh
3209         Huber <huber@alum.wpi.edu>.
3210
3211 2002-05-06  Simon Josefsson  <jas@extundo.com>
3212
3213         * gnus-topic.el (gnus-group-topic-parameters): Work when group
3214         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
3215
3216 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
3217
3218         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
3219         argument, and fixed compiler warning. (added autoload for
3220         gpg-encrypt).
3221
3222 2002-05-04  Simon Josefsson  <jas@extundo.com>
3223
3224         * mml1991.el (mml1991-function-alist): Doc fix.
3225
3226         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
3227         doesn't exist (for previewing messages without having Gnus
3228         started).
3229
3230         * mm-util.el (mm-coding-system-priorities): Defcustom.
3231
3232         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
3233
3234 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
3235
3236         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
3237         default.
3238         * mml-sec.el:
3239         * mml-sec.el (mml-signencrypt-style): New.
3240         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
3241         argument `sign'.
3242         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
3243         signencrypt.
3244         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
3245         * mml.el (mml-generate-mime-1): Changed logic so a part which is
3246         both signed & encryped is processed in one operation. (rather than
3247         two separate ops: sign, then encrypt)
3248         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
3249         indication if a message is signed by an expired key.
3250         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
3251         enables combined sign & encrypt operation. (this was always on
3252         before).
3253         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
3254
3255 2002-05-01  Simon Josefsson  <jas@extundo.com>
3256
3257         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
3258         server.
3259         (nnimap-mailbox-info): defvar instead of defvoo.
3260
3261 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3262
3263         * gnus.el: Oort Gnus v0.06 is released.
3264
3265 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3266
3267         * lpath.el: Bind url-package-version.
3268
3269 2002-05-01  Simon Josefsson  <jas@extundo.com>
3270
3271         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
3272         filename before deleting the group itself, because the presence of
3273         a group filename decides if long filenames are used or not.
3274
3275         * gnus-art.el (gnus-button-alist): Don't inline
3276         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
3277         without also modifying g-button-alist.
3278         (gnus-button-alist): Fix type to allow variable as well as regexp.
3279         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
3280         themselves, variables to its contents.
3281         (gnus-button-entry): Ditto.
3282
3283 2002-05-01  Simon Josefsson  <jas@extundo.com>
3284
3285         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
3286         UIDNEXT as a string.
3287
3288         * nnimap.el (nnimap-string-lessp-numerical): New function.
3289         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
3290         integers.
3291
3292 2002-04-29  Simon Josefsson  <jas@extundo.com>
3293
3294         * nnmail.el (nnmail-cache-insert): Accept optional group
3295         parameter.
3296
3297         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
3298         n-r-g-a is disabled.
3299
3300 2002-04-29  Simon Josefsson  <jas@extundo.com>
3301
3302         * nnimap.el (nnimap-split-fancy): Fix doc.
3303         (nnimap-split-fancy): Fix doc.
3304
3305         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
3306         (nnimap-mailbox-info): New internal variable.
3307         (nnimap-retrieve-groups): Implement faster new mail check.
3308
3309         * nnimap.el (nnimap-split-articles): Support
3310         nnmail-cache-accepted-message-ids.
3311         (nnimap-request-accept-article): Ditto.
3312
3313         * imap.el (imap-mailbox-status-asynch): New command.
3314
3315 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
3316
3317         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
3318         are no subscribed mail groups.
3319         - Strip quoted names when comparing addresses
3320
3321 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
3322
3323         * mm-decode.el (mm-text-html-renderer): Change customize type to
3324         const.
3325
3326         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
3327         (gnus-debug-exclude-variables): do.
3328
3329 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3330
3331         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
3332         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
3333
3334 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3335
3336         * dns.el (dns-make-network-process): New macro.
3337         (query-dns): Use it.
3338
3339 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3340
3341         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
3342         article-buffer.
3343
3344         * mm-url.el (mm-url-package-name): New variable.
3345         (mm-url-package-version): New variable.
3346         (mm-url-insert-file-contents): Bind url-package-name and
3347         url-package-version here.
3348         * nnrss.el (nnrss-insert-w3): Move the bindings.
3349
3350         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
3351         url-package-version. Trivial change from Andrew J Cosgriff
3352         <ajc@polydistortion.net>
3353
3354         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
3355         attachments. Trivial change from Peter 'Luna' Runestig
3356         <peter@runestig.com>.
3357
3358 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
3359
3360         * nnkiboze.el (nnkiboze-request-scan): Call
3361         nnkiboze-possibly-change-group.
3362         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
3363         problems.
3364         (nnkiboze-generate-group): Set newsrc to the *highest* article
3365         number kibozed, not the lowest.
3366
3367 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
3368
3369         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
3370
3371 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3372         From Dan Christensen <jdc+news@uwo.ca>.
3373
3374         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
3375         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
3376         Recognize math postings.  Extract Date (now ignores "(15kb)").
3377         Extract email address using gnus-extract-address-components
3378         instead of just taking the first word.  Create Date and From
3379         headers for message which are missing these headers.  Get rid
3380         of spurious \\ lines (purely cosmetic).  Extend body-end and
3381         file-end regexps, to exclude more garbage from the message.
3382         Make URL rephrasing regexp more flexible, to match current
3383         format.
3384
3385 2002-04-23  Simon Josefsson  <jas@extundo.com>
3386
3387         * netrc.el: New file, functions copied from gnus-util.el by Ted
3388         Zlatanov <tzz@lifelogs.com>.
3389
3390         * gnus-util.el: Require netrc.
3391         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
3392         new code in netrc.el.
3393
3394 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3395
3396         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
3397         message-ignored-resent-headers, too.  From Matthieu Moy
3398         <Matthieu.Moy@imag.fr>.
3399
3400 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
3401
3402         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
3403         boolean not a string
3404         * gnus-group.el (gnus-group-line-format): add description of %C
3405         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
3406           as %C
3407         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
3408
3409 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
3410
3411         * nnmaildir.el (nnmaildir-request-scan): typo: set
3412         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
3413         nnmail-get-new-mail for 'find-new-groups.
3414
3415 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
3416
3417         * nnmaildir.el (nnmaildir-request-update-info,
3418         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
3419         unnecessary calls to nnmaildir-request-scan.
3420
3421 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
3422
3423         * gnus-msg.el:
3424         * gnus-msg.el (gnus-message-replysign): New.
3425         * gnus-msg.el (gnus-message-replyencrypt): New.
3426         * gnus-msg.el (gnus-message-replysignencrypted): New.
3427         * gnus-msg.el (gnus-summary-reply): Use the three new variables
3428         (above) to automatically encrypt/sign to encrypted/signed
3429         messages.
3430         * message.el:
3431         * message.el (message-mode-map): Add keybinding for
3432         `message-to-list-only'
3433         * message.el (message-mode): Add description for
3434         `message-to-list-only'
3435         * message.el (message-to-list-only): New.
3436         * message.el (message-make-mft): Changed to use the cl loop macro,
3437         and added optional flag to return only the matched list. (for use
3438         in new message-to-list-only function)
3439
3440 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
3441
3442         * gnus-msg.el:
3443         * gnus-msg.el (gnus-message-replysign):
3444         * gnus-msg.el (gnus-replysign): New.
3445         * gnus-msg.el (gnus-replyencrypt): New.
3446         * gnus-msg.el (gnus-replysignencrypted): New.
3447         * gnus-msg.el (gnus-summary-reply):
3448         * message.el:
3449         * message.el (message-mode-map):
3450         * message.el (message-mode):
3451         * message.el (message-to-list-only): New.
3452         * message.el (message-make-mft):
3453
3454 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3455
3456         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
3457
3458 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
3459
3460         * message.el (message-gen-unsubscribed-mft): accept a prefix
3461         argument so CC can be included with C-u C-c C-f C-a
3462
3463 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3464         From Ted Zlatanov <teodor.zlatanov@divine.com>.
3465
3466         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
3467         Improve docstring.
3468         (spam-enter-blacklist): New command.
3469
3470         * gnus-sum.el (gnus-spam-mark): New mark.
3471         (gnus-auto-expirable-marks): Add gnus-spam-mark.
3472         (gnus-summary-make-tool-bar): Correct conditional.
3473         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
3474         (gnus-summary-mark-as-spam): New command.
3475
3476 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
3477
3478         * mml-sec.el (mml-secure-message): changed to support arbritrary
3479         modes.
3480         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
3481         changed to support "signencrypt" mode.
3482         * mml.el (mml-parse-1): changed to support different secure modes
3483         more easily. (for signencrypt)
3484
3485 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
3486
3487         * gnus-sum.el (gnus-update-summary-mark-positions)
3488         (gnus-summary-toggle-header):
3489         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
3490         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
3491         (gnus-uu-post-encoded):
3492         * nnfolder.el (nnfolder-possibly-change-group):
3493         * nnimap.el (nnimap-retrieve-headers):
3494         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
3495
3496 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
3497
3498         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
3499         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
3500
3501 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3502
3503         * gnus-srvr.el (gnus-server-set-info): Clear
3504         `gnus-server-method-cache' when `gnus-server-alist' is changed.
3505         From Daiki Ueno <ueno@unixuser.org>.
3506
3507 2002-04-11  Simon Josefsson  <jas@extundo.com>
3508
3509         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
3510         viewing of security buttons.  Thanks to Nicolas Kowalski
3511         <Nicolas.Kowalski@imag.fr>.
3512
3513         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
3514         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
3515         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
3516         <Nicolas.Kowalski@imag.fr>.
3517         (smime-decrypt-buffer): Ditto.
3518
3519 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3520
3521         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
3522         header line.
3523
3524 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
3525
3526         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
3527
3528 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3529
3530         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
3531
3532 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3533
3534         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
3535         errors when debug.
3536
3537 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
3538
3539         * message.el (message-make-mft): Changed MFT code from using
3540         message-recipients (which included Bcc) to use only the To and CC
3541         headers.
3542
3543 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
3544
3545         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
3546         add link.
3547         (gnus-treat-mail-picon): Ditto.
3548         (gnus-treat-newsgroups-picon): Ditto.
3549         (gnus-picon-databases): Fix custom type.
3550         (gnus-picon-databases): Add link.
3551         (gnus-article-x-face-command): Add to gnus-picon group.
3552
3553 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
3554
3555         * message.el (message-buffer-naming-style): Remove.
3556
3557 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3558
3559         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
3560
3561         * message.el (message-tool-bar-map): Ditto.
3562
3563         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3564
3565 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3566
3567         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
3568
3569 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
3570
3571         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
3572
3573 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
3574         Trivial patch.
3575
3576         * dns.el: open-network-stream under XEmacs does udp.
3577
3578 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
3579
3580         * spam.el (spam-enter-whitelist): New function.
3581         (spam-parse-whitelist): Ditto.
3582         (spam-refresh-list-cache): Ditto.
3583         (spam-address-whitelisted-p): New function.
3584
3585         * dns.el (query-dns): Use TCP when make-network-process isn't
3586         available.
3587         (dns-servers): New variable.
3588         (dns-parse-resolv-conf): New function.
3589         (query-dns): Use it.
3590
3591         * spam.el: New file.
3592
3593         * dns.el (query-dns): Test.
3594
3595 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3596
3597         * lpath.el (featurep): Bind make-network-process.
3598
3599 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
3600
3601         * nnmaildir.el: Use defstruct.  Use a single copy of
3602         nnmail-extra-headers to save memory.  Store server's group name
3603         prefix instead of each group's prefixed name.
3604         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
3605         nntp-server-buffer.
3606
3607 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3608
3609         * dns.el: New file.
3610
3611 2002-03-28  Simon Josefsson  <jas@extundo.com>
3612
3613         * gnus-sum.el (gnus-summary-dummy-line-format):
3614         * gnus.el (gnus-summary-line-format): Fixing links to Info.
3615         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
3616
3617 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3618
3619         * gnus-sum.el (gnus-summary-move-article)
3620         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
3621         the doc string.
3622
3623 2002-03-28  Simon Josefsson  <jas@extundo.com>
3624
3625         * mml-sec.el (mml-secure-message): Search after
3626         mail-header-separator from top of message.
3627
3628 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
3629
3630         * nnmaildir.el: Cosmetic changes.
3631         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
3632         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
3633         nnmaildir--group-ls): New macros/functions.  Use them.
3634         (nnmaildir--unlink): Evalutate argument only once.
3635
3636 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
3637
3638         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
3639         symbols.
3640         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
3641         `gnus-point-at-eol'.
3642
3643 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
3644
3645         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
3646         nnmaildir--marks-dir): New macros.  Use them.
3647         Use inhibit-quit for atomicity instead of in-memory journaling.
3648         (nnmaildir--edit-prep): New function.
3649         (Local Variables): Use it.
3650
3651 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
3652
3653         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3654
3655 2002-03-25  Simon Josefsson  <jas@extundo.com>
3656
3657         * message.el (message-mode): Fix doc.
3658
3659 2002-03-25  Simon Josefsson  <jas@extundo.com>
3660
3661         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
3662         Matthieu Moy <Matthieu.Moy@imag.fr>.
3663
3664 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
3665
3666         * mml-sec.el (mml-unsecure-message): Add docstring.
3667
3668 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
3669
3670         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
3671         value.
3672         Trivial change from andre@slamdunknetworks.com
3673
3674 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
3675
3676         * mml.el (mml-mode-map): Added a keybinding for
3677         `mml-unsecure-message'.  Also, added a menu entry for said
3678         function in the Attachments menu.
3679
3680 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3681
3682         * canlock.el (canlock-version): Remove.
3683         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
3684         here; simplify \x insertions.
3685         (canlock-sha1): New function, always return a unibyte string.
3686         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
3687         of a password.
3688         (canlock-insert-header): Use `canlock-sha1'.
3689         (canlock-verify): Ditto.
3690
3691 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3692
3693         * message.el (message-fix-before-sending): Add an option that
3694         ignores illegible text.
3695         Trivial change from Mark Milhollan <mlm@attglobal.net>
3696
3697         * message.el (message-font-lock-keywords): Support multi-line MML
3698         tags.
3699
3700         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
3701         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
3702
3703 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3704
3705         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
3706         symbols for "View as different encoding" submenu.
3707
3708 2002-03-19  Simon Josefsson  <jas@extundo.com>
3709
3710         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
3711         encoding" submenu.
3712
3713 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3714
3715         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
3716
3717 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3718
3719         * gnus-sum.el (gnus-sum-thread-tree-root)
3720         (gnus-sum-thread-tree-single-indent)
3721         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
3722         (gnus-sum-thread-tree-leaf-with-other)
3723         (gnus-sum-thread-tree-single-leaf): Make customizable.
3724
3725 2002-03-16  Simon Josefsson  <jas@extundo.com>
3726
3727         * gnus-util.el (gnus-extract-address-components): Don't break on
3728         names such as James "Kibo" Parry.  From Francis Litterio
3729         <franl@world.std.com>.
3730
3731 2002-03-13  Simon Josefsson  <jas@extundo.com>
3732
3733         * pop3.el (pop3-open-server): Revert multibyte change.  From
3734         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
3735
3736         * message.el (message-send-mail-with-qmail): Make it work.  From
3737         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
3738
3739 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
3740
3741         * message.el (message-make-mft): Set case-fold-search while
3742         generating the MFT.  Also, a little cleanup in the MFT code.
3743
3744 2002-03-12  Simon Josefsson  <jas@extundo.com>
3745
3746         * message.el (message-qmail-inject-args): May be function.
3747         (message-send-mail-with-qmail): Call function if m-q-i-a is
3748         function.  From fn@hungry.org (Faried Nawaz).
3749
3750 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3751
3752         * message.el (message-abbrevs-loaded): Remove.
3753         (mailabbrev): Require it.
3754
3755         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
3756
3757 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3758
3759         * pop3.el (pop3-open-server): Set process buffer unibyte.
3760
3761 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3762
3763         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
3764
3765 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3766
3767         * nnslashdot.el (nnslashdot-request-article): Remove javascript
3768         too.
3769
3770 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3771
3772         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
3773         duplication.
3774         (gnus-summary-save-parts-type-history): Ditto.
3775         (gnus-summary-save-parts-last-directory): Ditto.
3776         Trivial change from andre@slamdunknetworks.com
3777
3778 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
3779
3780         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
3781
3782 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3783
3784         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
3785         -->" as the end of the first article.
3786
3787         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
3788         From Matthieu Moy <Matthieu.Moy@imag.fr>
3789
3790         * message.el (message-add-action): Use add-to-list.
3791         (message-delete-action): New function.
3792
3793         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
3794         pieces.
3795
3796 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
3797
3798         * nnnil.el: New file.
3799         * gnus.el (gnus-valid-select-methods): Include nnnil.
3800
3801 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
3802
3803         * message.el (message-syntax-checks): Because canlock is
3804         supported, we disable sender syntax check.
3805         (message-shoot-gnksa-feet): Add cancel-messages option doc.
3806
3807         * gnus-draft.el (gnus-draft-send): If interactive, use its default
3808         value of message-syntax-checks.
3809
3810         * qp.el (quoted-printable-decode-region): Doc addition.
3811         From: Eli Zaretskii <eliz@is.elta.co.il>
3812
3813         * mail-source.el (make-source-make-complex-temp-name): Use
3814         make-temp-file.
3815
3816         * mm-util.el (mm-make-temp-file): New function.
3817         * nneething.el (nneething-file-name): Use it.
3818         * mml-smime.el (mml-smime-encrypt): Ditto.
3819         * mm-view.el (mm-inline-wash-with-file): Ditto.
3820         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
3821         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
3822         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
3823         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
3824         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
3825         * gnus-art.el (gnus-mime-print-part): Ditto.
3826
3827 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
3828
3829         * message.el (nnmaildir-article-number-to-base-name): New
3830         function.
3831         (nnmaildir-base-name-to-article-number): New function.
3832
3833 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3834
3835         * smime.el (smime-make-temp-file): Don't quote
3836         `temporary-file-directory'.
3837
3838 2002-03-04  Simon Josefsson  <jas@extundo.com>
3839
3840         * smime.el (smime-sign-region): Rename argument keyfiles to
3841         keyfile. You only sign something with one key.
3842         (smime-sign-buffer): Better completing-read prompt.
3843         (smime-decrypt-buffer): Ditto.
3844
3845         * smime.el (smime-make-temp-file): Make it work under XEmacs.
3846
3847         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
3848         completing-read.
3849         (mm-view-pkcs7-decrypt): CRLF->LF.
3850
3851 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
3852
3853         * message.el (message-hierarchical-addresses): New variable.
3854         (message-get-reply-headers): Use it.
3855         From Ted Zlatanov <teodor.zlatanov@divine.com>
3856
3857 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
3858
3859         * message.el (message-mode): If buffer-file-name, don't set auto
3860         save file name.
3861         Trivial change from Geoff Greene <ggreene@wpi.edu>
3862
3863 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3864
3865         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
3866         takes one argument in read-char.
3867
3868         * message.el (message-fix-before-sending): Forward a char.
3869         Check mmu-multibyte-p, add control-1.
3870
3871 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3872
3873         * gnus-start.el (gnus-read-init-file): Ditto.
3874
3875         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
3876
3877         * dgnushack.el (dgnushack-make-load): Ditto.
3878
3879         * mail-source.el (mail-source-fetch): Extract the right error
3880         code.
3881
3882         * message.el (message-fix-before-sending): Check illegible text.
3883
3884         * gnus-util.el (gnus-multiple-choice): New function.
3885
3886         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
3887         also defined in gnus-score.el.
3888
3889 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
3890
3891         * message.el (message-get-reply-headers): downcase email addresses
3892         for comaparisons for duplicate removal.
3893
3894 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3895
3896         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
3897         implementation of PKCS#7, which just allows users read the
3898         message.
3899         (mm-view-pkcs7): Use it.
3900
3901 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3902
3903         * gnus.el (large-newsgroup-initial): New parameter.
3904
3905         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
3906         (gnus-summary-insert-old-articles): Ditto.
3907
3908 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3909
3910         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
3911         used as the default answer of the question, "How many articles?".
3912         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
3913
3914         * nnagent.el (nnagent-retrieve-headers): Remove articles with
3915         small numbers.
3916
3917 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3918
3919         * deuglify.el: Fix comments.
3920
3921 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
3922
3923         * html2text.el (html2text-clean-anchor): If there is no HREF,
3924         insert nothing.
3925
3926         * mml.el (mml-generate-mime-1): Add cdr.
3927         From: andre@slamdunknetworks.com
3928
3929         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
3930         (mm-text-html-washer-alist): Ditto.
3931
3932         * mm-decode.el (mm-text-html-renderer): Add html2text.
3933
3934         * html2text.el: Face lift.
3935
3936         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
3937
3938 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
3939
3940         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
3941
3942         * deuglify.el: Change copy right. Add autoload. Add coding-system.
3943
3944         * deuglify.el: New file. The original file name is
3945         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
3946
3947         * mm-decode.el (mm-display-external): Use
3948         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
3949
3950 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
3951
3952         * nnmaildir.el (nnmaildir-request-list): Report the highest
3953         article number, not the total number of articles.
3954
3955 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3956
3957         * gnus-sum.el: Move uu key map here.
3958         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
3959
3960 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
3961
3962         * nnmaildir.el (nnmaildir-request-expire-articles): Use
3963         nnmail-expiry-wait* if expire-age parameter is not set.
3964
3965 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3966
3967         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
3968         function.
3969         (gnus-group-sort-selected-groups-by-real-name): New function.
3970         (gnus-group-make-menu-bar): Add sort by real name.
3971
3972         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
3973         rebuild.
3974         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
3975         nil as dependencies as well.
3976
3977 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3978
3979         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
3980         for mime-parts.
3981
3982         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
3983
3984         * gnus-group.el (gnus-group-name-decode): Don't test
3985         multibyte-string, because it breaks XEmacs.
3986         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
3987
3988         * message.el (message-send-mail): Be talkative.
3989
3990         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
3991         (mm-automatic-display): Ditto.
3992
3993         * mailcap.el (mailcap-mime-data): Ditto.
3994         From: Reiner Steib <4uce.02.r.steib@gmx.net>
3995
3996 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3997
3998         * many files: Remove trailing whitespaces, replace spc+tab with
3999         tab, replace leading whitespaces with tabs.
4000
4001 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
4002
4003         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
4004         articles with no body and no blank line after the header.
4005
4006 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4007
4008         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
4009         parts.
4010
4011         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
4012         non-ascii chars.
4013
4014         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
4015
4016         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
4017         w3-delay-image-loads.
4018         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
4019         (mm-w3-prepare-buffer): Ditto.
4020
4021         * mail-source.el (mail-source-fetch-directory): Run scripts.
4022
4023 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4024
4025         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
4026         for Majordomo confirmations.
4027
4028 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4029
4030         * gnus-fun.el (gnus-respond-to-confirmation): New command.
4031
4032 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4033
4034         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
4035
4036 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
4037
4038         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
4039         References header field.  From Mark Thomas <mthomas@cmu.edu>.
4040
4041 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4042
4043         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
4044         (mm-inline-render-with-stdin): Ditto.
4045         (mm-inline-render-with-function): Ditto.
4046         (mm-inline-wash-with-file): Bind coding-system-for-write.
4047         (mm-inline-wash-with-stdin): Ditto.
4048
4049 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4050
4051         Suggested by Felix Natter <fnatter@gmx.net>
4052
4053         * gnus-art.el (gnus-mime-view-part-externally): Rename from
4054         gnus-mime-externalize-view.
4055         (gnus-mime-view-part-internally): Rename from
4056         gnus-mime-internalize-view.
4057         (gnus-article-view-part-externally): Rename from
4058         gnus-article-externalize-part.
4059         (gnus-mime-action-alist): Change correspondingly.
4060         (gnus-mime-button-commands): Ditto.
4061         (gnus-mime-action-alist): Remove duplication.
4062
4063         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
4064
4065 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4066
4067         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
4068
4069         * gnus-art.el (gnus-display-mime): Use it.
4070
4071         * mm-partial.el (mm-partial-find-parts): Use it.
4072
4073         * gnus-sum.el (gnus-article-loose-mime): Rename from
4074         gnus-article-no-strict-mime.
4075         (gnus-summary-save-parts): Use it.
4076
4077 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4078
4079         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
4080         local variable.
4081
4082         * gnus-art.el (article-display-x-face): Don't sort multiple
4083         X-Faces.
4084
4085 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4086
4087         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
4088         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
4089
4090         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
4091
4092 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4093
4094         Some ideas is inspired by code from Hrvoje Niksic
4095         <hniksic@arsdigita.com>
4096
4097         * gnus-art.el (gnus-article-wash-function): Set the default to
4098         nil, so that we use mm-text-html-renderer instead.
4099         (article-wash-html): Use mm-text-html-renderer.
4100
4101         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
4102         (mm-text-html-renderer): New variable.
4103         (mm-inline-text-html-renderer): Set the default to nil, so that we
4104         use mm-text-html-renderer instead.
4105
4106         * mm-view.el (mm-inline-text-html): New function.
4107         (mm-text-html-renderer-alist): New variable.
4108         (mm-inline-text-vcard): New function.
4109         (mm-inline-text): Split.
4110         (mm-links-remove-leading-blank): New function.
4111         (mm-inline-render-with-file): New function.
4112         (mm-inline-render-with-stdin): New function.
4113         (mm-inline-render-with-function): New function.
4114         (mm-text-html-washer-alist): New variable.
4115         (mm-inline-wash-with-file): New function.
4116         (mm-inline-wash-with-stdin): New function.
4117
4118 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4119
4120         * message-utils.el: Fix installation doc.
4121         From: Reiner Steib <4uce.02.r.steib@gmx.net>
4122
4123 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
4124
4125         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
4126         (gnus-post-method): Use it.
4127         (gnus-summary-cancel-article): Find the correct post-method.
4128
4129         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
4130         * message.el (message-send-news): Ditto.
4131         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
4132         <ipmonger@delamancha.org>
4133
4134         * gnus.el (gnus-select-method): Fix doc.
4135         (gnus-server-string): Use 'using nntp'.
4136
4137         * gnus-agent.el (gnus-slave-unplugged): New command.
4138         From: Felix Natter <fnatter@gmx.net>
4139
4140 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4141
4142         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
4143         Call edit-done-function first, then change the window
4144         configuration.
4145         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
4146         (gnus-article-edit-mode): mml-mode.
4147
4148         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
4149         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
4150
4151         * message-utils.el: Adopt the file.
4152
4153         * message-utils.el: New file.
4154         From Holger Schauer <Holger.Schauer@gmx.de>
4155
4156 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4157
4158         * gnus-sum.el (gnus-summary-move-article): Select-article only
4159         when gnus-move-split-methods is non-nil. And we don't render or
4160         mark the article.
4161
4162         * gnus-fun.el (gnus-shell-command-to-string): New function.
4163         (gnus-shell-command-on-region): New function.
4164         (gnus-random-x-face): Use them.
4165         (gnus-x-face-from-file): Ditto.
4166         (gnus-convert-image-to-gray-x-face): Ditto.
4167         (gnus-convert-gray-x-face-to-xpm): Ditto.
4168         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
4169
4170 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4171
4172         * gnus-art.el (gnus-treat-display-xface): Don't use
4173         `shell-command-to-string' when compiling.
4174         (gnus-treat-display-grey-xface): Ditto.
4175
4176 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
4177
4178         * nnmaildir.el (nnmaildir--article-count): If the group is
4179         completely empty, report minimum article number as 1 instead of 0.
4180
4181 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
4182
4183         * gnus-agent.el (gnus-get-predicate): Use nconc.
4184
4185         * gnus-sum.el (gnus-summary-display-make-predicate): Use
4186         gnus-summary-display-cache as cache.
4187
4188         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
4189         (nndoc-mail-in-mail-type-p): New function.
4190         (nndoc-mail-in-mail-article-begin): New function.
4191
4192 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4193
4194         * mailcap.el (mailcap-mime-data): Use enriched-decode.
4195
4196         * gnus-cite.el (gnus-article-fill-cited-article): Bind
4197         use-hard-newlines to nil.
4198
4199         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
4200         image is not available if window-system is not available.
4201
4202         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
4203
4204 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4205
4206         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
4207         bookmark, because update-mark doesn't handle it correctly.
4208
4209 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4210
4211         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
4212         directly instead of calling message-send-mail.
4213
4214         * gnus-start.el (gnus-read-descriptions-file): Use
4215         gnus-default-charset.
4216
4217         * mm-util.el (mm-guess-mime-charset): New function.
4218
4219         * gnus.el (gnus-default-charset): Use it.
4220         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
4221         the default.
4222
4223 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4224
4225         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
4226         (article-display-x-face): Use it.  Disable grey xface, if
4227         uncompface is not found.
4228
4229         * message.el (message-mode): Don't enable multibyte on an indirect
4230         buffer.
4231
4232         * nnrss.el (nnrss-content-function): New variable.
4233         (nnrss-request-article): Use it.
4234
4235 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4236
4237         * gnus.el: Add article-unsplit-urls.
4238         * gnus-sum.el: Ditto.
4239         * gnus-art.el (gnus-treat-strip-cr): New variable.
4240         (gnus-treatment-function-alist): Use it.
4241         (article-unsplit-urls): New function.
4242         (gnus-article-make-menu-bar): Use it.
4243         From: Michael Cook <michael.cook@cisco.com>
4244
4245 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4246
4247         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
4248         copy.
4249
4250 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
4251
4252         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
4253         with internal whitespace.
4254         (gnus-parent-id): Ditto.
4255
4256 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4257
4258         * gnus-art.el (gnus-article-treat-body-boundary): Add
4259         gnus-decoration property.
4260         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
4261
4262         * message.el (message-mode): Set local-abbrev-table.
4263         From Matt Armstrong <matt@lickey.com>.
4264
4265         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
4266         too many spaces.
4267
4268         * rfc2047.el (rfc2047-unfold-region): Ditto.
4269         (rfc2047-decode-region): Don't unfold. Let
4270         gnus-article-treat-unfold-headers do it.
4271
4272         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
4273         From: Jesper Harder <harder@ifa.au.dk>
4274
4275 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4276
4277         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
4278         (gnus-configure-posting-styles): Use it.
4279         (gnus-configure-posting-styles): Remove trailing newspaces.
4280
4281 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4282
4283         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
4284         is non-nil.
4285
4286         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
4287
4288         * gnus.el (gnus-server-to-method): Switch position with
4289         gnus-server-get-method.
4290         (gnus-agent): Add doc.
4291
4292         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
4293         (gnus-summary-save-parts): Use it.
4294
4295         * gnus-art.el (gnus-display-mime): Use it.
4296         * mm-partial.el (mm-partial-find-parts): Use it.
4297
4298         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
4299
4300         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
4301         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
4302
4303         * nnagent.el (nnagent-request-expire-articles): Don't delete
4304         files.
4305
4306 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
4307
4308         * message.el (message-gen-unsubscribed-mft): New function.
4309         From Sriram Karra <karra@cs.utah.edu>.
4310
4311         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
4312         open parenthesis.
4313
4314         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
4315         (mm-inline-text-html-render-with-w3): Ditto.
4316         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
4317         Suggested by Dave Love  <d.love@dl.ac.uk>.
4318
4319         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
4320
4321         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
4322         * nntp.el (nntp-send-command): Ditto.
4323         * nntp.el (nntp-send-command-nodelete): Ditto.
4324
4325 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4326
4327         * mm-url.el (mm-url-load-url): New function.
4328         (mm-url-insert-file-contents): Use it.
4329
4330         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
4331
4332         * message.el (message-forward-make-body): Correctly copy
4333         forward-buffer.
4334
4335         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
4336
4337 2002-02-04  Simon Josefsson  <jas@extundo.com>
4338
4339         * gnus-art.el (gnus-article-followup-with-original): Mark with
4340         force, prevent errors when following up from article buffer.
4341         (gnus-article-reply-with-original): Ditto.
4342
4343         * binhex.el (binhex-decoder-switches): Fix doc.  From
4344         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
4345
4346 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4347
4348         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
4349         highlight-citation after emphasize.
4350
4351 2002-02-04  Simon Josefsson  <jas@extundo.com>
4352
4353         * nnfolder.el (nnfolder-open-marks):
4354
4355         * nnml.el (nnml-open-marks): Message when done.  From David
4356         Edmondson <dme@sun.com>.
4357
4358 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4359
4360         * imap.el (imap-anonymous-auth): Fix typo.
4361         From: Steinar Bang <sb@dod.no>
4362
4363         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
4364         save-excursion.
4365         (gnus-cache-braid-heads): Ditto.
4366
4367         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
4368         line, because there are extra articles in the overview buffer.
4369
4370         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
4371
4372         * message.el (message-forward-rmail-make-body): Directly use
4373         rmail-msg-restore-non-pruned-header to avoid calling
4374         vertical-motion.
4375
4376 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4377
4378         * gnus-cache.el (gnus-summary-insert-cached-articles):
4379         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
4380
4381         * gnus-group.el (gnus-group-mark-article-read): Nreverse
4382         gnus-newsgroups-unselected.
4383
4384         * gnus-agent.el (gnus-summary-set-agent-mark): Use
4385         gnus-add-to-sorted-list.
4386
4387         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
4388         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
4389         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
4390         (gnus-update-read-articles): UNREAD is sorted.
4391         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
4392         (gnus-newsgroup-marked, gnus-newsgroup-cached)
4393         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
4394         (gnus-newsgroup-dormant): Require sorted.
4395
4396         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
4397         directories.
4398         (gnus-dired-print): New function.
4399
4400         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
4401         ps-despool.
4402
4403 2002-02-02  Simon Josefsson  <jas@extundo.com>
4404
4405         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
4406
4407 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4408
4409         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
4410         t. This makes gnus-agent customizable without putting
4411         gnus-agentize into .gnus.
4412
4413         * gnus.el (gnus-agent): Make it customizable.
4414
4415         * gnus-dired.el: New file.
4416         From Benjamin Rutt <brutt@bloomington.in.us>
4417
4418         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
4419         if no article.
4420         (gnus-cache-possibly-remove-article): Ditto.
4421         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
4422
4423 2002-02-01  Simon Josefsson  <jas@extundo.com>
4424
4425         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
4426
4427 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4428
4429         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
4430         (mm-setup-w3m): Don't bind keys listed in the above.
4431
4432 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4433
4434         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
4435         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
4436         is non-nil; bind `w3m-force-redisplay' with nil.
4437
4438         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4439
4440         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
4441
4442 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
4443
4444         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
4445         use mail-header-unfold-field.
4446
4447         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
4448         gnus-summary-limit.
4449
4450         * gnus-range.el (gnus-add-to-sorted-list): New function.
4451         * gnus-sum.el (gnus-mark-article-as-read): Use it.
4452         (gnus-mark-article-as-unread): Ditto.
4453         (gnus-summary-mark-article-as-unread): Ditto.
4454         (gnus-build-get-header): Ditto.
4455         (gnus-summary-prepare-threads): Ditto.
4456         (gnus-summary-insert-pseudos): Ditto.
4457         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
4458         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
4459         (gnus-summary-insert-old-articles): Ditto.
4460
4461         * gnus-msg.el (gnus-posting-styles): Add new format of header.
4462         (gnus-configure-posting-styles): Support the new format.
4463
4464         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
4465         edebug-form-spec to (sexp body).
4466         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
4467
4468         * message.el (message-reply-headers): Add doc.
4469
4470 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4471
4472         * gnus-group.el (gnus-group-delete-group): Nix the entry in
4473         gnus-cache-active-hashtb.
4474
4475         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
4476         (gnus-agent-summary-fetch-group): Use it.
4477
4478         * gnus-msg.el (gnus-debug-files): New variable.
4479         (gnus-debug-exclude-variables): New variable.
4480         (gnus-debug): Use them.
4481
4482         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
4483
4484 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4485
4486         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
4487         (message-mode-syntax-table): Move back the previous position.
4488
4489         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
4490
4491         * gnus-agent.el (gnus-agent-retrieve-headers): Use
4492         gnus-sorted-difference.
4493
4494         * nnsoup.el (nnsoup-request-expire-articles): Use
4495         gnus-sorted-difference.
4496
4497         * nnheader.el: Autoload gnus-sorted-difference.
4498
4499         * nnfolder.el (nnfolder-request-expire-articles): Use
4500         gnus-sorted-difference.
4501
4502         * gnus-cache.el (gnus-cache-retrieve-headers): Use
4503         gnus-sorted-difference.
4504
4505         * gnus-range.el: Autoload cookies.
4506         (gnus-sorted-difference): New function.
4507         (gnus-sorted-ndifference): New function.
4508         (gnus-sorted-nintersection): Rename from
4509         gnus-set-sorted-intersection.
4510         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
4511         (gnus-list-range-difference): Rename from
4512         gnus-inverse-list-range-intersection.
4513         (gnus-inverse-list-range-intersection): Use defalias.
4514
4515         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
4516         gnus-sorted-ndifference, and gnus-sorted-nintersection.
4517         (gnus-articles-to-read): Use gnus-sorted-difference.
4518         (gnus-summary-limit-mark-excluded-as-read): Use
4519         gnus-sorted-intersection and gnus-sorted-ndifference.
4520         (gnus-list-of-read-articles): Use gnus-list-range-difference.
4521         (gnus-summary-insert-articles): Use gnus-sorted-difference.
4522
4523         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
4524
4525 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4526
4527         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
4528         property to the buffer for using emacs-w3m command keys.
4529
4530         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
4531         option.
4532
4533         * mm-view.el (mm-w3m-mode-map): New variable.
4534         (mm-w3m-mode-command-alist): New variable.
4535         (mm-w3m-minor-mode): Removed.
4536         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
4537         (mm-inline-text-html-render-with-w3m): Add keymap property to the
4538         buffer for using emacs-w3m command keys.
4539
4540 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4541
4542         * message.el (message-mode-syntax-table): Move forward.
4543         (message-cite-prefix-regexp): Auto detect non word constituents.
4544         (message-cite-prefix-regexp): Don't use with-syntax-table.
4545
4546         * gnus-sum.el (gnus-summary-update-info): Use
4547         gnus-list-range-intersection.
4548
4549         * gnus-agent.el (gnus-agent-fetch-headers): Use
4550         gnus-list-range-intersection.
4551
4552         * gnus-range.el (gnus-range-normalize): Use correct predicate.
4553         (gnus-list-range-intersection): Use it.
4554         (gnus-inverse-list-range-intersection): Ditto.
4555         (gnus-sorted-intersection): Add doc.
4556         (gnus-set-sorted-intersection): Add doc.
4557         (gnus-sorted-union): New function.
4558         (gnus-set-sorted-union): New function.
4559
4560         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
4561         (gnus-inverse-list-range-intersection): Ditto.
4562
4563 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
4564
4565         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
4566
4567         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
4568         and permit `:' and `\' in order to handle full Windows pathnames.
4569         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
4570         technically not correct per standard, but seems to have common use.
4571
4572 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4573
4574         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
4575         replacing numbers.
4576
4577 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
4578
4579         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
4580
4581         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
4582         Don't split when the window is small, e.g. when a small *BBDB*
4583         window is the lowest one.
4584
4585         * gnus-agent.el (gnus-agent-retrieve-headers): Use
4586         nnheader-find-nov-line to speed up. Use nreverse, because it is
4587         sorted. Use nnheader-insert-nov-file.
4588
4589 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4590
4591         * mm-decode.el (mm-inline-text-html-with-images): New user option.
4592
4593         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
4594         of `w3m-display-inline-images' with the value of
4595         `mm-inline-text-html-with-images'.
4596         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
4597
4598         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4599
4600 2002-01-27  Richard M. Stallman  <rms@gnu.org>
4601
4602         * time-date.el: Add autoload cookies.  Many doc fixes.
4603         (time-add): New function.
4604         (time-subtract): Renamed from subtract-time.
4605         (subtract-time): New alias for time-subtract.
4606
4607 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4608
4609         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
4610         emacs-w3m in doc-string.
4611
4612         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
4613         `w3m-current-buffer'.
4614
4615 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4616
4617         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
4618
4619         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
4620         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
4621         (mm-w3m-cid-retrieve): New function.
4622         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
4623
4624 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4625
4626         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
4627
4628 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4629
4630         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
4631
4632 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4633
4634         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
4635         32K.
4636
4637         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
4638
4639         * nnmail.el (nnmail-article-group): Decode headers before running
4640         split rules over them.
4641         (nnmail-mail-splitting-charset): New variable.
4642
4643         * smiley.el: Replaced with smiley-ems.el.
4644
4645 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4646
4647         * mm-url.el (mm-url-predefined-programs): Add w3m.
4648         (mm-url-program): Ditto.
4649
4650 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4651
4652         * nnml.el (nnml-use-compressed-files): New variable.
4653         (nnml-filenames-are-evil): Removed.
4654         (nnml-current-group-article-to-file-alist): Don't use.
4655         (nnml-update-file-alist): Inhibit.
4656         (nnml-article-to-file): Use new var.
4657
4658 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4659
4660         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
4661
4662         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
4663
4664 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4665
4666         * gnus-agent.el (gnus-agent-load-alist): Use new caching
4667         function.
4668
4669         * gnus-util.el (gnus-cache-file-contents): New function.
4670
4671         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
4672         (gnus-agent-load-alist): Use it.
4673
4674         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
4675
4676         * nnheader.el (nnheader-insert-nov-file): New function.
4677
4678         * gnus-util.el (gnus-parse-without-error): Correct the loop.
4679
4680         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
4681         there are no references.
4682         (gnus-extract-message-id-from-in-reply-to): New function.
4683         (gnus-nov-parse-line): Use in-reply-to if there are no
4684         references.
4685
4686 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4687
4688         * nnagent.el (nnagent-retrieve-headers): Use new macro.
4689
4690         * gnus-util.el (gnus-parse-without-error): New macro.
4691
4692 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
4693
4694         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
4695         (gnus-article-wash-function): use locate-library to decide which
4696         to use.
4697
4698 2002-01-25  Simon Josefsson  <jas@extundo.com>
4699
4700         * pop3.el (pop3-munge-message-separator): Work if no date.
4701         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
4702
4703 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4704
4705         * gnus-agent.el (gnus-agent-save-alist): Fix.
4706
4707         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
4708         mistake.  Reinstated lost code.
4709
4710 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
4711
4712         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
4713         one exists in the case of an encrypted message with an internal
4714         signature.
4715
4716 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4717
4718         * gnus-agent.el (gnus-agent-save-alist): Optimized.
4719
4720 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4721
4722         * dgnushack.el: Commented out the experimental code.
4723
4724 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4725
4726         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
4727         error.
4728
4729         * gnus.el (gnus-server-to-method): Made into subst.
4730         (gnus-server-method-cache): New variable.
4731         (gnus-server-to-method): Use it.
4732         (gnus-group-method-cache): New variable.
4733         (gnus-find-method-for-group-1): Renamed.
4734         (gnus-find-method-for-group): New function.
4735         (gnus-group-method-cache): Removed.
4736
4737         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
4738         function.
4739
4740         * gnus-range.el (gnus-members-of-range): New function.
4741         (gnus-list-range-intersection): Renamed.
4742         (gnus-inverse-list-range-intersection): New function.
4743
4744         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
4745
4746         * nnagent.el (nnagent-retrieve-headers): New implementation.
4747
4748         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
4749         implementation.
4750
4751 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4752
4753         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
4754         `w3m-meta-content-type-charset-regexp'.
4755
4756         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
4757         charset-encoded html contents.
4758
4759 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4760
4761         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
4762         an empty file.
4763
4764         * nnweb.el (url): Ignore errors when request url.
4765
4766         * nnrss.el: Clean up the comments.
4767
4768 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4769
4770         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
4771
4772         * mm-decode.el (mm-inline-text-html-renderer): New user option.
4773         (mm-inline-media-tests): Test whether the value of
4774         `mm-inline-text-html-renderer' is a function for text/html.
4775
4776         * mm-view.el (mm-inline-text-html-render-with-w3): New function
4777         separated from `mm-inline-text'.
4778         (mm-w3m-minor-mode): New variable.
4779         (mm-w3m-setup): New variable.
4780         (mm-setup-w3m): New function.
4781         (mm-inline-text-html-render-with-w3m): New function.
4782         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
4783         text/html.
4784
4785 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
4786
4787         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
4788
4789 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4790
4791         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
4792         and `gnus-xmas-completing-read'.
4793
4794 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4795
4796         * nneething.el (nneething-message-id-number): Abolished.
4797         (nneething-encode-file-name): Not encode numerical characters.
4798         (nneething-make-head): `nneething-message-id-number' is not
4799         used to generate message IDs.
4800
4801 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4802
4803         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
4804         characters.
4805
4806 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4807
4808         * gnus-xmas.el (gnus-xmas-completing-read): New function.
4809         (gnus-xmas-redefine): Redefine conditionally.
4810
4811 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
4812
4813         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
4814         tag.
4815
4816 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
4817
4818         * message.el (message-font-lock-keywords): Added the secure tag.
4819         * mml-sec.el: Added functions to generate/modify/remove the secure
4820         tag while in message mode.
4821         * mml-sec.el (mml-secure-message): New.
4822         * mml-sec.el (mml-unsecure-message): New.
4823         * mml-sec.el (mml-secure-message-sign-smime): New.
4824         * mml-sec.el (mml-secure-message-sign-pgp): New.
4825         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
4826         * mml-sec.el (mml-secure-message-encrypt-smime): New.
4827         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
4828         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
4829         * mml.el (mml-parse-1): Added code to recognise the secure tag and
4830         convert it to either a part or multipart depending on if there are
4831         other parts in the message.
4832         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
4833         to use the secure tag, rather than the part tag.
4834         * mml.el (mml-preview): Added a save-excursion to keep cursor
4835         position after doing an MML preview.
4836
4837 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4838
4839         * nnheader.el (nnheader-parse-overview-file): New function.
4840         (nnheader-write-overview-file): New function.
4841
4842 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4843
4844         * gnus.el (gnus-group-fast-parameter): Check better if expansion
4845         in wanted.
4846
4847         * nnweb.el (nnweb-type-definition): Clean up.
4848
4849 2002-01-21  Alastair Burt  <burt@dfki.de>
4850         Trivial patch.
4851
4852         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
4853         buffer exists before jumping to it.
4854
4855 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4856
4857         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
4858         function.
4859         (article-wash-html): Use it.
4860         (gnus-article-wash-function): New variable.
4861         (gnus-article-wash-html-with-w3m): New function.
4862
4863 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4864
4865         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
4866         XEmacs.
4867
4868 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
4869
4870         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
4871         command line.
4872
4873 2002-01-21  Simon Josefsson  <jas@extundo.com>
4874
4875         * canlock.el (base64-encode-string): Autoload it from base64.
4876         (canlock-make-cancel-key): Base64 encode unibyte string.
4877
4878 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4879
4880         * nnfolder.el (nnfolder-request-accept-article): Unfold
4881         x-from-line.
4882         (nnfolder-request-replace-article): Ditto.
4883
4884 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
4885
4886         * gnus-group.el (gnus-group-best-unread-group): Use the right
4887         positioning function.
4888
4889 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4890
4891         * smiley-ems.el (smiley-region): Use new function.
4892         (smiley-update-cache): Use general image functions.
4893         (smiley-region): Use general functions.
4894
4895         * gnus-util.el (gnus-graphic-display-p): New function.
4896
4897         * nnmail.el (nnmail-article-group): Allow outputting traces of
4898         non-strings.
4899
4900         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
4901         (nndoc-exim-bounce-type-p): New function.
4902
4903         * message.el (message-dont-send): Doc fix.
4904
4905         * gnus-util.el (gnus-completing-read): Remove
4906         inherit-input-method.
4907
4908         * gnus-art.el (gnus-treat-smiley): Doc fix.
4909
4910         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
4911         articles.
4912
4913 2002-01-19  Simon Josefsson  <jas@extundo.com>
4914
4915         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
4916         (imap-kerberos4-open): Ditto.
4917         (imap-open): Set port correctly, don't set auth.
4918
4919 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4920
4921         * gnus.el (gnus-version-number): Bump version number.
4922
4923 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4924
4925         * gnus.el: Oort Gnus v0.05 is released.
4926
4927 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4928
4929         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
4930         exists.
4931
4932         * gnus-spec.el (gnus-string-width-function): New function.
4933         (gnus-tilde-cut-form): Use it.
4934         (gnus-tilde-max-form): Ditto.
4935         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
4936         (gnus-substring-function): Use it.
4937         (gnus-tilde-cut-form): Ditto.
4938         (gnus-substring-function): New function.
4939
4940         * message.el (message-check-news-header-syntax): New message.
4941
4942         * gnus.el (gnus-slave-no-server): Doc fix.
4943
4944         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
4945
4946 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4947
4948         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
4949         `seen' if it looks like (seen NUM1 . NUM2).  It should be
4950         (seen (NUM1 . NUM2)).
4951
4952 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4953
4954         * gnus-topic.el (gnus-topic-catchup-articles): Update article
4955         number in closed topics.
4956
4957 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
4958
4959         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
4960         functions.
4961
4962 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4963
4964         * gnus.el (gnus-group-find-parameter): Clean up.
4965
4966         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
4967         articles.
4968
4969         * gnus-util.el (gnus-completing-read-with-default): Renamed.
4970
4971         * nnmail.el (nnmail-article-group): Clean up.
4972
4973 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
4974
4975         * gnus-agent.el (gnus-category-name): Intern the category name.
4976
4977 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4978
4979         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
4980
4981         * gnus-util.el (gnus-completing-read): New function.
4982
4983 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4984
4985         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
4986
4987         * smiley-ems.el (smiley-region): Register smiley.
4988         (smiley-toggle-buffer): Rewrite the function.
4989         (smiley-active): Removed.
4990
4991 2002-01-19  Simon Josefsson  <jas@extundo.com>
4992
4993         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
4994         Jesper Harder <harder@ifa.au.dk>.
4995
4996 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4997
4998         * gnus-art.el (gnus-request-article-this-buffer): Call
4999         `nneething-get-file-name' to extract the file name from the
5000         message id.
5001
5002         * nneething.el (nneething-encode-file-name): New function.
5003         (nneething-decode-file-name): Ditto.
5004         (nneething-get-file-name): Ditto.
5005         (nneething-make-head): Encode the file name and encapsulate it
5006         into the field of the message id.
5007
5008 2002-01-18  Simon Josefsson  <jas@extundo.com>
5009
5010         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
5011         stored in .marks.
5012
5013         * nnfolder.el (nnfolder-request-update-info): Ditto.
5014
5015 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5016
5017         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
5018
5019 2002-01-18  Simon Josefsson  <jas@extundo.com>
5020
5021         * imap.el (imap-starttls-p): Don't check for binary.
5022         (imap-gssapi-auth-p): Ditto.
5023         (imap-kerberos4-auth-p): Ditto.
5024         (imap-open): Change logic.  Iterate through all possible streams,
5025         instead of bailing out after first failure.  Move authenticator
5026         decision to `imap-authenticate'.
5027         (imap-authenticate): Change logic, now finds the authenticator to
5028         use, was previously in `imap-open'.
5029         (imap-open): Return nil on failure.
5030         (imap-open): Setup temp buffer correctly.
5031         (imap-open): Return buffer only on success.
5032         (imap-interactive-login, imap-interactive-login): Tell the user
5033         which stream/authenticator is used for the queried
5034         username/password.
5035         (imap-open, imap-authenticate): Set variables.
5036         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
5037         (imap-open): Don't assume how `with-temp-buffer' is implemented.
5038
5039 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5040
5041         * gnus-fun.el (gnus-grab-cam-x-face): New function.
5042
5043 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5044
5045         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
5046
5047 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5048
5049         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
5050         (gnus-agent-group-mode-map): Bind it to "Jo".
5051         (gnus-agent-group-make-menu-bar): Add it into menu bar.
5052
5053 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
5054
5055         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
5056         (gnus-summary-mail-toolbar): Add mail article deletion button.
5057
5058         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
5059         false positives for lines of "^^^^".
5060
5061         * gnus-picon.el (gnus-picon-find-face): faces database is all
5062         lowercase.
5063
5064 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5065
5066         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
5067         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
5068         duplications.
5069         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
5070
5071 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5072
5073         * gnus-sum.el (gnus-summary-initial-limit): Inline
5074         gnus-summary-limit-children.
5075         (gnus-summary-initial-limit): Don't limit if
5076         gnus-newsgroup-display is nil.
5077         (gnus-summary-initial-limit): No, don't.
5078
5079         * gnus-util.el
5080         (gnus-put-text-property-excluding-characters-with-faces): Inline
5081         gnus-put-text-property.
5082
5083         * gnus-spec.el (gnus-default-format-specs): New variable.
5084
5085         * gnus-start.el (gnus-read-newsrc-file): Don't clear
5086         gnus-format-specs.
5087         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
5088
5089         * gnus-spec.el (gnus-update-format-specifications): Really check
5090         the Gnus version of the .newsrc.eld file.
5091         (gnus-format-specs): Save the new default summary format.
5092
5093         * gnus-util.el (gnus-parent-id): Check whether references is empty
5094         before splitting.
5095
5096         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
5097         functions.
5098         (gnus-gather-threads-by-references): Inline
5099         `gnus-split-references'.
5100
5101         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
5102         default value of gnus-summary-line-format-spec.
5103
5104 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5105
5106         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
5107         message.
5108         (nnslashdot-request-list): Ditto.
5109         (nnslashdot-sid-strip): Removed.
5110
5111 2002-01-15  Simon Josefsson  <jas@extundo.com>
5112
5113         * nnimap.el (nnimap-close-asynchronous): Enable.
5114         (nnimap-close-group): Expunge.
5115
5116 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5117
5118         * gnus-util.el (gnus-user-date-format-alist): Typo.
5119         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
5120
5121 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5122
5123         * nneething.el (nneething-request-article): Set
5124         `nnmail-file-coding-system' to `binary' locally, in order to read
5125         files without any conversion.
5126
5127 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5128
5129         * gnus-agent.el (gnus-agent-retrieve-headers): Use
5130         nnheader-file-coding-system and nnmail-active-file-coding-system.
5131         (gnus-agent-regenerate-group): Ditto.
5132         (gnus-agent-regenerate): Ditto.
5133         (gnus-agent-write-active): Ditto.
5134         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
5135
5136 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5137
5138         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
5139         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
5140
5141 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5142
5143         * gnus.el: We don't need gnus-article-show-all-headers.
5144
5145         * gnus-art.el (article-show-all, gnus-article-show-all-header):
5146         Ditto.
5147
5148         * gnus-sum.el (gnus-summary-select-article): Don't call
5149         show-all-headers, because hidden headers are not hidden text any
5150         more.
5151
5152 2002-01-13  Simon Josefsson  <jas@extundo.com>
5153
5154         * message.el (message-newline-and-reformat): Use `newline' instead
5155         of inserting \n, so that the newline is marked as hard.
5156
5157         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
5158         From Jesper Harder <harder@ifa.au.dk>.
5159
5160 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5161
5162         * imap.el (imap-close): Keep going if quit.
5163
5164         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
5165         nntp-server-buffer.
5166
5167 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5168
5169         * mm-view.el (mm-display-inline-fontify): Require font-lock to
5170         avoid unbinding shadowed variables.
5171
5172         * gnus-art.el (gnus-picon-databases): Moved here.
5173         (gnus-picons-installed-p): Moved here.
5174         (gnus-article-reply-with-original): Use `mark'.
5175
5176         * gnus.el (gnus-picon): Moved here and renamed.
5177
5178         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
5179         installed.
5180         (gnus-treat-mail-picon): Ditto.
5181         (gnus-treat-newsgroups-picon): Ditto.
5182
5183         * gnus-picon.el (gnus-picons-installed-p): New function.
5184
5185 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5186
5187         * gnus-agent.el (gnus-agent-go-online): Fix doc.
5188
5189 2002-01-12  Simon Josefsson  <jas@extundo.com>
5190
5191         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
5192         (nnimap-before-find-minmax-bugworkaround): Use it.
5193         (nnimap-find-minmax-uid): Don't reselect current mailbox.
5194         (nnimap-dont-close): New variable.
5195         (nnimap-close-group): Use it.
5196
5197 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5198
5199         * gnus-art.el (gnus-article-reply-with-original): Use
5200         `mark-active'.
5201
5202         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
5203
5204         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
5205         (gnus-score-advanced): Clean up.
5206         (gnus-score-advanced): Accept a multiple of the score.
5207
5208 2002-01-12  Simon Josefsson  <jas@extundo.com>
5209
5210         * flow-fill.el (fill-flowed-display-column)
5211         (fill-flowed-encode-columnq): New variables.  Suggested by
5212         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
5213         (fill-flowed-encode, fill-flowed): Use them.
5214
5215         * message.el (message-send-news, message-send-mail): Use
5216         m-b-s-n-p-e-h-n.
5217
5218         * mml.el (autoload): Autoload fill-flowed-encode.
5219         (mml-buffer-substring-no-properties-except-hard-newlines): New
5220         function.
5221         (mml-read-part): Use it.
5222         (mml-generate-mime-1): Encode format=flowed if appropriate.
5223         (mml-insert-mime-headers): Insert format=flowed.
5224
5225         * flow-fill.el (fill-flowed-encode): New function.
5226         (fill-flowed): Bind fill-column to window width.
5227
5228 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5229
5230         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
5231         it exists.
5232         (gnus-summary-setup-buffer): Wake up dead summary buffers.
5233         (gnus-summary-buffer-name): Don't return the dead name after all.
5234         (gnus-summary-setup-buffer): Kill the dead buffer.
5235
5236         * gnus-art.el (gnus-article-followup-with-original): Store the
5237         value of the mark before deactivating it.
5238
5239 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5240
5241         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
5242         From: Karl Kleinpaste <karl@charcoal.com>
5243
5244         * gnus-art.el (article-display-x-face): Ditto.
5245         (gnus-article-reply-with-original): Use gnus-region-active-p.
5246         (gnus-article-followup-with-original): Ditto.
5247
5248         * gnus-sum.el (gnus-summary-read-group-1): Don't select
5249         downloadable article either.
5250
5251 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5252
5253         * gnus-art.el (article-display-x-face): Insert From:.
5254
5255         * gnus-sum.el (gnus-summary-move-article): Don't draw the
5256         article. Bind gnus-display-mime-function and
5257         gnus-article-prepare-hook.
5258
5259         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
5260         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
5261         gnus-agent-possibly-synchronize-flags to the last.
5262         (gnus-agent-go-online): New function. New variable.
5263
5264 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5265
5266         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
5267         (gnus-agent-regenerate): Ditto.
5268
5269 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5270
5271         * message.el (message-ignored-news-headers)
5272         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
5273         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
5274
5275         * gnus.el (gnus-gethash-safe): New macro.
5276
5277         * gnus-agent.el (gnus-agent-regenerate-history): New function.
5278         (gnus-agent-regenerate): Show messages.
5279
5280 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5281
5282         * gnus-agent.el (gnus-agent-regenerate-group): New function.
5283         (gnus-agent-regenerate): New function.
5284         (gnus-agent-save-alist): Sort.
5285         (gnus-agent-copy-nov-line): Test eobp.
5286         (gnus-agent-retrieve-headers): Erase buffer.
5287
5288 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5289
5290         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
5291         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
5292
5293         * gnus.el (gnus-agent-covered-methods): Move here.
5294         (gnus-online): New function.
5295         (gnus-agent-method-p): Move here.
5296
5297         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
5298         nil. Remove articles-alist.
5299
5300         * gnus-start.el (gnus-get-unread-articles): Check online.
5301         (gnus-groups-to-gnus-format): Ditto.
5302         (gnus-active-to-gnus-format): Ditto.
5303
5304         * gnus-agent.el (gnus-agent-get-function): Use it.
5305         (gnus-agent-get-undownloaded-list): Ditto.
5306         (gnus-agent-fetch-session): Only fetch online methods.
5307
5308         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
5309         (gnus-server-mode-map): Ditto.
5310         (gnus-server-offline-face): New face.
5311         (gnus-server-offline-face): New variable.
5312         (gnus-server-font-lock-keywords): Add offline.
5313         (gnus-server-insert-server-line): Ditto.
5314         (gnus-server-offline-server): New function.
5315
5316         * gnus-int.el (gnus-open-server): Turn to offline.
5317         (gnus-server-unopen-status): New variable.
5318
5319 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5320
5321         * nnkiboze.el (nnkiboze-request-article): Use
5322         gnus-agent-request-article.
5323
5324         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
5325         function. Insert undownloaded NOV.
5326
5327         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
5328         (gnus-agent-request-article): New function.
5329
5330         * gnus.el (gnus-agent-cache): New variable.
5331
5332         * gnus-int.el (gnus-retrieve-headers): Use
5333         gnus-agent-retrieve-headers.
5334         (gnus-request-head): Use gnus-agent-request-article.
5335         (gnus-request-body): Ditto.
5336
5337         * gnus-art.el (gnus-request-article-this-buffer): Use
5338         gnus-agent-request-article.
5339
5340         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
5341         article if it is undownloaded.
5342
5343 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5344
5345         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
5346
5347 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5348
5349         * canlock.el (canlock-string-as-unibyte): New macro.
5350         (canlock-sha1-with-openssl): Return a unibyte string.
5351         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
5352
5353 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5354
5355         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
5356
5357 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5358
5359         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
5360         application/x-emacs-lisp.
5361
5362         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
5363
5364         * nntp.el (nntp-request-article): Add group parameter.
5365         (nntp-request-head): Ditto.
5366         (nntp-find-group-and-number): Add parameter group. Figure out
5367         number if the status line doesn't give (e.g. quimby.gnus.org).
5368
5369 2002-01-08  Simon Josefsson  <jas@extundo.com>
5370
5371         * mml.el (mml-generate-mime-1): Set recipient correctly.
5372
5373 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5374
5375         * message.el (message-read-from-minibuffer): Add parameter
5376         initial-contents.
5377         * gnus-msg.el (gnus-summary-resend-message): Use it.
5378
5379         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
5380         behavior of quit-config.
5381
5382         * message.el (message-make-from): Don't quote fullname.
5383         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
5384
5385         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
5386         From: <andre@slamdunknetworks.com>
5387
5388 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5389
5390         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
5391
5392         * gnus-art.el (gnus-header-button-alist): Handle mailto.
5393
5394         * mml.el (mml-preview): Bind gnus-original-article-buffer because
5395         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
5396         because bbdb may use it.
5397
5398 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5399
5400         * nneething.el (nneething-request-article): When a non-text file
5401         is converted to an article, its data is encoded in base64.  Call
5402         `nneething-make-head' with options to specify MIME types.
5403         (nneething-make-head): Add optional arguments to specify MIME
5404         types.
5405
5406 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5407
5408         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
5409         header if there is not.
5410
5411         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
5412
5413         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
5414         (gnus-inews-mark-gcc-as-read): Obsolete variable.
5415         (gnus-inews-do-gcc): Use them.
5416
5417         * gnus-group.el (gnus-group-mark-article-read): Put holes into
5418         gnus-newsgroup-unselected.
5419
5420 2002-01-06  Simon Josefsson  <jas@extundo.com>
5421
5422         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
5423         condition-case, not ignore-errors.
5424
5425 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5426
5427         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
5428         gnus-fetch-old-headers.
5429
5430         * gnus-art.el (article-display-x-face): Use the current buffer
5431         unless `W f'. Otherwise, X-Face may be shown in the header of a
5432         forwarded part.
5433         (gnus-treatment-function-alist): Treat xface before hiding
5434         headers.
5435
5436 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5437
5438         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
5439         parameters.
5440
5441 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5442
5443         * mm-util.el (mm-multibyte-p): Define conditionally when load.
5444         (mm-guess-charset): New function.
5445         (mm-charset-after): Use it.
5446         (mm-detect-coding-region): New function.
5447         (mm-detect-mime-charset-region): New function.
5448
5449         * gnus-sum.el (gnus-summary-show-article): Use
5450         mm-detect-coding-region.
5451
5452 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5453
5454         * message.el (message-make-fqdn): Be less violent.
5455
5456         * gnus.el (gnus-logo-color-style): Compute custom form
5457         automatically.
5458
5459         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
5460         score file of the parent to the document group.
5461
5462         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
5463         parameters parameter.
5464
5465         * gnus-score.el (gnus-score-load-file): Clean up.
5466
5467 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5468
5469         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
5470         From: Damien Wyart <damien.wyart@free.fr>
5471
5472         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
5473
5474 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5475
5476         * gnus-sum.el (gnus-select-group-hook): Typo.
5477
5478         * rfc2047.el (rfc2047-decode-string): Return immediately if there
5479         is no quoted-printable-encoded STRING.
5480         From: Jesper Harder <harder@ifa.au.dk>
5481
5482         (rfc2047-decode-string): Decode it.
5483
5484 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5485
5486         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
5487
5488 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
5489         Trivial patch.
5490
5491         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
5492         buffer to get rid of junk line.
5493
5494 2002-01-05  Simon Josefsson  <jas@extundo.com>
5495
5496         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
5497         C-o.
5498         (message-mode-map): Bind message-insert-or-toggle-importance to
5499         C-c C-u.
5500         (message-mode-map): Bind message-disposition-notification-to to
5501         C-c M-n.
5502         (message-mode-menu): Add m-d-n-t.
5503         (message-mode-field-menu): Add m-goto-from.
5504         (message-mode): Doc fix.
5505         (message-goto-from): New function.
5506         (message-insert-disposition-notification-to): New function.
5507         (message-tool-bar-map): Add receipt button.
5508
5509 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5510
5511         * gnus-sum.el (gnus-thread-latest-date): New function.
5512         (gnus-thread-sort-by-most-recent-number): Renamed.
5513         (gnus-thread-sort-functions): Doc fix.
5514         (gnus-select-group-hook): Don't use setq on a hook.
5515         (gnus-thread-latest-date): Use date, not number
5516
5517         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
5518         (gnus-agent-expire): Allow regexp of expire-days.
5519
5520         * gnus-art.el (gnus-article-reply-with-original): Deactivate
5521         region.
5522         (gnus-article-followup-with-original): Ditto.
5523
5524         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
5525
5526         * gnus-art.el (gnus-mime-display-alternative): Use
5527         gnus-local-map-property.
5528         (gnus-mime-display-alternative): Ditto.
5529         (gnus-insert-mime-security-button): Ditto.
5530         (gnus-insert-next-page-button): Ditto.
5531         (gnus-button-prev-page): Take optional args.
5532         (gnus-insert-prev-page-button): widget-convert.
5533
5534         * gnus-util.el (gnus-local-map-property): New function.
5535
5536         * gnus-art.el (gnus-prev-page-map): Use parent map.
5537         (gnus-next-page-map): Ditto.
5538
5539         * gnus-spec.el (gnus-parse-format): Clean up.
5540         (gnus-parse-format): Do complex formatting for %=.
5541
5542         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
5543         "X-Face: " to the data in the built-in scenario.
5544
5545         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
5546         (gnus-correct-pad-form): Renamed.
5547         (gnus-tilde-max-form): Clean up.
5548         (gnus-pad-form): Use gnus-use-correct-string-widths.
5549
5550         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
5551         support if that is available.
5552
5553         * gnus-sum.el (gnus-thread-highest-number): New function.
5554         (gnus-thread-sort-by-most-recent-thread): New function.
5555         (gnus-thread-sort-functions): Doc fix.
5556
5557 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5558
5559         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
5560         all cases.
5561         (gnus-summary-mode): Enable it in all cases.
5562         (gnus-summary-display-article): Ditto.
5563         (gnus-summary-edit-article): Ditto.
5564
5565         * gnus-ems.el (gnus-put-image): Really return glyph.
5566
5567         * gnus-art.el (gnus-article-x-face-command): Fix :type.
5568         (gnus-treat-smiley): Don't take "P" in the interactive form.
5569
5570 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5571
5572         * compface.el (uncompface): XEmacs and Emacs have differing
5573         capabilities.
5574
5575         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
5576
5577         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
5578         (gnus-article-xface-ring-size): Removed.
5579         (gnus-article-display-xface): Removed.
5580         (gnus-remove-image): Cleaned up.
5581
5582         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
5583         (gnus-xmas-create-image): Take pbm files.
5584         (gnus-x-face): Removed.
5585         (gnus-xmas-article-display-xface): Removed.
5586
5587         * gnus-fun.el (gnus-display-x-face-in-from): Bind
5588         default-enable-multibyte-characters.
5589
5590         * compface.el (uncompface): Doc fix.
5591
5592         * gnus-art.el (gnus-article-x-face-command): Use
5593         gnus-display-x-face-in-from.
5594
5595         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
5596
5597         * gnus-ems.el (gnus-put-image): Return the image.
5598
5599         * gnus-fun.el (gnus-display-x-face-in-from): New function.
5600         (gnus-x-face): Moved here.
5601
5602 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5603
5604         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
5605         invisible if string is nil.
5606         (gnus-xmas-article-display-xface): Use it.
5607
5608         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
5609         property when string is nil.
5610         (gnus-article-display-xface): Use it.
5611
5612 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5613
5614         * gnus-art.el (article-display-x-face): Check whether valid grey
5615         face was returned.
5616         (article-display-x-face): Place image in the right spot.
5617
5618         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
5619         stderr.
5620         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
5621
5622 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5623
5624         * gnus-xmas.el (gnus-xmas-create-image): Take optional
5625         parameters.
5626         (gnus-xmas-put-image): Allow non-strings to be passed.
5627
5628         * gnus-art.el (article-display-x-face): Use optional parameters.
5629
5630         * gnus-ems.el (gnus-create-image): Take optional parameters.
5631
5632         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
5633
5634         * compface.el (compface-xbm-p): Removed.
5635
5636         * gnus-ems.el (gnus-article-compface-xbm): Removed.
5637         (gnus-article-display-xface): Use compface.
5638
5639         * compface.el: New file.
5640
5641         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
5642         (gnus-convert-image-to-x-face-command): Ditto.
5643         (gnus-random-x-face): Quote argument.
5644         (gnus-x-face-from-file): Ditto.
5645
5646 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
5647
5648         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
5649         the expire-group parameter once per article rather than once
5650         per group; bind `nnmaildir-article-file-name' and `article'
5651         for convenience.  Leave article alone when expire-group
5652         specifies the current group.
5653         (nnmaildir--update-nov): be more concurrency-friendly with
5654         temp file names.
5655
5656 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5657
5658         * gnus-start.el (gnus-read-init-file): Cleaned up.
5659
5660 2002-01-03  Dave Love  <d.love@dl.ac.uk>
5661
5662         * gnus-start.el (gnus-startup-file-coding-system): Removed.
5663         (gnus-read-init-file): Don't use it.
5664
5665 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5666
5667         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
5668
5669 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5670
5671         * gnus-start.el (gnus-read-init-file): Don't force coding system
5672         for ~/.gnus.  From Dave Love <fx@gnu.org>.
5673
5674 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5675
5676         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
5677         * nnspool.el (nnspool-request-post): Ditto.
5678
5679         * mm-util.el (mm-use-find-coding-systems-region): New variable.
5680         (mm-find-mime-charset-region): Use it.
5681
5682 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
5683
5684         * gnus.el (gnus-summary-line-format): Added :link.
5685         * gnus-topic.el (gnus-topic-line-format): Ditto.
5686         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
5687         * gnus-srvr.el (gnus-server-line-format): Ditto.
5688         * gnus-group.el (gnus-group-line-format): Ditto.
5689
5690         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
5691         :keys, it works on both Emacsen.
5692
5693 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5694
5695         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
5696
5697 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5698
5699         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
5700
5701 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
5702
5703         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
5704         very wide reply.
5705
5706 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5707
5708         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
5709         (gnus-picon-cache): New variable.
5710         (gnus-picon-transform-newsgroups): Cache stuff.
5711
5712         * gnus-art.el (gnus-article-reply-with-original): New command.
5713         (gnus-article-followup-with-original): New command.
5714
5715         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
5716         END parameters.
5717         (gnus-summary-followup): Take a list of list of articles.
5718         (gnus-inews-yank-articles): Allow lists of article/regions.
5719
5720         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
5721         longer the usual commands.
5722
5723         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
5724         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
5725         shell-command-on-region.
5726
5727 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5728
5729         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
5730           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
5731
5732 2002-01-03  Steve Youngs  <youngs@xemacs.org>
5733
5734         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
5735         understand ':keys', wrap it in an featurep 'xemacs.
5736
5737 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5738
5739         * gnus-ems.el (gnus-article-display-xface): Show xface in the
5740         order of headers (Actually, it is called in a reversed order). Add
5741         'gnus-image-text-deletable property.
5742         (gnus-remove-image): Remove text with such a property.
5743
5744         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
5745         gnus-put-image.
5746
5747         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
5748         with ", "
5749
5750 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5751
5752         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
5753
5754         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
5755         (article-display-x-face): Display grey X-Faces.
5756
5757         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
5758         (gnus-convert-gray-x-face-to-ppm): Ditto.
5759         (gnus-convert-image-to-gray-x-face): Ditto.
5760
5761         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
5762         gnus-summary-show-raw-article.
5763
5764 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5765
5766         Display picons in XEmacs without showing text.
5767
5768         * gnus-xmas.el (gnus-xmas-create-image): Don't use
5769         mm-create-image-xemacs to create xbm glyph, because it deletes
5770         temporary files.
5771         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
5772         (gnus-xmas-remove-image): Make text visible, remove glyph.
5773
5774         * gnus-picon.el (gnus-picon-transform-newsgroups)
5775         (gnus-picon-transform-address): Insert spec backward, due to the
5776         incompatibility of gnus-xmas-put-image.
5777
5778 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5779
5780         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
5781
5782 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5783
5784         * gnus.el: Doc fix.
5785
5786         * gnus-art.el: Doc fix.
5787
5788         * gnus-agent.el: Doc fix.
5789
5790 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5791
5792         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
5793
5794 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
5795
5796         * nnmaildir.el (nnmaildir--update-nov): automatically parse
5797         NOV data out of the message again if nnmail-extra-headers has
5798         changed.
5799
5800 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5801
5802         * gnus-fun.el: New file.
5803         (gnus-convert-image-to-x-face-command): New variable.
5804         (gnus-insert-x-face): New function.
5805         (gnus-random-x-face): Renamed.
5806         (gnus-x-face-from-file): Renamed.
5807
5808         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
5809         "_".
5810         (gnus-body-boundary-delimiter): Typo fix.
5811
5812 2002-01-02  Simon Josefsson  <jas@extundo.com>
5813
5814         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
5815         (gnus-body-boundary-delimiter): Fix type.
5816
5817 2002-01-01  Simon Josefsson  <jas@extundo.com>
5818
5819         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
5820         (gnus-treat-emphasize, gnus-treat-strip-cr)
5821         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
5822         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
5823         (gnus-treat-fill-article, gnus-treat-hide-citation)
5824         (gnus-treat-hide-citation-maybe)
5825         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
5826         (gnus-treat-strip-pem, gnus-treat-strip-banner)
5827         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
5828         (gnus-treat-date-ut, gnus-treat-date-local)
5829         (gnus-treat-date-english, gnus-treat-date-lapsed)
5830         (gnus-treat-date-original, gnus-treat-date-iso8601)
5831         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
5832         (gnus-treat-strip-trailing-blank-lines)
5833         (gnus-treat-strip-leading-blank-lines)
5834         (gnus-treat-strip-multiple-blank-lines)
5835         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
5836         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
5837         (gnus-treat-display-xface, gnus-treat-display-smileys)
5838         (gnus-treat-from-picon, gnus-treat-mail-picon)
5839         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
5840         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
5841         (gnus-treat-play-sounds, gnus-treat-translate)
5842         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
5843
5844         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
5845         (gnus-article-treat-body-boundary): Use it.
5846
5847         * message.el (message-mode): Fix doc.
5848         (message-mode-menu): Fix names.
5849
5850 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5851
5852         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
5853         articles.
5854
5855         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
5856         (gnus-picon-transform-address): Search for unknown faces as well.
5857         (gnus-picon-find-face): Don't search "news" for MISC.
5858         (gnus-picon-user-directories): Changed default back to exclude
5859         "unknown".
5860
5861         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
5862
5863         * gnus-picon.el (gnus-picon-find-face): Search through all
5864         databases.
5865         (gnus-picon-find-face): New implementation.
5866
5867         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
5868         keystroke.
5869         (gnus-topic-goto-next-topic): Ditto.
5870
5871         * gnus.el (gnus-summary-line-format): Changed default.
5872
5873         * nnmail.el (nnmail-extra-headers): Change default.
5874
5875         * gnus-sum.el (gnus-extra-headers): Change default.
5876
5877         * message.el (message-news-other-window): Changed "news" to
5878         "posting".
5879         (message-news-other-frame): Ditto.
5880         (message-do-send-housekeeping): Ditto.
5881
5882         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
5883         function.
5884         (gnus-article-unread-p): New function.
5885         (gnus-article-unseen-p): New function.
5886         (gnus-dead-summary-mode-map): Typo.
5887
5888         * gnus-util.el (gnus-make-predicate): New function.
5889         (gnus-make-predicate-1): New function.
5890
5891         * gnus-sum.el: New function.
5892         (gnus-map-articles): New function.
5893
5894         * gnus-art.el (gnus-treat-fold-headers): New variable.
5895         (gnus-article-treat-fold-headers): New command and keystroke.
5896
5897         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
5898         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
5899
5900 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5901
5902         * message.el (message-fcc-externalize-attachments): New variable.
5903         (message-do-fcc): Use it.
5904
5905         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
5906         (gnus-inews-do-gcc): Use it.
5907
5908         * mml.el (mml-tweak-sexp-alist): New variable.
5909         (mml-externalize-attachments): New variable.
5910         (mml-tweak-part): Use mml-tweak-sexp-alist.
5911         (mml-tweak-externalize-attachments): New function.
5912
5913 2002-01-01  Steve Youngs  <youngs@xemacs.org>
5914
5915         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
5916         'set-glyph-face' so x-face back/foreground can be set.
5917
5918 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
5919
5920         * message.el (message-fix-before-sending): Fix a typo.
5921
5922 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5923
5924         * gnus-art.el (gnus-treat-smiley): Renamed command.
5925         (gnus-article-remove-images): New command and keystroke.
5926
5927         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
5928
5929         * smiley-ems.el (gnus-smiley-display): Removed.
5930
5931         * gnus.el (gnus-version-number): Update version.
5932
5933         * message.el (message-text-with-property): Renamed and moved
5934         here.
5935         (message-fix-before-sending): Highlight invisible text and place
5936         point there.
5937
5938 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5939
5940         * gnus.el: Oort Gnus v0.04 is released.
5941
5942 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5943
5944         * gnus-delay.el (gnus-delay-send-queue): Renamed.
5945
5946         * gnus-art.el (gnus-ignored-headers): More headers,
5947
5948         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
5949         of `scan-error', since XEmacs doesn't seem to support that.
5950
5951 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5952
5953         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
5954         arg.
5955         (gnus-summary-best-unread-subject): Ditto.
5956         (gnus-summary-best-unread-subject): No, don't.
5957         (gnus-summary-better-unread-subject): New command.
5958
5959         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
5960
5961         * lpath.el ((featurep 'xemacs)): fbind url function.
5962
5963         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
5964         buffer.
5965         (gnus-xmas-remove-image): Implementation that does something.
5966         (gnus-xmas-article-display-xface): Mark images properly.
5967
5968         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
5969
5970 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
5971
5972         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
5973
5974 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5975
5976         * gnus-group.el (gnus-group-line-format): Added %O to the default
5977         value.
5978
5979         * gnus-util.el (gnus-text-with-property): The smallest point is
5980         point-min.
5981
5982         * smiley-ems.el (smiley-region): Return images.
5983         (gnus-smiley-display): Allow toggling.
5984         (smiley-region): Use text properties, not overlays.
5985
5986         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
5987         implemented yet.
5988
5989         * smiley-ems.el (smiley-update-cache): Check for valid types.
5990
5991         * gnus-art.el (gnus-with-article-buffer): New macro.
5992
5993         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
5994         strings as well as the glyphs.
5995         (gnus-picon-transform-address): Ditto.
5996         (gnus-picon-insert-glyph): Ditto.
5997         (gnus-picon-transform-newsgroups): Toggle.
5998         (gnus-picon-transform-address): Toggle.
5999
6000         * gnus-ems.el (gnus-remove-image): New function.
6001         (gnus-put-image): Take an optional string.
6002
6003         * gnus-util.el (gnus-text-with-property): New function.
6004
6005         * gnus-art.el (gnus-delete-images): New function.
6006
6007         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
6008
6009         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
6010         (gnus-article-wash-status): Use it.
6011         (gnus-signature-toggle): Clean up.
6012         (gnus-add-wash-status): New function.
6013         (gnus-delete-wash-status): New function.
6014         (gnus-article-hide-text-type): Use them throughout.
6015         (gnus-add-image): New function.
6016
6017         * gnus-ems.el (gnus-article-display-xface): Use new interface.
6018
6019         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
6020         interface.
6021
6022         * gnus-art.el (article-display-x-face): Cleaned up.
6023
6024         * rfc2047.el (rfc2047-field-value): New function.
6025
6026         * mail-parse.el (mail-header-field-value): New alias.
6027
6028         * gnus-art.el (gnus-mime-print-part): Fix typos.
6029
6030         * smiley-ems.el (gnus-smiley-file-types): New variable.
6031         (smiley-update-cache): Use it.
6032         (smiley-regexp-alist): Suffix-less smiley names.
6033         (smiley-regexp-alist): Added more smileys.
6034
6035         * gnus-sum.el (gnus-print-buffer): Made into own function.
6036         (gnus-summary-print-article): Use it.
6037
6038         * mailcap.el (mailcap-mime-info): Actually return the bit that we
6039         looked for when REQUEST is a string.
6040
6041         * gnus-art.el (gnus-mime-button-commands): Add printing
6042         keystroke.
6043         (gnus-mime-copy-part): Doc fix.
6044         (gnus-mime-print-part): New command.
6045
6046 2001-12-31  Simon Josefsson  <jas@extundo.com>
6047
6048         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
6049         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
6050
6051 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6052
6053         * gnus-picon.el (gnus-treat-from-picon): Autoload.
6054         (picon): Fix doc.
6055
6056         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
6057         longer exists. Remove those codes.
6058         * gnus.el (gnus-use-picons): Ditto.
6059
6060 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6061
6062         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
6063         infloop.
6064
6065         * gnus-sum.el (t): New `W D' map.
6066
6067         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
6068         (gnus-article-treat-body-boundary): Clean up.
6069         (gnus-body-boundary-face): Removed.
6070         (gnus-article-goto-header): Moved here.
6071         (gnus-article-goto-header): Allow better regexps.
6072         (gnus-article-treat-fold-newsgroups): New command.
6073
6074         * gnus-sum.el (gnus-summary-move-article): We have to select an
6075         article to give `gnus-read-move-group-name' an opportunity to
6076         suggest an appropriate default.
6077
6078         * rfc2047.el (rfc2047-fold-line): New function.
6079         (rfc2047-unfold-line): Ditto.
6080         (rfc2047-fold-region): Don't fold just after the header name.
6081
6082         * mail-parse.el (mail-header-fold-line): New alias.
6083         (mail-header-unfold-line): Ditto.
6084
6085         * gnus-art.el (gnus-body-boundary-face): Renamed.
6086         (gnus-article-treat-body-boundary): Use it.
6087         (gnus-article-treat-body-boundary): Use an invisible header and a
6088         line of underline characters.
6089
6090 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6091
6092         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
6093
6094         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
6095         (gnus-picon-split-address): New function.
6096         (gnus-picon-find-face): Use it.
6097         (gnus-picon-transform-address): Use it. Set first to t for each
6098         address.
6099
6100         * gnus-art.el (gnus-with-article-headers): Move to here. Define
6101         the macro then use it.
6102         (gnus-treatment-function-alist): Treat picons earlier.
6103
6104 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6105
6106         * gnus-art.el (gnus-body-separator-face): New variable.
6107         (gnus-article-treat-body-boundary): Use a blank, colored line.
6108
6109         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
6110         well.
6111
6112         * gnus-art.el (gnus-treat-body-boundary): New variable.
6113         (gnus-article-treat-unfold-headers): Use helper macro.
6114         (gnus-article-treat-body-boundary): New command.
6115
6116         * gnus.el (gnus-logo-color-style): Change the default color.
6117         (gnus-splash-face): Gray, gray.
6118
6119         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
6120         colors.
6121
6122         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
6123         (gnus-logo-color-style): Ditto.
6124         (gnus-logo-colors): Ditto.
6125
6126         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
6127
6128         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
6129
6130         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
6131         (gnus-picon-transform-newsgroups): New function.
6132
6133         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
6134         string.
6135
6136         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
6137
6138         * gnus-art.el (gnus-treat-cc-picon): New variable.
6139         (gnus-treat-mail-picon): Renamed.
6140
6141         * gnus-picon.el: New implementation.
6142         (gnus-picon-find-face): Renamed.
6143         (gnus-treat-from-picon): Use it.
6144         (gnus-picon-transform-address): Renamed.
6145         (gnus-treat-from-picon): Use it.
6146         (gnus-picon-create-glyph): Renamed.
6147         (gnus-picon-transform-address): Use it.
6148         (gnus-treat-cc-picon): New command.
6149
6150         * mm-decode.el (mm-create-image-xemacs): Separated out into
6151         function.
6152         (mm-get-image): Use it.
6153
6154         * gnus-art.el (gnus-treat-display-picons): Simplify.
6155         (gnus-treat-from-picon): Renamed.
6156
6157         * gnus-ems.el (gnus-create-image): New function.
6158         (gnus-put-image): New function.
6159
6160         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
6161         (gnus-with-article-headers): New macro.
6162         (gnus-article-goto-header): New function.
6163
6164         * gnus-xmas.el (gnus-image-type-available-p): New function.
6165
6166         * gnus-ems.el (gnus-image-type-available-p): New function.
6167
6168 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6169
6170         * nnrss.el (nnrss-check-group): Find the correct tag, because
6171         xml.el is changed.
6172
6173 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6174
6175         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
6176         lines are shorter than the window width.
6177         (gnus-ignored-headers): More headers.
6178
6179 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6180
6181         * gnus-art.el (gnus-treat-unfold-lines): New variable.
6182         (gnus-treat-unfold-headers): Renamed.
6183         (gnus-article-treat-unfold-headers): New command and keystroke.
6184
6185         * rfc2047.el (rfc2047-encode-message-header): Clean up.
6186
6187         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
6188
6189 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6190
6191         * sha1-el.el (sha1-use-external): New variable.
6192         (sha1-region): Use it.
6193         (sha1-string): Ditto.
6194
6195         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
6196         * gnus-picon.el: Less warnings when compile.
6197
6198 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6199
6200         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
6201         alias.
6202         (gnus-picons-database): Default to list.
6203         (gnus-picons-lookup-internal): Use it.
6204
6205         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
6206         to "bogus".
6207
6208         * gnus-win.el (gnus-configure-windows-hook): New hook.
6209
6210 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
6211
6212         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
6213
6214 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6215
6216         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
6217         lists.
6218         (gnus-select-newsgroup): Don't append; push.
6219         (gnus-adjust-marked-articles): Remove obsolete ranges from
6220         `seen'.
6221         (gnus-update-marks): Clean up.
6222         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
6223
6224 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
6225
6226         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
6227
6228 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6229
6230         * gnus-sum.el (gnus-auto-select-subject): New variable.
6231         (gnus-summary-best-unread-subject): New function.
6232         (gnus-summary-best-unread-article): Use it.
6233         (gnus-summary-first-unseen-subject): New function and command.
6234
6235         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
6236         other treatments.
6237
6238         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
6239         function.
6240
6241         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
6242         from the list of hidden types.
6243
6244         * mm-view.el (mm-inline-text): Ditto.
6245         (mm-inline-text): Ditto.
6246         (mm-w3-prepare-buffer): Ditto.
6247
6248         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
6249
6250 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6251
6252         * gnus-art.el (gnus-ignored-headers): Added more headers.
6253
6254 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
6255
6256         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
6257         once.
6258
6259 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6260
6261         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
6262
6263 2001-12-28  Simon Josefsson  <jas@extundo.com>
6264
6265         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
6266         Jesper Harder <harder@ifa.au.dk>.
6267
6268 2001-12-27  Simon Josefsson  <jas@extundo.com>
6269
6270         * gnus-sum.el (gnus-select-newsgroup): Make
6271         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
6272         contain all articles (instead of none) when no seen marks have
6273         been set for the group.
6274         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
6275         instead, it seems to result in shorter ranges.
6276
6277 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6278
6279         * mm-util.el (mm-iso-8859-x-to-15-region): Use
6280         insert-before-markers.
6281         From Jesper Harder <harder@ifa.au.dk>
6282
6283 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
6284
6285         * nnmaildir.el (nnmaildir-save-mail): create the destination
6286         groups if they do not exist.
6287
6288 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6289
6290         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
6291
6292 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6293
6294         * gnus-group.el (gnus-group-read-ephemeral-group): Call
6295         gnus-group-real-name.
6296
6297         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
6298         (gnus-newsgroup-variables): Ditto.
6299
6300         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
6301         return it.
6302
6303 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
6304
6305         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
6306         * nnmaildir.el (top-level): Add commentary.
6307         (nnmaildir-version): Indicate that nnmaildir is now a standard
6308         part of Gnus, not separately released.
6309
6310 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6311
6312         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
6313         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
6314         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
6315         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6316
6317 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6318
6319         * nnmaildir.el: Copyright changes. Require cl only at compile time.
6320
6321 2001-12-20  Simon Josefsson  <jas@extundo.com>
6322
6323         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
6324         ZHU <zsh@cs.rochester.edu>.
6325         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
6326         Brian P Templeton <bpt@tunes.org>.
6327
6328 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6329
6330         * nnmaildir.el: New file.
6331         From Paul Jarc <prj@po.cwru.edu>.
6332
6333 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6334
6335         * nndoc.el (nndoc-type-alist): Move forward to the end.
6336
6337 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6338
6339         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
6340         `dolist'.
6341
6342 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6343
6344         * gnus-win.el (gnus-frames-on-display-list): New function.
6345         (gnus-get-buffer-window): Use it.
6346
6347 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6348
6349         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
6350
6351 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6352
6353         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
6354
6355 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6356            From Harald Meland <Harald.Meland@usit.uio.no>
6357
6358         * gnus-win.el (gnus-get-buffer-window): New function.
6359         (gnus-all-windows-visible-p): Use it.
6360
6361         * gnus-util.el (gnus-horizontal-recenter)
6362         (gnus-horizontal-recenter, gnus-horizontal-recenter)
6363         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
6364
6365         * gnus-score.el (gnus-score-insert-help): Use it.
6366
6367         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
6368         (gnus-generate-tree, gnus-highlight-selected-tree)
6369         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
6370         it.
6371
6372         * gnus-art.el (gnus-article-set-window-start)
6373         (gnus-mm-display-part, gnus-request-article-this-buffer)
6374         (gnus-button-next-page, gnus-button-prev-page)
6375         (gnus-article-button-next-page, gnus-article-button-prev-page):
6376         Use it.
6377
6378 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
6379
6380         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
6381         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
6382         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
6383
6384 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6385
6386         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
6387         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
6388         * mml1991.el, nnultimate.el: Add `coding'.
6389
6390 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
6391
6392         * ChangeLog: changed coding to buffer-file-coding-system
6393         * ChangeLog.1: same
6394         * nnwfm.el: same
6395         * gnus-smiley.el: same
6396         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
6397         * gnus-delay.el: same
6398         * gnus-spec.el: same
6399         * message.el: same
6400         * mml1991.el: same
6401         * nnultimate.el: same
6402
6403 2001-12-16  Simon Josefsson  <jas@extundo.com>
6404         Inspired by code by Dirk Meyer <dischi@tzi.de>.
6405
6406         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
6407         (gnus-summary-save-map): Add muttprint.
6408         (gnus-summary-make-menu-bar): Ditto.
6409         (gnus-summary-muttprint): New function.
6410
6411         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
6412
6413 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6414
6415         * uudecode.el (uudecode-decode-region-internal): Speedup by using
6416         temporary list instead of buffer.
6417
6418         * mm-url.el (executable-find): autoload.
6419
6420 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6421
6422         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
6423         to variable, follow doc-string conventions).
6424
6425 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
6426
6427         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
6428         subscribe-level
6429         * gnus-topic.el (gnus-subscribe-topics): use it.
6430
6431 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6432
6433         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
6434         messages. (A small patch with indentation)
6435         From Sean Neakums <sneakums@zork.net>.
6436
6437         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
6438         nil after shooting down the gnus-original-article-buffer.
6439
6440 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6441
6442         * uudecode.el (uudecode-use-external): New variable.
6443         (uudecode-decode-region): Automatically detect external program.
6444
6445         * binhex.el (binhex-use-external): New variable.
6446         (binhex-decode-region-internal): New function.
6447         (binhex-decode-region): Automatically detect external program.
6448
6449         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
6450         Use them.
6451
6452 2001-12-12  Simon Josefsson  <jas@extundo.com>
6453
6454         * nnvirtual.el (nnvirtual-always-rescan)
6455         (nnvirtual-component-regexp): Fix doc.
6456
6457         * nnoo.el (defvoo): Add doc to defvoo variables.
6458
6459         * nnml.el (nnml-directory, nnml-active-file)
6460         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
6461         (nnml-marks-is-evil, nnml-filenames-are-evil)
6462         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
6463
6464         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
6465         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
6466         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
6467         `error'.
6468
6469         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
6470         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
6471
6472         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
6473         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
6474         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
6475         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
6476
6477         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
6478         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
6479
6480         * imap.el, nnimap.el: Fix indentation.
6481
6482         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
6483
6484 2001-12-12  Didier Verna  <didier@xemacs.org>
6485
6486         * gnus-msg.el (gnus-group-news): New function.
6487         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
6488         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
6489         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
6490         for it.
6491         * gnus-msg.el (gnus-summary-news-other-window): New function.
6492         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
6493         bind it to `i'.
6494         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
6495         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
6496         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
6497         for it (called with a prefix).
6498         * gnus-msg.el (gnus-configure-posting-styles): add an optional
6499         group-name argument.
6500         * gnus-msg.el (gnus-setup-message): use it.
6501
6502 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6503
6504         * gnus-sum.el (gnus-summary-show-article): Fix doc.
6505
6506 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6507
6508         * mml.el (mime-to-mml): Remove Content-Disposition too.
6509
6510 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6511
6512         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
6513         * gnus-group.el (gnus-group-name-decode): Decode unibyte
6514         strings only.
6515         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
6516
6517 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
6518
6519         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
6520         (nnmail-fancy-expiry-target): Use it.
6521         Suggestions from Simon Josefsson <jas@extundo.com>.
6522
6523 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6524
6525         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
6526
6527 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6528
6529         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
6530
6531         * gnus-util.el (gnus-url-unhex-string): Move here.
6532
6533 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6534
6535         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
6536         mm-url-decode-entities-nbsp.
6537
6538         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
6539         * webmail.el, nnwfm.el: Use mm-url.
6540
6541         * mm-url.el (mm-url-fetch-form): Move from nnweb.
6542         (mm-url-remove-markup): Move from nnweb.
6543         (mm-url-fetch-simple): Move from webmail.
6544
6545         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
6546
6547 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6548
6549         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
6550         (gnus-summary-print-article): Use it.
6551
6552         * gnus-util.el (gnus-replace-in-string): Typo.
6553
6554 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6555
6556         * nnweb.el (nnweb-replace-in-string): Removed.
6557
6558         * gnus-util.el (gnus-replace-in-string): New function.
6559         (gnus-mode-string-quote): Use it.
6560
6561         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
6562         * nnwfm.el (nnwfm-create-mapping): Ditto.
6563
6564 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6565
6566         * dgnushack.el (dgnushack-compile): nnrss.el and
6567         nnslashdot.el don't depend on nnweb, url, w3.
6568
6569         * nnrss.el: Use mm-url.
6570
6571 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6572
6573         * mm-url.el (mm-url-insert-file-contents): Support file:.
6574
6575 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6576
6577         * mm-view.el: Lower case for the description line. Sync from the
6578         Emacs CVS.
6579
6580 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6581
6582         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
6583         From:  Stefan Monnier  <monnier@cs.yale.edu>
6584
6585 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6586
6587         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
6588
6589 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6590
6591         * mm-url.el: Require executable.
6592         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
6593
6594 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6595
6596         * pop3.el (pop3-munge-message-separator): Only use valid date.
6597         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
6598
6599         * Makefile.in: gnus-load.elc may not be generated.
6600
6601 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6602
6603         * mm-url.el: New file.
6604         * nnslashdot.el: Use it.
6605         * mm-extern.el (mm-extern-url): Use it.
6606
6607 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6608
6609         * gnus-sum.el (gnus-summary-save-article): Nix
6610         gnus-display-mime-function and gnus-article-prepare-hook.
6611
6612         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
6613         the beginning of lines.
6614         (gnus-complex-form-to-spec): Ditto.
6615
6616 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6617
6618         * message.el (message-make-mft): Fix the m-s-a-file regexp.
6619         From Paul Jarc <prj@po.cwru.edu>.
6620
6621 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6622
6623         * message.el: New variable message-subscribed-address-file;
6624         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
6625
6626 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6627
6628         * message.el (message-tab-body-function): Set to nil.
6629         (message-tab): Use text-mode-map or global-map.
6630         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
6631
6632 2001-11-30  Simon Josefsson  <jas@extundo.com>
6633
6634         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
6635         instead of gnus-union, for speed.  Suggested by Christoph Conrad
6636         <christoph.conrad@gmx.de>.
6637         (gnus-agent-fetch-group-1): Add verbose message.
6638
6639 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6640
6641         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
6642         of integers.
6643
6644 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6645
6646         * message.el (message-newgroups-header-regexp)
6647         (message-completion-alist, message-tab-body-function): Use
6648         defcustom rather than defvar.
6649         (message-tab): Mention `message-tab-body-function' in doc.
6650         Suggested by Karl Eichwalder.
6651
6652 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6653
6654         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
6655
6656 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6657
6658         * nnheader.el (nnheader-find-nov-line): Don't use macro
6659         gnus-delete-line.
6660
6661         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
6662         (gnus-group-name-charset): Ditto.
6663
6664         * gnus-util.el (gnus-buffer-live-p): Ditto.
6665
6666 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6667
6668         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
6669         open parenthesis in doc.
6670         (sieve-manage-authenticator-alist): Typo in doc.
6671         * imap.el (imap-authenticator-alist): Typo in doc.
6672         (imap-stream-alist): Backslash.
6673
6674         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
6675           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
6676
6677 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6678
6679         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
6680
6681         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
6682
6683         * gnus-msg.el (gnus-configure-posting-styles): use
6684         make-local-hook. Add LOCAL for add-hook.
6685
6686 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
6687
6688         * message.el (message-mode): Use `make-local-hook' unless
6689         obsolete.
6690         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
6691
6692 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6693
6694         * canlock.el: Remove sha1.el and base64.el stuff.
6695
6696 2001-11-26  Didier Verna  <didier@xemacs.org>
6697
6698         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
6699         if needed.
6700
6701 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6702
6703         * message.el (message-tamago-not-in-use-p): New function.
6704         (message-strip-forbidden-properties): Use it.
6705
6706 2001-11-26  Didier Verna  <didier@xemacs.org>
6707
6708         * gnus-start.el (gnus-check-first-time-used): only check for
6709         existence of .el[d] files.
6710
6711 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6712
6713         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
6714
6715         * message.el (message-setup-1): Clean up mc-*.
6716
6717 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6718
6719         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
6720         * gnus-score.el (gnus-score-find-bnews): Use it.
6721
6722         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
6723         (gnus-summary-limit-to-author): Ditto.
6724         (gnus-summary-limit-to-extra): Ditto.
6725         (gnus-summary-find-matching): Support not-matching argument.
6726
6727 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6728
6729         * message.el (message-wash-subject): Use `insert' rather than
6730         `insert-string', which is deprecated.
6731
6732 2001-11-24  Simon Josefsson  <jas@extundo.com>
6733
6734         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
6735         message. (Gnus does not "default" to using 8bit for the message,
6736         it default to use 8bit encoding and the user-supplied CTE
6737         value. Calling this behaviour "treating it as 8bit" is perhaps
6738         better.)
6739
6740         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
6741         (compare mm-charset-to-coding-system).
6742
6743 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6744
6745         * canlock.el (canlock-sha1-with-openssl): Use unibyte
6746         buffer. Correctly decode hex.
6747
6748 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6749
6750         * gnus-agent.el (gnus-category-insert-line): Convert category
6751         names to strings.
6752
6753 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6754
6755         * message.el (sha1): eval-and-compile.
6756
6757 2001-11-20  Simon Josefsson  <jas@extundo.com>
6758
6759         * message.el (message-allow-no-recipients): New variable.
6760         (message-send): Use it, customize the prompting when posting to
6761         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
6762
6763 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6764
6765         * mm-util.el (mm-coding-system-priorities): New variable.
6766         (mm-sort-coding-systems-predicate): New function.
6767         (mm-find-mime-charset-region): Resort coding systems if needed.
6768         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
6769
6770 2001-11-20  Didier Verna  <didier@xemacs.org>
6771
6772         * gnus-group.el (gnus-group-make-help-group): new optional
6773         argument to control the error behavior.
6774         * gnus-start.el (gnus-check-first-time-used): use it to avoid
6775         erroring.
6776
6777 2001-11-19  Simon Josefsson  <jas@extundo.com>
6778
6779         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
6780         instead of C-c C-u.  Suggested by Per Abrahamsen
6781         <abraham@dina.kvl.dk>.
6782
6783 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6784
6785         * nnfolder.el (nnfolder-read-folder): Use group instead of
6786         nnfolder-current-group.
6787         Suggested by Lorentey Karoly <lorentey@elte.hu>.
6788
6789 2001-11-17  Simon Josefsson  <jas@extundo.com>
6790
6791         * message.el (message-send): Ask user if Fcc/Gcc should be
6792         performed when no other sender was specified.
6793         Suggested by prj@po.cwru.edu (Paul Jarc).
6794
6795 2001-11-17  Simon Josefsson  <jas@extundo.com>
6796
6797         * message.el (message-mode, message-mode-map): Use C-c C-u for
6798         Importance: instead of C-c C-p (used by SC).
6799
6800 2001-11-16  Simon Josefsson  <jas@extundo.com>
6801
6802         * message.el (message-insert-importance-high)
6803         (message-insert-importance-low): Save point.
6804
6805         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
6806         value.
6807
6808 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
6809
6810         * message.el (message-strip-special-text-properties): New option.
6811         (message-strip-forbidden-properties): Obey it.
6812
6813 2001-11-14  Sam Steingold  <sds@gnu.org>
6814
6815         * gnus-score.el: Fixed some doc strings to properly quote symbols.
6816
6817 2001-11-15  Simon Josefsson  <jas@extundo.com>
6818
6819         Support "Importance:" header in Message.
6820
6821         * message.el (message-mode-map): Bind C-c C-p to
6822         `message-insert-or-toggle-importance'
6823         (message-mode-menu): Add message-insert-importance-{high,low}.
6824         (message-insert-importance-high, message-insert-importance-low)
6825         (message-insert-or-toggle-importance): New functions.
6826         (message-tool-bar-map): Add {un,}important.
6827         (message-mode): Doc fix.
6828
6829 2001-11-15  Simon Josefsson  <jas@extundo.com>
6830
6831         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
6832
6833         * mml.el (mml-menu): Fix toolbar tooltip.
6834
6835 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6836
6837         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
6838         * nnml.el (nnml-save-marks): Ditto.
6839
6840         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
6841
6842 2001-11-15  Simon Josefsson  <jas@extundo.com>
6843
6844         * nnml.el (nnml-save-marks):
6845         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
6846         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
6847
6848 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
6849
6850         * gnus-art.el (gnus-article-wash-status-strings): Use
6851         `copy-sequence', not `copy-seq'.
6852
6853 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
6854
6855         * gnus-art.el (gnus-article-wash-status-strings): New constant.
6856         (gnus-gnus-article-wash-status-entry): New function.
6857         (gnus-article-wash-status): Use it.
6858
6859 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6860
6861         * mml1991.el: Add coding header.
6862
6863 2001-11-12  Simon Josefsson  <jas@extundo.com>
6864
6865         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
6866         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
6867         `mml1991-sign' and `mml1991-encrypt'.
6868         (mml1991-encrypt, mml1991-sign): New glue functions.
6869         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
6870
6871         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
6872         (mml-menu): Add PGP to menu.
6873
6874         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
6875         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
6876         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
6877         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
6878
6879         * mml2015.el: Mention RFC 3156.
6880
6881         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
6882
6883 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6884
6885         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
6886
6887         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
6888           From <Michael.Cook@cisco.com>
6889
6890 2001-11-11  Simon Josefsson  <jas@extundo.com>
6891
6892         * message.el (top-level): Autoload sha1.
6893         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
6894         canlock, no need to require two different hash algs).  Suggested
6895         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
6896
6897 2001-11-09  Simon Josefsson  <jas@extundo.com>
6898
6899         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
6900         <Pavel@Janik.cz>.
6901
6902 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6903
6904         * message.el (message-point-in-header-p): New function.
6905         (message-do-auto-fill): Use it.
6906         (message-beginning-of-line): New function.  Goes to beginning of
6907         header value (i.e., end of header name), or to beginning of line
6908         if already at beginning of value.  Behaves like
6909         `beginning-of-line' when in message body.
6910         (message-mode-map): Bind it.
6911
6912 2001-11-08  Simon Josefsson  <jas@extundo.com>
6913
6914         * gnus-msg.el (gnus-posting-styles): Add doc.
6915
6916 2001-11-07  Simon Josefsson  <jas@extundo.com>
6917
6918         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
6919
6920         * sieve-mode.el (sieve-control-commands-face)
6921         (sieve-control-commands-face, sieve-action-commands-face)
6922         (sieve-test-commands-face, sieve-tagged-arguments-face): New
6923         faces.
6924         (sieve-font-lock-keywords): Use them.
6925         (sieve-mode): Only set font-lock-defaults in emacs.
6926
6927         * gnus-art.el (gnus-default-article-saver): Add
6928         gnus-summary-save-body-in-file.
6929         (gnus-summary-write-to-file): Fix doc.
6930
6931 2001-11-07  Simon Josefsson  <jas@extundo.com>
6932
6933         * gnus-art.el (gnus-treat-highlight-signature): Add cross
6934         reference to the correct chapter in the manual.
6935
6936         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
6937         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
6938
6939 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6940
6941         * mml.el (mml-preview): Bind mail-header-separator.
6942
6943 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6944
6945         * message.el: Always require canlock.
6946         (message-ignored-supersedes-headers): Include Cancel-Lock and
6947         Cancel-Key.
6948         (message-insert-canlock): Don't require canlock.
6949         (message-cancel-news): Don't check whether canlock is available.
6950         (message-supersede): Support cancel-locks.
6951
6952         * gnus-art.el: Don't autoload canlock.
6953
6954 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6955
6956         * mail-source.el (mail-source-fetch-imap): ASYNC param.
6957         From: <andre@slamdunknetworks.com>
6958
6959 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6960
6961         * many files: Fix copyright lines.
6962
6963 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6964
6965         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
6966         Suggested by Dave Love  <fx@gnu.org>.
6967
6968 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6969
6970         * message.el (message-kill-buffer): Remove auto-save file after
6971         confirm.
6972
6973         * message.el (message-send-mail): Call message-generate-headers
6974         once.  Suggested by Matt Armstrong <matt@lickey.com>.
6975
6976         * gnus-topic.el (gnus-topic-rename): Initial-input.
6977         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
6978
6979 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
6980
6981         * message.el (message-forbidden-properties): New constant.
6982         (message-strip-forbidden-properties): New function.
6983         (message-mode): Activate it.
6984
6985 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6986
6987         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
6988         (mm-hack-charsets): Fix doc.
6989
6990 2001-11-02  Simon Josefsson  <jas@extundo.com>
6991
6992         * gnus-int.el (gnus-check-server): Message "...done" when done.
6993
6994         * imap.el (imap-close): Don't message (imap-send-command-wait
6995         returns if the connection is dropped).
6996         (imap-wait-for-tag): Nix out message only when necessary.
6997
6998         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
6999         for non-crossposting.
7000         (gnus-sieve-crosspost): Default to t to be consistent with other
7001         parts of Gnus.
7002
7003 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7004
7005         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
7006         (mm-iso-8859-x-to-15-table): Ditto.
7007         (mm-iso-8859-x-to-15-region): Ditto.
7008         (mm-find-mime-charset-region): Ditto.
7009
7010 2001-11-01  Simon Josefsson  <jas@extundo.com>
7011
7012         * nnimap.el (nnimap-close-asynchronous): New variable.
7013         (nnimap-close-group): Use it.
7014         (nnimap-expunge): Don't use it.
7015
7016         * imap.el (imap-callbacks): New variable.
7017         (imap-remassoc): Copied from `gnus-remassoc'.
7018         (imap-add-callback): New function.
7019         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
7020         behaviour.
7021         (imap-parse-response): Call the callback.
7022
7023         * message.el (message-insert-canlock): New variable.
7024         (message-canlock-generate, message-canlock-password)
7025         (message-insert-canlock): New functions.
7026         (message-send-news): Call `message-insert-canlock'.
7027         (top-level): Require canlock when compiling.
7028         (message-insert-canlock): Require canlock before we need it.
7029
7030 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7031
7032         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
7033
7034 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7035
7036         * dgnushack.el (dgnushack-make-load): A workaround for
7037         custom-add-loads bug in some versions of XEmacs.
7038
7039 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7040
7041         * mm-util.el (mm-charset-synonym-alist): Revert (some).
7042
7043 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7044
7045         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
7046         (mm-hack-charsets): New variable.
7047         (mm-iso-8859-15-compatible): New variable.
7048         (mm-iso-8859-x-to-15-table): New variable.
7049         (mm-find-mime-charset-region): Add parameter hack-charsets.
7050
7051         * mm-bodies.el (mm-encode-body): Use it.
7052         * mml.el (mml-parse-1): Ditto.
7053
7054 2001-11-01  Simon Josefsson  <jas@extundo.com>
7055
7056         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
7057
7058 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7059
7060         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
7061         is nil.
7062
7063 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7064
7065         * smiley-ems.el (smiley-update-cache): Auto detect file type.
7066
7067         * message.el (message-forward-rmail-make-body): Use
7068         save-window-excursion.
7069         (message-encode-message-body): Search with noerror.
7070         (message-setup-1): Convert compose-mail send-actions to
7071         message-send-actions.
7072
7073 2001-11-01  Simon Josefsson  <jas@extundo.com>
7074
7075         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
7076         <yamaoka@jpl.org>.
7077
7078 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7079
7080         * sieve-manage.el (sieve-string-bytes): No complain.
7081
7082 2001-11-01  Simon Josefsson  <jas@extundo.com>
7083
7084         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
7085         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
7086         has autoload cookies, so no `require' should be necessary.)
7087
7088         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
7089         files.
7090
7091 2001-10-31  Simon Josefsson  <jas@extundo.com>
7092
7093         * gnus-cus.el (gnus-group-parameters): Support integer `display'
7094         parameter.
7095
7096         * gnus-sum.el (gnus-select-newsgroup): If group parameter
7097         `display' is a number (and C-u wasn't used to enter group), only
7098         fetch that number of articles.
7099
7100 2001-10-31  Matt Armstrong  <matt@lickey.com>
7101
7102         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
7103         not-subscribed -> subscribed.
7104
7105 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7106         From: Josh Huber <huber@alum.wpi.edu>
7107
7108         * message.el (message-subscribed-address-functions): New variable.
7109         (message-subscribed-addresses): New variable.
7110         (message-subscribed-regexps): New variable.
7111         (message-goto-mail-followup-to): New function.
7112         (message-send-mail): Add Mail-Followup-To.
7113         (message-make-mft): New function.
7114
7115         * gnus.el (gnus-find-subscribed-addresses): New function.
7116
7117 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7118
7119         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
7120         (mail-source-fetch-pop): Ditto.
7121         (mail-source-check-pop): Ditto.
7122
7123         * gnus-start.el (gnus-read-init-file): Ditto.
7124         (gnus-activate-group): Ditto.
7125         (gnus-read-newsrc-el-file): Ditto.
7126
7127 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7128
7129         * message.el (message-get-reply-headers): Make sure there is ", ".
7130
7131         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
7132         mm-coding-system-p. Don't correct it only in XEmacs.
7133         (mm-charset-to-coding-system): Use mm-coding-system-p and
7134         mm-get-coding-system-list.
7135         (mm-emacs-mule, mm-mule4-p): New variables.
7136         (mm-enable-multibyte, mm-disable-multibyte,
7137         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
7138         mm-with-unibyte-current-buffer,
7139         mm-with-unibyte-current-buffer-mule4): Use them.
7140         (mm-find-mime-charset-region): Treat iso-2022-jp.
7141
7142         From  Dave Love  <fx@gnu.org>:
7143
7144         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
7145         construction.
7146         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
7147         entries conditional on not having a coding system defined for
7148         them.
7149         (mm-mule-charset-to-mime-charset): Use
7150         find-coding-systems-for-charsets if defined.
7151         (mm-charset-to-coding-system): Don't use
7152         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
7153         later.  Add last resort search of coding systems.
7154         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
7155         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
7156         Mule 4.
7157         (mm-find-mime-charset-region): Re-write.
7158         (mm-with-unibyte-current-buffer): Restore buffer as well as
7159         multibyteness.
7160
7161 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7162
7163         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
7164         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
7165         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
7166
7167 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7168
7169         * gnus-art.el (article-display-x-face): Nix buffer-read-only
7170         again.
7171
7172         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
7173
7174 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7175
7176         * gnus-spec.el (gnus-parse-simple-format): Use
7177           buffer-substring-no-properties.
7178
7179 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7180
7181         * gnus-art.el (article-verify-cancel-lock): New function.
7182
7183         * nnheader.el (nntp-process-response): New variable.
7184         (nnheader-init-server-buffer): Make `nntp-process-response'
7185         buffer-local in `nntp-server-buffer'.
7186
7187         * nntp.el (nntp-prepare-post-hook): New hook.
7188         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
7189         (nntp-async-trigger): Ditto.
7190         (nntp-request-post): Insert a server's ID if there's no Message-ID
7191         header; run `nntp-prepare-post-hook'.
7192
7193 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7194
7195         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
7196         instead.
7197
7198         * message.el (message-forward-subject-author-subject): Don't use
7199         message-news-p, which widens the buffer.
7200         (message-forward-make-body): New function.
7201         (message-forward): Use it.
7202         (message-insinuate-rmail): New function.
7203         (message-forward-rmail-make-body): New function.
7204
7205 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7206
7207         * mm-extern.el (mm-extern): Provide it.
7208
7209         * mm-partial.el (mm-partial): Provide it.
7210
7211 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7212
7213         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
7214
7215 2001-10-29  Simon Josefsson  <jas@extundo.com>
7216
7217         * mml.el (mml-preview): Bind message-this-is-news if it is
7218         news. From Jesper Harder <harder@myrealbox.com>.
7219
7220 2001-10-28  Simon Josefsson  <jas@extundo.com>
7221
7222         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
7223
7224 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
7225
7226         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
7227         ironic smilies.
7228
7229 2001-10-27  Simon Josefsson  <jas@extundo.com>
7230
7231         * message.el (message-indent-citation): Don't add trailing
7232         whitespace when citing text.
7233
7234         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
7235         <harder@ifa.au.dk>.
7236
7237 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7238
7239         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
7240         not available.
7241         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
7242         (nnweb-type-definition): Add google as alias of dejanews.
7243         (nnweb-google-parse-1): Forward 1 line.
7244
7245 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7246
7247         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
7248         variable `message-forward-ignored-headers'.
7249
7250 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
7251
7252         * gnus.el (gnus-expand-group-parameter): New function.
7253         (gnus-expand-group-parameters): Call it.
7254         (gnus-group-fast-parameter): New function.
7255         (gnus-group-find-parameter): Call it.
7256
7257 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
7258
7259         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
7260         vector (it didn't before because of a bug).
7261         * gnus-msg.el (gnus-post-news): Use header vector directly, if
7262         available.  Before it converted it to an article number.
7263
7264         This makes followup to news articles with negative numbers in
7265         nnvirtual groups use news instead of mail.
7266
7267 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
7268
7269         * gnus.el (post-method): Use `native' instead of `nil'.
7270
7271         * gnus-msg.el (gnus-post-method): Ditto.
7272
7273 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
7274
7275         * gnus.el (gnus-define-group-parameter): Grammar fix.
7276
7277 2001-10-22  Simon Josefsson  <jas@extundo.com>
7278
7279         * gnus-msg.el (gnus-extended-version): Include
7280         system-configuration.
7281         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
7282
7283 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
7284
7285         * gnus.el (post-method): Customization fix: `native' is not a
7286         valid value.
7287         * gnus-msg.el (gnus-post-method): Doc and customization fix:
7288         `native' is not a valid value.
7289
7290 2001-10-21  Simon Josefsson  <jas@extundo.com>
7291
7292         * nnimap.el (nnimap): Defgroup
7293         (nnimap-strict-function, nnimap-strict-function-match): New
7294         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
7295         (nnimap-split-crosspost, nnimap-split-inbox)
7296         (nnimap-split-rule, nnimap-split-predicate)
7297         (nnimap-split-predicate): Defcustom.
7298         (nnimap-split-inbox, nnimap-expunge-search-string)
7299         (nnimap-importantize-dormant): Remove "*" from doc.
7300
7301 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7302
7303         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
7304         not supplied via prefix arg.  From Lisp, make arg mandatory.
7305         Suggested by Frank Schmitt.
7306
7307 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
7308
7309         * message.el (message-do-auto-fill): Avoid calling
7310         'rfc822-goto-eoh'.
7311
7312 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7313         From Paul Jarc <prj@po.cwru.edu>.
7314
7315         * message.el (message-get-reply-headers): Restructure the logic
7316         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
7317
7318 2001-10-20  Simon Josefsson  <jas@extundo.com>
7319
7320         * message.el (message-cancel-news): Support cancel-locks.
7321         Suggested by Per Abrahamsson.
7322
7323         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
7324         conses.  From David Z Maze <dmaze@MIT.EDU>.
7325
7326         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
7327
7328 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
7329
7330         * mm-decode.el (mm-default-directory): Fix customize type.
7331
7332         * message.el (message-setup-fill-variables): Kludge to use
7333         normal-auto-fill-function even if auto fill is already activated.
7334
7335 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
7336
7337         * message.el (message-do-auto-fill): New version that does not
7338         rely on text properties, by Simon Josefsson <jas@extundo.com>.
7339         (message-setup-1): Removed the `message-field' property.
7340
7341         * gnus-draft.el (gnus-draft-edit-message): Removed the
7342         `message-field' property.
7343
7344 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
7345
7346         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
7347         `message-field'.  The `field' property has a special significance in
7348         Emacs 21.
7349
7350         * message.el (message-send, message-setup-1): Ditto.
7351
7352 2001-10-18  Simon Josefsson  <jas@extundo.com>
7353
7354         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
7355         when undoing.
7356
7357 2001-10-18  Simon Josefsson  <jas@extundo.com>
7358         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
7359
7360         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
7361         (gnus-summary-make-menu-bar): Ditto.
7362
7363 2001-10-17  Simon Josefsson  <jas@extundo.com>
7364
7365         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
7366         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
7367
7368 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7369
7370         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
7371         * gnus-util.el (gnus-user-date): New function.
7372         From Frank Schmitt <usenet@Frank-Schmitt.net>.
7373
7374 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
7375
7376         * message.el (message-check-news-header-syntax): Special case
7377         nnvirtual groups.
7378
7379         * gnus-sum.el (gnus-summary-respool-default-method): Changed
7380         customize type to `symbol'.
7381
7382 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7383
7384         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
7385         %&foo;.
7386         (gnus-parse-simple-format): Support user extended spec too.
7387         %u&foo; invokes gnus-user-format-function-foo.
7388
7389 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7390
7391         * nnml.el (nnml-request-expire-articles): Make sure it is back to
7392         the server.
7393         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
7394         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7395         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
7396         * nndiary.el (nndiary-request-expire-articles): Ditto.
7397         (nndiary-schedule): Defsubst it before use it.
7398         (nndiary-error): eval-and-compile.
7399
7400 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
7401
7402         * gnus-msg.el (gnus-post-method): Changed two instances of
7403         `active' to `current' and one `null' to `not'.
7404
7405 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7406         From Katsumi Yamaoka <yamaoka@jpl.org>.
7407
7408         * message.el (message-setup-fill-variables): Use
7409         `normal-auto-fill-function' instead of `auto-fill-function'.
7410
7411 2001-10-16  Simon Josefsson  <jas@extundo.com>
7412
7413         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
7414         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
7415         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
7416
7417 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7418         Patch by Oliver Scholz <oscholz@my.gnus.org>.
7419
7420         * gnus-draft.el (gnus-draft-edit-message): Add text property
7421         `field' with value `header' to message headers.
7422         * message.el (message-setup-1): Really add text property to all of
7423         the header, not just part of it.
7424
7425 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7426
7427         * gnus-group.el (gnus-group-sort-by-server): Use it.
7428
7429         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
7430
7431         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
7432         and keystroke.
7433
7434 2001-10-14  Simon Josefsson  <jas@extundo.com>
7435
7436         * dig.el: Doc fix.
7437
7438         * smime.el: Doc fix.
7439
7440         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
7441         charset magic from message.el.
7442
7443 2001-10-12  Simon Josefsson  <jas@extundo.com>
7444         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
7445
7446         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
7447         'cite from g-a-wash-types.
7448         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
7449         (gnus-article-hide-citation): Fix.
7450
7451         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
7452         character.
7453         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
7454
7455         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
7456         definition.
7457         (gnus-signature-toggle): Toggle `s' mode line character.
7458
7459         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
7460         doing stuff that clears it.
7461
7462 2001-10-12  Simon Josefsson  <jas@extundo.com>
7463
7464         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
7465         From Eric Marsden <emarsden@laas.fr>.
7466
7467 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7468
7469         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
7470         (autoload): Add some autoloads.
7471
7472 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7473         Suggested by Oliver Scholz <epameinondas@gmx.de>.
7474
7475         * message.el (message-do-auto-fill): New function.  Like
7476         `do-auto-fill' but don't fill when in the message header.
7477         (message-setup-1): Put a text property on the message header.
7478         (message-setup-fill-variables): Use `message-do-auto-fill'.
7479
7480 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7481
7482         * message.el (message-send-mail-partially): Insert an empty line
7483         first, because of the change of message-make-lines.
7484
7485 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
7486
7487         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
7488         iso-8859-15, make it an alias for iso-8859-1.
7489
7490 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7491
7492         * message.el (message-send-news): Don't modify the value of
7493         `message-syntax-checks' if it is not a list (possibly it is
7494         `dont-check-for-anything-just-trust-me').
7495
7496 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7497
7498         * gnus-group.el (gnus-group-name-charset-group-alist): Use
7499         `find-coding-system' for XEmacs to check whether the coding-system
7500         `utf-8' is available.
7501
7502 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7503
7504         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
7505
7506 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
7507
7508         * message.el (message-send-news): Oops, missed case with no
7509         "Followup-To" header...
7510
7511 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
7512
7513         * message.el (message-send-news): Allow
7514         `gnus-group-name-charset-group-alist' to affect encoding of the
7515         "Newsgroups" and "Followup-To" headers.
7516
7517 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7518
7519         * Makefile.in (install-el): Depend on gnus-load.el.
7520
7521 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7522
7523         * Makefile.in (install-el): Use -f.
7524         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
7525
7526 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
7527
7528         * message.el (message-send-news): Don't encode Followups-To when
7529         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
7530
7531         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
7532         header.
7533
7534         * gnus-art.el (article-decode-group-name): Also decode
7535         "Followup-To".
7536
7537         * rfc2047.el (rfc2047-encode-message-header): Encode without
7538         asking for null methods.
7539
7540         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
7541         default charset for newsgroup names in accordance with USEFOR.
7542
7543         * gnus-group.el (gnus-group-name-charset-method-alist,
7544         gnus-group-name-charset-group-alist): Removed "*" from doc
7545         strings, "*" should not be used for complex variables.
7546
7547 2001-10-06  Simon Josefsson  <jas@extundo.com>
7548
7549         Support UTF-8 group names better.
7550
7551         * message.el (message-check-news-header-syntax): Encode group
7552         names before comparison.
7553
7554         * gnus-msg.el (gnus-copy-article-buffer): Run all
7555         `gnus-article-decode-hook's except `article-decode-charset'
7556         instead of hardcoding call to one of them.
7557
7558         * gnus-art.el (gnus-article-decode-hook): Add
7559         `article-decode-group-name'.
7560         (article-decode-group-name): New function, use `g-d-n'.
7561
7562         * gnus-group.el (gnus-group-insert-group-line): Decode
7563         gnus-tmp-group using `g-d-n'.
7564
7565         * gnus-util.el (gnus-decode-newsgroups): New function.
7566
7567 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
7568
7569         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
7570         `gnus-group-name-charset-group-alist'.
7571
7572 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7573
7574         * Makefile.in: Install el in install. Add uninstall.
7575
7576 2001-10-05  Simon Josefsson  <jas@extundo.com>
7577
7578         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
7579
7580         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
7581
7582         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
7583         empty folders.
7584
7585         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
7586         limiting if read-all (C-u RET) was used.
7587
7588 2001-10-04  Simon Josefsson  <jas@extundo.com>
7589
7590         * mail-source.el (mail-source-movemail-program): New variable.
7591         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
7592         <thutt@thutt.vmware.com>.
7593
7594 2001-10-03  Simon Josefsson  <jas@extundo.com>
7595
7596         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
7597         (gnus-summary-line-format-alist): Fix param.
7598
7599 2001-10-02  Simon Josefsson  <jas@extundo.com>
7600
7601         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
7602         don't go through `nnimap-request-expire-articles' to delete the
7603         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
7604
7605 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7606
7607         * gnus-agent.el (gnus-agent-write-active): The min in the
7608         agent/active may be larger than that in the server/active.
7609
7610 2001-10-01  Simon Josefsson  <jas@extundo.com>
7611
7612         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
7613         is IMAP4rev1.
7614
7615         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
7616
7617         * nnfolder.el: Ditto.
7618
7619 2001-09-30  Dan Christensen  <jdc@uwo.ca>
7620
7621         * gnus-sum.el (gnus-summary-extract-address-component): New function.
7622         (gnus-summary-from-or-to-or-newsgroups): Optimize.
7623
7624 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7625
7626         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
7627         (message-mode-menu): Menu item for same.
7628
7629         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
7630         delayed articles.
7631
7632         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
7633         nndraft:delayed does not exist.
7634         (gnus-delay-initialize): Don't set up keymap, that's done from
7635         message.el now.
7636         (gnus-delay, gnus-delay-group, gnus-delay-header)
7637         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
7638
7639 2001-09-29  Simon Josefsson  <jas@extundo.com>
7640
7641         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
7642         utf-8, not eight-bit-control.
7643
7644         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
7645         (imap-log, imap-debug): Custom.
7646         (imap-log-buffer, imap-debug-buffer): New constants.
7647         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
7648         (imap-network-open, imap-shell-open, imap-starttls-open)
7649         (imap-send-command-1, imap-send-command, imap-arrival-filter)
7650         (imap-debug): Use imap-*-buffer.
7651
7652         * nndoc.el (nndoc-article-type): Add mailman.
7653         (nndoc-type-alist): Ditto.
7654         (nndoc-mailman-type-p): New function.
7655
7656 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7657
7658         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
7659         gnus-art.el.
7660
7661 2001-09-27  Simon Josefsson  <jas@extundo.com>
7662
7663         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
7664         (gnus-topic-catchup-articles): New function. Suggested by Robin
7665         S. Socha <robin-dated-1001857693.185e29@socha.net>.
7666
7667 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7668         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
7669
7670         * gnus-ems.el (gnus-article-display-xface): Insert xface after
7671         previous ones.
7672
7673 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7674         From Daiki Ueno  <ueno@unixuser.org>
7675
7676         * gnus-sum.el (gnus-summary-show-article): The arglist of
7677         detect-coding-region is incompatible.
7678
7679 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7680         From Katsuhiro Hermit Endo <hermit@koka-in.org>
7681
7682         * gnus-group.el (gnus-group-delete-group): Typo.
7683
7684 2001-09-26  Simon Josefsson  <jas@extundo.com>
7685
7686         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
7687
7688         * nnimap.el (nnimap-expiry-target): Use temp buffer.
7689
7690 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7691
7692         * gnus-cus.el (gnus-group-parameters): Display as sexp.
7693
7694 2001-09-22  Simon Josefsson  <jas@extundo.com>
7695
7696         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
7697
7698         * nnfolder.el (nnfolder-open-marks): Ditto.
7699
7700         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
7701         (gnus-update-marks): Use it.
7702         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
7703         hardcoded list.
7704
7705         * gnus.el (gnus-article-special-mark-lists): Add killed.
7706         (gnus-article-unpropagated-mark-lists): New constant.
7707
7708 2001-09-22  Simon Josefsson  <jas@extundo.com>
7709
7710         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
7711         custom option.
7712
7713 2001-09-23  Simon Josefsson  <jas@extundo.com>
7714
7715         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
7716
7717 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7718
7719         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
7720
7721 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
7722
7723         * gnus-group.el (gnus-group-sort-function): Fix customize type to
7724         accept lists of functions.
7725
7726 2001-09-20  Simon Josefsson  <jas@extundo.com>
7727
7728         * gnus-group.el (gnus-group-catchup): Update expire marks in
7729         backend.  Also, if ALL also set expire marks on tick/dormant.
7730
7731 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7732
7733         * message.el (message-tab-body-function): New variable.
7734         * message.el (message-tab): Use it.
7735
7736 2001-09-19  Sam Steingold  <sds@gnu.org>
7737
7738         * gnus-win.el (gnus-buffer-configuration): Respect
7739         `gnus-bug-create-help-buffer'.
7740
7741 2001-09-18  Simon Josefsson  <jas@extundo.com>
7742
7743         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
7744         (gnus-parse-simple-format): Re-revert.
7745
7746 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
7747         Trivial patch.
7748
7749         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
7750         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
7751
7752 2001-09-18  Simon Josefsson  <jas@extundo.com>
7753
7754         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
7755         signed.
7756         (gnus-parse-simple-format): Don't use it.
7757
7758 2001-09-17  Miles Bader  <miles@gnu.org>
7759
7760         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
7761         error querying a backend abort the whole process.
7762
7763 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7764
7765         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
7766         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
7767
7768 2001-09-17  Didier Verna  <didier@xemacs.org>
7769
7770         * nndiary.el: version 0.2-b14.
7771         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
7772         compatibility problem with XEmacs 21.1.
7773
7774 2001-09-15  Simon Josefsson  <jas@extundo.com>
7775
7776         * gnus-group.el (gnus-group-line-format): Document %c.
7777
7778         * nnml.el (nnml-parse-head): Handle CRLF files.
7779         (nnml-generate-nov-file): Ditto.
7780         (nnml-retrieve-headers): Ditto.
7781
7782 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
7783
7784         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
7785
7786 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
7787
7788         * gnus-spec.el (gnus-correct-substring): Still stopped one
7789         character before we wanted (never included last character).
7790         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
7791         add missing "," (once per function)
7792
7793 2001-09-14  Simon Josefsson  <jas@extundo.com>
7794
7795         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
7796         (otherwise e.g. gnus-agentize in .gnus overrides the customized
7797         default before gnus-group is loaded and the variable set.)
7798
7799         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
7800         killed or unsent marks.
7801
7802         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
7803         isn't an article to set it on (e.g. when you `a' in a group).
7804
7805 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7806
7807         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
7808         can read e-mails from Microsoft Outlook users not using ISO
7809         8859-2 character set.
7810
7811 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7812
7813         * gnus-diary.el: Minor modifications to avoid warnings.
7814         (gnus-summary-misc-menu): defvar.
7815         (gnus-diary-check-message): Use gnus-point-at-eol.
7816         (gnus-diary-kill-entire-line): eval-and-compile.
7817
7818 2001-09-12  Didier Verna  <didier@xemacs.org>
7819
7820         * nndiary.el: new version (0.2-b13).
7821         * nndiary.el (nndiary-mail-sources): doc update.
7822         * nndiary.el (nndiary-split-methods): ditto.
7823         * nndiary.el (nndiary-request-accept-article-hooks): New.
7824         * nndiary.el (nndiary-request-accept-article): use it, check
7825         message validity.
7826         * nndiary.el (nndiary-get-new-mail): changed default to nil.
7827         * nndiary.el (nndiary-schedule): fix bug (misplaced
7828         condition-case): it didn't return nil on error.
7829         * gnus-diary.el: new version.
7830         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
7831         * gnus-diary.el (gnus-diary-header-value-history): New.
7832         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
7833         * gnus-diary.el (gnus-diary-add-header): New.
7834         * gnus-diary.el (gnus-diary-check-message): New.
7835         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
7836         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
7837
7838 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7839
7840         * gnus-sum.el (gnus-select-newsgroup): Make
7841         `gnus-current-select-method' buffer-local.
7842
7843         * gnus-art.el (gnus-request-article-this-buffer): Refer
7844         `gnus-current-select-method' in the current summary buffer.
7845
7846 2001-09-10  Simon Josefsson  <jas@extundo.com>
7847         From Daniel Pittman <daniel@rimspace.net>
7848
7849         * gnus-spec.el (gnus-correct-pad-form): Fix.
7850
7851 2001-09-09  Simon Josefsson  <jas@extundo.com>
7852
7853         * mm-decode.el (mm-inline-media-tests): Add
7854         application/x-emacs-lisp.
7855         (mm-attachment-override-types): Add
7856         application/{x-,}pkcs7-signature.
7857
7858         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
7859         (gnus-server-line-format, gnus-server-mode-line-format)
7860         (gnus-server-browse-in-group-buffer): Customize.
7861
7862 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7863
7864         * nnml.el (nnml-marks-changed-p): Typo.
7865         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
7866         (nnml-marks-changed-p): Use gnus-gethash.
7867         (nnml-marks-modtime): Use gnus-make-hashtable.
7868
7869         * nnfolder.el (nnfolder-marks-changed-p): Typo.
7870         (nnfolder-request-expire-articles, nnfolder-save-marks)
7871         (nnfolder-open-marks): Typo.
7872         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
7873         (nnfolder-marks-changed-p): Use gnus-gethash.
7874         (nnfolder-marks-modtime): Use gnus-make-hashtable.
7875
7876 2001-09-08  Simon Josefsson  <jas@extundo.com>
7877
7878         * nnfolder.el (nnfolder-marks-modtime): New variable.
7879         (nnfolder-marks-changed-p): New function.
7880         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
7881         (nnfolder-request-update-info): Don't update if marks didn't change.
7882
7883         * nnml.el (nnml-marks-modtime): New variable.
7884         (nnml-marks-changed-p): New function.
7885         (nnml-save-marks, nnml-open-marks): Save modtime.
7886         (nnml-request-update-info): Don't update if marks didn't change.
7887
7888         * gnus-agent.el (gnus-agent-any-covered-gcc)
7889         (gnus-agent-add-server, gnus-agent-remove-server): Use
7890         gnus-agent-method-p.
7891
7892         * gnus-art.el (gnus-buttonized-mime-types): New variable.
7893         (gnus-unbuttonized-mime-type-p): Use it.
7894
7895         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
7896         fetch group.
7897
7898 2001-09-08  Simon Josefsson  <jas@extundo.com>
7899         From Daniel Pittman <daniel@rimspace.net>
7900
7901         * gnus-spec.el (gnus-correct-pad-form): New function.
7902         (gnus-parse-simple-format): Use it.
7903
7904 2001-09-07  Simon Josefsson  <jas@extundo.com>
7905
7906         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
7907         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
7908         Putnam <reader@newsguy.com>.
7909         (gnus-group-sort-selected-groups): Touch dribble file.
7910
7911 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
7912
7913         * nnml.el (nnml-filenames-are-evil): New variable.
7914         (nnml-article-to-file-alist): Rename to ...
7915         (nnml-current-group-article-to-file-alist): ... this.
7916         Respect `nnml-filenames-are-evil'.
7917         (nnml-active-number): Update.
7918         (nnml-update-file-alist): Update.
7919         (nnml-request-article): Use nnheader-article-to-file-alist.
7920         (nnml-request-rename-group): Likewise.
7921
7922 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7923
7924         * gnus-sum.el (gnus-summary-insert-line): Fix.
7925
7926 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
7927
7928         * gnus-sum.el: Bind g-s-t-s to "W g".
7929         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
7930         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
7931         display of graphical smilies.
7932
7933 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7934
7935         * gnus-start.el (gnus-setup-news): A typo.
7936         From Bill White <billw@wolfram.com>.
7937
7938 2001-09-06  Simon Josefsson  <jas@extundo.com>
7939
7940         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
7941         and unseen marks.
7942
7943 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7944
7945         * nnmail.el (nnmail-split-fancy): Document `junk'.
7946
7947 2001-09-04  Simon Josefsson  <jas@extundo.com>
7948
7949         * imap.el (imap-search): Don't error if server is broken.
7950
7951 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
7952
7953         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
7954         searching for an article that isn't in the mbox.
7955
7956 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7957
7958         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
7959         right, and get all the comments.
7960
7961 2001-09-02  Simon Josefsson  <jas@extundo.com>
7962         Suggested by Dan Christensen <jdc+news@uwo.ca>
7963
7964         * nnfolder.el (nnfolder-request-update-info): Fix message.
7965
7966         * nnml.el (nnml-request-update-info): Ditto.
7967
7968 2001-09-01  Simon Josefsson  <jas@extundo.com>
7969
7970         * nnml.el (nnml-request-expire-articles): Also bind
7971         `nnml-current-group' and `nnml-article-file-alist' when using
7972         expiry-target. (Otherwise nnml will be in a inconsistent internal
7973         state causing all kind of problems.)
7974         (nnml-request-expire-articles): If `nnml-article-to-file' or
7975         `file-attributes' failes, return article as un-expirable instead
7976         of treating it as expired.
7977
7978 2001-08-31  Sam Steingold  <sds@gnu.org>
7979
7980         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
7981         typo: `exmine' --> `examine'.
7982
7983 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7984
7985         * nndoc.el (nndoc-forward-type-p): It is not a digest.
7986
7987 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7988
7989         * nnml.el (nnml-check-directory-twice): Remove.
7990         (nnml-retrieve-headers): Ditto.
7991         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
7992
7993 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7994
7995         * nnheader.el (nnheader-directory-files-is-safe): No need to read
7996         directory twice on Windows, or on GNU Emacs-21.
7997
7998 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7999
8000         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
8001         (nnml-request-rename-group): Ditto.
8002         (nnml-active-number): Ditto.
8003         (nnml-request-create-group): Use nnml-directory-articles.
8004         (nnml-request-expire-articles): Use nnml-directory-articles, which
8005         gets list from nov database if available.
8006         (nnml-get-nov-buffer): New function.
8007         (nnml-open-nov): Use it.
8008         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
8009         gets alist from nov database if available.
8010         (nnml-directory-articles): New function.
8011         (nnml-article-to-file-alist): New function.
8012
8013 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8014
8015         * mm-decode.el (mm-display-external): Use `name' as filename, if
8016         `filename' attribute is not present.
8017
8018 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8019
8020         * mail-source.el (mail-source-flash): New defcustom.
8021         (mail-source-new-mail-p): Ring visible bell if appropriate.
8022         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
8023         timer is cleared even if mail check signals an error.
8024
8025 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8026
8027         * gnus-sum.el (gnus-summary-move-article): Only update marks of
8028         type 'list.
8029
8030 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8031
8032         * flow-fill.el (fill-flowed): eol might be point-max.
8033
8034 2001-08-27  Simon Josefsson  <jas@extundo.com>
8035
8036         * nnml.el (nnml-request-update-info): Fix message.
8037         (nnml-open-marks): Ditto.
8038
8039         * nnfolder.el (nnfolder-request-update-info):
8040         (nnfolder-open-marks): Fix message.
8041
8042 2001-08-25  Simon Josefsson  <jas@extundo.com>
8043
8044         * nnfolder.el (nnfolder-save-marks): Don't create directory named
8045         after group in ~/.
8046
8047 2001-08-25  Simon Josefsson  <jas@extundo.com>
8048         From Andreas Jaeger  <aj@suse.de>
8049
8050         * nnfolder.el (nnfolder-open-marks): Fix typo.
8051         * nnml.el (nnml-open-marks): Likewise.
8052
8053 2001-08-25  Simon Josefsson  <jas@extundo.com>
8054
8055         Make nnfolder groups self-contained as far as marks are concerned.
8056
8057         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
8058         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
8059         (nnfolder-open-server): Make marks directory.
8060         (nnfolder-request-delete-group): Delete marks file.
8061         (nnfolder-request-delete-group): Check of nov/marks file exist
8062         before deleting.
8063         (nnfolder-request-rename-group): Rename marks file.
8064         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
8065         (nnfolder-request-set-mark, nnfolder-request-update-info)
8066         (nnfolder-group-marks-pathname, nnfolder-save-marks)
8067         (nnfolder-open-marks): New functions.
8068         (top-level): Require gnus.
8069
8070 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8071
8072         * nnweb.el (nnweb-type-definition): Use google raw file.
8073         (nnweb-google-parse-1): Ditto.
8074         (nnweb-google-identity): Ditto.
8075         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
8076         (nnweb-altavista-wash-article): Ditto.
8077         (nnweb-request-article): Remove nnweb-decode-entities.
8078
8079         * nnml.el: Require 'gnus.
8080
8081 2001-08-25  Simon Josefsson  <jas@extundo.com>
8082
8083         * nnml.el (nnml-marks-is-evil): Add doc.
8084
8085 2001-08-25  Simon Josefsson  <jas@extundo.com>
8086
8087         * nnml.el (nnml-save-marks): Wrap saving marks in a
8088         condition-case, to allow user to start Gnus if saving marks failed
8089         for some reason.
8090
8091 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8092
8093         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
8094
8095         * gnus-group.el (gnus-update-group-mark-positions): Bind
8096         gnus-group-update-hook to nil.
8097
8098 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8099
8100         * mml.el (mml-generate-mime-1): Force as multibyte string.
8101
8102 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8103
8104         * gnus-sum.el (gnus-summary-insert-line)
8105         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
8106         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
8107
8108         * gnus-spec.el (gnus-correct-substring): Take optional END.
8109
8110         * nnrss.el (nnrss-request-article): Remove \n.
8111         (nnrss-retrieve-headers): Lines number is -1.
8112
8113 2001-08-24  Simon Josefsson  <jas@extundo.com>
8114
8115         * gnus-group.el (gnus-info-clear-data): Call
8116         nnfoo-request-set-mark to propagate marks.  Fix bug:
8117         `gnus-group-update-line' doesn't update read range unless we call
8118         `gnus-get-unread-articles-in-group' first.
8119
8120         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
8121         to server.
8122
8123 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8124
8125         * gnus-util.el (gnus-create-info-command): Return an interactive
8126         function.
8127
8128 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8129         From Katsumi Yamaoka <yamaoka@jpl.org>
8130
8131         * gnus-spec.el (gnus-parse-complex-format): Use equal.
8132
8133 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8134
8135         * gnus-sum.el (gnus-select-newsgroup): Use it.
8136
8137         * gnus-util.el (gnus-not-ignore): New function.
8138
8139         * lpath.el (featurep): Don't fbind char-int.
8140
8141         * gnus-util.el (gnus-create-info-command): New function.
8142
8143         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
8144         right node.
8145
8146         * gnus-sum.el (gnus-select-newsgroup): Clean up.
8147         (gnus-summary-limit-children): Use 'identity instead of `all'.
8148         (gnus-summary-limit-to-display-predicate): New command and
8149         keystroke.
8150
8151 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8152
8153         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
8154
8155         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
8156
8157 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8158
8159         * gnus-spec.el: Add the Gnus version.
8160         (gnus-update-format-specifications): If the Gnus version changes,
8161         nix out the format spec cache.
8162
8163         * gnus.el (gnus-continuum-version): Made into a command and
8164         optionalize the VERSION.
8165
8166         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
8167         the start of the lines.
8168
8169 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8170
8171         * gnus.el (gnus-visual-p): Define function before use of
8172         function.
8173
8174 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8175
8176         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
8177         (gnus-article-mark-to-type): New function.
8178         (gnus-update-missing-marks): Only update marks of type 'list.
8179
8180         * gnus.el (gnus-article-special-mark-lists): New variable.
8181
8182 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8183
8184         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
8185         (gnus-select-newsgroup): Still use 'all.
8186         (gnus-summary-initial-limit): Comparing with 'all.
8187
8188 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8189
8190         * gnus-start.el (gnus-activate-group): If dont-check, don't update
8191         active.
8192
8193 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8194
8195         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
8196         nnslashdot-*-retrieve-headers.
8197         (nnslashdot-request-article): Fix for slashcode 2.2.
8198         (nnslashdot-make-tuple): New function.
8199         (nnslashdot-read-groups): Use it.
8200
8201 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8202
8203         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
8204         list.
8205
8206         * gnus-sum.el (gnus-summary-move-article): Don't select article.
8207
8208 2001-08-20  Simon Josefsson  <jas@extundo.com>
8209
8210         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
8211         opened, error instead of continuing (and exploding later).
8212
8213 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8214
8215         * gnus.el (gnus-expand-group-parameters): Return the parameter
8216         list.
8217
8218         * gnus-sum.el (gnus-summary-show-article): Doc fix.
8219         (gnus-summary-show-article): Guess at charset if required.
8220
8221         * gnus-spec.el (gnus-correct-substring): Stopped one character
8222         before we wanted.
8223
8224 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8225
8226         * earcon.el (earcon-auto-play): Remove unused option.
8227
8228 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8229
8230         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
8231         message down in levels, since it happens very fast.
8232
8233         * smiley-ems.el (smiley-update-cache): Respect the symbol version
8234         of smiley-regexp-alist.
8235
8236         * mm-view.el (mm-inline-text): Ignore vcard errors.
8237
8238         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
8239
8240         * gnus-score.el (gnus-all-score-files): Use append instead of
8241         nconc.
8242
8243         * gnus.el (gnus-splash-face): Doc fix.
8244
8245         * mm-decode.el (mm-mailcap-command): Use
8246         mm-path-name-rewrite-functions.
8247         (mm-path-name-rewrite-functions): New variable.
8248
8249         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
8250         (gnus-complex-form-to-spec): Insert tab.
8251         (gnus-spec-tab): New function.
8252
8253         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
8254         entering the group.
8255
8256         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
8257         the positional spec.
8258         (gnus-parse-complex-format): React to %C.
8259
8260         * gnus-ems.el (gnus-char-width): Moved here.
8261
8262         * gnus-sum.el (gnus-select-newsgroup): Set
8263         gnus-newsgroup-articles.
8264         (gnus-unseen-mark): New variable.
8265         (gnus-newsgroup-unseen): Ditto.
8266         (gnus-newsgroup-seen): Ditto.
8267         (gnus-adjust-marked-articles): Use them.
8268         (gnus-update-marks): Use them.
8269         (gnus-summary-update-secondary-mark): Display.
8270         (gnus-summary-prepare-threads): Display.
8271
8272         * gnus-msg.el (gnus-inews-group-method): Use and return the
8273         method, not the server.
8274
8275 2001-08-19  Simon Josefsson  <jas@extundo.com>
8276
8277         * gnus-srvr.el (gnus-server-agent-face): New.
8278         (gnus-server-agent-face): New.
8279         (gnus-server-mode): Turn on font-lock-mode.
8280
8281         * gnus.el (gnus-server-visual): Add defgroup.
8282
8283 2001-08-19  Simon Josefsson  <jas@extundo.com>
8284         From Joe Casadonte <jcasadonte@northbound-train.com>
8285
8286         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
8287         gnus-server-denied-face): New.
8288         (gnus-server-opened-face, gnus-server-closed-face,
8289         gnus-server-denied-face): New.
8290         (gnus-server-font-lock-keywords): Add.
8291
8292 2001-08-19  Simon Josefsson  <jas@extundo.com>
8293
8294         * nnml.el (nnml-request-set-mark): Return nil.
8295         (nnml-save-marks): Use nnml-possibly-create-directory.
8296         (nnml-open-marks): Only work in temp buffer when inserting/reading
8297         .marks file.
8298
8299 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8300
8301         * gnus.el (gnus-expand-group-parameters): Fix.
8302
8303         * gnus-spec.el (gnus-char-width): New function.
8304         (gnus-correct-substring, gnus-correct-length): Use it.
8305
8306         * message.el (message-required-mail-headers): Fix doc.
8307
8308 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8309
8310         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
8311
8312         * mm-decode.el (mm-save-part-to-file): Insert the handle.
8313
8314 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8315
8316         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
8317         slashdot 2.2 (not fully fixed yet).
8318         (nnslashdot-request-article): Ditto.
8319
8320 2001-08-18  Simon Josefsson  <jas@extundo.com>
8321
8322         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
8323         nnimap.
8324
8325         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
8326         gnus-util.
8327         (nnimap-request-update-info-internal): Use new functions.
8328
8329         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
8330         new functions.
8331
8332 2001-08-18  Simon Josefsson  <jas@extundo.com>
8333
8334         Make nnml groups self-contained as far as marks are concerned.
8335
8336         * nnml.el (nnml-request-delete-group): Delete marks file.
8337         (nnml-request-rename-group): Move marks file.
8338         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
8339         variables.
8340         (nnml-request-set-mark, nnml-request-update-info): New server
8341         functions.
8342         (nnml-save-marks, nnml-open-marks): New functions.
8343
8344 2001-08-18  Simon Josefsson  <jas@extundo.com>
8345
8346         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
8347         `set' when setting marks.
8348
8349 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8350
8351         * gnus.el (gnus-info-find-node): Take an argument.
8352
8353         * gnus-art.el (gnus-button-handle-info): New function.
8354         (gnus-url-unhex-string): Replace "+" with " ".
8355
8356 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8357
8358         * message.el (message-check-news-header-syntax): Check bad From.
8359
8360 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8361
8362         * gnus-spec.el (gnus-correct-length): New function.
8363         (gnus-correct-substring): New function.
8364         (gnus-tilde-max-form): Use it.
8365
8366 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
8367
8368         * nnmh.el: Docstring changes as below.
8369
8370         * nnml.el: Docstring changes as below.
8371
8372         * nnbabyl.el: Docstring changes as below.
8373
8374         * nnmbox.el: Docstring changes as below.
8375
8376         * nnfolder.el: Added docstrings identifying each virtual server
8377         parameter.
8378
8379 2001-08-18  Simon Josefsson  <jas@extundo.com>
8380
8381         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
8382
8383 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
8384
8385         * message.el: rename "Abort Message" to "Postpone Message".
8386         Remove "Attach file as MIME" from Message menu, it's already in
8387         the MIME menu.
8388
8389 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8390
8391         * smime.el (smime-point-at-eol): eval-and-compile.
8392         (smime-make-temp-file): New function.
8393         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
8394         Use it.
8395
8396 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8397
8398         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
8399         (gnus-agent-summary-fetch-group): New command and keystroke.
8400
8401         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
8402         (gnus-mime-display-security): Make it respect
8403         gnus-unbuttonized-mime-type-p.
8404
8405         * gnus-sum.el (gnus-articles-to-read): Comments.
8406         (gnus-article-marked-p): New function.
8407         (gnus-summary-display-make-predicate): New function.
8408         (gnus-select-newsgroup): Use them.
8409
8410         * mm-decode.el (mm-save-part-to-file): Made it not error.
8411
8412 2001-08-17  Simon Josefsson  <jas@extundo.com>
8413
8414         * imap.el (imap-wait-for-tag): If process-status isn't open or
8415         run, return nil instead of sit-for looping.
8416
8417 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8418
8419         * lpath.el (featurep): fbind xml-parse-region.
8420
8421         * gnus.el (gnus-message-archive-method): Default to "archive".
8422         (gnus-message-archive-method): Doc fix.
8423         (gnus-parameters-get-parameter): Cleaned up.
8424         (gnus-expand-group-parameter): New function.
8425
8426         * gnus-start.el (gnus-setup-news): Push the archive server only
8427         the server list.
8428
8429         * mml.el (mml-menu): Changed name to "Attachments".
8430
8431         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
8432         when there is something to detroy.
8433
8434 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8435
8436         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
8437         nil.
8438
8439 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8440
8441         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
8442         which specifies a time today or tomorrow.
8443
8444 2001-08-15  Simon Josefsson  <jas@extundo.com>
8445         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
8446
8447         * gnus-agent.el (gnus-agent-make-mode-line-string)
8448         (gnus-agent-toggle-plugged): Use new API.
8449
8450 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8451
8452         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
8453         deadline has expired.
8454
8455 2001-08-12  Simon Josefsson  <jas@extundo.com>
8456         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
8457
8458         Support `recent' mark indicating newly arrived messages (to
8459         separate from old but unread messages).
8460
8461         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
8462         `nnmail-split-history' if recent is > 0.
8463         (nnimap-request-update-info-internal): Update `recent' marks.
8464         (nnimap-request-set-mark): Never set `recent' marks.
8465         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
8466         recent.
8467
8468         * gnus-sum.el (gnus-recent-mark): New mark.
8469         (gnus-newsgroup-recent): New variable.
8470         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
8471         (gnus-summary-prepare-threads): Mark recent articles.
8472         (gnus-summary-add-mark): Support recent.
8473         (gnus-summary-update-secondary-mark): Support recent.
8474
8475         * gnus.el (gnus-article-mark-lists): Add recent.
8476
8477 2001-08-12  Simon Josefsson  <jas@extundo.com>
8478
8479         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
8480         whether successful decoding took place.  Add doc.
8481
8482 2001-08-12  Simon Josefsson  <jas@extundo.com>
8483         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
8484
8485         * gnus.el (gnus-summary-line-format, gnus-parameters):
8486         * gnus-gl.el (gnus-summary-grouplens-line-format):
8487         * gnus-salt.el (gnus-summary-pick-line-format):
8488         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
8489
8490 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
8491         Committed by Kai Gro\e,b_\e(Bjohann.
8492
8493         * gnus-score.el (gnus-score-string): Fix `match' regexp
8494         for `extra' header case.
8495
8496 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8497
8498         * nnmbox.el (nnmbox-read-mbox): No warning.
8499
8500 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8501
8502         * nndoc.el (nndoc-article-type): Fix doc.
8503         (nndoc-generate-article-function): New variable.
8504         (nndoc-dissection-function): New variable.
8505         (nndoc-type-alist): Add oe-dbx.
8506         (nndoc-oe-dbx-type-p): New function.
8507         (nndoc-oe-dbx-dissection): New function.
8508         (nndoc-oe-dbx-generate-article): New function.
8509
8510 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8511
8512         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
8513         whether deadline has been reached.  Patch from Dan Nicolaescu
8514         <dann@godzilla.ics.uci.edu>.
8515
8516 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8517
8518         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
8519         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
8520         <rintaman@cs.Helsinki.FI>.
8521
8522         * mail-source.el (mail-source-movemail): The error buffer is
8523         modified, but nothing in it.
8524
8525 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8526
8527         * message.el (message-bogus-system-names): New variable.
8528         (message-make-fqdn): Use it.
8529
8530 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8531
8532         * nndraft.el (nndraft-request-group): Use
8533         nndraft-auto-save-file-name.
8534
8535 2001-08-09  Simon Josefsson  <jas@extundo.com>
8536
8537         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
8538         Don't ask whether to decrypt.  Just leave result in buffer (don't
8539         call mm).
8540
8541         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
8542         parts as well.
8543         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
8544         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
8545
8546 2001-08-09  Simon Josefsson  <jas@extundo.com>
8547
8548         * mm-decode.el (mm-insert-part): Return decoding success status.
8549         (mm-save-part-to-file): Error if decoding failed.
8550
8551 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8552
8553         * message.el (message-tab): Use indent-relative.
8554         (message-mode): Don't bind indent-line-function to indent-relative.
8555
8556 2001-08-09  Simon Josefsson  <jas@extundo.com>
8557
8558         * message.el (message-get-reply-headers): Fix string. Suggested by
8559         Christoph Conrad <cc@cli.de>.
8560
8561 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8562
8563         * message.el (message-tab): Use the current value of
8564         indent-line-function.
8565         (message-mode): Bind indent-line-function to indent-relative.
8566
8567 2001-08-08  Simon Josefsson  <jas@extundo.com>
8568
8569         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
8570         whether `imtest' is installed.
8571
8572 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8573         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
8574
8575         * gnus-sum.el (gnus-summary-show-article): Call
8576         gnus-summary-update-secondary-secondary-mark.
8577         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
8578         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
8579
8580 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8581
8582         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
8583
8584         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
8585
8586         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
8587         <gerd@gnu.org>.
8588
8589         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
8590
8591         * gnus-util.el (gnus-output-to-rmail): Ditto.
8592         (gnus-output-to-mail): Ditto.
8593
8594         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
8595
8596 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
8597
8598         * message.el (message-indent-citation): Use
8599         `message-yank-cited-prefix' for empty lines.
8600
8601 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
8602
8603         * message.el (message-indent-citation): Quote only lines starting
8604         with ">" using `message-yank-cited-prefix'.
8605
8606 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
8607         Trivial patch.
8608
8609         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
8610         gnus-cache-fully-p.
8611
8612 2001-08-04  Simon Josefsson  <jas@extundo.com>
8613
8614         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
8615         file if it doesn't exist (by calling gnus-cache-read-active).
8616
8617 2001-08-04  Simon Josefsson  <jas@extundo.com>
8618
8619         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
8620         (gnus-cache-passively-or-fully-p): Removed.
8621         (gnus-cache-fully-p): Fix it.
8622
8623         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
8624
8625 2001-08-04  Simon Josefsson  <jas@extundo.com>
8626
8627         * gnus-cache.el (gnus-cache-fully-p)
8628         (gnus-cache-passively-or-fully-p): New functions.
8629         (gnus-cache-possibly-enter-article): Cosmetic change, use
8630         `g-c-p-o-f-p'.
8631         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
8632         was bogus (`g-c-p-a-a' does not change active info, just change
8633         the functions parameters).
8634         (gnus-cache-possibly-remove-articles-1): Make sure articles are
8635         not removed in groups that match `gnus-uncacheable-groups'.
8636
8637         Reported and modifications based on discussions with Nuutti
8638         Kotivuori <nuutti.kotivuori@smarttrust.com>.
8639
8640 2001-08-04  Simon Josefsson  <jas@extundo.com>
8641         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
8642
8643         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
8644         calls `gnus-cache-update-active' if bounds has been extended.
8645
8646 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8647
8648         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
8649         before remove.
8650         (gnus-mime-security-show-details): Ditto.
8651
8652 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8653
8654         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
8655         syntax.  Protect string-match against nil string and regexp.
8656
8657 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8658
8659         * mm-util.el (mm-find-charset-region): Remove control-1.
8660
8661 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8662
8663         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
8664
8665 2001-08-04  Simon Josefsson  <jas@extundo.com>
8666
8667         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
8668         buffer.  Delete MIME-Version header.
8669
8670 2001-08-03  Simon Josefsson  <jas@extundo.com>
8671
8672         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
8673         that is entered does not necessarily have the highest article
8674         number in the group, so use `gnus-cache-possibly-alter-active'
8675         instead of `gnus-cache-update-active'.
8676
8677 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8678
8679         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
8680
8681 2001-08-03  Simon Josefsson  <jas@extundo.com>
8682
8683         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
8684         menu.
8685
8686 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8687
8688         * gnus.el (post-method): New group parameter.  It also provides
8689         the user option `gnus-post-method-alist' and the internal function
8690         `gnus-parameter-post-method'.
8691
8692         * gnus-msg.el (gnus-post-method): Bind the value of
8693         `gnus-post-method' to the group parameter if it is defined.
8694
8695 2001-08-02  Simon Josefsson  <jas@extundo.com>
8696
8697         * smime.el (smime-extra-arguments): Removed.
8698         (smime-call-openssl-region): Don't use it.
8699
8700 2001-08-02  Simon Josefsson  <jas@extundo.com>
8701
8702         * smime.el (smime-sign-region): Handle stderr.
8703         (smime-encrypt-region): Ditto.
8704
8705         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
8706         match the ASN.1 length bytes.
8707         (mm-pkcs7-enveloped-magic): Ditto.
8708         (mm-view-pkcs7-get-type): Don't regexp quote.
8709
8710 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8711         From Andreas Fuchs <asf@void.at>
8712
8713         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
8714
8715 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8716
8717         * gnus-art.el (gnus-header-button-alist): References regexp.
8718
8719 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
8720
8721         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
8722         already fboundp.  Add INTERACTIVE arg to autoload form.
8723
8724 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8725
8726         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
8727
8728         * nnmail.el (nnmail-cache-open): Ditto.
8729
8730 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8731
8732         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
8733
8734 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8735
8736         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
8737
8738 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8739         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8740
8741         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
8742         (gnus-agent-toggle-plugged): Use it.
8743
8744 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
8745
8746         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
8747         (gnus-ding-file-coding-system): New variable.
8748         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
8749         (gnus-slave-save-newsrc): Use it.
8750
8751 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8752
8753         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
8754         syntax.
8755
8756 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8757         Originally from Andreas Fuchs <asf@void.at>
8758
8759         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
8760         (mml2015-gpg-pretty-print-fpr): New function.
8761         (mml2015-gpg-extract-signature-details): More details, rename from
8762         `m-g-e-from'.
8763         (mml2015-gpg-verify): Use them.
8764         (mml2015-gpg-clear-verify): Use them.
8765
8766 2001-07-31  Simon Josefsson  <jas@extundo.com>
8767
8768         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
8769         buffer when done.
8770
8771 2001-07-30  Simon Josefsson  <jas@extundo.com>
8772
8773         * smime.el (smime-call-openssl-region): Revert previous change,
8774         just pass on buf to `call-process-region'.
8775         (smime-verify-region): Doc fix.  Don't message stuff.  Use
8776         `smime-new-details-buffer'.  Inserts error messages into buffer.
8777         (smime-noverify-region): Ditto.
8778         (smime-decrypt-region): Ditto.  Handles stderr separately.
8779         (smime-verify-buffer, smime-noverify-buffer)
8780         (smime-decrypt-buffer): Doc fix.
8781         (smime-new-details-buffer): New function.
8782         (smime-pkcs7-region, smime-pkcs7-certificates-region)
8783         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
8784         (smime-sign-region, smime-encrypt-region): Don't use
8785         `insert-buffer'.
8786
8787         * mml-smime.el (mml-smime-verify): Fix security button strings.
8788
8789 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8790
8791         * gnus-art.el (gnus-mime-save-part-and-strip): Save
8792         gnus-article-mime-handles.
8793
8794 2001-07-29  Simon Josefsson  <jas@extundo.com>
8795
8796         * mail-source.el (top-level): Require message for message-directory.
8797         (mail-source-directory): Change default to message-directory.
8798
8799         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
8800         (smime-certificate-directory, smime-openssl-program)
8801         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
8802         (smime-extra-arguments): New variable.
8803         (smime-dns-server): Fix customize group.
8804         (smime-call-openssl-region): Use `smime-extra-arguments'.
8805
8806 2001-07-29  Simon Josefsson  <jas@extundo.com>
8807         From Vladimir Volovich <vvv@vsu.ru>
8808
8809         * smime.el (smime-call-openssl-region): Ignore stderr.
8810
8811 2001-07-29  Simon Josefsson  <jas@extundo.com>
8812         From Christoph Conrad <christoph.conrad@gmx.de>
8813
8814         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
8815         file.
8816
8817 2001-07-29  Simon Josefsson  <jas@extundo.com>
8818
8819         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
8820
8821         Support S/MIME decryption.
8822
8823         * mm-decode.el (mm-inline-media-tests):
8824         (mm-inlined-types):
8825         (mm-automatic-display):
8826         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
8827
8828         * mm-view.el (mm-pkcs7-signed-magic):
8829         (mm-pkcs7-enveloped-magic): New variables.
8830         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
8831         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
8832         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
8833         PKCS#7 blobs.
8834
8835         * smime.el (smime-decrypt-region): Expand keyfile.
8836
8837 2001-07-29  Simon Josefsson  <jas@extundo.com>
8838
8839         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
8840         `ssl.el' variables.
8841
8842         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
8843         but line instead of narrowing to it, because `nnmail-parse-active'
8844         calls widen.  Thanks to Christoph Conrad
8845         <christoph.conrad@gmx.de>.
8846
8847 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8848
8849         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
8850         for %B spec.
8851
8852         * gnus-sum.el (gnus-summary-prepare-threads): If
8853         gnus-sum-thread-tree-root is nil, use subject instead.
8854         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
8855         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
8856         (gnus-sum-thread-tree-leaf-with-other)
8857         (gnus-sum-thread-tree-single-leaf): Documentation.
8858         (gnus-sum-thread-tree-single-indent): Allow nil.
8859
8860 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8861
8862         * message.el (message-fill-paragraph): Do nothing if the user
8863         wants filladapt-mode.
8864
8865 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8866
8867         * mm-decode.el (mm-image-type-from-buffer): New function.
8868         (mm-get-image): Use it.
8869
8870 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8871
8872         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
8873
8874         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
8875         mm-display-parts too.
8876
8877 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8878
8879         * nnfolder.el (nnfolder-request-accept-article): Bind
8880         nntp-server-buffer.
8881
8882         * nnmail.el (nnmail-parse-active): Read from buffer instead of
8883         nntp-server-buffer.
8884
8885 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8886
8887         * message.el (message-check-news-header-syntax): Use
8888         message-post-method.
8889         (message-send-news): Bind message-post-method.
8890
8891 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8892
8893         * mml.el (mml-tweak-type-alist): New variable.
8894         (mml-tweak-function-alist): New variable.
8895         (mml-tweak-part): New function.
8896         (mml-generate-mime-1): Use it.
8897
8898 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8899
8900         * nnfolder.el (nnfolder-request-accept-article): Replace
8901         nnfolder-request-list.
8902
8903 2001-07-27  Simon Josefsson  <jas@extundo.com>
8904
8905         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
8906         nnoo-change-server failed to do it.
8907
8908 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8909
8910         * gnus.el (gnus-parameters): Make it customizable.
8911
8912 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8913
8914         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
8915
8916         * message.el (message-set-auto-save-file-name): More
8917         poor-system-types.
8918
8919         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
8920
8921         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
8922         supports +.
8923
8924 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8925
8926         * mm-decode.el (mm-readable-p): New function.
8927         (mm-inline-media-tests): Fix the default testers.
8928
8929 2001-07-26  Simon Josefsson  <jas@extundo.com>
8930
8931         * nnimap.el (nnimap-version): Bump version number.
8932
8933 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8934         From Steven E. Harris <seh@speakeasy.org>
8935
8936         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
8937         in M$Windows too.
8938
8939 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8940
8941         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
8942
8943 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8944
8945         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
8946
8947         * mm-decode.el (mm-get-image): Guess then use the type.
8948
8949         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
8950
8951 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
8952
8953         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
8954         display (%B) for threads if threading is off.
8955
8956 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8957         From Henrik Enberg <henrik@enberg.org>
8958
8959         * gnus-msg.el: Customization patch.
8960
8961 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
8962
8963         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
8964         variable.
8965         (nnmail-split-fancy-with-parent): Ignore certain groups.
8966
8967 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8968
8969         * gnus-util.el (gnus-byte-compile): New function.
8970         (gnus-use-byte-compile): New variable.
8971         (gnus-make-sort-function): Use it.
8972
8973         * nnmail.el (nnmail-get-new-mail): Use it.
8974
8975         * gnus-agent.el (gnus-category-make-function): Simple function or
8976         compiled function.
8977         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
8978
8979         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
8980         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
8981         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
8982
8983         * message.el (message-check-news-header-syntax): Remove quote.
8984
8985 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8986
8987         * message.el (message-use-mail-followup-to): `t' is not a
8988         documented value.
8989
8990 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8991
8992         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
8993
8994 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8995
8996         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
8997         there are long lines.
8998
8999 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9000
9001         * dgnushack.el (copy-list): New compiler macro.
9002
9003 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9004
9005         * message.el (message-bounce): If no Return-Path, the whole
9006         content is considered as the original message.
9007
9008         * nnml.el (nnml-check-directory-twice): New variable.
9009         (nnml-article-to-file): Use it.
9010         (nnml-retrieve-headers): Hack it.
9011
9012 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9013
9014         * gnus-win.el (gnus-buffer-configuration): New configure.
9015
9016         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
9017         not alive.
9018
9019         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
9020         (mm-display-external): Use display-term configure.
9021
9022 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9023
9024         * gnus-delay.el (gnus-delay-default-hour): New variable.
9025         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
9026
9027 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9028         From Karl Kleinpaste <karl@charcoal.com>
9029
9030         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
9031         (gnus-summary-prepare-threads): Ditto.
9032
9033         * gnus.el (gnus-summary-line-format): Add %B.
9034
9035 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9036
9037         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
9038
9039         * mm-util.el (mm-string-as-multibyte): New function.
9040
9041         * nnmh.el (nnmh-request-list-1): Encode, not decode!
9042
9043 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9044
9045         * mm-util.el (mm-universal-coding-system): New variable.
9046
9047         * gnus-start.el (gnus-startup-file-coding-system): Use it.
9048
9049         * score-mode.el (score-mode-coding-system): Use it.
9050
9051 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9052
9053         * gnus-start.el (gnus-setup-news): Call
9054         `gnus-check-bogus-newsgroups' just after the native server is
9055         opened.
9056
9057 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9058
9059         * nnmail.el (nnmail-do-request-post): Util function to be used by
9060         `nnchoke-request-post' for all nnmail-derived backends.
9061
9062         * nnml.el (nnml-request-post): Use it.
9063
9064         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
9065         backend, for it groks nnml-request-post.
9066
9067         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
9068         Treat `mail-post' backends like `mail' backends, not like `news'
9069         backends.
9070
9071 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9072
9073         * gnus-msg.el (gnus-setup-message): make-local-hook.
9074
9075 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9076
9077         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
9078         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
9079         <karl@charcoal.com>, slightly changed by Kai.
9080
9081         * message.el (message-check-news-header-syntax): When checking
9082         whether the groups exist, check the right server based on
9083         `gnus-post-method'.
9084
9085 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9086
9087         * gnus-delay.el: New file.
9088
9089 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9090
9091         * mm-util.el (mm-read-coding-system): Take two arguments.
9092
9093         * gnus-sum.el (gnus-summary-show-article): Use
9094         mm-read-coding-system.
9095
9096         * gnus-art.el (article-de-quoted-unreadable):
9097         (article-de-base64-unreadable, article-wash-html):
9098         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
9099
9100 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9101
9102         * nnml.el (nnml-request-post): New function.  Can be used for
9103         annotations in nnml groups.
9104
9105 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9106
9107         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
9108         command.
9109
9110         * gnus-start.el (gnus-find-new-newsgroups): Use
9111         `message-make-date' instead of `current-time-string'.
9112         (gnus-ask-server-for-new-groups): Ditto.
9113         (gnus-check-first-time-used): Ditto.
9114
9115 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9116
9117         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
9118
9119 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
9120
9121         * message.el (message-shorten-references): Change `maxcount' and
9122         `cut' to obey USEFOR draft 5.
9123
9124 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
9125
9126         * gnus-sum.el (gnus-summary-display-arrow): New variable.
9127         (gnus-summary-set-article-display-arrow): New function.
9128         (gnus-summary-goto-subject): Use it.
9129
9130 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9131
9132         * gnus-sum.el (gnus-summary-import-article): Insert date if
9133         doesn't exist.
9134
9135 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9136
9137         * mml.el (mml-content-type-parameters): New variable.
9138         (mml-content-disposition-parameters): New variable.
9139         (mml-insert-mime-headers): Use them.
9140         (mml-parse-1): Accept charset.
9141
9142 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9143
9144         * gnus-group.el (gnus-group-select-group): Doc fix.
9145
9146         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
9147
9148 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9149
9150         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
9151         to handle `define-derived-mode'.
9152
9153 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9154         From:  Stefan Monnier  <monnier@cs.yale.edu>
9155
9156         * message.el (message-mode): Use define-derived-mode.
9157         (message-tab): message-completion-alist.
9158
9159         * imap.el (imap-interactive-login): Use make-local-variable.
9160         (imap-open): Ditto.
9161         (imap-authenticate): Ditto.
9162
9163         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
9164
9165         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
9166
9167 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9168
9169         * message.el (message-citation-line-function): Refer to
9170         gnus-cite-attribution-suffix.
9171
9172 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9173
9174         * gnus-art.el,...: Error convention changes.
9175
9176 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9177
9178         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
9179
9180 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9181
9182         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
9183         (nnrss-read-server-data): Ditto.
9184
9185 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9186
9187         * gnus-setup.el (gnus-use-installed-gnus): Typo.
9188         * Cleanup files.
9189         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
9190
9191 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9192
9193         * gnus.el (gnus-summary-line-format): Add %o.
9194
9195         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
9196         unless shell outputs something.
9197
9198 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9199
9200         * gnus-art.el (gnus-boring-article-headers): Better doc.
9201         (article-hide-headers): Better regexp.
9202         Suggested by Matt Swift <swift@alum.mit.edu>.
9203
9204         * nnheader.el (nnheader-max-head-length): Better doc.
9205         (nnheader-header-value): Skip spaces.
9206         (nnheader-parse-head): Remove space.
9207         Suggested by Matt Swift <swift@alum.mit.edu>.
9208
9209         * gnus-sum.el (gnus-summary-show-raw-article): New function.
9210         (gnus-get-newsgroup-headers): Remove space.
9211
9212 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9213
9214         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
9215         (gnus-summary-reply): Use it.
9216         (gnus-summary-reply-broken-reply-to): New function.
9217         (gnus-msg-force-broken-reply-to): New function.
9218
9219         * mm-view.el (mm-inline-text): Showing as text/plain when error.
9220
9221 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9222
9223         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
9224
9225 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9226
9227         * mm-decode.el (mm-external-terminal-program): New variable.
9228         (mm-display-external): Use it. Use term to display when no
9229         window-system.
9230
9231 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
9232
9233         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
9234         Browse->Next entries to Browse->Prev
9235
9236 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9237
9238         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
9239
9240 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9241
9242         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
9243         for the default encoding.
9244
9245         * nnrss.el (nnrss-url-field): New field.
9246         (nnrss-request-article): Add newsgroups.
9247
9248         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
9249
9250 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9251
9252         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
9253
9254         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
9255         (gnus-draft-setup): Remove backlog.
9256
9257 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9258
9259         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
9260         Cleanup.
9261
9262 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9263
9264         * gnus-msg.el (gnus-bug): Erase buffer.
9265
9266         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
9267
9268 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9269
9270         * mm-decode.el (mm-attachment-override-p): Fix typo.
9271
9272 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
9273
9274         * gnus-kill.el (gnus-execute): Work with the extra headers.
9275         * gnus-sum.el (gnus-summary-execute-command): Ditto.
9276
9277 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9278
9279         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
9280         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
9281
9282         * message.el (message-send-mail-real-function): New variable.
9283         (message-send-mail-partially, message-send-mail):
9284
9285         * nngateway.el (nngateway-request-post): Use it.
9286
9287         * gnus-agent.el (gnus-agentize): Use it.
9288
9289         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
9290         (nnsoup-revert-variables): Use it.
9291
9292 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
9293
9294         * mm-decode.el (mm-inline-media-tests): Default to displaying as
9295         text/plain if the type doesn't match any other media types.
9296         (mm-inlined-types): Doc fix.
9297         (mm-display-inline): Revert previous change (now handled by a
9298         default type in `mm-inline-media-tests'.
9299         (mm-inlinable-p): Revive.
9300         (mm-display-part): Call `mm-inlinable-p'.
9301         (mm-attachment-override-p): Ditto.
9302         (mm-inlined-p): Doc fix.
9303
9304         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
9305         well as `mm-inlined-p'.
9306
9307 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9308
9309         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
9310         (nntp-send-command-and-decode): Use gnus-point-at-bol.
9311
9312 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9313         From  Paul Jarc <prj@po.cwru.edu>
9314
9315         * message.el (message-use-mail-followup-to): New variable.
9316         (message-get-reply-headers): Use it.
9317
9318 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
9319
9320         * nnheader.el (nnheader-init-server-buffer): Make sure the
9321         *nntpd* buffer is made multibyte instead of a random buffer.
9322
9323 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9324
9325         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
9326         when it returns headers.
9327
9328 2001-07-07  Simon Josefsson  <jas@extundo.com>
9329
9330         * rfc2047.el (rfc2047-encode-message-header): Skip header when
9331         trying to fold. Thanks to Colin Walters
9332         <walters@cis.ohio-state.edu>
9333
9334 2001-07-06  Simon Josefsson  <jas@extundo.com>
9335
9336         * imap.el (imap-parse-address-list, imap-parse-flag-list)
9337         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
9338         Add information in `assert's.
9339
9340         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
9341         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
9342         and `nnimap-group-overview-filename', should handle all
9343         change-of-uidvalidity related issues.  But there may be other
9344         problems.)
9345
9346 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
9347
9348         * rfc2047.el (rfc2047-encode-message-header): Don't include the
9349         header name when folding.
9350
9351 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
9352
9353         * mm-decode.el (mm-inlined-types): Document relationship with
9354         `mm-inline-media-tests'.
9355         (mm-display-inline): Default to displaying as plain text if no
9356         inlining handler is available.
9357         (mm-inlinable-p): Remove.
9358         (mm-inlined-p): Don't call `mm-inlinable-p'.
9359         (mm-automatic-display-p): Ditto.
9360         (mm-attachment-override-p): Ditto.
9361
9362 2001-07-04  Simon Josefsson  <jas@extundo.com>
9363
9364         * nnimap.el (nnimap-importantize-dormant): New variable.
9365         (nnimap-request-update-info-internal): Use it.
9366         (nnimap-request-set-mark): Ditto.
9367
9368 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
9369
9370         * nntp.el (nntp-send-command): don't pass a buffer argument to
9371         `point'. Only XEmacs accepts this.
9372         * nntp.el (nntp-send-command-nodelete): ditto.
9373         * nntp.el (nntp-send-command-and-decode): ditto.
9374
9375 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
9376
9377         * nntp.el (nntp-open-connection-function): doc update.
9378         * nntp.el (nntp-pre-command): New.
9379         * nntp.el (nntp-via-rlogin-command): New.
9380         * nntp.el (nntp-via-telnet-command): New.
9381         * nntp.el (nntp-via-telnet-switches): New.
9382         * nntp.el (nntp-via-user-name): New.
9383         * nntp.el (nntp-via-user-password): New.
9384         * nntp.el (nntp-via-address): New.
9385         * nntp.el (nntp-via-envuser): New.
9386         * nntp.el (nntp-via-shell-prompt): New.
9387         * nntp.el (nntp-open-telnet-stream): New.
9388         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
9389         * nntp.el (nntp-open-via-telnet-and-telnet): New.
9390         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
9391         * nntp.el (nntp-send-command): ditto.
9392         * nntp.el (nntp-send-command-nodelete): ditto.
9393         * nntp.el (nntp-send-command-and-decode): ditto.
9394
9395 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
9396         Trivial patch.
9397
9398         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
9399         `when'.
9400
9401 2001-07-03  Simon Josefsson  <jas@extundo.com>
9402         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
9403
9404         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
9405
9406 2001-07-03  Simon Josefsson  <jas@extundo.com>
9407
9408         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
9409         remove it (workaround XEmacs `fill-region' bug).
9410
9411 2001-07-01  Simon Josefsson  <jas@extundo.com>
9412
9413         * nnimap.el (nnimap-date-days-ago): Defeat locale.
9414
9415 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9416
9417         * mml2015.el (mml2015-format-error): New function.
9418         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
9419         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
9420         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
9421
9422 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9423
9424         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
9425         Suggested by Christoph Conrad <C.Conrad@cli.de>.
9426
9427         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
9428         group variables.
9429
9430 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9431
9432         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
9433
9434         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
9435         (nnrss-save-group-data): Ditto.
9436
9437         * gnus-agent.el (gnus-agent-save-alist): Ditto.
9438
9439 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9440
9441         * message.el (message-do-send-housekeeping): Narrow to headers.
9442
9443 2001-06-24  Simon Josefsson  <jas@extundo.com>
9444
9445         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
9446         insertion when breaking lines looked for " \t" instead of "[ \t]".
9447         (rfc2047-encode-message-header): Fold lines even if
9448         no QP encoding is done.
9449
9450 2001-06-23  Simon Josefsson  <jas@extundo.com>
9451         From Samuel Tardieu <sam@inf.enst.fr>
9452
9453         * smime.el (smime-keys): Support additional certificates.
9454         (smime-make-certfiles): New function.
9455         (smime-sign-region): Use previous variables.
9456         (smime-get-certfiles): New function.
9457         (smime-sign-buffer): Use it.
9458         (smime-verify-region): Support both CAfile and CApath.
9459
9460 2001-06-23  Simon Josefsson  <jas@extundo.com>
9461
9462         * smime.el (smime-decrypt-region): Perhaps work.
9463
9464 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9465
9466         * gnus-msg.el (gnus-copy-article-buffer): Typo.
9467
9468 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
9469
9470         * mm-decode.el (mm-save-part): Rewrite file name.
9471         (mm-file-name-rewrite-functions): New variable.
9472         (mm-file-name-delete-whitespace): New function.
9473         (mm-file-name-trim-whitespace): New function.
9474         (mm-file-name-collapse-whitespace): New function.
9475         (mm-file-name-replace-whitespace): New variable and function.
9476
9477 2001-06-22  Simon Josefsson  <jas@extundo.com>
9478
9479         * message.el (message-make-date): Workaround locale for weekdays.
9480
9481 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9482
9483         * message.el (message-goto-body): Return nil if not found. (revert!)
9484
9485 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9486         From Fremlin <chief@bandits.org>
9487
9488         * message.el (message-goto-body): Some messages have no header.
9489
9490         * gnus-msg.el (gnus-copy-article-buffer): Use it.
9491
9492 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
9493
9494         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
9495
9496 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9497
9498         * message.el (message-make-date): Add week day.
9499         Suggested by Jason R. Mastaler <jason@mastaler.com>.
9500
9501 2001-06-19  Simon Josefsson  <jas@extundo.com>
9502
9503         * message.el (message-yank-prefix): Doc fix.
9504         (message-yank-cited-prefix): Ditto.
9505         (message-delete-not-region): Keep citation prefix on first line,
9506         if possible and appropriate.
9507
9508 2001-06-19  Simon Josefsson  <jas@extundo.com>
9509
9510         * imap.el (imap-process-connection-type): New variable.
9511         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
9512         recent `imtest's work completely (no line length issues), while
9513         making making old `imtest's unusable.  Thanks to NAGY Andras
9514         <nagya@inf.elte.hu> for his work.
9515
9516 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
9517
9518         * imap.el (imap-ssl-program): Add -quiet to shut up
9519         OpenSSL/SSLeay's internal debug talk.
9520
9521 2001-06-19  Matt Armstrong  <matt@lickey.com>
9522
9523         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
9524         server.
9525
9526 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9527
9528         * nnmail.el (nnmail-article-buffer): New variable.
9529         (nnmail-split-incoming): Use it.
9530
9531 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
9532
9533         * qp.el (quoted-printable-decode-region): If called interactively,
9534         use coding-system-for-read.
9535
9536 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9537
9538         * message.el (message-check-news-header-syntax): Check Reply-To.
9539
9540 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9541
9542         * mml.el (mml-parse-1): Use message options.
9543
9544         * message.el (message-do-fcc): Don't do anything if there is no
9545         FCC.
9546
9547 2001-06-16  Simon Josefsson  <jas@extundo.com>
9548
9549         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
9550         (nnimap-expunge-search-string): New variable.
9551         (nnimap-request-expire-articles): Use it.
9552
9553 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9554
9555         * message.el (message-send-mail-with-qmail): wrong exit status is
9556         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
9557
9558 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9559
9560         * gnus-art.el (article-strip-multiple-blank-lines): Use
9561         delete-region instead of replace-match.
9562
9563 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9564
9565         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
9566         (nnweb-google-wash-article): Ditto.
9567
9568 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
9569
9570         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
9571
9572 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9573
9574         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
9575         specs.
9576
9577 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9578
9579         * gnus.el (gnus-email-address): Move it here.
9580
9581         * gnus-art.el (article-de-quoted-unreadable): Read charset if
9582         requested.
9583         (article-de-base64-unreadable): Ditto.
9584         (article-wash-html): Ditto.
9585
9586 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9587
9588         * message.el (message-options-set-recipient): Don't add ", "
9589         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
9590
9591 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9592
9593         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
9594
9595 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9596
9597         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
9598         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
9599
9600         * nnrss.el (nnrss-node-text): Node might be nil.
9601
9602 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9603
9604         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
9605         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
9606
9607         * nnrss.el (nnrss-group-alist): More items.
9608
9609 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9610
9611         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
9612
9613 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9614         Trivial patch from Dale Hagglund  <rdh@best.com>
9615
9616         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
9617         restrict clauses.
9618
9619 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9620
9621         From Benjamin Rutt <brutt+news@bloomington.in.us>
9622
9623         * message.el (message-wide-reply-confirm-recipients): New variable.
9624
9625 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9626         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
9627
9628         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
9629         fix so it works with XEmacs.
9630
9631 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9632
9633         * nnrss.el (nnrss-retrieve-headers): Support description as extra
9634         headers.
9635
9636 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9637
9638         * nnrss.el: Fix a few bugs.
9639
9640 2001-06-05  Simon Josefsson  <jas@extundo.com>
9641
9642         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
9643         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
9644
9645 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
9646
9647         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
9648         binary so that we don't transmit ISO 2022 garbage to the process.
9649         This is needed under XEmacs.
9650
9651 2001-06-03  Simon Josefsson  <simon@josefsson.org>
9652
9653         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
9654         autoloaded incorrectly below because ssl-program-* is bound.)
9655         Thanks to Amos Gouaux for report.
9656
9657 2001-06-02  Simon Josefsson  <simon@josefsson.org>
9658
9659         * imap.el (imap-kerberos4-open):
9660         (imap-gssapi-open):
9661         (imap-ssl-open):
9662         (imap-network-open):
9663         (imap-shell-open):
9664         (imap-starttls-open): Set buffer to workaround spurious
9665         `accept-process-output' buffer changes.  Thanks to Mats Lidell
9666         <Mats.Lidell@contactor.se> for report and partial patch and Jake
9667         Colman <colman@ppllc.com> for report.
9668
9669 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9670
9671         * gnus-sum.el (gnus-summary-catchup): New argument.
9672         (gnus-summary-catchup-from-here): New function.
9673
9674 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9675
9676         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
9677         back, then insert glyph.  (Before, the glyph was inserted first,
9678         then the newline.)  This works around a behavior in XEmacs where
9679         it is not possible to insert a character after a glyph which is at
9680         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
9681
9682 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9683
9684         From Jaap-Henk Hoepman (jhh@xs4all.nl).
9685
9686         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
9687         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
9688         mm-destroy-postponed-undisplay-list): New functions.
9689         (mm-display-external): Use them.
9690
9691 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9692
9693         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
9694         `default-low' when evaluating `gnus-summary-highlight'.
9695         From Raja R Harinath <harinath@cs.umn.edu>.
9696
9697 2001-05-27  Simon Josefsson  <simon@josefsson.org>
9698
9699         * message.el (message-yank-cited-prefix): New variable.
9700         (message-indent-citation): Use it.
9701
9702         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
9703         as details.
9704         (mml2015-mailcrypt-clear-verify): Ditto.
9705
9706 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9707         From Nevin Kapur <nevin@jhu.edu>.
9708
9709         * gnus-sum.el (gnus-summary-default-high-score,
9710         gnus-summary-default-low-score): New variables.
9711         (gnus-summary-highlight): Use them.
9712
9713 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
9714
9715         * message.el (message-mail): pass the 'send-actions argument to
9716         `message-setup'.
9717
9718 2001-05-16  Simon Josefsson  <simon@josefsson.org>
9719         From Raymond Scholz <ray-2001@zonix.de>
9720
9721         * gnus-art.el (gnus-mime-view-part-as-charset):
9722         (gnus-mime-internalize-part): Doc fixes.
9723
9724 2001-05-11  Simon Josefsson  <simon@josefsson.org>
9725
9726         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
9727         status lines without any text ("^215$").
9728
9729 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9730
9731         * nnrss.el (nnrss-check-group): Reverse.
9732
9733 2001-05-07  Simon Josefsson  <simon@josefsson.org>
9734
9735         * message.el (message-get-reply-headers):
9736         (message-followup): Fix typo, suggested by David Green
9737         <dgreen@uab.edu>
9738
9739 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9740
9741         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
9742
9743         * nnrss.el (nnrss-open-server): Read server data when it is called.
9744         (nnrss-request-expire-articles): Fix.
9745
9746 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9747
9748         * message.el (message-do-send-housekeeping): mail-abbrevs may
9749         rename buffer behind Gnus.
9750
9751 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9752
9753         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
9754         (nnrss-group-alist): Add more resources.
9755         (nnrss-check-group): Ignore errors.
9756
9757 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9758
9759         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
9760
9761         * nnslashdot.el (nnslashdot-request-list): Add time.
9762         (nnslashdot-request-expire-articles): New function.
9763
9764         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
9765         secondary methods too.
9766
9767 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9768
9769         * message.el (message-use-followup-to): Set default value to t.
9770
9771 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
9772
9773         * message.el (message-dont-reply-to-names): Fix documentation.
9774         (message-get-reply-headers): Use Mail-Followup-To only for wide
9775         replies.
9776
9777 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9778
9779         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
9780         correctly.
9781         (nnrss-check-group): Use time.
9782
9783 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9784
9785         * gnus.el: Oort Gnus v0.03 is released.
9786
9787 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9788
9789         * nnultimate.el (nnultimate-topic-article-to-article): Use the
9790         group.
9791
9792 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9793
9794         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
9795
9796 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9797
9798         * nnultimate.el (nnultimate-retrieve-headers): Return all
9799         available headers.
9800
9801         * gnus-sum.el (gnus-read-all-available-headers): New variable.
9802         (gnus-get-newsgroup-headers-xover): Use it.
9803
9804 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9805
9806         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
9807
9808 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9809
9810         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
9811
9812 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9813
9814         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
9815         disable it.
9816
9817         * gnus.el (gnus-info-nodes): Remove a few The's.
9818
9819 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9820
9821         * mail-source.el (mail-source-movemail): Call-process may return a
9822         signal description string.
9823
9824         * gnus-start.el (gnus-read-newsrc-el-file):
9825         gnus-newsrc-file-version may be nil.
9826
9827         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
9828         Suggested by Michael Sperber [Mr. Preprocessor]
9829         <sperber@informatik.uni-tuebingen.de>.
9830
9831 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
9832
9833         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
9834
9835 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
9836
9837         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
9838         fontify HANDLE.
9839
9840 2001-04-18  Simon Josefsson  <simon@josefsson.org>
9841
9842         * smime.el (smime-ask-passphrase): Rework to return value.
9843         (smime-sign-region): Rework to bind value and use it.
9844         (smime-decrypt-region): Ditto.
9845
9846 2001-04-18  Simon Josefsson  <simon@josefsson.org>
9847         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
9848
9849         * smime.el (smime-ask-passphrase): New function.
9850         (smime-sign-region): Use it.
9851         (smime-encrypt-cipher): New variable.
9852         (smime-decrypt-region): Ditto.
9853
9854 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
9855         Committed by Simon Josefsson  <simon@josefsson.org>
9856
9857         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
9858         the log.
9859
9860 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9861
9862         * gnus.el: Oort Gnus v0.02 is released.
9863
9864 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
9865
9866         * gnus.el: Oort Gnus v0.01 is released.
9867
9868 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9869
9870         * gnus-sum.el (gnus-summary-highlight): Highlight read
9871         undownloaded articles as read articles.
9872
9873         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
9874         (gnus-agent-get-undownloaded-list): Mark all undownloaded
9875         articles, even read ones, as such.
9876
9877         * gnus-sum.el (gnus-summary-find-matching): Clean up.
9878         (gnus-find-matching-articles): New function.
9879         (gnus-summary-limit-include-matching-articles): New command.
9880         (gnus-summary-limit-include-thread): Include articles that have
9881         matching subjects.
9882         (gnus-offer-save-summaries): Clean up.
9883
9884 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9885
9886         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
9887
9888 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9889         From Jason Merrill <jason_merrill@redhat.com>
9890
9891         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
9892
9893 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
9894         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9895
9896         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
9897         newsgroup names when the original article is a news message.
9898
9899 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9900
9901         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
9902         supported. Suggest by Jim Meyering <jim@meyering.net>.
9903
9904 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
9905         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
9906
9907         * nnmail.el (nnmail-split-it): Added check for .* at the end of
9908         regexp in nnmail-split-fancy.
9909
9910 2001-04-10  Simon Josefsson  <simon@josefsson.org>
9911
9912         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
9913
9914 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
9915
9916         * message.el (message-send-mail): Improve the interaction with the
9917         user.
9918
9919 2001-04-10  Simon Josefsson  <simon@josefsson.org>
9920
9921         * imap.el (imap-message-copy): Work around buggy servers that
9922         doesn't send TRYCREATE tags.
9923
9924 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
9925
9926         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
9927
9928 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9929
9930         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
9931         date.
9932
9933 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9934
9935         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
9936         lives.
9937
9938 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9939
9940         * gnus-art.el (gnus-parse-news-url): New function.
9941         (gnus-button-handle-news): New function.
9942         (gnus-button-alist): Point to new functions.
9943
9944         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
9945
9946         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
9947         gnus-format-specs.
9948
9949         * message.el (message-check-news-header-syntax): Question even
9950         when Gnus doesn't know the group names.
9951         (message-send-news): Clean up.
9952
9953         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
9954         exited on purpose without saving.
9955
9956         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
9957
9958 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9959
9960         * gnus-score.el (gnus-score-orphans): Clean up.
9961
9962         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
9963
9964         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
9965         later.
9966
9967         * gnus-start.el (gnus-close-all-servers): Find the right items to
9968         close.
9969
9970         * qp.el (quoted-printable-decode-region): Just message
9971         malformation; don't quit.
9972
9973 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9974         From Gerd Moellmann <gerd@gnu.org>.
9975
9976         * gnus.el (gnus-interactive): A typo.
9977
9978 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
9979         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9980
9981         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
9982         `assq-delete-all', if that function exists; otherwise use the old
9983         definition. Documentation changed to match the one in
9984         `assq-delete-all'.
9985
9986 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9987
9988         * gnus-start.el (gnus-close-all-servers): New function.
9989
9990         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
9991         (gnus-server-remove-denials): Clean up.
9992
9993         * gnus-sum.el (gnus-summary-sort-by-original): New command and
9994         keystroke.
9995
9996 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9997
9998         * message.el (message-send-news): Message where we are sending.
9999         (message-send-mail): Ditto.
10000
10001         * gnus.el (gnus-server-string): New function.
10002
10003         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
10004
10005         * mm-decode.el (mm-default-directory): Customized.
10006         (mm-tmp-directory): Ditto.
10007
10008         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
10009         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
10010         or Chars.
10011         (gnus-summary-line-format-alist): ?l is now a string.
10012         (gnus-summary-prepare-threads): Output ? for unknown lines.
10013         (gnus-summary-insert-line): Ditto.
10014         (gnus-summary-print-article): Unbalanced parentheses.
10015
10016         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
10017         out whether new stuff has arrived.
10018
10019 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
10020
10021         * gnus-sum.el: Let printing work on ttys on Emacs.
10022
10023 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10024
10025         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
10026         when forcing news.
10027
10028         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
10029         command.
10030
10031 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
10032
10033         * message.el (message-set-auto-save-file-name): Don't use
10034         asterisks under nt.
10035
10036 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10037
10038         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
10039         lists of articles.
10040
10041         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
10042
10043         * gnus-msg.el (gnus-put-message): Clean up.
10044         (gnus-summary-reply): Mark all replied-to articles as replied to.
10045         (gnus-inews-add-send-actions): Also mark as forwarded.
10046         (gnus-summary-mail-forward): Mark as forwarded.
10047
10048         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
10049         of articles.
10050         (gnus-summary-mark-article-as-forwarded): Ditto.
10051
10052         * gnus-msg.el (gnus-summary-resend-message): Mark article as
10053         forwarded.
10054         (gnus-summary-mail-forward): Clean up.
10055
10056         * gnus.el (gnus-article-mark-lists): Added forward.
10057
10058         * gnus-sum.el (gnus-forwarded-mark): New variable.
10059         (gnus-summary-prepare-threads): Use it.
10060         (gnus-summary-update-secondary-mark): Ditto.
10061         (gnus-newsgroup-forwarded): New variable.
10062
10063 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10064
10065         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
10066         (gnus-summary-very-wide-reply): New command and keystroke.
10067         (gnus-summary-very-wide-reply-with-original): Ditto.
10068
10069         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
10070         (gnus-score-adaptive): Use it.
10071
10072         * gnus-start.el (gnus-get-unread-articles): Clean up.
10073
10074 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10075
10076         * nnultimate.el (nnultimate-retrieve-headers): Work for other
10077         boards.
10078
10079 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
10080
10081         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
10082         * gnus-start.el (gnus-subscribe-newsgroup): use it.
10083
10084 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10085
10086         * nnultimate.el (nnultimate-retrieve-headers): Understand
10087         long-form month names.
10088
10089 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10090
10091         * gnus-sum.el (gnus-summary-show-all-headers):
10092         gnus-article-show-all-headers is broken. Use
10093         gnus-summary-toggle-header instead.
10094
10095         * mml2015.el (mml2015-gpg-extract-from): No error.
10096
10097 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10098         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
10099
10100         * mml2015.el (mml2015-gpg-extract-from): New function.
10101         (mml2015-gpg-verify): Use it.
10102         (mml2015-gpg-clear-verify): Use it.
10103
10104 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10105
10106         * message.el (message-setup-fill-variables): Use
10107         fill-paragraph-function.
10108         (message-fill-paragraph): Take an argument.
10109         (message-newline-and-reformat): Take another argument.
10110
10111 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10112
10113         * message.el (rmail-output): It is in rmailout.el not rmail.el.
10114
10115 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10116
10117         * message.el (message-forward): local-variable-p takes an extra
10118         argument in XEmacs.
10119
10120 2001-03-16  Simon Josefsson  <simon@josefsson.org>
10121
10122         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
10123         `nnimap-use-nov-p' (it really tested the negative).
10124         (nnimap-retrieve-headers): Use it.
10125
10126 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10127
10128         * message.el (message-generate-headers-first): Update doc.
10129
10130 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
10131         Trivial patch.
10132
10133         * gnus.el (gnus-summary-line-format): Typo.
10134
10135 2001-03-11  Simon Josefsson  <simon@josefsson.org>
10136
10137         * mailcap.el (mailcap-mime-data): Add application/sieve.
10138         (mailcap-mime-extensions): Add .siv, .xls.
10139
10140 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10141         From Christoph Conrad <christoph.conrad@gmx.de>
10142
10143         * gnus-score.el (gnus-summary-lower-thread): Typo.
10144
10145 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10146
10147         * message.el (message-forward-decoded-p): New variable.
10148         (message-forward-subject-author-subject): Use it.
10149         (message-make-forward-subject): Use it.
10150         (message-forward): Use it.
10151
10152         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
10153
10154         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
10155         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
10156
10157 ;;Has been fixed -- zsh.
10158 ;;2001-03-05  Dave Love  <fx@gnu.org>
10159 ;;
10160 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
10161 ;;      Move it after definition of mm-coding-system-p.
10162 ;;
10163 2001-03-01  Dave Love  <fx@gnu.org>
10164
10165         * mm-util.el (mm-inhibit-file-name-handlers): Add
10166         image-file-handler.
10167
10168 2001-02-11  Dave Love  <fx@gnu.org>
10169
10170         * message.el (message-signature-file): Fix doc, :type.
10171
10172 2001-02-08  Dave Love  <fx@gnu.org>
10173
10174         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
10175         (message-posting-charset): Defvar when compiling again.
10176         (rfc2047-encodable-p): Require message.
10177
10178         * gnus-sum.el (gnus-alter-articles-to-read-function):
10179         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
10180
10181 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10182
10183         * nnrss.el: New file.
10184
10185 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
10186         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10187
10188         * rfc2047.el (rfc2047-unfold-region): Fix arg of
10189         `skip-chars-forward'.
10190
10191 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10192
10193         * nndraft.el (nndraft-request-group): Restore auto save files if
10194         the original files do not exist.
10195
10196 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10197
10198         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
10199         SCORE paths.
10200
10201         * mm-decode.el (mm-dissect-buffer): Call
10202         mail-extract-address-components only if necessary.
10203
10204 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10205
10206         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
10207         directory part.
10208         (gnus-score-search-global-directories): Use file-directory-p.
10209
10210         * gnus-score.el (gnus-score-score-files-1): Use
10211         gnus-kill-files-directory.
10212         From Adrian Aichner <adrian@xemacs.org>.
10213
10214 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10215
10216         * gnus.el (charset): Move here from gnus-sum.el.
10217
10218 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10219
10220         * mml.el (mml-preview): Disable local map.
10221
10222         * gnus-sum.el (gnus-summary-make-menu-bar): Make
10223         gnus-article-post-menu here.
10224
10225         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
10226         if it has not been made.
10227
10228 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10229
10230         * gnus-art.el (gnus-article-describe-key): Map key to event.
10231         (gnus-article-describe-key-briefly): Ditto
10232
10233 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10234
10235         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
10236
10237 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10238         From Katsumi Yamaoka <yamaoka@jpl.org>.
10239
10240         * dgnushack.el (coerce, merge, subseq): defmacro.
10241
10242 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10243
10244         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
10245         A fake defalias in nndraft.el results a not-activated bug in
10246         uncompiled versions.
10247
10248 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
10249         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10250
10251         * gnus-util.el (gnus-split-references): Handle malformed References:.
10252
10253 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10254
10255         * gnus-art.el (gnus-article-mime-part-status): 1 part.
10256
10257 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10258         From NAGY Andras <nagya@inf.elte.hu>.
10259
10260         * gnus.el (gnus-parameters): Typo.
10261
10262 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10263
10264         * gnus.el (gnus-read-method): Remove redundancy.
10265
10266 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10267
10268         * nnslashdot.el (nnslashdot-backslash-url): New variable.
10269         (nnslashdot-request-list): Use it.
10270
10271 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10272
10273         * nnml.el (nnml-generate-active-info): Fix the case when there is
10274         no file.
10275
10276         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
10277         (gnus-summary-create-article): New function.
10278
10279         * gnus-group.el (gnus-group-mark-article-read): New function.
10280
10281         * gnus-msg.el (gnus-inews-do-gcc): Use it.
10282
10283         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
10284
10285 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10286
10287         * gnus-art.el (gnus-article-edit-done): Don't use
10288         gnus-article-edit-exit.
10289         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
10290
10291         * gnus.el (gnus-parameters): New variable.
10292         Suggested by NAGY Andras <nagya@inf.elte.hu>.
10293         (gnus-parameters-get-parameter): New function.
10294         (gnus-group-find-parameter): Use it.
10295
10296 2001-02-23  Simon Josefsson  <simon@josefsson.org>
10297
10298         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
10299         change of default value to `current'.
10300
10301 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10302
10303         * nneething.el (nneething-get-head): Insert unreadable file too.
10304
10305 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10306
10307         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
10308
10309         * webmail.el (webmail-type-definition): Deja is bought by google.
10310
10311 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10312
10313         * gnus-sum.el (gnus-fetch-headers): New function.
10314         (gnus-select-newsgroup): Use it.
10315         (gnus-summary-insert-articles): New function.
10316         (gnus-summary-insert-old-articles): New function.
10317         (gnus-summary-insert-new-articles): New function.
10318
10319         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
10320         (gnus-group-list-active): Ditto.
10321         * gnus-sum.el (gnus-set-mode-line): Ditto.
10322         (gnus-summary-read-group-1): Ditto.
10323
10324 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10325
10326         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
10327         current topic.
10328
10329 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10330
10331         * smiley.el (gnus-smiley-display): Don't do widening.
10332
10333         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
10334         within body.
10335
10336         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
10337
10338         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
10339         New variable.
10340         (gnus-mime-display-multipart-related-as-mixed): New variable.
10341         (gnus-mime-display-part): Use them.
10342
10343 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10344
10345         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
10346         something special.
10347
10348 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10349
10350         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
10351         (nnweb-request-article): Call reference if exists.
10352         (nnweb-type-definition): Dejanews is bought by google.com.
10353         Beta!
10354
10355 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10356
10357         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
10358
10359 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10360
10361         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
10362         gnus-article-sort-functions.
10363         (gnus-article-sort-functions): Doc fix.  Refer to
10364         gnus-thread-sort-functions.
10365
10366 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10367         From Paul Jarc <prj@po.cwru.edu>.
10368
10369         * message.el (message-get-reply-headers): More fixes.
10370
10371 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
10372         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10373
10374         * message.el (message-get-reply-headers): Fix bug with
10375         Mail-Followup-To/to-address interaction.
10376
10377 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10378
10379         * gnus-msg.el (gnus-configure-posting-styles): Match header in
10380         gnus-article-copy.
10381
10382 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10383
10384         * message.el (message-do-send-housekeeping): Rename to a better
10385         name.
10386
10387 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10388
10389         * message.el (message-cancel-news): Check article first, then ask
10390         yes or no.
10391
10392 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10393
10394         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
10395
10396 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10397
10398         * gnus-range.el (gnus-range-normalize): New function.
10399
10400 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
10401
10402         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
10403
10404 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10405
10406         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
10407
10408         * nnagent.el (nnagent-request-regenerate): New function.
10409
10410         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
10411
10412         * nnml.el (nnml-generate-nov-databases): Accept argument
10413         server. Don't open server if it is opened.
10414         (nnml-request-regenerate): Use it. Change to deffoo.
10415
10416 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10417         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10418
10419         * gnus.el (gnus-define-group-parameter): Fix.
10420
10421 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10422
10423         * gnus.el (gnus-define-group-parameter): Improved.
10424
10425         * gnus-sum.el (charset): Define parameter.
10426         (ignored-charsets): Ditto.
10427         (gnus-summary-setup-default-charset): Use them.
10428
10429         * gnus-start.el (gnus-read-descriptions-file): Use them.
10430
10431         * gnus-cus.el (gnus-group-parameters): Remove them.
10432
10433 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10434
10435         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
10436
10437 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10438
10439         * gnus-sum.el (gnus-summary-read-group-1): Remove
10440         gnus-summary-set-local-parameters.
10441         (gnus-summary-setup-buffer): Put it here.
10442
10443 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10444
10445         * gnus.el (to-address): Define parameter.
10446         (to-list): Ditto.
10447         * gnus-art.el (article-hide-boring-headers): Use them.
10448         * gnus-msg.el (gnus-post-news): Ditto.
10449         * gnus-cus.el (gnus-group-parameters): Remove them.
10450
10451 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10452
10453         * gnus-draft.el (gnus-draft-reminder): New function.
10454
10455         * gnus-art.el (gnus-sender-save-name): New function.
10456
10457 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10458
10459         * mm-util.el (mm-mime-charset): Error message.
10460
10461 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10462
10463         * message.el (message-check-news-body-syntax): Don't check mml lines.
10464
10465 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10466
10467         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
10468         subscribe.
10469
10470         * gnus-start.el (gnus-call-subscribe-functions): New function.
10471         (gnus-find-new-newsgroups): Use it.
10472         (gnus-ask-server-for-new-groups): Use it.
10473         (gnus-check-first-time-used): Use it.
10474         (gnus-subscribe-newsgroup-method): Grok a list of functions.
10475         (gnus-subscribe-options-newsgroup-method): Ditto.
10476         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
10477         return .
10478
10479 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10480
10481         * gnus-cus.el (gnus-score-customize): Doc fix.
10482
10483 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
10484
10485         * dgnushack.el (my-getenv): Typo.
10486
10487 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10488
10489         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
10490
10491 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10492
10493         * gnus-group.el (gnus-group-suspend): Offer save summaries.
10494
10495         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
10496         (gnus-treatment-function-alist): Use it.
10497         (article-remove-leading-whitespace): New function.
10498         (gnus-article-make-menu-bar): Use it.
10499
10500         * gnus-sum.el (gnus-summary-wash-empty-map): Add
10501         remove-leading-whitespace.
10502         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
10503         because of conflict.
10504
10505 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10506
10507         * Makefile.in: Hack generating gnus-load.el.
10508         * dgnushack.el: Ditto.
10509         * gnus-load.el: Remove it.
10510
10511 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10512
10513         * dgnushack.el : Add URLDIR.
10514
10515         * Makefile.in (EMACS_COMP): Ditto.
10516
10517 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10518
10519         * gnus-cus.el (gnus-score-customize): Error on no score file.
10520
10521 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10522
10523         * mm-decode.el (mm-merge-handles): New function.
10524
10525         * mm-view.el (mm-inline-message): Use it.
10526         (mm-view-message): Ditto.
10527
10528         * mm-partial.el (mm-inline-partial): Ditto.
10529
10530         * mm-extern.el (mm-inline-external-body): Ditto.
10531
10532         * gnus-art.el (gnus-mime-view-part): Ditto.
10533         (gnus-mime-view-part-as-type): Ditto.
10534         (gnus-mime-save-part-and-strip): Prevent users to strip in some
10535         cases.
10536
10537 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10538
10539         * message.el (message-cancel-news): Allow to shoot foot.
10540         (message-supersede): Ditto.
10541
10542 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
10543         Trivial patch.
10544
10545         * gnus-sum.el (gnus-simplify-subject-re): Use
10546         message-subject-re-regexp.
10547
10548 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10549
10550         * nnmail.el (nnmail-expiry-target-group): Bind
10551         nnmail-cache-accepted-message-ids to nil.
10552
10553         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
10554         coding system.
10555
10556 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10557
10558         * qp.el (quoted-printable-encode-region): Make sure characters are
10559         between 00 and FF.  Don't check charset.
10560
10561         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
10562         in Emacs 20.
10563         * rfc2047.el (rfc2047-q-encode-region): Ditto.
10564
10565 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10566
10567         * message.el (message-make-forward-subject): Argument decoded.
10568         (message-forward): Use it when digest.
10569
10570         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
10571         buffer.
10572
10573 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10574
10575         * message.el (message-generate-headers-first): Doc fix.
10576
10577 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10578
10579         * gnus-art.el (article-make-date-line): Error proof.
10580
10581 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10582
10583         * gnus-group.el (gnus-group-listing-limit): New variable.
10584         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
10585
10586         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
10587
10588 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10589
10590         * message.el (message-newline-and-reformat): Special case for
10591         breaking at BOL.
10592
10593 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
10594
10595         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
10596         message/rfc822.
10597
10598 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10599
10600         * message.el (message-encode-message-body): Don't insert
10601         Content-Type if it is inside a mail.
10602
10603 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10604
10605         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
10606         gnus-article-commands-menu.
10607
10608         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
10609         in Emacs.
10610
10611         * gnus-start.el (gnus-read-descriptions-file): Use
10612         gnus-group-name-charset and gnus-group-charset-alist.
10613
10614 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10615
10616         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
10617         active region.
10618
10619         * gnus-start.el (gnus-group-change-level): Remove from both
10620         gnus-zombie-list and gnus-killed-list.
10621
10622 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10623
10624         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
10625         gnus-subscribe-topics.
10626
10627         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
10628
10629 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10630
10631         * gnus-art.el (gnus-article-make-menu-bar): Make
10632         gnus-article-post-menu.
10633
10634         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
10635
10636         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
10637
10638         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
10639
10640         * message.el (message-mode-menu): Ditto.
10641
10642         * gnus-art.el (defvar): eval-when-compile.
10643
10644 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10645
10646         * gnus-agent.el (gnus-agentize): Fix doc.
10647
10648 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
10649
10650         * mml.el (mml-preview): Bind `q'.
10651
10652 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10653
10654         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
10655
10656 2001-01-31  Dave Love  <fx@gnu.org>
10657
10658         * mm-util.el (mm-mime-mule-charset-alist)
10659         (mm-find-mime-charset-region): Consider mule-utf-8.
10660
10661 2001-01-31  Dave Love  <fx@gnu.org>
10662
10663         * gnus-art.el (gnus-article-x-face-command)
10664         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
10665         :version.
10666
10667 2001-01-26  Dave Love  <fx@gnu.org>
10668
10669         * mm-util.el (mm-multibyte-string-p): New.
10670
10671 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
10672 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
10673 ;;      string-as-multibyte on class.  Clarify line-folding.
10674         (quoted-printable-encode-string): Make temp buffer inherit
10675         string's multibyteness.
10676
10677 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
10678
10679         * nnheader.el (toplevel): Don't require `gnus-util' at
10680         compile-time; this creates a circular dependency, and prevents
10681         a bootstrap.
10682
10683 2001-01-22  Andreas Schwab  <schwab@suse.de>
10684
10685         * nnheader.el (gnus-delete-line): Autoload it as a macro.
10686
10687 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10688
10689         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
10690
10691         * gnus-art.el (article-hide-list-identifiers): Ditto.
10692
10693         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
10694
10695 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10696
10697         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
10698
10699         * gnus-art.el (article-hide-list-identifiers): Similar.
10700
10701 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
10702
10703         * nnmail.el (nnmail-remove-list-identifiers): Improved.
10704
10705 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10706
10707         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
10708
10709 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10710
10711         * gnus-util.el (gnus-string-equal): New function.
10712
10713         * gnus-art.el (article-hide-boring-headers): Use it.
10714
10715 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
10716
10717         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
10718
10719 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10720
10721         * gnus-msg.el (gnus-msg-mail): Support switch-action.
10722
10723 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10724
10725         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
10726         command if there is not last-saver.
10727
10728 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10729
10730         * nntp.el (nntp-open-connection): 201 is possible.
10731
10732 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10733
10734         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
10735         (rfc2047-charset-encoding-alist): Add big5.
10736
10737 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10738
10739         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
10740         (gnus-agent-remove-server): Ditto.
10741         (autoload): gnus-server-update-server.
10742
10743         * gnus-srvr.el (gnus-server-line-format): Add %a.
10744         (gnus-server-line-format-alist): Add gnus-tmp-agent.
10745         (gnus-server-insert-server-line): Use it.
10746
10747 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10748
10749         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
10750         GB2312 and Big5.
10751
10752 2001-01-24  Simon Josefsson  <sj@extundo.com>
10753
10754         * mail-source.el (mail-sources): Add :program specifier to IMAP
10755         mail source.
10756         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
10757
10758 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10759
10760         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
10761
10762 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10763
10764         * nntp.el (nntp-wait-for): Return the success code.
10765         (nntp-open-connection): Use it.
10766
10767 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10768
10769         * gnus-int.el (gnus-check-server): Allow breaking the opening.
10770
10771 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10772
10773         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
10774
10775 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10776
10777         * gnus-sum.el (gnus-summary-print-article): Take one prefix
10778         argument. Allow to print several articles in one file.
10779
10780 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10781
10782         * webmail.el (webmail-type-definition): netaddress changes.
10783
10784 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10785
10786         * gnus.el: Fix copyright. Remove trailing spaces.
10787
10788         * message.el (message-forward): Use mule4.
10789
10790 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10791
10792         * mm-util.el (mm-string-as-unibyte): New function.
10793
10794         * message.el (message-forward): Use it.
10795
10796 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10797
10798         * message.el (message-cite-original-without-signature): Don't peel
10799         off the blank line.
10800         (message-get-reply-headers): Add Cc if it is not in follow-to.
10801
10802 2001-01-20  Simon Josefsson  <sj@extundo.com>
10803
10804         * mm-decode.el (mm-handle-multipart-from): Add.
10805         (mm-dissect-buffer): Save From: header value.
10806         (mm-security-from): Remove.
10807         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
10808
10809         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
10810         instead of `mml-security-from'.  Protect null from value.
10811
10812 2001-01-20  Simon Josefsson  <sj@extundo.com>
10813
10814         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
10815         application/vnd.ms-excel attachments.
10816
10817 2001-01-19  Simon Josefsson  <sj@extundo.com>
10818
10819         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
10820
10821 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10822
10823         * message.el (message-ignored-mail-headers): Ditto.
10824
10825 2001-01-19  Simon Josefsson  <sj@extundo.com>
10826
10827         * message.el (message-ignored-news-headers): Only search beginning
10828         of line.
10829
10830 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
10831         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
10832
10833         * message.el (message-send-mail): Content-Type may not be there.
10834
10835 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10836
10837         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
10838         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
10839
10840         * gnus-art.el (article-display-x-face): Insert X-Face if there is
10841         not.
10842
10843 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10844
10845         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
10846         non-native groups.
10847
10848 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10849
10850         * message.el (message-yank-original): Understand
10851         universal-argument.
10852
10853 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10854
10855         * gnus-art.el (gnus-boring-article-headers): Add to-address.
10856         (article-hide-boring-headers): Ditto.
10857
10858         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
10859
10860 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10861
10862         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
10863         one.
10864
10865 2001-01-16  Simon Josefsson  <simon@josefsson.org>
10866
10867         * message.el (message-make-in-reply-to): Add comment to message-id
10868         (old syntax, see 2000-08-02 change).
10869
10870 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10871
10872         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
10873         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
10874         (gnus-button-reply): Ditto.
10875
10876 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10877
10878         * gnus-art.el (article-display-x-face): Fix.
10879
10880 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10881
10882         * gnus-art.el (article-display-x-face): Use
10883         gnus-original-article-buffer.
10884
10885 2001-01-15  Jack Twilley  <jmt@tbe.net>
10886
10887         * message.el (message-add-header): Move to point-max.
10888
10889 2001-01-15  Simon Josefsson  <simon@josefsson.org>
10890
10891         * smime.el (smime-CA-directory, smime-CA-file): Change default to
10892         nil, improve documentation.
10893         (smime-certificate-directory): Comment out false hints (until it
10894         is implemented).
10895
10896         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
10897         there aren't any keys.
10898         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
10899         verify certificate.  Default is changed to only check integrity.
10900         Improved security status texts.  If a certificate doesn't contain
10901         a email address, don't fail.
10902
10903         * smime.el (smime-noverify-region):
10904         (smime-noverify-buffer): New functions.  Verifies integrity only.
10905
10906 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10907
10908         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
10909
10910 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10911
10912         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
10913         (gnus-remove-some-windows): Ditto.
10914
10915 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10916
10917         * gnus-art.el (article-make-date-line): 11th.
10918
10919 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10920
10921         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
10922         (mml2015-gpg-sign): Ditto.
10923
10924 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10925
10926         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
10927         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
10928
10929 2001-01-08  Dave Love  <fx@gnu.org>
10930
10931         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
10932         single character.
10933
10934         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
10935
10936         * message.el: Doc and message fixes.
10937         (message-send-rename-function)
10938         (message-make-forward-subject-function)
10939         (message-send-mail-function, message-reply-to-function)
10940         (message-wide-reply-to-function, message-followup-to-function)
10941         (message-distribution-function, message-auto-save-directory): Fix
10942         :type.
10943
10944         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
10945         proceeding after warnings.  Amend multipart warning message.
10946
10947 2001-01-04  Dave Love  <fx@gnu.org>
10948
10949         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
10950         compiling.
10951         (gnus-make-directory): Require nnmail.
10952
10953         * mm-decode.el (mm-inline-media-tests): Add
10954         image/x-portable-bitmap.
10955         (mm-get-image): Grok pbm.
10956
10957 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
10958
10959         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
10960
10961 2001-01-09  Didier Verna  <didier@xemacs.org>
10962
10963         * dgnushack.el (dgnushack-compile): give a dummy value to
10964         `gnus-xmas-glyph-directory' for the time of compilation.
10965         * gnus-agent.el: moved some XEmacs specific hook add-ons from
10966         `gnus-xmas-[re]define' to avoid loosing user custom settings.
10967         * gnus-art.el: ditto.
10968         * gnus-group.el: ditto.
10969         * gnus-salt.el: ditto.
10970         * gnus-sum.el: ditto.
10971         * gnus-topic.el: ditto.
10972         * gnus-xmas.el (gnus-xmas-define): see above.
10973         * gnus-xmas.el (gnus-xmas-redefine): see above.
10974         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
10975         non-continuable error when the directory can't be found.
10976
10977 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10978
10979         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
10980         handle.
10981         * gnus-art.el (gnus-mime-view-part): Copy it.
10982         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
10983
10984 2001-01-09  Michael Downes  <mjd@ams.org>
10985
10986         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
10987
10988 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10989
10990         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
10991         orig-file. Use ',source.
10992
10993 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10994
10995         * gnus-xmas.el (gnus-xmas-modeline-glyph):
10996         (gnus-xmas-group-startup-message):
10997         Detect gnus-xmas-glyph-directory when it is nil.
10998
10999 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11000
11001         * pop3.el (pop3-get-message-count): Andrew Innes
11002         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
11003
11004 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11005
11006         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
11007
11008         * time-date.el (time-to-number-of-days): New function.
11009
11010 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
11011         Trivial patch.
11012
11013         * nnslashdot.el (nnslashdot-request-list): Always get the right
11014         sid.
11015
11016 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11017
11018         * message.el (message-minibuffer-local-map): New keymap.
11019         (message-read-from-minibuffer): Use it.
11020         * gnus-msg.el (gnus-summary-resend-message): Use it
11021
11022 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11023
11024         * gnus-start.el (gnus-display-time-event-handler): New function.
11025         (gnus-after-getting-new-news-hook): Use it.
11026
11027 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11028
11029         * message.el (message-ignored-mail-headers): Add draft header.
11030
11031 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11032
11033         * gnus-sum.el (gnus-summary-expire-articles): Don't save
11034         excursion.
11035
11036         * nnslashdot.el (nnslashdot-request-list): Get the right year.
11037
11038 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
11039         A revoked patch.
11040
11041         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
11042
11043 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11044
11045         * qp.el (quoted-printable-decode-region): Don't backward-char.
11046
11047 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11048
11049         * gnus-draft.el: Mark articles as replied.
11050
11051         * gnus-sum.el (gnus-summary-add-mark): New function.
11052
11053         * gnus-group.el (gnus-add-mark): New function.
11054
11055         * gnus-sum.el (gnus-summary-buffer-name): New function.
11056         (gnus-summary-setup-buffer): Use it.
11057
11058         * gnus-draft.el: Set things up with the right post method and
11059         stuff.
11060
11061         * message.el (message-ignored-news-headers): Remove X-Draft-From.
11062
11063         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
11064
11065         * gnus.el (gnus-draft-meta-information-header): New variable.
11066
11067 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11068
11069         * gnus-art.el (gnus-treatment-function-alist): Move the date
11070         functions before the header sorting functions.
11071
11072         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
11073
11074         * dgnushack.el (dgnushack-compile): Message whether there is w3.
11075         Don't (push "/usr/share/emacs/site-lisp" load-path).
11076
11077         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
11078         to empty fill prefixes.
11079
11080 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11081
11082         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
11083         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
11084
11085 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11086
11087         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
11088
11089         * nnml.el (autoload): Move to nnheader.el.
11090
11091         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
11092         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
11093         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
11094         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
11095
11096 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11097
11098         * gnus-art.el (article-make-date-line): Get the hours right.
11099         (gnus-ignored-headers): More hiding.
11100
11101         * nnmail.el (nnmail-expiry-wait): Not an integer.
11102
11103         * message.el (message-goto-body): Only expand abbrev when called
11104         interactively.
11105         (message-make-lines): Use it.
11106
11107 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11108
11109         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
11110
11111 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11112
11113         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
11114         include the expunged articles.
11115
11116         * gnus-group.el (gnus-group-sort-by-server): New function.
11117
11118         * gnus.el (gnus-method-to-server-name): New function.
11119         (gnus-group-prefixed-name): Use it.
11120
11121         * gnus-group.el (gnus-group-sort-function): Doc fix.
11122         (gnus-group-sort-groups-by-server): New command.
11123
11124 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11125
11126         * gnus-art.el (gnus-treat-date-english): New variable.
11127         (article-date-english): New command.
11128         (gnus-english-month-names): New variable.
11129         (article-make-date-line): Do 'english.
11130
11131         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
11132         after the fill prefix.
11133
11134         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
11135         score...".
11136
11137         * gnus-art.el (gnus-ignored-headers): Hide more headers.
11138
11139         * message.el (message-mode-map): Bind comment-region.
11140
11141         * gnus-art.el (gnus-mime-display-part): Let w3 display
11142         multipart/related.
11143
11144         * mm-bodies.el (mm-long-lines-p): New function.
11145         (mm-body-encoding): Use it.
11146         (mm-body-encoding): Encode articles with lines longer than 1000
11147         characters.
11148
11149 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11150
11151         * mm-util.el (mm-enable-multibyte): Use
11152         default-enable-multibyte-characters.
11153         (mm-enable-multibyte-mule4): Ditto.
11154         (mm-disable-multibyte): Test XEmacs.
11155         (mm-disable-multibyte-mule4): Ditto.
11156         (mm-with-unibyte-current-buffer): Simplified.
11157         (mm-with-unibyte-current-buffer-mule4): Ditto.
11158
11159 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11160
11161         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
11162
11163         * nnheader.el (nnheader-string-as-multibyte): New alias.
11164
11165         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
11166
11167         * gnus-uu.el (gnus-message-process-mark): New function.
11168         (gnus-uu-mark-by-regexp): Use it.
11169         (gnus-new-processable): New function.
11170
11171 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
11172          Trivial patch.
11173
11174         * gnus-sum.el (gnus-no-mark): New variable.
11175
11176 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11177
11178         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
11179         backslashes.
11180
11181 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11182
11183         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
11184         definition.
11185
11186 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11187
11188         * dgnushack.el (dgnushack-compile): elc is in the current directory.
11189
11190         * qp.el (quoted-printable-encode-region): Don't check multibyte in
11191         XEmacs.
11192
11193 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
11194         Trivial patch.
11195
11196         * mml.el (mml-read-tag): Save tag location.
11197
11198 2000-12-25  Simon Josefsson  <simon@josefsson.org>
11199
11200         * starttls.el: Sync with Emacs 21.
11201
11202 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11203
11204         * message.el (message-mail): Support yank-action.
11205
11206         * message.el (message-setup): Revoke the last change.
11207
11208 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11209
11210         * message.el (message-setup): Use cons. Suggested by Johan Vromans
11211         <jvromans@squirrel.nl>.
11212
11213 2000-12-24  Simon Josefsson  <sj@extundo.com>
11214
11215         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
11216         mailing list junk at end of part.
11217
11218 2000-12-23  Simon Josefsson  <sj@extundo.com>
11219
11220         * nnimap.el (nnimap-expiry-target): New function.
11221         (nnimap-request-expire-articles): Use it.
11222
11223 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11224
11225         * gnus.el (gnus-group-parameters-more): New variable.
11226         * gnus-cus.el (gnus-group-customize): Use it.
11227
11228         * gnus.el (gnus-define-group-parameter): New macro.
11229         (auto-expire): Use it
11230         (total-expire): Use it.
11231         * gnus-art.el (banner): Use it.
11232
11233         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
11234         <ljz@asfast.com>.
11235
11236 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11237
11238         * gnus-topic.el (gnus-topic-create-topic): Use list.
11239
11240         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
11241         before binding gnus-default-article-saver.
11242
11243         * gnus-sum.el (gnus-summary-save-article):
11244         (gnus-summary-pipe-output):
11245         (gnus-summary-save-article-mail):
11246         (gnus-summary-save-article-rmail):
11247         (gnus-summary-save-article-file):
11248         (gnus-summary-write-article-file):
11249         (gnus-summary-save-article-body-file): Ditto.
11250
11251         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
11252
11253 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11254
11255         * gnus-art.el (gnus-mime-security-button-map):
11256         (gnus-mime-button-map): Add parent.
11257
11258 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11259
11260         * messagexmas.el (message-xmas-redefine): New function.
11261
11262         * message.el: Use it.
11263
11264         * gnus-art.el (gnus-article-check-hidden-text): Return t.
11265
11266         * gnus-util.el (gnus-remove-text-properties-when): Return t.
11267
11268 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11269
11270         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
11271         malformatted messages.
11272
11273 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11274
11275         * mm-util.el (mm-image-load-path): New function.
11276
11277         * gnus-group.el (gnus-group-make-tool-bar): Use it.
11278
11279         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
11280
11281         * message.el (message-tool-bar-map): Use it.
11282
11283         * Makefile.in (install-el): New rule.
11284
11285 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11286
11287         * gnus-art.el (article-treat-dumbquotes): Quote \.
11288
11289 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11290
11291         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
11292         Emacs 20 runs on a terminal.
11293
11294 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11295
11296         * gnus-msg.el (gnus-bug): Revert to save-excursion.
11297
11298         * mml.el (gnus-add-minor-mode): Autoload.
11299
11300         * message.el (message-forward): Save-restriction.
11301
11302 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11303
11304         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
11305         Paul Stevenson <p.stevenson@surrey.ac.uk>
11306
11307 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11308
11309         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
11310
11311         * mml.el (gnus-ems): Don't require.
11312
11313         * gnus.el (gnus-decode-rfc1522): Removed.
11314         (gnus-set-text-properties): Define.
11315
11316 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11317
11318         * gnus-art.el (gnus-mime-*): handle may be nil.
11319
11320         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
11321
11322         * gnus.el (gnus-group-remove-excess-properties): Not defined
11323         in gnus-xmas.
11324
11325 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11326
11327         * message.el (message-mail-user-agent): Add :version.
11328
11329 2000-12-21  Miles Bader  <miles@gnu.org>
11330
11331         * message.el (message-mode): Set `comment-start' to the  yank prefix.
11332
11333 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11334
11335         * message.el (message-mail-user-agent): New variable.
11336         (message-setup): Renamed to message-setup-1. Support
11337         mail-user-agent.
11338         (message-mail-user-agent): New function.
11339         (message-mail): Use it.
11340         (message-reply): Use it.
11341         (message-resend): Use it.
11342         (message-mail-other-window): Use it.
11343         (message-mail-other-frame): Use it.
11344
11345         * gnus-msg.el (gnus-bug): Support mail-user-agent.
11346
11347 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11348
11349         * message.el (message-tool-bar-map): Simplify.
11350         (message-narrow-to-head-1): New function.
11351         (message-narrow-to-head): Use it.
11352         (message-reply): Ditto.
11353         (message-cancel-news): Ditto.
11354         (message-supersede): Ditto.
11355         (message-make-forward-subject): Ditto.
11356         (message-bounce): Ditto.
11357
11358 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11359
11360         * uudecode.el (uudecode-decode-region-external): make-temp-file
11361         may not be defined.
11362
11363         * binhex.el (defalias): eval-and-compile.
11364
11365         * message.el (message-tool-bar-map): New function.
11366         (message-mode): Use it.
11367
11368 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11369
11370         * nntp.el (nntp-find-connection): Remove the entry.
11371         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
11372
11373 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11374
11375         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
11376
11377         * message.el (message-forward): Copy buffer in unibyte mode.
11378
11379 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11380
11381         * message.el (message-make-forward-subject): Don't widen. Decode.
11382         (message-forward): Don't decode subject.
11383
11384 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
11385
11386         * qp.el (quoted-printable-encode-region): Upcase QP.
11387
11388 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11389
11390         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
11391         mail-extract-a-c instead. Don't depend on Gnus.
11392
11393         * mml.el (gnus-ems): Require it.
11394
11395         * gnus-msg.el (gnus-summary-mail-forward):
11396
11397         * message.el (message-forward):  Move mime-to-mml here.
11398
11399 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11400
11401         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
11402         * gnus-art.el (gnus-insert-mime-button): Simplify.
11403         (gnus-mime-display-alternative): Ditto.
11404         (gnus-insert-mime-security-button): Ditto.
11405
11406 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11407
11408         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
11409         text-property-not-all doesn't return nil when start=mark(end).
11410         (gnus-remove-text-properties-when): Ditto.
11411
11412 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11413
11414         * gnus-start.el (gnus-group-change-level): Remove group from
11415         gnus-active-hashtb if real killed.
11416
11417 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11418
11419         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
11420         (gnus-mime-display-alternative): Ditto.
11421         (gnus-insert-mime-security-button): Ditto.
11422
11423 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11424
11425         * gnus-start.el (gnus-group-change-level): Don't add it into
11426         killed-list if it was killed.
11427
11428 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11429
11430         * nnmbox.el (nnmbox-file-coding-system): Use binary.
11431         (nnmbox-active-file-coding-system): Ditto.
11432
11433         * gnus-cus.el (gnus-group-parameters): Add posting-style.
11434
11435 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11436
11437         * gnus.el (gnus-version):
11438         (gnus-version-number): Set to Oort Gnus 0.01.
11439
11440         * gnus-art.el (gnus-mime-security-button-map):
11441         (gnus-insert-mime-security-button): Fix for Emacs21.
11442
11443 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11444
11445         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
11446         easymenu, because XEmacs doesn't understand :help.
11447
11448         * mm-uu.el: Require binhex.
11449
11450 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11451
11452         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
11453
11454 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
11455
11456         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
11457
11458 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
11459
11460         * *.xpm, *.pbm: Convert icons icons to size 24x24.
11461
11462 2000-12-18  Dave Love  <fx@gnu.org>
11463
11464         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
11465         (unused).
11466
11467 2000-12-13  Miles Bader  <miles@gnu.org>
11468
11469         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
11470         to t, so that we don't get stuck while trying to smilefy
11471         intangible text.
11472
11473 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
11474
11475         * smiley-ems.el (smiley-regexp-alist): Make regexps match
11476         at the end of the buffer.
11477         (smiley-region): In the loop, move to the end of the submatch
11478         matching the smiley instead of using the end of the match
11479         of the whole regexp.
11480
11481 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
11482
11483         * message.el (message-mode): Doc fix.
11484
11485 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
11486
11487         * smiley-ems.el (smiley-region): Doc fix.
11488
11489 2000-12-11  Miles Bader  <miles@gnu.org>
11490
11491         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
11492         bottom line visible, check to see if it's partially obscured, and
11493         if so, either scroll one more line to make it fully visible, or
11494         revert to showing the second line from the top.
11495
11496 2000-12-07  Dave Love  <fx@gnu.org>
11497
11498         * mailcap.el (mailcap-download-directory)
11499         * gnus-audio.el (gnus-audio-directory)
11500         * smiley-ems.el (smiley-data-directory): Fix :type.
11501
11502 2000-11-30  Dave Love  <fx@gnu.org>
11503
11504         * message.el (message-auto-save-directory): Use
11505         file-name-as-directory.
11506         (message-set-auto-save-file-name): Create
11507         message-auto-save-directory if necessary.
11508         (message-replace-chars-in-string): Removed -- unused.
11509         (message-mail-alias-type): Customize.
11510         (message-headers): Remove duplicate defgroup.
11511
11512 2000-11-29  Dave Love  <fx@gnu.org>
11513
11514         * qp.el (quoted-printable-decode-region): Use error, not message
11515         to report malformed text (like base64).  Amend message.
11516
11517 2000-11-29  Miles Bader  <miles@gnu.org>
11518
11519         * message.el (message-header-lines): Fontify tag.
11520
11521 2000-11-27  Dave Love  <fx@gnu.org>
11522
11523         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
11524         compiler warning.
11525
11526 ;2000-11-26  Dave Love  <fx@gnu.org>
11527 ;
11528 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
11529 ;
11530 2000-11-23  Dave Love  <fx@gnu.org>
11531
11532         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
11533
11534         * mm-uu.el (uudecode): Require.
11535         (uudecode-decode-region, uudecode-decode-region-external): Don't
11536         autoload.
11537         (mm-uu-copy-to-buffer): Doc fix.
11538         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
11539         type fix.
11540
11541         * mailcap.el: Doc fixes.
11542         (mailcap-mime-data): Various adjustments.
11543         (mailcap): New group.
11544         (mailcap-download-directory): Customize.
11545         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
11546         (mailcap-temporary-directory): Deleted (unused).
11547         (mailcap-unescape-mime-test): Simplify slightly.
11548         (mailcap-viewer-passes-test): Use functionp.
11549         (mailcap-command-p): Aliased to executable-find.
11550
11551         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
11552         default-enable-multibyte-characters is nil.
11553
11554 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
11555
11556         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
11557
11558 2000-11-21  Dave Love  <fx@gnu.org>
11559
11560         * gnus-art.el (gnus-mime-button-map): Don't inherit from
11561         gnus-article-mode-map.
11562 ;       (gnus-mime-button-menu): Use mouse-set-point.
11563         (gnus-insert-mime-button, gnus-mime-display-alternative)
11564         (gnus-mime-display-alternative): Don't use local-map property.
11565
11566 2000-11-17  Dave Love  <fx@gnu.org>
11567
11568         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
11569         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
11570         and make-temp-file.
11571         (uudecode-decode-region): Doc fix.
11572
11573 2000-11-14  Dave Love  <fx@gnu.org>
11574
11575         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
11576         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
11577         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
11578         New files, derived from the XPMs.
11579
11580 2000-11-10  Dave Love  <fx@gnu.org>
11581
11582         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
11583         (gnus-agent-lib-file, gnus-agent-load-alist)
11584         (gnus-agent-save-alist, gnus-agent-article-name): Use
11585         expand-file-name.
11586
11587         * gnus-group.el (gnus-group-name-charset-method-alist): Add
11588         :version.
11589         (nnkiboze-score-file): Defvar when compiling.
11590
11591         * gnus-start.el (gnus-read-newsrc-file): Add :version.
11592
11593         * gnus-art.el (gnus-article-banner-alist)
11594         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
11595         (gnus-article-date-lapsed-new-header)
11596         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
11597         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
11598         (gnus-treat-strip-headers-in-body)
11599         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
11600         (gnus-treat-translate): Add :version.
11601         (gnus-article-mime-part-function): Fix defcustom.
11602
11603         * nnmail.el (nnmail-expiry-target)
11604         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
11605         (nnmail-split-header-length-limit): Add :version.
11606
11607         * gnus-sum.el (gnus-auto-expirable-marks)
11608         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
11609         (gnus-extra-headers, gnus-ignored-from-addresses)
11610         (gnus-newsgroup-ignored-charsets)
11611         (gnus-group-highlight-words-alist)
11612         (gnus-summary-show-article-charset-alist): Add :version.
11613
11614         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
11615         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
11616         files, converted from the XPMs.
11617
11618         * gnus-cache.el (gnus-cache-active-file): Don't use
11619         file-name-as-directory on directory.
11620         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
11621         use file-name-as-directory on directory.
11622
11623         * time-date.el (timezone-make-date-arpa-standard): Autoload.
11624         (date-to-time): Use it.
11625
11626 ;       * message.el (message-mode) <adaptive-fill-regexp>:
11627 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
11628 ;       (message-newline-and-reformat): Likewise.
11629         (message-forward-as-mime, message-forward-ignored-headers)
11630         (message-buffer-naming-style, message-default-charset)
11631         (message-dont-reply-to-names, message-send-mail-partially-limit):
11632         Add :version.
11633
11634         * mm-util.el: Doc fixes.
11635         (mm-mime-charset): Don't use the raw result of
11636         mm-preferred-coding-system.
11637         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
11638         (mm-with-unibyte): Simplify.
11639
11640         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
11641         concat.
11642
11643         * pop3.el (pop3-version): Deleted.
11644         (pop3-make-date): New function, avoiding message-make-date.
11645         (pop3-munge-message-separator): Use it.
11646
11647 2000-11-09  Dave Love  <fx@gnu.org>
11648
11649         * gnus-group.el (gnus-group-make-directory-group)
11650         (gnus-group-fetch-faq): Use expand-file-name.
11651         (gnus-group-fetch-faq): Simplify completing-read form.
11652
11653         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
11654         test for Mule.
11655
11656         * message.el (tool-bar-map): Defvar when compiling.
11657
11658         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
11659         (gnus-tm-lisp-directory): Deleted.
11660         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
11661         (featurep 'xemacs).
11662         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
11663         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
11664         version numbers from file names.
11665
11666 2000-11-08  Dave Love  <fx@gnu.org>
11667
11668         * mm-view.el: Use featurep for XEmacs test.
11669         (mm-inline-message): Test for `remove-specifier'; don't use
11670         condition-case.
11671
11672         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
11673
11674         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
11675         (gnus-score-find-bnews): Don't concat "".
11676
11677         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
11678         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
11679         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
11680         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
11681
11682         * gnus-sum.el: Put some defvars in eval-when-compile.
11683         (gnus-summary-mode-hook): Add :options.
11684         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
11685         (gnus-summary-tool-bar-map): New variable.
11686         (gnus-summary-make-tool-bar): New function.
11687         (gnus-summary-mode): Put kill-all-local-variables first.
11688
11689         * gnus-group.el (gnus-group-toolbar-map): New variable.
11690         (gnus-group-make-tool-bar): Rewritten.
11691         (gnus-group-mode): Put kill-all-local-variables first.
11692
11693         * rfc2047.el: Require gnus-util.
11694
11695         * nnml.el (gnus-sorted-intersection): Autoload.
11696
11697         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
11698         Put some defvars in eval-when-compile.
11699         (gnus-intersection, gnus-sorted-complement):  Autoload.
11700
11701         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
11702
11703         * mm-encode.el (mm-body-7-or-8): Autoload.
11704
11705         * mm-decode.el (mm-insert-inline): Autoload.
11706
11707         * mml.el:
11708         * message.el: Put some defvars in eval-when-compile.
11709
11710         * gnus-msg.el: Put some defvars in eval-when-compile.
11711         (gnus-msg-mail): Move after gnus-setup-message.
11712
11713         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
11714
11715 2000-11-07  Dave Love  <fx@gnu.org>
11716
11717         * gnus-util.el (nnheader): Don't require message (recursive
11718         autoload).
11719
11720         * uudecode.el: Avoid compiler warnings.
11721
11722         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
11723         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
11724
11725 2000-11-06  Dave Love  <fx@gnu.org>
11726
11727         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
11728
11729         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
11730         (uudecode-char-int): New alias, replacing char-int.
11731         (uudecode-decode-region): Don't call buffer-disable-undo.
11732
11733 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
11734 ;       (mm-uu-configure-list): Doc fix.
11735 ;
11736 ;       * earcon.el (running-xemacs): Don't define.
11737 ;
11738 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
11739 ;
11740 ;       * message.el (message-font-lock-keywords): Match a final newline
11741 ;       to help font-lock's multiline support.
11742 ;
11743 2000-11-03  Dave Love  <fx@gnu.org>
11744
11745         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
11746
11747         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
11748         name.
11749
11750         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
11751         <banner>: Fix custom type, doc.
11752
11753         * mm-decode.el (mm-display-external): Space-prefix temp buffer
11754         name.  Don't disable undo explicitly.
11755
11756 ;2000-11-02  Dave Love  <fx@gnu.org>
11757 ;
11758 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
11759 ;       cite-prefix.
11760
11761 2000-11-01  Dave Love  <fx@gnu.org>
11762
11763         * rfc2047.el (base64): Require unconditionally.
11764         (message-posting-charset): Defvar when compiling.
11765         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
11766         message.
11767
11768         * gnus-sum.el (nnoo): Require.
11769         (mm-uu-dissect): Autoload.
11770
11771         * mml.el (mml-parse-1): Clarify message.
11772         (mml-minibuffer-read-type): Use mailcap-mime-types.
11773
11774 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
11775
11776         * mml.el: Fix a typo in the requiring of CL.
11777
11778 2000-11-01  Dave Love  <fx@gnu.org>
11779
11780         * utf7.el: Require cl when compiling.
11781
11782         * binhex.el: Use (featurep 'xemacs).
11783         (binhex-char-int): New alias, replacing char-int.  Change callers.
11784         (binhex-decode-region): Simplify work buffer code.
11785         (binhex-decode-region-external): Use expand-file-name, not concat.
11786
11787 2000-10-30  Dave Love  <fx@gnu.org>
11788
11789         * gnus-art.el: Fix 2000-10-27 change properly.
11790
11791 2000-10-28  Miles Bader  <miles@gnu.org>
11792
11793         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
11794
11795 2000-10-27  Dave Love  <fx@gnu.org>
11796
11797         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
11798         strings.
11799         (gnus-group-make-tool-bar): New function.
11800         (gnus-group-mode): Use it.
11801
11802         * message.el (message-mode-menu): Add some :help strings.
11803         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
11804         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
11805
11806         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
11807         * describe-group.xpm, get-news.xpm, kill-group.xpm:
11808         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
11809
11810         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
11811         display-graphic-p here.
11812
11813 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
11814
11815         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
11816         of the `gnus-xemacs' variable, as the latter has been removed.
11817         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
11818         * gnus-art.el (gnus-treat-display-xface)
11819         (gnus-treat-display-smileys, gnus-treat-display-picons)
11820         (gnus-article-read-summary-keys): Likewise.
11821
11822 2000-10-26  Dave Love  <fx@gnu.org>
11823
11824         (defvar): Use rmail-spool-directory unconditionally.
11825
11826 2000-10-18  Dave Love  <fx@gnu.org>
11827
11828         * mm-bodies.el (mm-uu-decode-function)
11829         (mm-uu-binhex-decode-function): Defvar when compiling.
11830
11831         * gnus-nocem.el (gnus-nocem-issuers): Update.
11832         (gnus-nocem-check-from): New option.
11833         (gnus-nocem-scan-groups): Use it.
11834         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
11835         (gnus-nocem-check-article-limit): Add :version.
11836
11837 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
11838
11839         * ietf-drums.el (mm-util): Require CL when compiling.
11840
11841 2000-10-15  Dave Love  <fx@gnu.org>
11842
11843         * qp.el: Require mm-util.
11844
11845 2000-10-13  Dave Love  <fx@gnu.org>
11846
11847         * qp.el (quoted-printable-decode-region): Avoid invalid
11848         coding-systems.
11849
11850 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
11851
11852         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
11853         to a recursive load.
11854
11855 2000-10-12  Dave Love  <fx@gnu.org>
11856
11857         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
11858
11859         * gnus.el (gnus-group-startup-message): Check for PBM image.
11860
11861 2000-10-09  Dave Love  <fx@gnu.org>
11862
11863         * mail-source.el (mail-source-fetch-imap): Bind
11864         default-enable-multibyte-characters rather than using
11865         mm-disable-multibyte.
11866
11867 2000-10-05  Dave Love  <fx@gnu.org>
11868
11869         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
11870         Autoload.
11871         (quoted-printable-decode-region):  Rename arg which confused
11872         charset with coding-system.  Don't use nonascii-insert-offset.
11873         Coding-system encode the region initially.  Don't recognize `=='
11874         as valid QP.  Coding-system decode the region finally.
11875         (quoted-printable-decode-string): Rename arg which confused
11876         charset with coding-system.
11877
11878         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
11879         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
11880         mm-encode-coding-region.
11881         (mm-decode-body, mm-decode-string): Rename variables which
11882         confused charset with coding-system.
11883         (binhex-decode-region): Don't autoload.
11884         (mm-body-encoding): Require message.
11885         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
11886         cond branches.
11887
11888         * gnus-art.el (article-de-quoted-unreadable)
11889         (article-de-base64-unreadable): Fold search case
11890         rather than downcasing string.  Apply mm-charset-to-coding-system
11891         to arg of quoted-printable-decode-region.
11892
11893 2000-10-04  Dave Love  <fx@gnu.org>
11894
11895         * gnus-ems.el: Don't turn off compiler warnings in local vars.
11896         Require ring when compiling.
11897         (gnus-article-compface-xbm): New variable.
11898
11899 2000-10-04  Dave Love  <fx@gnu.org>
11900
11901         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
11902         pbm images.
11903
11904         * frown.pbm, smile.pbm, wry.pbm: New files.
11905
11906         * frown.xbm, smile.xbm, wry.xbm: Deleted.
11907
11908 2000-10-03  Dave Love  <fx@gnu.org>
11909
11910         * mail-source.el (mail-sources): Revert to nil.
11911
11912         * nnmail (nnmail-spool-file): Revert to `((file))'.
11913
11914         * qp.el: Don't require mm-util.
11915         (quoted-printable-decode-region): Rewritten.
11916         (quoted-printable-decode-string, quoted-printable-encode-region):
11917         Doc fix.
11918         (quoted-printable-encode-region): Barf on multibyte characters.
11919         Maybe make the class multibyte.  Upcase chars, not formatted
11920         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
11921         (quoted-printable-encode-string): Don't use
11922         mm-with-unibyte-buffer.
11923
11924 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
11925
11926         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
11927
11928 2000-09-21  Dave Love  <fx@gnu.org>
11929
11930         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
11931         (for Emacs 20).  Tidy somewhat.
11932
11933 2000-09-21  Dave Love  <fx@gnu.org>
11934
11935         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
11936         image processing.  Rationalize logic somewhat.
11937
11938 2000-09-20  Dave Love  <fx@gnu.org>
11939
11940         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
11941         specifically.
11942
11943         * gnus.el (gnus-version-number): Avoid some redundant
11944         autoloads.
11945
11946 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
11947
11948         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
11949         to XBM; we always have PBM support.
11950
11951 2000-09-14  Dave Love  <fx@gnu.org>
11952
11953         * gnus.el (gnus-charset):
11954         * mm-decode.el (mime-display):
11955         * imap.el (imap) <defgroup>: Add :version.
11956
11957 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
11958
11959         * parse-time.el: Fix author's mail address.
11960
11961         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
11962         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
11963         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
11964         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
11965         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
11966         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
11967         * rfc2231.el, uudecode.el: Fix copyright notice.
11968
11969         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
11970         require `w3' at load-time only if not running in batch mode.
11971
11972 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11973
11974         * gnus.el: Before merge with Emacs21.
11975
11976 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
11977
11978         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
11979
11980 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
11981
11982         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
11983         to avoid conflict with the standard `back-to-indentation'
11984         binding.
11985
11986 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11987
11988         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
11989
11990         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
11991         (mm-disable-multibyte-mule4): Ditto.
11992         (mm-with-unibyte-current-buffer-mule4): Ditto.
11993
11994 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11995
11996         * pop3.el (pop3-movemail): Use binary.
11997         (pop3-movemail-file-coding-system): Removed.
11998
11999 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12000
12001         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
12002
12003 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12004
12005         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
12006         exists.
12007
12008 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12009
12010         * gnus-msg.el (gnus-post-method): Use backend name when the
12011         address is "".
12012
12013 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12014
12015         * gnus-art.el (article-verify-x-pgp-sig): Don't test
12016         mm-verify-option.
12017         (gnus-treat-x-pgp-sig): Default value.
12018         (gnus-ignored-headers): Redundant.
12019
12020 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12021
12022         * gnus-win.el (gnus-configure-frame): Save selected window.
12023
12024 2000-02-15  Andrew Innes  <andrewi@gnu.org>
12025
12026         * nnmbox.el: Require gnus-range.
12027         (nnmbox-group-building-active-articles): New variable.
12028         (nnmbox-group-active-articles): New variable; this is a cache of
12029         all active articles by group and number.
12030         (nnmbox-in-header-p): New function.
12031         (nnmbox-find-article): New function.
12032         (nnmbox-record-active-article): New function.
12033         (nnmbox-record-deleted-article): New function.
12034         (nnmbox-is-article-active-p): New function.
12035         (nnmbox-retrieve-headers): Use nnmbox-find-article.
12036         (nnmbox-request-article): Ditto.  Also supply extra arg to
12037         nnmbox-article-group-number.
12038         (nnmbox-request-expire-articles): Ditto.
12039         (nnmbox-request-move-article): Ditto.
12040         (nnmbox-request-replace-article): Ditto.
12041         (nnmbox-request-rename-group): Rename group entry in active
12042         article cache.
12043         (nnmbox-delete-mail): Update active article cache, unless article
12044         is being replaced.
12045         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
12046         than partially duplicating it.
12047         (nnmbox-article-group-number): Add extra `this-line' arg, to
12048         handle articles belonging to multiple groups.
12049         (nnmbox-save-mail): Update active article cache.
12050         (nnmbox-read-mbox): Build active article cache when loading mbox.
12051         Also do some repair work, if we find articles that are missing the
12052         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
12053         reconstruct these from Xref info.
12054
12055 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12056
12057         * mail-source.el (mail-source-report-new-mail): Use
12058         nnheader-run-at-time.
12059
12060 2000-02-15  Andrew Innes  <andrewi@gnu.org>
12061
12062         * mail-source.el (mail-source-fetch-pop): Clear pop password when
12063         an error is thrown, and then rethrow the error.
12064         (mail-source-check-pop): Ditto.
12065         (mail-source-start-idle-timer): Prevent multiple pop checks
12066         running if the check takes a long time.
12067
12068 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12069
12070         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
12071         succeed.
12072
12073 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12074
12075         * gnus-win.el (gnus-configure-windows): Make sure
12076         nntp-server-buffer is live.
12077         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
12078
12079 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
12080
12081         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
12082
12083 2000-12-04  Andreas Jaeger  <aj@suse.de>
12084
12085         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
12086
12087 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12088
12089         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
12090
12091 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12092         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
12093
12094         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
12095
12096 2000-12-01  Simon Josefsson  <sj@extundo.com>
12097
12098         * mml-smime.el (mml-smime-verify): Fix address parsing.
12099
12100 2000-12-01  Simon Josefsson  <sj@extundo.com>
12101
12102         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
12103         more than one certificate inside PKCS#7 blob.  Better security
12104         information (clamed / actual sender, openssl output, certificates
12105         inside message).
12106
12107         * smime.el (smime-verify-region): Output to /dev/null.
12108         (smime-buffer-as-string-region): Don't parse empty lines.
12109
12110 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12111
12112         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
12113         ?d and ?D.
12114         (gnus-mime-security-show-details-inline): New variable.
12115         (gnus-mime-security-show-details): Use them.
12116         (gnus-insert-mime-security-button): Ditto.
12117
12118         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
12119         Suggest by Michael Duggan (md5i@cs.cmu.edu).
12120         (mml2015-gpg-clear-verify): Ditto.
12121         (mml2015-gpg-decrypt-1): Ditto.
12122         (mml2015-use): Prefer 'gpg.
12123
12124 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12125
12126         * gnus-util.el (gnus-add-text-properties-when): New function.
12127         (gnus-remove-text-properties-when): Ditto.
12128
12129         * gnus-cite.el (gnus-article-hide-citation): Use them.
12130         (gnus-article-toggle-cited-text): Use them.
12131
12132         * gnus-art.el (gnus-signature-toggle): Use them.
12133         (gnus-article-show-hidden-text): Ditto.
12134         (gnus-article-hide-text): Ditto.
12135
12136 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12137
12138         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
12139
12140 2000-11-30  Simon Josefsson  <sj@extundo.com>
12141
12142         * smime.el (smime-point-at-eol): New alias.
12143         (smime-buffer-as-string-region): Use it.
12144
12145 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12146
12147         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
12148
12149 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12150
12151         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
12152
12153         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
12154
12155         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
12156
12157 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12158
12159         * nnmh.el (nnmh-request-expire-articles): Implemented
12160         expiry-target for nnmh backend.
12161
12162 2000-11-30  Simon Josefsson  <sj@extundo.com>
12163
12164         * mm-decode.el (mm-security-from): New variable.
12165         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
12166
12167         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
12168         than `from'.
12169
12170 2000-11-30  Simon Josefsson  <sj@extundo.com>
12171
12172         * mml-smime.el (mml-smime-verify): Verify that certificate mail
12173         address match sender address.
12174
12175         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
12176
12177         * smime.el (smime-verify-region): Don't copy buffer.
12178         (smime-decrypt-buffer): Use expand-file-name on keyfile.
12179         (smime-pkcs7-region): New function.
12180         (smime-pkcs7-certificates-region): Ditto.
12181         (smime-pkcs7-email-region): Ditto.
12182         (smime-buffer-as-string-region): Ditto.
12183
12184         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
12185         buffer.
12186
12187 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
12188
12189         * smime.el (smime-decrypt-region): Fix keyfile argument.
12190
12191 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12192
12193         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
12194
12195 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12196
12197         * message.el (message-shoot-gnksa-feet): New variable.
12198         (message-gnksa-enable-p): New function.
12199         (message-send): Use it.
12200         (message-check-news-body-syntax): Ditto.
12201
12202 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12203
12204         * message.el (message-make-message-id): Remove the redundancy.
12205
12206 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12207
12208         * message.el (message-setup): Discourage using mc-install-*-mode.
12209
12210         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
12211
12212 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12213
12214         * gnus-cite.el (gnus-cite-parse): Guess citation length.
12215
12216 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12217
12218         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
12219
12220 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12221
12222         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
12223
12224 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12225
12226         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
12227         insert-buffer-substring.
12228
12229         * message.el (message-send-mail): Use buffer-substring-no-properties.
12230         (message-send-news): Ditto.
12231
12232 2000-11-22  David Edmondson  <dme@dme.org>
12233
12234         * imap.el (imap-wait-for-tag): Message read info.
12235
12236 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12237
12238         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
12239         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
12240         (mml2015-gpg-encrypt): Ditto.
12241
12242 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12243
12244         * mm-decode.el (mm-verify-option): Default value.
12245
12246         * mml-sec.el (mml-secure-part): Error message.
12247
12248 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12249
12250         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
12251
12252 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12253
12254         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
12255
12256 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12257
12258         * gnus-art.el (gnus-article-describe-key): Use prompt.
12259         (gnus-article-describe-key-briefly): Ditto.
12260
12261 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12262
12263         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
12264
12265 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12266
12267         * gnus-art.el (gnus-article-describe-key): New function.
12268         (gnus-article-describe-key-briefly): New function.
12269
12270 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12271
12272         * mm-decode.el (mm-decrypt-option): Doc typo.
12273
12274         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
12275         return a number.
12276
12277 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12278
12279         * message.el (message-newline-and-reformat): Typo.
12280
12281 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12282
12283         * gnus-art.el (article-verify-x-pgp-sig): Check whether
12284         original-article-buffer exists.
12285
12286         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
12287         (rfc2047-header-encoding-alist): Addresses are different from text.
12288         (rfc2047-encode-message-header): Ditto.
12289         (rfc2047-dissect-region): Extra parameter.
12290         (rfc2047-encode-region): Ditto.
12291         (rfc2047-encode-string): Ditto.
12292
12293 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12294
12295         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
12296         (mm-uu-pgp-encrypted-extract): Use it.
12297         (mm-uu-pgp-signed-extract-1): New function.
12298         (mm-uu-pgp-signed-extract): Use it.
12299
12300         * gnus-art.el (gnus-mime-display-security): New function.
12301         (gnus-mime-display-part): Use it.
12302         (gnus-mime-security-verify-or-decrypt): New function.
12303         (gnus-mime-security-press-button): New function.
12304         (gnus-insert-mime-security-button): Use it.
12305
12306         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
12307         (mm-find-raw-part-by-type): Ditto.
12308         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
12309         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
12310         (mm-destroy-parts): Kill nested multibyte buffer.
12311
12312         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
12313         (mml2015-gpg-verify): Ditto.
12314
12315 2000-11-18  Simon Josefsson  <sj@extundo.com>
12316
12317         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
12318         (mml2015-function-alist): Use it.
12319
12320         * mml-sec.el (mml-sign-alist): Update names.
12321         (mml-encrypt-alist): Ditto.
12322         (mml-secure-part-smime-sign): Moved to mml-smime.el
12323         as `mml-smime-sign-query'.
12324         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
12325         `mml-smime-get-file-cert'.
12326         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
12327         `mml-smime-get-dns-cert'.
12328         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
12329         `mml-smime-encrypt-query'.
12330         (mml-smime-sign-buffer): Use mml-smime-sign.
12331         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
12332
12333         * mml-smime.el (mml-smime-sign): New function.
12334         (mml-smime-encrypt):
12335         (mml-smime-sign-query):
12336         (mml-smime-get-file-cert):
12337         (mml-smime-get-dns-cert):
12338         (mml-smime-encrypt-query): Moved from mml-sec.el.
12339
12340 2000-11-16  Simon Josefsson  <sj@extundo.com>
12341
12342         * mml2015.el (mml2015-gpg-clear-verify): New function.
12343         (mml2015-function-alist): Add it.
12344
12345 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
12346
12347         * message.el (message-setup-fill-variables): Use
12348         message-cite-prefix-regexp.
12349         (message-newline-and-reformat): Check the end of citation, leading
12350         WSP, break in the cite prefix.
12351         (message-fill-paragraph): New function.
12352
12353 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12354
12355         * lpath.el: Shut up.
12356
12357 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
12358
12359         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
12360         raw 8-bit in headers in dk.* newsgroups.
12361
12362 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12363
12364         * message.el (message-newline-and-reformat): Match extra WSPs.
12365
12366 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
12367
12368         * mml.el (mml-generate-mime-1): Ignore ascii.
12369
12370 2000-11-16 Justin Sheehy  <justin@iago.org>
12371
12372         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
12373
12374 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12375
12376         * message.el (message-cite-prefix-regexp): Prefix should not end
12377         at space.
12378
12379 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
12380
12381         * message.el (message-mode-syntax-table): Add - as a word
12382         constituent as in articles.
12383         (message-setup-fill-variables): Add -_. as supercite-style prefix.
12384         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
12385         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
12386
12387 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
12388
12389         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
12390
12391 2000-11-12  David Edmondson  <dme@dme.org>
12392
12393         * message.el (message-font-lock-keywords): use
12394         message-cite-prefix-regexp.
12395
12396 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12397
12398         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
12399         Stein Arild Str\e,Ax\e(Bmme.
12400         (gnus-group-jump-to-group): Use it.
12401         (gnus-group-jump-to-group-prompt): Customize.
12402
12403 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
12404
12405         * mailcap.el (mailcap-possible-viewers): Match the entire string.
12406
12407 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
12408
12409         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
12410         incompatible.
12411         (mml2015-mailcrypt-sign): Ditto.
12412
12413 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12414
12415         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
12416         group is open.
12417
12418 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
12419
12420         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
12421         nnvirtual articles.
12422         (gnus-backlog-request-article): Don't request nnvirtual articles.
12423
12424 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
12425
12426         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
12427         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
12428
12429 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
12430
12431         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
12432         * mml.el (mml-generate-mime-1): Use charset attribute.
12433         * mm-bodies.el (mm-encode-body): Add parameter charset.
12434         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
12435
12436 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
12437
12438         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
12439         (mml2015-mailcrypt-clear-decrypt): Ditto.
12440         (mml2015-mailcrypt-verify): Ditto.
12441         (mml2015-mailcrypt-clear-verify): Ditto.
12442         (mml2015-gpg-verify): Ditto.
12443
12444 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12445
12446         * smime.el (smime-openssl-program): Test the existence of openssl.
12447         * mml-smime.el: Require mm-decode.
12448         (mml-smime-verify-test): New function.
12449         * mm-decode.el (mm-verify-function-alist): Use it.
12450
12451 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
12452
12453         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
12454         anyway.
12455
12456 2000-11-13  Simon Josefsson  <sj@extundo.com>
12457
12458         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
12459         verification doesn't work.
12460
12461 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
12462
12463         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
12464         (gnus-inews-do-gcc): Use it.
12465
12466 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
12467
12468         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
12469         leading space.
12470         * mm-extern.el (mm-inline-external-body): Report error when no
12471         access-type.
12472
12473 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
12474
12475         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
12476
12477 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
12478
12479         * gnus-art.el (gnus-mime-button-menu): Use select-window.
12480
12481 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
12482
12483         * gnus-art.el (gnus-mime-display-part): Display multipart/related
12484         as multipart/mixed.
12485
12486 2000-11-12  David Edmondson  <dme@dme.org>
12487
12488         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
12489         and replace `.' with `\w' to allow for different syntax tables
12490         (from Vladimir Volovich).
12491         * message.el (message-newline-and-reformat): use
12492         `message-cite-prefix-regexp'.
12493         * gnus-cite.el (gnus-supercite-regexp): use
12494         `message-cite-prefix-regexp'.
12495         * gnus-cite.el (gnus-cite-parse): use
12496         `message-cite-prefix-regexp'.
12497
12498 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
12499
12500         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
12501         PGP SIGNATURE.  Escape leading "-"'s.
12502         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
12503
12504 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
12505
12506         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
12507
12508 2000-11-11  Simon Josefsson  <sj@extundo.com>
12509
12510         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
12511
12512         * smime.el (smime-details-buffer): New variable.
12513         (smime-sign-region):
12514         (smime-encrypt-region):
12515         (smime-verify-region):
12516         (smime-decrypt-region): Copy OpenSSL output to the buffer.
12517
12518         * mml-smime.el (mml-smime-verify): Support security info.
12519
12520 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
12521
12522         * mm-decode.el (mm-verify-option): Set default to nil.
12523         (mm-decrypt-option): Ditto.
12524         * gnus-art.el (article-verify-x-pgp-sig): New function.
12525
12526 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
12527
12528         * gnus-art.el (gnus-mime-display-alternative): Show button if no
12529         preferred part.
12530
12531 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12532
12533         * gnus-sum.el (gnus-move-split-methods): Say that
12534         `gnus-split-methods' uses file names, whereas this uses group
12535         names.  (Report from Nevin Kapur)
12536
12537 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
12538
12539         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
12540
12541 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12542
12543         * nnheader.el (nnheader-directory-files-is-safe): New variable.
12544         (nnheader-directory-articles): Use it.
12545         (nnheader-article-to-file-alist): Ditto.
12546
12547 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
12548
12549         * rfc2047.el (rfc2047-pad-base64): New function.
12550         (rfc2047-decode): Use it.
12551
12552 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
12553
12554         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
12555         select method.
12556
12557 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12558
12559         * mml2015.el (mml2015-gpg-decrypt-1):
12560         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
12561
12562 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12563
12564         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
12565
12566 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
12567
12568         * pop3.el (pop3-munge-message-separator): A message may have an
12569         empty body.
12570
12571 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
12572
12573         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
12574         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
12575         (mm-uu-pgp-signed-extract): Use coding-system.
12576
12577 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
12578
12579         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
12580         (gnus-insert-mime-security-button): New function.
12581         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
12582         * mml2015.el:  Add security info when verify or decrypt.
12583         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
12584         (mm-uu-pgp-encrypted-extract): Ditto.
12585
12586 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
12587
12588         * mm-decode.el (mm-display-parts): New function.
12589         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
12590
12591 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12592
12593         * gnus-mlspl.el: Documentation tweaks.
12594
12595 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12596
12597         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
12598         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
12599         argument.
12600
12601 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
12602
12603         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
12604
12605 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
12606
12607         * gnus-art.el (gnus-article-encrypt): New function.
12608         (gnus-article-encrypt-protocol-alist): New variable.
12609         (gnus-article-encrypt-protocol): New variable.
12610         * mml2015.el (mml2015-self-encrypt): New function.
12611         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
12612
12613 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
12614
12615         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
12616         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
12617         let mailcap do it.
12618         * mml2015.el: Remove snarf code.
12619         * mm-decode.el: Remove snarf code.
12620
12621 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
12622
12623         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
12624         (mml-insert-mime): Understand gnus-decoded.
12625         (mime-to-mml): New parameter handles.
12626         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
12627         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
12628
12629 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
12630
12631         * mm-decode.el (mime-security): New group.
12632         (mm-verify-function-alist): Add test function.
12633         (mm-decrypt-function-alist): Ditto.
12634         (mm-snarf-option): Set default value as nil.
12635         (mm-find-part-by-type): Recursive parameter.
12636         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
12637         * mml2015.el: Support draft-ietf-openpgp-multsig.
12638
12639 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
12640
12641         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
12642         (gnus-article-view-part-as-charset): New function.
12643
12644 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
12645
12646         * mm-decode.el (mm-verify-option): Default value.
12647         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
12648
12649 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12650
12651         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
12652
12653 2000-11-05  Simon Josefsson  <sj@extundo.com>
12654
12655         * mml-smime.el (mml-smime-verify): Work in original multipart
12656         buffert.
12657
12658         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
12659         (mm-handle-multipart-ctl-parameter): Ditto.
12660         (mm-alist-to-plist): New function.
12661         (mm-dissect-buffer): Store CTL parameters and copy original buffer
12662         for multiparts.
12663         (mm-destroy-parts): Destroy multipart buffert.
12664         (mm-remove-part): Ditto.
12665
12666         * mml-smime.el (mml-smime-sign): Not used.
12667         (mml-smime-encrypt): Ditto.
12668
12669         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
12670
12671         Verify S/MIME signature support.
12672
12673         * mm-decode.el (mm-inline-media-tests): Add
12674         application/{x-,}pkcs7-signature.
12675         (mm-inlined-types): Ditto.
12676         (mm-automatic-display): Ditto.
12677         (mm-verify-function-alist): Ditto.  Add name of method.
12678         (mm-decrypt-function-alist): Add name of method.
12679         (mm-find-part-by-type): Add documentation.
12680         (mm-possibly-verify-or-decrypt): Use new format of
12681         mm-{verify,decrypt}-function-alist.  Use method names.
12682
12683         * mml-smime.el (mml-smime-verify): New function.
12684
12685 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12686
12687         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
12688
12689 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
12690
12691         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
12692         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
12693         * mm-decode.el (mm-snarf-option): New variable.
12694
12695 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12696
12697         * mm-util.el (mm-subst-char-in-string): New function.
12698         (mm-replace-chars-in-string): Use it.
12699         * message.el (message-replace-chars-in-string): Use it.
12700         * nnheader.el (nnheader-replace-chars-in-string): Use it.
12701         * gnus-mh.el (mh-lib-progs): Shut up.
12702
12703 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
12704
12705         * base64.el, md5.el: Moved to contrib directory.
12706
12707 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
12708
12709         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
12710         the last article when search.
12711
12712 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
12713
12714         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
12715         * nnmail.el (nnmail-pathname-coding-system): Ditto.
12716
12717 2000-09-29  David Edmondson  <dme@thus.net>
12718
12719         * message.el (message-newline-and-reformat): Typo.
12720
12721 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12722
12723         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
12724
12725 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
12726
12727         * nntp.el (nntp-decode-text): Delete bogus status lines.
12728
12729 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
12730
12731         * message.el (message-font-lock-keywords): Match a final newline
12732         to help font-lock's multiline support.
12733
12734 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12735
12736         * nnoo.el (nnoo-set): New function.
12737
12738 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
12739
12740         * gpg.el, gpg-ring.el: Moved to contrib directory.
12741
12742 2000-11-04  Simon Josefsson  <sj@extundo.com>
12743
12744         * nnimap.el (nnimap-split-inbox): Typo.
12745
12746 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12747
12748         * gnus-msg.el (gnus-msg-mail): Move it backwards.
12749
12750 2000-11-03  Simon Josefsson  <sj@extundo.com>
12751
12752         * rfc2231.el (rfc2231-parse-qp-string): New function.
12753         (require): rfc2047.
12754
12755         * mail-parse.el (mail-header-parse-content-type):
12756         (mail-header-parse-content-disposition): Support invalid QP
12757         encoded strings, by using `rfc2231-parse-qp-string'.
12758
12759 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
12760
12761         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
12762         (rfc2231-decode-encoded-string): Typo "> X 1".
12763         (rfc2231-encode-string): Insert the name of charset.
12764         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
12765
12766 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12767
12768         * mm-decode.el (mm-save-part): Return the filename.
12769         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
12770         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
12771         (gnus-mime-action-alist): Use it.
12772         (gnus-mime-button-commands): Use it.
12773         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
12774         (mm-inline-external-body): unwind-protect.
12775
12776 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
12777
12778         * gnus-art.el (gnus-insert-mime-button): Show url.
12779
12780 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
12781
12782         * mml.el (mml-generate-mime-1): Support external url.
12783         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
12784
12785 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
12786
12787         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
12788         * mm-decode.el (mm-display-external): Ditto.
12789         * mm-extern.el: New file.
12790         * mm-decode.el (mm-inline-media-tests): Hook it up.
12791         (mm-inlined-types): Inline message/external-body.
12792
12793 2000-11-02  Simon Josefsson  <sj@extundo.com>
12794
12795         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
12796
12797         * message.el (message-get-reply-headers): Better handling when
12798         Mail-Followup-To is very large.
12799
12800 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
12801
12802         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
12803         * gnus-art.el (gnus-article-edit-done):
12804         * gnus-sum.el (gnus-summary-edit-article-done): Move line
12805         counting code here.
12806         * gnus-msg.el (gnus-setup-message): Remove a hack.
12807
12808 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12809
12810         * gnus-sum.el (gnus-newsgroup-variables): New variable.
12811         (gnus-summary-mode): Make them local variables.
12812         (gnus-set-global-variables): Globalize them.
12813         (gnus-summary-exit): Kill them.
12814
12815 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
12816
12817         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
12818         word.
12819
12820 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
12821
12822         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
12823         gnus-article-wash-types.
12824         * gnus-art.el (gnus-article-wash-status): Use them.
12825
12826 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
12827
12828         * mml.el (mml-read-tag): Remove spaces and LF.
12829
12830 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12831
12832         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
12833         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
12834
12835 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
12836
12837         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
12838
12839 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
12840
12841         * gnus-sum.el (gnus-article-charset): New variable.
12842         (gnus-summary-display-article): Set it.
12843         * gnus-msg.el (gnus-copy-article-buffer): Use it.
12844         * gnus-art.el (gnus-article-mode): Make it local variable.
12845
12846 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12847
12848         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
12849
12850 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12851
12852         * nnwfm.el: New file.
12853
12854         * nnweb.el (nnweb-replace-in-string): New function.
12855
12856 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12857
12858         * mml2015.el: Wrap gpg.el.
12859         * gpg.el (gpg-verify): The last argument of apply is a list.
12860         (gpg-encrypt): Add passphrase as a parameter.
12861
12862 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
12863
12864         * gpg.el: New file.
12865         * gpg-ring.el: New file.
12866
12867 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
12868
12869         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
12870
12871 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12872
12873         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
12874         double-quote characters.
12875         (gnus-summary-prepare-threads): Ditto.
12876
12877 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12878
12879         * gnus-art.el (gnus-mime-display-single): Forward line -1.
12880         * mml.el (mml-read-tag): Don't skip the leading space.
12881         * lpath.el (font-lock-set-defaults): Shut up.
12882
12883 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
12884
12885         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
12886
12887 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
12888
12889         * qp.el (quoted-printable-encode-region): Replace leading - when
12890         ultra safe.
12891         * mml.el (mml-generate-mime-postprocess-function): Removed.
12892         (mml-postprocess-alist): Removed.
12893         (mml-generate-mime-1): Use ultra-safe when sign.
12894         * mml2015.el (mml2015-fix-micalg): Uppercase.
12895         (mml2015-verify): Insert LF.
12896         (mml2015-mailcrypt-sign): Downcase; search backward.
12897
12898 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12899
12900         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
12901         restrictive.
12902         (nnultimate-table-regexp): New variable.
12903         (nnultimate-forum-table-p): Use it.
12904
12905 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
12906         Trivial patch.
12907
12908         * gnus-sum.el (gnus-summary-expire-articles): Save point.
12909
12910 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12911
12912         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
12913         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
12914
12915 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
12916
12917         * mml2015.el: Shut up.
12918
12919 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
12920
12921         * gnus.el (gnus-server-browse-hashtb): Removed.
12922         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
12923         (gnus-group-insert-group-line-info): Use simplified method.
12924         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
12925
12926 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
12927
12928         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
12929         moved here.
12930         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
12931         * gnus-group.el (gnus-group-prepare-flat): Use it.
12932         * gnus-topic.el (gnus-group-prepare-topics): Use it.
12933
12934 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
12935
12936         * mml.el (mml-mode): Show menu in XEmacs.
12937
12938 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
12939
12940         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
12941         (gnus-server-read-server-in-server-buffer): New function.
12942         (gnus-browse-foreign-server): Browse in group buffer.
12943         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
12944         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
12945         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
12946         * gnus.el (gnus-server-browse-hashtb): New variable.
12947
12948 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
12949
12950         * nnfolder.el (nnfolder-open-nov): Use group.
12951
12952 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
12953
12954         * nnfolder.el: Add NOV. Set version to 2.0.
12955         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
12956
12957 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
12958
12959         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
12960
12961 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12962
12963         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
12964         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
12965
12966 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12967
12968         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
12969
12970 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12971
12972         * mm-decode.el (mm-verify-function-alist): New variable.
12973         (mm-verify-option): New variable.
12974         (mm-decrypt-function-alist): Ditto.
12975         (mm-decrypt-option): Ditto.
12976         (mm-find-raw-part-by-type): New function.
12977         (mm-possibly-verify-or-decrypt): New function.
12978         (mm-dissect-multipart): Use it.
12979         * mml2015.el (mml2015-fix-micalg): New function.
12980         (mml2015-decrypt): Use new interface.
12981         (mml2015-verify):  Use new interface.
12982         (mml2015-setup): Make it bogus.
12983
12984 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
12985
12986         * mml.el (mml-generate-mime-postprocess-function): Set to
12987         mml-postprocess.
12988         (autoload): Autoload mml2015 and mml-smime.
12989         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
12990         * mml2015.el (mml2015-encrypt): New function.
12991         (mml2015-sign): New function.
12992         (mml2015-encrypt-function): New variable.
12993         (mml2015-sign-function): New variable.
12994         (mml2015-mailcrypt-encrypt): Use message-recipients.
12995         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
12996         * mml-smime.el (mml-smime-setup): Ditto.
12997
12998 2000-10-28  Simon Josefsson  <sj@extundo.com>
12999
13000         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
13001         Communigate Pro 3.3.1 server.
13002
13003         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
13004         in buffers.
13005         (mml-secure-dns-server): Removed.
13006         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
13007         write certificates to files.
13008
13009         * smime.el (smime-dns-server): New variable.
13010         (smime-mail-to-domain):
13011         (smime-cert-by-dns): New functions.
13012
13013         * dig.el: New file.
13014
13015 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
13016
13017         * message.el (message-options): New variable.
13018         (message-options-set-recipient): New function.
13019         (message-send): Use them.
13020         * gnus-int.el (gnus-request-replace-article): Use them.
13021         (gnus-request-accept-article): Ditto.
13022         * mml.el (mml-preview): Use them.
13023         * gnus-sum.el (gnus-summary-edit-article): Use them.
13024
13025         * message.el (message-options-get): New function.
13026         (message-options-get): New function.
13027         * rfc2047.el (rfc2047-encode-message-header): Use them.
13028         * mm-bodies.el (mm-encode-body): Use them.
13029
13030 2000-10-28  Simon Josefsson  <sj@extundo.com>
13031
13032         * nnimap.el (nnimap-retrieve-which-headers):
13033         (nnimap-request-article-part): Quote message-id.
13034
13035         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
13036         (smime-CA-file): New variable.
13037         (smime-call-openssl-region): Don't error.
13038         (smime-sign-region): Return result value.
13039         (smime-encrypt-region): Ditto.
13040         (smime-verify-region): New function.
13041         (smime-decrypt-region): Ditto.
13042         (smime-verify-buffer): Ditto.
13043         (smime-decrypt-buffer): Ditto.
13044
13045         * mml.el: Require mml-sec.
13046         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
13047         (mml-mode-map): Add "sign" and "encrypt" maps.
13048         (mml-menu): Add security menu.
13049         (mml-preview): Use generate-new-buffer.
13050
13051         * mml-sec.el: New file.
13052
13053 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13054
13055         * mm-decode.el (mm-find-part-by-type): Move it here.
13056         * mml.el (mml-postprocess): Move it here.
13057         (mml-postprocess-alist): Move it here. Merge them.
13058
13059 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
13060
13061         * rfc2047.el (rfc2047-encode-message-header): Make sure no
13062         unencoded stuff in the header.
13063
13064 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
13065
13066         * gnus-group.el (gnus-group-listed-groups): New variable.
13067         (gnus-group-list-option): New variable.
13068         (gnus-group-list-limit-map): New keymap.
13069         (gnus-group-list-flush-map): New keymap.
13070         (gnus-group-list-plus-map): New keymap.
13071         (gnus-group-prepare-logic): New function.
13072         (gnus-group-prepare-flat): Merge with
13073         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
13074         (gnus-group-prepare-flat-list-dead): Ditto.
13075         (gnus-group-list-matching): Use gnus-group-prepare-function.
13076         (gnus-group-list-dormant): Ditto.
13077         (gnus-group-list-cached): Ditto.
13078         (gnus-group-listed-groups): New function.
13079         (gnus-group-list-limit): New function.
13080         (gnus-group-list-flush): New function.
13081         (gnus-group-list-plus): New function.
13082         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
13083         (gnus-topic-prepare-topic): Ditto.
13084
13085 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
13086
13087         * message.el (message-insert-to, message-get-reply-headers):
13088         (message-reply, message-followup): Mail-{Followup,Reply}-To.
13089
13090 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13091
13092         * mml2015.el: New file.
13093         * smime.el: New file.
13094         * mml-smime.el: New file.
13095
13096 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
13097
13098         * ChangeLog: Moved to ChangeLog.1.
13099
13100     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
13101   Copying and distribution of this file, with or without modification,
13102   are permitted provided the copyright notice and this notice are preserved.
13103
13104 ;; Local Variables:
13105 ;; coding: iso-2022-7bit
13106 ;; End: