(gnus-inews-do-gcc): Don't try to mark GCC's as read
[gnus] / lisp / ChangeLog
1 2003-01-12  Jesper Harder  <harder@ifa.au.dk>
2
3         * gnus-msg.el (gnus-inews-do-gcc): Don't try to mark GCC's as read
4         if Gnus isn't alive.
5
6 2002-01-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7
8         * gnus-agent.el (gnus-agent-fetch-group-1): Remove downloadable
9         marks from articles that are already stored in the agent.
10         (gnus-agent-backup-overview-buffer): New debug tool.  Creates a
11         backup copy of an invalid .overview file for later analysis.
12         
13 2003-01-12  Gregorio Gervasio, Jr.  <gtgj@pacbell.net>
14
15         * gnus-sum.el (gnus-summary-exit): Reverse change to make group
16         exit work with two frames.
17
18 2003-01-11  Fran\e,Ag\e(Bois-David Collin  <Francois-David.Collin@wanadoo.fr>
19
20         * message.el (message-forward-make-body): Use mule4.
21
22 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23
24         * message.el (message-mode-map): Move wide-reply command.
25
26 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
27
28         * deuglify.el (gnus-outlook-deuglify-attrib-verb-regexp): Added
29         castellano.
30         (gnus-outlook-display-hook): New variable.
31         (gnus-outlook-display-article-buffer): New function.
32         (gnus-outlook-unwrap-lines, gnus-outlook-repair-attribution)
33         (gnus-outlook-deuglify-article): Made them interactive and added
34         optional arg.  Use `g-o-d-a-b'.
35         (gnus-article-outlook-deuglify-article): Use `g-o-d-a-b'.
36
37         * gnus-sum.el: Added autoloads.
38         (gnus-summary-mode-map): Added gnus-summary-wash-deuglify-map.
39         (gnus-summary-make-menu-bar): Added "(Outlook) Deuglify" menu.
40
41 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
42
43         * gnus-art.el (gnus-display-mime): Use the mime emulation
44         variable. 
45
46         * gnus-sum.el (gnus-article-emulate-mime): New variable.
47
48         * gnus-start.el (gnus-read-newsrc-el-file): Make sure that the
49         newsrc-alist is initialized properly.
50
51         * mail-source.el (mail-sources): Autoload.
52
53         * gnus-sum.el (gnus-summary-make-false-root-always): Default to
54         nil.
55
56         * gnus-msg.el (gnus-configure-posting-styles): Make sure we don't
57         insert two newlines.
58
59         * message.el (message-check-news-header-syntax): Compute the
60         header length correctly.
61
62 2002-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
63
64         * gnus-agent.el (gnus-agent-expire): Do not remove article from
65         alist when keeping fetched article file.
66         (gnus-agent-retrieve-headers): When parsing response for article
67         numbers, use the same algorithm as gnus-agent-braid-nov to protect
68         against garbage in the server's response.
69
70         * gnus-int.el (gnus-request-expire-articles,
71         gnus-request-move-article): Only expire when the group's server
72         has been agentized.
73
74 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
75
76         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
77         errors when deleting overlays.
78
79         * gnus-score.el (gnus-score-followup): Allow tracing.
80
81         * gnus-art.el (gnus-treat-display-face): New variable.
82         (article-display-face): New command.
83
84         * gnus-fun.el (gnus-face-from-file): New function.
85         (gnus-convert-face-to-png): Ditto.
86
87         * gnus-art.el (gnus-ignored-headers): Added Face.
88
89 2003-01-10  Simon Josefsson  <jas@extundo.com>
90
91         * nndraft.el (nndraft-request-group): Avoid crash in
92         directory-files when draft directory doesn't exists.
93
94         * gnus-sum.el (gnus-select-article-hook): Add :option.
95
96 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
97
98         * spam.el (spam-use-stat): new variable
99         (spam-group-spam-processor-stat-p) 
100         (spam-group-ham-processor-stat-p): new convenience functions
101         (spam-summary-prepare-exit): add spam/ham processors to sequence
102         (spam-list-of-checks): add spam-use-stat to list of checks
103         (spam-split): conditionally load the spam-stat tables
104         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
105         spam-check-ifile): new functions
106
107         * spam-stat.el (spam-stat): typo fix
108         (spam-stat-install-hooks): new variable
109         (spam-stat-split-fancy-spam-group): added documentation clarification
110         (spam-stat-split-fancy-spam-threshhold): new variable
111         (spam-stat-install-hooks): make hooks conditional
112         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
113
114         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
115         spam-stat ham/spam processor symbols
116
117 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
118
119         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
120         file exists.
121
122 2003-01-10  Simon Josefsson  <jas@extundo.com>
123
124         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
125         undownloaded/downloadable only when unplugged.
126
127 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
128
129         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
130
131 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
132
133         * spam.el (spam-check-ifile): fixed call-process-region to use the
134         db parameter only if it's set
135         (spam-ifile-register-with-ifile): ditto
136
137 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
138
139         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
140         spam-stat-nbad before creating the hash table.
141         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
142         Changed copyright statement to FSF.
143
144 2002-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
145
146         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
147         processable articles as read.
148         (gnus-agent-summary-fetch-series): Remove processable and
149         downloadable marks on all downloaded articles in the series.
150
151         * nntp.el (nntp-report): Throw error after reporting the problem.
152         (nntp-accept-process-output): Corrected error check to report an
153         error when the process is nil.
154
155 2003-01-09  Simon Josefsson  <jas@extundo.com>
156
157         * message.el (message-tool-bar-map): Add preview.
158
159 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
160
161         * mml.el (mml-preview): Get rid of MIME handles and buffers after
162         previewing.
163
164 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
165
166         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
167         bug when the (n+1)th article to be added to a group has a smaller
168         number than the n articles already added.
169
170 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
171
172         * message.el (message-mode-field-menu): Use backquote.
173
174 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
175
176         * spam.el: fixed the BBDB autoloads again, using
177         bbdb-search-simple now (which is not a macro, thank god)
178
179         * lpath.el (bbdb-search): removed function from maybe-fbind list
180
181         * gnus.el (ham-process-destination): added new parameter for
182         destination of ham articles found in spam groups at summary exit
183
184         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
185         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
186         (spam-ifile-database-path): added new parameter for ifile's database
187         (spam-move-spam-nonspam-groups-only): new parameter to determine
188         if spam should be moved from all groups or only some
189         (spam-summary-prepare-exit): fixed logic to use
190         spam-move-spam-nonspam-groups-only when deciding to invoke
191         spam-mark-spam-as-expired-and-move-routine; always invoke that
192         routine after the spam has been expired-or-moved in case there's
193         some spam left over; use spam-ham-move-routine in spam groups
194         (spam-ham-move-routine): new function to move ham articles to the
195         ham-process-destinations group parameter
196
197 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
198
199         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
200
201         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
202         gnus-summary-update-article-line.
203
204 2003-01-08  Simon Josefsson  <jas@extundo.com>
205
206         * nnmail.el (nnmail-expiry-target-group): Request group, create it
207         not successful.
208
209 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
210
211         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
212
213 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
214
215         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
216         logic, finally
217
218 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
219
220         * gnus-spec.el (gnus-parse-format): %C is a complex format.
221         (gnus-parse-format): Change to %~.
222
223         * message.el (message-generate-headers): Don't generate optional
224         empty headers.
225
226 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
227
228         * message.el (message-cross-post-default)
229         (message-cross-post-note-function, message-shoot-gnksa-feet)
230         (message-strip-subject-trailing-was, message-change-subject)
231         (message-mark-insert-file, message-cross-post-followup-to)
232         (message-cross-post-followup-to, message-mode-map)
233         (message-generate-unsubscribed-mail-followup-to)
234         (message-make-mail-followup-to): Minor changes to doc-strings and
235         error messages.  Updated copyright line.
236
237         * message.el (message-make-mail-followup-to,
238         message-generate-unsubscribed-mail-followup-to): New function
239         names.  Renamed functions: "-mft" -> "-mail-followup-to".
240         (message-make-mft, message-gen-unsubscribed-mft): Removed function
241         names.
242
243         * mml.el (mml-preview-insert-mail-followup-to): New function name.
244         (mml-preview-insert-mft): Removed function name.
245         (mml-preview): Use new function names.
246
247         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
248
249         * message.el (message-mode-field-menu): Moved header related
250         commands from "Message" to "Field" menu.
251
252 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
253
254         * message.el (message-generate-headers-first): Added customization
255         if variable is a list.
256
257 2003-01-07  Michael Shields  <shields@msrl.com>
258
259         * gnus-art.el (gnus-article-next-page): Correctly handle the case
260         where the last line of the article is the last line of the window.
261
262 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
263
264         * gnus-msg.el (gnus-debug): Use ignore-errors.
265
266         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
267         `gnus-summary-update-line'.
268
269 2003-01-08  Simon Josefsson  <jas@extundo.com>
270
271         * gnus-art.el (gnus-unbuttonized-mime-types)
272         (gnus-buttonized-mime-types): Doc fix.
273
274 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
275
276         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
277
278 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
279
280         * nnrss.el (nnrss-group-alist): Add and clear up.
281
282 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
283
284         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
285
286         * lpath.el (bbdb-search): added BBDB functions for a better way to
287         fix missing functions
288
289         * spam.el (spam-check-ifile): if should be an unless
290
291         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
292         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
293         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
294
295 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
296
297         * gnus-sum.el (gnus-summary-make-menu-bar): Added
298         gnus-summary-refer-thread to thread menu.
299
300 2002-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
301
302         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
303         summary buffer, articles that cannot be fetched are marked as
304         canceled.
305
306         * nntp.el (nntp-with-open-group): The quit signal handler must
307         propagate the quit signal to the next outer handler so that the
308         caller knows that the request aborted abnormally.
309
310 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
311
312         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
313         (spam-ifile-register-spam-routine)
314         (spam-ifile-register-ham-routine): added ifile functionality that
315         does not use ifile-gnus.el to classify and register articles
316         (spam-get-article-as-string): convenience function
317         (spam-summary-prepare-exit): added ifile spam and ham registration
318         (spam-ifile-all-categories, spam-ifile-spam-category)
319         (spam-ifile-path, spam-ifile): added customization options
320
321         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
322         exit processor
323         (spam-process): added gnus-group-ham-exit-processor-ifile to the
324         list of choices
325
326 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
327
328         * gnus-score.el (gnus-score-followup): Also score immediate
329         followups.
330
331 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
332
333         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
334
335 2003-01-07  Simon Josefsson  <jas@extundo.com>
336
337         * message.el (message-mode-menu): Fix receipt balloon help.
338
339 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
340
341         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
342         always be interpreted as news.
343
344 2003-01-07  Simon Josefsson  <jas@extundo.com>
345
346         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
347         gnus-sieve-script, instead of the global variable
348         gnus-sieve-crosspost.  One-line patch from Steinar Bang
349         <sb@dod.no>.
350
351 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
352
353         * gnus.el: Renamed gnus-summary-*-uncached-face as
354         gnus-summary-*-undownloaded-face to avoid confusing the agent with
355         the cache.
356
357         * gnus-sum.el: Ditto.
358
359 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
360
361         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
362         in either the group or summary buffer.
363         New command "JS", in summary buffer, will fetch articles per the
364         group's category, predicate, and processable flags.
365         (gnus-agent-summary-fetch-series): Rewritten to call
366         gnus-agent-session-fetch-group once with all articles in the
367         series.
368         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
369         return list of fetched articles.
370         (gnus-agent-fetch-articles): Split fetch list into sublists such
371         that the article buffer is only slightly larger than
372         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
373         the group's article alist is saved.
374         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
375         longer result in the agent trying to fetch an article.
376         (gnus-agent-fetch-group-1): Can now be called in either the group
377         or summary buffer.  Removed the max-fetch-size code that I added
378         on 2002-12-13 as that capability is now part of
379         gnus-agent-fetch-articles.  Added code to update summary buffer.
380         When called in the group buffer, articles that can not be fetched
381         are AUTOMATICALLY MARKED AS READ.
382
383         * gnus-sum.el (): Modified eval-when-compile to minimize
384         misleading compilation warnings.
385         (gnus-update-summary-mark-positions): Changed code to use
386         gnus-undownloaded-mark rather than gnus-downloaded-mark.
387
388         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
389         empty file as the parser assumes that the file isn't empty.
390
391         * nntp.el (nntp-send-string): The process-send-string call can,
392         because it performs I/O on the process, change the process' state
393         from open to closed.  If this happens, call nntp-report
394         immediately to report the broken connection.
395         (nntp-report): Rewritten to avoid needing a global variable to
396         determine the appropriate course of action.  Instead, two function
397         implementations are provided and the nntp-report function value is
398         bound to the appropriate implementation.
399         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
400         (nntp-with-open-group): Now binds nntp-report's function cell
401         rather than binding gnus-with-open-group-first-pass.  Added a
402         condition-case to detect a quit during a nntp command.  When the
403         quit occurs, the current connection is closed as a fetch articles
404         request could have several megabytes queued up for reading.
405         (nntp-retrieve-headers): Bind articles to itself.  If
406         nntp-with-open-group repeats this command, I must have access to
407         the original list of articles.
408         (nntp-retrieve-groups): Ditto for groups.
409         (nntp-retrieve-articles): Ditto for articles.
410         (*): Replaced nntp-possibly-change-group calls to
411         nntp-with-open-group forms in all, but one, occurrance.
412         (nntp-accept-process-output): Bug fix. Detect when called with
413         null process.
414
415 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
416
417         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
418         if we don't need to.
419         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
420
421 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
422
423         * gnus-group.el (gnus-group-make-web-group): Pass the select
424         method on to group-create.
425         (gnus-group-line-format-alist): %U is an integer.
426
427         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
428         ephemeral groups.
429         (gnus-summary-read-group-1): Ditto.
430         (gnus-group-make-articles-read): Ditto.
431
432         * mm-url.el (mm-url-program): Doc fix.
433
434         * message.el (message-mode-map): Rebound
435         message-insert-wide-reply.
436
437 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
438
439         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
440         color as `gnus-group-startup-message' does.
441
442 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
443
444         * spam.el: fixed line lengths to 80 chars or less
445
446         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
447         "not-read" mark
448         (gnus-summary-mark-forward): added the spam-mark to the list of
449         marks not to be marked as "read" when viewed
450
451 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
452
453         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
454
455         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
456         Protect against unactive groups.
457
458         * message.el (message-check-news-header-syntax): Check long
459         header lines.
460         (message-check-news-header-syntax): Update `start'.
461
462         * gnus-group.el (gnus-group-expire-articles): Doc fix.
463         (gnus-group-line-format): %U.
464         (gnus-group-line-format-alist): ?U.
465         (gnus-number-of-unseen-articles-in-group): New function.
466
467         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
468
469         * gnus.el (gnus-version-number): Bump version number.
470
471 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
472
473         * gnus.el: Oort Gnus v0.10 is released.
474
475 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
476
477         * gnus.el (gnus-version-number): Fix version number.
478
479 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
480
481         * gnus.el: Oort Gnus v0.08 is released.
482
483 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
484
485         * mm-util.el: Add mm-string-make-unibyte.
486
487         * gnus-group.el (gnus-group-jump-to-group): Make it work for
488         UTF-8 groups.
489
490 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
491
492         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
493
494         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
495
496 2003-01-04  Kevin Ryde  <user42@zip.com.au>
497
498         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
499         function.
500
501 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
502
503         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
504         (gnus-summary-read-group-1): Update group line.
505         (gnus-summary-exit-no-update): Update group on exit.
506
507         * gnus-group.el (gnus-group-line-format): Add %*.
508         (gnus-group-line-format-alist): Ditto.
509         (gnus-group-insert-group-line): Set it.
510         (gnus-group-is-exiting-p): New variable.
511         (gnus-group-insert-group-line): Use it.
512
513 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
514
515         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
516         enable BBDB ham processing
517         (spam-blacklist-register-routine): enable blacklist spam processing
518         (spam-whitelist-register-routine): enable whitelist ham processing
519         (spam-fetch-field-from-fast): fast fetching of the "from" field
520         from (gnus-data-list)
521         (spam-summary-prepare-exit): works completely now
522         (spam-use-blacklist): oops, should be nil by default
523         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
524         split processing now; before it was for summary exit as
525         well but that's done with the spam-contents and spam-process
526         parameters now
527
528 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
529
530         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
531         characters.
532
533 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
534
535         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
536         (spam-group-processor-p, spam-group-processor-bogofilter-p)
537         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
538         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
539         (spam-mark-spam-as-expired-and-move-routine)
540         (spam-generic-register-routine, spam-BBDB-register-routine)
541         (spam-ifile-register-routine, spam-blacklist-register-routine)
542         (spam-whitelist-register-routine): new functions
543         (spam-summary-prepare-exit): added summary exit processing (expire
544         or move) of spam-marked articles for spam groups; added slots for
545         all the spam-*-register-routine functions
546
547 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
548
549         * pop3.el (pop3-retr): Wait 500 msecs.
550         (pop3-read-response): Ditto.
551
552         * gnus-msg.el (gnus-setup-message): Get the evaliation order
553         right.
554         (gnus-inews-make-draft): New function.
555         (gnus-setup-message): Use it.
556
557         * message.el (message-required-headers): Add From.
558
559 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
560         Trivial patch from Norbert Koch <nk@viteno.net>.
561
562         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
563
564 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
565
566         * message.el (message-generate-headers): Let header formatters do
567         their work.
568
569 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
570
571         * deuglify.el (gnus-article-outlook-deuglify-article):
572         Rehighlight, reapply treatments and call
573         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
574         (gnus-outlook-repair-attribution-block): Recognize cited
575         attributions.  Suggested by Niklas Morberg.
576
577 2003-01-02  Pete Kazmier  <pete@kazmier.com>
578
579         * gnus-art.el (gnus-treat-predicate): Check condition first.
580
581 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
582
583         * lpath.el: Add url-http-file-exists-p.
584
585         * gnus-group.el (gnus-group-fetch-charter): Use
586         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
587
588 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
589
590         * message.el (message-draft-headers): Also generate From to get a
591         nicer draft buffer summary.
592
593         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
594         parameter.
595
596         * gnus-art.el (article-wash-html): Clean up.
597         (article-wash-html): Typo fix.
598
599         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
600         (gnus-summary-mail-forward): To many lists of lists.
601
602         * gnus-art.el (article-wash-html): Clean up.
603
604 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
605
606         * gnus-art.el (gnus-treat-wash-html): New variable.
607
608 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
609
610         * message.el (message-check-news-header-syntax): Allow posting.
611         (message-check-news-header-syntax): Fix logic for sure, this
612         time.
613
614 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
615
616         * message.el (message-check-news-header-syntax): Check syntax of
617         continuation headers.
618
619 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
620
621         * gnus-art.el (gnus-button-url-regexp,
622         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
623         (gnus-header-button-alist): Regexps are case insensitive here.
624
625 2003-01-02  Simon Josefsson  <jas@extundo.com>
626
627         * dig.el (query-dig): Doc fix.
628
629 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
630
631         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
632         summary buffer line, not just the download mark.
633
634 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
635
636         * gnus-sum.el (gnus-summary-goto-subjects): New function.
637         (gnus-summary-insert-dormant-articles): New command and
638         keystroke.
639
640         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
641         function for mass insertion of subjects.
642
643         * nndraft.el (nndraft-generate-headers): Don't move point.
644
645         * gnus.el (nnheader): Require nnheader.
646
647         * nndraft.el (nndraft-request-associate-buffer): Use
648         make-local-variable.
649
650 2003-01-02  Michael Shields  <shields@msrl.com>
651
652         * nndraft.el (nndraft-request-associate-buffer): Make
653         write-contents-hooks buffer-local before setting it.
654
655 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
656
657         * gnus.el (gnus-group-parameter-value): Take an extra param.
658         (gnus-group-fast-parameter): Let group param results be nil.
659
660         * gnus-art.el (gnus-article-forward-header): New function.
661         (article-date-ut): Use it to remove continuation date headers.
662
663         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
664         read-event.
665         (gnus-summary-remove-bookmark): Clean up.
666         (gnus-summary-set-bookmark): Clean up.
667
668         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
669
670         * gnus.el (gnus-group-startup-message): Bind data-directory to
671         the Gnus etc directory.
672
673 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
674
675         * spam.el (spam-summary-prepare-exit): added slots for spam- and
676         ham-processing of articles; use the new
677         spam-group-(spam|ham)-contents-p functions
678         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
679         convenience functions
680         (spam-mark-junk-as-spam-routine): use the new
681         spam-group-spam-contents-p function
682
683         * gnus.el (spam-process, spam-contents, spam-process-destination):
684         added new parameters with corresponding global variables
685         (gnus-group-spam-exit-processor-ifile,
686         gnus-group-spam-exit-processor-bogofilter,
687         gnus-group-spam-exit-processor-blacklist,
688         gnus-group-spam-exit-processor-whitelist,
689         gnus-group-spam-exit-processor-BBDB,
690         gnus-group-spam-classification-spam,
691         gnus-group-spam-classification-ham): added new symbols for the
692         spam-process and spam-contents parameters
693
694         * spam.el (spam-ham-marks, spam-spam-marks): changed list
695         customization and list itself to store mark symbol rather than
696         mark character.
697         (spam-bogofilter-register-routine): added logic to generate mark
698         values list from spam-ham-marks and spam-spam-marks, so (member)
699         would work.
700
701 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
702
703         * message.el (message-cross-post-followup-to): Fix comment.
704
705 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
706
707         * spam.el (spam-ham-marks, spam-spam-marks): changed list
708         customization and list itself to store mark symbol rather than
709         mark character.
710         (spam-bogofilter-register-routine): added logic to generate mark
711         values list from spam-ham-marks and spam-spam-marks, so (member)
712         would work.
713
714 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
715
716         * message.el (message-signature-insert-empty-line): New variable.
717
718 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
719
720         * message.el: Renamed functions and variables: "xpost" ->
721         "cross-post", "-fup2" -> "-followup-to".
722         (message-cross-post-old-target, message-cross-post-default,
723         message-cross-post-note, message-followup-to-note,
724         message-cross-post-note-function): New variables names.
725         (message-xpost-old-target, message-xpost-default,
726         message-xpost-note, message-fup2-note,
727         message-xpost-note-function): Removed variable names.
728         (message-cross-post-followup-to-header,
729         message-cross-post-insert-note, message-cross-post-followup-to):
730         New function names.
731         (message-xpost-fup2-header, message-xpost-insert-note,
732         message-xpost-fup2): Removed function names.
733
734 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
735
736         * message.el (message-send-mail): Added message-cleanup-headers to
737         prevent newlines in headers.
738
739 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
740
741         * dns.el (dns-make-network-process): Comment.
742
743         * gnus-sum.el (gnus-summary-display-while-building): Default to
744         nil.
745
746 2003-01-01  Wes Hardaker  <wes@hardakers.net>
747
748         * gnus-sum.el (gnus-summary-display-while-building): New
749         variable.
750
751 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
752
753         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
754         before rearranging the article.
755
756 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
757
758         * nndraft.el (nndraft-generate-headers): New function.
759         (nndraft-request-associate-buffer): Use it to write headers on
760         buffer save.
761
762         * message.el (message-generate-headers): Let the function be a
763         lambda form.
764         (message-draft-headers): New variable.
765
766         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
767         function.
768         (gnus-setup-message): Use it.
769
770         * message.el (message-generate-headers-first): Doc fix.
771         (message-setup-1): Use new function for getting which headers to
772         generate.
773         (message-headers-to-generate): New function.
774
775 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
776
777         * gnus-agent.el (gnus-agent-save-alist): Make directory.
778
779 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
780
781         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
782         mention negatives.
783
784 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
785
786         * deuglify.el (gnus-outlook-rearrange-article): Use
787         `transpose-regions' instead of tempering the kill-ring.
788         (gnus-article-outlook-deuglify-article): Rehighlight article
789         instead of a complete redisplay.
790
791 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
792
793         * spam.el: most defvars are defcustoms now
794
795         patches from Michael Shields  <shields@msrl.com>
796
797         * spam.el (spam-bogofilter-articles): Select the article
798         body using gnus-summary-show-article t instead of
799         gnus-summary-select-article; this presents the raw text
800         without running any hooks.
801
802         * spam.el (spam-bogofilter-articles): Use message-remove-header
803         to remove headers; the old way incorrectly removed just the first
804         line of folded headers.
805
806 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
807
808         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
809
810 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
811
812         * gnus-start.el (gnus-load): New function.
813         (gnus-read-newsrc-el-file): Use it.
814
815 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
816
817         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
818         (gnus-button-handle-apropos-documentation): New function.
819         (gnus-button-handle-ctan): New function.
820         (gnus-button-alist): Use them.  Improve some regexps.
821         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
822
823 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
824
825         * message.el (message-subscribed-p): New function.
826         (message-send-mail): Use it.
827         * mml.el (mml-preview-insert-mft): New function.
828         (mml-preview): Use it.
829
830 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
831
832         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
833         when sorting by date.
834
835         * gnus-art.el (gnus-article-edit-mode): New variable.
836         (gnus-article-setup-buffer): Warn user about discarding edits.
837
838         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
839         (gnus-summary-pipe-output): Take a symbolic prefix to save all
840         headers.
841
842         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
843
844 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
845
846         * message.el (message-completion-alist): Added "Mail-Followup-To"
847         and "Mail-Copies-To".
848
849 2002-07-21  Jesper harder  <harder@ifa.au.dk>
850
851         * gnus-group.el: Add key bindings for
852         gnus-group-sort-groups-by-real-name and
853         gnus-group-sort-selected-groups-by-real-name.
854
855 2002-07-21  Jesper harder  <harder@ifa.au.dk>
856
857         * gnus.texi (Sorting Groups): Add key bindings for
858         gnus-group-sort-groups-by-real-name and
859         gnus-group-sort-selected-groups-by-real-name.
860
861 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
862
863         * spam.el (spam-use-dig): new variable for blackhole checking
864         through dig.el
865         (spam-check-blackholes): added dig.el checking functionality and
866         more verbose reporting; query-dig is autoloaded from dig.el
867         (spam-use-blackholes): disabled by default
868         (spam-blackhole-servers): removed rbl.maps.vix.com from the
869         blackhole servers list
870
871 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
872
873         * message.el (message-required-headers): New variable.
874
875 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
876
877         * dig.el (query-dig): new function
878
879 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
880
881         * flow-fill.el (fill-flowed): Don't infloop on too long fill
882         prefixes.
883
884         * dns.el (query-dns): Protect against errors.
885
886         * gnus-msg.el (gnus-article-yanked-articles): New variable.
887         (gnus-inews-add-send-actions): Mark all answered messages as
888         answered.
889
890 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
891
892         * nnmail.el (nnmail-split-it): Added tracing to
893         `:' split rule
894
895 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
896
897         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
898         and "%s" so we don't overquote them.
899
900 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
901
902         * (mm-display-external): Display the actual command that has been
903         executed in the echo area.
904
905 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
906
907         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
908
909         * message.el (message-with-reply-buffer): New macro.
910         (message-fetch-reply-field): Use it.
911         (message-insert-wide-reply): New command and keystroke.
912         (message-carefully-insert-headers): New function.
913         (message-insert-to): Use new function.
914
915         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
916         (gnus-topic-goto-missing-group): Use it.
917
918         * message.el (message-required-news-headers): Removed Lines.
919         (message-reply): Don't insert References first.
920         (message-followup): Ditto.
921         (message-make-references): New function.
922         (message-followup): Set message-reply-headers before generating
923         the buffer stuff.
924
925 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
926
927         * mml.el (mml-generate-mime-1): Reverse the order of
928         encoding/flowing.
929
930 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
931
932         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
933         after moving them.
934
935         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
936         fit with newer standard format.
937         (gnus-summary-make-false-root-always): New variable.
938         (gnus-gather-threads-by-subject): Use it.
939
940         * message.el (message-get-reply-headers): Take an address list
941         optional argument.
942
943 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
944
945         * gnus.el (gnus-keep-backlog): Change default to 20.
946
947         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
948         start.
949         (gnus-agent-check-overview-buffer): Remove negative article
950         numbers.
951
952         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
953         (nnmail-cache-ignore-groups): Doc fix.
954
955         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
956         (nnimap-debug-buffer): New variable.
957         (nnimap-debug): Use it.
958
959 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
960
961         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
962
963 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
964
965         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
966         they aren't already sorted.
967
968 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
969
970         * message.el (message-mode-menu): Add ellipses to menu items
971         expecting user interaction.
972         (message-mode-field-menu): do.
973
974 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
975
976         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
977         it isn't used any more.
978
979 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
980
981         * binhex.el (binhex-decoder-program): Fix docstring.
982
983 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
984
985         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
986         special chars if the mailcap file uses single quotes around %s.
987         From Laurent Martelli <laurent@bearteam.org>.
988
989 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
990
991         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
992         return the info object.
993
994 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
995
996         * gnus-int.el (gnus-request-update-info): Artificially add
997         (1 . (1- min)) to the read range, in case the backend doesn't
998         store marks for nonexistent articles.
999
1000 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1001
1002         * binhex.el (binhex-insert-char): Eval-and-compile.
1003
1004 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
1005
1006         * lpath.el: Add tool-bar-local-item-from-menu.
1007
1008         * message.el (message-tool-bar-local-item-from-menu): New function.
1009         (message-tool-bar-map): Use it.
1010
1011 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
1012
1013         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
1014
1015         * gnus-art.el (gnus-article-header-rank): Last header in
1016         gnus-sorted-header-list should have higher rank than non-members.
1017
1018 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1019
1020         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
1021         covered methods.
1022
1023 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1024
1025         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
1026         eval-when-compile.  Suggested by Kevin Greiner.
1027
1028 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
1029
1030         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
1031         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
1032         even though no headers may have been fetched
1033         (gnus-agent-fetch-group-1, and perhaps others, require this
1034         behavior).
1035         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
1036         server buffer is constrained by gnus-agent-max-fetch-size.
1037         Multiple chunks in the same group may perform arbitrarily large
1038         updates.
1039
1040 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
1041
1042         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
1043         gnus-summary-update-download-mark to update the article in the
1044         summary.
1045
1046 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
1047
1048         * gnus.el (gnus-summary-high-uncached-face,
1049         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
1050         New faces.
1051
1052         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
1053         added this on 2002-11-23 but it just wasn't working out as
1054         intended.  The idea isn't entirely dead, three new faces
1055         gnus-summary-*-uncached-face are being added to gnus.el to provide
1056         the basis for an improved implementation.
1057         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
1058         proper file to open is lib/servers.
1059         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
1060         (i.e. removing the article from gnus-newsgroup-downloadable) will
1061         now restore the article's default mark rather than simply setting
1062         no mark.
1063         (gnus-agent-get-undownloaded-list): Corrected documentation.
1064         Added code to set new summary local variable,
1065         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
1066         a temporary list.  No longer sets gnus-newsgroup-downloadable.
1067         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
1068         up to date.  Call new gnus-summary-update-download-mark to keep
1069         summary buffer up-to-date.
1070         (gnus-agent-fetch-selected-article): Keep
1071         gnus-newsgroup-undownloaded up to date.
1072         (gnus-agent-fetch-articles): Return list of articles that were
1073         successfully fetched.
1074         (gnus-agent-check-overview-buffer): No more thingatpt.
1075         (gnus-agent-expire): No longer deletes NOV entries of unread
1076         articles.
1077         (gnus-agent-unread-articles): New function.
1078         (gnus-agent-regenerate-group): The article number must be
1079         terminated by a tab character.  Added more messages to report
1080         repairs.  Inhibit quits while writing changes so it is now safe
1081         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
1082         downloaded to 1) resolve the unbound references and 2) avoid
1083         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
1084
1085         * gnus-art.el (gnus-article-prepare): The agent
1086         downloaded/undownloaded mark is no longer stored as the article's
1087         mark.
1088
1089         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
1090         gnus-summary-highlight may use it.  Added downloaded as
1091         gnus-summary-highlight was using it.
1092
1093         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
1094         the download mark now follows Kai's +/- convention.
1095         (gnus-downloaded-mark): Added ?+ mark.
1096         (gnus-summary-highlight): Added rules to select
1097         gnus-summary-high-uncached-face,
1098         gnus-summary-normal-uncached-face, and
1099         gnus-summary-low-uncached-face.  Removed the
1100         gnus-agent-downloaded-article-face.
1101         (gnus-summary-line-format-alist): Implemented the download flag
1102         format (?O) as named in the manual.  This implementation displays
1103         either gnus-undownloaded-mark, gnus-downloaded-mark, or
1104         gnus-no-mark.
1105         (gnus-newsgroup-agentized): New local variable that identifies
1106         which groups are agentized.  While the agent is now on by default,
1107         you don't have to agentize every server that you use.
1108         (gnus-update-summary-mark-positions): Completed support for the
1109         download type of mark.
1110         (gnus-summary-insert-line): Added undownloaded to the parameters.
1111         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
1112         reference by the gnus-summary-line-format-spec.
1113
1114         * nntp.el (nntp-with-open-group): This macro handles dropped or
1115         broken connections by opening a new connection and repeating the
1116         failed command.
1117         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
1118         XOVER commands preceeding the active articles with the nov entry
1119         of the first available article.  When gnus connected to such a
1120         server, the unexpected nov entry would result in duplicate lines
1121         in the agent's overview file.  This patch fixes the duplicate
1122         lines problem and improves performance by skipping over all
1123         articles IDs that preceed the first nov entry in the server's
1124         reply.
1125
1126 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1127
1128         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
1129         (gnus-summary-highlight): Use it instead of `downloaded'.
1130         (gnus-summary-highlight-line): Ditto.
1131
1132         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
1133
1134 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1135
1136         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
1137
1138         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
1139         calls.
1140
1141         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
1142         downloaded variable if we're in an uncovered group.
1143
1144         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
1145         font to soemthing less noticeable.
1146         (gnus-agent-group-covered-p): New function.
1147
1148 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
1149
1150         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
1151         Because of an unknown bug, the group buffer is saved in .overview
1152         file.
1153
1154 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1155
1156         * nntp.el (nntp-send-command): Braino in last commit.  Replace
1157         `and' with `or'.
1158
1159 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1160
1161         * nntp.el (nntp-send-command): Assume that echo does not happen
1162         when nntp-open-connection-function is nntp-open-network-stream.
1163         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
1164
1165 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1166
1167         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
1168
1169 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
1170
1171         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
1172         nntp-server-buffer if we aren't going to write to it.
1173
1174 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1175         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
1176
1177         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
1178
1179 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1180
1181         * rfc2047.el (rfc2047-decode-region): Remove newlines between
1182         decoded words.
1183
1184 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1185
1186         * gnus.el (fboundp): After loading mm-util, make sure it was the
1187         right one.
1188
1189 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1190
1191         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
1192         gnus-sum.  Made into a user option.
1193
1194         * gnus-sum.el (gnus-simplify-ignored-prefixes)
1195         (gnus-summary-mark-article-as-unread)
1196
1197 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
1198
1199         * time-date.el (date-to-time): Typo.
1200
1201         * parse-time.el: Typo.
1202
1203         * nnsoup.el (nnsoup-retrieve-headers): Typo.
1204
1205         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
1206
1207         * nnimap.el:
1208         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
1209
1210         * mm-encode.el (mm-safer-encoding): Typo.
1211
1212         * messcompat.el: Typo.
1213
1214         * message.el (message-face-alist): Typo.
1215
1216         * imap.el (imap-interactive-login, imap-open): Typos.
1217
1218         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
1219
1220         * gnus.el: Typo.
1221
1222         * gnus-win.el (gnus-configure-frame): Typo.
1223
1224         * gnus-util.el (gnus-atomic-progn-assign): Typo.
1225
1226         * gnus-topic.el (gnus-topic-sort-topics): Typo.
1227
1228         * gnus-sum.el (gnus-summary-article-number)
1229         (gnus-summary-read-group-1, gnus-summary-mark-article)
1230         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
1231
1232         * gnus-mule.el (gnus-mule-add-group): Typo.
1233
1234         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
1235
1236         * gnus-group.el (gnus-group-fetch-faq): Typo.
1237
1238         * gnus-art.el (gnus-decode-header-methods): Typo.
1239
1240         * flow-fill.el: Typo.
1241
1242 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
1243
1244         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
1245
1246 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1247
1248         * gnus-sum.el (gnus-simplify-ignored-prefixes)
1249         (gnus-summary-mark-article-as-unread)
1250         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
1251         Reformatting to avoid long lines.
1252         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
1253
1254 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
1255
1256         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
1257         be accessed through `mail-header-number'.
1258
1259 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1260
1261         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
1262         compressed range to gnus-summary-insert-articles.
1263
1264 2002-11-26  Kevin Ryde <user42@zip.com.au>
1265
1266         * gnus-art.el (gnus-mime-copy-part): Look for filename
1267         parameter under content-disposition, not content-type.
1268
1269         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
1270         (gnus-summary-reselect-current-group): Use it.
1271
1272 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
1273
1274         * gnus-agent.el (gnus-agent-uncached-articles): if
1275         gnus-agent-load-alist fails, return ARTICLES.
1276
1277         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
1278
1279 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1280
1281         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
1282         superfluous function call.
1283         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
1284         Add warning to docstring.
1285
1286 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1287
1288         * gnus-agent.el: Autoload number-at-point instead.
1289         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
1290
1291 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1292
1293         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
1294         require thingatpt (for number-at-point) and protect against
1295         deactivate-mark being unbound (on XEmacs).
1296
1297 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1298
1299         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
1300         print message on entry.
1301
1302         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
1303
1304         * gnus-range.el (gnus-range-difference): New function.
1305         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
1306
1307 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1308
1309         * gnus-sum.el (gnus-summary-insert-old-articles): Use
1310         gnus-remove-from-range instead of gnus-range-difference which
1311         doesn't exist.
1312
1313 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1314         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
1315
1316         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
1317         used for showing which articles have been downloaded.
1318         (gnus-agent-article-alist): Format change.  Add documentation.
1319         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
1320         process-marked articles.
1321         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
1322         in the series are individually fetched to minimize lose of
1323         content due to an error/quit.
1324         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
1325         gnus-message instead of message.
1326         (gnus-agent-read-servers): Use file lib/methods instead of
1327         lib/servers.  TODO: Why?
1328         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
1329         (gnus-agent-get-undownloaded-list): Remove articles that appear to
1330         come from the agent.  This means that they are not downloaded.
1331         (gnus-agent-fetch-selected-article): Don't use history.
1332         (gnus-agent-save-history, gnus-agent-enter-history)
1333         (gnus-agent-article-in-history-p, gnus-agent-history-path):
1334         Removed function; history is not used anymore.
1335         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
1336         (gnus-agent-crosspost): Started rewrite then realized that a typo
1337         in gnus-agent-fetch-articles ensures that this function is never
1338         called.  This will need to be fixed later.
1339         (gnus-agent-check-overview-buffer): Some sanity checks on the
1340         agent overview buffer.  This is a safety net used during
1341         development.
1342         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
1343         changed, write a number to the file indicating this.
1344         (gnus-agent-fetch-headers): Rewrite to respect
1345         gnus-agent-consider-all-articles without relying on the
1346         `.fetched' files.  Make it fast.
1347         (gnus-agent-braid-nov): Change resulting from
1348         gnus-agent-fetch-headers change.
1349         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
1350         `.fetched' files.
1351         (gnus-agent-read-agentview): New function, used by
1352         gnus-agent-load-alist.
1353         (gnus-agent-load-fetched-headers): Remove.
1354         (gnus-agent-save-alist): Rewrite to accomodate new format.
1355         (gnus-agent-fetch-group-1): Make sure list of articles is in the
1356         same order as in gnus-newsgroup-headers.
1357         (gnus-agent-expire): Document and implement extra args ARTICLES,
1358         GROUP, FORCE.  Do not restrict usage.
1359         (gnus-agent-uncached-articles): New function.
1360         (gnus-agent-retrieve-headers): Use it.
1361         (gnus-agent-regenerate-group): No longer needs to be called from
1362         gnus-agent-regenerate.  Individual groups may be regenerated. The
1363         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
1364         The article fetch dates are validated in the article alist.  The
1365         article alist is pruned of entries that do not reference existing
1366         NOV entries.  All changes are computed then applied with
1367         inhibit-quit bound to t.  As a result, it is now safe to quit out of
1368         regeneration.  The optional clean parameter has been replaced with
1369         an optional reread parameter.  Clean is no longer necessary as
1370         regeneration gets the appropriate setting from
1371         gnus-agent-consider-all-articles.  The new reread parameter will
1372         result in fetched, or all, articles being marked as unread.
1373         (gnus-agent-regenerate): Removed code to regenerate the history
1374         file as it is no longer used.
1375
1376         * gnus-start.el (gnus-make-ascending-articles-unread): New
1377         function, for efficient mass-marking.
1378
1379         * gnus-sum.el (gnus-summary-highlight): Use new face for
1380         downloaded articles.
1381         (gnus-article-mark): Prefer to indicate read/unread status over
1382         downloaded status.
1383         (gnus-summary-highlight-line-0): New function, maybe rehighlights
1384         line.
1385         (gnus-summary-highlight-line): Use new face for downloaded
1386         articles.
1387         (gnus-summary-insert-old-articles): Improved performance by
1388         replacing the initial LIST of older articles with a compressed
1389         RANGE of older articles.  Some servers appear to lie about
1390         their active range so the original list could contain millions
1391         of article numbers.  The range is not expanded into a list
1392         until the optional ALL parameter has been applied.
1393
1394 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1395
1396         * gnus-agent.el (gnus-category-mode): Typo in doc string.
1397
1398 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
1399
1400         * spam.el:
1401         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
1402
1403         * spam.el: added `M s t' and `M s x' key mappings
1404
1405 2002-11-20  Simon Josefsson  <jas@extundo.com>
1406
1407         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
1408
1409 2002-11-19  Simon Josefsson  <jas@extundo.com>
1410
1411         * gnus-sum.el (gnus-summary-morse-message): Load
1412         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
1413         (unmorse-region): Autoload it instead.
1414
1415 2002-11-18  Simon Josefsson  <jas@extundo.com>
1416
1417         * gnus-sum.el (gnus-summary-morse-message): New function.
1418         (gnus-summary-wash-map): Bind to `W m'.
1419         (gnus-summary-make-menu-bar): Add.
1420
1421         * nnimap.el (nnimap-request-expire-articles): Compress sequence
1422         before storing \Deleted mark on expired articles.
1423
1424 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
1425         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
1426
1427         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
1428         parens in column 0.
1429
1430 2002-11-17  Juanma Barranquero  <lektu@terra.es>
1431
1432         * nnweb.el (nnweb-google-create-mapping): Fix typo.
1433
1434         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
1435
1436         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
1437
1438 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
1439
1440         * message.el (message-set-auto-save-file-name): Use
1441         make-directory, to avoid the dependence on gnus-util.
1442
1443 2002-11-16  Simon Josefsson  <jas@extundo.com>
1444
1445         * nnimap.el (nnimap-callback-callback-function):
1446         (nnimap-callback-buffer): Removed, these cannot be global but must
1447         be embedded into the callback.
1448         (nnimap-make-callback): New.  Embedd article number, callback and
1449         buffer in function.
1450         (nnimap-callback, nnimap-request-article-part): Update.
1451
1452 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1453
1454         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
1455
1456 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1457
1458         * gnus.el (gnus-summary-line-format): Document %C.
1459
1460 2002-11-11  Simon Josefsson  <jas@extundo.com>
1461
1462         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
1463         output when called interactively.
1464
1465 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1466
1467         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
1468
1469         * message.el (message-draft-coding-system): Improve comment; use
1470         mm-auto-save-coding-system for the default value.
1471
1472         * nndraft.el (nndraft-request-article): Revert to the state before
1473         2002-10-29; regexp-quote mail-header-separator.
1474
1475 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
1476
1477         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
1478         allow editing of drafts from an nnvirtual group.
1479
1480 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1481
1482         * nndraft.el (nndraft-request-article): Replace emacs-mule with
1483         mm-auto-save-coding-system.
1484
1485         * message.el (message-draft-coding-system): Default to
1486         iso-2022-7bit.
1487
1488         * mm-util.el (mm-auto-save-coding-system): Undo last change to
1489         restore the default value to emacs-mule or escape-quoted.
1490
1491 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1492
1493         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
1494         a delayed or a queued article as well as a draft.
1495
1496         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
1497         delayed or a queued article in the raw format; treat a delayed
1498         article as a raw article as well as a draft.
1499         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
1500         for the delayed group.
1501
1502         * nndraft.el (nndraft-request-article): Ignore auto save files for
1503         a delayed or a queued article; don't bother to decode a queued
1504         article; don't bind nnmail-file-coding-system for a queued article.
1505
1506         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
1507         and the queue group.
1508
1509 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
1510
1511         * gnus-group.el (gnus-group-delete-group):
1512         gnus-cache-active-hashtb might be void.
1513
1514 2002-11-02  Simon Josefsson  <jas@extundo.com>
1515
1516         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
1517         setting of the default user ID.  From Raymond Scholz
1518         <ray-2002@zonix.de>.
1519
1520 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
1521
1522         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
1523         charset.
1524
1525 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
1526         From Alex Schroeder <alex@emacswiki.org>
1527         * spam-stat.el (spam-stat-process-directory): add dir to message
1528         (spam-stat-reduce-size): No longer remove words
1529         with values close to 0.5, because the default value is 0.2.
1530
1531 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1532
1533         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
1534         documentation.
1535
1536 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1537
1538         * gnus-agent.el (gnus-agent-fetched-headers)
1539         (gnus-agent-load-fetched-headers)
1540         (gnus-agent-save-fetched-headers): Remove variable and two
1541         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
1542         works better.
1543         (gnus-agent-fetch-headers): New implementation from Kevin
1544         Greiner.  Uses gnus-agent-article-alist to store information
1545         about fetched messages which aren't on the server anymore.  The
1546         trick is to return a list of considered messages to the caller,
1547         but to only fetch those which haven't been fetched yet.
1548
1549 2002-10-30  Simon Josefsson  <jas@extundo.com>
1550
1551         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
1552
1553         * pgg.el (pgg-passphrase-cache-expiry): Removed.
1554
1555 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1556
1557         * mm-view.el (mm-w3m-local-map-property): Make it work with older
1558         versions of emacs-w3m than 1.3.3.
1559
1560         * lpath.el: Bind w3m-minor-mode-map.
1561
1562         * mm-view.el (mm-w3m-mode-command-alist)
1563         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
1564         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
1565         (mm-setup-w3m): Simplified.
1566         (mm-w3m-local-map-property): New function.
1567         (mm-inline-text-html-render-with-w3m): Use it.
1568
1569         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
1570         mm-w3m-local-map-property.
1571
1572 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1573
1574         * mm-util.el (mm-auto-save-coding-system): Default to
1575         iso-2022-7bit.
1576
1577         * nndraft.el (nndraft-request-article): Decode an article using
1578         the coding-system emacs-mule if it seems to have been saved using
1579         emacs-mule.
1580         (nndraft-request-replace-article): Use message-draft-coding-system
1581         instead of mm-auto-save-coding-system for the draft or delayed
1582         group.
1583
1584 2002-10-28  Josh  <huber@alum.wpi.edu>
1585
1586         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
1587         functions.
1588
1589 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1590         From mah@everybody.org (Mark A. Hershberger).
1591
1592         * mm-url.el (mm-url-insert-file-contents): Make it return the same
1593         type values ("url" size) regardless of the values of
1594         mm-url-use-external.
1595
1596 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1597
1598         * nnimap.el (nnimap-request-article-part): Try harder to show
1599         group name in debugging message.
1600
1601 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1602
1603         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
1604         directory if it doesn't exist.
1605         (gnus-agent-fetch-headers): Remove old cruft that tried to
1606         abstain from downloading articles more than once if
1607         gnus-agent-consider-all-articles was true.  This is now done
1608         properly via the .fetched files.
1609
1610 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1611
1612         * nndraft.el (nndraft-request-article): Treat delayed articles
1613         like drafts.
1614
1615 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1616
1617         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
1618
1619 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1620
1621         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
1622         Remove unused optional arg DIR and corresponding code.
1623
1624         * nnimap.el (nnimap-request-article-part): Include group name in
1625         debugging output.
1626
1627 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
1628
1629         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
1630
1631 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1632
1633         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
1634         contains range of headers that have been fetched by the agent
1635         already.  Compare gnus-agent-article-alist.
1636         (gnus-agent-file-header-cache): Like
1637         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
1638         (gnus-agent-fetch-headers): Improve comment.  Revert to old
1639         seen/recent logic.
1640         Remember which headers have been fetched before and don't fetch
1641         them again the next time round.
1642         (gnus-agent-load-fetched-headers)
1643         (gnus-agent-save-fetched-headers): New functions, for remembering
1644         which headers have been fetched before.
1645
1646 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1647
1648         * lpath.el: Remove useless bindings.
1649
1650 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
1651
1652         * gnus-sum.el (gnus-summary-execute-command): Disable visual
1653         features while searching.
1654
1655 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1656
1657         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
1658
1659 2002-10-22  Simon Josefsson  <jas@extundo.com>
1660
1661         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
1662         (pgg-snarf-keys): Add.
1663
1664 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1665
1666         * lpath.el: Fbind bbdb-records.
1667
1668         * spam.el: Don't autoload bbdb-records.
1669
1670 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1671
1672         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
1673         prevent inf-loop.
1674
1675 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1676
1677         * nnslashdot.el: Removed some test lines.
1678         More test.
1679
1680 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1681
1682         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
1683         are known to be downloaded already.
1684
1685 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1686
1687         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
1688         (mm-text-html-washer-alist): Ditto.
1689
1690 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1691
1692         * nnheader.el (nnheader-remove-body): Fix an error of detecting
1693         boundary between headers and body.
1694         * nnml.el (nnml-parse-head): Ditto.
1695
1696 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1697
1698         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
1699         entries.
1700
1701         * gnus-group.el (gnus-fetch-group): Allow an optional
1702         specification of the articles to select.
1703
1704         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
1705
1706 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1707
1708         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
1709         headers from the group, update variable `articles' to contain
1710         only those numbers where headers exist.  (When fetching all
1711         articles in a group, Gnus creates lots of numbers where there is
1712         no articles.)
1713
1714 2002-10-20  Steve Youngs  <youngs@xemacs.org>
1715
1716         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
1717         doesn't have the 'alist custom type, use cons cells instead.
1718         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
1719         (pgg-parse-hash-algorithm-alist): Ditto.
1720         (pgg-parse-compression-algorithm-alist): Ditto.
1721         (pgg-parse-signature-type-alist): Ditto.
1722
1723         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
1724
1725         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
1726
1727         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
1728
1729 2002-10-19  Simon Josefsson  <jas@extundo.com>
1730
1731         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
1732         buffer.
1733
1734 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1735
1736         * gnus-spec.el (gnus-make-format-preserve-properties)
1737         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
1738         properties also on XEmacs.  `gnus-xmas-format' is like format but
1739         preserves text properties on XEmacs (though it only understands
1740         simple format specs).  The variable
1741         `gnus-make-format-preserve-properties' controls whether the
1742         function is used, and is checked in `gnus-parse-simple-format'.
1743         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
1744
1745         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
1746         output.
1747         (gnus-agent-consider-all-articles): New variable.
1748         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
1749         (gnus-agent-fetch-headers): Depending on
1750         gnus-agent-consider-all-articles, maybe get all articles.
1751         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
1752         `read'.
1753         (gnus-predicate-imples-unread): New function.
1754         (gnus-agent-fetch-headers): Optimize to call
1755         gnus-list-of-unread-articles if that is sufficient.
1756         Check unseen and recent instead of seen and recent.
1757         (gnus-agent-fetch-headers): Abstain from calling
1758         gnus-list-range-intersection if range (a . b) would have (> a b).
1759
1760 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1761
1762         * message.el (message-send-mail): Make it possible to perform
1763         edebug-defun.
1764
1765 2002-10-18  Simon Josefsson  <jas@extundo.com>
1766
1767         * gnus-art.el (gnus-button-man-handler): Change default to
1768         `manual-entry' (defined in both emacsen).
1769         (gnus-button-man-handler): Remove emacsen difference and use
1770         `manual-entry'.
1771
1772 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1773
1774         * spam.el: Wrap autoload settings for bbdb-records,
1775         executable-find and ifile-spam-filter with eval-and-compile.
1776         (spam-display-buffer-contents): Remove.
1777         (spam-bogofilter-score): Merge spam-display-buffer-contents.
1778
1779 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
1780
1781         * spam.el (spam-display-buffer-contents): New function.
1782         (spam-bogofilter-score): use spam-display-buffer-contents, patch
1783         from Katsumi Yamaoka <yamaoka@jpl.org>.
1784
1785 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1786
1787         * nnheader.el (nnheader-parse-naked-head): New function.
1788         (nnheader-parse-head): Use the above function, in order to handle
1789         continuation lines properly.
1790         (nnheader-remove-body): New function.
1791         (nnheader-remove-cr-followed-by-lf): New function.
1792         (nnheader-ms-strip-cr): Use the above function.
1793
1794         * gnus-agent.el (gnus-agent-regenerate-group): Call
1795         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
1796         `nnheader-parse-head'.
1797         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
1798
1799         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
1800         continuation lines by itself; call `nnheader-parse-naked-head'
1801         instead of `nnheader-parse-head'.
1802         * nndiary.el (nndiary-parse-head): Ditto.
1803         * nnfolder.el (nnfolder-parse-head): Ditto.
1804         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
1805         * nnmaildir.el (nnmaildir--update-nov): Ditto.
1806         * nnml.el (nnml-parse-head): Ditto.
1807
1808 2002-10-17  Steve Youngs  <youngs@xemacs.org>
1809
1810         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
1811         XEmacs, default to it if featurep 'xemacs.
1812
1813 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1814
1815         * spam-stat.el: Check for the existence of hash functions instead
1816         of the Emacs version to decide whether to load cl.  Suggested by
1817         Kai Gro\e,A_\e(Bjohann.
1818
1819 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1820
1821         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
1822         if it isn't open yet.
1823
1824 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1825
1826         * gnus-group.el: Require mm-url only when compiling.
1827         (gnus-group-fetch-charter): Require mm-url.
1828
1829         * spam-stat.el: Require cl for the functions gethash,
1830         hash-table-count, make-hash-table and mapc for Emacs 20.
1831         (puthash): Alias to cl-puthash for Emacs 20.
1832         (with-syntax-table): New macro for Emacs 20.
1833
1834 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
1835
1836         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
1837
1838 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
1839
1840         * spam.el (spam-check-ifile): added ifile as a spam checking
1841         backend, and spam-use-ifle as the variable to toggle that check.
1842
1843 2002-10-12  Simon Josefsson  <jas@extundo.com>
1844
1845         * message.el (message-beginning-of-line): New variable.
1846         (message-beginning-of-line): Use it.
1847
1848 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
1849
1850         * spam.el: more compilation fixes for BBDB
1851
1852         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
1853         (spam-stat-reduce-size): Interactive.
1854         (spam-stat-reset): New function.
1855         (spam-stat-save): Interactive.
1856
1857 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1858
1859         * gnus.el: Autoload gnus-delay-initialize.
1860
1861         * message.el: Autoload gnus-delay-article.
1862
1863 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
1864
1865         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
1866         text property in Emacs.
1867
1868 2002-10-11  Simon Josefsson  <jas@extundo.com>
1869
1870         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
1871         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
1872
1873         * mml1991.el (mml1991-pgg-sign): Remove CR.
1874
1875 2002-10-10  Simon Josefsson  <jas@extundo.com>
1876
1877         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
1878         decrypt failed.
1879         (mml2015-trust-boundaries-alist): Removed.
1880         (mml2015-gpg-extract-signature-details): Don't use it.
1881         (mml2015-unabbrev-trust-alist): New.
1882         (mml2015-gpg-extract-signature-details): Use it.
1883
1884 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
1885
1886         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
1887         BBDB installed
1888
1889         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
1890         statistical analysis of spam in Lisp only
1891
1892 2002-10-10  Simon Josefsson  <jas@extundo.com>
1893
1894         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
1895         auth, selected or examine state.
1896
1897         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
1898         buffer and error buffer depending on type of information.
1899
1900         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
1901         --status-fd stuff even if gpg.el is not used (revert earlier
1902         change).
1903         (mml2015-pgg-{clear-,}verify): Store both output and errors as
1904         gnus details.
1905         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
1906         buffer.
1907
1908         * pgg.el (pgg-verify-region): Use it.
1909
1910         * pgg-def.el (pgg-query-keyserver): New variable.
1911
1912         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
1913         key-identifier in packet.  Is this a good idea?
1914
1915         * mml.el (mml-mode-map): Add security commands that operates on
1916         MIME parts.
1917         (mml-menu): And menu items for them.
1918
1919         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
1920
1921         * mml.el (mml-parse-1): Support sender in #secure tags.
1922
1923         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
1924         defined.
1925
1926         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
1927         (mml-pgp-encrypt-buffer): Support combined signing.
1928
1929         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
1930         (mml1991-gpg-encrypt): Ditto.
1931         (mml1991-pgg-encrypt): Ditto.
1932         (mml1991-encrypt): Pass sign parameter.
1933
1934         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
1935         (mml-signencrypt-style): Mention the variable.
1936
1937 2002-10-09  Simon Josefsson  <jas@extundo.com>
1938
1939         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
1940         pgg-gpg-user-id.
1941
1942         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
1943         (pgg-fetch-key-function): Nil if w3 is not installed.
1944
1945 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1946
1947         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
1948         gnus-agent-current-history.
1949
1950 2002-10-06  Simon Josefsson  <jas@extundo.com>
1951
1952         * imap.el (imap-parse-status): Don't use read to read token.
1953
1954 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1955
1956         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
1957         for methods not covered by the agent, and when unplugged.
1958
1959 2002-10-05  Simon Josefsson  <jas@extundo.com>
1960
1961         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
1962         signing.
1963
1964         * gnus-agent.el (gnus-agent-read-servers): If getting method from
1965         a named server fails, ignore the server.
1966
1967         * mml1991.el (mml1991-pgg-sign): Do QP.
1968
1969         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
1970         work.
1971
1972 2002-10-04  Simon Josefsson  <jas@extundo.com>
1973
1974         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
1975
1976         * pgg-pgp.el (pgg-pgp-verify-region): Inline
1977         binary-write-decoded-region from MEL.
1978
1979         * pgg.el (pgg-encrypt-region): Support sign.
1980
1981         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
1982
1983         * mml2015.el (mml2015-pgg-encrypt): Ditto.
1984
1985         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
1986         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
1987         branch where PGG was taken from in the ChangeLog entries below.
1988
1989 2002-10-01  Simon Josefsson  <jas@extundo.com>
1990
1991         * pgg-pgp.el: Don't require mel.  Don't use luna.
1992         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
1993         (pgg-pgp-process-region): Use expand-file-name instead of concat.
1994         (pgg-pgp-process-region): Don't use binary-funcall.
1995
1996         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
1997
1998         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
1999         instead of concat.
2000
2001         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
2002
2003 2002-09-29  Simon Josefsson  <jas@extundo.com>
2004
2005         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
2006         compile warnings.
2007
2008         * pgg.el (pgg-decrypt-region): Don't parse packet.
2009
2010         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
2011
2012 2002-09-29  Daiki Ueno <ueno@unixuser.org>
2013
2014         * pgg.el: Remove dependency on calist.el.
2015
2016 2002-09-28  Simon Josefsson  <jas@extundo.com>
2017
2018         * pgg.el (pgg-temporary-file-directory): New variable.
2019         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
2020
2021         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
2022         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
2023
2024         * pgg-parse.el (pgg-char-int): Defalias.
2025         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
2026         (pgg-read-bytes, pgg-read-body): Use it.
2027         (pgg-decode-packets): Don't use MEL, use base64-*.
2028         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
2029         (pgg-string-as-unibyte): Defalias.
2030         (pgg-parse-armor-region): Use it.
2031
2032         * pgg-gpg.el (pgg-gpg-process-region): Use
2033         pgg-temporary-file-directory.
2034
2035         * luna.el: Don't def-edebug.
2036
2037         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
2038         binary-write-decoded-region from MEL.
2039
2040         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
2041
2042         * alist.el, calist.el: Don't require product/APEL.
2043
2044         * pgg-parse.el (top-level): Remove dependency on static.el,
2045         pccl.el, mel.el.
2046         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
2047         `define-ccl-program' is boundp, instead of using broken.
2048
2049 2002-10-01  Simon Josefsson  <jas@extundo.com>
2050
2051         * message.el (message-required-mail-headers): Remove Lines:.
2052
2053 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2054         From Jesper Harder.
2055
2056         * gnus-group.el (gnus-group-fetch-charter,
2057         gnus-group-fetch-control): Prompt for group if given a prefix
2058         argument.
2059         * gnus-sum.el (t): Add gnus-group-fetch-charter and
2060         gnus-group-fetch-control to summary key map and menu.
2061
2062
2063 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
2064
2065         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
2066         number when there are no articles.
2067
2068 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2069
2070         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
2071         arg ALL means to fetch all articles, not only downloadable ones.
2072         (gnus-agent-fetch-selected-article): New function for
2073         gnus-select-article-hook or gnus-mark-article-hook.
2074
2075 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2076         From Peter von der Ahe <nospam2159@daimi.au.dk>.
2077
2078         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
2079         raw-text.
2080
2081 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
2082
2083         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
2084         Pinard).
2085         Major revamp of the code, documentation is in comments in the file
2086         for now.
2087
2088 2002-09-30  Simon Josefsson  <jas@extundo.com>
2089
2090         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
2091         buffer seem to be needed?
2092
2093 2002-09-29  Simon Josefsson  <jas@extundo.com>
2094
2095         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
2096         compile warnings.
2097
2098         * mml1991.el (mml1991-function-alist): Add pgg.
2099         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
2100         (mml1991-pgg-encrypt): Fix recipients querying.
2101
2102 2002-09-28  Simon Josefsson  <jas@extundo.com>
2103
2104         * mml2015.el (autoload): Autoload correct files.  Trivial patch
2105         from dme@dme.org.
2106         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
2107         handle is returned.
2108
2109 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2110
2111         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2112         Protect against non-existent of `nnimap-mailbox-info'.
2113
2114 2002-09-27  Simon Josefsson  <jas@extundo.com>
2115
2116         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
2117         (gnus-setup-news-hook): Use it.
2118         (gnus-after-getting-new-news-hook): Ditto.
2119
2120         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
2121
2122 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2123         From Mats Lidell <matsl@contactor.se>.
2124
2125         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
2126
2127 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2128
2129         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
2130         the part to decode encoded words, use raw words instead of decoded
2131         words.
2132
2133 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2134
2135         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
2136
2137         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
2138         (mm-setup-w3m): Use it.
2139
2140 2002-09-27  Simon Josefsson  <jas@extundo.com>
2141
2142         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
2143         article buffers.
2144
2145         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
2146         it just in case.
2147         (nnimap-update-unseen): New function; update unseen count in
2148         `n-m-info'.
2149         (nnimap-close-group): Call it.
2150
2151         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
2152         (gnus-after-getting-new-news-hook): Ditto.
2153
2154         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
2155         message into verboselevel 9.  Change slow mail check message.
2156         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
2157         (nnimap-fixup-unread-after-getting-new-news): New function, to be
2158         used as a hook after getting new mail.
2159
2160 2002-09-26  Simon Josefsson  <jas@extundo.com>
2161
2162         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
2163         SELECT/EXAMINE is first unseen article, not number of unseen
2164         articles.  Make them distinct by renaming the former to
2165         `first-unseen' instead of `unseen'.
2166
2167         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
2168         too.
2169         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
2170         changed.
2171         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
2172
2173         * gnus-int.el (gnus-server-unopen-status): Defcustom.
2174
2175         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
2176         better.
2177
2178         * mml2015.el (mml2015-pgg-decrypt): Only add security information
2179         if dissecting resulting buffer actually had any information.
2180
2181 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2182
2183         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
2184         because the function `string<' allows symbols.
2185
2186         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
2187
2188 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
2189
2190         * message.el (message-forward-make-body): Revert an early change
2191         because 8-bit utf-8 emails.
2192
2193 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
2194
2195         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
2196         links to Info)
2197         * gnus-art.el (gnus-treat-highlight-signature):
2198         * gnus-art.el (gnus-treat-buttonize):
2199         * gnus-art.el (gnus-treat-buttonize-head):
2200         * gnus-art.el (gnus-treat-emphasize):
2201         * gnus-art.el (gnus-treat-strip-cr):
2202         * gnus-art.el (gnus-treat-unsplit-urls):
2203         * gnus-art.el (gnus-treat-leading-whitespace):
2204         * gnus-art.el (gnus-treat-hide-headers):
2205         * gnus-art.el (gnus-treat-hide-boring-headers):
2206         * gnus-art.el (gnus-treat-hide-signature):
2207         * gnus-art.el (gnus-treat-fill-article):
2208         * gnus-art.el (gnus-treat-hide-citation):
2209         * gnus-art.el (gnus-treat-hide-citation-maybe):
2210         * gnus-art.el (gnus-treat-strip-list-identifiers):
2211         * gnus-art.el (gnus-treat-strip-pgp):
2212         * gnus-art.el (gnus-treat-strip-pem):
2213         * gnus-art.el (gnus-treat-strip-banner):
2214         * gnus-art.el (gnus-treat-highlight-headers):
2215         * gnus-art.el (gnus-treat-highlight-citation):
2216         * gnus-art.el (gnus-treat-date-ut):
2217         * gnus-art.el (gnus-treat-date-local):
2218         * gnus-art.el (gnus-treat-date-english):
2219         * gnus-art.el (gnus-treat-date-lapsed):
2220         * gnus-art.el (gnus-treat-date-original):
2221         * gnus-art.el (gnus-treat-date-iso8601):
2222         * gnus-art.el (gnus-treat-date-user-defined):
2223         * gnus-art.el (gnus-treat-strip-headers-in-body):
2224         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
2225         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
2226         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
2227         * gnus-art.el (gnus-treat-unfold-headers):
2228         * gnus-art.el (gnus-treat-fold-headers):
2229         * gnus-art.el (gnus-treat-fold-newsgroups):
2230         * gnus-art.el (gnus-treat-overstrike):
2231         * gnus-art.el (gnus-treat-display-xface):
2232         * gnus-art.el (gnus-treat-display-smileys):
2233         * gnus-art.el (gnus-treat-from-picon):
2234         * gnus-art.el (gnus-treat-mail-picon):
2235         * gnus-art.el (gnus-treat-newsgroups-picon):
2236         * gnus-art.el (gnus-treat-body-boundary):
2237         * gnus-art.el (gnus-treat-capitalize-sentences):
2238         * gnus-art.el (gnus-treat-fill-long-lines):
2239         * gnus-art.el (gnus-treat-play-sounds):
2240         * gnus-art.el (gnus-treat-translate):
2241         * gnus-art.el (gnus-treat-x-pgp-sig):
2242         * gnus-art.el (gnus-mime-button-line-format):
2243         * gnus-art.el (gnus-button-man-level):
2244         * gnus-art.el (gnus-button-emacs-level):
2245         * gnus-cus.el (gnus-group-parameters):
2246         * gnus-gl.el (bbb-build-mid-scores-alist):
2247         * gnus-group.el (gnus-group-line-format):
2248         * gnus-mlspl.el (gnus-group-split-setup):
2249         * gnus-mlspl.el (gnus-group-split):
2250         * gnus-msg.el (gnus-mailing-list-groups):
2251         * gnus-msg.el (gnus-posting-styles):
2252         * gnus-nocem.el (gnus-nocem-issuers):
2253         * gnus-score.el (gnus-score-regexp-bad-p):
2254         * gnus-srvr.el (gnus-server-line-format):
2255         * gnus-topic.el (gnus-topic-line-format):
2256         * gnus.el (gnus-summary-line-format):
2257         * mail-source.el (mail-sources):
2258         * message.el (message-subscribed-address-file):
2259         * nnmail.el (nnmail-split-fancy):
2260
2261 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
2262
2263         * mail-source.el(mail-source-run-script): use `functionp' to test
2264         whether the argument `script' is in fact a function.
2265         (mail-sources): adjust the defcustom to allow users to specify a
2266         function or a string as the value of the `:prescript' and
2267         `:postscript' arguments of the `file' and `pop3' mail sources.
2268
2269 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
2270
2271         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
2272         number when article 1 does not exist.
2273
2274 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2275
2276         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
2277         apropos if apropos-variable does not exist.
2278         (gnus-button-guessed-mid-regexp)
2279         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
2280         regexes.  From Reiner Steib.
2281         (gnus-button-handle-describe-function)
2282         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
2283         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
2284         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
2285
2286 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
2287         Trivial patch.
2288
2289         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
2290         the file.
2291
2292 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
2293
2294         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
2295
2296 2002-09-24  Simon Josefsson  <jas@extundo.com>
2297
2298         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
2299         (mml2015-use): Prefer PGG if installed.
2300         (mml2015-function-alist): Add PGG wrappers.
2301         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
2302         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
2303         prefix, make regexp optionally skip it.
2304         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
2305         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
2306         (mml2015-pgg-encrypt): New functions.
2307         (defvar, autoload): Prevent byte-compile warnings.
2308
2309 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2310         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
2311
2312         * gnus-art.el (article-strip-banner): Check for the existence of
2313         from header.
2314
2315 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
2316
2317         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
2318         (gnus-button-alist): Improved regexp for
2319         gnus-button-handle-mid-or-mail (false positives), fixed
2320         gnus-button-handle-man entries.
2321         From Reiner Steib.
2322
2323 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
2324         From Josh Huber.
2325
2326         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
2327         nnmail-extra-headers is non-nil.
2328
2329 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
2330
2331         * nnmaildir.el: Store article numbers persistently.  General
2332         revision.
2333         (nnmaildir-request-expire-articles): handle 'immediate and 'never
2334         for nnmail-expiry-wait; delete instead of moving if 'force is
2335         given.
2336
2337 2002-09-23  Simon Josefsson  <jas@extundo.com>
2338         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
2339
2340         * smime.el (smime-sign-buffer): Get key and extra certs.
2341         (smime-get-key-with-certs-by-email): Utility function.
2342
2343 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2344         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
2345
2346         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
2347         article exists.
2348
2349 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2350
2351         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
2352
2353 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
2354         From Reiner Steib.
2355
2356         * gnus-art.el (gnus-button-handle-custom,
2357         gnus-button-handle-mid-or-mail,
2358         gnus-button-handle-describe-{function,variable,key},
2359         gnus-button-handle-apropos{,command,variable}): New functions.
2360         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
2361         gnus-button-{man,emacs,mail}-level): New variables.
2362         (gnus-button-alist): Use the above to buttonize emacs and mail
2363         related links.
2364
2365 2002-09-18  Juanma Barranquero  <lektu@terra.es>
2366
2367         * gnus-int.el (gnus-status-message): Fix spacing.
2368
2369         * imap.el (imap-continuation): Fix typos.
2370
2371 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2372
2373         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
2374
2375         * gnus-art.el (gnus-article-reply-with-original): Correct
2376         with-current-buffer scope.
2377
2378         * message.el (message-completion-alist): Add Reply-To, From, etc.
2379
2380 2002-09-18  Simon Josefsson  <jas@extundo.com>
2381
2382         * nnimap.el (nnimap-request-expire-articles): Make flag setting
2383         conditional.  From Nevin Kapur <nevin@jhu.edu>.
2384
2385 2002-09-17  Simon Josefsson  <jas@extundo.com>
2386
2387         * nnimap.el (nnimap-expiry-target): Don't search for which
2388         articles exists here.
2389         (nnimap-request-expire-articles): Do it here instead.  Only expire
2390         when articles are found.  Suggested by Nevin Kapur
2391         <nevin@jhu.edu>.
2392
2393 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2394         From Reiner Steib <reiner.steib@gmx.de>.
2395
2396         * message.el (message-strip-subject-trailing-was)
2397         (message-change-subject, message-add-archive-header)
2398         (message-xpost-fup2-header, message-xpost-insert-note)
2399         (message-xpost-fup2, message-reduce-to-to-cc): New functions
2400         adopted from message-utils.el.  Add functions to the keymap, mode
2401         describtion and menu.
2402         (message-change-subject,message-xpost-fup2): Signal error if
2403         current header is empty.
2404         (message-xpost-insert-note): Changed insert position.
2405         (message-archive-note): Ensure to insert note in message body (not
2406         in head).
2407         (message-archive-header, message-archive-note)
2408         (message-xpost-default, message-xpost-note, message-fup2-note)
2409         (message-xpost-note-function): New variables adopted from
2410         message-utils.el.  Changed some doc-strings.
2411         (message-mark-insert-{begin,end}): Rename from
2412         message-{begin,end}-inserted-text-mark (message-utils.el), changed
2413         values.
2414         (message-subject-trailing-was-query)
2415         (message-subject-trailing-was-ask-regexp)
2416         (message-subject-trailing-was-regexp): New variables.
2417         (message-to-list-only): Added doc-string and menu entry.
2418
2419         * message-utils.el: Removed.  Functions are now in message.el.
2420
2421 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
2422
2423         * gnus-art.el (gnus-article-reply-with-original,
2424         gnus-article-followup-with-original): Switch to
2425         gnus-summary-buffer before reply/followup.
2426
2427 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
2428
2429         * gnus-sum.el (gnus-summary-toggle-header): The article window may
2430         not exist. Toggle it anyway.
2431
2432 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
2433
2434         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
2435
2436         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
2437         Trivial patch from Urban Engberg <ue@ccieurope.com>.
2438
2439         * rfc2047.el (message-posting-charset): Defvar it.
2440         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
2441         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
2442
2443         * mail-source.el (mail-source-fetch): Hide password.
2444
2445         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
2446
2447 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2448         From John Paul Wallington <jpw@shootybangbang.com>.
2449
2450         * gnus.el (gnus-visual, gnus-meta): Fix typo.
2451
2452 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2453
2454         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
2455
2456 2002-09-11  Simon Josefsson  <jas@extundo.com>
2457
2458         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
2459         (nnimap-split-rule): Doc fix.
2460         (nnimap-request-expire-articles): Cleanup code.
2461
2462 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2463         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
2464
2465         * gnus-art.el (gnus-article-address-banner-alist): New option.
2466         (article-strip-banner): Refer the above option to split banners of
2467         free mail servers, when no group parameter is specified.
2468
2469 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2470
2471         * nntp.el (nntp-wait-for-string): Check for a process in the
2472         current buffer instead of `nntp-server-buffer'.
2473
2474 2002-09-09  Simon Josefsson  <jas@extundo.com>
2475
2476         * gnus-art.el (gnus-button-man-handler): New variable.
2477         (gnus-button-alist): Use g-b-handle-man.
2478         (gnus-button-handle-man): New, call g-b-man-handler.
2479
2480 2002-09-08  Simon Josefsson  <jas@extundo.com>
2481
2482         * gnus-art.el (gnus-button-alist): Buttonize man page links.
2483
2484 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2485
2486         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
2487
2488 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2489
2490         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
2491
2492         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
2493         keystroke.
2494
2495         * gnus-srvr.el (gnus-browse-describe-group): New command and
2496         keystroke.
2497
2498 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2499
2500         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
2501         value for gnus-decoration property.
2502
2503 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2504
2505         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
2506         string) as group name in case we have a CRLF in the file.
2507
2508 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
2509
2510         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
2511         group.
2512         (rfc1843-decode-hzp): do.
2513         (rfc1843-newsgroups-regexp): do.
2514
2515 2002-09-04  Simon Josefsson  <jas@extundo.com>
2516
2517         * message.el (message-canlock-generate): Make sure sha1 doesn't
2518         call external programs.
2519
2520 2002-09-03  Simon Josefsson  <jas@extundo.com>
2521
2522         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
2523
2524         * gnus-agent.el (gnus-agent-batch): Add doc.
2525
2526 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
2527
2528         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
2529         check for signed and encrypted parts.
2530         * mml.el (mml-parse-1): Correct small typo which preventing
2531         setting recipients in a secure tag.
2532
2533 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2534
2535         * mm-util.el (mm-coding-system-priorities): Default to a list of
2536         iso-2022-jp and others for the Japanese environment.
2537
2538 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2539
2540         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
2541         invalid display names.
2542
2543 2002-08-30  Simon Josefsson  <jas@extundo.com>
2544
2545         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
2546         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
2547
2548 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
2549
2550         * gnus.el (gnus-group-charter-alist): New option.
2551         (gnus-group-fetch-control-use-browse-url): New option.
2552
2553         * gnus-group.el (gnus-group-fetch-charter): New function.
2554         (gnus-group-fetch-control): New function.
2555         Add them to the keymap and menu. Require mm-url.
2556
2557 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2558
2559         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
2560         From Alex Schroeder <alex@emacswiki.org>.
2561
2562 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
2563
2564         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
2565         items expecting user interaction.
2566
2567         * gnus-topic.el (gnus-topic-make-menu-bar): do.
2568
2569         * gnus-sum.el (gnus-summary-make-menu-bar): do.
2570
2571         * gnus-srvr.el (gnus-server-make-menu-bar): do.
2572
2573         * mml.el (mml-menu): do.
2574
2575 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2576
2577         * mail-source.el (mail-source-touch-pop): New function.
2578
2579         * message.el (message-smtpmail-send-it): New function.
2580         (message-send-mail-function): Add it for a candidate.
2581
2582 2002-08-27  Simon Josefsson  <jas@extundo.com>
2583
2584         * gnus-msg.el (posting-charset-alist): Use
2585         gnus-define-group-parameter instead of defcustom.
2586         (gnus-put-message): Handle SPC in GCC.
2587         (gnus-inews-insert-gcc): Ditto.
2588         (gnus-inews-insert-archive-gcc): Ditto.
2589
2590 2002-08-26  Simon Josefsson  <jas@extundo.com>
2591
2592         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
2593         (gnus-agentize): Auto agentize all nntp and nnimap groups.
2594         (gnus-agent-possibly-save-gcc): Autoload.
2595         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
2596
2597 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2598
2599         * gnus.el (gnus-other-frame-function): New user option.
2600         (gnus-other-frame): Use it; add a doc-string; make it work with
2601         the gnuclient program.
2602
2603         * gnus-util.el (gnus-frame-or-window-display-name): New function.
2604
2605         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
2606         `device-connection' and `dfw-device'.
2607
2608 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2609
2610         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
2611         positives, make it stricter.  From Jochen Hein (trivial change).
2612
2613 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2614
2615         * gnus.el (gnus-other-frame): Trivial fix.
2616
2617 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2618
2619         * gnus.el (gnus-other-frame-parameters): New user option.
2620         (gnus-other-frame-object): New variable.
2621         (gnus-other-frame): Make it search for existing Gnus frame; don't
2622         read new news; delete frame on exit.
2623
2624         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
2625
2626         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
2627
2628 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2629         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
2630
2631         * message.el (message-set-auto-save-file-name): Add support for
2632         the Cygwin Emacs; the system-type is `cygwin'.
2633         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
2634
2635 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2636
2637         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
2638
2639         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
2640         avoid arithmetic errors.
2641
2642 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2643
2644         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
2645
2646 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2647
2648         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
2649         (message-ignored-resent-headers): Add envelope From.
2650
2651 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2652
2653         * gnus.el (gnus-summary-line-format): Document %k specifier.
2654
2655 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2656
2657         * gnus-sum.el (gnus-summary-line-message-size): New function.
2658         (gnus-summary-line-format-alist): Use it.
2659
2660 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2661
2662         * gnus-art.el (article-make-date-line): Refer to the value for
2663         `gnus-article-time-format' in the summary buffer.
2664
2665         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
2666
2667 2002-08-14  Simon Josefsson  <jas@extundo.com>
2668
2669         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
2670         quoting.
2671         (gnus-button-alist): Fix doc.
2672         (gnus-header-button-alist): Use ' not ` for default value quoting.
2673         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
2674         rationale similar to 2002-05-01 change.
2675         (gnus-article-add-buttons-to-head): Evaluate expression.
2676
2677         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
2678
2679 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2680
2681         * message.el (message-font-lock-keywords): Refer to the value for
2682         `message-cite-prefix-regexp' dynamically.
2683
2684 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2685
2686         * gnus-art.el (gnus-decode-header-methods): Doc fix.
2687
2688 2002-08-12  Simon Josefsson  <jas@extundo.com>
2689
2690         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
2691         (imap-shell-open): Skip initial junk before IMAP greeting.
2692
2693 2002-08-11  Simon Josefsson  <jas@extundo.com>
2694
2695         * message-utils.el (message-xpost-default,
2696         message-xpost-fup2-header, message-xpost-fup2): Fixed
2697         Typos.  Trivial changes from Reiner Steib
2698         <4uce.02.r.steib@gmx.net>.
2699
2700 2002-08-09  Simon Josefsson  <jas@extundo.com>
2701
2702         * message.el (message-canlock-password): Set
2703         canlock-password-for-verify to newly generated canlock-password.
2704         When Emacs is restarted, Custom makes sure this is set, but during
2705         the same session we must set it manually.
2706
2707 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
2708
2709         * yenc.el: New file.
2710
2711         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
2712         (mm-uu-type-alist): Add yenc.
2713         (mm-uu-yenc-filename): New function.
2714         (mm-uu-yenc-extract): New function.
2715
2716         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
2717
2718 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2719
2720         * dgnushack.el (merge): Don't use coerce.
2721
2722 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
2723
2724         * mailcap.el (mailcap-mime-data): Test window-system rather than
2725         mm-device-type.
2726         (mailcap-mime-data): Call xdvi and gv with "-safer".
2727
2728         * mm-util.el: Don't define mm-device-type.
2729
2730 2002-08-05  Simon Josefsson  <jas@extundo.com>
2731
2732         * mm-util.el (mm-coding-system-priorities): coding-system type not
2733         supported everywhere.
2734
2735 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2736
2737         * gnus.el (gnus-version-number): Bumped version number.
2738
2739 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2740
2741         * gnus.el: Oort Gnus v0.07 is released.
2742
2743 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2744
2745         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
2746         (gnus-article-sort-functions): Doc fix.
2747         (t): New keystroke.
2748         (gnus-article-sort-by-random): New function.
2749         (gnus-thread-sort-by-random): New function.
2750
2751 2002-08-02  Simon Josefsson  <jas@extundo.com>
2752
2753         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
2754         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
2755
2756 2002-07-31  Danny Siu  <dsiu@adobe.com>
2757
2758         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
2759         when splitting malformed messages without message-id
2760
2761 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2762         From Niklas Morberg <niklas.morberg@axis.com>.
2763
2764         * nnweb.el (nnweb-type, nnweb-type-definition)
2765         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
2766         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
2767         functionality.
2768         * nnweb.el: Removed old non-functioning search engines.
2769
2770 2002-07-27  Simon Josefsson  <jas@extundo.com>
2771
2772         * message.el (message-forward-make-body): Don't use
2773         `message-forward-ignored-headers' when doing a "raw" followup (it
2774         is important to preserve e.g. CTE).
2775
2776         * flow-fill.el (fill-flowed): Disable filladapt-mode.
2777
2778         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
2779         regexp-quote, Cyrus Sieve is fixed.
2780
2781         * sieve-manage.el (sieve-manage-deletescript): New function.
2782
2783         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
2784         (sieve-manage-mode): Fix menubar.
2785         (sieve-activate): Change some messages.
2786         (sieve-deactivate-all): New function.
2787         (sieve-deactivate): New alias.
2788         (sieve-remove): New function.
2789         (sieve-help): Fix help.
2790         All suggested by Ned Ludd.
2791
2792 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2793
2794         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
2795         (mm-w3m-safe-url-regexp): New user option.
2796
2797         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
2798         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
2799
2800 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
2801
2802         * gnus-sum.el (gnus-summary-delete-article): Force
2803         nnmail-expiry-target to 'delete, so that absolute deletion
2804         happens when absolute deletion is requested.
2805
2806 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2807         From Nevin Kapur <nevin@jhu.edu>.
2808
2809         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
2810         headers as empty headers.
2811
2812 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2813         From Jochen Hein <jochen@jochen.org>.
2814
2815         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
2816         correct typo.
2817         (gnus-emphasis-strikethru): New face.
2818
2819 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2820         From Jason Merrill <jason@redhat.com>.
2821
2822         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
2823         entire file for each of a sequence of missing articles.
2824
2825         * gnus-salt.el (gnus-binary-display-article): Respect an existing
2826         value for gnus-view-pseudos.
2827
2828         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
2829         avoid nreverse.
2830
2831 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2832         From Ted Zlatanov <teodor.zlatanov@divine.com>.
2833
2834         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
2835         (gnus-summary-mode-line-format-alist): Add %h for number of
2836         spams.
2837         (gnus-newsgroup-spam-marked): New variable.
2838         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
2839         (gnus-article-read-p, gnus-article-mark)
2840         (gnus-set-global-variables, gnus-set-global-variables)
2841         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
2842         (gnus-summary-mark-article-as-unread)
2843         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
2844         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
2845         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
2846
2847 2002-07-10  Simon Josefsson  <jas@extundo.com>
2848
2849         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
2850         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
2851
2852 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
2853
2854         * gnus-sum.el (gnus-summary-delete-article): Respect group
2855         parameters while expiring.
2856
2857 2002-07-08  Simon Josefsson  <jas@extundo.com>
2858
2859         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
2860         Enberg.
2861
2862 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2863
2864         * gnus-art.el (article-unsplit-urls): Only display MIME when this
2865         function is called interactively.  From Niklas Morberg.
2866
2867 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2868
2869         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
2870         cdaar to cdar and car.
2871
2872         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
2873         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
2874
2875 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2876
2877         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
2878         don't break a narrowed article.
2879
2880         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
2881         (nntp-open-via-rlogin-and-telnet): Ditto.
2882
2883 2002-07-02  Didier Verna  <didier@xemacs.org>
2884
2885         * nnmail.el (nnmail-split-methods): fix custom type.
2886
2887 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2888
2889         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
2890         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
2891
2892 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2893
2894         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
2895         (gnus-summary-resend-message): Use it.
2896
2897 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2898
2899         * nntp.el (nntp-via-rlogin-command-switches): New variable.
2900         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
2901
2902 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2903
2904         * message.el (message-font-lock-keywords): Don't fontify
2905         headers in the message body, only in the header.
2906         (message-font-lock-make-header-matcher): New function, used by
2907         message-font-lock-keywords.
2908         From Katsumi Yamaoka <yamaoka@jpl.org>.
2909
2910 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2911
2912         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
2913
2914 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2915
2916         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
2917
2918 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2919
2920         * message.el (message-font-lock-keywords): Revert 2002-06-22
2921         change.
2922
2923 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2924
2925         * message.el (message-font-lock-keywords): Put colon in header
2926         name match.
2927
2928 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2929
2930         * message.el (message-font-lock-keywords): Don't use header faces
2931         in the body.  Thanks to Stefan Monnier for the hint on the
2932         implementation.
2933
2934 2002-05-09  Miles Bader  <miles@gnu.org>
2935
2936         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
2937         (gnus-article-hide-citation): Respect it.
2938
2939 2002-04-12  Juanma Barranquero  <lektu@terra.es>
2940
2941         * pop3.el (pop3-open-server): Fix typo.
2942
2943 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
2944
2945         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
2946         instead of push to ignore duplicate to-(list|address) values.
2947         * nnmail.el (nnmail-cache-ignore-groups): New.
2948         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
2949
2950 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2951
2952         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
2953         before sending.  Suggested by Jan Rychter.
2954
2955 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2956
2957         * dgnushack.el (remove): New compiler macro.
2958         (last, coerce, subseq): Remove compiler macros for those built-in
2959         or unused functions.
2960
2961 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2962
2963         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
2964         sure to write byte-compiled versions of gnus-*-format-alist to
2965         .newsrc.eld.  From Simon Josefsson.
2966
2967 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2968
2969         * gnus-agent.el (gnus-agent-read-servers)
2970         (gnus-agent-write-servers): Put server name (string like
2971         "nnchoke:frumple") in the file instead of a server specification
2972         (Lisp expression like (nnchoke "frumple" ...parameters...)).
2973         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
2974
2975 2002-06-16  Simon Josefsson  <jas@extundo.com>
2976
2977         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
2978         Reiner Steib <4uce.02.r.steib@gmx.net>.
2979
2980 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2981
2982         * nnheader.el (nnheader-file-name-translation-alist): Set the
2983         default value for MS Windows systems.
2984
2985         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
2986
2987 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2988
2989         * message.el (message-beginning-of-line): Keep the region active
2990         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
2991
2992 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
2993
2994         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
2995         * gnus-msg.el (gnus-summary-reply): Ditto.
2996         * gnus-msg.el (gnus-summary-handle-replysign): New.
2997
2998 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2999
3000         * message.el (message-send-mail-with-sendmail): Kill errbuf even
3001         if sending failed.
3002
3003 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
3004
3005         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
3006         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
3007         to sign while encrypting.
3008
3009 2002-06-11  Simon Josefsson  <jas@extundo.com>
3010
3011         * gnus-int.el (gnus-request-move-article): Agent expire article if
3012         successfuly moved.
3013
3014         * nnweb.el (nnweb-google-create-mapping): Honors the value of
3015         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
3016
3017 2002-06-10  Simon Josefsson  <jas@extundo.com>
3018
3019         * gnus-int.el (gnus-request-expire-articles): Fix last change?
3020
3021 2002-06-09  Simon Josefsson  <jas@extundo.com>
3022
3023         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
3024
3025         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
3026
3027 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3028
3029         * flow-fill.el (fill-flowed): Ignore errors.
3030
3031 2002-06-06  Simon Josefsson  <jas@extundo.com>
3032
3033         * message.el (message-send-mail-with-sendmail): Improve error message.
3034
3035 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3036
3037         * message.el (message-interactive): Change default from nil to t.
3038         Better to be safe than to be fast.
3039
3040 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3041
3042         * message.el (message-send-mail-with-sendmail): Check return value
3043         from call-process-region.
3044
3045 2002-06-04  Simon Josefsson  <jas@extundo.com>
3046
3047         * gnus-msg.el (gnus-group-mail, gnus-group-news)
3048         (gnus-group-post-news, gnus-summary-mail-other-window)
3049         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
3050         gnus-article-copy to nil, thereby inhibiting the `header' posting
3051         style match to use data from last viewed article.
3052         Suggested by Hrvoje Niksic.
3053
3054 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3055
3056         * spam.el (spam-point-at-eol): New alias.
3057         (spam-parse-whitelist): Use it.
3058
3059 2002-06-03  Simon Josefsson  <jas@extundo.com>
3060
3061         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
3062         (nnmail-article-group): Use it.
3063
3064 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3065
3066         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
3067         so that code reading them won't be surprised.  From Jesper Harder
3068         <harder@ifa.au.dk>.
3069
3070 2002-05-29  Simon Josefsson  <jas@extundo.com>
3071
3072         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
3073         articles.
3074
3075         * gnus.el (gnus-agent-cache): Doc fix.
3076         (gnus-agent): Change default to t.
3077
3078         * gnus-agent.el (gnus-agent-expire): Make it accept optional
3079         ARTICLES, GROUP and FORCE parameters.
3080
3081 2002-05-28  Simon Josefsson  <jas@extundo.com>
3082
3083         * gnus-group.el (gnus-group-line-format): Doc fix.
3084
3085 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3086
3087         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
3088         original article before yanking.  From Jesper Harder
3089         <harder@ifa.au.dk>.
3090
3091 2002-05-26  Simon Josefsson  <jas@extundo.com>
3092
3093         * gnus-sum.el (gnus-summary-menu-split): New function.
3094         (gnus-summary-make-menu-bar): Split charset submenu.
3095         (gnus-summary-menu-maxlen): New variable.
3096         (gnus-summary-menu-split): Use it.
3097
3098 2002-05-25  Simon Josefsson  <jas@extundo.com>
3099
3100         * mml.el (mml-preview): Generate some headers.
3101
3102         * gnus.el (gnus-large-newsgroup): Fix :type.
3103
3104         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
3105         Agent cache NOV's by default now).
3106         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
3107
3108 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
3109
3110         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
3111         call to gnus-parent-id when we check for References loops.
3112         (gnus-summary-prepare-threads): Avoid simplifying every Subject
3113         twice by saving the simplified subject string in simp-subject.
3114
3115 2002-05-23  Simon Josefsson  <jas@extundo.com>
3116
3117         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
3118         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
3119
3120         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
3121         Niklas Morberg <niklas.morberg@axis.com>.
3122
3123 2002-05-22  Simon Josefsson  <jas@extundo.com>
3124
3125         * sieve.el (sieve-change-region): Define it before it is used.
3126
3127         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
3128         (gnus-summary-reply): Ask for confirmation when replying to news.
3129         Defaults to not ask.  From Benjamin Rutt
3130         <rutt+news@cis.ohio-state.edu>.
3131
3132         * nnimap.el (nnimap-nov-is-evil): Improve doc.
3133
3134 2002-05-21  Simon Josefsson  <jas@extundo.com>
3135
3136         * sieve-mode.el (sieve-manage): Fix autoloads.
3137
3138         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
3139         name (makes it work with recent Cyrus timsieved).
3140
3141 2002-05-20  Jason  <jbaker@cs.utah.edu>
3142         Trivial patch.
3143
3144         * gnus-art.el (gnus-request-article-this-buffer): Try
3145         reconnecting if you don't get the message.
3146
3147 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3148
3149         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
3150         Reply-To headers from the headers.
3151
3152 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3153
3154         * mm-url.el (mm-url-insert): Remove junk message.
3155
3156 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3157
3158         * nnslashdot.el (nnslashdot-request-list): Parse new html.
3159         (nnslashdot-use-front-page): New variable.
3160         (nnslashdot-request-list): Use it.
3161
3162         * mm-url.el (mm-url-timeout): New variable.
3163         (mm-url-retries): Ditto.
3164         (mm-url-insert): Use it.
3165
3166 2002-05-16  Simon Josefsson  <jas@extundo.com>
3167
3168         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
3169         (gnus-simplify-subject-functions): Mention g-s-a-w.
3170
3171 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
3172
3173         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
3174         nnmail-cache-insert.
3175         * nndiary.el (nndiary-request-accept-article): Ditto.
3176         * nnfolder.el (nnfolder-request-accept-article): Ditto.
3177         * nnimap.el (nnimap-request-accept-article): Ditto.
3178         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
3179         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
3180         * nnmbox.el (nnmbox-request-accept-article): Ditto.
3181         * nnmh.el (nnmh-request-accept-article): Ditto.
3182         * nnmail.el (nnmail-cache-insert): Change group to required,
3183         removed code which tried to figure out the group.
3184
3185 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
3186
3187         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
3188         messages. From Hans de Graaff <hans@degraaff.org>.
3189         * nnml.el (nnml-request-accept-article): Pass in the group name to
3190         nnmail-cache-insert, since it's available.
3191
3192 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3193
3194         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
3195
3196 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3197         From Florian Weimer <fw@deneb.enyo.de>.
3198
3199         * gnus.el (subscribed): New group parameter.
3200         (gnus-find-subscribed-addresses): Use it.
3201
3202 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
3203
3204         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
3205         the default for pgpmime to support pgp v2.
3206         * mml-sec.el (mml-signencrypt-style): New accessor function to
3207         allow users to get/set the signencrypt style more easily without
3208         frobbing the alist directly.
3209         * mml.el (mml-generate-mime-1): Use accessor function.
3210
3211 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3212
3213         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
3214         parenthesis for "<" and ">".  Suggested by Andreas Schwab
3215         <schwab@suse.de>.
3216
3217 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3218
3219         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
3220         when intuiting the group the message is written to.  From Josh
3221         Huber <huber@alum.wpi.edu>.
3222
3223 2002-05-06  Simon Josefsson  <jas@extundo.com>
3224
3225         * gnus-topic.el (gnus-group-topic-parameters): Work when group
3226         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
3227
3228 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
3229
3230         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
3231         argument, and fixed compiler warning. (added autoload for
3232         gpg-encrypt).
3233
3234 2002-05-04  Simon Josefsson  <jas@extundo.com>
3235
3236         * mml1991.el (mml1991-function-alist): Doc fix.
3237
3238         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
3239         doesn't exist (for previewing messages without having Gnus
3240         started).
3241
3242         * mm-util.el (mm-coding-system-priorities): Defcustom.
3243
3244         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
3245
3246 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
3247
3248         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
3249         default.
3250         * mml-sec.el:
3251         * mml-sec.el (mml-signencrypt-style): New.
3252         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
3253         argument `sign'.
3254         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
3255         signencrypt.
3256         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
3257         * mml.el (mml-generate-mime-1): Changed logic so a part which is
3258         both signed & encryped is processed in one operation. (rather than
3259         two separate ops: sign, then encrypt)
3260         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
3261         indication if a message is signed by an expired key.
3262         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
3263         enables combined sign & encrypt operation. (this was always on
3264         before).
3265         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
3266
3267 2002-05-01  Simon Josefsson  <jas@extundo.com>
3268
3269         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
3270         server.
3271         (nnimap-mailbox-info): defvar instead of defvoo.
3272
3273 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3274
3275         * gnus.el: Oort Gnus v0.06 is released.
3276
3277 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3278
3279         * lpath.el: Bind url-package-version.
3280
3281 2002-05-01  Simon Josefsson  <jas@extundo.com>
3282
3283         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
3284         filename before deleting the group itself, because the presence of
3285         a group filename decides if long filenames are used or not.
3286
3287         * gnus-art.el (gnus-button-alist): Don't inline
3288         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
3289         without also modifying g-button-alist.
3290         (gnus-button-alist): Fix type to allow variable as well as regexp.
3291         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
3292         themselves, variables to its contents.
3293         (gnus-button-entry): Ditto.
3294
3295 2002-05-01  Simon Josefsson  <jas@extundo.com>
3296
3297         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
3298         UIDNEXT as a string.
3299
3300         * nnimap.el (nnimap-string-lessp-numerical): New function.
3301         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
3302         integers.
3303
3304 2002-04-29  Simon Josefsson  <jas@extundo.com>
3305
3306         * nnmail.el (nnmail-cache-insert): Accept optional group
3307         parameter.
3308
3309         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
3310         n-r-g-a is disabled.
3311
3312 2002-04-29  Simon Josefsson  <jas@extundo.com>
3313
3314         * nnimap.el (nnimap-split-fancy): Fix doc.
3315         (nnimap-split-fancy): Fix doc.
3316
3317         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
3318         (nnimap-mailbox-info): New internal variable.
3319         (nnimap-retrieve-groups): Implement faster new mail check.
3320
3321         * nnimap.el (nnimap-split-articles): Support
3322         nnmail-cache-accepted-message-ids.
3323         (nnimap-request-accept-article): Ditto.
3324
3325         * imap.el (imap-mailbox-status-asynch): New command.
3326
3327 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
3328
3329         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
3330         are no subscribed mail groups.
3331         - Strip quoted names when comparing addresses
3332
3333 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
3334
3335         * mm-decode.el (mm-text-html-renderer): Change customize type to
3336         const.
3337
3338         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
3339         (gnus-debug-exclude-variables): do.
3340
3341 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3342
3343         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
3344         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
3345
3346 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3347
3348         * dns.el (dns-make-network-process): New macro.
3349         (query-dns): Use it.
3350
3351 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3352
3353         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
3354         article-buffer.
3355
3356         * mm-url.el (mm-url-package-name): New variable.
3357         (mm-url-package-version): New variable.
3358         (mm-url-insert-file-contents): Bind url-package-name and
3359         url-package-version here.
3360         * nnrss.el (nnrss-insert-w3): Move the bindings.
3361
3362         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
3363         url-package-version. Trivial change from Andrew J Cosgriff
3364         <ajc@polydistortion.net>
3365
3366         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
3367         attachments. Trivial change from Peter 'Luna' Runestig
3368         <peter@runestig.com>.
3369
3370 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
3371
3372         * nnkiboze.el (nnkiboze-request-scan): Call
3373         nnkiboze-possibly-change-group.
3374         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
3375         problems.
3376         (nnkiboze-generate-group): Set newsrc to the *highest* article
3377         number kibozed, not the lowest.
3378
3379 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
3380
3381         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
3382
3383 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3384         From Dan Christensen <jdc+news@uwo.ca>.
3385
3386         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
3387         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
3388         Recognize math postings.  Extract Date (now ignores "(15kb)").
3389         Extract email address using gnus-extract-address-components
3390         instead of just taking the first word.  Create Date and From
3391         headers for message which are missing these headers.  Get rid
3392         of spurious \\ lines (purely cosmetic).  Extend body-end and
3393         file-end regexps, to exclude more garbage from the message.
3394         Make URL rephrasing regexp more flexible, to match current
3395         format.
3396
3397 2002-04-23  Simon Josefsson  <jas@extundo.com>
3398
3399         * netrc.el: New file, functions copied from gnus-util.el by Ted
3400         Zlatanov <tzz@lifelogs.com>.
3401
3402         * gnus-util.el: Require netrc.
3403         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
3404         new code in netrc.el.
3405
3406 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3407
3408         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
3409         message-ignored-resent-headers, too.  From Matthieu Moy
3410         <Matthieu.Moy@imag.fr>.
3411
3412 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
3413
3414         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
3415         boolean not a string
3416         * gnus-group.el (gnus-group-line-format): add description of %C
3417         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
3418           as %C
3419         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
3420
3421 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
3422
3423         * nnmaildir.el (nnmaildir-request-scan): typo: set
3424         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
3425         nnmail-get-new-mail for 'find-new-groups.
3426
3427 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
3428
3429         * nnmaildir.el (nnmaildir-request-update-info,
3430         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
3431         unnecessary calls to nnmaildir-request-scan.
3432
3433 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
3434
3435         * gnus-msg.el:
3436         * gnus-msg.el (gnus-message-replysign): New.
3437         * gnus-msg.el (gnus-message-replyencrypt): New.
3438         * gnus-msg.el (gnus-message-replysignencrypted): New.
3439         * gnus-msg.el (gnus-summary-reply): Use the three new variables
3440         (above) to automatically encrypt/sign to encrypted/signed
3441         messages.
3442         * message.el:
3443         * message.el (message-mode-map): Add keybinding for
3444         `message-to-list-only'
3445         * message.el (message-mode): Add description for
3446         `message-to-list-only'
3447         * message.el (message-to-list-only): New.
3448         * message.el (message-make-mft): Changed to use the cl loop macro,
3449         and added optional flag to return only the matched list. (for use
3450         in new message-to-list-only function)
3451
3452 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
3453
3454         * gnus-msg.el:
3455         * gnus-msg.el (gnus-message-replysign):
3456         * gnus-msg.el (gnus-replysign): New.
3457         * gnus-msg.el (gnus-replyencrypt): New.
3458         * gnus-msg.el (gnus-replysignencrypted): New.
3459         * gnus-msg.el (gnus-summary-reply):
3460         * message.el:
3461         * message.el (message-mode-map):
3462         * message.el (message-mode):
3463         * message.el (message-to-list-only): New.
3464         * message.el (message-make-mft):
3465
3466 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3467
3468         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
3469
3470 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
3471
3472         * message.el (message-gen-unsubscribed-mft): accept a prefix
3473         argument so CC can be included with C-u C-c C-f C-a
3474
3475 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3476         From Ted Zlatanov <teodor.zlatanov@divine.com>.
3477
3478         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
3479         Improve docstring.
3480         (spam-enter-blacklist): New command.
3481
3482         * gnus-sum.el (gnus-spam-mark): New mark.
3483         (gnus-auto-expirable-marks): Add gnus-spam-mark.
3484         (gnus-summary-make-tool-bar): Correct conditional.
3485         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
3486         (gnus-summary-mark-as-spam): New command.
3487
3488 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
3489
3490         * mml-sec.el (mml-secure-message): changed to support arbritrary
3491         modes.
3492         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
3493         changed to support "signencrypt" mode.
3494         * mml.el (mml-parse-1): changed to support different secure modes
3495         more easily. (for signencrypt)
3496
3497 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
3498
3499         * gnus-sum.el (gnus-update-summary-mark-positions)
3500         (gnus-summary-toggle-header):
3501         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
3502         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
3503         (gnus-uu-post-encoded):
3504         * nnfolder.el (nnfolder-possibly-change-group):
3505         * nnimap.el (nnimap-retrieve-headers):
3506         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
3507
3508 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
3509
3510         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
3511         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
3512
3513 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3514
3515         * gnus-srvr.el (gnus-server-set-info): Clear
3516         `gnus-server-method-cache' when `gnus-server-alist' is changed.
3517         From Daiki Ueno <ueno@unixuser.org>.
3518
3519 2002-04-11  Simon Josefsson  <jas@extundo.com>
3520
3521         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
3522         viewing of security buttons.  Thanks to Nicolas Kowalski
3523         <Nicolas.Kowalski@imag.fr>.
3524
3525         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
3526         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
3527         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
3528         <Nicolas.Kowalski@imag.fr>.
3529         (smime-decrypt-buffer): Ditto.
3530
3531 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3532
3533         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
3534         header line.
3535
3536 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
3537
3538         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
3539
3540 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3541
3542         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
3543
3544 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3545
3546         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
3547         errors when debug.
3548
3549 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
3550
3551         * message.el (message-make-mft): Changed MFT code from using
3552         message-recipients (which included Bcc) to use only the To and CC
3553         headers.
3554
3555 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
3556
3557         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
3558         add link.
3559         (gnus-treat-mail-picon): Ditto.
3560         (gnus-treat-newsgroups-picon): Ditto.
3561         (gnus-picon-databases): Fix custom type.
3562         (gnus-picon-databases): Add link.
3563         (gnus-article-x-face-command): Add to gnus-picon group.
3564
3565 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
3566
3567         * message.el (message-buffer-naming-style): Remove.
3568
3569 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3570
3571         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
3572
3573         * message.el (message-tool-bar-map): Ditto.
3574
3575         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3576
3577 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3578
3579         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
3580
3581 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
3582
3583         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
3584
3585 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
3586         Trivial patch.
3587
3588         * dns.el: open-network-stream under XEmacs does udp.
3589
3590 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
3591
3592         * spam.el (spam-enter-whitelist): New function.
3593         (spam-parse-whitelist): Ditto.
3594         (spam-refresh-list-cache): Ditto.
3595         (spam-address-whitelisted-p): New function.
3596
3597         * dns.el (query-dns): Use TCP when make-network-process isn't
3598         available.
3599         (dns-servers): New variable.
3600         (dns-parse-resolv-conf): New function.
3601         (query-dns): Use it.
3602
3603         * spam.el: New file.
3604
3605         * dns.el (query-dns): Test.
3606
3607 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3608
3609         * lpath.el (featurep): Bind make-network-process.
3610
3611 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
3612
3613         * nnmaildir.el: Use defstruct.  Use a single copy of
3614         nnmail-extra-headers to save memory.  Store server's group name
3615         prefix instead of each group's prefixed name.
3616         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
3617         nntp-server-buffer.
3618
3619 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3620
3621         * dns.el: New file.
3622
3623 2002-03-28  Simon Josefsson  <jas@extundo.com>
3624
3625         * gnus-sum.el (gnus-summary-dummy-line-format):
3626         * gnus.el (gnus-summary-line-format): Fixing links to Info.
3627         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
3628
3629 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3630
3631         * gnus-sum.el (gnus-summary-move-article)
3632         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
3633         the doc string.
3634
3635 2002-03-28  Simon Josefsson  <jas@extundo.com>
3636
3637         * mml-sec.el (mml-secure-message): Search after
3638         mail-header-separator from top of message.
3639
3640 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
3641
3642         * nnmaildir.el: Cosmetic changes.
3643         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
3644         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
3645         nnmaildir--group-ls): New macros/functions.  Use them.
3646         (nnmaildir--unlink): Evalutate argument only once.
3647
3648 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
3649
3650         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
3651         symbols.
3652         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
3653         `gnus-point-at-eol'.
3654
3655 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
3656
3657         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
3658         nnmaildir--marks-dir): New macros.  Use them.
3659         Use inhibit-quit for atomicity instead of in-memory journaling.
3660         (nnmaildir--edit-prep): New function.
3661         (Local Variables): Use it.
3662
3663 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
3664
3665         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3666
3667 2002-03-25  Simon Josefsson  <jas@extundo.com>
3668
3669         * message.el (message-mode): Fix doc.
3670
3671 2002-03-25  Simon Josefsson  <jas@extundo.com>
3672
3673         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
3674         Matthieu Moy <Matthieu.Moy@imag.fr>.
3675
3676 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
3677
3678         * mml-sec.el (mml-unsecure-message): Add docstring.
3679
3680 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
3681
3682         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
3683         value.
3684         Trivial change from andre@slamdunknetworks.com
3685
3686 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
3687
3688         * mml.el (mml-mode-map): Added a keybinding for
3689         `mml-unsecure-message'.  Also, added a menu entry for said
3690         function in the Attachments menu.
3691
3692 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3693
3694         * canlock.el (canlock-version): Remove.
3695         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
3696         here; simplify \x insertions.
3697         (canlock-sha1): New function, always return a unibyte string.
3698         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
3699         of a password.
3700         (canlock-insert-header): Use `canlock-sha1'.
3701         (canlock-verify): Ditto.
3702
3703 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3704
3705         * message.el (message-fix-before-sending): Add an option that
3706         ignores illegible text.
3707         Trivial change from Mark Milhollan <mlm@attglobal.net>
3708
3709         * message.el (message-font-lock-keywords): Support multi-line MML
3710         tags.
3711
3712         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
3713         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
3714
3715 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3716
3717         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
3718         symbols for "View as different encoding" submenu.
3719
3720 2002-03-19  Simon Josefsson  <jas@extundo.com>
3721
3722         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
3723         encoding" submenu.
3724
3725 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3726
3727         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
3728
3729 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3730
3731         * gnus-sum.el (gnus-sum-thread-tree-root)
3732         (gnus-sum-thread-tree-single-indent)
3733         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
3734         (gnus-sum-thread-tree-leaf-with-other)
3735         (gnus-sum-thread-tree-single-leaf): Make customizable.
3736
3737 2002-03-16  Simon Josefsson  <jas@extundo.com>
3738
3739         * gnus-util.el (gnus-extract-address-components): Don't break on
3740         names such as James "Kibo" Parry.  From Francis Litterio
3741         <franl@world.std.com>.
3742
3743 2002-03-13  Simon Josefsson  <jas@extundo.com>
3744
3745         * pop3.el (pop3-open-server): Revert multibyte change.  From
3746         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
3747
3748         * message.el (message-send-mail-with-qmail): Make it work.  From
3749         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
3750
3751 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
3752
3753         * message.el (message-make-mft): Set case-fold-search while
3754         generating the MFT.  Also, a little cleanup in the MFT code.
3755
3756 2002-03-12  Simon Josefsson  <jas@extundo.com>
3757
3758         * message.el (message-qmail-inject-args): May be function.
3759         (message-send-mail-with-qmail): Call function if m-q-i-a is
3760         function.  From fn@hungry.org (Faried Nawaz).
3761
3762 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3763
3764         * message.el (message-abbrevs-loaded): Remove.
3765         (mailabbrev): Require it.
3766
3767         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
3768
3769 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3770
3771         * pop3.el (pop3-open-server): Set process buffer unibyte.
3772
3773 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3774
3775         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
3776
3777 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3778
3779         * nnslashdot.el (nnslashdot-request-article): Remove javascript
3780         too.
3781
3782 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3783
3784         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
3785         duplication.
3786         (gnus-summary-save-parts-type-history): Ditto.
3787         (gnus-summary-save-parts-last-directory): Ditto.
3788         Trivial change from andre@slamdunknetworks.com
3789
3790 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
3791
3792         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
3793
3794 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3795
3796         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
3797         -->" as the end of the first article.
3798
3799         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
3800         From Matthieu Moy <Matthieu.Moy@imag.fr>
3801
3802         * message.el (message-add-action): Use add-to-list.
3803         (message-delete-action): New function.
3804
3805         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
3806         pieces.
3807
3808 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
3809
3810         * nnnil.el: New file.
3811         * gnus.el (gnus-valid-select-methods): Include nnnil.
3812
3813 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
3814
3815         * message.el (message-syntax-checks): Because canlock is
3816         supported, we disable sender syntax check.
3817         (message-shoot-gnksa-feet): Add cancel-messages option doc.
3818
3819         * gnus-draft.el (gnus-draft-send): If interactive, use its default
3820         value of message-syntax-checks.
3821
3822         * qp.el (quoted-printable-decode-region): Doc addition.
3823         From: Eli Zaretskii <eliz@is.elta.co.il>
3824
3825         * mail-source.el (make-source-make-complex-temp-name): Use
3826         make-temp-file.
3827
3828         * mm-util.el (mm-make-temp-file): New function.
3829         * nneething.el (nneething-file-name): Use it.
3830         * mml-smime.el (mml-smime-encrypt): Ditto.
3831         * mm-view.el (mm-inline-wash-with-file): Ditto.
3832         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
3833         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
3834         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
3835         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
3836         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
3837         * gnus-art.el (gnus-mime-print-part): Ditto.
3838
3839 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
3840
3841         * message.el (nnmaildir-article-number-to-base-name): New
3842         function.
3843         (nnmaildir-base-name-to-article-number): New function.
3844
3845 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3846
3847         * smime.el (smime-make-temp-file): Don't quote
3848         `temporary-file-directory'.
3849
3850 2002-03-04  Simon Josefsson  <jas@extundo.com>
3851
3852         * smime.el (smime-sign-region): Rename argument keyfiles to
3853         keyfile. You only sign something with one key.
3854         (smime-sign-buffer): Better completing-read prompt.
3855         (smime-decrypt-buffer): Ditto.
3856
3857         * smime.el (smime-make-temp-file): Make it work under XEmacs.
3858
3859         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
3860         completing-read.
3861         (mm-view-pkcs7-decrypt): CRLF->LF.
3862
3863 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
3864
3865         * message.el (message-hierarchical-addresses): New variable.
3866         (message-get-reply-headers): Use it.
3867         From Ted Zlatanov <teodor.zlatanov@divine.com>
3868
3869 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
3870
3871         * message.el (message-mode): If buffer-file-name, don't set auto
3872         save file name.
3873         Trivial change from Geoff Greene <ggreene@wpi.edu>
3874
3875 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3876
3877         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
3878         takes one argument in read-char.
3879
3880         * message.el (message-fix-before-sending): Forward a char.
3881         Check mmu-multibyte-p, add control-1.
3882
3883 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3884
3885         * gnus-start.el (gnus-read-init-file): Ditto.
3886
3887         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
3888
3889         * dgnushack.el (dgnushack-make-load): Ditto.
3890
3891         * mail-source.el (mail-source-fetch): Extract the right error
3892         code.
3893
3894         * message.el (message-fix-before-sending): Check illegible text.
3895
3896         * gnus-util.el (gnus-multiple-choice): New function.
3897
3898         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
3899         also defined in gnus-score.el.
3900
3901 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
3902
3903         * message.el (message-get-reply-headers): downcase email addresses
3904         for comaparisons for duplicate removal.
3905
3906 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3907
3908         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
3909         implementation of PKCS#7, which just allows users read the
3910         message.
3911         (mm-view-pkcs7): Use it.
3912
3913 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3914
3915         * gnus.el (large-newsgroup-initial): New parameter.
3916
3917         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
3918         (gnus-summary-insert-old-articles): Ditto.
3919
3920 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3921
3922         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
3923         used as the default answer of the question, "How many articles?".
3924         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
3925
3926         * nnagent.el (nnagent-retrieve-headers): Remove articles with
3927         small numbers.
3928
3929 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3930
3931         * deuglify.el: Fix comments.
3932
3933 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
3934
3935         * html2text.el (html2text-clean-anchor): If there is no HREF,
3936         insert nothing.
3937
3938         * mml.el (mml-generate-mime-1): Add cdr.
3939         From: andre@slamdunknetworks.com
3940
3941         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
3942         (mm-text-html-washer-alist): Ditto.
3943
3944         * mm-decode.el (mm-text-html-renderer): Add html2text.
3945
3946         * html2text.el: Face lift.
3947
3948         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
3949
3950 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
3951
3952         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
3953
3954         * deuglify.el: Change copy right. Add autoload. Add coding-system.
3955
3956         * deuglify.el: New file. The original file name is
3957         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
3958
3959         * mm-decode.el (mm-display-external): Use
3960         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
3961
3962 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
3963
3964         * nnmaildir.el (nnmaildir-request-list): Report the highest
3965         article number, not the total number of articles.
3966
3967 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3968
3969         * gnus-sum.el: Move uu key map here.
3970         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
3971
3972 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
3973
3974         * nnmaildir.el (nnmaildir-request-expire-articles): Use
3975         nnmail-expiry-wait* if expire-age parameter is not set.
3976
3977 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3978
3979         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
3980         function.
3981         (gnus-group-sort-selected-groups-by-real-name): New function.
3982         (gnus-group-make-menu-bar): Add sort by real name.
3983
3984         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
3985         rebuild.
3986         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
3987         nil as dependencies as well.
3988
3989 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3990
3991         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
3992         for mime-parts.
3993
3994         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
3995
3996         * gnus-group.el (gnus-group-name-decode): Don't test
3997         multibyte-string, because it breaks XEmacs.
3998         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
3999
4000         * message.el (message-send-mail): Be talkative.
4001
4002         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
4003         (mm-automatic-display): Ditto.
4004
4005         * mailcap.el (mailcap-mime-data): Ditto.
4006         From: Reiner Steib <4uce.02.r.steib@gmx.net>
4007
4008 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4009
4010         * many files: Remove trailing whitespaces, replace spc+tab with
4011         tab, replace leading whitespaces with tabs.
4012
4013 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
4014
4015         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
4016         articles with no body and no blank line after the header.
4017
4018 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4019
4020         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
4021         parts.
4022
4023         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
4024         non-ascii chars.
4025
4026         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
4027
4028         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
4029         w3-delay-image-loads.
4030         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
4031         (mm-w3-prepare-buffer): Ditto.
4032
4033         * mail-source.el (mail-source-fetch-directory): Run scripts.
4034
4035 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4036
4037         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
4038         for Majordomo confirmations.
4039
4040 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4041
4042         * gnus-fun.el (gnus-respond-to-confirmation): New command.
4043
4044 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4045
4046         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
4047
4048 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
4049
4050         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
4051         References header field.  From Mark Thomas <mthomas@cmu.edu>.
4052
4053 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4054
4055         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
4056         (mm-inline-render-with-stdin): Ditto.
4057         (mm-inline-render-with-function): Ditto.
4058         (mm-inline-wash-with-file): Bind coding-system-for-write.
4059         (mm-inline-wash-with-stdin): Ditto.
4060
4061 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4062
4063         Suggested by Felix Natter <fnatter@gmx.net>
4064
4065         * gnus-art.el (gnus-mime-view-part-externally): Rename from
4066         gnus-mime-externalize-view.
4067         (gnus-mime-view-part-internally): Rename from
4068         gnus-mime-internalize-view.
4069         (gnus-article-view-part-externally): Rename from
4070         gnus-article-externalize-part.
4071         (gnus-mime-action-alist): Change correspondingly.
4072         (gnus-mime-button-commands): Ditto.
4073         (gnus-mime-action-alist): Remove duplication.
4074
4075         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
4076
4077 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4078
4079         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
4080
4081         * gnus-art.el (gnus-display-mime): Use it.
4082
4083         * mm-partial.el (mm-partial-find-parts): Use it.
4084
4085         * gnus-sum.el (gnus-article-loose-mime): Rename from
4086         gnus-article-no-strict-mime.
4087         (gnus-summary-save-parts): Use it.
4088
4089 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4090
4091         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
4092         local variable.
4093
4094         * gnus-art.el (article-display-x-face): Don't sort multiple
4095         X-Faces.
4096
4097 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4098
4099         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
4100         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
4101
4102         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
4103
4104 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4105
4106         Some ideas is inspired by code from Hrvoje Niksic
4107         <hniksic@arsdigita.com>
4108
4109         * gnus-art.el (gnus-article-wash-function): Set the default to
4110         nil, so that we use mm-text-html-renderer instead.
4111         (article-wash-html): Use mm-text-html-renderer.
4112
4113         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
4114         (mm-text-html-renderer): New variable.
4115         (mm-inline-text-html-renderer): Set the default to nil, so that we
4116         use mm-text-html-renderer instead.
4117
4118         * mm-view.el (mm-inline-text-html): New function.
4119         (mm-text-html-renderer-alist): New variable.
4120         (mm-inline-text-vcard): New function.
4121         (mm-inline-text): Split.
4122         (mm-links-remove-leading-blank): New function.
4123         (mm-inline-render-with-file): New function.
4124         (mm-inline-render-with-stdin): New function.
4125         (mm-inline-render-with-function): New function.
4126         (mm-text-html-washer-alist): New variable.
4127         (mm-inline-wash-with-file): New function.
4128         (mm-inline-wash-with-stdin): New function.
4129
4130 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4131
4132         * message-utils.el: Fix installation doc.
4133         From: Reiner Steib <4uce.02.r.steib@gmx.net>
4134
4135 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
4136
4137         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
4138         (gnus-post-method): Use it.
4139         (gnus-summary-cancel-article): Find the correct post-method.
4140
4141         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
4142         * message.el (message-send-news): Ditto.
4143         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
4144         <ipmonger@delamancha.org>
4145
4146         * gnus.el (gnus-select-method): Fix doc.
4147         (gnus-server-string): Use 'using nntp'.
4148
4149         * gnus-agent.el (gnus-slave-unplugged): New command.
4150         From: Felix Natter <fnatter@gmx.net>
4151
4152 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4153
4154         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
4155         Call edit-done-function first, then change the window
4156         configuration.
4157         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
4158         (gnus-article-edit-mode): mml-mode.
4159
4160         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
4161         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
4162
4163         * message-utils.el: Adopt the file.
4164
4165         * message-utils.el: New file.
4166         From Holger Schauer <Holger.Schauer@gmx.de>
4167
4168 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4169
4170         * gnus-sum.el (gnus-summary-move-article): Select-article only
4171         when gnus-move-split-methods is non-nil. And we don't render or
4172         mark the article.
4173
4174         * gnus-fun.el (gnus-shell-command-to-string): New function.
4175         (gnus-shell-command-on-region): New function.
4176         (gnus-random-x-face): Use them.
4177         (gnus-x-face-from-file): Ditto.
4178         (gnus-convert-image-to-gray-x-face): Ditto.
4179         (gnus-convert-gray-x-face-to-xpm): Ditto.
4180         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
4181
4182 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4183
4184         * gnus-art.el (gnus-treat-display-xface): Don't use
4185         `shell-command-to-string' when compiling.
4186         (gnus-treat-display-grey-xface): Ditto.
4187
4188 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
4189
4190         * nnmaildir.el (nnmaildir--article-count): If the group is
4191         completely empty, report minimum article number as 1 instead of 0.
4192
4193 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
4194
4195         * gnus-agent.el (gnus-get-predicate): Use nconc.
4196
4197         * gnus-sum.el (gnus-summary-display-make-predicate): Use
4198         gnus-summary-display-cache as cache.
4199
4200         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
4201         (nndoc-mail-in-mail-type-p): New function.
4202         (nndoc-mail-in-mail-article-begin): New function.
4203
4204 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4205
4206         * mailcap.el (mailcap-mime-data): Use enriched-decode.
4207
4208         * gnus-cite.el (gnus-article-fill-cited-article): Bind
4209         use-hard-newlines to nil.
4210
4211         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
4212         image is not available if window-system is not available.
4213
4214         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
4215
4216 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4217
4218         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
4219         bookmark, because update-mark doesn't handle it correctly.
4220
4221 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4222
4223         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
4224         directly instead of calling message-send-mail.
4225
4226         * gnus-start.el (gnus-read-descriptions-file): Use
4227         gnus-default-charset.
4228
4229         * mm-util.el (mm-guess-mime-charset): New function.
4230
4231         * gnus.el (gnus-default-charset): Use it.
4232         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
4233         the default.
4234
4235 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4236
4237         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
4238         (article-display-x-face): Use it.  Disable grey xface, if
4239         uncompface is not found.
4240
4241         * message.el (message-mode): Don't enable multibyte on an indirect
4242         buffer.
4243
4244         * nnrss.el (nnrss-content-function): New variable.
4245         (nnrss-request-article): Use it.
4246
4247 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4248
4249         * gnus.el: Add article-unsplit-urls.
4250         * gnus-sum.el: Ditto.
4251         * gnus-art.el (gnus-treat-strip-cr): New variable.
4252         (gnus-treatment-function-alist): Use it.
4253         (article-unsplit-urls): New function.
4254         (gnus-article-make-menu-bar): Use it.
4255         From: Michael Cook <michael.cook@cisco.com>
4256
4257 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4258
4259         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
4260         copy.
4261
4262 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
4263
4264         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
4265         with internal whitespace.
4266         (gnus-parent-id): Ditto.
4267
4268 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4269
4270         * gnus-art.el (gnus-article-treat-body-boundary): Add
4271         gnus-decoration property.
4272         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
4273
4274         * message.el (message-mode): Set local-abbrev-table.
4275         From Matt Armstrong <matt@lickey.com>.
4276
4277         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
4278         too many spaces.
4279
4280         * rfc2047.el (rfc2047-unfold-region): Ditto.
4281         (rfc2047-decode-region): Don't unfold. Let
4282         gnus-article-treat-unfold-headers do it.
4283
4284         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
4285         From: Jesper Harder <harder@ifa.au.dk>
4286
4287 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4288
4289         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
4290         (gnus-configure-posting-styles): Use it.
4291         (gnus-configure-posting-styles): Remove trailing newspaces.
4292
4293 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4294
4295         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
4296         is non-nil.
4297
4298         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
4299
4300         * gnus.el (gnus-server-to-method): Switch position with
4301         gnus-server-get-method.
4302         (gnus-agent): Add doc.
4303
4304         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
4305         (gnus-summary-save-parts): Use it.
4306
4307         * gnus-art.el (gnus-display-mime): Use it.
4308         * mm-partial.el (mm-partial-find-parts): Use it.
4309
4310         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
4311
4312         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
4313         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
4314
4315         * nnagent.el (nnagent-request-expire-articles): Don't delete
4316         files.
4317
4318 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
4319
4320         * message.el (message-gen-unsubscribed-mft): New function.
4321         From Sriram Karra <karra@cs.utah.edu>.
4322
4323         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
4324         open parenthesis.
4325
4326         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
4327         (mm-inline-text-html-render-with-w3): Ditto.
4328         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
4329         Suggested by Dave Love  <d.love@dl.ac.uk>.
4330
4331         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
4332
4333         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
4334         * nntp.el (nntp-send-command): Ditto.
4335         * nntp.el (nntp-send-command-nodelete): Ditto.
4336
4337 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4338
4339         * mm-url.el (mm-url-load-url): New function.
4340         (mm-url-insert-file-contents): Use it.
4341
4342         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
4343
4344         * message.el (message-forward-make-body): Correctly copy
4345         forward-buffer.
4346
4347         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
4348
4349 2002-02-04  Simon Josefsson  <jas@extundo.com>
4350
4351         * gnus-art.el (gnus-article-followup-with-original): Mark with
4352         force, prevent errors when following up from article buffer.
4353         (gnus-article-reply-with-original): Ditto.
4354
4355         * binhex.el (binhex-decoder-switches): Fix doc.  From
4356         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
4357
4358 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4359
4360         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
4361         highlight-citation after emphasize.
4362
4363 2002-02-04  Simon Josefsson  <jas@extundo.com>
4364
4365         * nnfolder.el (nnfolder-open-marks):
4366
4367         * nnml.el (nnml-open-marks): Message when done.  From David
4368         Edmondson <dme@sun.com>.
4369
4370 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4371
4372         * imap.el (imap-anonymous-auth): Fix typo.
4373         From: Steinar Bang <sb@dod.no>
4374
4375         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
4376         save-excursion.
4377         (gnus-cache-braid-heads): Ditto.
4378
4379         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
4380         line, because there are extra articles in the overview buffer.
4381
4382         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
4383
4384         * message.el (message-forward-rmail-make-body): Directly use
4385         rmail-msg-restore-non-pruned-header to avoid calling
4386         vertical-motion.
4387
4388 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4389
4390         * gnus-cache.el (gnus-summary-insert-cached-articles):
4391         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
4392
4393         * gnus-group.el (gnus-group-mark-article-read): Nreverse
4394         gnus-newsgroups-unselected.
4395
4396         * gnus-agent.el (gnus-summary-set-agent-mark): Use
4397         gnus-add-to-sorted-list.
4398
4399         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
4400         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
4401         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
4402         (gnus-update-read-articles): UNREAD is sorted.
4403         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
4404         (gnus-newsgroup-marked, gnus-newsgroup-cached)
4405         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
4406         (gnus-newsgroup-dormant): Require sorted.
4407
4408         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
4409         directories.
4410         (gnus-dired-print): New function.
4411
4412         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
4413         ps-despool.
4414
4415 2002-02-02  Simon Josefsson  <jas@extundo.com>
4416
4417         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
4418
4419 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4420
4421         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
4422         t. This makes gnus-agent customizable without putting
4423         gnus-agentize into .gnus.
4424
4425         * gnus.el (gnus-agent): Make it customizable.
4426
4427         * gnus-dired.el: New file.
4428         From Benjamin Rutt <brutt@bloomington.in.us>
4429
4430         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
4431         if no article.
4432         (gnus-cache-possibly-remove-article): Ditto.
4433         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
4434
4435 2002-02-01  Simon Josefsson  <jas@extundo.com>
4436
4437         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
4438
4439 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4440
4441         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
4442         (mm-setup-w3m): Don't bind keys listed in the above.
4443
4444 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4445
4446         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
4447         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
4448         is non-nil; bind `w3m-force-redisplay' with nil.
4449
4450         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4451
4452         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
4453
4454 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
4455
4456         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
4457         use mail-header-unfold-field.
4458
4459         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
4460         gnus-summary-limit.
4461
4462         * gnus-range.el (gnus-add-to-sorted-list): New function.
4463         * gnus-sum.el (gnus-mark-article-as-read): Use it.
4464         (gnus-mark-article-as-unread): Ditto.
4465         (gnus-summary-mark-article-as-unread): Ditto.
4466         (gnus-build-get-header): Ditto.
4467         (gnus-summary-prepare-threads): Ditto.
4468         (gnus-summary-insert-pseudos): Ditto.
4469         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
4470         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
4471         (gnus-summary-insert-old-articles): Ditto.
4472
4473         * gnus-msg.el (gnus-posting-styles): Add new format of header.
4474         (gnus-configure-posting-styles): Support the new format.
4475
4476         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
4477         edebug-form-spec to (sexp body).
4478         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
4479
4480         * message.el (message-reply-headers): Add doc.
4481
4482 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4483
4484         * gnus-group.el (gnus-group-delete-group): Nix the entry in
4485         gnus-cache-active-hashtb.
4486
4487         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
4488         (gnus-agent-summary-fetch-group): Use it.
4489
4490         * gnus-msg.el (gnus-debug-files): New variable.
4491         (gnus-debug-exclude-variables): New variable.
4492         (gnus-debug): Use them.
4493
4494         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
4495
4496 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4497
4498         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
4499         (message-mode-syntax-table): Move back the previous position.
4500
4501         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
4502
4503         * gnus-agent.el (gnus-agent-retrieve-headers): Use
4504         gnus-sorted-difference.
4505
4506         * nnsoup.el (nnsoup-request-expire-articles): Use
4507         gnus-sorted-difference.
4508
4509         * nnheader.el: Autoload gnus-sorted-difference.
4510
4511         * nnfolder.el (nnfolder-request-expire-articles): Use
4512         gnus-sorted-difference.
4513
4514         * gnus-cache.el (gnus-cache-retrieve-headers): Use
4515         gnus-sorted-difference.
4516
4517         * gnus-range.el: Autoload cookies.
4518         (gnus-sorted-difference): New function.
4519         (gnus-sorted-ndifference): New function.
4520         (gnus-sorted-nintersection): Rename from
4521         gnus-set-sorted-intersection.
4522         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
4523         (gnus-list-range-difference): Rename from
4524         gnus-inverse-list-range-intersection.
4525         (gnus-inverse-list-range-intersection): Use defalias.
4526
4527         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
4528         gnus-sorted-ndifference, and gnus-sorted-nintersection.
4529         (gnus-articles-to-read): Use gnus-sorted-difference.
4530         (gnus-summary-limit-mark-excluded-as-read): Use
4531         gnus-sorted-intersection and gnus-sorted-ndifference.
4532         (gnus-list-of-read-articles): Use gnus-list-range-difference.
4533         (gnus-summary-insert-articles): Use gnus-sorted-difference.
4534
4535         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
4536
4537 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4538
4539         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
4540         property to the buffer for using emacs-w3m command keys.
4541
4542         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
4543         option.
4544
4545         * mm-view.el (mm-w3m-mode-map): New variable.
4546         (mm-w3m-mode-command-alist): New variable.
4547         (mm-w3m-minor-mode): Removed.
4548         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
4549         (mm-inline-text-html-render-with-w3m): Add keymap property to the
4550         buffer for using emacs-w3m command keys.
4551
4552 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4553
4554         * message.el (message-mode-syntax-table): Move forward.
4555         (message-cite-prefix-regexp): Auto detect non word constituents.
4556         (message-cite-prefix-regexp): Don't use with-syntax-table.
4557
4558         * gnus-sum.el (gnus-summary-update-info): Use
4559         gnus-list-range-intersection.
4560
4561         * gnus-agent.el (gnus-agent-fetch-headers): Use
4562         gnus-list-range-intersection.
4563
4564         * gnus-range.el (gnus-range-normalize): Use correct predicate.
4565         (gnus-list-range-intersection): Use it.
4566         (gnus-inverse-list-range-intersection): Ditto.
4567         (gnus-sorted-intersection): Add doc.
4568         (gnus-set-sorted-intersection): Add doc.
4569         (gnus-sorted-union): New function.
4570         (gnus-set-sorted-union): New function.
4571
4572         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
4573         (gnus-inverse-list-range-intersection): Ditto.
4574
4575 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
4576
4577         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
4578
4579         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
4580         and permit `:' and `\' in order to handle full Windows pathnames.
4581         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
4582         technically not correct per standard, but seems to have common use.
4583
4584 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4585
4586         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
4587         replacing numbers.
4588
4589 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
4590
4591         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
4592
4593         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
4594         Don't split when the window is small, e.g. when a small *BBDB*
4595         window is the lowest one.
4596
4597         * gnus-agent.el (gnus-agent-retrieve-headers): Use
4598         nnheader-find-nov-line to speed up. Use nreverse, because it is
4599         sorted. Use nnheader-insert-nov-file.
4600
4601 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4602
4603         * mm-decode.el (mm-inline-text-html-with-images): New user option.
4604
4605         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
4606         of `w3m-display-inline-images' with the value of
4607         `mm-inline-text-html-with-images'.
4608         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
4609
4610         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4611
4612 2002-01-27  Richard M. Stallman  <rms@gnu.org>
4613
4614         * time-date.el: Add autoload cookies.  Many doc fixes.
4615         (time-add): New function.
4616         (time-subtract): Renamed from subtract-time.
4617         (subtract-time): New alias for time-subtract.
4618
4619 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4620
4621         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
4622         emacs-w3m in doc-string.
4623
4624         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
4625         `w3m-current-buffer'.
4626
4627 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4628
4629         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
4630
4631         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
4632         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
4633         (mm-w3m-cid-retrieve): New function.
4634         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
4635
4636 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4637
4638         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
4639
4640 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4641
4642         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
4643
4644 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4645
4646         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
4647         32K.
4648
4649         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
4650
4651         * nnmail.el (nnmail-article-group): Decode headers before running
4652         split rules over them.
4653         (nnmail-mail-splitting-charset): New variable.
4654
4655         * smiley.el: Replaced with smiley-ems.el.
4656
4657 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4658
4659         * mm-url.el (mm-url-predefined-programs): Add w3m.
4660         (mm-url-program): Ditto.
4661
4662 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4663
4664         * nnml.el (nnml-use-compressed-files): New variable.
4665         (nnml-filenames-are-evil): Removed.
4666         (nnml-current-group-article-to-file-alist): Don't use.
4667         (nnml-update-file-alist): Inhibit.
4668         (nnml-article-to-file): Use new var.
4669
4670 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4671
4672         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
4673
4674         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
4675
4676 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4677
4678         * gnus-agent.el (gnus-agent-load-alist): Use new caching
4679         function.
4680
4681         * gnus-util.el (gnus-cache-file-contents): New function.
4682
4683         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
4684         (gnus-agent-load-alist): Use it.
4685
4686         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
4687
4688         * nnheader.el (nnheader-insert-nov-file): New function.
4689
4690         * gnus-util.el (gnus-parse-without-error): Correct the loop.
4691
4692         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
4693         there are no references.
4694         (gnus-extract-message-id-from-in-reply-to): New function.
4695         (gnus-nov-parse-line): Use in-reply-to if there are no
4696         references.
4697
4698 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4699
4700         * nnagent.el (nnagent-retrieve-headers): Use new macro.
4701
4702         * gnus-util.el (gnus-parse-without-error): New macro.
4703
4704 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
4705
4706         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
4707         (gnus-article-wash-function): use locate-library to decide which
4708         to use.
4709
4710 2002-01-25  Simon Josefsson  <jas@extundo.com>
4711
4712         * pop3.el (pop3-munge-message-separator): Work if no date.
4713         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
4714
4715 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4716
4717         * gnus-agent.el (gnus-agent-save-alist): Fix.
4718
4719         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
4720         mistake.  Reinstated lost code.
4721
4722 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
4723
4724         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
4725         one exists in the case of an encrypted message with an internal
4726         signature.
4727
4728 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4729
4730         * gnus-agent.el (gnus-agent-save-alist): Optimized.
4731
4732 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4733
4734         * dgnushack.el: Commented out the experimental code.
4735
4736 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4737
4738         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
4739         error.
4740
4741         * gnus.el (gnus-server-to-method): Made into subst.
4742         (gnus-server-method-cache): New variable.
4743         (gnus-server-to-method): Use it.
4744         (gnus-group-method-cache): New variable.
4745         (gnus-find-method-for-group-1): Renamed.
4746         (gnus-find-method-for-group): New function.
4747         (gnus-group-method-cache): Removed.
4748
4749         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
4750         function.
4751
4752         * gnus-range.el (gnus-members-of-range): New function.
4753         (gnus-list-range-intersection): Renamed.
4754         (gnus-inverse-list-range-intersection): New function.
4755
4756         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
4757
4758         * nnagent.el (nnagent-retrieve-headers): New implementation.
4759
4760         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
4761         implementation.
4762
4763 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4764
4765         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
4766         `w3m-meta-content-type-charset-regexp'.
4767
4768         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
4769         charset-encoded html contents.
4770
4771 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4772
4773         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
4774         an empty file.
4775
4776         * nnweb.el (url): Ignore errors when request url.
4777
4778         * nnrss.el: Clean up the comments.
4779
4780 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4781
4782         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
4783
4784         * mm-decode.el (mm-inline-text-html-renderer): New user option.
4785         (mm-inline-media-tests): Test whether the value of
4786         `mm-inline-text-html-renderer' is a function for text/html.
4787
4788         * mm-view.el (mm-inline-text-html-render-with-w3): New function
4789         separated from `mm-inline-text'.
4790         (mm-w3m-minor-mode): New variable.
4791         (mm-w3m-setup): New variable.
4792         (mm-setup-w3m): New function.
4793         (mm-inline-text-html-render-with-w3m): New function.
4794         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
4795         text/html.
4796
4797 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
4798
4799         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
4800
4801 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4802
4803         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
4804         and `gnus-xmas-completing-read'.
4805
4806 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4807
4808         * nneething.el (nneething-message-id-number): Abolished.
4809         (nneething-encode-file-name): Not encode numerical characters.
4810         (nneething-make-head): `nneething-message-id-number' is not
4811         used to generate message IDs.
4812
4813 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4814
4815         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
4816         characters.
4817
4818 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4819
4820         * gnus-xmas.el (gnus-xmas-completing-read): New function.
4821         (gnus-xmas-redefine): Redefine conditionally.
4822
4823 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
4824
4825         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
4826         tag.
4827
4828 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
4829
4830         * message.el (message-font-lock-keywords): Added the secure tag.
4831         * mml-sec.el: Added functions to generate/modify/remove the secure
4832         tag while in message mode.
4833         * mml-sec.el (mml-secure-message): New.
4834         * mml-sec.el (mml-unsecure-message): New.
4835         * mml-sec.el (mml-secure-message-sign-smime): New.
4836         * mml-sec.el (mml-secure-message-sign-pgp): New.
4837         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
4838         * mml-sec.el (mml-secure-message-encrypt-smime): New.
4839         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
4840         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
4841         * mml.el (mml-parse-1): Added code to recognise the secure tag and
4842         convert it to either a part or multipart depending on if there are
4843         other parts in the message.
4844         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
4845         to use the secure tag, rather than the part tag.
4846         * mml.el (mml-preview): Added a save-excursion to keep cursor
4847         position after doing an MML preview.
4848
4849 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4850
4851         * nnheader.el (nnheader-parse-overview-file): New function.
4852         (nnheader-write-overview-file): New function.
4853
4854 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4855
4856         * gnus.el (gnus-group-fast-parameter): Check better if expansion
4857         in wanted.
4858
4859         * nnweb.el (nnweb-type-definition): Clean up.
4860
4861 2002-01-21  Alastair Burt  <burt@dfki.de>
4862         Trivial patch.
4863
4864         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
4865         buffer exists before jumping to it.
4866
4867 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4868
4869         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
4870         function.
4871         (article-wash-html): Use it.
4872         (gnus-article-wash-function): New variable.
4873         (gnus-article-wash-html-with-w3m): New function.
4874
4875 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4876
4877         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
4878         XEmacs.
4879
4880 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
4881
4882         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
4883         command line.
4884
4885 2002-01-21  Simon Josefsson  <jas@extundo.com>
4886
4887         * canlock.el (base64-encode-string): Autoload it from base64.
4888         (canlock-make-cancel-key): Base64 encode unibyte string.
4889
4890 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4891
4892         * nnfolder.el (nnfolder-request-accept-article): Unfold
4893         x-from-line.
4894         (nnfolder-request-replace-article): Ditto.
4895
4896 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
4897
4898         * gnus-group.el (gnus-group-best-unread-group): Use the right
4899         positioning function.
4900
4901 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4902
4903         * smiley-ems.el (smiley-region): Use new function.
4904         (smiley-update-cache): Use general image functions.
4905         (smiley-region): Use general functions.
4906
4907         * gnus-util.el (gnus-graphic-display-p): New function.
4908
4909         * nnmail.el (nnmail-article-group): Allow outputting traces of
4910         non-strings.
4911
4912         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
4913         (nndoc-exim-bounce-type-p): New function.
4914
4915         * message.el (message-dont-send): Doc fix.
4916
4917         * gnus-util.el (gnus-completing-read): Remove
4918         inherit-input-method.
4919
4920         * gnus-art.el (gnus-treat-smiley): Doc fix.
4921
4922         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
4923         articles.
4924
4925 2002-01-19  Simon Josefsson  <jas@extundo.com>
4926
4927         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
4928         (imap-kerberos4-open): Ditto.
4929         (imap-open): Set port correctly, don't set auth.
4930
4931 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4932
4933         * gnus.el (gnus-version-number): Bump version number.
4934
4935 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4936
4937         * gnus.el: Oort Gnus v0.05 is released.
4938
4939 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4940
4941         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
4942         exists.
4943
4944         * gnus-spec.el (gnus-string-width-function): New function.
4945         (gnus-tilde-cut-form): Use it.
4946         (gnus-tilde-max-form): Ditto.
4947         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
4948         (gnus-substring-function): Use it.
4949         (gnus-tilde-cut-form): Ditto.
4950         (gnus-substring-function): New function.
4951
4952         * message.el (message-check-news-header-syntax): New message.
4953
4954         * gnus.el (gnus-slave-no-server): Doc fix.
4955
4956         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
4957
4958 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4959
4960         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
4961         `seen' if it looks like (seen NUM1 . NUM2).  It should be
4962         (seen (NUM1 . NUM2)).
4963
4964 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4965
4966         * gnus-topic.el (gnus-topic-catchup-articles): Update article
4967         number in closed topics.
4968
4969 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
4970
4971         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
4972         functions.
4973
4974 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4975
4976         * gnus.el (gnus-group-find-parameter): Clean up.
4977
4978         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
4979         articles.
4980
4981         * gnus-util.el (gnus-completing-read-with-default): Renamed.
4982
4983         * nnmail.el (nnmail-article-group): Clean up.
4984
4985 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
4986
4987         * gnus-agent.el (gnus-category-name): Intern the category name.
4988
4989 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4990
4991         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
4992
4993         * gnus-util.el (gnus-completing-read): New function.
4994
4995 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4996
4997         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
4998
4999         * smiley-ems.el (smiley-region): Register smiley.
5000         (smiley-toggle-buffer): Rewrite the function.
5001         (smiley-active): Removed.
5002
5003 2002-01-19  Simon Josefsson  <jas@extundo.com>
5004
5005         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
5006         Jesper Harder <harder@ifa.au.dk>.
5007
5008 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5009
5010         * gnus-art.el (gnus-request-article-this-buffer): Call
5011         `nneething-get-file-name' to extract the file name from the
5012         message id.
5013
5014         * nneething.el (nneething-encode-file-name): New function.
5015         (nneething-decode-file-name): Ditto.
5016         (nneething-get-file-name): Ditto.
5017         (nneething-make-head): Encode the file name and encapsulate it
5018         into the field of the message id.
5019
5020 2002-01-18  Simon Josefsson  <jas@extundo.com>
5021
5022         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
5023         stored in .marks.
5024
5025         * nnfolder.el (nnfolder-request-update-info): Ditto.
5026
5027 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5028
5029         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
5030
5031 2002-01-18  Simon Josefsson  <jas@extundo.com>
5032
5033         * imap.el (imap-starttls-p): Don't check for binary.
5034         (imap-gssapi-auth-p): Ditto.
5035         (imap-kerberos4-auth-p): Ditto.
5036         (imap-open): Change logic.  Iterate through all possible streams,
5037         instead of bailing out after first failure.  Move authenticator
5038         decision to `imap-authenticate'.
5039         (imap-authenticate): Change logic, now finds the authenticator to
5040         use, was previously in `imap-open'.
5041         (imap-open): Return nil on failure.
5042         (imap-open): Setup temp buffer correctly.
5043         (imap-open): Return buffer only on success.
5044         (imap-interactive-login, imap-interactive-login): Tell the user
5045         which stream/authenticator is used for the queried
5046         username/password.
5047         (imap-open, imap-authenticate): Set variables.
5048         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
5049         (imap-open): Don't assume how `with-temp-buffer' is implemented.
5050
5051 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5052
5053         * gnus-fun.el (gnus-grab-cam-x-face): New function.
5054
5055 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5056
5057         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
5058
5059 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5060
5061         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
5062         (gnus-agent-group-mode-map): Bind it to "Jo".
5063         (gnus-agent-group-make-menu-bar): Add it into menu bar.
5064
5065 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
5066
5067         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
5068         (gnus-summary-mail-toolbar): Add mail article deletion button.
5069
5070         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
5071         false positives for lines of "^^^^".
5072
5073         * gnus-picon.el (gnus-picon-find-face): faces database is all
5074         lowercase.
5075
5076 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5077
5078         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
5079         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
5080         duplications.
5081         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
5082
5083 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5084
5085         * gnus-sum.el (gnus-summary-initial-limit): Inline
5086         gnus-summary-limit-children.
5087         (gnus-summary-initial-limit): Don't limit if
5088         gnus-newsgroup-display is nil.
5089         (gnus-summary-initial-limit): No, don't.
5090
5091         * gnus-util.el
5092         (gnus-put-text-property-excluding-characters-with-faces): Inline
5093         gnus-put-text-property.
5094
5095         * gnus-spec.el (gnus-default-format-specs): New variable.
5096
5097         * gnus-start.el (gnus-read-newsrc-file): Don't clear
5098         gnus-format-specs.
5099         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
5100
5101         * gnus-spec.el (gnus-update-format-specifications): Really check
5102         the Gnus version of the .newsrc.eld file.
5103         (gnus-format-specs): Save the new default summary format.
5104
5105         * gnus-util.el (gnus-parent-id): Check whether references is empty
5106         before splitting.
5107
5108         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
5109         functions.
5110         (gnus-gather-threads-by-references): Inline
5111         `gnus-split-references'.
5112
5113         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
5114         default value of gnus-summary-line-format-spec.
5115
5116 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5117
5118         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
5119         message.
5120         (nnslashdot-request-list): Ditto.
5121         (nnslashdot-sid-strip): Removed.
5122
5123 2002-01-15  Simon Josefsson  <jas@extundo.com>
5124
5125         * nnimap.el (nnimap-close-asynchronous): Enable.
5126         (nnimap-close-group): Expunge.
5127
5128 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5129
5130         * gnus-util.el (gnus-user-date-format-alist): Typo.
5131         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
5132
5133 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5134
5135         * nneething.el (nneething-request-article): Set
5136         `nnmail-file-coding-system' to `binary' locally, in order to read
5137         files without any conversion.
5138
5139 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5140
5141         * gnus-agent.el (gnus-agent-retrieve-headers): Use
5142         nnheader-file-coding-system and nnmail-active-file-coding-system.
5143         (gnus-agent-regenerate-group): Ditto.
5144         (gnus-agent-regenerate): Ditto.
5145         (gnus-agent-write-active): Ditto.
5146         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
5147
5148 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5149
5150         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
5151         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
5152
5153 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5154
5155         * gnus.el: We don't need gnus-article-show-all-headers.
5156
5157         * gnus-art.el (article-show-all, gnus-article-show-all-header):
5158         Ditto.
5159
5160         * gnus-sum.el (gnus-summary-select-article): Don't call
5161         show-all-headers, because hidden headers are not hidden text any
5162         more.
5163
5164 2002-01-13  Simon Josefsson  <jas@extundo.com>
5165
5166         * message.el (message-newline-and-reformat): Use `newline' instead
5167         of inserting \n, so that the newline is marked as hard.
5168
5169         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
5170         From Jesper Harder <harder@ifa.au.dk>.
5171
5172 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5173
5174         * imap.el (imap-close): Keep going if quit.
5175
5176         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
5177         nntp-server-buffer.
5178
5179 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5180
5181         * mm-view.el (mm-display-inline-fontify): Require font-lock to
5182         avoid unbinding shadowed variables.
5183
5184         * gnus-art.el (gnus-picon-databases): Moved here.
5185         (gnus-picons-installed-p): Moved here.
5186         (gnus-article-reply-with-original): Use `mark'.
5187
5188         * gnus.el (gnus-picon): Moved here and renamed.
5189
5190         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
5191         installed.
5192         (gnus-treat-mail-picon): Ditto.
5193         (gnus-treat-newsgroups-picon): Ditto.
5194
5195         * gnus-picon.el (gnus-picons-installed-p): New function.
5196
5197 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5198
5199         * gnus-agent.el (gnus-agent-go-online): Fix doc.
5200
5201 2002-01-12  Simon Josefsson  <jas@extundo.com>
5202
5203         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
5204         (nnimap-before-find-minmax-bugworkaround): Use it.
5205         (nnimap-find-minmax-uid): Don't reselect current mailbox.
5206         (nnimap-dont-close): New variable.
5207         (nnimap-close-group): Use it.
5208
5209 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5210
5211         * gnus-art.el (gnus-article-reply-with-original): Use
5212         `mark-active'.
5213
5214         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
5215
5216         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
5217         (gnus-score-advanced): Clean up.
5218         (gnus-score-advanced): Accept a multiple of the score.
5219
5220 2002-01-12  Simon Josefsson  <jas@extundo.com>
5221
5222         * flow-fill.el (fill-flowed-display-column)
5223         (fill-flowed-encode-columnq): New variables.  Suggested by
5224         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
5225         (fill-flowed-encode, fill-flowed): Use them.
5226
5227         * message.el (message-send-news, message-send-mail): Use
5228         m-b-s-n-p-e-h-n.
5229
5230         * mml.el (autoload): Autoload fill-flowed-encode.
5231         (mml-buffer-substring-no-properties-except-hard-newlines): New
5232         function.
5233         (mml-read-part): Use it.
5234         (mml-generate-mime-1): Encode format=flowed if appropriate.
5235         (mml-insert-mime-headers): Insert format=flowed.
5236
5237         * flow-fill.el (fill-flowed-encode): New function.
5238         (fill-flowed): Bind fill-column to window width.
5239
5240 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5241
5242         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
5243         it exists.
5244         (gnus-summary-setup-buffer): Wake up dead summary buffers.
5245         (gnus-summary-buffer-name): Don't return the dead name after all.
5246         (gnus-summary-setup-buffer): Kill the dead buffer.
5247
5248         * gnus-art.el (gnus-article-followup-with-original): Store the
5249         value of the mark before deactivating it.
5250
5251 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5252
5253         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
5254         From: Karl Kleinpaste <karl@charcoal.com>
5255
5256         * gnus-art.el (article-display-x-face): Ditto.
5257         (gnus-article-reply-with-original): Use gnus-region-active-p.
5258         (gnus-article-followup-with-original): Ditto.
5259
5260         * gnus-sum.el (gnus-summary-read-group-1): Don't select
5261         downloadable article either.
5262
5263 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5264
5265         * gnus-art.el (article-display-x-face): Insert From:.
5266
5267         * gnus-sum.el (gnus-summary-move-article): Don't draw the
5268         article. Bind gnus-display-mime-function and
5269         gnus-article-prepare-hook.
5270
5271         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
5272         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
5273         gnus-agent-possibly-synchronize-flags to the last.
5274         (gnus-agent-go-online): New function. New variable.
5275
5276 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5277
5278         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
5279         (gnus-agent-regenerate): Ditto.
5280
5281 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5282
5283         * message.el (message-ignored-news-headers)
5284         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
5285         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
5286
5287         * gnus.el (gnus-gethash-safe): New macro.
5288
5289         * gnus-agent.el (gnus-agent-regenerate-history): New function.
5290         (gnus-agent-regenerate): Show messages.
5291
5292 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5293
5294         * gnus-agent.el (gnus-agent-regenerate-group): New function.
5295         (gnus-agent-regenerate): New function.
5296         (gnus-agent-save-alist): Sort.
5297         (gnus-agent-copy-nov-line): Test eobp.
5298         (gnus-agent-retrieve-headers): Erase buffer.
5299
5300 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5301
5302         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
5303         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
5304
5305         * gnus.el (gnus-agent-covered-methods): Move here.
5306         (gnus-online): New function.
5307         (gnus-agent-method-p): Move here.
5308
5309         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
5310         nil. Remove articles-alist.
5311
5312         * gnus-start.el (gnus-get-unread-articles): Check online.
5313         (gnus-groups-to-gnus-format): Ditto.
5314         (gnus-active-to-gnus-format): Ditto.
5315
5316         * gnus-agent.el (gnus-agent-get-function): Use it.
5317         (gnus-agent-get-undownloaded-list): Ditto.
5318         (gnus-agent-fetch-session): Only fetch online methods.
5319
5320         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
5321         (gnus-server-mode-map): Ditto.
5322         (gnus-server-offline-face): New face.
5323         (gnus-server-offline-face): New variable.
5324         (gnus-server-font-lock-keywords): Add offline.
5325         (gnus-server-insert-server-line): Ditto.
5326         (gnus-server-offline-server): New function.
5327
5328         * gnus-int.el (gnus-open-server): Turn to offline.
5329         (gnus-server-unopen-status): New variable.
5330
5331 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5332
5333         * nnkiboze.el (nnkiboze-request-article): Use
5334         gnus-agent-request-article.
5335
5336         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
5337         function. Insert undownloaded NOV.
5338
5339         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
5340         (gnus-agent-request-article): New function.
5341
5342         * gnus.el (gnus-agent-cache): New variable.
5343
5344         * gnus-int.el (gnus-retrieve-headers): Use
5345         gnus-agent-retrieve-headers.
5346         (gnus-request-head): Use gnus-agent-request-article.
5347         (gnus-request-body): Ditto.
5348
5349         * gnus-art.el (gnus-request-article-this-buffer): Use
5350         gnus-agent-request-article.
5351
5352         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
5353         article if it is undownloaded.
5354
5355 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5356
5357         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
5358
5359 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5360
5361         * canlock.el (canlock-string-as-unibyte): New macro.
5362         (canlock-sha1-with-openssl): Return a unibyte string.
5363         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
5364
5365 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5366
5367         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
5368
5369 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5370
5371         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
5372         application/x-emacs-lisp.
5373
5374         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
5375
5376         * nntp.el (nntp-request-article): Add group parameter.
5377         (nntp-request-head): Ditto.
5378         (nntp-find-group-and-number): Add parameter group. Figure out
5379         number if the status line doesn't give (e.g. quimby.gnus.org).
5380
5381 2002-01-08  Simon Josefsson  <jas@extundo.com>
5382
5383         * mml.el (mml-generate-mime-1): Set recipient correctly.
5384
5385 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5386
5387         * message.el (message-read-from-minibuffer): Add parameter
5388         initial-contents.
5389         * gnus-msg.el (gnus-summary-resend-message): Use it.
5390
5391         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
5392         behavior of quit-config.
5393
5394         * message.el (message-make-from): Don't quote fullname.
5395         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
5396
5397         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
5398         From: <andre@slamdunknetworks.com>
5399
5400 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5401
5402         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
5403
5404         * gnus-art.el (gnus-header-button-alist): Handle mailto.
5405
5406         * mml.el (mml-preview): Bind gnus-original-article-buffer because
5407         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
5408         because bbdb may use it.
5409
5410 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5411
5412         * nneething.el (nneething-request-article): When a non-text file
5413         is converted to an article, its data is encoded in base64.  Call
5414         `nneething-make-head' with options to specify MIME types.
5415         (nneething-make-head): Add optional arguments to specify MIME
5416         types.
5417
5418 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5419
5420         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
5421         header if there is not.
5422
5423         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
5424
5425         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
5426         (gnus-inews-mark-gcc-as-read): Obsolete variable.
5427         (gnus-inews-do-gcc): Use them.
5428
5429         * gnus-group.el (gnus-group-mark-article-read): Put holes into
5430         gnus-newsgroup-unselected.
5431
5432 2002-01-06  Simon Josefsson  <jas@extundo.com>
5433
5434         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
5435         condition-case, not ignore-errors.
5436
5437 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5438
5439         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
5440         gnus-fetch-old-headers.
5441
5442         * gnus-art.el (article-display-x-face): Use the current buffer
5443         unless `W f'. Otherwise, X-Face may be shown in the header of a
5444         forwarded part.
5445         (gnus-treatment-function-alist): Treat xface before hiding
5446         headers.
5447
5448 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5449
5450         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
5451         parameters.
5452
5453 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5454
5455         * mm-util.el (mm-multibyte-p): Define conditionally when load.
5456         (mm-guess-charset): New function.
5457         (mm-charset-after): Use it.
5458         (mm-detect-coding-region): New function.
5459         (mm-detect-mime-charset-region): New function.
5460
5461         * gnus-sum.el (gnus-summary-show-article): Use
5462         mm-detect-coding-region.
5463
5464 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5465
5466         * message.el (message-make-fqdn): Be less violent.
5467
5468         * gnus.el (gnus-logo-color-style): Compute custom form
5469         automatically.
5470
5471         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
5472         score file of the parent to the document group.
5473
5474         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
5475         parameters parameter.
5476
5477         * gnus-score.el (gnus-score-load-file): Clean up.
5478
5479 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5480
5481         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
5482         From: Damien Wyart <damien.wyart@free.fr>
5483
5484         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
5485
5486 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5487
5488         * gnus-sum.el (gnus-select-group-hook): Typo.
5489
5490         * rfc2047.el (rfc2047-decode-string): Return immediately if there
5491         is no quoted-printable-encoded STRING.
5492         From: Jesper Harder <harder@ifa.au.dk>
5493
5494         (rfc2047-decode-string): Decode it.
5495
5496 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5497
5498         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
5499
5500 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
5501         Trivial patch.
5502
5503         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
5504         buffer to get rid of junk line.
5505
5506 2002-01-05  Simon Josefsson  <jas@extundo.com>
5507
5508         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
5509         C-o.
5510         (message-mode-map): Bind message-insert-or-toggle-importance to
5511         C-c C-u.
5512         (message-mode-map): Bind message-disposition-notification-to to
5513         C-c M-n.
5514         (message-mode-menu): Add m-d-n-t.
5515         (message-mode-field-menu): Add m-goto-from.
5516         (message-mode): Doc fix.
5517         (message-goto-from): New function.
5518         (message-insert-disposition-notification-to): New function.
5519         (message-tool-bar-map): Add receipt button.
5520
5521 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5522
5523         * gnus-sum.el (gnus-thread-latest-date): New function.
5524         (gnus-thread-sort-by-most-recent-number): Renamed.
5525         (gnus-thread-sort-functions): Doc fix.
5526         (gnus-select-group-hook): Don't use setq on a hook.
5527         (gnus-thread-latest-date): Use date, not number
5528
5529         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
5530         (gnus-agent-expire): Allow regexp of expire-days.
5531
5532         * gnus-art.el (gnus-article-reply-with-original): Deactivate
5533         region.
5534         (gnus-article-followup-with-original): Ditto.
5535
5536         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
5537
5538         * gnus-art.el (gnus-mime-display-alternative): Use
5539         gnus-local-map-property.
5540         (gnus-mime-display-alternative): Ditto.
5541         (gnus-insert-mime-security-button): Ditto.
5542         (gnus-insert-next-page-button): Ditto.
5543         (gnus-button-prev-page): Take optional args.
5544         (gnus-insert-prev-page-button): widget-convert.
5545
5546         * gnus-util.el (gnus-local-map-property): New function.
5547
5548         * gnus-art.el (gnus-prev-page-map): Use parent map.
5549         (gnus-next-page-map): Ditto.
5550
5551         * gnus-spec.el (gnus-parse-format): Clean up.
5552         (gnus-parse-format): Do complex formatting for %=.
5553
5554         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
5555         "X-Face: " to the data in the built-in scenario.
5556
5557         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
5558         (gnus-correct-pad-form): Renamed.
5559         (gnus-tilde-max-form): Clean up.
5560         (gnus-pad-form): Use gnus-use-correct-string-widths.
5561
5562         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
5563         support if that is available.
5564
5565         * gnus-sum.el (gnus-thread-highest-number): New function.
5566         (gnus-thread-sort-by-most-recent-thread): New function.
5567         (gnus-thread-sort-functions): Doc fix.
5568
5569 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5570
5571         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
5572         all cases.
5573         (gnus-summary-mode): Enable it in all cases.
5574         (gnus-summary-display-article): Ditto.
5575         (gnus-summary-edit-article): Ditto.
5576
5577         * gnus-ems.el (gnus-put-image): Really return glyph.
5578
5579         * gnus-art.el (gnus-article-x-face-command): Fix :type.
5580         (gnus-treat-smiley): Don't take "P" in the interactive form.
5581
5582 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5583
5584         * compface.el (uncompface): XEmacs and Emacs have differing
5585         capabilities.
5586
5587         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
5588
5589         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
5590         (gnus-article-xface-ring-size): Removed.
5591         (gnus-article-display-xface): Removed.
5592         (gnus-remove-image): Cleaned up.
5593
5594         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
5595         (gnus-xmas-create-image): Take pbm files.
5596         (gnus-x-face): Removed.
5597         (gnus-xmas-article-display-xface): Removed.
5598
5599         * gnus-fun.el (gnus-display-x-face-in-from): Bind
5600         default-enable-multibyte-characters.
5601
5602         * compface.el (uncompface): Doc fix.
5603
5604         * gnus-art.el (gnus-article-x-face-command): Use
5605         gnus-display-x-face-in-from.
5606
5607         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
5608
5609         * gnus-ems.el (gnus-put-image): Return the image.
5610
5611         * gnus-fun.el (gnus-display-x-face-in-from): New function.
5612         (gnus-x-face): Moved here.
5613
5614 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5615
5616         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
5617         invisible if string is nil.
5618         (gnus-xmas-article-display-xface): Use it.
5619
5620         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
5621         property when string is nil.
5622         (gnus-article-display-xface): Use it.
5623
5624 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5625
5626         * gnus-art.el (article-display-x-face): Check whether valid grey
5627         face was returned.
5628         (article-display-x-face): Place image in the right spot.
5629
5630         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
5631         stderr.
5632         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
5633
5634 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5635
5636         * gnus-xmas.el (gnus-xmas-create-image): Take optional
5637         parameters.
5638         (gnus-xmas-put-image): Allow non-strings to be passed.
5639
5640         * gnus-art.el (article-display-x-face): Use optional parameters.
5641
5642         * gnus-ems.el (gnus-create-image): Take optional parameters.
5643
5644         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
5645
5646         * compface.el (compface-xbm-p): Removed.
5647
5648         * gnus-ems.el (gnus-article-compface-xbm): Removed.
5649         (gnus-article-display-xface): Use compface.
5650
5651         * compface.el: New file.
5652
5653         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
5654         (gnus-convert-image-to-x-face-command): Ditto.
5655         (gnus-random-x-face): Quote argument.
5656         (gnus-x-face-from-file): Ditto.
5657
5658 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
5659
5660         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
5661         the expire-group parameter once per article rather than once
5662         per group; bind `nnmaildir-article-file-name' and `article'
5663         for convenience.  Leave article alone when expire-group
5664         specifies the current group.
5665         (nnmaildir--update-nov): be more concurrency-friendly with
5666         temp file names.
5667
5668 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5669
5670         * gnus-start.el (gnus-read-init-file): Cleaned up.
5671
5672 2002-01-03  Dave Love  <d.love@dl.ac.uk>
5673
5674         * gnus-start.el (gnus-startup-file-coding-system): Removed.
5675         (gnus-read-init-file): Don't use it.
5676
5677 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5678
5679         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
5680
5681 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5682
5683         * gnus-start.el (gnus-read-init-file): Don't force coding system
5684         for ~/.gnus.  From Dave Love <fx@gnu.org>.
5685
5686 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5687
5688         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
5689         * nnspool.el (nnspool-request-post): Ditto.
5690
5691         * mm-util.el (mm-use-find-coding-systems-region): New variable.
5692         (mm-find-mime-charset-region): Use it.
5693
5694 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
5695
5696         * gnus.el (gnus-summary-line-format): Added :link.
5697         * gnus-topic.el (gnus-topic-line-format): Ditto.
5698         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
5699         * gnus-srvr.el (gnus-server-line-format): Ditto.
5700         * gnus-group.el (gnus-group-line-format): Ditto.
5701
5702         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
5703         :keys, it works on both Emacsen.
5704
5705 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5706
5707         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
5708
5709 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5710
5711         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
5712
5713 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
5714
5715         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
5716         very wide reply.
5717
5718 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5719
5720         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
5721         (gnus-picon-cache): New variable.
5722         (gnus-picon-transform-newsgroups): Cache stuff.
5723
5724         * gnus-art.el (gnus-article-reply-with-original): New command.
5725         (gnus-article-followup-with-original): New command.
5726
5727         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
5728         END parameters.
5729         (gnus-summary-followup): Take a list of list of articles.
5730         (gnus-inews-yank-articles): Allow lists of article/regions.
5731
5732         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
5733         longer the usual commands.
5734
5735         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
5736         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
5737         shell-command-on-region.
5738
5739 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5740
5741         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
5742           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
5743
5744 2002-01-03  Steve Youngs  <youngs@xemacs.org>
5745
5746         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
5747         understand ':keys', wrap it in an featurep 'xemacs.
5748
5749 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5750
5751         * gnus-ems.el (gnus-article-display-xface): Show xface in the
5752         order of headers (Actually, it is called in a reversed order). Add
5753         'gnus-image-text-deletable property.
5754         (gnus-remove-image): Remove text with such a property.
5755
5756         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
5757         gnus-put-image.
5758
5759         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
5760         with ", "
5761
5762 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5763
5764         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
5765
5766         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
5767         (article-display-x-face): Display grey X-Faces.
5768
5769         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
5770         (gnus-convert-gray-x-face-to-ppm): Ditto.
5771         (gnus-convert-image-to-gray-x-face): Ditto.
5772
5773         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
5774         gnus-summary-show-raw-article.
5775
5776 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5777
5778         Display picons in XEmacs without showing text.
5779
5780         * gnus-xmas.el (gnus-xmas-create-image): Don't use
5781         mm-create-image-xemacs to create xbm glyph, because it deletes
5782         temporary files.
5783         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
5784         (gnus-xmas-remove-image): Make text visible, remove glyph.
5785
5786         * gnus-picon.el (gnus-picon-transform-newsgroups)
5787         (gnus-picon-transform-address): Insert spec backward, due to the
5788         incompatibility of gnus-xmas-put-image.
5789
5790 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5791
5792         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
5793
5794 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5795
5796         * gnus.el: Doc fix.
5797
5798         * gnus-art.el: Doc fix.
5799
5800         * gnus-agent.el: Doc fix.
5801
5802 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5803
5804         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
5805
5806 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
5807
5808         * nnmaildir.el (nnmaildir--update-nov): automatically parse
5809         NOV data out of the message again if nnmail-extra-headers has
5810         changed.
5811
5812 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5813
5814         * gnus-fun.el: New file.
5815         (gnus-convert-image-to-x-face-command): New variable.
5816         (gnus-insert-x-face): New function.
5817         (gnus-random-x-face): Renamed.
5818         (gnus-x-face-from-file): Renamed.
5819
5820         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
5821         "_".
5822         (gnus-body-boundary-delimiter): Typo fix.
5823
5824 2002-01-02  Simon Josefsson  <jas@extundo.com>
5825
5826         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
5827         (gnus-body-boundary-delimiter): Fix type.
5828
5829 2002-01-01  Simon Josefsson  <jas@extundo.com>
5830
5831         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
5832         (gnus-treat-emphasize, gnus-treat-strip-cr)
5833         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
5834         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
5835         (gnus-treat-fill-article, gnus-treat-hide-citation)
5836         (gnus-treat-hide-citation-maybe)
5837         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
5838         (gnus-treat-strip-pem, gnus-treat-strip-banner)
5839         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
5840         (gnus-treat-date-ut, gnus-treat-date-local)
5841         (gnus-treat-date-english, gnus-treat-date-lapsed)
5842         (gnus-treat-date-original, gnus-treat-date-iso8601)
5843         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
5844         (gnus-treat-strip-trailing-blank-lines)
5845         (gnus-treat-strip-leading-blank-lines)
5846         (gnus-treat-strip-multiple-blank-lines)
5847         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
5848         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
5849         (gnus-treat-display-xface, gnus-treat-display-smileys)
5850         (gnus-treat-from-picon, gnus-treat-mail-picon)
5851         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
5852         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
5853         (gnus-treat-play-sounds, gnus-treat-translate)
5854         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
5855
5856         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
5857         (gnus-article-treat-body-boundary): Use it.
5858
5859         * message.el (message-mode): Fix doc.
5860         (message-mode-menu): Fix names.
5861
5862 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5863
5864         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
5865         articles.
5866
5867         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
5868         (gnus-picon-transform-address): Search for unknown faces as well.
5869         (gnus-picon-find-face): Don't search "news" for MISC.
5870         (gnus-picon-user-directories): Changed default back to exclude
5871         "unknown".
5872
5873         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
5874
5875         * gnus-picon.el (gnus-picon-find-face): Search through all
5876         databases.
5877         (gnus-picon-find-face): New implementation.
5878
5879         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
5880         keystroke.
5881         (gnus-topic-goto-next-topic): Ditto.
5882
5883         * gnus.el (gnus-summary-line-format): Changed default.
5884
5885         * nnmail.el (nnmail-extra-headers): Change default.
5886
5887         * gnus-sum.el (gnus-extra-headers): Change default.
5888
5889         * message.el (message-news-other-window): Changed "news" to
5890         "posting".
5891         (message-news-other-frame): Ditto.
5892         (message-do-send-housekeeping): Ditto.
5893
5894         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
5895         function.
5896         (gnus-article-unread-p): New function.
5897         (gnus-article-unseen-p): New function.
5898         (gnus-dead-summary-mode-map): Typo.
5899
5900         * gnus-util.el (gnus-make-predicate): New function.
5901         (gnus-make-predicate-1): New function.
5902
5903         * gnus-sum.el: New function.
5904         (gnus-map-articles): New function.
5905
5906         * gnus-art.el (gnus-treat-fold-headers): New variable.
5907         (gnus-article-treat-fold-headers): New command and keystroke.
5908
5909         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
5910         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
5911
5912 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5913
5914         * message.el (message-fcc-externalize-attachments): New variable.
5915         (message-do-fcc): Use it.
5916
5917         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
5918         (gnus-inews-do-gcc): Use it.
5919
5920         * mml.el (mml-tweak-sexp-alist): New variable.
5921         (mml-externalize-attachments): New variable.
5922         (mml-tweak-part): Use mml-tweak-sexp-alist.
5923         (mml-tweak-externalize-attachments): New function.
5924
5925 2002-01-01  Steve Youngs  <youngs@xemacs.org>
5926
5927         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
5928         'set-glyph-face' so x-face back/foreground can be set.
5929
5930 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
5931
5932         * message.el (message-fix-before-sending): Fix a typo.
5933
5934 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5935
5936         * gnus-art.el (gnus-treat-smiley): Renamed command.
5937         (gnus-article-remove-images): New command and keystroke.
5938
5939         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
5940
5941         * smiley-ems.el (gnus-smiley-display): Removed.
5942
5943         * gnus.el (gnus-version-number): Update version.
5944
5945         * message.el (message-text-with-property): Renamed and moved
5946         here.
5947         (message-fix-before-sending): Highlight invisible text and place
5948         point there.
5949
5950 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5951
5952         * gnus.el: Oort Gnus v0.04 is released.
5953
5954 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5955
5956         * gnus-delay.el (gnus-delay-send-queue): Renamed.
5957
5958         * gnus-art.el (gnus-ignored-headers): More headers,
5959
5960         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
5961         of `scan-error', since XEmacs doesn't seem to support that.
5962
5963 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5964
5965         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
5966         arg.
5967         (gnus-summary-best-unread-subject): Ditto.
5968         (gnus-summary-best-unread-subject): No, don't.
5969         (gnus-summary-better-unread-subject): New command.
5970
5971         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
5972
5973         * lpath.el ((featurep 'xemacs)): fbind url function.
5974
5975         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
5976         buffer.
5977         (gnus-xmas-remove-image): Implementation that does something.
5978         (gnus-xmas-article-display-xface): Mark images properly.
5979
5980         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
5981
5982 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
5983
5984         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
5985
5986 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5987
5988         * gnus-group.el (gnus-group-line-format): Added %O to the default
5989         value.
5990
5991         * gnus-util.el (gnus-text-with-property): The smallest point is
5992         point-min.
5993
5994         * smiley-ems.el (smiley-region): Return images.
5995         (gnus-smiley-display): Allow toggling.
5996         (smiley-region): Use text properties, not overlays.
5997
5998         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
5999         implemented yet.
6000
6001         * smiley-ems.el (smiley-update-cache): Check for valid types.
6002
6003         * gnus-art.el (gnus-with-article-buffer): New macro.
6004
6005         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
6006         strings as well as the glyphs.
6007         (gnus-picon-transform-address): Ditto.
6008         (gnus-picon-insert-glyph): Ditto.
6009         (gnus-picon-transform-newsgroups): Toggle.
6010         (gnus-picon-transform-address): Toggle.
6011
6012         * gnus-ems.el (gnus-remove-image): New function.
6013         (gnus-put-image): Take an optional string.
6014
6015         * gnus-util.el (gnus-text-with-property): New function.
6016
6017         * gnus-art.el (gnus-delete-images): New function.
6018
6019         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
6020
6021         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
6022         (gnus-article-wash-status): Use it.
6023         (gnus-signature-toggle): Clean up.
6024         (gnus-add-wash-status): New function.
6025         (gnus-delete-wash-status): New function.
6026         (gnus-article-hide-text-type): Use them throughout.
6027         (gnus-add-image): New function.
6028
6029         * gnus-ems.el (gnus-article-display-xface): Use new interface.
6030
6031         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
6032         interface.
6033
6034         * gnus-art.el (article-display-x-face): Cleaned up.
6035
6036         * rfc2047.el (rfc2047-field-value): New function.
6037
6038         * mail-parse.el (mail-header-field-value): New alias.
6039
6040         * gnus-art.el (gnus-mime-print-part): Fix typos.
6041
6042         * smiley-ems.el (gnus-smiley-file-types): New variable.
6043         (smiley-update-cache): Use it.
6044         (smiley-regexp-alist): Suffix-less smiley names.
6045         (smiley-regexp-alist): Added more smileys.
6046
6047         * gnus-sum.el (gnus-print-buffer): Made into own function.
6048         (gnus-summary-print-article): Use it.
6049
6050         * mailcap.el (mailcap-mime-info): Actually return the bit that we
6051         looked for when REQUEST is a string.
6052
6053         * gnus-art.el (gnus-mime-button-commands): Add printing
6054         keystroke.
6055         (gnus-mime-copy-part): Doc fix.
6056         (gnus-mime-print-part): New command.
6057
6058 2001-12-31  Simon Josefsson  <jas@extundo.com>
6059
6060         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
6061         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
6062
6063 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6064
6065         * gnus-picon.el (gnus-treat-from-picon): Autoload.
6066         (picon): Fix doc.
6067
6068         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
6069         longer exists. Remove those codes.
6070         * gnus.el (gnus-use-picons): Ditto.
6071
6072 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6073
6074         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
6075         infloop.
6076
6077         * gnus-sum.el (t): New `W D' map.
6078
6079         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
6080         (gnus-article-treat-body-boundary): Clean up.
6081         (gnus-body-boundary-face): Removed.
6082         (gnus-article-goto-header): Moved here.
6083         (gnus-article-goto-header): Allow better regexps.
6084         (gnus-article-treat-fold-newsgroups): New command.
6085
6086         * gnus-sum.el (gnus-summary-move-article): We have to select an
6087         article to give `gnus-read-move-group-name' an opportunity to
6088         suggest an appropriate default.
6089
6090         * rfc2047.el (rfc2047-fold-line): New function.
6091         (rfc2047-unfold-line): Ditto.
6092         (rfc2047-fold-region): Don't fold just after the header name.
6093
6094         * mail-parse.el (mail-header-fold-line): New alias.
6095         (mail-header-unfold-line): Ditto.
6096
6097         * gnus-art.el (gnus-body-boundary-face): Renamed.
6098         (gnus-article-treat-body-boundary): Use it.
6099         (gnus-article-treat-body-boundary): Use an invisible header and a
6100         line of underline characters.
6101
6102 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6103
6104         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
6105
6106         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
6107         (gnus-picon-split-address): New function.
6108         (gnus-picon-find-face): Use it.
6109         (gnus-picon-transform-address): Use it. Set first to t for each
6110         address.
6111
6112         * gnus-art.el (gnus-with-article-headers): Move to here. Define
6113         the macro then use it.
6114         (gnus-treatment-function-alist): Treat picons earlier.
6115
6116 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6117
6118         * gnus-art.el (gnus-body-separator-face): New variable.
6119         (gnus-article-treat-body-boundary): Use a blank, colored line.
6120
6121         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
6122         well.
6123
6124         * gnus-art.el (gnus-treat-body-boundary): New variable.
6125         (gnus-article-treat-unfold-headers): Use helper macro.
6126         (gnus-article-treat-body-boundary): New command.
6127
6128         * gnus.el (gnus-logo-color-style): Change the default color.
6129         (gnus-splash-face): Gray, gray.
6130
6131         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
6132         colors.
6133
6134         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
6135         (gnus-logo-color-style): Ditto.
6136         (gnus-logo-colors): Ditto.
6137
6138         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
6139
6140         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
6141
6142         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
6143         (gnus-picon-transform-newsgroups): New function.
6144
6145         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
6146         string.
6147
6148         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
6149
6150         * gnus-art.el (gnus-treat-cc-picon): New variable.
6151         (gnus-treat-mail-picon): Renamed.
6152
6153         * gnus-picon.el: New implementation.
6154         (gnus-picon-find-face): Renamed.
6155         (gnus-treat-from-picon): Use it.
6156         (gnus-picon-transform-address): Renamed.
6157         (gnus-treat-from-picon): Use it.
6158         (gnus-picon-create-glyph): Renamed.
6159         (gnus-picon-transform-address): Use it.
6160         (gnus-treat-cc-picon): New command.
6161
6162         * mm-decode.el (mm-create-image-xemacs): Separated out into
6163         function.
6164         (mm-get-image): Use it.
6165
6166         * gnus-art.el (gnus-treat-display-picons): Simplify.
6167         (gnus-treat-from-picon): Renamed.
6168
6169         * gnus-ems.el (gnus-create-image): New function.
6170         (gnus-put-image): New function.
6171
6172         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
6173         (gnus-with-article-headers): New macro.
6174         (gnus-article-goto-header): New function.
6175
6176         * gnus-xmas.el (gnus-image-type-available-p): New function.
6177
6178         * gnus-ems.el (gnus-image-type-available-p): New function.
6179
6180 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6181
6182         * nnrss.el (nnrss-check-group): Find the correct tag, because
6183         xml.el is changed.
6184
6185 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6186
6187         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
6188         lines are shorter than the window width.
6189         (gnus-ignored-headers): More headers.
6190
6191 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6192
6193         * gnus-art.el (gnus-treat-unfold-lines): New variable.
6194         (gnus-treat-unfold-headers): Renamed.
6195         (gnus-article-treat-unfold-headers): New command and keystroke.
6196
6197         * rfc2047.el (rfc2047-encode-message-header): Clean up.
6198
6199         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
6200
6201 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6202
6203         * sha1-el.el (sha1-use-external): New variable.
6204         (sha1-region): Use it.
6205         (sha1-string): Ditto.
6206
6207         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
6208         * gnus-picon.el: Less warnings when compile.
6209
6210 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6211
6212         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
6213         alias.
6214         (gnus-picons-database): Default to list.
6215         (gnus-picons-lookup-internal): Use it.
6216
6217         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
6218         to "bogus".
6219
6220         * gnus-win.el (gnus-configure-windows-hook): New hook.
6221
6222 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
6223
6224         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
6225
6226 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6227
6228         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
6229         lists.
6230         (gnus-select-newsgroup): Don't append; push.
6231         (gnus-adjust-marked-articles): Remove obsolete ranges from
6232         `seen'.
6233         (gnus-update-marks): Clean up.
6234         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
6235
6236 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
6237
6238         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
6239
6240 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6241
6242         * gnus-sum.el (gnus-auto-select-subject): New variable.
6243         (gnus-summary-best-unread-subject): New function.
6244         (gnus-summary-best-unread-article): Use it.
6245         (gnus-summary-first-unseen-subject): New function and command.
6246
6247         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
6248         other treatments.
6249
6250         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
6251         function.
6252
6253         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
6254         from the list of hidden types.
6255
6256         * mm-view.el (mm-inline-text): Ditto.
6257         (mm-inline-text): Ditto.
6258         (mm-w3-prepare-buffer): Ditto.
6259
6260         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
6261
6262 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6263
6264         * gnus-art.el (gnus-ignored-headers): Added more headers.
6265
6266 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
6267
6268         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
6269         once.
6270
6271 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6272
6273         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
6274
6275 2001-12-28  Simon Josefsson  <jas@extundo.com>
6276
6277         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
6278         Jesper Harder <harder@ifa.au.dk>.
6279
6280 2001-12-27  Simon Josefsson  <jas@extundo.com>
6281
6282         * gnus-sum.el (gnus-select-newsgroup): Make
6283         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
6284         contain all articles (instead of none) when no seen marks have
6285         been set for the group.
6286         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
6287         instead, it seems to result in shorter ranges.
6288
6289 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6290
6291         * mm-util.el (mm-iso-8859-x-to-15-region): Use
6292         insert-before-markers.
6293         From Jesper Harder <harder@ifa.au.dk>
6294
6295 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
6296
6297         * nnmaildir.el (nnmaildir-save-mail): create the destination
6298         groups if they do not exist.
6299
6300 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6301
6302         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
6303
6304 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6305
6306         * gnus-group.el (gnus-group-read-ephemeral-group): Call
6307         gnus-group-real-name.
6308
6309         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
6310         (gnus-newsgroup-variables): Ditto.
6311
6312         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
6313         return it.
6314
6315 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
6316
6317         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
6318         * nnmaildir.el (top-level): Add commentary.
6319         (nnmaildir-version): Indicate that nnmaildir is now a standard
6320         part of Gnus, not separately released.
6321
6322 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6323
6324         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
6325         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
6326         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
6327         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6328
6329 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6330
6331         * nnmaildir.el: Copyright changes. Require cl only at compile time.
6332
6333 2001-12-20  Simon Josefsson  <jas@extundo.com>
6334
6335         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
6336         ZHU <zsh@cs.rochester.edu>.
6337         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
6338         Brian P Templeton <bpt@tunes.org>.
6339
6340 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6341
6342         * nnmaildir.el: New file.
6343         From Paul Jarc <prj@po.cwru.edu>.
6344
6345 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6346
6347         * nndoc.el (nndoc-type-alist): Move forward to the end.
6348
6349 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6350
6351         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
6352         `dolist'.
6353
6354 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6355
6356         * gnus-win.el (gnus-frames-on-display-list): New function.
6357         (gnus-get-buffer-window): Use it.
6358
6359 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6360
6361         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
6362
6363 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6364
6365         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
6366
6367 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6368            From Harald Meland <Harald.Meland@usit.uio.no>
6369
6370         * gnus-win.el (gnus-get-buffer-window): New function.
6371         (gnus-all-windows-visible-p): Use it.
6372
6373         * gnus-util.el (gnus-horizontal-recenter)
6374         (gnus-horizontal-recenter, gnus-horizontal-recenter)
6375         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
6376
6377         * gnus-score.el (gnus-score-insert-help): Use it.
6378
6379         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
6380         (gnus-generate-tree, gnus-highlight-selected-tree)
6381         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
6382         it.
6383
6384         * gnus-art.el (gnus-article-set-window-start)
6385         (gnus-mm-display-part, gnus-request-article-this-buffer)
6386         (gnus-button-next-page, gnus-button-prev-page)
6387         (gnus-article-button-next-page, gnus-article-button-prev-page):
6388         Use it.
6389
6390 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
6391
6392         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
6393         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
6394         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
6395
6396 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6397
6398         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
6399         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
6400         * mml1991.el, nnultimate.el: Add `coding'.
6401
6402 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
6403
6404         * ChangeLog: changed coding to buffer-file-coding-system
6405         * ChangeLog.1: same
6406         * nnwfm.el: same
6407         * gnus-smiley.el: same
6408         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
6409         * gnus-delay.el: same
6410         * gnus-spec.el: same
6411         * message.el: same
6412         * mml1991.el: same
6413         * nnultimate.el: same
6414
6415 2001-12-16  Simon Josefsson  <jas@extundo.com>
6416         Inspired by code by Dirk Meyer <dischi@tzi.de>.
6417
6418         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
6419         (gnus-summary-save-map): Add muttprint.
6420         (gnus-summary-make-menu-bar): Ditto.
6421         (gnus-summary-muttprint): New function.
6422
6423         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
6424
6425 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6426
6427         * uudecode.el (uudecode-decode-region-internal): Speedup by using
6428         temporary list instead of buffer.
6429
6430         * mm-url.el (executable-find): autoload.
6431
6432 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6433
6434         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
6435         to variable, follow doc-string conventions).
6436
6437 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
6438
6439         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
6440         subscribe-level
6441         * gnus-topic.el (gnus-subscribe-topics): use it.
6442
6443 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6444
6445         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
6446         messages. (A small patch with indentation)
6447         From Sean Neakums <sneakums@zork.net>.
6448
6449         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
6450         nil after shooting down the gnus-original-article-buffer.
6451
6452 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6453
6454         * uudecode.el (uudecode-use-external): New variable.
6455         (uudecode-decode-region): Automatically detect external program.
6456
6457         * binhex.el (binhex-use-external): New variable.
6458         (binhex-decode-region-internal): New function.
6459         (binhex-decode-region): Automatically detect external program.
6460
6461         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
6462         Use them.
6463
6464 2001-12-12  Simon Josefsson  <jas@extundo.com>
6465
6466         * nnvirtual.el (nnvirtual-always-rescan)
6467         (nnvirtual-component-regexp): Fix doc.
6468
6469         * nnoo.el (defvoo): Add doc to defvoo variables.
6470
6471         * nnml.el (nnml-directory, nnml-active-file)
6472         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
6473         (nnml-marks-is-evil, nnml-filenames-are-evil)
6474         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
6475
6476         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
6477         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
6478         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
6479         `error'.
6480
6481         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
6482         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
6483
6484         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
6485         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
6486         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
6487         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
6488
6489         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
6490         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
6491
6492         * imap.el, nnimap.el: Fix indentation.
6493
6494         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
6495
6496 2001-12-12  Didier Verna  <didier@xemacs.org>
6497
6498         * gnus-msg.el (gnus-group-news): New function.
6499         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
6500         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
6501         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
6502         for it.
6503         * gnus-msg.el (gnus-summary-news-other-window): New function.
6504         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
6505         bind it to `i'.
6506         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
6507         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
6508         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
6509         for it (called with a prefix).
6510         * gnus-msg.el (gnus-configure-posting-styles): add an optional
6511         group-name argument.
6512         * gnus-msg.el (gnus-setup-message): use it.
6513
6514 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6515
6516         * gnus-sum.el (gnus-summary-show-article): Fix doc.
6517
6518 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6519
6520         * mml.el (mime-to-mml): Remove Content-Disposition too.
6521
6522 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6523
6524         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
6525         * gnus-group.el (gnus-group-name-decode): Decode unibyte
6526         strings only.
6527         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
6528
6529 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
6530
6531         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
6532         (nnmail-fancy-expiry-target): Use it.
6533         Suggestions from Simon Josefsson <jas@extundo.com>.
6534
6535 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6536
6537         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
6538
6539 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6540
6541         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
6542
6543         * gnus-util.el (gnus-url-unhex-string): Move here.
6544
6545 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6546
6547         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
6548         mm-url-decode-entities-nbsp.
6549
6550         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
6551         * webmail.el, nnwfm.el: Use mm-url.
6552
6553         * mm-url.el (mm-url-fetch-form): Move from nnweb.
6554         (mm-url-remove-markup): Move from nnweb.
6555         (mm-url-fetch-simple): Move from webmail.
6556
6557         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
6558
6559 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6560
6561         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
6562         (gnus-summary-print-article): Use it.
6563
6564         * gnus-util.el (gnus-replace-in-string): Typo.
6565
6566 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6567
6568         * nnweb.el (nnweb-replace-in-string): Removed.
6569
6570         * gnus-util.el (gnus-replace-in-string): New function.
6571         (gnus-mode-string-quote): Use it.
6572
6573         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
6574         * nnwfm.el (nnwfm-create-mapping): Ditto.
6575
6576 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6577
6578         * dgnushack.el (dgnushack-compile): nnrss.el and
6579         nnslashdot.el don't depend on nnweb, url, w3.
6580
6581         * nnrss.el: Use mm-url.
6582
6583 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6584
6585         * mm-url.el (mm-url-insert-file-contents): Support file:.
6586
6587 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6588
6589         * mm-view.el: Lower case for the description line. Sync from the
6590         Emacs CVS.
6591
6592 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6593
6594         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
6595         From:  Stefan Monnier  <monnier@cs.yale.edu>
6596
6597 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6598
6599         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
6600
6601 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6602
6603         * mm-url.el: Require executable.
6604         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
6605
6606 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6607
6608         * pop3.el (pop3-munge-message-separator): Only use valid date.
6609         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
6610
6611         * Makefile.in: gnus-load.elc may not be generated.
6612
6613 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6614
6615         * mm-url.el: New file.
6616         * nnslashdot.el: Use it.
6617         * mm-extern.el (mm-extern-url): Use it.
6618
6619 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6620
6621         * gnus-sum.el (gnus-summary-save-article): Nix
6622         gnus-display-mime-function and gnus-article-prepare-hook.
6623
6624         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
6625         the beginning of lines.
6626         (gnus-complex-form-to-spec): Ditto.
6627
6628 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6629
6630         * message.el (message-make-mft): Fix the m-s-a-file regexp.
6631         From Paul Jarc <prj@po.cwru.edu>.
6632
6633 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6634
6635         * message.el: New variable message-subscribed-address-file;
6636         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
6637
6638 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6639
6640         * message.el (message-tab-body-function): Set to nil.
6641         (message-tab): Use text-mode-map or global-map.
6642         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
6643
6644 2001-11-30  Simon Josefsson  <jas@extundo.com>
6645
6646         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
6647         instead of gnus-union, for speed.  Suggested by Christoph Conrad
6648         <christoph.conrad@gmx.de>.
6649         (gnus-agent-fetch-group-1): Add verbose message.
6650
6651 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6652
6653         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
6654         of integers.
6655
6656 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6657
6658         * message.el (message-newgroups-header-regexp)
6659         (message-completion-alist, message-tab-body-function): Use
6660         defcustom rather than defvar.
6661         (message-tab): Mention `message-tab-body-function' in doc.
6662         Suggested by Karl Eichwalder.
6663
6664 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6665
6666         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
6667
6668 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6669
6670         * nnheader.el (nnheader-find-nov-line): Don't use macro
6671         gnus-delete-line.
6672
6673         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
6674         (gnus-group-name-charset): Ditto.
6675
6676         * gnus-util.el (gnus-buffer-live-p): Ditto.
6677
6678 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6679
6680         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
6681         open parenthesis in doc.
6682         (sieve-manage-authenticator-alist): Typo in doc.
6683         * imap.el (imap-authenticator-alist): Typo in doc.
6684         (imap-stream-alist): Backslash.
6685
6686         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
6687           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
6688
6689 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6690
6691         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
6692
6693         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
6694
6695         * gnus-msg.el (gnus-configure-posting-styles): use
6696         make-local-hook. Add LOCAL for add-hook.
6697
6698 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
6699
6700         * message.el (message-mode): Use `make-local-hook' unless
6701         obsolete.
6702         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
6703
6704 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6705
6706         * canlock.el: Remove sha1.el and base64.el stuff.
6707
6708 2001-11-26  Didier Verna  <didier@xemacs.org>
6709
6710         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
6711         if needed.
6712
6713 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6714
6715         * message.el (message-tamago-not-in-use-p): New function.
6716         (message-strip-forbidden-properties): Use it.
6717
6718 2001-11-26  Didier Verna  <didier@xemacs.org>
6719
6720         * gnus-start.el (gnus-check-first-time-used): only check for
6721         existence of .el[d] files.
6722
6723 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6724
6725         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
6726
6727         * message.el (message-setup-1): Clean up mc-*.
6728
6729 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6730
6731         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
6732         * gnus-score.el (gnus-score-find-bnews): Use it.
6733
6734         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
6735         (gnus-summary-limit-to-author): Ditto.
6736         (gnus-summary-limit-to-extra): Ditto.
6737         (gnus-summary-find-matching): Support not-matching argument.
6738
6739 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6740
6741         * message.el (message-wash-subject): Use `insert' rather than
6742         `insert-string', which is deprecated.
6743
6744 2001-11-24  Simon Josefsson  <jas@extundo.com>
6745
6746         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
6747         message. (Gnus does not "default" to using 8bit for the message,
6748         it default to use 8bit encoding and the user-supplied CTE
6749         value. Calling this behaviour "treating it as 8bit" is perhaps
6750         better.)
6751
6752         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
6753         (compare mm-charset-to-coding-system).
6754
6755 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6756
6757         * canlock.el (canlock-sha1-with-openssl): Use unibyte
6758         buffer. Correctly decode hex.
6759
6760 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6761
6762         * gnus-agent.el (gnus-category-insert-line): Convert category
6763         names to strings.
6764
6765 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6766
6767         * message.el (sha1): eval-and-compile.
6768
6769 2001-11-20  Simon Josefsson  <jas@extundo.com>
6770
6771         * message.el (message-allow-no-recipients): New variable.
6772         (message-send): Use it, customize the prompting when posting to
6773         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
6774
6775 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6776
6777         * mm-util.el (mm-coding-system-priorities): New variable.
6778         (mm-sort-coding-systems-predicate): New function.
6779         (mm-find-mime-charset-region): Resort coding systems if needed.
6780         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
6781
6782 2001-11-20  Didier Verna  <didier@xemacs.org>
6783
6784         * gnus-group.el (gnus-group-make-help-group): new optional
6785         argument to control the error behavior.
6786         * gnus-start.el (gnus-check-first-time-used): use it to avoid
6787         erroring.
6788
6789 2001-11-19  Simon Josefsson  <jas@extundo.com>
6790
6791         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
6792         instead of C-c C-u.  Suggested by Per Abrahamsen
6793         <abraham@dina.kvl.dk>.
6794
6795 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6796
6797         * nnfolder.el (nnfolder-read-folder): Use group instead of
6798         nnfolder-current-group.
6799         Suggested by Lorentey Karoly <lorentey@elte.hu>.
6800
6801 2001-11-17  Simon Josefsson  <jas@extundo.com>
6802
6803         * message.el (message-send): Ask user if Fcc/Gcc should be
6804         performed when no other sender was specified.
6805         Suggested by prj@po.cwru.edu (Paul Jarc).
6806
6807 2001-11-17  Simon Josefsson  <jas@extundo.com>
6808
6809         * message.el (message-mode, message-mode-map): Use C-c C-u for
6810         Importance: instead of C-c C-p (used by SC).
6811
6812 2001-11-16  Simon Josefsson  <jas@extundo.com>
6813
6814         * message.el (message-insert-importance-high)
6815         (message-insert-importance-low): Save point.
6816
6817         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
6818         value.
6819
6820 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
6821
6822         * message.el (message-strip-special-text-properties): New option.
6823         (message-strip-forbidden-properties): Obey it.
6824
6825 2001-11-14  Sam Steingold  <sds@gnu.org>
6826
6827         * gnus-score.el: Fixed some doc strings to properly quote symbols.
6828
6829 2001-11-15  Simon Josefsson  <jas@extundo.com>
6830
6831         Support "Importance:" header in Message.
6832
6833         * message.el (message-mode-map): Bind C-c C-p to
6834         `message-insert-or-toggle-importance'
6835         (message-mode-menu): Add message-insert-importance-{high,low}.
6836         (message-insert-importance-high, message-insert-importance-low)
6837         (message-insert-or-toggle-importance): New functions.
6838         (message-tool-bar-map): Add {un,}important.
6839         (message-mode): Doc fix.
6840
6841 2001-11-15  Simon Josefsson  <jas@extundo.com>
6842
6843         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
6844
6845         * mml.el (mml-menu): Fix toolbar tooltip.
6846
6847 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6848
6849         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
6850         * nnml.el (nnml-save-marks): Ditto.
6851
6852         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
6853
6854 2001-11-15  Simon Josefsson  <jas@extundo.com>
6855
6856         * nnml.el (nnml-save-marks):
6857         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
6858         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
6859
6860 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
6861
6862         * gnus-art.el (gnus-article-wash-status-strings): Use
6863         `copy-sequence', not `copy-seq'.
6864
6865 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
6866
6867         * gnus-art.el (gnus-article-wash-status-strings): New constant.
6868         (gnus-gnus-article-wash-status-entry): New function.
6869         (gnus-article-wash-status): Use it.
6870
6871 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6872
6873         * mml1991.el: Add coding header.
6874
6875 2001-11-12  Simon Josefsson  <jas@extundo.com>
6876
6877         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
6878         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
6879         `mml1991-sign' and `mml1991-encrypt'.
6880         (mml1991-encrypt, mml1991-sign): New glue functions.
6881         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
6882
6883         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
6884         (mml-menu): Add PGP to menu.
6885
6886         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
6887         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
6888         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
6889         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
6890
6891         * mml2015.el: Mention RFC 3156.
6892
6893         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
6894
6895 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6896
6897         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
6898
6899         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
6900           From <Michael.Cook@cisco.com>
6901
6902 2001-11-11  Simon Josefsson  <jas@extundo.com>
6903
6904         * message.el (top-level): Autoload sha1.
6905         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
6906         canlock, no need to require two different hash algs).  Suggested
6907         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
6908
6909 2001-11-09  Simon Josefsson  <jas@extundo.com>
6910
6911         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
6912         <Pavel@Janik.cz>.
6913
6914 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6915
6916         * message.el (message-point-in-header-p): New function.
6917         (message-do-auto-fill): Use it.
6918         (message-beginning-of-line): New function.  Goes to beginning of
6919         header value (i.e., end of header name), or to beginning of line
6920         if already at beginning of value.  Behaves like
6921         `beginning-of-line' when in message body.
6922         (message-mode-map): Bind it.
6923
6924 2001-11-08  Simon Josefsson  <jas@extundo.com>
6925
6926         * gnus-msg.el (gnus-posting-styles): Add doc.
6927
6928 2001-11-07  Simon Josefsson  <jas@extundo.com>
6929
6930         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
6931
6932         * sieve-mode.el (sieve-control-commands-face)
6933         (sieve-control-commands-face, sieve-action-commands-face)
6934         (sieve-test-commands-face, sieve-tagged-arguments-face): New
6935         faces.
6936         (sieve-font-lock-keywords): Use them.
6937         (sieve-mode): Only set font-lock-defaults in emacs.
6938
6939         * gnus-art.el (gnus-default-article-saver): Add
6940         gnus-summary-save-body-in-file.
6941         (gnus-summary-write-to-file): Fix doc.
6942
6943 2001-11-07  Simon Josefsson  <jas@extundo.com>
6944
6945         * gnus-art.el (gnus-treat-highlight-signature): Add cross
6946         reference to the correct chapter in the manual.
6947
6948         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
6949         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
6950
6951 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6952
6953         * mml.el (mml-preview): Bind mail-header-separator.
6954
6955 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6956
6957         * message.el: Always require canlock.
6958         (message-ignored-supersedes-headers): Include Cancel-Lock and
6959         Cancel-Key.
6960         (message-insert-canlock): Don't require canlock.
6961         (message-cancel-news): Don't check whether canlock is available.
6962         (message-supersede): Support cancel-locks.
6963
6964         * gnus-art.el: Don't autoload canlock.
6965
6966 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6967
6968         * mail-source.el (mail-source-fetch-imap): ASYNC param.
6969         From: <andre@slamdunknetworks.com>
6970
6971 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6972
6973         * many files: Fix copyright lines.
6974
6975 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6976
6977         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
6978         Suggested by Dave Love  <fx@gnu.org>.
6979
6980 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6981
6982         * message.el (message-kill-buffer): Remove auto-save file after
6983         confirm.
6984
6985         * message.el (message-send-mail): Call message-generate-headers
6986         once.  Suggested by Matt Armstrong <matt@lickey.com>.
6987
6988         * gnus-topic.el (gnus-topic-rename): Initial-input.
6989         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
6990
6991 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
6992
6993         * message.el (message-forbidden-properties): New constant.
6994         (message-strip-forbidden-properties): New function.
6995         (message-mode): Activate it.
6996
6997 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6998
6999         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
7000         (mm-hack-charsets): Fix doc.
7001
7002 2001-11-02  Simon Josefsson  <jas@extundo.com>
7003
7004         * gnus-int.el (gnus-check-server): Message "...done" when done.
7005
7006         * imap.el (imap-close): Don't message (imap-send-command-wait
7007         returns if the connection is dropped).
7008         (imap-wait-for-tag): Nix out message only when necessary.
7009
7010         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
7011         for non-crossposting.
7012         (gnus-sieve-crosspost): Default to t to be consistent with other
7013         parts of Gnus.
7014
7015 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7016
7017         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
7018         (mm-iso-8859-x-to-15-table): Ditto.
7019         (mm-iso-8859-x-to-15-region): Ditto.
7020         (mm-find-mime-charset-region): Ditto.
7021
7022 2001-11-01  Simon Josefsson  <jas@extundo.com>
7023
7024         * nnimap.el (nnimap-close-asynchronous): New variable.
7025         (nnimap-close-group): Use it.
7026         (nnimap-expunge): Don't use it.
7027
7028         * imap.el (imap-callbacks): New variable.
7029         (imap-remassoc): Copied from `gnus-remassoc'.
7030         (imap-add-callback): New function.
7031         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
7032         behaviour.
7033         (imap-parse-response): Call the callback.
7034
7035         * message.el (message-insert-canlock): New variable.
7036         (message-canlock-generate, message-canlock-password)
7037         (message-insert-canlock): New functions.
7038         (message-send-news): Call `message-insert-canlock'.
7039         (top-level): Require canlock when compiling.
7040         (message-insert-canlock): Require canlock before we need it.
7041
7042 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7043
7044         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
7045
7046 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7047
7048         * dgnushack.el (dgnushack-make-load): A workaround for
7049         custom-add-loads bug in some versions of XEmacs.
7050
7051 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7052
7053         * mm-util.el (mm-charset-synonym-alist): Revert (some).
7054
7055 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7056
7057         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
7058         (mm-hack-charsets): New variable.
7059         (mm-iso-8859-15-compatible): New variable.
7060         (mm-iso-8859-x-to-15-table): New variable.
7061         (mm-find-mime-charset-region): Add parameter hack-charsets.
7062
7063         * mm-bodies.el (mm-encode-body): Use it.
7064         * mml.el (mml-parse-1): Ditto.
7065
7066 2001-11-01  Simon Josefsson  <jas@extundo.com>
7067
7068         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
7069
7070 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7071
7072         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
7073         is nil.
7074
7075 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7076
7077         * smiley-ems.el (smiley-update-cache): Auto detect file type.
7078
7079         * message.el (message-forward-rmail-make-body): Use
7080         save-window-excursion.
7081         (message-encode-message-body): Search with noerror.
7082         (message-setup-1): Convert compose-mail send-actions to
7083         message-send-actions.
7084
7085 2001-11-01  Simon Josefsson  <jas@extundo.com>
7086
7087         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
7088         <yamaoka@jpl.org>.
7089
7090 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7091
7092         * sieve-manage.el (sieve-string-bytes): No complain.
7093
7094 2001-11-01  Simon Josefsson  <jas@extundo.com>
7095
7096         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
7097         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
7098         has autoload cookies, so no `require' should be necessary.)
7099
7100         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
7101         files.
7102
7103 2001-10-31  Simon Josefsson  <jas@extundo.com>
7104
7105         * gnus-cus.el (gnus-group-parameters): Support integer `display'
7106         parameter.
7107
7108         * gnus-sum.el (gnus-select-newsgroup): If group parameter
7109         `display' is a number (and C-u wasn't used to enter group), only
7110         fetch that number of articles.
7111
7112 2001-10-31  Matt Armstrong  <matt@lickey.com>
7113
7114         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
7115         not-subscribed -> subscribed.
7116
7117 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7118         From: Josh Huber <huber@alum.wpi.edu>
7119
7120         * message.el (message-subscribed-address-functions): New variable.
7121         (message-subscribed-addresses): New variable.
7122         (message-subscribed-regexps): New variable.
7123         (message-goto-mail-followup-to): New function.
7124         (message-send-mail): Add Mail-Followup-To.
7125         (message-make-mft): New function.
7126
7127         * gnus.el (gnus-find-subscribed-addresses): New function.
7128
7129 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7130
7131         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
7132         (mail-source-fetch-pop): Ditto.
7133         (mail-source-check-pop): Ditto.
7134
7135         * gnus-start.el (gnus-read-init-file): Ditto.
7136         (gnus-activate-group): Ditto.
7137         (gnus-read-newsrc-el-file): Ditto.
7138
7139 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7140
7141         * message.el (message-get-reply-headers): Make sure there is ", ".
7142
7143         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
7144         mm-coding-system-p. Don't correct it only in XEmacs.
7145         (mm-charset-to-coding-system): Use mm-coding-system-p and
7146         mm-get-coding-system-list.
7147         (mm-emacs-mule, mm-mule4-p): New variables.
7148         (mm-enable-multibyte, mm-disable-multibyte,
7149         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
7150         mm-with-unibyte-current-buffer,
7151         mm-with-unibyte-current-buffer-mule4): Use them.
7152         (mm-find-mime-charset-region): Treat iso-2022-jp.
7153
7154         From  Dave Love  <fx@gnu.org>:
7155
7156         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
7157         construction.
7158         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
7159         entries conditional on not having a coding system defined for
7160         them.
7161         (mm-mule-charset-to-mime-charset): Use
7162         find-coding-systems-for-charsets if defined.
7163         (mm-charset-to-coding-system): Don't use
7164         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
7165         later.  Add last resort search of coding systems.
7166         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
7167         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
7168         Mule 4.
7169         (mm-find-mime-charset-region): Re-write.
7170         (mm-with-unibyte-current-buffer): Restore buffer as well as
7171         multibyteness.
7172
7173 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7174
7175         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
7176         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
7177         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
7178
7179 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7180
7181         * gnus-art.el (article-display-x-face): Nix buffer-read-only
7182         again.
7183
7184         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
7185
7186 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7187
7188         * gnus-spec.el (gnus-parse-simple-format): Use
7189           buffer-substring-no-properties.
7190
7191 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7192
7193         * gnus-art.el (article-verify-cancel-lock): New function.
7194
7195         * nnheader.el (nntp-process-response): New variable.
7196         (nnheader-init-server-buffer): Make `nntp-process-response'
7197         buffer-local in `nntp-server-buffer'.
7198
7199         * nntp.el (nntp-prepare-post-hook): New hook.
7200         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
7201         (nntp-async-trigger): Ditto.
7202         (nntp-request-post): Insert a server's ID if there's no Message-ID
7203         header; run `nntp-prepare-post-hook'.
7204
7205 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7206
7207         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
7208         instead.
7209
7210         * message.el (message-forward-subject-author-subject): Don't use
7211         message-news-p, which widens the buffer.
7212         (message-forward-make-body): New function.
7213         (message-forward): Use it.
7214         (message-insinuate-rmail): New function.
7215         (message-forward-rmail-make-body): New function.
7216
7217 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7218
7219         * mm-extern.el (mm-extern): Provide it.
7220
7221         * mm-partial.el (mm-partial): Provide it.
7222
7223 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7224
7225         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
7226
7227 2001-10-29  Simon Josefsson  <jas@extundo.com>
7228
7229         * mml.el (mml-preview): Bind message-this-is-news if it is
7230         news. From Jesper Harder <harder@myrealbox.com>.
7231
7232 2001-10-28  Simon Josefsson  <jas@extundo.com>
7233
7234         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
7235
7236 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
7237
7238         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
7239         ironic smilies.
7240
7241 2001-10-27  Simon Josefsson  <jas@extundo.com>
7242
7243         * message.el (message-indent-citation): Don't add trailing
7244         whitespace when citing text.
7245
7246         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
7247         <harder@ifa.au.dk>.
7248
7249 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7250
7251         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
7252         not available.
7253         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
7254         (nnweb-type-definition): Add google as alias of dejanews.
7255         (nnweb-google-parse-1): Forward 1 line.
7256
7257 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7258
7259         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
7260         variable `message-forward-ignored-headers'.
7261
7262 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
7263
7264         * gnus.el (gnus-expand-group-parameter): New function.
7265         (gnus-expand-group-parameters): Call it.
7266         (gnus-group-fast-parameter): New function.
7267         (gnus-group-find-parameter): Call it.
7268
7269 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
7270
7271         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
7272         vector (it didn't before because of a bug).
7273         * gnus-msg.el (gnus-post-news): Use header vector directly, if
7274         available.  Before it converted it to an article number.
7275
7276         This makes followup to news articles with negative numbers in
7277         nnvirtual groups use news instead of mail.
7278
7279 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
7280
7281         * gnus.el (post-method): Use `native' instead of `nil'.
7282
7283         * gnus-msg.el (gnus-post-method): Ditto.
7284
7285 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
7286
7287         * gnus.el (gnus-define-group-parameter): Grammar fix.
7288
7289 2001-10-22  Simon Josefsson  <jas@extundo.com>
7290
7291         * gnus-msg.el (gnus-extended-version): Include
7292         system-configuration.
7293         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
7294
7295 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
7296
7297         * gnus.el (post-method): Customization fix: `native' is not a
7298         valid value.
7299         * gnus-msg.el (gnus-post-method): Doc and customization fix:
7300         `native' is not a valid value.
7301
7302 2001-10-21  Simon Josefsson  <jas@extundo.com>
7303
7304         * nnimap.el (nnimap): Defgroup
7305         (nnimap-strict-function, nnimap-strict-function-match): New
7306         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
7307         (nnimap-split-crosspost, nnimap-split-inbox)
7308         (nnimap-split-rule, nnimap-split-predicate)
7309         (nnimap-split-predicate): Defcustom.
7310         (nnimap-split-inbox, nnimap-expunge-search-string)
7311         (nnimap-importantize-dormant): Remove "*" from doc.
7312
7313 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7314
7315         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
7316         not supplied via prefix arg.  From Lisp, make arg mandatory.
7317         Suggested by Frank Schmitt.
7318
7319 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
7320
7321         * message.el (message-do-auto-fill): Avoid calling
7322         'rfc822-goto-eoh'.
7323
7324 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7325         From Paul Jarc <prj@po.cwru.edu>.
7326
7327         * message.el (message-get-reply-headers): Restructure the logic
7328         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
7329
7330 2001-10-20  Simon Josefsson  <jas@extundo.com>
7331
7332         * message.el (message-cancel-news): Support cancel-locks.
7333         Suggested by Per Abrahamsson.
7334
7335         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
7336         conses.  From David Z Maze <dmaze@MIT.EDU>.
7337
7338         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
7339
7340 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
7341
7342         * mm-decode.el (mm-default-directory): Fix customize type.
7343
7344         * message.el (message-setup-fill-variables): Kludge to use
7345         normal-auto-fill-function even if auto fill is already activated.
7346
7347 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
7348
7349         * message.el (message-do-auto-fill): New version that does not
7350         rely on text properties, by Simon Josefsson <jas@extundo.com>.
7351         (message-setup-1): Removed the `message-field' property.
7352
7353         * gnus-draft.el (gnus-draft-edit-message): Removed the
7354         `message-field' property.
7355
7356 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
7357
7358         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
7359         `message-field'.  The `field' property has a special significance in
7360         Emacs 21.
7361
7362         * message.el (message-send, message-setup-1): Ditto.
7363
7364 2001-10-18  Simon Josefsson  <jas@extundo.com>
7365
7366         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
7367         when undoing.
7368
7369 2001-10-18  Simon Josefsson  <jas@extundo.com>
7370         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
7371
7372         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
7373         (gnus-summary-make-menu-bar): Ditto.
7374
7375 2001-10-17  Simon Josefsson  <jas@extundo.com>
7376
7377         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
7378         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
7379
7380 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7381
7382         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
7383         * gnus-util.el (gnus-user-date): New function.
7384         From Frank Schmitt <usenet@Frank-Schmitt.net>.
7385
7386 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
7387
7388         * message.el (message-check-news-header-syntax): Special case
7389         nnvirtual groups.
7390
7391         * gnus-sum.el (gnus-summary-respool-default-method): Changed
7392         customize type to `symbol'.
7393
7394 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7395
7396         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
7397         %&foo;.
7398         (gnus-parse-simple-format): Support user extended spec too.
7399         %u&foo; invokes gnus-user-format-function-foo.
7400
7401 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7402
7403         * nnml.el (nnml-request-expire-articles): Make sure it is back to
7404         the server.
7405         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
7406         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7407         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
7408         * nndiary.el (nndiary-request-expire-articles): Ditto.
7409         (nndiary-schedule): Defsubst it before use it.
7410         (nndiary-error): eval-and-compile.
7411
7412 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
7413
7414         * gnus-msg.el (gnus-post-method): Changed two instances of
7415         `active' to `current' and one `null' to `not'.
7416
7417 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7418         From Katsumi Yamaoka <yamaoka@jpl.org>.
7419
7420         * message.el (message-setup-fill-variables): Use
7421         `normal-auto-fill-function' instead of `auto-fill-function'.
7422
7423 2001-10-16  Simon Josefsson  <jas@extundo.com>
7424
7425         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
7426         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
7427         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
7428
7429 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7430         Patch by Oliver Scholz <oscholz@my.gnus.org>.
7431
7432         * gnus-draft.el (gnus-draft-edit-message): Add text property
7433         `field' with value `header' to message headers.
7434         * message.el (message-setup-1): Really add text property to all of
7435         the header, not just part of it.
7436
7437 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7438
7439         * gnus-group.el (gnus-group-sort-by-server): Use it.
7440
7441         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
7442
7443         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
7444         and keystroke.
7445
7446 2001-10-14  Simon Josefsson  <jas@extundo.com>
7447
7448         * dig.el: Doc fix.
7449
7450         * smime.el: Doc fix.
7451
7452         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
7453         charset magic from message.el.
7454
7455 2001-10-12  Simon Josefsson  <jas@extundo.com>
7456         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
7457
7458         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
7459         'cite from g-a-wash-types.
7460         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
7461         (gnus-article-hide-citation): Fix.
7462
7463         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
7464         character.
7465         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
7466
7467         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
7468         definition.
7469         (gnus-signature-toggle): Toggle `s' mode line character.
7470
7471         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
7472         doing stuff that clears it.
7473
7474 2001-10-12  Simon Josefsson  <jas@extundo.com>
7475
7476         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
7477         From Eric Marsden <emarsden@laas.fr>.
7478
7479 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7480
7481         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
7482         (autoload): Add some autoloads.
7483
7484 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7485         Suggested by Oliver Scholz <epameinondas@gmx.de>.
7486
7487         * message.el (message-do-auto-fill): New function.  Like
7488         `do-auto-fill' but don't fill when in the message header.
7489         (message-setup-1): Put a text property on the message header.
7490         (message-setup-fill-variables): Use `message-do-auto-fill'.
7491
7492 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7493
7494         * message.el (message-send-mail-partially): Insert an empty line
7495         first, because of the change of message-make-lines.
7496
7497 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
7498
7499         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
7500         iso-8859-15, make it an alias for iso-8859-1.
7501
7502 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7503
7504         * message.el (message-send-news): Don't modify the value of
7505         `message-syntax-checks' if it is not a list (possibly it is
7506         `dont-check-for-anything-just-trust-me').
7507
7508 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7509
7510         * gnus-group.el (gnus-group-name-charset-group-alist): Use
7511         `find-coding-system' for XEmacs to check whether the coding-system
7512         `utf-8' is available.
7513
7514 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7515
7516         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
7517
7518 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
7519
7520         * message.el (message-send-news): Oops, missed case with no
7521         "Followup-To" header...
7522
7523 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
7524
7525         * message.el (message-send-news): Allow
7526         `gnus-group-name-charset-group-alist' to affect encoding of the
7527         "Newsgroups" and "Followup-To" headers.
7528
7529 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7530
7531         * Makefile.in (install-el): Depend on gnus-load.el.
7532
7533 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7534
7535         * Makefile.in (install-el): Use -f.
7536         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
7537
7538 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
7539
7540         * message.el (message-send-news): Don't encode Followups-To when
7541         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
7542
7543         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
7544         header.
7545
7546         * gnus-art.el (article-decode-group-name): Also decode
7547         "Followup-To".
7548
7549         * rfc2047.el (rfc2047-encode-message-header): Encode without
7550         asking for null methods.
7551
7552         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
7553         default charset for newsgroup names in accordance with USEFOR.
7554
7555         * gnus-group.el (gnus-group-name-charset-method-alist,
7556         gnus-group-name-charset-group-alist): Removed "*" from doc
7557         strings, "*" should not be used for complex variables.
7558
7559 2001-10-06  Simon Josefsson  <jas@extundo.com>
7560
7561         Support UTF-8 group names better.
7562
7563         * message.el (message-check-news-header-syntax): Encode group
7564         names before comparison.
7565
7566         * gnus-msg.el (gnus-copy-article-buffer): Run all
7567         `gnus-article-decode-hook's except `article-decode-charset'
7568         instead of hardcoding call to one of them.
7569
7570         * gnus-art.el (gnus-article-decode-hook): Add
7571         `article-decode-group-name'.
7572         (article-decode-group-name): New function, use `g-d-n'.
7573
7574         * gnus-group.el (gnus-group-insert-group-line): Decode
7575         gnus-tmp-group using `g-d-n'.
7576
7577         * gnus-util.el (gnus-decode-newsgroups): New function.
7578
7579 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
7580
7581         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
7582         `gnus-group-name-charset-group-alist'.
7583
7584 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7585
7586         * Makefile.in: Install el in install. Add uninstall.
7587
7588 2001-10-05  Simon Josefsson  <jas@extundo.com>
7589
7590         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
7591
7592         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
7593
7594         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
7595         empty folders.
7596
7597         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
7598         limiting if read-all (C-u RET) was used.
7599
7600 2001-10-04  Simon Josefsson  <jas@extundo.com>
7601
7602         * mail-source.el (mail-source-movemail-program): New variable.
7603         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
7604         <thutt@thutt.vmware.com>.
7605
7606 2001-10-03  Simon Josefsson  <jas@extundo.com>
7607
7608         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
7609         (gnus-summary-line-format-alist): Fix param.
7610
7611 2001-10-02  Simon Josefsson  <jas@extundo.com>
7612
7613         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
7614         don't go through `nnimap-request-expire-articles' to delete the
7615         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
7616
7617 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7618
7619         * gnus-agent.el (gnus-agent-write-active): The min in the
7620         agent/active may be larger than that in the server/active.
7621
7622 2001-10-01  Simon Josefsson  <jas@extundo.com>
7623
7624         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
7625         is IMAP4rev1.
7626
7627         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
7628
7629         * nnfolder.el: Ditto.
7630
7631 2001-09-30  Dan Christensen  <jdc@uwo.ca>
7632
7633         * gnus-sum.el (gnus-summary-extract-address-component): New function.
7634         (gnus-summary-from-or-to-or-newsgroups): Optimize.
7635
7636 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7637
7638         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
7639         (message-mode-menu): Menu item for same.
7640
7641         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
7642         delayed articles.
7643
7644         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
7645         nndraft:delayed does not exist.
7646         (gnus-delay-initialize): Don't set up keymap, that's done from
7647         message.el now.
7648         (gnus-delay, gnus-delay-group, gnus-delay-header)
7649         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
7650
7651 2001-09-29  Simon Josefsson  <jas@extundo.com>
7652
7653         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
7654         utf-8, not eight-bit-control.
7655
7656         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
7657         (imap-log, imap-debug): Custom.
7658         (imap-log-buffer, imap-debug-buffer): New constants.
7659         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
7660         (imap-network-open, imap-shell-open, imap-starttls-open)
7661         (imap-send-command-1, imap-send-command, imap-arrival-filter)
7662         (imap-debug): Use imap-*-buffer.
7663
7664         * nndoc.el (nndoc-article-type): Add mailman.
7665         (nndoc-type-alist): Ditto.
7666         (nndoc-mailman-type-p): New function.
7667
7668 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7669
7670         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
7671         gnus-art.el.
7672
7673 2001-09-27  Simon Josefsson  <jas@extundo.com>
7674
7675         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
7676         (gnus-topic-catchup-articles): New function. Suggested by Robin
7677         S. Socha <robin-dated-1001857693.185e29@socha.net>.
7678
7679 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7680         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
7681
7682         * gnus-ems.el (gnus-article-display-xface): Insert xface after
7683         previous ones.
7684
7685 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7686         From Daiki Ueno  <ueno@unixuser.org>
7687
7688         * gnus-sum.el (gnus-summary-show-article): The arglist of
7689         detect-coding-region is incompatible.
7690
7691 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7692         From Katsuhiro Hermit Endo <hermit@koka-in.org>
7693
7694         * gnus-group.el (gnus-group-delete-group): Typo.
7695
7696 2001-09-26  Simon Josefsson  <jas@extundo.com>
7697
7698         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
7699
7700         * nnimap.el (nnimap-expiry-target): Use temp buffer.
7701
7702 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7703
7704         * gnus-cus.el (gnus-group-parameters): Display as sexp.
7705
7706 2001-09-22  Simon Josefsson  <jas@extundo.com>
7707
7708         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
7709
7710         * nnfolder.el (nnfolder-open-marks): Ditto.
7711
7712         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
7713         (gnus-update-marks): Use it.
7714         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
7715         hardcoded list.
7716
7717         * gnus.el (gnus-article-special-mark-lists): Add killed.
7718         (gnus-article-unpropagated-mark-lists): New constant.
7719
7720 2001-09-22  Simon Josefsson  <jas@extundo.com>
7721
7722         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
7723         custom option.
7724
7725 2001-09-23  Simon Josefsson  <jas@extundo.com>
7726
7727         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
7728
7729 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7730
7731         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
7732
7733 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
7734
7735         * gnus-group.el (gnus-group-sort-function): Fix customize type to
7736         accept lists of functions.
7737
7738 2001-09-20  Simon Josefsson  <jas@extundo.com>
7739
7740         * gnus-group.el (gnus-group-catchup): Update expire marks in
7741         backend.  Also, if ALL also set expire marks on tick/dormant.
7742
7743 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7744
7745         * message.el (message-tab-body-function): New variable.
7746         * message.el (message-tab): Use it.
7747
7748 2001-09-19  Sam Steingold  <sds@gnu.org>
7749
7750         * gnus-win.el (gnus-buffer-configuration): Respect
7751         `gnus-bug-create-help-buffer'.
7752
7753 2001-09-18  Simon Josefsson  <jas@extundo.com>
7754
7755         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
7756         (gnus-parse-simple-format): Re-revert.
7757
7758 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
7759         Trivial patch.
7760
7761         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
7762         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
7763
7764 2001-09-18  Simon Josefsson  <jas@extundo.com>
7765
7766         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
7767         signed.
7768         (gnus-parse-simple-format): Don't use it.
7769
7770 2001-09-17  Miles Bader  <miles@gnu.org>
7771
7772         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
7773         error querying a backend abort the whole process.
7774
7775 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7776
7777         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
7778         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
7779
7780 2001-09-17  Didier Verna  <didier@xemacs.org>
7781
7782         * nndiary.el: version 0.2-b14.
7783         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
7784         compatibility problem with XEmacs 21.1.
7785
7786 2001-09-15  Simon Josefsson  <jas@extundo.com>
7787
7788         * gnus-group.el (gnus-group-line-format): Document %c.
7789
7790         * nnml.el (nnml-parse-head): Handle CRLF files.
7791         (nnml-generate-nov-file): Ditto.
7792         (nnml-retrieve-headers): Ditto.
7793
7794 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
7795
7796         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
7797
7798 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
7799
7800         * gnus-spec.el (gnus-correct-substring): Still stopped one
7801         character before we wanted (never included last character).
7802         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
7803         add missing "," (once per function)
7804
7805 2001-09-14  Simon Josefsson  <jas@extundo.com>
7806
7807         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
7808         (otherwise e.g. gnus-agentize in .gnus overrides the customized
7809         default before gnus-group is loaded and the variable set.)
7810
7811         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
7812         killed or unsent marks.
7813
7814         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
7815         isn't an article to set it on (e.g. when you `a' in a group).
7816
7817 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7818
7819         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
7820         can read e-mails from Microsoft Outlook users not using ISO
7821         8859-2 character set.
7822
7823 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7824
7825         * gnus-diary.el: Minor modifications to avoid warnings.
7826         (gnus-summary-misc-menu): defvar.
7827         (gnus-diary-check-message): Use gnus-point-at-eol.
7828         (gnus-diary-kill-entire-line): eval-and-compile.
7829
7830 2001-09-12  Didier Verna  <didier@xemacs.org>
7831
7832         * nndiary.el: new version (0.2-b13).
7833         * nndiary.el (nndiary-mail-sources): doc update.
7834         * nndiary.el (nndiary-split-methods): ditto.
7835         * nndiary.el (nndiary-request-accept-article-hooks): New.
7836         * nndiary.el (nndiary-request-accept-article): use it, check
7837         message validity.
7838         * nndiary.el (nndiary-get-new-mail): changed default to nil.
7839         * nndiary.el (nndiary-schedule): fix bug (misplaced
7840         condition-case): it didn't return nil on error.
7841         * gnus-diary.el: new version.
7842         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
7843         * gnus-diary.el (gnus-diary-header-value-history): New.
7844         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
7845         * gnus-diary.el (gnus-diary-add-header): New.
7846         * gnus-diary.el (gnus-diary-check-message): New.
7847         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
7848         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
7849
7850 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7851
7852         * gnus-sum.el (gnus-select-newsgroup): Make
7853         `gnus-current-select-method' buffer-local.
7854
7855         * gnus-art.el (gnus-request-article-this-buffer): Refer
7856         `gnus-current-select-method' in the current summary buffer.
7857
7858 2001-09-10  Simon Josefsson  <jas@extundo.com>
7859         From Daniel Pittman <daniel@rimspace.net>
7860
7861         * gnus-spec.el (gnus-correct-pad-form): Fix.
7862
7863 2001-09-09  Simon Josefsson  <jas@extundo.com>
7864
7865         * mm-decode.el (mm-inline-media-tests): Add
7866         application/x-emacs-lisp.
7867         (mm-attachment-override-types): Add
7868         application/{x-,}pkcs7-signature.
7869
7870         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
7871         (gnus-server-line-format, gnus-server-mode-line-format)
7872         (gnus-server-browse-in-group-buffer): Customize.
7873
7874 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7875
7876         * nnml.el (nnml-marks-changed-p): Typo.
7877         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
7878         (nnml-marks-changed-p): Use gnus-gethash.
7879         (nnml-marks-modtime): Use gnus-make-hashtable.
7880
7881         * nnfolder.el (nnfolder-marks-changed-p): Typo.
7882         (nnfolder-request-expire-articles, nnfolder-save-marks)
7883         (nnfolder-open-marks): Typo.
7884         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
7885         (nnfolder-marks-changed-p): Use gnus-gethash.
7886         (nnfolder-marks-modtime): Use gnus-make-hashtable.
7887
7888 2001-09-08  Simon Josefsson  <jas@extundo.com>
7889
7890         * nnfolder.el (nnfolder-marks-modtime): New variable.
7891         (nnfolder-marks-changed-p): New function.
7892         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
7893         (nnfolder-request-update-info): Don't update if marks didn't change.
7894
7895         * nnml.el (nnml-marks-modtime): New variable.
7896         (nnml-marks-changed-p): New function.
7897         (nnml-save-marks, nnml-open-marks): Save modtime.
7898         (nnml-request-update-info): Don't update if marks didn't change.
7899
7900         * gnus-agent.el (gnus-agent-any-covered-gcc)
7901         (gnus-agent-add-server, gnus-agent-remove-server): Use
7902         gnus-agent-method-p.
7903
7904         * gnus-art.el (gnus-buttonized-mime-types): New variable.
7905         (gnus-unbuttonized-mime-type-p): Use it.
7906
7907         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
7908         fetch group.
7909
7910 2001-09-08  Simon Josefsson  <jas@extundo.com>
7911         From Daniel Pittman <daniel@rimspace.net>
7912
7913         * gnus-spec.el (gnus-correct-pad-form): New function.
7914         (gnus-parse-simple-format): Use it.
7915
7916 2001-09-07  Simon Josefsson  <jas@extundo.com>
7917
7918         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
7919         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
7920         Putnam <reader@newsguy.com>.
7921         (gnus-group-sort-selected-groups): Touch dribble file.
7922
7923 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
7924
7925         * nnml.el (nnml-filenames-are-evil): New variable.
7926         (nnml-article-to-file-alist): Rename to ...
7927         (nnml-current-group-article-to-file-alist): ... this.
7928         Respect `nnml-filenames-are-evil'.
7929         (nnml-active-number): Update.
7930         (nnml-update-file-alist): Update.
7931         (nnml-request-article): Use nnheader-article-to-file-alist.
7932         (nnml-request-rename-group): Likewise.
7933
7934 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7935
7936         * gnus-sum.el (gnus-summary-insert-line): Fix.
7937
7938 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
7939
7940         * gnus-sum.el: Bind g-s-t-s to "W g".
7941         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
7942         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
7943         display of graphical smilies.
7944
7945 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7946
7947         * gnus-start.el (gnus-setup-news): A typo.
7948         From Bill White <billw@wolfram.com>.
7949
7950 2001-09-06  Simon Josefsson  <jas@extundo.com>
7951
7952         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
7953         and unseen marks.
7954
7955 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7956
7957         * nnmail.el (nnmail-split-fancy): Document `junk'.
7958
7959 2001-09-04  Simon Josefsson  <jas@extundo.com>
7960
7961         * imap.el (imap-search): Don't error if server is broken.
7962
7963 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
7964
7965         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
7966         searching for an article that isn't in the mbox.
7967
7968 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7969
7970         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
7971         right, and get all the comments.
7972
7973 2001-09-02  Simon Josefsson  <jas@extundo.com>
7974         Suggested by Dan Christensen <jdc+news@uwo.ca>
7975
7976         * nnfolder.el (nnfolder-request-update-info): Fix message.
7977
7978         * nnml.el (nnml-request-update-info): Ditto.
7979
7980 2001-09-01  Simon Josefsson  <jas@extundo.com>
7981
7982         * nnml.el (nnml-request-expire-articles): Also bind
7983         `nnml-current-group' and `nnml-article-file-alist' when using
7984         expiry-target. (Otherwise nnml will be in a inconsistent internal
7985         state causing all kind of problems.)
7986         (nnml-request-expire-articles): If `nnml-article-to-file' or
7987         `file-attributes' failes, return article as un-expirable instead
7988         of treating it as expired.
7989
7990 2001-08-31  Sam Steingold  <sds@gnu.org>
7991
7992         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
7993         typo: `exmine' --> `examine'.
7994
7995 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7996
7997         * nndoc.el (nndoc-forward-type-p): It is not a digest.
7998
7999 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8000
8001         * nnml.el (nnml-check-directory-twice): Remove.
8002         (nnml-retrieve-headers): Ditto.
8003         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
8004
8005 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8006
8007         * nnheader.el (nnheader-directory-files-is-safe): No need to read
8008         directory twice on Windows, or on GNU Emacs-21.
8009
8010 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8011
8012         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
8013         (nnml-request-rename-group): Ditto.
8014         (nnml-active-number): Ditto.
8015         (nnml-request-create-group): Use nnml-directory-articles.
8016         (nnml-request-expire-articles): Use nnml-directory-articles, which
8017         gets list from nov database if available.
8018         (nnml-get-nov-buffer): New function.
8019         (nnml-open-nov): Use it.
8020         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
8021         gets alist from nov database if available.
8022         (nnml-directory-articles): New function.
8023         (nnml-article-to-file-alist): New function.
8024
8025 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8026
8027         * mm-decode.el (mm-display-external): Use `name' as filename, if
8028         `filename' attribute is not present.
8029
8030 2001-08-30  Andrew Innes  <andrewi@gnu.org>
8031
8032         * mail-source.el (mail-source-flash): New defcustom.
8033         (mail-source-new-mail-p): Ring visible bell if appropriate.
8034         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
8035         timer is cleared even if mail check signals an error.
8036
8037 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8038
8039         * gnus-sum.el (gnus-summary-move-article): Only update marks of
8040         type 'list.
8041
8042 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8043
8044         * flow-fill.el (fill-flowed): eol might be point-max.
8045
8046 2001-08-27  Simon Josefsson  <jas@extundo.com>
8047
8048         * nnml.el (nnml-request-update-info): Fix message.
8049         (nnml-open-marks): Ditto.
8050
8051         * nnfolder.el (nnfolder-request-update-info):
8052         (nnfolder-open-marks): Fix message.
8053
8054 2001-08-25  Simon Josefsson  <jas@extundo.com>
8055
8056         * nnfolder.el (nnfolder-save-marks): Don't create directory named
8057         after group in ~/.
8058
8059 2001-08-25  Simon Josefsson  <jas@extundo.com>
8060         From Andreas Jaeger  <aj@suse.de>
8061
8062         * nnfolder.el (nnfolder-open-marks): Fix typo.
8063         * nnml.el (nnml-open-marks): Likewise.
8064
8065 2001-08-25  Simon Josefsson  <jas@extundo.com>
8066
8067         Make nnfolder groups self-contained as far as marks are concerned.
8068
8069         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
8070         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
8071         (nnfolder-open-server): Make marks directory.
8072         (nnfolder-request-delete-group): Delete marks file.
8073         (nnfolder-request-delete-group): Check of nov/marks file exist
8074         before deleting.
8075         (nnfolder-request-rename-group): Rename marks file.
8076         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
8077         (nnfolder-request-set-mark, nnfolder-request-update-info)
8078         (nnfolder-group-marks-pathname, nnfolder-save-marks)
8079         (nnfolder-open-marks): New functions.
8080         (top-level): Require gnus.
8081
8082 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8083
8084         * nnweb.el (nnweb-type-definition): Use google raw file.
8085         (nnweb-google-parse-1): Ditto.
8086         (nnweb-google-identity): Ditto.
8087         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
8088         (nnweb-altavista-wash-article): Ditto.
8089         (nnweb-request-article): Remove nnweb-decode-entities.
8090
8091         * nnml.el: Require 'gnus.
8092
8093 2001-08-25  Simon Josefsson  <jas@extundo.com>
8094
8095         * nnml.el (nnml-marks-is-evil): Add doc.
8096
8097 2001-08-25  Simon Josefsson  <jas@extundo.com>
8098
8099         * nnml.el (nnml-save-marks): Wrap saving marks in a
8100         condition-case, to allow user to start Gnus if saving marks failed
8101         for some reason.
8102
8103 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8104
8105         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
8106
8107         * gnus-group.el (gnus-update-group-mark-positions): Bind
8108         gnus-group-update-hook to nil.
8109
8110 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8111
8112         * mml.el (mml-generate-mime-1): Force as multibyte string.
8113
8114 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8115
8116         * gnus-sum.el (gnus-summary-insert-line)
8117         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
8118         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
8119
8120         * gnus-spec.el (gnus-correct-substring): Take optional END.
8121
8122         * nnrss.el (nnrss-request-article): Remove \n.
8123         (nnrss-retrieve-headers): Lines number is -1.
8124
8125 2001-08-24  Simon Josefsson  <jas@extundo.com>
8126
8127         * gnus-group.el (gnus-info-clear-data): Call
8128         nnfoo-request-set-mark to propagate marks.  Fix bug:
8129         `gnus-group-update-line' doesn't update read range unless we call
8130         `gnus-get-unread-articles-in-group' first.
8131
8132         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
8133         to server.
8134
8135 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8136
8137         * gnus-util.el (gnus-create-info-command): Return an interactive
8138         function.
8139
8140 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8141         From Katsumi Yamaoka <yamaoka@jpl.org>
8142
8143         * gnus-spec.el (gnus-parse-complex-format): Use equal.
8144
8145 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8146
8147         * gnus-sum.el (gnus-select-newsgroup): Use it.
8148
8149         * gnus-util.el (gnus-not-ignore): New function.
8150
8151         * lpath.el (featurep): Don't fbind char-int.
8152
8153         * gnus-util.el (gnus-create-info-command): New function.
8154
8155         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
8156         right node.
8157
8158         * gnus-sum.el (gnus-select-newsgroup): Clean up.
8159         (gnus-summary-limit-children): Use 'identity instead of `all'.
8160         (gnus-summary-limit-to-display-predicate): New command and
8161         keystroke.
8162
8163 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8164
8165         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
8166
8167         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
8168
8169 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8170
8171         * gnus-spec.el: Add the Gnus version.
8172         (gnus-update-format-specifications): If the Gnus version changes,
8173         nix out the format spec cache.
8174
8175         * gnus.el (gnus-continuum-version): Made into a command and
8176         optionalize the VERSION.
8177
8178         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
8179         the start of the lines.
8180
8181 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8182
8183         * gnus.el (gnus-visual-p): Define function before use of
8184         function.
8185
8186 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8187
8188         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
8189         (gnus-article-mark-to-type): New function.
8190         (gnus-update-missing-marks): Only update marks of type 'list.
8191
8192         * gnus.el (gnus-article-special-mark-lists): New variable.
8193
8194 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8195
8196         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
8197         (gnus-select-newsgroup): Still use 'all.
8198         (gnus-summary-initial-limit): Comparing with 'all.
8199
8200 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8201
8202         * gnus-start.el (gnus-activate-group): If dont-check, don't update
8203         active.
8204
8205 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8206
8207         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
8208         nnslashdot-*-retrieve-headers.
8209         (nnslashdot-request-article): Fix for slashcode 2.2.
8210         (nnslashdot-make-tuple): New function.
8211         (nnslashdot-read-groups): Use it.
8212
8213 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8214
8215         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
8216         list.
8217
8218         * gnus-sum.el (gnus-summary-move-article): Don't select article.
8219
8220 2001-08-20  Simon Josefsson  <jas@extundo.com>
8221
8222         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
8223         opened, error instead of continuing (and exploding later).
8224
8225 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8226
8227         * gnus.el (gnus-expand-group-parameters): Return the parameter
8228         list.
8229
8230         * gnus-sum.el (gnus-summary-show-article): Doc fix.
8231         (gnus-summary-show-article): Guess at charset if required.
8232
8233         * gnus-spec.el (gnus-correct-substring): Stopped one character
8234         before we wanted.
8235
8236 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8237
8238         * earcon.el (earcon-auto-play): Remove unused option.
8239
8240 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8241
8242         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
8243         message down in levels, since it happens very fast.
8244
8245         * smiley-ems.el (smiley-update-cache): Respect the symbol version
8246         of smiley-regexp-alist.
8247
8248         * mm-view.el (mm-inline-text): Ignore vcard errors.
8249
8250         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
8251
8252         * gnus-score.el (gnus-all-score-files): Use append instead of
8253         nconc.
8254
8255         * gnus.el (gnus-splash-face): Doc fix.
8256
8257         * mm-decode.el (mm-mailcap-command): Use
8258         mm-path-name-rewrite-functions.
8259         (mm-path-name-rewrite-functions): New variable.
8260
8261         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
8262         (gnus-complex-form-to-spec): Insert tab.
8263         (gnus-spec-tab): New function.
8264
8265         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
8266         entering the group.
8267
8268         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
8269         the positional spec.
8270         (gnus-parse-complex-format): React to %C.
8271
8272         * gnus-ems.el (gnus-char-width): Moved here.
8273
8274         * gnus-sum.el (gnus-select-newsgroup): Set
8275         gnus-newsgroup-articles.
8276         (gnus-unseen-mark): New variable.
8277         (gnus-newsgroup-unseen): Ditto.
8278         (gnus-newsgroup-seen): Ditto.
8279         (gnus-adjust-marked-articles): Use them.
8280         (gnus-update-marks): Use them.
8281         (gnus-summary-update-secondary-mark): Display.
8282         (gnus-summary-prepare-threads): Display.
8283
8284         * gnus-msg.el (gnus-inews-group-method): Use and return the
8285         method, not the server.
8286
8287 2001-08-19  Simon Josefsson  <jas@extundo.com>
8288
8289         * gnus-srvr.el (gnus-server-agent-face): New.
8290         (gnus-server-agent-face): New.
8291         (gnus-server-mode): Turn on font-lock-mode.
8292
8293         * gnus.el (gnus-server-visual): Add defgroup.
8294
8295 2001-08-19  Simon Josefsson  <jas@extundo.com>
8296         From Joe Casadonte <jcasadonte@northbound-train.com>
8297
8298         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
8299         gnus-server-denied-face): New.
8300         (gnus-server-opened-face, gnus-server-closed-face,
8301         gnus-server-denied-face): New.
8302         (gnus-server-font-lock-keywords): Add.
8303
8304 2001-08-19  Simon Josefsson  <jas@extundo.com>
8305
8306         * nnml.el (nnml-request-set-mark): Return nil.
8307         (nnml-save-marks): Use nnml-possibly-create-directory.
8308         (nnml-open-marks): Only work in temp buffer when inserting/reading
8309         .marks file.
8310
8311 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8312
8313         * gnus.el (gnus-expand-group-parameters): Fix.
8314
8315         * gnus-spec.el (gnus-char-width): New function.
8316         (gnus-correct-substring, gnus-correct-length): Use it.
8317
8318         * message.el (message-required-mail-headers): Fix doc.
8319
8320 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8321
8322         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
8323
8324         * mm-decode.el (mm-save-part-to-file): Insert the handle.
8325
8326 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8327
8328         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
8329         slashdot 2.2 (not fully fixed yet).
8330         (nnslashdot-request-article): Ditto.
8331
8332 2001-08-18  Simon Josefsson  <jas@extundo.com>
8333
8334         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
8335         nnimap.
8336
8337         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
8338         gnus-util.
8339         (nnimap-request-update-info-internal): Use new functions.
8340
8341         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
8342         new functions.
8343
8344 2001-08-18  Simon Josefsson  <jas@extundo.com>
8345
8346         Make nnml groups self-contained as far as marks are concerned.
8347
8348         * nnml.el (nnml-request-delete-group): Delete marks file.
8349         (nnml-request-rename-group): Move marks file.
8350         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
8351         variables.
8352         (nnml-request-set-mark, nnml-request-update-info): New server
8353         functions.
8354         (nnml-save-marks, nnml-open-marks): New functions.
8355
8356 2001-08-18  Simon Josefsson  <jas@extundo.com>
8357
8358         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
8359         `set' when setting marks.
8360
8361 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8362
8363         * gnus.el (gnus-info-find-node): Take an argument.
8364
8365         * gnus-art.el (gnus-button-handle-info): New function.
8366         (gnus-url-unhex-string): Replace "+" with " ".
8367
8368 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8369
8370         * message.el (message-check-news-header-syntax): Check bad From.
8371
8372 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8373
8374         * gnus-spec.el (gnus-correct-length): New function.
8375         (gnus-correct-substring): New function.
8376         (gnus-tilde-max-form): Use it.
8377
8378 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
8379
8380         * nnmh.el: Docstring changes as below.
8381
8382         * nnml.el: Docstring changes as below.
8383
8384         * nnbabyl.el: Docstring changes as below.
8385
8386         * nnmbox.el: Docstring changes as below.
8387
8388         * nnfolder.el: Added docstrings identifying each virtual server
8389         parameter.
8390
8391 2001-08-18  Simon Josefsson  <jas@extundo.com>
8392
8393         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
8394
8395 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
8396
8397         * message.el: rename "Abort Message" to "Postpone Message".
8398         Remove "Attach file as MIME" from Message menu, it's already in
8399         the MIME menu.
8400
8401 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8402
8403         * smime.el (smime-point-at-eol): eval-and-compile.
8404         (smime-make-temp-file): New function.
8405         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
8406         Use it.
8407
8408 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8409
8410         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
8411         (gnus-agent-summary-fetch-group): New command and keystroke.
8412
8413         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
8414         (gnus-mime-display-security): Make it respect
8415         gnus-unbuttonized-mime-type-p.
8416
8417         * gnus-sum.el (gnus-articles-to-read): Comments.
8418         (gnus-article-marked-p): New function.
8419         (gnus-summary-display-make-predicate): New function.
8420         (gnus-select-newsgroup): Use them.
8421
8422         * mm-decode.el (mm-save-part-to-file): Made it not error.
8423
8424 2001-08-17  Simon Josefsson  <jas@extundo.com>
8425
8426         * imap.el (imap-wait-for-tag): If process-status isn't open or
8427         run, return nil instead of sit-for looping.
8428
8429 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8430
8431         * lpath.el (featurep): fbind xml-parse-region.
8432
8433         * gnus.el (gnus-message-archive-method): Default to "archive".
8434         (gnus-message-archive-method): Doc fix.
8435         (gnus-parameters-get-parameter): Cleaned up.
8436         (gnus-expand-group-parameter): New function.
8437
8438         * gnus-start.el (gnus-setup-news): Push the archive server only
8439         the server list.
8440
8441         * mml.el (mml-menu): Changed name to "Attachments".
8442
8443         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
8444         when there is something to detroy.
8445
8446 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8447
8448         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
8449         nil.
8450
8451 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8452
8453         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
8454         which specifies a time today or tomorrow.
8455
8456 2001-08-15  Simon Josefsson  <jas@extundo.com>
8457         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
8458
8459         * gnus-agent.el (gnus-agent-make-mode-line-string)
8460         (gnus-agent-toggle-plugged): Use new API.
8461
8462 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8463
8464         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
8465         deadline has expired.
8466
8467 2001-08-12  Simon Josefsson  <jas@extundo.com>
8468         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
8469
8470         Support `recent' mark indicating newly arrived messages (to
8471         separate from old but unread messages).
8472
8473         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
8474         `nnmail-split-history' if recent is > 0.
8475         (nnimap-request-update-info-internal): Update `recent' marks.
8476         (nnimap-request-set-mark): Never set `recent' marks.
8477         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
8478         recent.
8479
8480         * gnus-sum.el (gnus-recent-mark): New mark.
8481         (gnus-newsgroup-recent): New variable.
8482         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
8483         (gnus-summary-prepare-threads): Mark recent articles.
8484         (gnus-summary-add-mark): Support recent.
8485         (gnus-summary-update-secondary-mark): Support recent.
8486
8487         * gnus.el (gnus-article-mark-lists): Add recent.
8488
8489 2001-08-12  Simon Josefsson  <jas@extundo.com>
8490
8491         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
8492         whether successful decoding took place.  Add doc.
8493
8494 2001-08-12  Simon Josefsson  <jas@extundo.com>
8495         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
8496
8497         * gnus.el (gnus-summary-line-format, gnus-parameters):
8498         * gnus-gl.el (gnus-summary-grouplens-line-format):
8499         * gnus-salt.el (gnus-summary-pick-line-format):
8500         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
8501
8502 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
8503         Committed by Kai Gro\e,b_\e(Bjohann.
8504
8505         * gnus-score.el (gnus-score-string): Fix `match' regexp
8506         for `extra' header case.
8507
8508 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8509
8510         * nnmbox.el (nnmbox-read-mbox): No warning.
8511
8512 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8513
8514         * nndoc.el (nndoc-article-type): Fix doc.
8515         (nndoc-generate-article-function): New variable.
8516         (nndoc-dissection-function): New variable.
8517         (nndoc-type-alist): Add oe-dbx.
8518         (nndoc-oe-dbx-type-p): New function.
8519         (nndoc-oe-dbx-dissection): New function.
8520         (nndoc-oe-dbx-generate-article): New function.
8521
8522 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8523
8524         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
8525         whether deadline has been reached.  Patch from Dan Nicolaescu
8526         <dann@godzilla.ics.uci.edu>.
8527
8528 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8529
8530         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
8531         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
8532         <rintaman@cs.Helsinki.FI>.
8533
8534         * mail-source.el (mail-source-movemail): The error buffer is
8535         modified, but nothing in it.
8536
8537 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8538
8539         * message.el (message-bogus-system-names): New variable.
8540         (message-make-fqdn): Use it.
8541
8542 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8543
8544         * nndraft.el (nndraft-request-group): Use
8545         nndraft-auto-save-file-name.
8546
8547 2001-08-09  Simon Josefsson  <jas@extundo.com>
8548
8549         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
8550         Don't ask whether to decrypt.  Just leave result in buffer (don't
8551         call mm).
8552
8553         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
8554         parts as well.
8555         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
8556         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
8557
8558 2001-08-09  Simon Josefsson  <jas@extundo.com>
8559
8560         * mm-decode.el (mm-insert-part): Return decoding success status.
8561         (mm-save-part-to-file): Error if decoding failed.
8562
8563 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8564
8565         * message.el (message-tab): Use indent-relative.
8566         (message-mode): Don't bind indent-line-function to indent-relative.
8567
8568 2001-08-09  Simon Josefsson  <jas@extundo.com>
8569
8570         * message.el (message-get-reply-headers): Fix string. Suggested by
8571         Christoph Conrad <cc@cli.de>.
8572
8573 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8574
8575         * message.el (message-tab): Use the current value of
8576         indent-line-function.
8577         (message-mode): Bind indent-line-function to indent-relative.
8578
8579 2001-08-08  Simon Josefsson  <jas@extundo.com>
8580
8581         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
8582         whether `imtest' is installed.
8583
8584 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8585         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
8586
8587         * gnus-sum.el (gnus-summary-show-article): Call
8588         gnus-summary-update-secondary-secondary-mark.
8589         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
8590         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
8591
8592 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8593
8594         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
8595
8596         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
8597
8598         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
8599         <gerd@gnu.org>.
8600
8601         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
8602
8603         * gnus-util.el (gnus-output-to-rmail): Ditto.
8604         (gnus-output-to-mail): Ditto.
8605
8606         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
8607
8608 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
8609
8610         * message.el (message-indent-citation): Use
8611         `message-yank-cited-prefix' for empty lines.
8612
8613 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
8614
8615         * message.el (message-indent-citation): Quote only lines starting
8616         with ">" using `message-yank-cited-prefix'.
8617
8618 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
8619         Trivial patch.
8620
8621         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
8622         gnus-cache-fully-p.
8623
8624 2001-08-04  Simon Josefsson  <jas@extundo.com>
8625
8626         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
8627         file if it doesn't exist (by calling gnus-cache-read-active).
8628
8629 2001-08-04  Simon Josefsson  <jas@extundo.com>
8630
8631         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
8632         (gnus-cache-passively-or-fully-p): Removed.
8633         (gnus-cache-fully-p): Fix it.
8634
8635         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
8636
8637 2001-08-04  Simon Josefsson  <jas@extundo.com>
8638
8639         * gnus-cache.el (gnus-cache-fully-p)
8640         (gnus-cache-passively-or-fully-p): New functions.
8641         (gnus-cache-possibly-enter-article): Cosmetic change, use
8642         `g-c-p-o-f-p'.
8643         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
8644         was bogus (`g-c-p-a-a' does not change active info, just change
8645         the functions parameters).
8646         (gnus-cache-possibly-remove-articles-1): Make sure articles are
8647         not removed in groups that match `gnus-uncacheable-groups'.
8648
8649         Reported and modifications based on discussions with Nuutti
8650         Kotivuori <nuutti.kotivuori@smarttrust.com>.
8651
8652 2001-08-04  Simon Josefsson  <jas@extundo.com>
8653         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
8654
8655         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
8656         calls `gnus-cache-update-active' if bounds has been extended.
8657
8658 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8659
8660         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
8661         before remove.
8662         (gnus-mime-security-show-details): Ditto.
8663
8664 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8665
8666         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
8667         syntax.  Protect string-match against nil string and regexp.
8668
8669 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8670
8671         * mm-util.el (mm-find-charset-region): Remove control-1.
8672
8673 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8674
8675         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
8676
8677 2001-08-04  Simon Josefsson  <jas@extundo.com>
8678
8679         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
8680         buffer.  Delete MIME-Version header.
8681
8682 2001-08-03  Simon Josefsson  <jas@extundo.com>
8683
8684         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
8685         that is entered does not necessarily have the highest article
8686         number in the group, so use `gnus-cache-possibly-alter-active'
8687         instead of `gnus-cache-update-active'.
8688
8689 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8690
8691         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
8692
8693 2001-08-03  Simon Josefsson  <jas@extundo.com>
8694
8695         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
8696         menu.
8697
8698 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8699
8700         * gnus.el (post-method): New group parameter.  It also provides
8701         the user option `gnus-post-method-alist' and the internal function
8702         `gnus-parameter-post-method'.
8703
8704         * gnus-msg.el (gnus-post-method): Bind the value of
8705         `gnus-post-method' to the group parameter if it is defined.
8706
8707 2001-08-02  Simon Josefsson  <jas@extundo.com>
8708
8709         * smime.el (smime-extra-arguments): Removed.
8710         (smime-call-openssl-region): Don't use it.
8711
8712 2001-08-02  Simon Josefsson  <jas@extundo.com>
8713
8714         * smime.el (smime-sign-region): Handle stderr.
8715         (smime-encrypt-region): Ditto.
8716
8717         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
8718         match the ASN.1 length bytes.
8719         (mm-pkcs7-enveloped-magic): Ditto.
8720         (mm-view-pkcs7-get-type): Don't regexp quote.
8721
8722 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8723         From Andreas Fuchs <asf@void.at>
8724
8725         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
8726
8727 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8728
8729         * gnus-art.el (gnus-header-button-alist): References regexp.
8730
8731 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
8732
8733         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
8734         already fboundp.  Add INTERACTIVE arg to autoload form.
8735
8736 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8737
8738         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
8739
8740         * nnmail.el (nnmail-cache-open): Ditto.
8741
8742 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8743
8744         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
8745
8746 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8747
8748         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
8749
8750 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8751         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8752
8753         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
8754         (gnus-agent-toggle-plugged): Use it.
8755
8756 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
8757
8758         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
8759         (gnus-ding-file-coding-system): New variable.
8760         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
8761         (gnus-slave-save-newsrc): Use it.
8762
8763 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8764
8765         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
8766         syntax.
8767
8768 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8769         Originally from Andreas Fuchs <asf@void.at>
8770
8771         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
8772         (mml2015-gpg-pretty-print-fpr): New function.
8773         (mml2015-gpg-extract-signature-details): More details, rename from
8774         `m-g-e-from'.
8775         (mml2015-gpg-verify): Use them.
8776         (mml2015-gpg-clear-verify): Use them.
8777
8778 2001-07-31  Simon Josefsson  <jas@extundo.com>
8779
8780         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
8781         buffer when done.
8782
8783 2001-07-30  Simon Josefsson  <jas@extundo.com>
8784
8785         * smime.el (smime-call-openssl-region): Revert previous change,
8786         just pass on buf to `call-process-region'.
8787         (smime-verify-region): Doc fix.  Don't message stuff.  Use
8788         `smime-new-details-buffer'.  Inserts error messages into buffer.
8789         (smime-noverify-region): Ditto.
8790         (smime-decrypt-region): Ditto.  Handles stderr separately.
8791         (smime-verify-buffer, smime-noverify-buffer)
8792         (smime-decrypt-buffer): Doc fix.
8793         (smime-new-details-buffer): New function.
8794         (smime-pkcs7-region, smime-pkcs7-certificates-region)
8795         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
8796         (smime-sign-region, smime-encrypt-region): Don't use
8797         `insert-buffer'.
8798
8799         * mml-smime.el (mml-smime-verify): Fix security button strings.
8800
8801 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8802
8803         * gnus-art.el (gnus-mime-save-part-and-strip): Save
8804         gnus-article-mime-handles.
8805
8806 2001-07-29  Simon Josefsson  <jas@extundo.com>
8807
8808         * mail-source.el (top-level): Require message for message-directory.
8809         (mail-source-directory): Change default to message-directory.
8810
8811         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
8812         (smime-certificate-directory, smime-openssl-program)
8813         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
8814         (smime-extra-arguments): New variable.
8815         (smime-dns-server): Fix customize group.
8816         (smime-call-openssl-region): Use `smime-extra-arguments'.
8817
8818 2001-07-29  Simon Josefsson  <jas@extundo.com>
8819         From Vladimir Volovich <vvv@vsu.ru>
8820
8821         * smime.el (smime-call-openssl-region): Ignore stderr.
8822
8823 2001-07-29  Simon Josefsson  <jas@extundo.com>
8824         From Christoph Conrad <christoph.conrad@gmx.de>
8825
8826         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
8827         file.
8828
8829 2001-07-29  Simon Josefsson  <jas@extundo.com>
8830
8831         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
8832
8833         Support S/MIME decryption.
8834
8835         * mm-decode.el (mm-inline-media-tests):
8836         (mm-inlined-types):
8837         (mm-automatic-display):
8838         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
8839
8840         * mm-view.el (mm-pkcs7-signed-magic):
8841         (mm-pkcs7-enveloped-magic): New variables.
8842         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
8843         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
8844         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
8845         PKCS#7 blobs.
8846
8847         * smime.el (smime-decrypt-region): Expand keyfile.
8848
8849 2001-07-29  Simon Josefsson  <jas@extundo.com>
8850
8851         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
8852         `ssl.el' variables.
8853
8854         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
8855         but line instead of narrowing to it, because `nnmail-parse-active'
8856         calls widen.  Thanks to Christoph Conrad
8857         <christoph.conrad@gmx.de>.
8858
8859 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8860
8861         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
8862         for %B spec.
8863
8864         * gnus-sum.el (gnus-summary-prepare-threads): If
8865         gnus-sum-thread-tree-root is nil, use subject instead.
8866         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
8867         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
8868         (gnus-sum-thread-tree-leaf-with-other)
8869         (gnus-sum-thread-tree-single-leaf): Documentation.
8870         (gnus-sum-thread-tree-single-indent): Allow nil.
8871
8872 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8873
8874         * message.el (message-fill-paragraph): Do nothing if the user
8875         wants filladapt-mode.
8876
8877 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8878
8879         * mm-decode.el (mm-image-type-from-buffer): New function.
8880         (mm-get-image): Use it.
8881
8882 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8883
8884         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
8885
8886         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
8887         mm-display-parts too.
8888
8889 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8890
8891         * nnfolder.el (nnfolder-request-accept-article): Bind
8892         nntp-server-buffer.
8893
8894         * nnmail.el (nnmail-parse-active): Read from buffer instead of
8895         nntp-server-buffer.
8896
8897 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8898
8899         * message.el (message-check-news-header-syntax): Use
8900         message-post-method.
8901         (message-send-news): Bind message-post-method.
8902
8903 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8904
8905         * mml.el (mml-tweak-type-alist): New variable.
8906         (mml-tweak-function-alist): New variable.
8907         (mml-tweak-part): New function.
8908         (mml-generate-mime-1): Use it.
8909
8910 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8911
8912         * nnfolder.el (nnfolder-request-accept-article): Replace
8913         nnfolder-request-list.
8914
8915 2001-07-27  Simon Josefsson  <jas@extundo.com>
8916
8917         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
8918         nnoo-change-server failed to do it.
8919
8920 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8921
8922         * gnus.el (gnus-parameters): Make it customizable.
8923
8924 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8925
8926         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
8927
8928         * message.el (message-set-auto-save-file-name): More
8929         poor-system-types.
8930
8931         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
8932
8933         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
8934         supports +.
8935
8936 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8937
8938         * mm-decode.el (mm-readable-p): New function.
8939         (mm-inline-media-tests): Fix the default testers.
8940
8941 2001-07-26  Simon Josefsson  <jas@extundo.com>
8942
8943         * nnimap.el (nnimap-version): Bump version number.
8944
8945 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8946         From Steven E. Harris <seh@speakeasy.org>
8947
8948         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
8949         in M$Windows too.
8950
8951 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8952
8953         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
8954
8955 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8956
8957         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
8958
8959         * mm-decode.el (mm-get-image): Guess then use the type.
8960
8961         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
8962
8963 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
8964
8965         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
8966         display (%B) for threads if threading is off.
8967
8968 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8969         From Henrik Enberg <henrik@enberg.org>
8970
8971         * gnus-msg.el: Customization patch.
8972
8973 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
8974
8975         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
8976         variable.
8977         (nnmail-split-fancy-with-parent): Ignore certain groups.
8978
8979 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8980
8981         * gnus-util.el (gnus-byte-compile): New function.
8982         (gnus-use-byte-compile): New variable.
8983         (gnus-make-sort-function): Use it.
8984
8985         * nnmail.el (nnmail-get-new-mail): Use it.
8986
8987         * gnus-agent.el (gnus-category-make-function): Simple function or
8988         compiled function.
8989         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
8990
8991         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
8992         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
8993         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
8994
8995         * message.el (message-check-news-header-syntax): Remove quote.
8996
8997 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8998
8999         * message.el (message-use-mail-followup-to): `t' is not a
9000         documented value.
9001
9002 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9003
9004         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
9005
9006 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9007
9008         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
9009         there are long lines.
9010
9011 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9012
9013         * dgnushack.el (copy-list): New compiler macro.
9014
9015 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9016
9017         * message.el (message-bounce): If no Return-Path, the whole
9018         content is considered as the original message.
9019
9020         * nnml.el (nnml-check-directory-twice): New variable.
9021         (nnml-article-to-file): Use it.
9022         (nnml-retrieve-headers): Hack it.
9023
9024 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9025
9026         * gnus-win.el (gnus-buffer-configuration): New configure.
9027
9028         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
9029         not alive.
9030
9031         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
9032         (mm-display-external): Use display-term configure.
9033
9034 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9035
9036         * gnus-delay.el (gnus-delay-default-hour): New variable.
9037         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
9038
9039 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9040         From Karl Kleinpaste <karl@charcoal.com>
9041
9042         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
9043         (gnus-summary-prepare-threads): Ditto.
9044
9045         * gnus.el (gnus-summary-line-format): Add %B.
9046
9047 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9048
9049         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
9050
9051         * mm-util.el (mm-string-as-multibyte): New function.
9052
9053         * nnmh.el (nnmh-request-list-1): Encode, not decode!
9054
9055 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9056
9057         * mm-util.el (mm-universal-coding-system): New variable.
9058
9059         * gnus-start.el (gnus-startup-file-coding-system): Use it.
9060
9061         * score-mode.el (score-mode-coding-system): Use it.
9062
9063 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9064
9065         * gnus-start.el (gnus-setup-news): Call
9066         `gnus-check-bogus-newsgroups' just after the native server is
9067         opened.
9068
9069 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9070
9071         * nnmail.el (nnmail-do-request-post): Util function to be used by
9072         `nnchoke-request-post' for all nnmail-derived backends.
9073
9074         * nnml.el (nnml-request-post): Use it.
9075
9076         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
9077         backend, for it groks nnml-request-post.
9078
9079         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
9080         Treat `mail-post' backends like `mail' backends, not like `news'
9081         backends.
9082
9083 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9084
9085         * gnus-msg.el (gnus-setup-message): make-local-hook.
9086
9087 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9088
9089         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
9090         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
9091         <karl@charcoal.com>, slightly changed by Kai.
9092
9093         * message.el (message-check-news-header-syntax): When checking
9094         whether the groups exist, check the right server based on
9095         `gnus-post-method'.
9096
9097 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9098
9099         * gnus-delay.el: New file.
9100
9101 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9102
9103         * mm-util.el (mm-read-coding-system): Take two arguments.
9104
9105         * gnus-sum.el (gnus-summary-show-article): Use
9106         mm-read-coding-system.
9107
9108         * gnus-art.el (article-de-quoted-unreadable):
9109         (article-de-base64-unreadable, article-wash-html):
9110         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
9111
9112 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9113
9114         * nnml.el (nnml-request-post): New function.  Can be used for
9115         annotations in nnml groups.
9116
9117 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9118
9119         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
9120         command.
9121
9122         * gnus-start.el (gnus-find-new-newsgroups): Use
9123         `message-make-date' instead of `current-time-string'.
9124         (gnus-ask-server-for-new-groups): Ditto.
9125         (gnus-check-first-time-used): Ditto.
9126
9127 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9128
9129         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
9130
9131 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
9132
9133         * message.el (message-shorten-references): Change `maxcount' and
9134         `cut' to obey USEFOR draft 5.
9135
9136 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
9137
9138         * gnus-sum.el (gnus-summary-display-arrow): New variable.
9139         (gnus-summary-set-article-display-arrow): New function.
9140         (gnus-summary-goto-subject): Use it.
9141
9142 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9143
9144         * gnus-sum.el (gnus-summary-import-article): Insert date if
9145         doesn't exist.
9146
9147 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9148
9149         * mml.el (mml-content-type-parameters): New variable.
9150         (mml-content-disposition-parameters): New variable.
9151         (mml-insert-mime-headers): Use them.
9152         (mml-parse-1): Accept charset.
9153
9154 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9155
9156         * gnus-group.el (gnus-group-select-group): Doc fix.
9157
9158         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
9159
9160 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9161
9162         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
9163         to handle `define-derived-mode'.
9164
9165 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9166         From:  Stefan Monnier  <monnier@cs.yale.edu>
9167
9168         * message.el (message-mode): Use define-derived-mode.
9169         (message-tab): message-completion-alist.
9170
9171         * imap.el (imap-interactive-login): Use make-local-variable.
9172         (imap-open): Ditto.
9173         (imap-authenticate): Ditto.
9174
9175         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
9176
9177         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
9178
9179 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9180
9181         * message.el (message-citation-line-function): Refer to
9182         gnus-cite-attribution-suffix.
9183
9184 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9185
9186         * gnus-art.el,...: Error convention changes.
9187
9188 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9189
9190         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
9191
9192 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9193
9194         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
9195         (nnrss-read-server-data): Ditto.
9196
9197 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9198
9199         * gnus-setup.el (gnus-use-installed-gnus): Typo.
9200         * Cleanup files.
9201         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
9202
9203 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9204
9205         * gnus.el (gnus-summary-line-format): Add %o.
9206
9207         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
9208         unless shell outputs something.
9209
9210 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9211
9212         * gnus-art.el (gnus-boring-article-headers): Better doc.
9213         (article-hide-headers): Better regexp.
9214         Suggested by Matt Swift <swift@alum.mit.edu>.
9215
9216         * nnheader.el (nnheader-max-head-length): Better doc.
9217         (nnheader-header-value): Skip spaces.
9218         (nnheader-parse-head): Remove space.
9219         Suggested by Matt Swift <swift@alum.mit.edu>.
9220
9221         * gnus-sum.el (gnus-summary-show-raw-article): New function.
9222         (gnus-get-newsgroup-headers): Remove space.
9223
9224 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9225
9226         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
9227         (gnus-summary-reply): Use it.
9228         (gnus-summary-reply-broken-reply-to): New function.
9229         (gnus-msg-force-broken-reply-to): New function.
9230
9231         * mm-view.el (mm-inline-text): Showing as text/plain when error.
9232
9233 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9234
9235         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
9236
9237 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9238
9239         * mm-decode.el (mm-external-terminal-program): New variable.
9240         (mm-display-external): Use it. Use term to display when no
9241         window-system.
9242
9243 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
9244
9245         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
9246         Browse->Next entries to Browse->Prev
9247
9248 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9249
9250         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
9251
9252 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9253
9254         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
9255         for the default encoding.
9256
9257         * nnrss.el (nnrss-url-field): New field.
9258         (nnrss-request-article): Add newsgroups.
9259
9260         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
9261
9262 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9263
9264         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
9265
9266         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
9267         (gnus-draft-setup): Remove backlog.
9268
9269 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9270
9271         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
9272         Cleanup.
9273
9274 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9275
9276         * gnus-msg.el (gnus-bug): Erase buffer.
9277
9278         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
9279
9280 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9281
9282         * mm-decode.el (mm-attachment-override-p): Fix typo.
9283
9284 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
9285
9286         * gnus-kill.el (gnus-execute): Work with the extra headers.
9287         * gnus-sum.el (gnus-summary-execute-command): Ditto.
9288
9289 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9290
9291         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
9292         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
9293
9294         * message.el (message-send-mail-real-function): New variable.
9295         (message-send-mail-partially, message-send-mail):
9296
9297         * nngateway.el (nngateway-request-post): Use it.
9298
9299         * gnus-agent.el (gnus-agentize): Use it.
9300
9301         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
9302         (nnsoup-revert-variables): Use it.
9303
9304 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
9305
9306         * mm-decode.el (mm-inline-media-tests): Default to displaying as
9307         text/plain if the type doesn't match any other media types.
9308         (mm-inlined-types): Doc fix.
9309         (mm-display-inline): Revert previous change (now handled by a
9310         default type in `mm-inline-media-tests'.
9311         (mm-inlinable-p): Revive.
9312         (mm-display-part): Call `mm-inlinable-p'.
9313         (mm-attachment-override-p): Ditto.
9314         (mm-inlined-p): Doc fix.
9315
9316         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
9317         well as `mm-inlined-p'.
9318
9319 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9320
9321         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
9322         (nntp-send-command-and-decode): Use gnus-point-at-bol.
9323
9324 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9325         From  Paul Jarc <prj@po.cwru.edu>
9326
9327         * message.el (message-use-mail-followup-to): New variable.
9328         (message-get-reply-headers): Use it.
9329
9330 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
9331
9332         * nnheader.el (nnheader-init-server-buffer): Make sure the
9333         *nntpd* buffer is made multibyte instead of a random buffer.
9334
9335 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9336
9337         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
9338         when it returns headers.
9339
9340 2001-07-07  Simon Josefsson  <jas@extundo.com>
9341
9342         * rfc2047.el (rfc2047-encode-message-header): Skip header when
9343         trying to fold. Thanks to Colin Walters
9344         <walters@cis.ohio-state.edu>
9345
9346 2001-07-06  Simon Josefsson  <jas@extundo.com>
9347
9348         * imap.el (imap-parse-address-list, imap-parse-flag-list)
9349         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
9350         Add information in `assert's.
9351
9352         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
9353         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
9354         and `nnimap-group-overview-filename', should handle all
9355         change-of-uidvalidity related issues.  But there may be other
9356         problems.)
9357
9358 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
9359
9360         * rfc2047.el (rfc2047-encode-message-header): Don't include the
9361         header name when folding.
9362
9363 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
9364
9365         * mm-decode.el (mm-inlined-types): Document relationship with
9366         `mm-inline-media-tests'.
9367         (mm-display-inline): Default to displaying as plain text if no
9368         inlining handler is available.
9369         (mm-inlinable-p): Remove.
9370         (mm-inlined-p): Don't call `mm-inlinable-p'.
9371         (mm-automatic-display-p): Ditto.
9372         (mm-attachment-override-p): Ditto.
9373
9374 2001-07-04  Simon Josefsson  <jas@extundo.com>
9375
9376         * nnimap.el (nnimap-importantize-dormant): New variable.
9377         (nnimap-request-update-info-internal): Use it.
9378         (nnimap-request-set-mark): Ditto.
9379
9380 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
9381
9382         * nntp.el (nntp-send-command): don't pass a buffer argument to
9383         `point'. Only XEmacs accepts this.
9384         * nntp.el (nntp-send-command-nodelete): ditto.
9385         * nntp.el (nntp-send-command-and-decode): ditto.
9386
9387 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
9388
9389         * nntp.el (nntp-open-connection-function): doc update.
9390         * nntp.el (nntp-pre-command): New.
9391         * nntp.el (nntp-via-rlogin-command): New.
9392         * nntp.el (nntp-via-telnet-command): New.
9393         * nntp.el (nntp-via-telnet-switches): New.
9394         * nntp.el (nntp-via-user-name): New.
9395         * nntp.el (nntp-via-user-password): New.
9396         * nntp.el (nntp-via-address): New.
9397         * nntp.el (nntp-via-envuser): New.
9398         * nntp.el (nntp-via-shell-prompt): New.
9399         * nntp.el (nntp-open-telnet-stream): New.
9400         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
9401         * nntp.el (nntp-open-via-telnet-and-telnet): New.
9402         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
9403         * nntp.el (nntp-send-command): ditto.
9404         * nntp.el (nntp-send-command-nodelete): ditto.
9405         * nntp.el (nntp-send-command-and-decode): ditto.
9406
9407 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
9408         Trivial patch.
9409
9410         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
9411         `when'.
9412
9413 2001-07-03  Simon Josefsson  <jas@extundo.com>
9414         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
9415
9416         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
9417
9418 2001-07-03  Simon Josefsson  <jas@extundo.com>
9419
9420         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
9421         remove it (workaround XEmacs `fill-region' bug).
9422
9423 2001-07-01  Simon Josefsson  <jas@extundo.com>
9424
9425         * nnimap.el (nnimap-date-days-ago): Defeat locale.
9426
9427 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9428
9429         * mml2015.el (mml2015-format-error): New function.
9430         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
9431         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
9432         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
9433
9434 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9435
9436         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
9437         Suggested by Christoph Conrad <C.Conrad@cli.de>.
9438
9439         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
9440         group variables.
9441
9442 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9443
9444         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
9445
9446         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
9447         (nnrss-save-group-data): Ditto.
9448
9449         * gnus-agent.el (gnus-agent-save-alist): Ditto.
9450
9451 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9452
9453         * message.el (message-do-send-housekeeping): Narrow to headers.
9454
9455 2001-06-24  Simon Josefsson  <jas@extundo.com>
9456
9457         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
9458         insertion when breaking lines looked for " \t" instead of "[ \t]".
9459         (rfc2047-encode-message-header): Fold lines even if
9460         no QP encoding is done.
9461
9462 2001-06-23  Simon Josefsson  <jas@extundo.com>
9463         From Samuel Tardieu <sam@inf.enst.fr>
9464
9465         * smime.el (smime-keys): Support additional certificates.
9466         (smime-make-certfiles): New function.
9467         (smime-sign-region): Use previous variables.
9468         (smime-get-certfiles): New function.
9469         (smime-sign-buffer): Use it.
9470         (smime-verify-region): Support both CAfile and CApath.
9471
9472 2001-06-23  Simon Josefsson  <jas@extundo.com>
9473
9474         * smime.el (smime-decrypt-region): Perhaps work.
9475
9476 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9477
9478         * gnus-msg.el (gnus-copy-article-buffer): Typo.
9479
9480 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
9481
9482         * mm-decode.el (mm-save-part): Rewrite file name.
9483         (mm-file-name-rewrite-functions): New variable.
9484         (mm-file-name-delete-whitespace): New function.
9485         (mm-file-name-trim-whitespace): New function.
9486         (mm-file-name-collapse-whitespace): New function.
9487         (mm-file-name-replace-whitespace): New variable and function.
9488
9489 2001-06-22  Simon Josefsson  <jas@extundo.com>
9490
9491         * message.el (message-make-date): Workaround locale for weekdays.
9492
9493 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9494
9495         * message.el (message-goto-body): Return nil if not found. (revert!)
9496
9497 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9498         From Fremlin <chief@bandits.org>
9499
9500         * message.el (message-goto-body): Some messages have no header.
9501
9502         * gnus-msg.el (gnus-copy-article-buffer): Use it.
9503
9504 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
9505
9506         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
9507
9508 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9509
9510         * message.el (message-make-date): Add week day.
9511         Suggested by Jason R. Mastaler <jason@mastaler.com>.
9512
9513 2001-06-19  Simon Josefsson  <jas@extundo.com>
9514
9515         * message.el (message-yank-prefix): Doc fix.
9516         (message-yank-cited-prefix): Ditto.
9517         (message-delete-not-region): Keep citation prefix on first line,
9518         if possible and appropriate.
9519
9520 2001-06-19  Simon Josefsson  <jas@extundo.com>
9521
9522         * imap.el (imap-process-connection-type): New variable.
9523         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
9524         recent `imtest's work completely (no line length issues), while
9525         making making old `imtest's unusable.  Thanks to NAGY Andras
9526         <nagya@inf.elte.hu> for his work.
9527
9528 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
9529
9530         * imap.el (imap-ssl-program): Add -quiet to shut up
9531         OpenSSL/SSLeay's internal debug talk.
9532
9533 2001-06-19  Matt Armstrong  <matt@lickey.com>
9534
9535         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
9536         server.
9537
9538 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9539
9540         * nnmail.el (nnmail-article-buffer): New variable.
9541         (nnmail-split-incoming): Use it.
9542
9543 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
9544
9545         * qp.el (quoted-printable-decode-region): If called interactively,
9546         use coding-system-for-read.
9547
9548 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9549
9550         * message.el (message-check-news-header-syntax): Check Reply-To.
9551
9552 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9553
9554         * mml.el (mml-parse-1): Use message options.
9555
9556         * message.el (message-do-fcc): Don't do anything if there is no
9557         FCC.
9558
9559 2001-06-16  Simon Josefsson  <jas@extundo.com>
9560
9561         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
9562         (nnimap-expunge-search-string): New variable.
9563         (nnimap-request-expire-articles): Use it.
9564
9565 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9566
9567         * message.el (message-send-mail-with-qmail): wrong exit status is
9568         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
9569
9570 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9571
9572         * gnus-art.el (article-strip-multiple-blank-lines): Use
9573         delete-region instead of replace-match.
9574
9575 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9576
9577         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
9578         (nnweb-google-wash-article): Ditto.
9579
9580 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
9581
9582         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
9583
9584 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9585
9586         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
9587         specs.
9588
9589 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9590
9591         * gnus.el (gnus-email-address): Move it here.
9592
9593         * gnus-art.el (article-de-quoted-unreadable): Read charset if
9594         requested.
9595         (article-de-base64-unreadable): Ditto.
9596         (article-wash-html): Ditto.
9597
9598 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9599
9600         * message.el (message-options-set-recipient): Don't add ", "
9601         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
9602
9603 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9604
9605         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
9606
9607 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9608
9609         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
9610         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
9611
9612         * nnrss.el (nnrss-node-text): Node might be nil.
9613
9614 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9615
9616         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
9617         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
9618
9619         * nnrss.el (nnrss-group-alist): More items.
9620
9621 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9622
9623         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
9624
9625 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9626         Trivial patch from Dale Hagglund  <rdh@best.com>
9627
9628         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
9629         restrict clauses.
9630
9631 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9632
9633         From Benjamin Rutt <brutt+news@bloomington.in.us>
9634
9635         * message.el (message-wide-reply-confirm-recipients): New variable.
9636
9637 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9638         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
9639
9640         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
9641         fix so it works with XEmacs.
9642
9643 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9644
9645         * nnrss.el (nnrss-retrieve-headers): Support description as extra
9646         headers.
9647
9648 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9649
9650         * nnrss.el: Fix a few bugs.
9651
9652 2001-06-05  Simon Josefsson  <jas@extundo.com>
9653
9654         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
9655         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
9656
9657 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
9658
9659         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
9660         binary so that we don't transmit ISO 2022 garbage to the process.
9661         This is needed under XEmacs.
9662
9663 2001-06-03  Simon Josefsson  <simon@josefsson.org>
9664
9665         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
9666         autoloaded incorrectly below because ssl-program-* is bound.)
9667         Thanks to Amos Gouaux for report.
9668
9669 2001-06-02  Simon Josefsson  <simon@josefsson.org>
9670
9671         * imap.el (imap-kerberos4-open):
9672         (imap-gssapi-open):
9673         (imap-ssl-open):
9674         (imap-network-open):
9675         (imap-shell-open):
9676         (imap-starttls-open): Set buffer to workaround spurious
9677         `accept-process-output' buffer changes.  Thanks to Mats Lidell
9678         <Mats.Lidell@contactor.se> for report and partial patch and Jake
9679         Colman <colman@ppllc.com> for report.
9680
9681 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9682
9683         * gnus-sum.el (gnus-summary-catchup): New argument.
9684         (gnus-summary-catchup-from-here): New function.
9685
9686 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9687
9688         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
9689         back, then insert glyph.  (Before, the glyph was inserted first,
9690         then the newline.)  This works around a behavior in XEmacs where
9691         it is not possible to insert a character after a glyph which is at
9692         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
9693
9694 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9695
9696         From Jaap-Henk Hoepman (jhh@xs4all.nl).
9697
9698         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
9699         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
9700         mm-destroy-postponed-undisplay-list): New functions.
9701         (mm-display-external): Use them.
9702
9703 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9704
9705         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
9706         `default-low' when evaluating `gnus-summary-highlight'.
9707         From Raja R Harinath <harinath@cs.umn.edu>.
9708
9709 2001-05-27  Simon Josefsson  <simon@josefsson.org>
9710
9711         * message.el (message-yank-cited-prefix): New variable.
9712         (message-indent-citation): Use it.
9713
9714         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
9715         as details.
9716         (mml2015-mailcrypt-clear-verify): Ditto.
9717
9718 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9719         From Nevin Kapur <nevin@jhu.edu>.
9720
9721         * gnus-sum.el (gnus-summary-default-high-score,
9722         gnus-summary-default-low-score): New variables.
9723         (gnus-summary-highlight): Use them.
9724
9725 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
9726
9727         * message.el (message-mail): pass the 'send-actions argument to
9728         `message-setup'.
9729
9730 2001-05-16  Simon Josefsson  <simon@josefsson.org>
9731         From Raymond Scholz <ray-2001@zonix.de>
9732
9733         * gnus-art.el (gnus-mime-view-part-as-charset):
9734         (gnus-mime-internalize-part): Doc fixes.
9735
9736 2001-05-11  Simon Josefsson  <simon@josefsson.org>
9737
9738         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
9739         status lines without any text ("^215$").
9740
9741 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9742
9743         * nnrss.el (nnrss-check-group): Reverse.
9744
9745 2001-05-07  Simon Josefsson  <simon@josefsson.org>
9746
9747         * message.el (message-get-reply-headers):
9748         (message-followup): Fix typo, suggested by David Green
9749         <dgreen@uab.edu>
9750
9751 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9752
9753         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
9754
9755         * nnrss.el (nnrss-open-server): Read server data when it is called.
9756         (nnrss-request-expire-articles): Fix.
9757
9758 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9759
9760         * message.el (message-do-send-housekeeping): mail-abbrevs may
9761         rename buffer behind Gnus.
9762
9763 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9764
9765         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
9766         (nnrss-group-alist): Add more resources.
9767         (nnrss-check-group): Ignore errors.
9768
9769 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9770
9771         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
9772
9773         * nnslashdot.el (nnslashdot-request-list): Add time.
9774         (nnslashdot-request-expire-articles): New function.
9775
9776         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
9777         secondary methods too.
9778
9779 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9780
9781         * message.el (message-use-followup-to): Set default value to t.
9782
9783 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
9784
9785         * message.el (message-dont-reply-to-names): Fix documentation.
9786         (message-get-reply-headers): Use Mail-Followup-To only for wide
9787         replies.
9788
9789 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9790
9791         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
9792         correctly.
9793         (nnrss-check-group): Use time.
9794
9795 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9796
9797         * gnus.el: Oort Gnus v0.03 is released.
9798
9799 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9800
9801         * nnultimate.el (nnultimate-topic-article-to-article): Use the
9802         group.
9803
9804 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9805
9806         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
9807
9808 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9809
9810         * nnultimate.el (nnultimate-retrieve-headers): Return all
9811         available headers.
9812
9813         * gnus-sum.el (gnus-read-all-available-headers): New variable.
9814         (gnus-get-newsgroup-headers-xover): Use it.
9815
9816 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9817
9818         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
9819
9820 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9821
9822         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
9823
9824 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9825
9826         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
9827         disable it.
9828
9829         * gnus.el (gnus-info-nodes): Remove a few The's.
9830
9831 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9832
9833         * mail-source.el (mail-source-movemail): Call-process may return a
9834         signal description string.
9835
9836         * gnus-start.el (gnus-read-newsrc-el-file):
9837         gnus-newsrc-file-version may be nil.
9838
9839         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
9840         Suggested by Michael Sperber [Mr. Preprocessor]
9841         <sperber@informatik.uni-tuebingen.de>.
9842
9843 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
9844
9845         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
9846
9847 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
9848
9849         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
9850         fontify HANDLE.
9851
9852 2001-04-18  Simon Josefsson  <simon@josefsson.org>
9853
9854         * smime.el (smime-ask-passphrase): Rework to return value.
9855         (smime-sign-region): Rework to bind value and use it.
9856         (smime-decrypt-region): Ditto.
9857
9858 2001-04-18  Simon Josefsson  <simon@josefsson.org>
9859         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
9860
9861         * smime.el (smime-ask-passphrase): New function.
9862         (smime-sign-region): Use it.
9863         (smime-encrypt-cipher): New variable.
9864         (smime-decrypt-region): Ditto.
9865
9866 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
9867         Committed by Simon Josefsson  <simon@josefsson.org>
9868
9869         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
9870         the log.
9871
9872 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9873
9874         * gnus.el: Oort Gnus v0.02 is released.
9875
9876 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
9877
9878         * gnus.el: Oort Gnus v0.01 is released.
9879
9880 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9881
9882         * gnus-sum.el (gnus-summary-highlight): Highlight read
9883         undownloaded articles as read articles.
9884
9885         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
9886         (gnus-agent-get-undownloaded-list): Mark all undownloaded
9887         articles, even read ones, as such.
9888
9889         * gnus-sum.el (gnus-summary-find-matching): Clean up.
9890         (gnus-find-matching-articles): New function.
9891         (gnus-summary-limit-include-matching-articles): New command.
9892         (gnus-summary-limit-include-thread): Include articles that have
9893         matching subjects.
9894         (gnus-offer-save-summaries): Clean up.
9895
9896 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9897
9898         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
9899
9900 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9901         From Jason Merrill <jason_merrill@redhat.com>
9902
9903         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
9904
9905 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
9906         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9907
9908         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
9909         newsgroup names when the original article is a news message.
9910
9911 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9912
9913         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
9914         supported. Suggest by Jim Meyering <jim@meyering.net>.
9915
9916 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
9917         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
9918
9919         * nnmail.el (nnmail-split-it): Added check for .* at the end of
9920         regexp in nnmail-split-fancy.
9921
9922 2001-04-10  Simon Josefsson  <simon@josefsson.org>
9923
9924         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
9925
9926 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
9927
9928         * message.el (message-send-mail): Improve the interaction with the
9929         user.
9930
9931 2001-04-10  Simon Josefsson  <simon@josefsson.org>
9932
9933         * imap.el (imap-message-copy): Work around buggy servers that
9934         doesn't send TRYCREATE tags.
9935
9936 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
9937
9938         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
9939
9940 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9941
9942         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
9943         date.
9944
9945 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9946
9947         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
9948         lives.
9949
9950 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9951
9952         * gnus-art.el (gnus-parse-news-url): New function.
9953         (gnus-button-handle-news): New function.
9954         (gnus-button-alist): Point to new functions.
9955
9956         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
9957
9958         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
9959         gnus-format-specs.
9960
9961         * message.el (message-check-news-header-syntax): Question even
9962         when Gnus doesn't know the group names.
9963         (message-send-news): Clean up.
9964
9965         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
9966         exited on purpose without saving.
9967
9968         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
9969
9970 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9971
9972         * gnus-score.el (gnus-score-orphans): Clean up.
9973
9974         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
9975
9976         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
9977         later.
9978
9979         * gnus-start.el (gnus-close-all-servers): Find the right items to
9980         close.
9981
9982         * qp.el (quoted-printable-decode-region): Just message
9983         malformation; don't quit.
9984
9985 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9986         From Gerd Moellmann <gerd@gnu.org>.
9987
9988         * gnus.el (gnus-interactive): A typo.
9989
9990 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
9991         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9992
9993         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
9994         `assq-delete-all', if that function exists; otherwise use the old
9995         definition. Documentation changed to match the one in
9996         `assq-delete-all'.
9997
9998 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9999
10000         * gnus-start.el (gnus-close-all-servers): New function.
10001
10002         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
10003         (gnus-server-remove-denials): Clean up.
10004
10005         * gnus-sum.el (gnus-summary-sort-by-original): New command and
10006         keystroke.
10007
10008 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10009
10010         * message.el (message-send-news): Message where we are sending.
10011         (message-send-mail): Ditto.
10012
10013         * gnus.el (gnus-server-string): New function.
10014
10015         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
10016
10017         * mm-decode.el (mm-default-directory): Customized.
10018         (mm-tmp-directory): Ditto.
10019
10020         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
10021         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
10022         or Chars.
10023         (gnus-summary-line-format-alist): ?l is now a string.
10024         (gnus-summary-prepare-threads): Output ? for unknown lines.
10025         (gnus-summary-insert-line): Ditto.
10026         (gnus-summary-print-article): Unbalanced parentheses.
10027
10028         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
10029         out whether new stuff has arrived.
10030
10031 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
10032
10033         * gnus-sum.el: Let printing work on ttys on Emacs.
10034
10035 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10036
10037         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
10038         when forcing news.
10039
10040         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
10041         command.
10042
10043 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
10044
10045         * message.el (message-set-auto-save-file-name): Don't use
10046         asterisks under nt.
10047
10048 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10049
10050         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
10051         lists of articles.
10052
10053         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
10054
10055         * gnus-msg.el (gnus-put-message): Clean up.
10056         (gnus-summary-reply): Mark all replied-to articles as replied to.
10057         (gnus-inews-add-send-actions): Also mark as forwarded.
10058         (gnus-summary-mail-forward): Mark as forwarded.
10059
10060         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
10061         of articles.
10062         (gnus-summary-mark-article-as-forwarded): Ditto.
10063
10064         * gnus-msg.el (gnus-summary-resend-message): Mark article as
10065         forwarded.
10066         (gnus-summary-mail-forward): Clean up.
10067
10068         * gnus.el (gnus-article-mark-lists): Added forward.
10069
10070         * gnus-sum.el (gnus-forwarded-mark): New variable.
10071         (gnus-summary-prepare-threads): Use it.
10072         (gnus-summary-update-secondary-mark): Ditto.
10073         (gnus-newsgroup-forwarded): New variable.
10074
10075 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10076
10077         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
10078         (gnus-summary-very-wide-reply): New command and keystroke.
10079         (gnus-summary-very-wide-reply-with-original): Ditto.
10080
10081         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
10082         (gnus-score-adaptive): Use it.
10083
10084         * gnus-start.el (gnus-get-unread-articles): Clean up.
10085
10086 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10087
10088         * nnultimate.el (nnultimate-retrieve-headers): Work for other
10089         boards.
10090
10091 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
10092
10093         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
10094         * gnus-start.el (gnus-subscribe-newsgroup): use it.
10095
10096 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10097
10098         * nnultimate.el (nnultimate-retrieve-headers): Understand
10099         long-form month names.
10100
10101 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10102
10103         * gnus-sum.el (gnus-summary-show-all-headers):
10104         gnus-article-show-all-headers is broken. Use
10105         gnus-summary-toggle-header instead.
10106
10107         * mml2015.el (mml2015-gpg-extract-from): No error.
10108
10109 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10110         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
10111
10112         * mml2015.el (mml2015-gpg-extract-from): New function.
10113         (mml2015-gpg-verify): Use it.
10114         (mml2015-gpg-clear-verify): Use it.
10115
10116 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10117
10118         * message.el (message-setup-fill-variables): Use
10119         fill-paragraph-function.
10120         (message-fill-paragraph): Take an argument.
10121         (message-newline-and-reformat): Take another argument.
10122
10123 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10124
10125         * message.el (rmail-output): It is in rmailout.el not rmail.el.
10126
10127 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10128
10129         * message.el (message-forward): local-variable-p takes an extra
10130         argument in XEmacs.
10131
10132 2001-03-16  Simon Josefsson  <simon@josefsson.org>
10133
10134         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
10135         `nnimap-use-nov-p' (it really tested the negative).
10136         (nnimap-retrieve-headers): Use it.
10137
10138 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10139
10140         * message.el (message-generate-headers-first): Update doc.
10141
10142 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
10143         Trivial patch.
10144
10145         * gnus.el (gnus-summary-line-format): Typo.
10146
10147 2001-03-11  Simon Josefsson  <simon@josefsson.org>
10148
10149         * mailcap.el (mailcap-mime-data): Add application/sieve.
10150         (mailcap-mime-extensions): Add .siv, .xls.
10151
10152 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10153         From Christoph Conrad <christoph.conrad@gmx.de>
10154
10155         * gnus-score.el (gnus-summary-lower-thread): Typo.
10156
10157 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10158
10159         * message.el (message-forward-decoded-p): New variable.
10160         (message-forward-subject-author-subject): Use it.
10161         (message-make-forward-subject): Use it.
10162         (message-forward): Use it.
10163
10164         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
10165
10166         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
10167         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
10168
10169 ;;Has been fixed -- zsh.
10170 ;;2001-03-05  Dave Love  <fx@gnu.org>
10171 ;;
10172 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
10173 ;;      Move it after definition of mm-coding-system-p.
10174 ;;
10175 2001-03-01  Dave Love  <fx@gnu.org>
10176
10177         * mm-util.el (mm-inhibit-file-name-handlers): Add
10178         image-file-handler.
10179
10180 2001-02-11  Dave Love  <fx@gnu.org>
10181
10182         * message.el (message-signature-file): Fix doc, :type.
10183
10184 2001-02-08  Dave Love  <fx@gnu.org>
10185
10186         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
10187         (message-posting-charset): Defvar when compiling again.
10188         (rfc2047-encodable-p): Require message.
10189
10190         * gnus-sum.el (gnus-alter-articles-to-read-function):
10191         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
10192
10193 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10194
10195         * nnrss.el: New file.
10196
10197 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
10198         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10199
10200         * rfc2047.el (rfc2047-unfold-region): Fix arg of
10201         `skip-chars-forward'.
10202
10203 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10204
10205         * nndraft.el (nndraft-request-group): Restore auto save files if
10206         the original files do not exist.
10207
10208 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10209
10210         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
10211         SCORE paths.
10212
10213         * mm-decode.el (mm-dissect-buffer): Call
10214         mail-extract-address-components only if necessary.
10215
10216 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10217
10218         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
10219         directory part.
10220         (gnus-score-search-global-directories): Use file-directory-p.
10221
10222         * gnus-score.el (gnus-score-score-files-1): Use
10223         gnus-kill-files-directory.
10224         From Adrian Aichner <adrian@xemacs.org>.
10225
10226 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10227
10228         * gnus.el (charset): Move here from gnus-sum.el.
10229
10230 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10231
10232         * mml.el (mml-preview): Disable local map.
10233
10234         * gnus-sum.el (gnus-summary-make-menu-bar): Make
10235         gnus-article-post-menu here.
10236
10237         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
10238         if it has not been made.
10239
10240 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10241
10242         * gnus-art.el (gnus-article-describe-key): Map key to event.
10243         (gnus-article-describe-key-briefly): Ditto
10244
10245 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10246
10247         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
10248
10249 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10250         From Katsumi Yamaoka <yamaoka@jpl.org>.
10251
10252         * dgnushack.el (coerce, merge, subseq): defmacro.
10253
10254 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10255
10256         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
10257         A fake defalias in nndraft.el results a not-activated bug in
10258         uncompiled versions.
10259
10260 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
10261         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10262
10263         * gnus-util.el (gnus-split-references): Handle malformed References:.
10264
10265 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10266
10267         * gnus-art.el (gnus-article-mime-part-status): 1 part.
10268
10269 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10270         From NAGY Andras <nagya@inf.elte.hu>.
10271
10272         * gnus.el (gnus-parameters): Typo.
10273
10274 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10275
10276         * gnus.el (gnus-read-method): Remove redundancy.
10277
10278 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10279
10280         * nnslashdot.el (nnslashdot-backslash-url): New variable.
10281         (nnslashdot-request-list): Use it.
10282
10283 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10284
10285         * nnml.el (nnml-generate-active-info): Fix the case when there is
10286         no file.
10287
10288         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
10289         (gnus-summary-create-article): New function.
10290
10291         * gnus-group.el (gnus-group-mark-article-read): New function.
10292
10293         * gnus-msg.el (gnus-inews-do-gcc): Use it.
10294
10295         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
10296
10297 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10298
10299         * gnus-art.el (gnus-article-edit-done): Don't use
10300         gnus-article-edit-exit.
10301         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
10302
10303         * gnus.el (gnus-parameters): New variable.
10304         Suggested by NAGY Andras <nagya@inf.elte.hu>.
10305         (gnus-parameters-get-parameter): New function.
10306         (gnus-group-find-parameter): Use it.
10307
10308 2001-02-23  Simon Josefsson  <simon@josefsson.org>
10309
10310         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
10311         change of default value to `current'.
10312
10313 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10314
10315         * nneething.el (nneething-get-head): Insert unreadable file too.
10316
10317 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10318
10319         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
10320
10321         * webmail.el (webmail-type-definition): Deja is bought by google.
10322
10323 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10324
10325         * gnus-sum.el (gnus-fetch-headers): New function.
10326         (gnus-select-newsgroup): Use it.
10327         (gnus-summary-insert-articles): New function.
10328         (gnus-summary-insert-old-articles): New function.
10329         (gnus-summary-insert-new-articles): New function.
10330
10331         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
10332         (gnus-group-list-active): Ditto.
10333         * gnus-sum.el (gnus-set-mode-line): Ditto.
10334         (gnus-summary-read-group-1): Ditto.
10335
10336 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10337
10338         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
10339         current topic.
10340
10341 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10342
10343         * smiley.el (gnus-smiley-display): Don't do widening.
10344
10345         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
10346         within body.
10347
10348         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
10349
10350         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
10351         New variable.
10352         (gnus-mime-display-multipart-related-as-mixed): New variable.
10353         (gnus-mime-display-part): Use them.
10354
10355 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10356
10357         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
10358         something special.
10359
10360 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10361
10362         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
10363         (nnweb-request-article): Call reference if exists.
10364         (nnweb-type-definition): Dejanews is bought by google.com.
10365         Beta!
10366
10367 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10368
10369         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
10370
10371 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10372
10373         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
10374         gnus-article-sort-functions.
10375         (gnus-article-sort-functions): Doc fix.  Refer to
10376         gnus-thread-sort-functions.
10377
10378 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10379         From Paul Jarc <prj@po.cwru.edu>.
10380
10381         * message.el (message-get-reply-headers): More fixes.
10382
10383 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
10384         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10385
10386         * message.el (message-get-reply-headers): Fix bug with
10387         Mail-Followup-To/to-address interaction.
10388
10389 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10390
10391         * gnus-msg.el (gnus-configure-posting-styles): Match header in
10392         gnus-article-copy.
10393
10394 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10395
10396         * message.el (message-do-send-housekeeping): Rename to a better
10397         name.
10398
10399 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10400
10401         * message.el (message-cancel-news): Check article first, then ask
10402         yes or no.
10403
10404 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10405
10406         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
10407
10408 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10409
10410         * gnus-range.el (gnus-range-normalize): New function.
10411
10412 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
10413
10414         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
10415
10416 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10417
10418         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
10419
10420         * nnagent.el (nnagent-request-regenerate): New function.
10421
10422         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
10423
10424         * nnml.el (nnml-generate-nov-databases): Accept argument
10425         server. Don't open server if it is opened.
10426         (nnml-request-regenerate): Use it. Change to deffoo.
10427
10428 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10429         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10430
10431         * gnus.el (gnus-define-group-parameter): Fix.
10432
10433 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10434
10435         * gnus.el (gnus-define-group-parameter): Improved.
10436
10437         * gnus-sum.el (charset): Define parameter.
10438         (ignored-charsets): Ditto.
10439         (gnus-summary-setup-default-charset): Use them.
10440
10441         * gnus-start.el (gnus-read-descriptions-file): Use them.
10442
10443         * gnus-cus.el (gnus-group-parameters): Remove them.
10444
10445 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10446
10447         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
10448
10449 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10450
10451         * gnus-sum.el (gnus-summary-read-group-1): Remove
10452         gnus-summary-set-local-parameters.
10453         (gnus-summary-setup-buffer): Put it here.
10454
10455 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10456
10457         * gnus.el (to-address): Define parameter.
10458         (to-list): Ditto.
10459         * gnus-art.el (article-hide-boring-headers): Use them.
10460         * gnus-msg.el (gnus-post-news): Ditto.
10461         * gnus-cus.el (gnus-group-parameters): Remove them.
10462
10463 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10464
10465         * gnus-draft.el (gnus-draft-reminder): New function.
10466
10467         * gnus-art.el (gnus-sender-save-name): New function.
10468
10469 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10470
10471         * mm-util.el (mm-mime-charset): Error message.
10472
10473 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10474
10475         * message.el (message-check-news-body-syntax): Don't check mml lines.
10476
10477 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10478
10479         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
10480         subscribe.
10481
10482         * gnus-start.el (gnus-call-subscribe-functions): New function.
10483         (gnus-find-new-newsgroups): Use it.
10484         (gnus-ask-server-for-new-groups): Use it.
10485         (gnus-check-first-time-used): Use it.
10486         (gnus-subscribe-newsgroup-method): Grok a list of functions.
10487         (gnus-subscribe-options-newsgroup-method): Ditto.
10488         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
10489         return .
10490
10491 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10492
10493         * gnus-cus.el (gnus-score-customize): Doc fix.
10494
10495 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
10496
10497         * dgnushack.el (my-getenv): Typo.
10498
10499 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10500
10501         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
10502
10503 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10504
10505         * gnus-group.el (gnus-group-suspend): Offer save summaries.
10506
10507         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
10508         (gnus-treatment-function-alist): Use it.
10509         (article-remove-leading-whitespace): New function.
10510         (gnus-article-make-menu-bar): Use it.
10511
10512         * gnus-sum.el (gnus-summary-wash-empty-map): Add
10513         remove-leading-whitespace.
10514         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
10515         because of conflict.
10516
10517 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10518
10519         * Makefile.in: Hack generating gnus-load.el.
10520         * dgnushack.el: Ditto.
10521         * gnus-load.el: Remove it.
10522
10523 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10524
10525         * dgnushack.el : Add URLDIR.
10526
10527         * Makefile.in (EMACS_COMP): Ditto.
10528
10529 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10530
10531         * gnus-cus.el (gnus-score-customize): Error on no score file.
10532
10533 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10534
10535         * mm-decode.el (mm-merge-handles): New function.
10536
10537         * mm-view.el (mm-inline-message): Use it.
10538         (mm-view-message): Ditto.
10539
10540         * mm-partial.el (mm-inline-partial): Ditto.
10541
10542         * mm-extern.el (mm-inline-external-body): Ditto.
10543
10544         * gnus-art.el (gnus-mime-view-part): Ditto.
10545         (gnus-mime-view-part-as-type): Ditto.
10546         (gnus-mime-save-part-and-strip): Prevent users to strip in some
10547         cases.
10548
10549 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10550
10551         * message.el (message-cancel-news): Allow to shoot foot.
10552         (message-supersede): Ditto.
10553
10554 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
10555         Trivial patch.
10556
10557         * gnus-sum.el (gnus-simplify-subject-re): Use
10558         message-subject-re-regexp.
10559
10560 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10561
10562         * nnmail.el (nnmail-expiry-target-group): Bind
10563         nnmail-cache-accepted-message-ids to nil.
10564
10565         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
10566         coding system.
10567
10568 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10569
10570         * qp.el (quoted-printable-encode-region): Make sure characters are
10571         between 00 and FF.  Don't check charset.
10572
10573         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
10574         in Emacs 20.
10575         * rfc2047.el (rfc2047-q-encode-region): Ditto.
10576
10577 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10578
10579         * message.el (message-make-forward-subject): Argument decoded.
10580         (message-forward): Use it when digest.
10581
10582         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
10583         buffer.
10584
10585 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10586
10587         * message.el (message-generate-headers-first): Doc fix.
10588
10589 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10590
10591         * gnus-art.el (article-make-date-line): Error proof.
10592
10593 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10594
10595         * gnus-group.el (gnus-group-listing-limit): New variable.
10596         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
10597
10598         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
10599
10600 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10601
10602         * message.el (message-newline-and-reformat): Special case for
10603         breaking at BOL.
10604
10605 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
10606
10607         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
10608         message/rfc822.
10609
10610 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10611
10612         * message.el (message-encode-message-body): Don't insert
10613         Content-Type if it is inside a mail.
10614
10615 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10616
10617         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
10618         gnus-article-commands-menu.
10619
10620         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
10621         in Emacs.
10622
10623         * gnus-start.el (gnus-read-descriptions-file): Use
10624         gnus-group-name-charset and gnus-group-charset-alist.
10625
10626 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10627
10628         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
10629         active region.
10630
10631         * gnus-start.el (gnus-group-change-level): Remove from both
10632         gnus-zombie-list and gnus-killed-list.
10633
10634 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10635
10636         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
10637         gnus-subscribe-topics.
10638
10639         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
10640
10641 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10642
10643         * gnus-art.el (gnus-article-make-menu-bar): Make
10644         gnus-article-post-menu.
10645
10646         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
10647
10648         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
10649
10650         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
10651
10652         * message.el (message-mode-menu): Ditto.
10653
10654         * gnus-art.el (defvar): eval-when-compile.
10655
10656 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10657
10658         * gnus-agent.el (gnus-agentize): Fix doc.
10659
10660 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
10661
10662         * mml.el (mml-preview): Bind `q'.
10663
10664 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10665
10666         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
10667
10668 2001-01-31  Dave Love  <fx@gnu.org>
10669
10670         * mm-util.el (mm-mime-mule-charset-alist)
10671         (mm-find-mime-charset-region): Consider mule-utf-8.
10672
10673 2001-01-31  Dave Love  <fx@gnu.org>
10674
10675         * gnus-art.el (gnus-article-x-face-command)
10676         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
10677         :version.
10678
10679 2001-01-26  Dave Love  <fx@gnu.org>
10680
10681         * mm-util.el (mm-multibyte-string-p): New.
10682
10683 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
10684 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
10685 ;;      string-as-multibyte on class.  Clarify line-folding.
10686         (quoted-printable-encode-string): Make temp buffer inherit
10687         string's multibyteness.
10688
10689 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
10690
10691         * nnheader.el (toplevel): Don't require `gnus-util' at
10692         compile-time; this creates a circular dependency, and prevents
10693         a bootstrap.
10694
10695 2001-01-22  Andreas Schwab  <schwab@suse.de>
10696
10697         * nnheader.el (gnus-delete-line): Autoload it as a macro.
10698
10699 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10700
10701         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
10702
10703         * gnus-art.el (article-hide-list-identifiers): Ditto.
10704
10705         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
10706
10707 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10708
10709         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
10710
10711         * gnus-art.el (article-hide-list-identifiers): Similar.
10712
10713 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
10714
10715         * nnmail.el (nnmail-remove-list-identifiers): Improved.
10716
10717 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10718
10719         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
10720
10721 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10722
10723         * gnus-util.el (gnus-string-equal): New function.
10724
10725         * gnus-art.el (article-hide-boring-headers): Use it.
10726
10727 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
10728
10729         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
10730
10731 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10732
10733         * gnus-msg.el (gnus-msg-mail): Support switch-action.
10734
10735 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10736
10737         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
10738         command if there is not last-saver.
10739
10740 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10741
10742         * nntp.el (nntp-open-connection): 201 is possible.
10743
10744 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10745
10746         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
10747         (rfc2047-charset-encoding-alist): Add big5.
10748
10749 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10750
10751         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
10752         (gnus-agent-remove-server): Ditto.
10753         (autoload): gnus-server-update-server.
10754
10755         * gnus-srvr.el (gnus-server-line-format): Add %a.
10756         (gnus-server-line-format-alist): Add gnus-tmp-agent.
10757         (gnus-server-insert-server-line): Use it.
10758
10759 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10760
10761         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
10762         GB2312 and Big5.
10763
10764 2001-01-24  Simon Josefsson  <sj@extundo.com>
10765
10766         * mail-source.el (mail-sources): Add :program specifier to IMAP
10767         mail source.
10768         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
10769
10770 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10771
10772         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
10773
10774 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10775
10776         * nntp.el (nntp-wait-for): Return the success code.
10777         (nntp-open-connection): Use it.
10778
10779 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10780
10781         * gnus-int.el (gnus-check-server): Allow breaking the opening.
10782
10783 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10784
10785         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
10786
10787 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10788
10789         * gnus-sum.el (gnus-summary-print-article): Take one prefix
10790         argument. Allow to print several articles in one file.
10791
10792 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10793
10794         * webmail.el (webmail-type-definition): netaddress changes.
10795
10796 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10797
10798         * gnus.el: Fix copyright. Remove trailing spaces.
10799
10800         * message.el (message-forward): Use mule4.
10801
10802 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10803
10804         * mm-util.el (mm-string-as-unibyte): New function.
10805
10806         * message.el (message-forward): Use it.
10807
10808 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10809
10810         * message.el (message-cite-original-without-signature): Don't peel
10811         off the blank line.
10812         (message-get-reply-headers): Add Cc if it is not in follow-to.
10813
10814 2001-01-20  Simon Josefsson  <sj@extundo.com>
10815
10816         * mm-decode.el (mm-handle-multipart-from): Add.
10817         (mm-dissect-buffer): Save From: header value.
10818         (mm-security-from): Remove.
10819         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
10820
10821         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
10822         instead of `mml-security-from'.  Protect null from value.
10823
10824 2001-01-20  Simon Josefsson  <sj@extundo.com>
10825
10826         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
10827         application/vnd.ms-excel attachments.
10828
10829 2001-01-19  Simon Josefsson  <sj@extundo.com>
10830
10831         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
10832
10833 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10834
10835         * message.el (message-ignored-mail-headers): Ditto.
10836
10837 2001-01-19  Simon Josefsson  <sj@extundo.com>
10838
10839         * message.el (message-ignored-news-headers): Only search beginning
10840         of line.
10841
10842 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
10843         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
10844
10845         * message.el (message-send-mail): Content-Type may not be there.
10846
10847 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10848
10849         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
10850         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
10851
10852         * gnus-art.el (article-display-x-face): Insert X-Face if there is
10853         not.
10854
10855 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10856
10857         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
10858         non-native groups.
10859
10860 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10861
10862         * message.el (message-yank-original): Understand
10863         universal-argument.
10864
10865 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10866
10867         * gnus-art.el (gnus-boring-article-headers): Add to-address.
10868         (article-hide-boring-headers): Ditto.
10869
10870         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
10871
10872 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10873
10874         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
10875         one.
10876
10877 2001-01-16  Simon Josefsson  <simon@josefsson.org>
10878
10879         * message.el (message-make-in-reply-to): Add comment to message-id
10880         (old syntax, see 2000-08-02 change).
10881
10882 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10883
10884         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
10885         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
10886         (gnus-button-reply): Ditto.
10887
10888 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10889
10890         * gnus-art.el (article-display-x-face): Fix.
10891
10892 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10893
10894         * gnus-art.el (article-display-x-face): Use
10895         gnus-original-article-buffer.
10896
10897 2001-01-15  Jack Twilley  <jmt@tbe.net>
10898
10899         * message.el (message-add-header): Move to point-max.
10900
10901 2001-01-15  Simon Josefsson  <simon@josefsson.org>
10902
10903         * smime.el (smime-CA-directory, smime-CA-file): Change default to
10904         nil, improve documentation.
10905         (smime-certificate-directory): Comment out false hints (until it
10906         is implemented).
10907
10908         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
10909         there aren't any keys.
10910         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
10911         verify certificate.  Default is changed to only check integrity.
10912         Improved security status texts.  If a certificate doesn't contain
10913         a email address, don't fail.
10914
10915         * smime.el (smime-noverify-region):
10916         (smime-noverify-buffer): New functions.  Verifies integrity only.
10917
10918 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10919
10920         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
10921
10922 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10923
10924         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
10925         (gnus-remove-some-windows): Ditto.
10926
10927 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10928
10929         * gnus-art.el (article-make-date-line): 11th.
10930
10931 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10932
10933         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
10934         (mml2015-gpg-sign): Ditto.
10935
10936 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10937
10938         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
10939         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
10940
10941 2001-01-08  Dave Love  <fx@gnu.org>
10942
10943         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
10944         single character.
10945
10946         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
10947
10948         * message.el: Doc and message fixes.
10949         (message-send-rename-function)
10950         (message-make-forward-subject-function)
10951         (message-send-mail-function, message-reply-to-function)
10952         (message-wide-reply-to-function, message-followup-to-function)
10953         (message-distribution-function, message-auto-save-directory): Fix
10954         :type.
10955
10956         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
10957         proceeding after warnings.  Amend multipart warning message.
10958
10959 2001-01-04  Dave Love  <fx@gnu.org>
10960
10961         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
10962         compiling.
10963         (gnus-make-directory): Require nnmail.
10964
10965         * mm-decode.el (mm-inline-media-tests): Add
10966         image/x-portable-bitmap.
10967         (mm-get-image): Grok pbm.
10968
10969 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
10970
10971         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
10972
10973 2001-01-09  Didier Verna  <didier@xemacs.org>
10974
10975         * dgnushack.el (dgnushack-compile): give a dummy value to
10976         `gnus-xmas-glyph-directory' for the time of compilation.
10977         * gnus-agent.el: moved some XEmacs specific hook add-ons from
10978         `gnus-xmas-[re]define' to avoid loosing user custom settings.
10979         * gnus-art.el: ditto.
10980         * gnus-group.el: ditto.
10981         * gnus-salt.el: ditto.
10982         * gnus-sum.el: ditto.
10983         * gnus-topic.el: ditto.
10984         * gnus-xmas.el (gnus-xmas-define): see above.
10985         * gnus-xmas.el (gnus-xmas-redefine): see above.
10986         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
10987         non-continuable error when the directory can't be found.
10988
10989 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10990
10991         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
10992         handle.
10993         * gnus-art.el (gnus-mime-view-part): Copy it.
10994         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
10995
10996 2001-01-09  Michael Downes  <mjd@ams.org>
10997
10998         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
10999
11000 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11001
11002         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
11003         orig-file. Use ',source.
11004
11005 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11006
11007         * gnus-xmas.el (gnus-xmas-modeline-glyph):
11008         (gnus-xmas-group-startup-message):
11009         Detect gnus-xmas-glyph-directory when it is nil.
11010
11011 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11012
11013         * pop3.el (pop3-get-message-count): Andrew Innes
11014         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
11015
11016 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11017
11018         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
11019
11020         * time-date.el (time-to-number-of-days): New function.
11021
11022 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
11023         Trivial patch.
11024
11025         * nnslashdot.el (nnslashdot-request-list): Always get the right
11026         sid.
11027
11028 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11029
11030         * message.el (message-minibuffer-local-map): New keymap.
11031         (message-read-from-minibuffer): Use it.
11032         * gnus-msg.el (gnus-summary-resend-message): Use it
11033
11034 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11035
11036         * gnus-start.el (gnus-display-time-event-handler): New function.
11037         (gnus-after-getting-new-news-hook): Use it.
11038
11039 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11040
11041         * message.el (message-ignored-mail-headers): Add draft header.
11042
11043 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11044
11045         * gnus-sum.el (gnus-summary-expire-articles): Don't save
11046         excursion.
11047
11048         * nnslashdot.el (nnslashdot-request-list): Get the right year.
11049
11050 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
11051         A revoked patch.
11052
11053         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
11054
11055 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11056
11057         * qp.el (quoted-printable-decode-region): Don't backward-char.
11058
11059 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11060
11061         * gnus-draft.el: Mark articles as replied.
11062
11063         * gnus-sum.el (gnus-summary-add-mark): New function.
11064
11065         * gnus-group.el (gnus-add-mark): New function.
11066
11067         * gnus-sum.el (gnus-summary-buffer-name): New function.
11068         (gnus-summary-setup-buffer): Use it.
11069
11070         * gnus-draft.el: Set things up with the right post method and
11071         stuff.
11072
11073         * message.el (message-ignored-news-headers): Remove X-Draft-From.
11074
11075         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
11076
11077         * gnus.el (gnus-draft-meta-information-header): New variable.
11078
11079 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11080
11081         * gnus-art.el (gnus-treatment-function-alist): Move the date
11082         functions before the header sorting functions.
11083
11084         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
11085
11086         * dgnushack.el (dgnushack-compile): Message whether there is w3.
11087         Don't (push "/usr/share/emacs/site-lisp" load-path).
11088
11089         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
11090         to empty fill prefixes.
11091
11092 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11093
11094         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
11095         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
11096
11097 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11098
11099         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
11100
11101         * nnml.el (autoload): Move to nnheader.el.
11102
11103         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
11104         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
11105         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
11106         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
11107
11108 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11109
11110         * gnus-art.el (article-make-date-line): Get the hours right.
11111         (gnus-ignored-headers): More hiding.
11112
11113         * nnmail.el (nnmail-expiry-wait): Not an integer.
11114
11115         * message.el (message-goto-body): Only expand abbrev when called
11116         interactively.
11117         (message-make-lines): Use it.
11118
11119 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11120
11121         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
11122
11123 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11124
11125         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
11126         include the expunged articles.
11127
11128         * gnus-group.el (gnus-group-sort-by-server): New function.
11129
11130         * gnus.el (gnus-method-to-server-name): New function.
11131         (gnus-group-prefixed-name): Use it.
11132
11133         * gnus-group.el (gnus-group-sort-function): Doc fix.
11134         (gnus-group-sort-groups-by-server): New command.
11135
11136 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11137
11138         * gnus-art.el (gnus-treat-date-english): New variable.
11139         (article-date-english): New command.
11140         (gnus-english-month-names): New variable.
11141         (article-make-date-line): Do 'english.
11142
11143         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
11144         after the fill prefix.
11145
11146         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
11147         score...".
11148
11149         * gnus-art.el (gnus-ignored-headers): Hide more headers.
11150
11151         * message.el (message-mode-map): Bind comment-region.
11152
11153         * gnus-art.el (gnus-mime-display-part): Let w3 display
11154         multipart/related.
11155
11156         * mm-bodies.el (mm-long-lines-p): New function.
11157         (mm-body-encoding): Use it.
11158         (mm-body-encoding): Encode articles with lines longer than 1000
11159         characters.
11160
11161 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11162
11163         * mm-util.el (mm-enable-multibyte): Use
11164         default-enable-multibyte-characters.
11165         (mm-enable-multibyte-mule4): Ditto.
11166         (mm-disable-multibyte): Test XEmacs.
11167         (mm-disable-multibyte-mule4): Ditto.
11168         (mm-with-unibyte-current-buffer): Simplified.
11169         (mm-with-unibyte-current-buffer-mule4): Ditto.
11170
11171 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11172
11173         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
11174
11175         * nnheader.el (nnheader-string-as-multibyte): New alias.
11176
11177         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
11178
11179         * gnus-uu.el (gnus-message-process-mark): New function.
11180         (gnus-uu-mark-by-regexp): Use it.
11181         (gnus-new-processable): New function.
11182
11183 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
11184          Trivial patch.
11185
11186         * gnus-sum.el (gnus-no-mark): New variable.
11187
11188 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11189
11190         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
11191         backslashes.
11192
11193 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11194
11195         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
11196         definition.
11197
11198 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11199
11200         * dgnushack.el (dgnushack-compile): elc is in the current directory.
11201
11202         * qp.el (quoted-printable-encode-region): Don't check multibyte in
11203         XEmacs.
11204
11205 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
11206         Trivial patch.
11207
11208         * mml.el (mml-read-tag): Save tag location.
11209
11210 2000-12-25  Simon Josefsson  <simon@josefsson.org>
11211
11212         * starttls.el: Sync with Emacs 21.
11213
11214 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11215
11216         * message.el (message-mail): Support yank-action.
11217
11218         * message.el (message-setup): Revoke the last change.
11219
11220 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11221
11222         * message.el (message-setup): Use cons. Suggested by Johan Vromans
11223         <jvromans@squirrel.nl>.
11224
11225 2000-12-24  Simon Josefsson  <sj@extundo.com>
11226
11227         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
11228         mailing list junk at end of part.
11229
11230 2000-12-23  Simon Josefsson  <sj@extundo.com>
11231
11232         * nnimap.el (nnimap-expiry-target): New function.
11233         (nnimap-request-expire-articles): Use it.
11234
11235 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11236
11237         * gnus.el (gnus-group-parameters-more): New variable.
11238         * gnus-cus.el (gnus-group-customize): Use it.
11239
11240         * gnus.el (gnus-define-group-parameter): New macro.
11241         (auto-expire): Use it
11242         (total-expire): Use it.
11243         * gnus-art.el (banner): Use it.
11244
11245         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
11246         <ljz@asfast.com>.
11247
11248 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11249
11250         * gnus-topic.el (gnus-topic-create-topic): Use list.
11251
11252         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
11253         before binding gnus-default-article-saver.
11254
11255         * gnus-sum.el (gnus-summary-save-article):
11256         (gnus-summary-pipe-output):
11257         (gnus-summary-save-article-mail):
11258         (gnus-summary-save-article-rmail):
11259         (gnus-summary-save-article-file):
11260         (gnus-summary-write-article-file):
11261         (gnus-summary-save-article-body-file): Ditto.
11262
11263         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
11264
11265 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11266
11267         * gnus-art.el (gnus-mime-security-button-map):
11268         (gnus-mime-button-map): Add parent.
11269
11270 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11271
11272         * messagexmas.el (message-xmas-redefine): New function.
11273
11274         * message.el: Use it.
11275
11276         * gnus-art.el (gnus-article-check-hidden-text): Return t.
11277
11278         * gnus-util.el (gnus-remove-text-properties-when): Return t.
11279
11280 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11281
11282         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
11283         malformatted messages.
11284
11285 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11286
11287         * mm-util.el (mm-image-load-path): New function.
11288
11289         * gnus-group.el (gnus-group-make-tool-bar): Use it.
11290
11291         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
11292
11293         * message.el (message-tool-bar-map): Use it.
11294
11295         * Makefile.in (install-el): New rule.
11296
11297 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11298
11299         * gnus-art.el (article-treat-dumbquotes): Quote \.
11300
11301 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11302
11303         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
11304         Emacs 20 runs on a terminal.
11305
11306 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11307
11308         * gnus-msg.el (gnus-bug): Revert to save-excursion.
11309
11310         * mml.el (gnus-add-minor-mode): Autoload.
11311
11312         * message.el (message-forward): Save-restriction.
11313
11314 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11315
11316         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
11317         Paul Stevenson <p.stevenson@surrey.ac.uk>
11318
11319 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11320
11321         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
11322
11323         * mml.el (gnus-ems): Don't require.
11324
11325         * gnus.el (gnus-decode-rfc1522): Removed.
11326         (gnus-set-text-properties): Define.
11327
11328 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11329
11330         * gnus-art.el (gnus-mime-*): handle may be nil.
11331
11332         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
11333
11334         * gnus.el (gnus-group-remove-excess-properties): Not defined
11335         in gnus-xmas.
11336
11337 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11338
11339         * message.el (message-mail-user-agent): Add :version.
11340
11341 2000-12-21  Miles Bader  <miles@gnu.org>
11342
11343         * message.el (message-mode): Set `comment-start' to the  yank prefix.
11344
11345 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11346
11347         * message.el (message-mail-user-agent): New variable.
11348         (message-setup): Renamed to message-setup-1. Support
11349         mail-user-agent.
11350         (message-mail-user-agent): New function.
11351         (message-mail): Use it.
11352         (message-reply): Use it.
11353         (message-resend): Use it.
11354         (message-mail-other-window): Use it.
11355         (message-mail-other-frame): Use it.
11356
11357         * gnus-msg.el (gnus-bug): Support mail-user-agent.
11358
11359 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11360
11361         * message.el (message-tool-bar-map): Simplify.
11362         (message-narrow-to-head-1): New function.
11363         (message-narrow-to-head): Use it.
11364         (message-reply): Ditto.
11365         (message-cancel-news): Ditto.
11366         (message-supersede): Ditto.
11367         (message-make-forward-subject): Ditto.
11368         (message-bounce): Ditto.
11369
11370 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11371
11372         * uudecode.el (uudecode-decode-region-external): make-temp-file
11373         may not be defined.
11374
11375         * binhex.el (defalias): eval-and-compile.
11376
11377         * message.el (message-tool-bar-map): New function.
11378         (message-mode): Use it.
11379
11380 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11381
11382         * nntp.el (nntp-find-connection): Remove the entry.
11383         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
11384
11385 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11386
11387         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
11388
11389         * message.el (message-forward): Copy buffer in unibyte mode.
11390
11391 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11392
11393         * message.el (message-make-forward-subject): Don't widen. Decode.
11394         (message-forward): Don't decode subject.
11395
11396 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
11397
11398         * qp.el (quoted-printable-encode-region): Upcase QP.
11399
11400 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11401
11402         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
11403         mail-extract-a-c instead. Don't depend on Gnus.
11404
11405         * mml.el (gnus-ems): Require it.
11406
11407         * gnus-msg.el (gnus-summary-mail-forward):
11408
11409         * message.el (message-forward):  Move mime-to-mml here.
11410
11411 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11412
11413         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
11414         * gnus-art.el (gnus-insert-mime-button): Simplify.
11415         (gnus-mime-display-alternative): Ditto.
11416         (gnus-insert-mime-security-button): Ditto.
11417
11418 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11419
11420         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
11421         text-property-not-all doesn't return nil when start=mark(end).
11422         (gnus-remove-text-properties-when): Ditto.
11423
11424 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11425
11426         * gnus-start.el (gnus-group-change-level): Remove group from
11427         gnus-active-hashtb if real killed.
11428
11429 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11430
11431         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
11432         (gnus-mime-display-alternative): Ditto.
11433         (gnus-insert-mime-security-button): Ditto.
11434
11435 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11436
11437         * gnus-start.el (gnus-group-change-level): Don't add it into
11438         killed-list if it was killed.
11439
11440 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11441
11442         * nnmbox.el (nnmbox-file-coding-system): Use binary.
11443         (nnmbox-active-file-coding-system): Ditto.
11444
11445         * gnus-cus.el (gnus-group-parameters): Add posting-style.
11446
11447 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11448
11449         * gnus.el (gnus-version):
11450         (gnus-version-number): Set to Oort Gnus 0.01.
11451
11452         * gnus-art.el (gnus-mime-security-button-map):
11453         (gnus-insert-mime-security-button): Fix for Emacs21.
11454
11455 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11456
11457         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
11458         easymenu, because XEmacs doesn't understand :help.
11459
11460         * mm-uu.el: Require binhex.
11461
11462 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11463
11464         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
11465
11466 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
11467
11468         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
11469
11470 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
11471
11472         * *.xpm, *.pbm: Convert icons icons to size 24x24.
11473
11474 2000-12-18  Dave Love  <fx@gnu.org>
11475
11476         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
11477         (unused).
11478
11479 2000-12-13  Miles Bader  <miles@gnu.org>
11480
11481         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
11482         to t, so that we don't get stuck while trying to smilefy
11483         intangible text.
11484
11485 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
11486
11487         * smiley-ems.el (smiley-regexp-alist): Make regexps match
11488         at the end of the buffer.
11489         (smiley-region): In the loop, move to the end of the submatch
11490         matching the smiley instead of using the end of the match
11491         of the whole regexp.
11492
11493 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
11494
11495         * message.el (message-mode): Doc fix.
11496
11497 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
11498
11499         * smiley-ems.el (smiley-region): Doc fix.
11500
11501 2000-12-11  Miles Bader  <miles@gnu.org>
11502
11503         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
11504         bottom line visible, check to see if it's partially obscured, and
11505         if so, either scroll one more line to make it fully visible, or
11506         revert to showing the second line from the top.
11507
11508 2000-12-07  Dave Love  <fx@gnu.org>
11509
11510         * mailcap.el (mailcap-download-directory)
11511         * gnus-audio.el (gnus-audio-directory)
11512         * smiley-ems.el (smiley-data-directory): Fix :type.
11513
11514 2000-11-30  Dave Love  <fx@gnu.org>
11515
11516         * message.el (message-auto-save-directory): Use
11517         file-name-as-directory.
11518         (message-set-auto-save-file-name): Create
11519         message-auto-save-directory if necessary.
11520         (message-replace-chars-in-string): Removed -- unused.
11521         (message-mail-alias-type): Customize.
11522         (message-headers): Remove duplicate defgroup.
11523
11524 2000-11-29  Dave Love  <fx@gnu.org>
11525
11526         * qp.el (quoted-printable-decode-region): Use error, not message
11527         to report malformed text (like base64).  Amend message.
11528
11529 2000-11-29  Miles Bader  <miles@gnu.org>
11530
11531         * message.el (message-header-lines): Fontify tag.
11532
11533 2000-11-27  Dave Love  <fx@gnu.org>
11534
11535         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
11536         compiler warning.
11537
11538 ;2000-11-26  Dave Love  <fx@gnu.org>
11539 ;
11540 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
11541 ;
11542 2000-11-23  Dave Love  <fx@gnu.org>
11543
11544         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
11545
11546         * mm-uu.el (uudecode): Require.
11547         (uudecode-decode-region, uudecode-decode-region-external): Don't
11548         autoload.
11549         (mm-uu-copy-to-buffer): Doc fix.
11550         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
11551         type fix.
11552
11553         * mailcap.el: Doc fixes.
11554         (mailcap-mime-data): Various adjustments.
11555         (mailcap): New group.
11556         (mailcap-download-directory): Customize.
11557         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
11558         (mailcap-temporary-directory): Deleted (unused).
11559         (mailcap-unescape-mime-test): Simplify slightly.
11560         (mailcap-viewer-passes-test): Use functionp.
11561         (mailcap-command-p): Aliased to executable-find.
11562
11563         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
11564         default-enable-multibyte-characters is nil.
11565
11566 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
11567
11568         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
11569
11570 2000-11-21  Dave Love  <fx@gnu.org>
11571
11572         * gnus-art.el (gnus-mime-button-map): Don't inherit from
11573         gnus-article-mode-map.
11574 ;       (gnus-mime-button-menu): Use mouse-set-point.
11575         (gnus-insert-mime-button, gnus-mime-display-alternative)
11576         (gnus-mime-display-alternative): Don't use local-map property.
11577
11578 2000-11-17  Dave Love  <fx@gnu.org>
11579
11580         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
11581         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
11582         and make-temp-file.
11583         (uudecode-decode-region): Doc fix.
11584
11585 2000-11-14  Dave Love  <fx@gnu.org>
11586
11587         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
11588         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
11589         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
11590         New files, derived from the XPMs.
11591
11592 2000-11-10  Dave Love  <fx@gnu.org>
11593
11594         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
11595         (gnus-agent-lib-file, gnus-agent-load-alist)
11596         (gnus-agent-save-alist, gnus-agent-article-name): Use
11597         expand-file-name.
11598
11599         * gnus-group.el (gnus-group-name-charset-method-alist): Add
11600         :version.
11601         (nnkiboze-score-file): Defvar when compiling.
11602
11603         * gnus-start.el (gnus-read-newsrc-file): Add :version.
11604
11605         * gnus-art.el (gnus-article-banner-alist)
11606         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
11607         (gnus-article-date-lapsed-new-header)
11608         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
11609         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
11610         (gnus-treat-strip-headers-in-body)
11611         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
11612         (gnus-treat-translate): Add :version.
11613         (gnus-article-mime-part-function): Fix defcustom.
11614
11615         * nnmail.el (nnmail-expiry-target)
11616         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
11617         (nnmail-split-header-length-limit): Add :version.
11618
11619         * gnus-sum.el (gnus-auto-expirable-marks)
11620         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
11621         (gnus-extra-headers, gnus-ignored-from-addresses)
11622         (gnus-newsgroup-ignored-charsets)
11623         (gnus-group-highlight-words-alist)
11624         (gnus-summary-show-article-charset-alist): Add :version.
11625
11626         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
11627         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
11628         files, converted from the XPMs.
11629
11630         * gnus-cache.el (gnus-cache-active-file): Don't use
11631         file-name-as-directory on directory.
11632         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
11633         use file-name-as-directory on directory.
11634
11635         * time-date.el (timezone-make-date-arpa-standard): Autoload.
11636         (date-to-time): Use it.
11637
11638 ;       * message.el (message-mode) <adaptive-fill-regexp>:
11639 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
11640 ;       (message-newline-and-reformat): Likewise.
11641         (message-forward-as-mime, message-forward-ignored-headers)
11642         (message-buffer-naming-style, message-default-charset)
11643         (message-dont-reply-to-names, message-send-mail-partially-limit):
11644         Add :version.
11645
11646         * mm-util.el: Doc fixes.
11647         (mm-mime-charset): Don't use the raw result of
11648         mm-preferred-coding-system.
11649         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
11650         (mm-with-unibyte): Simplify.
11651
11652         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
11653         concat.
11654
11655         * pop3.el (pop3-version): Deleted.
11656         (pop3-make-date): New function, avoiding message-make-date.
11657         (pop3-munge-message-separator): Use it.
11658
11659 2000-11-09  Dave Love  <fx@gnu.org>
11660
11661         * gnus-group.el (gnus-group-make-directory-group)
11662         (gnus-group-fetch-faq): Use expand-file-name.
11663         (gnus-group-fetch-faq): Simplify completing-read form.
11664
11665         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
11666         test for Mule.
11667
11668         * message.el (tool-bar-map): Defvar when compiling.
11669
11670         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
11671         (gnus-tm-lisp-directory): Deleted.
11672         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
11673         (featurep 'xemacs).
11674         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
11675         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
11676         version numbers from file names.
11677
11678 2000-11-08  Dave Love  <fx@gnu.org>
11679
11680         * mm-view.el: Use featurep for XEmacs test.
11681         (mm-inline-message): Test for `remove-specifier'; don't use
11682         condition-case.
11683
11684         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
11685
11686         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
11687         (gnus-score-find-bnews): Don't concat "".
11688
11689         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
11690         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
11691         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
11692         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
11693
11694         * gnus-sum.el: Put some defvars in eval-when-compile.
11695         (gnus-summary-mode-hook): Add :options.
11696         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
11697         (gnus-summary-tool-bar-map): New variable.
11698         (gnus-summary-make-tool-bar): New function.
11699         (gnus-summary-mode): Put kill-all-local-variables first.
11700
11701         * gnus-group.el (gnus-group-toolbar-map): New variable.
11702         (gnus-group-make-tool-bar): Rewritten.
11703         (gnus-group-mode): Put kill-all-local-variables first.
11704
11705         * rfc2047.el: Require gnus-util.
11706
11707         * nnml.el (gnus-sorted-intersection): Autoload.
11708
11709         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
11710         Put some defvars in eval-when-compile.
11711         (gnus-intersection, gnus-sorted-complement):  Autoload.
11712
11713         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
11714
11715         * mm-encode.el (mm-body-7-or-8): Autoload.
11716
11717         * mm-decode.el (mm-insert-inline): Autoload.
11718
11719         * mml.el:
11720         * message.el: Put some defvars in eval-when-compile.
11721
11722         * gnus-msg.el: Put some defvars in eval-when-compile.
11723         (gnus-msg-mail): Move after gnus-setup-message.
11724
11725         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
11726
11727 2000-11-07  Dave Love  <fx@gnu.org>
11728
11729         * gnus-util.el (nnheader): Don't require message (recursive
11730         autoload).
11731
11732         * uudecode.el: Avoid compiler warnings.
11733
11734         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
11735         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
11736
11737 2000-11-06  Dave Love  <fx@gnu.org>
11738
11739         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
11740
11741         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
11742         (uudecode-char-int): New alias, replacing char-int.
11743         (uudecode-decode-region): Don't call buffer-disable-undo.
11744
11745 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
11746 ;       (mm-uu-configure-list): Doc fix.
11747 ;
11748 ;       * earcon.el (running-xemacs): Don't define.
11749 ;
11750 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
11751 ;
11752 ;       * message.el (message-font-lock-keywords): Match a final newline
11753 ;       to help font-lock's multiline support.
11754 ;
11755 2000-11-03  Dave Love  <fx@gnu.org>
11756
11757         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
11758
11759         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
11760         name.
11761
11762         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
11763         <banner>: Fix custom type, doc.
11764
11765         * mm-decode.el (mm-display-external): Space-prefix temp buffer
11766         name.  Don't disable undo explicitly.
11767
11768 ;2000-11-02  Dave Love  <fx@gnu.org>
11769 ;
11770 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
11771 ;       cite-prefix.
11772
11773 2000-11-01  Dave Love  <fx@gnu.org>
11774
11775         * rfc2047.el (base64): Require unconditionally.
11776         (message-posting-charset): Defvar when compiling.
11777         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
11778         message.
11779
11780         * gnus-sum.el (nnoo): Require.
11781         (mm-uu-dissect): Autoload.
11782
11783         * mml.el (mml-parse-1): Clarify message.
11784         (mml-minibuffer-read-type): Use mailcap-mime-types.
11785
11786 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
11787
11788         * mml.el: Fix a typo in the requiring of CL.
11789
11790 2000-11-01  Dave Love  <fx@gnu.org>
11791
11792         * utf7.el: Require cl when compiling.
11793
11794         * binhex.el: Use (featurep 'xemacs).
11795         (binhex-char-int): New alias, replacing char-int.  Change callers.
11796         (binhex-decode-region): Simplify work buffer code.
11797         (binhex-decode-region-external): Use expand-file-name, not concat.
11798
11799 2000-10-30  Dave Love  <fx@gnu.org>
11800
11801         * gnus-art.el: Fix 2000-10-27 change properly.
11802
11803 2000-10-28  Miles Bader  <miles@gnu.org>
11804
11805         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
11806
11807 2000-10-27  Dave Love  <fx@gnu.org>
11808
11809         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
11810         strings.
11811         (gnus-group-make-tool-bar): New function.
11812         (gnus-group-mode): Use it.
11813
11814         * message.el (message-mode-menu): Add some :help strings.
11815         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
11816         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
11817
11818         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
11819         * describe-group.xpm, get-news.xpm, kill-group.xpm:
11820         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
11821
11822         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
11823         display-graphic-p here.
11824
11825 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
11826
11827         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
11828         of the `gnus-xemacs' variable, as the latter has been removed.
11829         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
11830         * gnus-art.el (gnus-treat-display-xface)
11831         (gnus-treat-display-smileys, gnus-treat-display-picons)
11832         (gnus-article-read-summary-keys): Likewise.
11833
11834 2000-10-26  Dave Love  <fx@gnu.org>
11835
11836         (defvar): Use rmail-spool-directory unconditionally.
11837
11838 2000-10-18  Dave Love  <fx@gnu.org>
11839
11840         * mm-bodies.el (mm-uu-decode-function)
11841         (mm-uu-binhex-decode-function): Defvar when compiling.
11842
11843         * gnus-nocem.el (gnus-nocem-issuers): Update.
11844         (gnus-nocem-check-from): New option.
11845         (gnus-nocem-scan-groups): Use it.
11846         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
11847         (gnus-nocem-check-article-limit): Add :version.
11848
11849 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
11850
11851         * ietf-drums.el (mm-util): Require CL when compiling.
11852
11853 2000-10-15  Dave Love  <fx@gnu.org>
11854
11855         * qp.el: Require mm-util.
11856
11857 2000-10-13  Dave Love  <fx@gnu.org>
11858
11859         * qp.el (quoted-printable-decode-region): Avoid invalid
11860         coding-systems.
11861
11862 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
11863
11864         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
11865         to a recursive load.
11866
11867 2000-10-12  Dave Love  <fx@gnu.org>
11868
11869         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
11870
11871         * gnus.el (gnus-group-startup-message): Check for PBM image.
11872
11873 2000-10-09  Dave Love  <fx@gnu.org>
11874
11875         * mail-source.el (mail-source-fetch-imap): Bind
11876         default-enable-multibyte-characters rather than using
11877         mm-disable-multibyte.
11878
11879 2000-10-05  Dave Love  <fx@gnu.org>
11880
11881         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
11882         Autoload.
11883         (quoted-printable-decode-region):  Rename arg which confused
11884         charset with coding-system.  Don't use nonascii-insert-offset.
11885         Coding-system encode the region initially.  Don't recognize `=='
11886         as valid QP.  Coding-system decode the region finally.
11887         (quoted-printable-decode-string): Rename arg which confused
11888         charset with coding-system.
11889
11890         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
11891         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
11892         mm-encode-coding-region.
11893         (mm-decode-body, mm-decode-string): Rename variables which
11894         confused charset with coding-system.
11895         (binhex-decode-region): Don't autoload.
11896         (mm-body-encoding): Require message.
11897         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
11898         cond branches.
11899
11900         * gnus-art.el (article-de-quoted-unreadable)
11901         (article-de-base64-unreadable): Fold search case
11902         rather than downcasing string.  Apply mm-charset-to-coding-system
11903         to arg of quoted-printable-decode-region.
11904
11905 2000-10-04  Dave Love  <fx@gnu.org>
11906
11907         * gnus-ems.el: Don't turn off compiler warnings in local vars.
11908         Require ring when compiling.
11909         (gnus-article-compface-xbm): New variable.
11910
11911 2000-10-04  Dave Love  <fx@gnu.org>
11912
11913         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
11914         pbm images.
11915
11916         * frown.pbm, smile.pbm, wry.pbm: New files.
11917
11918         * frown.xbm, smile.xbm, wry.xbm: Deleted.
11919
11920 2000-10-03  Dave Love  <fx@gnu.org>
11921
11922         * mail-source.el (mail-sources): Revert to nil.
11923
11924         * nnmail (nnmail-spool-file): Revert to `((file))'.
11925
11926         * qp.el: Don't require mm-util.
11927         (quoted-printable-decode-region): Rewritten.
11928         (quoted-printable-decode-string, quoted-printable-encode-region):
11929         Doc fix.
11930         (quoted-printable-encode-region): Barf on multibyte characters.
11931         Maybe make the class multibyte.  Upcase chars, not formatted
11932         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
11933         (quoted-printable-encode-string): Don't use
11934         mm-with-unibyte-buffer.
11935
11936 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
11937
11938         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
11939
11940 2000-09-21  Dave Love  <fx@gnu.org>
11941
11942         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
11943         (for Emacs 20).  Tidy somewhat.
11944
11945 2000-09-21  Dave Love  <fx@gnu.org>
11946
11947         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
11948         image processing.  Rationalize logic somewhat.
11949
11950 2000-09-20  Dave Love  <fx@gnu.org>
11951
11952         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
11953         specifically.
11954
11955         * gnus.el (gnus-version-number): Avoid some redundant
11956         autoloads.
11957
11958 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
11959
11960         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
11961         to XBM; we always have PBM support.
11962
11963 2000-09-14  Dave Love  <fx@gnu.org>
11964
11965         * gnus.el (gnus-charset):
11966         * mm-decode.el (mime-display):
11967         * imap.el (imap) <defgroup>: Add :version.
11968
11969 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
11970
11971         * parse-time.el: Fix author's mail address.
11972
11973         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
11974         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
11975         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
11976         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
11977         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
11978         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
11979         * rfc2231.el, uudecode.el: Fix copyright notice.
11980
11981         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
11982         require `w3' at load-time only if not running in batch mode.
11983
11984 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11985
11986         * gnus.el: Before merge with Emacs21.
11987
11988 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
11989
11990         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
11991
11992 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
11993
11994         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
11995         to avoid conflict with the standard `back-to-indentation'
11996         binding.
11997
11998 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11999
12000         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
12001
12002         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
12003         (mm-disable-multibyte-mule4): Ditto.
12004         (mm-with-unibyte-current-buffer-mule4): Ditto.
12005
12006 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12007
12008         * pop3.el (pop3-movemail): Use binary.
12009         (pop3-movemail-file-coding-system): Removed.
12010
12011 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12012
12013         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
12014
12015 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12016
12017         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
12018         exists.
12019
12020 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12021
12022         * gnus-msg.el (gnus-post-method): Use backend name when the
12023         address is "".
12024
12025 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12026
12027         * gnus-art.el (article-verify-x-pgp-sig): Don't test
12028         mm-verify-option.
12029         (gnus-treat-x-pgp-sig): Default value.
12030         (gnus-ignored-headers): Redundant.
12031
12032 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12033
12034         * gnus-win.el (gnus-configure-frame): Save selected window.
12035
12036 2000-02-15  Andrew Innes  <andrewi@gnu.org>
12037
12038         * nnmbox.el: Require gnus-range.
12039         (nnmbox-group-building-active-articles): New variable.
12040         (nnmbox-group-active-articles): New variable; this is a cache of
12041         all active articles by group and number.
12042         (nnmbox-in-header-p): New function.
12043         (nnmbox-find-article): New function.
12044         (nnmbox-record-active-article): New function.
12045         (nnmbox-record-deleted-article): New function.
12046         (nnmbox-is-article-active-p): New function.
12047         (nnmbox-retrieve-headers): Use nnmbox-find-article.
12048         (nnmbox-request-article): Ditto.  Also supply extra arg to
12049         nnmbox-article-group-number.
12050         (nnmbox-request-expire-articles): Ditto.
12051         (nnmbox-request-move-article): Ditto.
12052         (nnmbox-request-replace-article): Ditto.
12053         (nnmbox-request-rename-group): Rename group entry in active
12054         article cache.
12055         (nnmbox-delete-mail): Update active article cache, unless article
12056         is being replaced.
12057         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
12058         than partially duplicating it.
12059         (nnmbox-article-group-number): Add extra `this-line' arg, to
12060         handle articles belonging to multiple groups.
12061         (nnmbox-save-mail): Update active article cache.
12062         (nnmbox-read-mbox): Build active article cache when loading mbox.
12063         Also do some repair work, if we find articles that are missing the
12064         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
12065         reconstruct these from Xref info.
12066
12067 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12068
12069         * mail-source.el (mail-source-report-new-mail): Use
12070         nnheader-run-at-time.
12071
12072 2000-02-15  Andrew Innes  <andrewi@gnu.org>
12073
12074         * mail-source.el (mail-source-fetch-pop): Clear pop password when
12075         an error is thrown, and then rethrow the error.
12076         (mail-source-check-pop): Ditto.
12077         (mail-source-start-idle-timer): Prevent multiple pop checks
12078         running if the check takes a long time.
12079
12080 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12081
12082         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
12083         succeed.
12084
12085 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12086
12087         * gnus-win.el (gnus-configure-windows): Make sure
12088         nntp-server-buffer is live.
12089         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
12090
12091 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
12092
12093         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
12094
12095 2000-12-04  Andreas Jaeger  <aj@suse.de>
12096
12097         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
12098
12099 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12100
12101         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
12102
12103 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12104         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
12105
12106         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
12107
12108 2000-12-01  Simon Josefsson  <sj@extundo.com>
12109
12110         * mml-smime.el (mml-smime-verify): Fix address parsing.
12111
12112 2000-12-01  Simon Josefsson  <sj@extundo.com>
12113
12114         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
12115         more than one certificate inside PKCS#7 blob.  Better security
12116         information (clamed / actual sender, openssl output, certificates
12117         inside message).
12118
12119         * smime.el (smime-verify-region): Output to /dev/null.
12120         (smime-buffer-as-string-region): Don't parse empty lines.
12121
12122 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12123
12124         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
12125         ?d and ?D.
12126         (gnus-mime-security-show-details-inline): New variable.
12127         (gnus-mime-security-show-details): Use them.
12128         (gnus-insert-mime-security-button): Ditto.
12129
12130         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
12131         Suggest by Michael Duggan (md5i@cs.cmu.edu).
12132         (mml2015-gpg-clear-verify): Ditto.
12133         (mml2015-gpg-decrypt-1): Ditto.
12134         (mml2015-use): Prefer 'gpg.
12135
12136 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12137
12138         * gnus-util.el (gnus-add-text-properties-when): New function.
12139         (gnus-remove-text-properties-when): Ditto.
12140
12141         * gnus-cite.el (gnus-article-hide-citation): Use them.
12142         (gnus-article-toggle-cited-text): Use them.
12143
12144         * gnus-art.el (gnus-signature-toggle): Use them.
12145         (gnus-article-show-hidden-text): Ditto.
12146         (gnus-article-hide-text): Ditto.
12147
12148 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12149
12150         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
12151
12152 2000-11-30  Simon Josefsson  <sj@extundo.com>
12153
12154         * smime.el (smime-point-at-eol): New alias.
12155         (smime-buffer-as-string-region): Use it.
12156
12157 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12158
12159         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
12160
12161 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12162
12163         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
12164
12165         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
12166
12167         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
12168
12169 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12170
12171         * nnmh.el (nnmh-request-expire-articles): Implemented
12172         expiry-target for nnmh backend.
12173
12174 2000-11-30  Simon Josefsson  <sj@extundo.com>
12175
12176         * mm-decode.el (mm-security-from): New variable.
12177         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
12178
12179         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
12180         than `from'.
12181
12182 2000-11-30  Simon Josefsson  <sj@extundo.com>
12183
12184         * mml-smime.el (mml-smime-verify): Verify that certificate mail
12185         address match sender address.
12186
12187         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
12188
12189         * smime.el (smime-verify-region): Don't copy buffer.
12190         (smime-decrypt-buffer): Use expand-file-name on keyfile.
12191         (smime-pkcs7-region): New function.
12192         (smime-pkcs7-certificates-region): Ditto.
12193         (smime-pkcs7-email-region): Ditto.
12194         (smime-buffer-as-string-region): Ditto.
12195
12196         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
12197         buffer.
12198
12199 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
12200
12201         * smime.el (smime-decrypt-region): Fix keyfile argument.
12202
12203 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12204
12205         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
12206
12207 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12208
12209         * message.el (message-shoot-gnksa-feet): New variable.
12210         (message-gnksa-enable-p): New function.
12211         (message-send): Use it.
12212         (message-check-news-body-syntax): Ditto.
12213
12214 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12215
12216         * message.el (message-make-message-id): Remove the redundancy.
12217
12218 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12219
12220         * message.el (message-setup): Discourage using mc-install-*-mode.
12221
12222         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
12223
12224 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12225
12226         * gnus-cite.el (gnus-cite-parse): Guess citation length.
12227
12228 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12229
12230         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
12231
12232 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12233
12234         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
12235
12236 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12237
12238         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
12239         insert-buffer-substring.
12240
12241         * message.el (message-send-mail): Use buffer-substring-no-properties.
12242         (message-send-news): Ditto.
12243
12244 2000-11-22  David Edmondson  <dme@dme.org>
12245
12246         * imap.el (imap-wait-for-tag): Message read info.
12247
12248 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12249
12250         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
12251         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
12252         (mml2015-gpg-encrypt): Ditto.
12253
12254 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12255
12256         * mm-decode.el (mm-verify-option): Default value.
12257
12258         * mml-sec.el (mml-secure-part): Error message.
12259
12260 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12261
12262         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
12263
12264 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12265
12266         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
12267
12268 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12269
12270         * gnus-art.el (gnus-article-describe-key): Use prompt.
12271         (gnus-article-describe-key-briefly): Ditto.
12272
12273 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12274
12275         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
12276
12277 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12278
12279         * gnus-art.el (gnus-article-describe-key): New function.
12280         (gnus-article-describe-key-briefly): New function.
12281
12282 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12283
12284         * mm-decode.el (mm-decrypt-option): Doc typo.
12285
12286         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
12287         return a number.
12288
12289 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12290
12291         * message.el (message-newline-and-reformat): Typo.
12292
12293 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12294
12295         * gnus-art.el (article-verify-x-pgp-sig): Check whether
12296         original-article-buffer exists.
12297
12298         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
12299         (rfc2047-header-encoding-alist): Addresses are different from text.
12300         (rfc2047-encode-message-header): Ditto.
12301         (rfc2047-dissect-region): Extra parameter.
12302         (rfc2047-encode-region): Ditto.
12303         (rfc2047-encode-string): Ditto.
12304
12305 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12306
12307         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
12308         (mm-uu-pgp-encrypted-extract): Use it.
12309         (mm-uu-pgp-signed-extract-1): New function.
12310         (mm-uu-pgp-signed-extract): Use it.
12311
12312         * gnus-art.el (gnus-mime-display-security): New function.
12313         (gnus-mime-display-part): Use it.
12314         (gnus-mime-security-verify-or-decrypt): New function.
12315         (gnus-mime-security-press-button): New function.
12316         (gnus-insert-mime-security-button): Use it.
12317
12318         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
12319         (mm-find-raw-part-by-type): Ditto.
12320         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
12321         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
12322         (mm-destroy-parts): Kill nested multibyte buffer.
12323
12324         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
12325         (mml2015-gpg-verify): Ditto.
12326
12327 2000-11-18  Simon Josefsson  <sj@extundo.com>
12328
12329         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
12330         (mml2015-function-alist): Use it.
12331
12332         * mml-sec.el (mml-sign-alist): Update names.
12333         (mml-encrypt-alist): Ditto.
12334         (mml-secure-part-smime-sign): Moved to mml-smime.el
12335         as `mml-smime-sign-query'.
12336         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
12337         `mml-smime-get-file-cert'.
12338         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
12339         `mml-smime-get-dns-cert'.
12340         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
12341         `mml-smime-encrypt-query'.
12342         (mml-smime-sign-buffer): Use mml-smime-sign.
12343         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
12344
12345         * mml-smime.el (mml-smime-sign): New function.
12346         (mml-smime-encrypt):
12347         (mml-smime-sign-query):
12348         (mml-smime-get-file-cert):
12349         (mml-smime-get-dns-cert):
12350         (mml-smime-encrypt-query): Moved from mml-sec.el.
12351
12352 2000-11-16  Simon Josefsson  <sj@extundo.com>
12353
12354         * mml2015.el (mml2015-gpg-clear-verify): New function.
12355         (mml2015-function-alist): Add it.
12356
12357 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
12358
12359         * message.el (message-setup-fill-variables): Use
12360         message-cite-prefix-regexp.
12361         (message-newline-and-reformat): Check the end of citation, leading
12362         WSP, break in the cite prefix.
12363         (message-fill-paragraph): New function.
12364
12365 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12366
12367         * lpath.el: Shut up.
12368
12369 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
12370
12371         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
12372         raw 8-bit in headers in dk.* newsgroups.
12373
12374 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12375
12376         * message.el (message-newline-and-reformat): Match extra WSPs.
12377
12378 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
12379
12380         * mml.el (mml-generate-mime-1): Ignore ascii.
12381
12382 2000-11-16 Justin Sheehy  <justin@iago.org>
12383
12384         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
12385
12386 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12387
12388         * message.el (message-cite-prefix-regexp): Prefix should not end
12389         at space.
12390
12391 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
12392
12393         * message.el (message-mode-syntax-table): Add - as a word
12394         constituent as in articles.
12395         (message-setup-fill-variables): Add -_. as supercite-style prefix.
12396         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
12397         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
12398
12399 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
12400
12401         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
12402
12403 2000-11-12  David Edmondson  <dme@dme.org>
12404
12405         * message.el (message-font-lock-keywords): use
12406         message-cite-prefix-regexp.
12407
12408 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12409
12410         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
12411         Stein Arild Str\e,Ax\e(Bmme.
12412         (gnus-group-jump-to-group): Use it.
12413         (gnus-group-jump-to-group-prompt): Customize.
12414
12415 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
12416
12417         * mailcap.el (mailcap-possible-viewers): Match the entire string.
12418
12419 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
12420
12421         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
12422         incompatible.
12423         (mml2015-mailcrypt-sign): Ditto.
12424
12425 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12426
12427         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
12428         group is open.
12429
12430 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
12431
12432         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
12433         nnvirtual articles.
12434         (gnus-backlog-request-article): Don't request nnvirtual articles.
12435
12436 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
12437
12438         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
12439         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
12440
12441 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
12442
12443         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
12444         * mml.el (mml-generate-mime-1): Use charset attribute.
12445         * mm-bodies.el (mm-encode-body): Add parameter charset.
12446         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
12447
12448 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
12449
12450         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
12451         (mml2015-mailcrypt-clear-decrypt): Ditto.
12452         (mml2015-mailcrypt-verify): Ditto.
12453         (mml2015-mailcrypt-clear-verify): Ditto.
12454         (mml2015-gpg-verify): Ditto.
12455
12456 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12457
12458         * smime.el (smime-openssl-program): Test the existence of openssl.
12459         * mml-smime.el: Require mm-decode.
12460         (mml-smime-verify-test): New function.
12461         * mm-decode.el (mm-verify-function-alist): Use it.
12462
12463 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
12464
12465         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
12466         anyway.
12467
12468 2000-11-13  Simon Josefsson  <sj@extundo.com>
12469
12470         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
12471         verification doesn't work.
12472
12473 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
12474
12475         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
12476         (gnus-inews-do-gcc): Use it.
12477
12478 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
12479
12480         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
12481         leading space.
12482         * mm-extern.el (mm-inline-external-body): Report error when no
12483         access-type.
12484
12485 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
12486
12487         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
12488
12489 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
12490
12491         * gnus-art.el (gnus-mime-button-menu): Use select-window.
12492
12493 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
12494
12495         * gnus-art.el (gnus-mime-display-part): Display multipart/related
12496         as multipart/mixed.
12497
12498 2000-11-12  David Edmondson  <dme@dme.org>
12499
12500         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
12501         and replace `.' with `\w' to allow for different syntax tables
12502         (from Vladimir Volovich).
12503         * message.el (message-newline-and-reformat): use
12504         `message-cite-prefix-regexp'.
12505         * gnus-cite.el (gnus-supercite-regexp): use
12506         `message-cite-prefix-regexp'.
12507         * gnus-cite.el (gnus-cite-parse): use
12508         `message-cite-prefix-regexp'.
12509
12510 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
12511
12512         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
12513         PGP SIGNATURE.  Escape leading "-"'s.
12514         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
12515
12516 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
12517
12518         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
12519
12520 2000-11-11  Simon Josefsson  <sj@extundo.com>
12521
12522         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
12523
12524         * smime.el (smime-details-buffer): New variable.
12525         (smime-sign-region):
12526         (smime-encrypt-region):
12527         (smime-verify-region):
12528         (smime-decrypt-region): Copy OpenSSL output to the buffer.
12529
12530         * mml-smime.el (mml-smime-verify): Support security info.
12531
12532 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
12533
12534         * mm-decode.el (mm-verify-option): Set default to nil.
12535         (mm-decrypt-option): Ditto.
12536         * gnus-art.el (article-verify-x-pgp-sig): New function.
12537
12538 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
12539
12540         * gnus-art.el (gnus-mime-display-alternative): Show button if no
12541         preferred part.
12542
12543 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12544
12545         * gnus-sum.el (gnus-move-split-methods): Say that
12546         `gnus-split-methods' uses file names, whereas this uses group
12547         names.  (Report from Nevin Kapur)
12548
12549 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
12550
12551         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
12552
12553 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12554
12555         * nnheader.el (nnheader-directory-files-is-safe): New variable.
12556         (nnheader-directory-articles): Use it.
12557         (nnheader-article-to-file-alist): Ditto.
12558
12559 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
12560
12561         * rfc2047.el (rfc2047-pad-base64): New function.
12562         (rfc2047-decode): Use it.
12563
12564 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
12565
12566         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
12567         select method.
12568
12569 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12570
12571         * mml2015.el (mml2015-gpg-decrypt-1):
12572         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
12573
12574 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12575
12576         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
12577
12578 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
12579
12580         * pop3.el (pop3-munge-message-separator): A message may have an
12581         empty body.
12582
12583 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
12584
12585         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
12586         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
12587         (mm-uu-pgp-signed-extract): Use coding-system.
12588
12589 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
12590
12591         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
12592         (gnus-insert-mime-security-button): New function.
12593         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
12594         * mml2015.el:  Add security info when verify or decrypt.
12595         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
12596         (mm-uu-pgp-encrypted-extract): Ditto.
12597
12598 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
12599
12600         * mm-decode.el (mm-display-parts): New function.
12601         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
12602
12603 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12604
12605         * gnus-mlspl.el: Documentation tweaks.
12606
12607 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12608
12609         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
12610         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
12611         argument.
12612
12613 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
12614
12615         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
12616
12617 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
12618
12619         * gnus-art.el (gnus-article-encrypt): New function.
12620         (gnus-article-encrypt-protocol-alist): New variable.
12621         (gnus-article-encrypt-protocol): New variable.
12622         * mml2015.el (mml2015-self-encrypt): New function.
12623         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
12624
12625 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
12626
12627         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
12628         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
12629         let mailcap do it.
12630         * mml2015.el: Remove snarf code.
12631         * mm-decode.el: Remove snarf code.
12632
12633 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
12634
12635         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
12636         (mml-insert-mime): Understand gnus-decoded.
12637         (mime-to-mml): New parameter handles.
12638         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
12639         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
12640
12641 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
12642
12643         * mm-decode.el (mime-security): New group.
12644         (mm-verify-function-alist): Add test function.
12645         (mm-decrypt-function-alist): Ditto.
12646         (mm-snarf-option): Set default value as nil.
12647         (mm-find-part-by-type): Recursive parameter.
12648         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
12649         * mml2015.el: Support draft-ietf-openpgp-multsig.
12650
12651 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
12652
12653         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
12654         (gnus-article-view-part-as-charset): New function.
12655
12656 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
12657
12658         * mm-decode.el (mm-verify-option): Default value.
12659         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
12660
12661 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12662
12663         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
12664
12665 2000-11-05  Simon Josefsson  <sj@extundo.com>
12666
12667         * mml-smime.el (mml-smime-verify): Work in original multipart
12668         buffert.
12669
12670         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
12671         (mm-handle-multipart-ctl-parameter): Ditto.
12672         (mm-alist-to-plist): New function.
12673         (mm-dissect-buffer): Store CTL parameters and copy original buffer
12674         for multiparts.
12675         (mm-destroy-parts): Destroy multipart buffert.
12676         (mm-remove-part): Ditto.
12677
12678         * mml-smime.el (mml-smime-sign): Not used.
12679         (mml-smime-encrypt): Ditto.
12680
12681         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
12682
12683         Verify S/MIME signature support.
12684
12685         * mm-decode.el (mm-inline-media-tests): Add
12686         application/{x-,}pkcs7-signature.
12687         (mm-inlined-types): Ditto.
12688         (mm-automatic-display): Ditto.
12689         (mm-verify-function-alist): Ditto.  Add name of method.
12690         (mm-decrypt-function-alist): Add name of method.
12691         (mm-find-part-by-type): Add documentation.
12692         (mm-possibly-verify-or-decrypt): Use new format of
12693         mm-{verify,decrypt}-function-alist.  Use method names.
12694
12695         * mml-smime.el (mml-smime-verify): New function.
12696
12697 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12698
12699         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
12700
12701 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
12702
12703         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
12704         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
12705         * mm-decode.el (mm-snarf-option): New variable.
12706
12707 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12708
12709         * mm-util.el (mm-subst-char-in-string): New function.
12710         (mm-replace-chars-in-string): Use it.
12711         * message.el (message-replace-chars-in-string): Use it.
12712         * nnheader.el (nnheader-replace-chars-in-string): Use it.
12713         * gnus-mh.el (mh-lib-progs): Shut up.
12714
12715 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
12716
12717         * base64.el, md5.el: Moved to contrib directory.
12718
12719 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
12720
12721         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
12722         the last article when search.
12723
12724 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
12725
12726         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
12727         * nnmail.el (nnmail-pathname-coding-system): Ditto.
12728
12729 2000-09-29  David Edmondson  <dme@thus.net>
12730
12731         * message.el (message-newline-and-reformat): Typo.
12732
12733 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12734
12735         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
12736
12737 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
12738
12739         * nntp.el (nntp-decode-text): Delete bogus status lines.
12740
12741 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
12742
12743         * message.el (message-font-lock-keywords): Match a final newline
12744         to help font-lock's multiline support.
12745
12746 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12747
12748         * nnoo.el (nnoo-set): New function.
12749
12750 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
12751
12752         * gpg.el, gpg-ring.el: Moved to contrib directory.
12753
12754 2000-11-04  Simon Josefsson  <sj@extundo.com>
12755
12756         * nnimap.el (nnimap-split-inbox): Typo.
12757
12758 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12759
12760         * gnus-msg.el (gnus-msg-mail): Move it backwards.
12761
12762 2000-11-03  Simon Josefsson  <sj@extundo.com>
12763
12764         * rfc2231.el (rfc2231-parse-qp-string): New function.
12765         (require): rfc2047.
12766
12767         * mail-parse.el (mail-header-parse-content-type):
12768         (mail-header-parse-content-disposition): Support invalid QP
12769         encoded strings, by using `rfc2231-parse-qp-string'.
12770
12771 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
12772
12773         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
12774         (rfc2231-decode-encoded-string): Typo "> X 1".
12775         (rfc2231-encode-string): Insert the name of charset.
12776         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
12777
12778 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12779
12780         * mm-decode.el (mm-save-part): Return the filename.
12781         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
12782         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
12783         (gnus-mime-action-alist): Use it.
12784         (gnus-mime-button-commands): Use it.
12785         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
12786         (mm-inline-external-body): unwind-protect.
12787
12788 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
12789
12790         * gnus-art.el (gnus-insert-mime-button): Show url.
12791
12792 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
12793
12794         * mml.el (mml-generate-mime-1): Support external url.
12795         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
12796
12797 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
12798
12799         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
12800         * mm-decode.el (mm-display-external): Ditto.
12801         * mm-extern.el: New file.
12802         * mm-decode.el (mm-inline-media-tests): Hook it up.
12803         (mm-inlined-types): Inline message/external-body.
12804
12805 2000-11-02  Simon Josefsson  <sj@extundo.com>
12806
12807         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
12808
12809         * message.el (message-get-reply-headers): Better handling when
12810         Mail-Followup-To is very large.
12811
12812 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
12813
12814         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
12815         * gnus-art.el (gnus-article-edit-done):
12816         * gnus-sum.el (gnus-summary-edit-article-done): Move line
12817         counting code here.
12818         * gnus-msg.el (gnus-setup-message): Remove a hack.
12819
12820 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12821
12822         * gnus-sum.el (gnus-newsgroup-variables): New variable.
12823         (gnus-summary-mode): Make them local variables.
12824         (gnus-set-global-variables): Globalize them.
12825         (gnus-summary-exit): Kill them.
12826
12827 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
12828
12829         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
12830         word.
12831
12832 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
12833
12834         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
12835         gnus-article-wash-types.
12836         * gnus-art.el (gnus-article-wash-status): Use them.
12837
12838 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
12839
12840         * mml.el (mml-read-tag): Remove spaces and LF.
12841
12842 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12843
12844         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
12845         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
12846
12847 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
12848
12849         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
12850
12851 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
12852
12853         * gnus-sum.el (gnus-article-charset): New variable.
12854         (gnus-summary-display-article): Set it.
12855         * gnus-msg.el (gnus-copy-article-buffer): Use it.
12856         * gnus-art.el (gnus-article-mode): Make it local variable.
12857
12858 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12859
12860         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
12861
12862 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12863
12864         * nnwfm.el: New file.
12865
12866         * nnweb.el (nnweb-replace-in-string): New function.
12867
12868 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12869
12870         * mml2015.el: Wrap gpg.el.
12871         * gpg.el (gpg-verify): The last argument of apply is a list.
12872         (gpg-encrypt): Add passphrase as a parameter.
12873
12874 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
12875
12876         * gpg.el: New file.
12877         * gpg-ring.el: New file.
12878
12879 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
12880
12881         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
12882
12883 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12884
12885         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
12886         double-quote characters.
12887         (gnus-summary-prepare-threads): Ditto.
12888
12889 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12890
12891         * gnus-art.el (gnus-mime-display-single): Forward line -1.
12892         * mml.el (mml-read-tag): Don't skip the leading space.
12893         * lpath.el (font-lock-set-defaults): Shut up.
12894
12895 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
12896
12897         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
12898
12899 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
12900
12901         * qp.el (quoted-printable-encode-region): Replace leading - when
12902         ultra safe.
12903         * mml.el (mml-generate-mime-postprocess-function): Removed.
12904         (mml-postprocess-alist): Removed.
12905         (mml-generate-mime-1): Use ultra-safe when sign.
12906         * mml2015.el (mml2015-fix-micalg): Uppercase.
12907         (mml2015-verify): Insert LF.
12908         (mml2015-mailcrypt-sign): Downcase; search backward.
12909
12910 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12911
12912         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
12913         restrictive.
12914         (nnultimate-table-regexp): New variable.
12915         (nnultimate-forum-table-p): Use it.
12916
12917 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
12918         Trivial patch.
12919
12920         * gnus-sum.el (gnus-summary-expire-articles): Save point.
12921
12922 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12923
12924         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
12925         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
12926
12927 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
12928
12929         * mml2015.el: Shut up.
12930
12931 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
12932
12933         * gnus.el (gnus-server-browse-hashtb): Removed.
12934         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
12935         (gnus-group-insert-group-line-info): Use simplified method.
12936         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
12937
12938 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
12939
12940         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
12941         moved here.
12942         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
12943         * gnus-group.el (gnus-group-prepare-flat): Use it.
12944         * gnus-topic.el (gnus-group-prepare-topics): Use it.
12945
12946 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
12947
12948         * mml.el (mml-mode): Show menu in XEmacs.
12949
12950 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
12951
12952         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
12953         (gnus-server-read-server-in-server-buffer): New function.
12954         (gnus-browse-foreign-server): Browse in group buffer.
12955         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
12956         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
12957         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
12958         * gnus.el (gnus-server-browse-hashtb): New variable.
12959
12960 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
12961
12962         * nnfolder.el (nnfolder-open-nov): Use group.
12963
12964 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
12965
12966         * nnfolder.el: Add NOV. Set version to 2.0.
12967         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
12968
12969 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
12970
12971         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
12972
12973 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12974
12975         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
12976         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
12977
12978 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12979
12980         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
12981
12982 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12983
12984         * mm-decode.el (mm-verify-function-alist): New variable.
12985         (mm-verify-option): New variable.
12986         (mm-decrypt-function-alist): Ditto.
12987         (mm-decrypt-option): Ditto.
12988         (mm-find-raw-part-by-type): New function.
12989         (mm-possibly-verify-or-decrypt): New function.
12990         (mm-dissect-multipart): Use it.
12991         * mml2015.el (mml2015-fix-micalg): New function.
12992         (mml2015-decrypt): Use new interface.
12993         (mml2015-verify):  Use new interface.
12994         (mml2015-setup): Make it bogus.
12995
12996 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
12997
12998         * mml.el (mml-generate-mime-postprocess-function): Set to
12999         mml-postprocess.
13000         (autoload): Autoload mml2015 and mml-smime.
13001         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
13002         * mml2015.el (mml2015-encrypt): New function.
13003         (mml2015-sign): New function.
13004         (mml2015-encrypt-function): New variable.
13005         (mml2015-sign-function): New variable.
13006         (mml2015-mailcrypt-encrypt): Use message-recipients.
13007         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
13008         * mml-smime.el (mml-smime-setup): Ditto.
13009
13010 2000-10-28  Simon Josefsson  <sj@extundo.com>
13011
13012         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
13013         Communigate Pro 3.3.1 server.
13014
13015         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
13016         in buffers.
13017         (mml-secure-dns-server): Removed.
13018         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
13019         write certificates to files.
13020
13021         * smime.el (smime-dns-server): New variable.
13022         (smime-mail-to-domain):
13023         (smime-cert-by-dns): New functions.
13024
13025         * dig.el: New file.
13026
13027 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
13028
13029         * message.el (message-options): New variable.
13030         (message-options-set-recipient): New function.
13031         (message-send): Use them.
13032         * gnus-int.el (gnus-request-replace-article): Use them.
13033         (gnus-request-accept-article): Ditto.
13034         * mml.el (mml-preview): Use them.
13035         * gnus-sum.el (gnus-summary-edit-article): Use them.
13036
13037         * message.el (message-options-get): New function.
13038         (message-options-get): New function.
13039         * rfc2047.el (rfc2047-encode-message-header): Use them.
13040         * mm-bodies.el (mm-encode-body): Use them.
13041
13042 2000-10-28  Simon Josefsson  <sj@extundo.com>
13043
13044         * nnimap.el (nnimap-retrieve-which-headers):
13045         (nnimap-request-article-part): Quote message-id.
13046
13047         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
13048         (smime-CA-file): New variable.
13049         (smime-call-openssl-region): Don't error.
13050         (smime-sign-region): Return result value.
13051         (smime-encrypt-region): Ditto.
13052         (smime-verify-region): New function.
13053         (smime-decrypt-region): Ditto.
13054         (smime-verify-buffer): Ditto.
13055         (smime-decrypt-buffer): Ditto.
13056
13057         * mml.el: Require mml-sec.
13058         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
13059         (mml-mode-map): Add "sign" and "encrypt" maps.
13060         (mml-menu): Add security menu.
13061         (mml-preview): Use generate-new-buffer.
13062
13063         * mml-sec.el: New file.
13064
13065 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13066
13067         * mm-decode.el (mm-find-part-by-type): Move it here.
13068         * mml.el (mml-postprocess): Move it here.
13069         (mml-postprocess-alist): Move it here. Merge them.
13070
13071 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
13072
13073         * rfc2047.el (rfc2047-encode-message-header): Make sure no
13074         unencoded stuff in the header.
13075
13076 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
13077
13078         * gnus-group.el (gnus-group-listed-groups): New variable.
13079         (gnus-group-list-option): New variable.
13080         (gnus-group-list-limit-map): New keymap.
13081         (gnus-group-list-flush-map): New keymap.
13082         (gnus-group-list-plus-map): New keymap.
13083         (gnus-group-prepare-logic): New function.
13084         (gnus-group-prepare-flat): Merge with
13085         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
13086         (gnus-group-prepare-flat-list-dead): Ditto.
13087         (gnus-group-list-matching): Use gnus-group-prepare-function.
13088         (gnus-group-list-dormant): Ditto.
13089         (gnus-group-list-cached): Ditto.
13090         (gnus-group-listed-groups): New function.
13091         (gnus-group-list-limit): New function.
13092         (gnus-group-list-flush): New function.
13093         (gnus-group-list-plus): New function.
13094         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
13095         (gnus-topic-prepare-topic): Ditto.
13096
13097 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
13098
13099         * message.el (message-insert-to, message-get-reply-headers):
13100         (message-reply, message-followup): Mail-{Followup,Reply}-To.
13101
13102 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13103
13104         * mml2015.el: New file.
13105         * smime.el: New file.
13106         * mml-smime.el: New file.
13107
13108 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
13109
13110         * ChangeLog: Moved to ChangeLog.1.
13111
13112     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
13113   Copying and distribution of this file, with or without modification,
13114   are permitted provided the copyright notice and this notice are preserved.
13115
13116 ;; Local Variables:
13117 ;; coding: iso-2022-7bit
13118 ;; End: