e0edbd5f40c105e53f67cdffdf3a16c70e2dd5d1
[gnus] / lisp / ChangeLog
1 2003-01-10  Simon Josefsson  <jas@extundo.com>
2
3         * gnus-sum.el (gnus-select-article-hook): Add :option.
4
5 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
6
7         * spam.el (spam-use-stat): new variable
8         (spam-group-spam-processor-stat-p) 
9         (spam-group-ham-processor-stat-p): new convenience functions
10         (spam-summary-prepare-exit): add spam/ham processors to sequence
11         (spam-list-of-checks): add spam-use-stat to list of checks
12         (spam-split): conditionally load the spam-stat tables
13         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
14         spam-check-ifile): new functions
15
16         * spam-stat.el (spam-stat): typo fix
17         (spam-stat-install-hooks): new variable
18         (spam-stat-split-fancy-spam-group): added documentation clarification
19         (spam-stat-split-fancy-spam-threshhold): new variable
20         (spam-stat-install-hooks): make hooks conditional
21         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
22
23         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
24         spam-stat ham/spam processor symbols
25
26 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27
28         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
29         file exists.
30
31 2003-01-10  Simon Josefsson  <jas@extundo.com>
32
33         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
34         undownloaded/downloadable only when unplugged.
35
36 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
37
38         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
39
40 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
41
42         * spam.el (spam-check-ifile): fixed call-process-region to use the
43         db parameter only if it's set
44         (spam-ifile-register-with-ifile): ditto
45
46 2002-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
47
48         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
49         processable articles as read.
50         (gnus-agent-summary-fetch-series): Remove processable and
51         downloadable marks on all downloaded articles in the series.
52
53         * nntp.el (nntp-report): Throw error after reporting the problem.
54         (nntp-accept-process-output): Corrected error check to report an
55         error when the process is nil.
56
57 2003-01-09  Simon Josefsson  <jas@extundo.com>
58
59         * message.el (message-tool-bar-map): Add preview.
60
61 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
62
63         * mml.el (mml-preview): Get rid of MIME handles and buffers after
64         previewing.
65
66 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
67
68         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
69         bug when the (n+1)th article to be added to a group has a smaller
70         number than the n articles already added.
71
72 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
73
74         * message.el (message-mode-field-menu): Use backquote.
75
76 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
77
78         * spam.el: fixed the BBDB autoloads again, using
79         bbdb-search-simple now (which is not a macro, thank god)
80
81         * lpath.el (bbdb-search): removed function from maybe-fbind list
82
83         * gnus.el (ham-process-destination): added new parameter for
84         destination of ham articles found in spam groups at summary exit
85
86         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
87         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
88         (spam-ifile-database-path): added new parameter for ifile's database
89         (spam-move-spam-nonspam-groups-only): new parameter to determine
90         if spam should be moved from all groups or only some
91         (spam-summary-prepare-exit): fixed logic to use
92         spam-move-spam-nonspam-groups-only when deciding to invoke
93         spam-mark-spam-as-expired-and-move-routine; always invoke that
94         routine after the spam has been expired-or-moved in case there's
95         some spam left over; use spam-ham-move-routine in spam groups
96         (spam-ham-move-routine): new function to move ham articles to the
97         ham-process-destinations group parameter
98
99 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
100
101         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
102
103         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
104         gnus-summary-update-article-line.
105
106 2003-01-08  Simon Josefsson  <jas@extundo.com>
107
108         * nnmail.el (nnmail-expiry-target-group): Request group, create it
109         not successful.
110
111 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
112
113         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
114
115 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
116
117         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
118         logic, finally
119
120 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
121
122         * gnus-spec.el (gnus-parse-format): %C is a complex format.
123         (gnus-parse-format): Change to %~.
124
125         * message.el (message-generate-headers): Don't generate optional
126         empty headers.
127
128 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
129
130         * message.el (message-cross-post-default)
131         (message-cross-post-note-function, message-shoot-gnksa-feet)
132         (message-strip-subject-trailing-was, message-change-subject)
133         (message-mark-insert-file, message-cross-post-followup-to)
134         (message-cross-post-followup-to, message-mode-map)
135         (message-generate-unsubscribed-mail-followup-to)
136         (message-make-mail-followup-to): Minor changes to doc-strings and
137         error messages.  Updated copyright line.
138
139         * message.el (message-make-mail-followup-to,
140         message-generate-unsubscribed-mail-followup-to): New function
141         names.  Renamed functions: "-mft" -> "-mail-followup-to".
142         (message-make-mft, message-gen-unsubscribed-mft): Removed function
143         names.
144
145         * mml.el (mml-preview-insert-mail-followup-to): New function name.
146         (mml-preview-insert-mft): Removed function name.
147         (mml-preview): Use new function names.
148
149         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
150
151         * message.el (message-mode-field-menu): Moved header related
152         commands from "Message" to "Field" menu.
153
154 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
155
156         * message.el (message-generate-headers-first): Added customization
157         if variable is a list.
158
159 2003-01-07  Michael Shields  <shields@msrl.com>
160
161         * gnus-art.el (gnus-article-next-page): Correctly handle the case
162         where the last line of the article is the last line of the window.
163
164 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
165
166         * gnus-msg.el (gnus-debug): Use ignore-errors.
167
168         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
169         `gnus-summary-update-line'.
170
171 2003-01-08  Simon Josefsson  <jas@extundo.com>
172
173         * gnus-art.el (gnus-unbuttonized-mime-types)
174         (gnus-buttonized-mime-types): Doc fix.
175
176 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
177
178         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
179
180 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
181
182         * nnrss.el (nnrss-group-alist): Add and clear up.
183
184 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
185
186         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
187
188         * lpath.el (bbdb-search): added BBDB functions for a better way to
189         fix missing functions
190
191         * spam.el (spam-check-ifile): if should be an unless
192
193         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
194         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
195         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
196
197 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
198
199         * gnus-sum.el (gnus-summary-make-menu-bar): Added
200         gnus-summary-refer-thread to thread menu.
201
202 2002-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
203
204         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
205         summary buffer, articles that cannot be fetched are marked as
206         canceled.
207
208         * nntp.el (nntp-with-open-group): The quit signal handler must
209         propagate the quit signal to the next outer handler so that the
210         caller knows that the request aborted abnormally.
211
212 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
213
214         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
215         (spam-ifile-register-spam-routine)
216         (spam-ifile-register-ham-routine): added ifile functionality that
217         does not use ifile-gnus.el to classify and register articles
218         (spam-get-article-as-string): convenience function
219         (spam-summary-prepare-exit): added ifile spam and ham registration
220         (spam-ifile-all-categories, spam-ifile-spam-category)
221         (spam-ifile-path, spam-ifile): added customization options
222
223         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
224         exit processor
225         (spam-process): added gnus-group-ham-exit-processor-ifile to the
226         list of choices
227
228 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
229
230         * gnus-score.el (gnus-score-followup): Also score immediate
231         followups.
232
233 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
234
235         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
236
237 2003-01-07  Simon Josefsson  <jas@extundo.com>
238
239         * message.el (message-mode-menu): Fix receipt balloon help.
240
241 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
242
243         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
244         always be interpreted as news.
245
246 2003-01-07  Simon Josefsson  <jas@extundo.com>
247
248         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
249         gnus-sieve-script, instead of the global variable
250         gnus-sieve-crosspost.  One-line patch from Steinar Bang
251         <sb@dod.no>.
252
253 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
254
255         * gnus.el: Renamed gnus-summary-*-uncached-face as
256         gnus-summary-*-undownloaded-face to avoid confusing the agent with
257         the cache.
258
259         * gnus-sum.el: Ditto.
260
261 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
262
263         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
264         in either the group or summary buffer.
265         New command "JS", in summary buffer, will fetch articles per the
266         group's category, predicate, and processable flags.
267         (gnus-agent-summary-fetch-series): Rewritten to call
268         gnus-agent-session-fetch-group once with all articles in the
269         series.
270         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
271         return list of fetched articles.
272         (gnus-agent-fetch-articles): Split fetch list into sublists such
273         that the article buffer is only slightly larger than
274         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
275         the group's article alist is saved.
276         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
277         longer result in the agent trying to fetch an article.
278         (gnus-agent-fetch-group-1): Can now be called in either the group
279         or summary buffer.  Removed the max-fetch-size code that I added
280         on 2002-12-13 as that capability is now part of
281         gnus-agent-fetch-articles.  Added code to update summary buffer.
282         When called in the group buffer, articles that can not be fetched
283         are AUTOMATICALLY MARKED AS READ.
284
285         * gnus-sum.el (): Modified eval-when-compile to minimize
286         misleading compilation warnings.
287         (gnus-update-summary-mark-positions): Changed code to use
288         gnus-undownloaded-mark rather than gnus-downloaded-mark.
289
290         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
291         empty file as the parser assumes that the file isn't empty.
292
293         * nntp.el (nntp-send-string): The process-send-string call can,
294         because it performs I/O on the process, change the process' state
295         from open to closed.  If this happens, call nntp-report
296         immediately to report the broken connection.
297         (nntp-report): Rewritten to avoid needing a global variable to
298         determine the appropriate course of action.  Instead, two function
299         implementations are provided and the nntp-report function value is
300         bound to the appropriate implementation.
301         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
302         (nntp-with-open-group): Now binds nntp-report's function cell
303         rather than binding gnus-with-open-group-first-pass.  Added a
304         condition-case to detect a quit during a nntp command.  When the
305         quit occurs, the current connection is closed as a fetch articles
306         request could have several megabytes queued up for reading.
307         (nntp-retrieve-headers): Bind articles to itself.  If
308         nntp-with-open-group repeats this command, I must have access to
309         the original list of articles.
310         (nntp-retrieve-groups): Ditto for groups.
311         (nntp-retrieve-articles): Ditto for articles.
312         (*): Replaced nntp-possibly-change-group calls to
313         nntp-with-open-group forms in all, but one, occurrance.
314         (nntp-accept-process-output): Bug fix. Detect when called with
315         null process.
316
317 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
318
319         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
320         if we don't need to.
321         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
322
323 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
324
325         * gnus-group.el (gnus-group-make-web-group): Pass the select
326         method on to group-create.
327         (gnus-group-line-format-alist): %U is an integer.
328
329         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
330         ephemeral groups.
331         (gnus-summary-read-group-1): Ditto.
332         (gnus-group-make-articles-read): Ditto.
333
334         * mm-url.el (mm-url-program): Doc fix.
335
336         * message.el (message-mode-map): Rebound
337         message-insert-wide-reply.
338
339 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
340
341         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
342         color as `gnus-group-startup-message' does.
343
344 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
345
346         * spam.el: fixed line lengths to 80 chars or less
347
348         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
349         "not-read" mark
350         (gnus-summary-mark-forward): added the spam-mark to the list of
351         marks not to be marked as "read" when viewed
352
353 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
354
355         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
356
357         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
358         Protect against unactive groups.
359
360         * message.el (message-check-news-header-syntax): Check long
361         header lines.
362         (message-check-news-header-syntax): Update `start'.
363
364         * gnus-group.el (gnus-group-expire-articles): Doc fix.
365         (gnus-group-line-format): %U.
366         (gnus-group-line-format-alist): ?U.
367         (gnus-number-of-unseen-articles-in-group): New function.
368
369         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
370
371         * gnus.el (gnus-version-number): Bump version number.
372
373 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
374
375         * gnus.el: Oort Gnus v0.10 is released.
376
377 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
378
379         * gnus.el (gnus-version-number): Fix version number.
380
381 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
382
383         * gnus.el: Oort Gnus v0.08 is released.
384
385 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
386
387         * mm-util.el: Add mm-string-make-unibyte.
388
389         * gnus-group.el (gnus-group-jump-to-group): Make it work for
390         UTF-8 groups.
391
392 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
393
394         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
395
396         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
397
398 2003-01-04  Kevin Ryde  <user42@zip.com.au>
399
400         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
401         function.
402
403 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
404
405         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
406         (gnus-summary-read-group-1): Update group line.
407         (gnus-summary-exit-no-update): Update group on exit.
408
409         * gnus-group.el (gnus-group-line-format): Add %*.
410         (gnus-group-line-format-alist): Ditto.
411         (gnus-group-insert-group-line): Set it.
412         (gnus-group-is-exiting-p): New variable.
413         (gnus-group-insert-group-line): Use it.
414
415 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
416
417         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
418         enable BBDB ham processing
419         (spam-blacklist-register-routine): enable blacklist spam processing
420         (spam-whitelist-register-routine): enable whitelist ham processing
421         (spam-fetch-field-from-fast): fast fetching of the "from" field
422         from (gnus-data-list)
423         (spam-summary-prepare-exit): works completely now
424         (spam-use-blacklist): oops, should be nil by default
425         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
426         split processing now; before it was for summary exit as
427         well but that's done with the spam-contents and spam-process
428         parameters now
429
430 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
431
432         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
433         characters.
434
435 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
436
437         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
438         (spam-group-processor-p, spam-group-processor-bogofilter-p)
439         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
440         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
441         (spam-mark-spam-as-expired-and-move-routine)
442         (spam-generic-register-routine, spam-BBDB-register-routine)
443         (spam-ifile-register-routine, spam-blacklist-register-routine)
444         (spam-whitelist-register-routine): new functions
445         (spam-summary-prepare-exit): added summary exit processing (expire
446         or move) of spam-marked articles for spam groups; added slots for
447         all the spam-*-register-routine functions
448
449 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
450
451         * pop3.el (pop3-retr): Wait 500 msecs.
452         (pop3-read-response): Ditto.
453
454         * gnus-msg.el (gnus-setup-message): Get the evaliation order
455         right.
456         (gnus-inews-make-draft): New function.
457         (gnus-setup-message): Use it.
458
459         * message.el (message-required-headers): Add From.
460
461 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
462         Trivial patch from Norbert Koch <nk@viteno.net>.
463
464         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
465
466 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
467
468         * message.el (message-generate-headers): Let header formatters do
469         their work.
470
471 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
472
473         * deuglify.el (gnus-article-outlook-deuglify-article):
474         Rehighlight, reapply treatments and call
475         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
476         (gnus-outlook-repair-attribution-block): Recognize cited
477         attributions.  Suggested by Niklas Morberg.
478
479 2003-01-02  Pete Kazmier  <pete@kazmier.com>
480
481         * gnus-art.el (gnus-treat-predicate): Check condition first.
482
483 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
484
485         * lpath.el: Add url-http-file-exists-p.
486
487         * gnus-group.el (gnus-group-fetch-charter): Use
488         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
489
490 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
491
492         * message.el (message-draft-headers): Also generate From to get a
493         nicer draft buffer summary.
494
495         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
496         parameter.
497
498         * gnus-art.el (article-wash-html): Clean up.
499         (article-wash-html): Typo fix.
500
501         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
502         (gnus-summary-mail-forward): To many lists of lists.
503
504         * gnus-art.el (article-wash-html): Clean up.
505
506 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
507
508         * gnus-art.el (gnus-treat-wash-html): New variable.
509
510 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
511
512         * message.el (message-check-news-header-syntax): Allow posting.
513         (message-check-news-header-syntax): Fix logic for sure, this
514         time.
515
516 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
517
518         * message.el (message-check-news-header-syntax): Check syntax of
519         continuation headers.
520
521 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
522
523         * gnus-art.el (gnus-button-url-regexp,
524         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
525         (gnus-header-button-alist): Regexps are case insensitive here.
526
527 2003-01-02  Simon Josefsson  <jas@extundo.com>
528
529         * dig.el (query-dig): Doc fix.
530
531 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
532
533         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
534         summary buffer line, not just the download mark.
535
536 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
537
538         * gnus-sum.el (gnus-summary-goto-subjects): New function.
539         (gnus-summary-insert-dormant-articles): New command and
540         keystroke.
541
542         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
543         function for mass insertion of subjects.
544
545         * nndraft.el (nndraft-generate-headers): Don't move point.
546
547         * gnus.el (nnheader): Require nnheader.
548
549         * nndraft.el (nndraft-request-associate-buffer): Use
550         make-local-variable.
551
552 2003-01-02  Michael Shields  <shields@msrl.com>
553
554         * nndraft.el (nndraft-request-associate-buffer): Make
555         write-contents-hooks buffer-local before setting it.
556
557 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
558
559         * gnus.el (gnus-group-parameter-value): Take an extra param.
560         (gnus-group-fast-parameter): Let group param results be nil.
561
562         * gnus-art.el (gnus-article-forward-header): New function.
563         (article-date-ut): Use it to remove continuation date headers.
564
565         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
566         read-event.
567         (gnus-summary-remove-bookmark): Clean up.
568         (gnus-summary-set-bookmark): Clean up.
569
570         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
571
572         * gnus.el (gnus-group-startup-message): Bind data-directory to
573         the Gnus etc directory.
574
575 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
576
577         * spam.el (spam-summary-prepare-exit): added slots for spam- and
578         ham-processing of articles; use the new
579         spam-group-(spam|ham)-contents-p functions
580         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
581         convenience functions
582         (spam-mark-junk-as-spam-routine): use the new
583         spam-group-spam-contents-p function
584
585         * gnus.el (spam-process, spam-contents, spam-process-destination):
586         added new parameters with corresponding global variables
587         (gnus-group-spam-exit-processor-ifile,
588         gnus-group-spam-exit-processor-bogofilter,
589         gnus-group-spam-exit-processor-blacklist,
590         gnus-group-spam-exit-processor-whitelist,
591         gnus-group-spam-exit-processor-BBDB,
592         gnus-group-spam-classification-spam,
593         gnus-group-spam-classification-ham): added new symbols for the
594         spam-process and spam-contents parameters
595
596         * spam.el (spam-ham-marks, spam-spam-marks): changed list
597         customization and list itself to store mark symbol rather than
598         mark character.
599         (spam-bogofilter-register-routine): added logic to generate mark
600         values list from spam-ham-marks and spam-spam-marks, so (member)
601         would work.
602
603 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
604
605         * message.el (message-cross-post-followup-to): Fix comment.
606
607 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
608
609         * spam.el (spam-ham-marks, spam-spam-marks): changed list
610         customization and list itself to store mark symbol rather than
611         mark character.
612         (spam-bogofilter-register-routine): added logic to generate mark
613         values list from spam-ham-marks and spam-spam-marks, so (member)
614         would work.
615
616 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
617
618         * message.el (message-signature-insert-empty-line): New variable.
619
620 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
621
622         * message.el: Renamed functions and variables: "xpost" ->
623         "cross-post", "-fup2" -> "-followup-to".
624         (message-cross-post-old-target, message-cross-post-default,
625         message-cross-post-note, message-followup-to-note,
626         message-cross-post-note-function): New variables names.
627         (message-xpost-old-target, message-xpost-default,
628         message-xpost-note, message-fup2-note,
629         message-xpost-note-function): Removed variable names.
630         (message-cross-post-followup-to-header,
631         message-cross-post-insert-note, message-cross-post-followup-to):
632         New function names.
633         (message-xpost-fup2-header, message-xpost-insert-note,
634         message-xpost-fup2): Removed function names.
635
636 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
637
638         * message.el (message-send-mail): Added message-cleanup-headers to
639         prevent newlines in headers.
640
641 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
642
643         * dns.el (dns-make-network-process): Comment.
644
645         * gnus-sum.el (gnus-summary-display-while-building): Default to
646         nil.
647
648 2003-01-01  Wes Hardaker  <wes@hardakers.net>
649
650         * gnus-sum.el (gnus-summary-display-while-building): New
651         variable.
652
653 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
654
655         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
656         before rearranging the article.
657
658 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
659
660         * nndraft.el (nndraft-generate-headers): New function.
661         (nndraft-request-associate-buffer): Use it to write headers on
662         buffer save.
663
664         * message.el (message-generate-headers): Let the function be a
665         lambda form.
666         (message-draft-headers): New variable.
667
668         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
669         function.
670         (gnus-setup-message): Use it.
671
672         * message.el (message-generate-headers-first): Doc fix.
673         (message-setup-1): Use new function for getting which headers to
674         generate.
675         (message-headers-to-generate): New function.
676
677 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
678
679         * gnus-agent.el (gnus-agent-save-alist): Make directory.
680
681 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
682
683         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
684         mention negatives.
685
686 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
687
688         * deuglify.el (gnus-outlook-rearrange-article): Use
689         `transpose-regions' instead of tempering the kill-ring.
690         (gnus-article-outlook-deuglify-article): Rehighlight article
691         instead of a complete redisplay.
692
693 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
694
695         * spam.el: most defvars are defcustoms now
696
697         patches from Michael Shields  <shields@msrl.com>
698
699         * spam.el (spam-bogofilter-articles): Select the article
700         body using gnus-summary-show-article t instead of
701         gnus-summary-select-article; this presents the raw text
702         without running any hooks.
703
704         * spam.el (spam-bogofilter-articles): Use message-remove-header
705         to remove headers; the old way incorrectly removed just the first
706         line of folded headers.
707
708 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
709
710         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
711
712 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
713
714         * gnus-start.el (gnus-load): New function.
715         (gnus-read-newsrc-el-file): Use it.
716
717 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
718
719         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
720         (gnus-button-handle-apropos-documentation): New function.
721         (gnus-button-handle-ctan): New function.
722         (gnus-button-alist): Use them.  Improve some regexps.
723         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
724
725 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
726
727         * message.el (message-subscribed-p): New function.
728         (message-send-mail): Use it.
729         * mml.el (mml-preview-insert-mft): New function.
730         (mml-preview): Use it.
731
732 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
733
734         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
735         when sorting by date.
736
737         * gnus-art.el (gnus-article-edit-mode): New variable.
738         (gnus-article-setup-buffer): Warn user about discarding edits.
739
740         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
741         (gnus-summary-pipe-output): Take a symbolic prefix to save all
742         headers.
743
744         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
745
746 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
747
748         * message.el (message-completion-alist): Added "Mail-Followup-To"
749         and "Mail-Copies-To".
750
751 2002-07-21  Jesper harder  <harder@ifa.au.dk>
752
753         * gnus-group.el: Add key bindings for
754         gnus-group-sort-groups-by-real-name and
755         gnus-group-sort-selected-groups-by-real-name.
756
757 2002-07-21  Jesper harder  <harder@ifa.au.dk>
758
759         * gnus.texi (Sorting Groups): Add key bindings for
760         gnus-group-sort-groups-by-real-name and
761         gnus-group-sort-selected-groups-by-real-name.
762
763 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
764
765         * spam.el (spam-use-dig): new variable for blackhole checking
766         through dig.el
767         (spam-check-blackholes): added dig.el checking functionality and
768         more verbose reporting; query-dig is autoloaded from dig.el
769         (spam-use-blackholes): disabled by default
770         (spam-blackhole-servers): removed rbl.maps.vix.com from the
771         blackhole servers list
772
773 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
774
775         * message.el (message-required-headers): New variable.
776
777 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
778
779         * dig.el (query-dig): new function
780
781 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
782
783         * flow-fill.el (fill-flowed): Don't infloop on too long fill
784         prefixes.
785
786         * dns.el (query-dns): Protect against errors.
787
788         * gnus-msg.el (gnus-article-yanked-articles): New variable.
789         (gnus-inews-add-send-actions): Mark all answered messages as
790         answered.
791
792 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
793
794         * nnmail.el (nnmail-split-it): Added tracing to
795         `:' split rule
796
797 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
798
799         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
800         and "%s" so we don't overquote them.
801
802 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
803
804         * (mm-display-external): Display the actual command that has been
805         executed in the echo area.
806
807 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
808
809         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
810
811         * message.el (message-with-reply-buffer): New macro.
812         (message-fetch-reply-field): Use it.
813         (message-insert-wide-reply): New command and keystroke.
814         (message-carefully-insert-headers): New function.
815         (message-insert-to): Use new function.
816
817         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
818         (gnus-topic-goto-missing-group): Use it.
819
820         * message.el (message-required-news-headers): Removed Lines.
821         (message-reply): Don't insert References first.
822         (message-followup): Ditto.
823         (message-make-references): New function.
824         (message-followup): Set message-reply-headers before generating
825         the buffer stuff.
826
827 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
828
829         * mml.el (mml-generate-mime-1): Reverse the order of
830         encoding/flowing.
831
832 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
833
834         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
835         after moving them.
836
837         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
838         fit with newer standard format.
839         (gnus-summary-make-false-root-always): New variable.
840         (gnus-gather-threads-by-subject): Use it.
841
842         * message.el (message-get-reply-headers): Take an address list
843         optional argument.
844
845 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
846
847         * gnus.el (gnus-keep-backlog): Change default to 20.
848
849         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
850         start.
851         (gnus-agent-check-overview-buffer): Remove negative article
852         numbers.
853
854         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
855         (nnmail-cache-ignore-groups): Doc fix.
856
857         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
858         (nnimap-debug-buffer): New variable.
859         (nnimap-debug): Use it.
860
861 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
862
863         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
864
865 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
866
867         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
868         they aren't already sorted.
869
870 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
871
872         * message.el (message-mode-menu): Add ellipses to menu items
873         expecting user interaction.
874         (message-mode-field-menu): do.
875
876 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
877
878         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
879         it isn't used any more.
880
881 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
882
883         * binhex.el (binhex-decoder-program): Fix docstring.
884
885 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
886
887         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
888         special chars if the mailcap file uses single quotes around %s.
889         From Laurent Martelli <laurent@bearteam.org>.
890
891 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
892
893         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
894         return the info object.
895
896 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
897
898         * gnus-int.el (gnus-request-update-info): Artificially add
899         (1 . (1- min)) to the read range, in case the backend doesn't
900         store marks for nonexistent articles.
901
902 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
903
904         * binhex.el (binhex-insert-char): Eval-and-compile.
905
906 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
907
908         * lpath.el: Add tool-bar-local-item-from-menu.
909
910         * message.el (message-tool-bar-local-item-from-menu): New function.
911         (message-tool-bar-map): Use it.
912
913 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
914
915         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
916
917         * gnus-art.el (gnus-article-header-rank): Last header in
918         gnus-sorted-header-list should have higher rank than non-members.
919
920 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
921
922         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
923         covered methods.
924
925 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
926
927         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
928         eval-when-compile.  Suggested by Kevin Greiner.
929
930 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
931
932         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
933         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
934         even though no headers may have been fetched
935         (gnus-agent-fetch-group-1, and perhaps others, require this
936         behavior).
937         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
938         server buffer is constrained by gnus-agent-max-fetch-size.
939         Multiple chunks in the same group may perform arbitrarily large
940         updates.
941
942 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
943
944         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
945         gnus-summary-update-download-mark to update the article in the
946         summary.
947
948 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
949
950         * gnus.el (gnus-summary-high-uncached-face,
951         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
952         New faces.
953
954         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
955         added this on 2002-11-23 but it just wasn't working out as
956         intended.  The idea isn't entirely dead, three new faces
957         gnus-summary-*-uncached-face are being added to gnus.el to provide
958         the basis for an improved implementation.
959         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
960         proper file to open is lib/servers.
961         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
962         (i.e. removing the article from gnus-newsgroup-downloadable) will
963         now restore the article's default mark rather than simply setting
964         no mark.
965         (gnus-agent-get-undownloaded-list): Corrected documentation.
966         Added code to set new summary local variable,
967         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
968         a temporary list.  No longer sets gnus-newsgroup-downloadable.
969         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
970         up to date.  Call new gnus-summary-update-download-mark to keep
971         summary buffer up-to-date.
972         (gnus-agent-fetch-selected-article): Keep
973         gnus-newsgroup-undownloaded up to date.
974         (gnus-agent-fetch-articles): Return list of articles that were
975         successfully fetched.
976         (gnus-agent-check-overview-buffer): No more thingatpt.
977         (gnus-agent-expire): No longer deletes NOV entries of unread
978         articles.
979         (gnus-agent-unread-articles): New function.
980         (gnus-agent-regenerate-group): The article number must be
981         terminated by a tab character.  Added more messages to report
982         repairs.  Inhibit quits while writing changes so it is now safe
983         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
984         downloaded to 1) resolve the unbound references and 2) avoid
985         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
986
987         * gnus-art.el (gnus-article-prepare): The agent
988         downloaded/undownloaded mark is no longer stored as the article's
989         mark.
990
991         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
992         gnus-summary-highlight may use it.  Added downloaded as
993         gnus-summary-highlight was using it.
994
995         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
996         the download mark now follows Kai's +/- convention.
997         (gnus-downloaded-mark): Added ?+ mark.
998         (gnus-summary-highlight): Added rules to select
999         gnus-summary-high-uncached-face,
1000         gnus-summary-normal-uncached-face, and
1001         gnus-summary-low-uncached-face.  Removed the
1002         gnus-agent-downloaded-article-face.
1003         (gnus-summary-line-format-alist): Implemented the download flag
1004         format (?O) as named in the manual.  This implementation displays
1005         either gnus-undownloaded-mark, gnus-downloaded-mark, or
1006         gnus-no-mark.
1007         (gnus-newsgroup-agentized): New local variable that identifies
1008         which groups are agentized.  While the agent is now on by default,
1009         you don't have to agentize every server that you use.
1010         (gnus-update-summary-mark-positions): Completed support for the
1011         download type of mark.
1012         (gnus-summary-insert-line): Added undownloaded to the parameters.
1013         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
1014         reference by the gnus-summary-line-format-spec.
1015
1016         * nntp.el (nntp-with-open-group): This macro handles dropped or
1017         broken connections by opening a new connection and repeating the
1018         failed command.
1019         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
1020         XOVER commands preceeding the active articles with the nov entry
1021         of the first available article.  When gnus connected to such a
1022         server, the unexpected nov entry would result in duplicate lines
1023         in the agent's overview file.  This patch fixes the duplicate
1024         lines problem and improves performance by skipping over all
1025         articles IDs that preceed the first nov entry in the server's
1026         reply.
1027
1028 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1029
1030         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
1031         (gnus-summary-highlight): Use it instead of `downloaded'.
1032         (gnus-summary-highlight-line): Ditto.
1033
1034         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
1035
1036 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1037
1038         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
1039
1040         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
1041         calls.
1042
1043         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
1044         downloaded variable if we're in an uncovered group.
1045
1046         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
1047         font to soemthing less noticeable.
1048         (gnus-agent-group-covered-p): New function.
1049
1050 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
1051
1052         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
1053         Because of an unknown bug, the group buffer is saved in .overview
1054         file.
1055
1056 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1057
1058         * nntp.el (nntp-send-command): Braino in last commit.  Replace
1059         `and' with `or'.
1060
1061 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1062
1063         * nntp.el (nntp-send-command): Assume that echo does not happen
1064         when nntp-open-connection-function is nntp-open-network-stream.
1065         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
1066
1067 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1068
1069         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
1070
1071 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
1072
1073         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
1074         nntp-server-buffer if we aren't going to write to it.
1075
1076 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1077         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
1078
1079         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
1080
1081 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1082
1083         * rfc2047.el (rfc2047-decode-region): Remove newlines between
1084         decoded words.
1085
1086 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1087
1088         * gnus.el (fboundp): After loading mm-util, make sure it was the
1089         right one.
1090
1091 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1092
1093         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
1094         gnus-sum.  Made into a user option.
1095
1096         * gnus-sum.el (gnus-simplify-ignored-prefixes)
1097         (gnus-summary-mark-article-as-unread)
1098
1099 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
1100
1101         * time-date.el (date-to-time): Typo.
1102
1103         * parse-time.el: Typo.
1104
1105         * nnsoup.el (nnsoup-retrieve-headers): Typo.
1106
1107         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
1108
1109         * nnimap.el:
1110         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
1111
1112         * mm-encode.el (mm-safer-encoding): Typo.
1113
1114         * messcompat.el: Typo.
1115
1116         * message.el (message-face-alist): Typo.
1117
1118         * imap.el (imap-interactive-login, imap-open): Typos.
1119
1120         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
1121
1122         * gnus.el: Typo.
1123
1124         * gnus-win.el (gnus-configure-frame): Typo.
1125
1126         * gnus-util.el (gnus-atomic-progn-assign): Typo.
1127
1128         * gnus-topic.el (gnus-topic-sort-topics): Typo.
1129
1130         * gnus-sum.el (gnus-summary-article-number)
1131         (gnus-summary-read-group-1, gnus-summary-mark-article)
1132         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
1133
1134         * gnus-mule.el (gnus-mule-add-group): Typo.
1135
1136         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
1137
1138         * gnus-group.el (gnus-group-fetch-faq): Typo.
1139
1140         * gnus-art.el (gnus-decode-header-methods): Typo.
1141
1142         * flow-fill.el: Typo.
1143
1144 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
1145
1146         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
1147
1148 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1149
1150         * gnus-sum.el (gnus-simplify-ignored-prefixes)
1151         (gnus-summary-mark-article-as-unread)
1152         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
1153         Reformatting to avoid long lines.
1154         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
1155
1156 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
1157
1158         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
1159         be accessed through `mail-header-number'.
1160
1161 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1162
1163         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
1164         compressed range to gnus-summary-insert-articles.
1165
1166 2002-11-26  Kevin Ryde <user42@zip.com.au>
1167
1168         * gnus-art.el (gnus-mime-copy-part): Look for filename
1169         parameter under content-disposition, not content-type.
1170
1171         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
1172         (gnus-summary-reselect-current-group): Use it.
1173
1174 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
1175
1176         * gnus-agent.el (gnus-agent-uncached-articles): if
1177         gnus-agent-load-alist fails, return ARTICLES.
1178
1179         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
1180
1181 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1182
1183         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
1184         superfluous function call.
1185         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
1186         Add warning to docstring.
1187
1188 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1189
1190         * gnus-agent.el: Autoload number-at-point instead.
1191         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
1192
1193 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1194
1195         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
1196         require thingatpt (for number-at-point) and protect against
1197         deactivate-mark being unbound (on XEmacs).
1198
1199 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1200
1201         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
1202         print message on entry.
1203
1204         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
1205
1206         * gnus-range.el (gnus-range-difference): New function.
1207         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
1208
1209 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1210
1211         * gnus-sum.el (gnus-summary-insert-old-articles): Use
1212         gnus-remove-from-range instead of gnus-range-difference which
1213         doesn't exist.
1214
1215 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1216         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
1217
1218         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
1219         used for showing which articles have been downloaded.
1220         (gnus-agent-article-alist): Format change.  Add documentation.
1221         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
1222         process-marked articles.
1223         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
1224         in the series are individually fetched to minimize lose of
1225         content due to an error/quit.
1226         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
1227         gnus-message instead of message.
1228         (gnus-agent-read-servers): Use file lib/methods instead of
1229         lib/servers.  TODO: Why?
1230         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
1231         (gnus-agent-get-undownloaded-list): Remove articles that appear to
1232         come from the agent.  This means that they are not downloaded.
1233         (gnus-agent-fetch-selected-article): Don't use history.
1234         (gnus-agent-save-history, gnus-agent-enter-history)
1235         (gnus-agent-article-in-history-p, gnus-agent-history-path):
1236         Removed function; history is not used anymore.
1237         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
1238         (gnus-agent-crosspost): Started rewrite then realized that a typo
1239         in gnus-agent-fetch-articles ensures that this function is never
1240         called.  This will need to be fixed later.
1241         (gnus-agent-check-overview-buffer): Some sanity checks on the
1242         agent overview buffer.  This is a safety net used during
1243         development.
1244         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
1245         changed, write a number to the file indicating this.
1246         (gnus-agent-fetch-headers): Rewrite to respect
1247         gnus-agent-consider-all-articles without relying on the
1248         `.fetched' files.  Make it fast.
1249         (gnus-agent-braid-nov): Change resulting from
1250         gnus-agent-fetch-headers change.
1251         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
1252         `.fetched' files.
1253         (gnus-agent-read-agentview): New function, used by
1254         gnus-agent-load-alist.
1255         (gnus-agent-load-fetched-headers): Remove.
1256         (gnus-agent-save-alist): Rewrite to accomodate new format.
1257         (gnus-agent-fetch-group-1): Make sure list of articles is in the
1258         same order as in gnus-newsgroup-headers.
1259         (gnus-agent-expire): Document and implement extra args ARTICLES,
1260         GROUP, FORCE.  Do not restrict usage.
1261         (gnus-agent-uncached-articles): New function.
1262         (gnus-agent-retrieve-headers): Use it.
1263         (gnus-agent-regenerate-group): No longer needs to be called from
1264         gnus-agent-regenerate.  Individual groups may be regenerated. The
1265         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
1266         The article fetch dates are validated in the article alist.  The
1267         article alist is pruned of entries that do not reference existing
1268         NOV entries.  All changes are computed then applied with
1269         inhibit-quit bound to t.  As a result, it is now safe to quit out of
1270         regeneration.  The optional clean parameter has been replaced with
1271         an optional reread parameter.  Clean is no longer necessary as
1272         regeneration gets the appropriate setting from
1273         gnus-agent-consider-all-articles.  The new reread parameter will
1274         result in fetched, or all, articles being marked as unread.
1275         (gnus-agent-regenerate): Removed code to regenerate the history
1276         file as it is no longer used.
1277
1278         * gnus-start.el (gnus-make-ascending-articles-unread): New
1279         function, for efficient mass-marking.
1280
1281         * gnus-sum.el (gnus-summary-highlight): Use new face for
1282         downloaded articles.
1283         (gnus-article-mark): Prefer to indicate read/unread status over
1284         downloaded status.
1285         (gnus-summary-highlight-line-0): New function, maybe rehighlights
1286         line.
1287         (gnus-summary-highlight-line): Use new face for downloaded
1288         articles.
1289         (gnus-summary-insert-old-articles): Improved performance by
1290         replacing the initial LIST of older articles with a compressed
1291         RANGE of older articles.  Some servers appear to lie about
1292         their active range so the original list could contain millions
1293         of article numbers.  The range is not expanded into a list
1294         until the optional ALL parameter has been applied.
1295
1296 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1297
1298         * gnus-agent.el (gnus-category-mode): Typo in doc string.
1299
1300 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
1301
1302         * spam.el:
1303         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
1304
1305         * spam.el: added `M s t' and `M s x' key mappings
1306
1307 2002-11-20  Simon Josefsson  <jas@extundo.com>
1308
1309         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
1310
1311 2002-11-19  Simon Josefsson  <jas@extundo.com>
1312
1313         * gnus-sum.el (gnus-summary-morse-message): Load
1314         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
1315         (unmorse-region): Autoload it instead.
1316
1317 2002-11-18  Simon Josefsson  <jas@extundo.com>
1318
1319         * gnus-sum.el (gnus-summary-morse-message): New function.
1320         (gnus-summary-wash-map): Bind to `W m'.
1321         (gnus-summary-make-menu-bar): Add.
1322
1323         * nnimap.el (nnimap-request-expire-articles): Compress sequence
1324         before storing \Deleted mark on expired articles.
1325
1326 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
1327         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
1328
1329         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
1330         parens in column 0.
1331
1332 2002-11-17  Juanma Barranquero  <lektu@terra.es>
1333
1334         * nnweb.el (nnweb-google-create-mapping): Fix typo.
1335
1336         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
1337
1338         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
1339
1340 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
1341
1342         * message.el (message-set-auto-save-file-name): Use
1343         make-directory, to avoid the dependence on gnus-util.
1344
1345 2002-11-16  Simon Josefsson  <jas@extundo.com>
1346
1347         * nnimap.el (nnimap-callback-callback-function):
1348         (nnimap-callback-buffer): Removed, these cannot be global but must
1349         be embedded into the callback.
1350         (nnimap-make-callback): New.  Embedd article number, callback and
1351         buffer in function.
1352         (nnimap-callback, nnimap-request-article-part): Update.
1353
1354 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1355
1356         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
1357
1358 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1359
1360         * gnus.el (gnus-summary-line-format): Document %C.
1361
1362 2002-11-11  Simon Josefsson  <jas@extundo.com>
1363
1364         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
1365         output when called interactively.
1366
1367 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1368
1369         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
1370
1371         * message.el (message-draft-coding-system): Improve comment; use
1372         mm-auto-save-coding-system for the default value.
1373
1374         * nndraft.el (nndraft-request-article): Revert to the state before
1375         2002-10-29; regexp-quote mail-header-separator.
1376
1377 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
1378
1379         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
1380         allow editing of drafts from an nnvirtual group.
1381
1382 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1383
1384         * nndraft.el (nndraft-request-article): Replace emacs-mule with
1385         mm-auto-save-coding-system.
1386
1387         * message.el (message-draft-coding-system): Default to
1388         iso-2022-7bit.
1389
1390         * mm-util.el (mm-auto-save-coding-system): Undo last change to
1391         restore the default value to emacs-mule or escape-quoted.
1392
1393 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1394
1395         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
1396         a delayed or a queued article as well as a draft.
1397
1398         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
1399         delayed or a queued article in the raw format; treat a delayed
1400         article as a raw article as well as a draft.
1401         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
1402         for the delayed group.
1403
1404         * nndraft.el (nndraft-request-article): Ignore auto save files for
1405         a delayed or a queued article; don't bother to decode a queued
1406         article; don't bind nnmail-file-coding-system for a queued article.
1407
1408         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
1409         and the queue group.
1410
1411 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
1412
1413         * gnus-group.el (gnus-group-delete-group):
1414         gnus-cache-active-hashtb might be void.
1415
1416 2002-11-02  Simon Josefsson  <jas@extundo.com>
1417
1418         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
1419         setting of the default user ID.  From Raymond Scholz
1420         <ray-2002@zonix.de>.
1421
1422 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
1423
1424         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
1425         charset.
1426
1427 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
1428         From Alex Schroeder <alex@emacswiki.org>
1429         * spam-stat.el (spam-stat-process-directory): add dir to message
1430         (spam-stat-reduce-size): No longer remove words
1431         with values close to 0.5, because the default value is 0.2.
1432
1433 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1434
1435         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
1436         documentation.
1437
1438 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1439
1440         * gnus-agent.el (gnus-agent-fetched-headers)
1441         (gnus-agent-load-fetched-headers)
1442         (gnus-agent-save-fetched-headers): Remove variable and two
1443         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
1444         works better.
1445         (gnus-agent-fetch-headers): New implementation from Kevin
1446         Greiner.  Uses gnus-agent-article-alist to store information
1447         about fetched messages which aren't on the server anymore.  The
1448         trick is to return a list of considered messages to the caller,
1449         but to only fetch those which haven't been fetched yet.
1450
1451 2002-10-30  Simon Josefsson  <jas@extundo.com>
1452
1453         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
1454
1455         * pgg.el (pgg-passphrase-cache-expiry): Removed.
1456
1457 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1458
1459         * mm-view.el (mm-w3m-local-map-property): Make it work with older
1460         versions of emacs-w3m than 1.3.3.
1461
1462         * lpath.el: Bind w3m-minor-mode-map.
1463
1464         * mm-view.el (mm-w3m-mode-command-alist)
1465         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
1466         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
1467         (mm-setup-w3m): Simplified.
1468         (mm-w3m-local-map-property): New function.
1469         (mm-inline-text-html-render-with-w3m): Use it.
1470
1471         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
1472         mm-w3m-local-map-property.
1473
1474 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1475
1476         * mm-util.el (mm-auto-save-coding-system): Default to
1477         iso-2022-7bit.
1478
1479         * nndraft.el (nndraft-request-article): Decode an article using
1480         the coding-system emacs-mule if it seems to have been saved using
1481         emacs-mule.
1482         (nndraft-request-replace-article): Use message-draft-coding-system
1483         instead of mm-auto-save-coding-system for the draft or delayed
1484         group.
1485
1486 2002-10-28  Josh  <huber@alum.wpi.edu>
1487
1488         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
1489         functions.
1490
1491 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1492         From mah@everybody.org (Mark A. Hershberger).
1493
1494         * mm-url.el (mm-url-insert-file-contents): Make it return the same
1495         type values ("url" size) regardless of the values of
1496         mm-url-use-external.
1497
1498 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1499
1500         * nnimap.el (nnimap-request-article-part): Try harder to show
1501         group name in debugging message.
1502
1503 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1504
1505         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
1506         directory if it doesn't exist.
1507         (gnus-agent-fetch-headers): Remove old cruft that tried to
1508         abstain from downloading articles more than once if
1509         gnus-agent-consider-all-articles was true.  This is now done
1510         properly via the .fetched files.
1511
1512 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1513
1514         * nndraft.el (nndraft-request-article): Treat delayed articles
1515         like drafts.
1516
1517 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1518
1519         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
1520
1521 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1522
1523         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
1524         Remove unused optional arg DIR and corresponding code.
1525
1526         * nnimap.el (nnimap-request-article-part): Include group name in
1527         debugging output.
1528
1529 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
1530
1531         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
1532
1533 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1534
1535         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
1536         contains range of headers that have been fetched by the agent
1537         already.  Compare gnus-agent-article-alist.
1538         (gnus-agent-file-header-cache): Like
1539         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
1540         (gnus-agent-fetch-headers): Improve comment.  Revert to old
1541         seen/recent logic.
1542         Remember which headers have been fetched before and don't fetch
1543         them again the next time round.
1544         (gnus-agent-load-fetched-headers)
1545         (gnus-agent-save-fetched-headers): New functions, for remembering
1546         which headers have been fetched before.
1547
1548 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1549
1550         * lpath.el: Remove useless bindings.
1551
1552 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
1553
1554         * gnus-sum.el (gnus-summary-execute-command): Disable visual
1555         features while searching.
1556
1557 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1558
1559         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
1560
1561 2002-10-22  Simon Josefsson  <jas@extundo.com>
1562
1563         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
1564         (pgg-snarf-keys): Add.
1565
1566 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1567
1568         * lpath.el: Fbind bbdb-records.
1569
1570         * spam.el: Don't autoload bbdb-records.
1571
1572 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1573
1574         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
1575         prevent inf-loop.
1576
1577 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1578
1579         * nnslashdot.el: Removed some test lines.
1580         More test.
1581
1582 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1583
1584         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
1585         are known to be downloaded already.
1586
1587 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1588
1589         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
1590         (mm-text-html-washer-alist): Ditto.
1591
1592 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1593
1594         * nnheader.el (nnheader-remove-body): Fix an error of detecting
1595         boundary between headers and body.
1596         * nnml.el (nnml-parse-head): Ditto.
1597
1598 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1599
1600         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
1601         entries.
1602
1603         * gnus-group.el (gnus-fetch-group): Allow an optional
1604         specification of the articles to select.
1605
1606         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
1607
1608 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1609
1610         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
1611         headers from the group, update variable `articles' to contain
1612         only those numbers where headers exist.  (When fetching all
1613         articles in a group, Gnus creates lots of numbers where there is
1614         no articles.)
1615
1616 2002-10-20  Steve Youngs  <youngs@xemacs.org>
1617
1618         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
1619         doesn't have the 'alist custom type, use cons cells instead.
1620         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
1621         (pgg-parse-hash-algorithm-alist): Ditto.
1622         (pgg-parse-compression-algorithm-alist): Ditto.
1623         (pgg-parse-signature-type-alist): Ditto.
1624
1625         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
1626
1627         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
1628
1629         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
1630
1631 2002-10-19  Simon Josefsson  <jas@extundo.com>
1632
1633         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
1634         buffer.
1635
1636 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1637
1638         * gnus-spec.el (gnus-make-format-preserve-properties)
1639         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
1640         properties also on XEmacs.  `gnus-xmas-format' is like format but
1641         preserves text properties on XEmacs (though it only understands
1642         simple format specs).  The variable
1643         `gnus-make-format-preserve-properties' controls whether the
1644         function is used, and is checked in `gnus-parse-simple-format'.
1645         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
1646
1647         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
1648         output.
1649         (gnus-agent-consider-all-articles): New variable.
1650         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
1651         (gnus-agent-fetch-headers): Depending on
1652         gnus-agent-consider-all-articles, maybe get all articles.
1653         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
1654         `read'.
1655         (gnus-predicate-imples-unread): New function.
1656         (gnus-agent-fetch-headers): Optimize to call
1657         gnus-list-of-unread-articles if that is sufficient.
1658         Check unseen and recent instead of seen and recent.
1659         (gnus-agent-fetch-headers): Abstain from calling
1660         gnus-list-range-intersection if range (a . b) would have (> a b).
1661
1662 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1663
1664         * message.el (message-send-mail): Make it possible to perform
1665         edebug-defun.
1666
1667 2002-10-18  Simon Josefsson  <jas@extundo.com>
1668
1669         * gnus-art.el (gnus-button-man-handler): Change default to
1670         `manual-entry' (defined in both emacsen).
1671         (gnus-button-man-handler): Remove emacsen difference and use
1672         `manual-entry'.
1673
1674 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1675
1676         * spam.el: Wrap autoload settings for bbdb-records,
1677         executable-find and ifile-spam-filter with eval-and-compile.
1678         (spam-display-buffer-contents): Remove.
1679         (spam-bogofilter-score): Merge spam-display-buffer-contents.
1680
1681 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
1682
1683         * spam.el (spam-display-buffer-contents): New function.
1684         (spam-bogofilter-score): use spam-display-buffer-contents, patch
1685         from Katsumi Yamaoka <yamaoka@jpl.org>.
1686
1687 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1688
1689         * nnheader.el (nnheader-parse-naked-head): New function.
1690         (nnheader-parse-head): Use the above function, in order to handle
1691         continuation lines properly.
1692         (nnheader-remove-body): New function.
1693         (nnheader-remove-cr-followed-by-lf): New function.
1694         (nnheader-ms-strip-cr): Use the above function.
1695
1696         * gnus-agent.el (gnus-agent-regenerate-group): Call
1697         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
1698         `nnheader-parse-head'.
1699         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
1700
1701         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
1702         continuation lines by itself; call `nnheader-parse-naked-head'
1703         instead of `nnheader-parse-head'.
1704         * nndiary.el (nndiary-parse-head): Ditto.
1705         * nnfolder.el (nnfolder-parse-head): Ditto.
1706         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
1707         * nnmaildir.el (nnmaildir--update-nov): Ditto.
1708         * nnml.el (nnml-parse-head): Ditto.
1709
1710 2002-10-17  Steve Youngs  <youngs@xemacs.org>
1711
1712         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
1713         XEmacs, default to it if featurep 'xemacs.
1714
1715 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1716
1717         * spam-stat.el: Check for the existence of hash functions instead
1718         of the Emacs version to decide whether to load cl.  Suggested by
1719         Kai Gro\e,A_\e(Bjohann.
1720
1721 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1722
1723         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
1724         if it isn't open yet.
1725
1726 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1727
1728         * gnus-group.el: Require mm-url only when compiling.
1729         (gnus-group-fetch-charter): Require mm-url.
1730
1731         * spam-stat.el: Require cl for the functions gethash,
1732         hash-table-count, make-hash-table and mapc for Emacs 20.
1733         (puthash): Alias to cl-puthash for Emacs 20.
1734         (with-syntax-table): New macro for Emacs 20.
1735
1736 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
1737
1738         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
1739
1740 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
1741
1742         * spam.el (spam-check-ifile): added ifile as a spam checking
1743         backend, and spam-use-ifle as the variable to toggle that check.
1744
1745 2002-10-12  Simon Josefsson  <jas@extundo.com>
1746
1747         * message.el (message-beginning-of-line): New variable.
1748         (message-beginning-of-line): Use it.
1749
1750 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
1751
1752         * spam.el: more compilation fixes for BBDB
1753
1754         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
1755         (spam-stat-reduce-size): Interactive.
1756         (spam-stat-reset): New function.
1757         (spam-stat-save): Interactive.
1758
1759 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1760
1761         * gnus.el: Autoload gnus-delay-initialize.
1762
1763         * message.el: Autoload gnus-delay-article.
1764
1765 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
1766
1767         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
1768         text property in Emacs.
1769
1770 2002-10-11  Simon Josefsson  <jas@extundo.com>
1771
1772         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
1773         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
1774
1775         * mml1991.el (mml1991-pgg-sign): Remove CR.
1776
1777 2002-10-10  Simon Josefsson  <jas@extundo.com>
1778
1779         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
1780         decrypt failed.
1781         (mml2015-trust-boundaries-alist): Removed.
1782         (mml2015-gpg-extract-signature-details): Don't use it.
1783         (mml2015-unabbrev-trust-alist): New.
1784         (mml2015-gpg-extract-signature-details): Use it.
1785
1786 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
1787
1788         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
1789         BBDB installed
1790
1791         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
1792         statistical analysis of spam in Lisp only
1793
1794 2002-10-10  Simon Josefsson  <jas@extundo.com>
1795
1796         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
1797         auth, selected or examine state.
1798
1799         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
1800         buffer and error buffer depending on type of information.
1801
1802         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
1803         --status-fd stuff even if gpg.el is not used (revert earlier
1804         change).
1805         (mml2015-pgg-{clear-,}verify): Store both output and errors as
1806         gnus details.
1807         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
1808         buffer.
1809
1810         * pgg.el (pgg-verify-region): Use it.
1811
1812         * pgg-def.el (pgg-query-keyserver): New variable.
1813
1814         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
1815         key-identifier in packet.  Is this a good idea?
1816
1817         * mml.el (mml-mode-map): Add security commands that operates on
1818         MIME parts.
1819         (mml-menu): And menu items for them.
1820
1821         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
1822
1823         * mml.el (mml-parse-1): Support sender in #secure tags.
1824
1825         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
1826         defined.
1827
1828         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
1829         (mml-pgp-encrypt-buffer): Support combined signing.
1830
1831         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
1832         (mml1991-gpg-encrypt): Ditto.
1833         (mml1991-pgg-encrypt): Ditto.
1834         (mml1991-encrypt): Pass sign parameter.
1835
1836         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
1837         (mml-signencrypt-style): Mention the variable.
1838
1839 2002-10-09  Simon Josefsson  <jas@extundo.com>
1840
1841         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
1842         pgg-gpg-user-id.
1843
1844         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
1845         (pgg-fetch-key-function): Nil if w3 is not installed.
1846
1847 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1848
1849         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
1850         gnus-agent-current-history.
1851
1852 2002-10-06  Simon Josefsson  <jas@extundo.com>
1853
1854         * imap.el (imap-parse-status): Don't use read to read token.
1855
1856 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1857
1858         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
1859         for methods not covered by the agent, and when unplugged.
1860
1861 2002-10-05  Simon Josefsson  <jas@extundo.com>
1862
1863         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
1864         signing.
1865
1866         * gnus-agent.el (gnus-agent-read-servers): If getting method from
1867         a named server fails, ignore the server.
1868
1869         * mml1991.el (mml1991-pgg-sign): Do QP.
1870
1871         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
1872         work.
1873
1874 2002-10-04  Simon Josefsson  <jas@extundo.com>
1875
1876         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
1877
1878         * pgg-pgp.el (pgg-pgp-verify-region): Inline
1879         binary-write-decoded-region from MEL.
1880
1881         * pgg.el (pgg-encrypt-region): Support sign.
1882
1883         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
1884
1885         * mml2015.el (mml2015-pgg-encrypt): Ditto.
1886
1887         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
1888         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
1889         branch where PGG was taken from in the ChangeLog entries below.
1890
1891 2002-10-01  Simon Josefsson  <jas@extundo.com>
1892
1893         * pgg-pgp.el: Don't require mel.  Don't use luna.
1894         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
1895         (pgg-pgp-process-region): Use expand-file-name instead of concat.
1896         (pgg-pgp-process-region): Don't use binary-funcall.
1897
1898         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
1899
1900         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
1901         instead of concat.
1902
1903         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
1904
1905 2002-09-29  Simon Josefsson  <jas@extundo.com>
1906
1907         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
1908         compile warnings.
1909
1910         * pgg.el (pgg-decrypt-region): Don't parse packet.
1911
1912         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
1913
1914 2002-09-29  Daiki Ueno <ueno@unixuser.org>
1915
1916         * pgg.el: Remove dependency on calist.el.
1917
1918 2002-09-28  Simon Josefsson  <jas@extundo.com>
1919
1920         * pgg.el (pgg-temporary-file-directory): New variable.
1921         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
1922
1923         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
1924         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
1925
1926         * pgg-parse.el (pgg-char-int): Defalias.
1927         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
1928         (pgg-read-bytes, pgg-read-body): Use it.
1929         (pgg-decode-packets): Don't use MEL, use base64-*.
1930         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
1931         (pgg-string-as-unibyte): Defalias.
1932         (pgg-parse-armor-region): Use it.
1933
1934         * pgg-gpg.el (pgg-gpg-process-region): Use
1935         pgg-temporary-file-directory.
1936
1937         * luna.el: Don't def-edebug.
1938
1939         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
1940         binary-write-decoded-region from MEL.
1941
1942         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
1943
1944         * alist.el, calist.el: Don't require product/APEL.
1945
1946         * pgg-parse.el (top-level): Remove dependency on static.el,
1947         pccl.el, mel.el.
1948         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
1949         `define-ccl-program' is boundp, instead of using broken.
1950
1951 2002-10-01  Simon Josefsson  <jas@extundo.com>
1952
1953         * message.el (message-required-mail-headers): Remove Lines:.
1954
1955 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1956         From Jesper Harder.
1957
1958         * gnus-group.el (gnus-group-fetch-charter,
1959         gnus-group-fetch-control): Prompt for group if given a prefix
1960         argument.
1961         * gnus-sum.el (t): Add gnus-group-fetch-charter and
1962         gnus-group-fetch-control to summary key map and menu.
1963
1964
1965 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
1966
1967         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
1968         number when there are no articles.
1969
1970 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1971
1972         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
1973         arg ALL means to fetch all articles, not only downloadable ones.
1974         (gnus-agent-fetch-selected-article): New function for
1975         gnus-select-article-hook or gnus-mark-article-hook.
1976
1977 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1978         From Peter von der Ahe <nospam2159@daimi.au.dk>.
1979
1980         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
1981         raw-text.
1982
1983 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
1984
1985         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
1986         Pinard).
1987         Major revamp of the code, documentation is in comments in the file
1988         for now.
1989
1990 2002-09-30  Simon Josefsson  <jas@extundo.com>
1991
1992         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
1993         buffer seem to be needed?
1994
1995 2002-09-29  Simon Josefsson  <jas@extundo.com>
1996
1997         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
1998         compile warnings.
1999
2000         * mml1991.el (mml1991-function-alist): Add pgg.
2001         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
2002         (mml1991-pgg-encrypt): Fix recipients querying.
2003
2004 2002-09-28  Simon Josefsson  <jas@extundo.com>
2005
2006         * mml2015.el (autoload): Autoload correct files.  Trivial patch
2007         from dme@dme.org.
2008         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
2009         handle is returned.
2010
2011 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2012
2013         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2014         Protect against non-existent of `nnimap-mailbox-info'.
2015
2016 2002-09-27  Simon Josefsson  <jas@extundo.com>
2017
2018         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
2019         (gnus-setup-news-hook): Use it.
2020         (gnus-after-getting-new-news-hook): Ditto.
2021
2022         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
2023
2024 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2025         From Mats Lidell <matsl@contactor.se>.
2026
2027         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
2028
2029 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2030
2031         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
2032         the part to decode encoded words, use raw words instead of decoded
2033         words.
2034
2035 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2036
2037         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
2038
2039         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
2040         (mm-setup-w3m): Use it.
2041
2042 2002-09-27  Simon Josefsson  <jas@extundo.com>
2043
2044         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
2045         article buffers.
2046
2047         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
2048         it just in case.
2049         (nnimap-update-unseen): New function; update unseen count in
2050         `n-m-info'.
2051         (nnimap-close-group): Call it.
2052
2053         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
2054         (gnus-after-getting-new-news-hook): Ditto.
2055
2056         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
2057         message into verboselevel 9.  Change slow mail check message.
2058         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
2059         (nnimap-fixup-unread-after-getting-new-news): New function, to be
2060         used as a hook after getting new mail.
2061
2062 2002-09-26  Simon Josefsson  <jas@extundo.com>
2063
2064         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
2065         SELECT/EXAMINE is first unseen article, not number of unseen
2066         articles.  Make them distinct by renaming the former to
2067         `first-unseen' instead of `unseen'.
2068
2069         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
2070         too.
2071         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
2072         changed.
2073         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
2074
2075         * gnus-int.el (gnus-server-unopen-status): Defcustom.
2076
2077         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
2078         better.
2079
2080         * mml2015.el (mml2015-pgg-decrypt): Only add security information
2081         if dissecting resulting buffer actually had any information.
2082
2083 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2084
2085         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
2086         because the function `string<' allows symbols.
2087
2088         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
2089
2090 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
2091
2092         * message.el (message-forward-make-body): Revert an early change
2093         because 8-bit utf-8 emails.
2094
2095 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
2096
2097         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
2098         links to Info)
2099         * gnus-art.el (gnus-treat-highlight-signature):
2100         * gnus-art.el (gnus-treat-buttonize):
2101         * gnus-art.el (gnus-treat-buttonize-head):
2102         * gnus-art.el (gnus-treat-emphasize):
2103         * gnus-art.el (gnus-treat-strip-cr):
2104         * gnus-art.el (gnus-treat-unsplit-urls):
2105         * gnus-art.el (gnus-treat-leading-whitespace):
2106         * gnus-art.el (gnus-treat-hide-headers):
2107         * gnus-art.el (gnus-treat-hide-boring-headers):
2108         * gnus-art.el (gnus-treat-hide-signature):
2109         * gnus-art.el (gnus-treat-fill-article):
2110         * gnus-art.el (gnus-treat-hide-citation):
2111         * gnus-art.el (gnus-treat-hide-citation-maybe):
2112         * gnus-art.el (gnus-treat-strip-list-identifiers):
2113         * gnus-art.el (gnus-treat-strip-pgp):
2114         * gnus-art.el (gnus-treat-strip-pem):
2115         * gnus-art.el (gnus-treat-strip-banner):
2116         * gnus-art.el (gnus-treat-highlight-headers):
2117         * gnus-art.el (gnus-treat-highlight-citation):
2118         * gnus-art.el (gnus-treat-date-ut):
2119         * gnus-art.el (gnus-treat-date-local):
2120         * gnus-art.el (gnus-treat-date-english):
2121         * gnus-art.el (gnus-treat-date-lapsed):
2122         * gnus-art.el (gnus-treat-date-original):
2123         * gnus-art.el (gnus-treat-date-iso8601):
2124         * gnus-art.el (gnus-treat-date-user-defined):
2125         * gnus-art.el (gnus-treat-strip-headers-in-body):
2126         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
2127         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
2128         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
2129         * gnus-art.el (gnus-treat-unfold-headers):
2130         * gnus-art.el (gnus-treat-fold-headers):
2131         * gnus-art.el (gnus-treat-fold-newsgroups):
2132         * gnus-art.el (gnus-treat-overstrike):
2133         * gnus-art.el (gnus-treat-display-xface):
2134         * gnus-art.el (gnus-treat-display-smileys):
2135         * gnus-art.el (gnus-treat-from-picon):
2136         * gnus-art.el (gnus-treat-mail-picon):
2137         * gnus-art.el (gnus-treat-newsgroups-picon):
2138         * gnus-art.el (gnus-treat-body-boundary):
2139         * gnus-art.el (gnus-treat-capitalize-sentences):
2140         * gnus-art.el (gnus-treat-fill-long-lines):
2141         * gnus-art.el (gnus-treat-play-sounds):
2142         * gnus-art.el (gnus-treat-translate):
2143         * gnus-art.el (gnus-treat-x-pgp-sig):
2144         * gnus-art.el (gnus-mime-button-line-format):
2145         * gnus-art.el (gnus-button-man-level):
2146         * gnus-art.el (gnus-button-emacs-level):
2147         * gnus-cus.el (gnus-group-parameters):
2148         * gnus-gl.el (bbb-build-mid-scores-alist):
2149         * gnus-group.el (gnus-group-line-format):
2150         * gnus-mlspl.el (gnus-group-split-setup):
2151         * gnus-mlspl.el (gnus-group-split):
2152         * gnus-msg.el (gnus-mailing-list-groups):
2153         * gnus-msg.el (gnus-posting-styles):
2154         * gnus-nocem.el (gnus-nocem-issuers):
2155         * gnus-score.el (gnus-score-regexp-bad-p):
2156         * gnus-srvr.el (gnus-server-line-format):
2157         * gnus-topic.el (gnus-topic-line-format):
2158         * gnus.el (gnus-summary-line-format):
2159         * mail-source.el (mail-sources):
2160         * message.el (message-subscribed-address-file):
2161         * nnmail.el (nnmail-split-fancy):
2162
2163 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
2164
2165         * mail-source.el(mail-source-run-script): use `functionp' to test
2166         whether the argument `script' is in fact a function.
2167         (mail-sources): adjust the defcustom to allow users to specify a
2168         function or a string as the value of the `:prescript' and
2169         `:postscript' arguments of the `file' and `pop3' mail sources.
2170
2171 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
2172
2173         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
2174         number when article 1 does not exist.
2175
2176 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2177
2178         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
2179         apropos if apropos-variable does not exist.
2180         (gnus-button-guessed-mid-regexp)
2181         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
2182         regexes.  From Reiner Steib.
2183         (gnus-button-handle-describe-function)
2184         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
2185         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
2186         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
2187
2188 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
2189         Trivial patch.
2190
2191         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
2192         the file.
2193
2194 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
2195
2196         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
2197
2198 2002-09-24  Simon Josefsson  <jas@extundo.com>
2199
2200         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
2201         (mml2015-use): Prefer PGG if installed.
2202         (mml2015-function-alist): Add PGG wrappers.
2203         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
2204         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
2205         prefix, make regexp optionally skip it.
2206         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
2207         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
2208         (mml2015-pgg-encrypt): New functions.
2209         (defvar, autoload): Prevent byte-compile warnings.
2210
2211 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2212         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
2213
2214         * gnus-art.el (article-strip-banner): Check for the existence of
2215         from header.
2216
2217 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
2218
2219         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
2220         (gnus-button-alist): Improved regexp for
2221         gnus-button-handle-mid-or-mail (false positives), fixed
2222         gnus-button-handle-man entries.
2223         From Reiner Steib.
2224
2225 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
2226         From Josh Huber.
2227
2228         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
2229         nnmail-extra-headers is non-nil.
2230
2231 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
2232
2233         * nnmaildir.el: Store article numbers persistently.  General
2234         revision.
2235         (nnmaildir-request-expire-articles): handle 'immediate and 'never
2236         for nnmail-expiry-wait; delete instead of moving if 'force is
2237         given.
2238
2239 2002-09-23  Simon Josefsson  <jas@extundo.com>
2240         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
2241
2242         * smime.el (smime-sign-buffer): Get key and extra certs.
2243         (smime-get-key-with-certs-by-email): Utility function.
2244
2245 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2246         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
2247
2248         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
2249         article exists.
2250
2251 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2252
2253         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
2254
2255 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
2256         From Reiner Steib.
2257
2258         * gnus-art.el (gnus-button-handle-custom,
2259         gnus-button-handle-mid-or-mail,
2260         gnus-button-handle-describe-{function,variable,key},
2261         gnus-button-handle-apropos{,command,variable}): New functions.
2262         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
2263         gnus-button-{man,emacs,mail}-level): New variables.
2264         (gnus-button-alist): Use the above to buttonize emacs and mail
2265         related links.
2266
2267 2002-09-18  Juanma Barranquero  <lektu@terra.es>
2268
2269         * gnus-int.el (gnus-status-message): Fix spacing.
2270
2271         * imap.el (imap-continuation): Fix typos.
2272
2273 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2274
2275         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
2276
2277         * gnus-art.el (gnus-article-reply-with-original): Correct
2278         with-current-buffer scope.
2279
2280         * message.el (message-completion-alist): Add Reply-To, From, etc.
2281
2282 2002-09-18  Simon Josefsson  <jas@extundo.com>
2283
2284         * nnimap.el (nnimap-request-expire-articles): Make flag setting
2285         conditional.  From Nevin Kapur <nevin@jhu.edu>.
2286
2287 2002-09-17  Simon Josefsson  <jas@extundo.com>
2288
2289         * nnimap.el (nnimap-expiry-target): Don't search for which
2290         articles exists here.
2291         (nnimap-request-expire-articles): Do it here instead.  Only expire
2292         when articles are found.  Suggested by Nevin Kapur
2293         <nevin@jhu.edu>.
2294
2295 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2296         From Reiner Steib <reiner.steib@gmx.de>.
2297
2298         * message.el (message-strip-subject-trailing-was)
2299         (message-change-subject, message-add-archive-header)
2300         (message-xpost-fup2-header, message-xpost-insert-note)
2301         (message-xpost-fup2, message-reduce-to-to-cc): New functions
2302         adopted from message-utils.el.  Add functions to the keymap, mode
2303         describtion and menu.
2304         (message-change-subject,message-xpost-fup2): Signal error if
2305         current header is empty.
2306         (message-xpost-insert-note): Changed insert position.
2307         (message-archive-note): Ensure to insert note in message body (not
2308         in head).
2309         (message-archive-header, message-archive-note)
2310         (message-xpost-default, message-xpost-note, message-fup2-note)
2311         (message-xpost-note-function): New variables adopted from
2312         message-utils.el.  Changed some doc-strings.
2313         (message-mark-insert-{begin,end}): Rename from
2314         message-{begin,end}-inserted-text-mark (message-utils.el), changed
2315         values.
2316         (message-subject-trailing-was-query)
2317         (message-subject-trailing-was-ask-regexp)
2318         (message-subject-trailing-was-regexp): New variables.
2319         (message-to-list-only): Added doc-string and menu entry.
2320
2321         * message-utils.el: Removed.  Functions are now in message.el.
2322
2323 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
2324
2325         * gnus-art.el (gnus-article-reply-with-original,
2326         gnus-article-followup-with-original): Switch to
2327         gnus-summary-buffer before reply/followup.
2328
2329 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
2330
2331         * gnus-sum.el (gnus-summary-toggle-header): The article window may
2332         not exist. Toggle it anyway.
2333
2334 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
2335
2336         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
2337
2338         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
2339         Trivial patch from Urban Engberg <ue@ccieurope.com>.
2340
2341         * rfc2047.el (message-posting-charset): Defvar it.
2342         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
2343         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
2344
2345         * mail-source.el (mail-source-fetch): Hide password.
2346
2347         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
2348
2349 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2350         From John Paul Wallington <jpw@shootybangbang.com>.
2351
2352         * gnus.el (gnus-visual, gnus-meta): Fix typo.
2353
2354 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2355
2356         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
2357
2358 2002-09-11  Simon Josefsson  <jas@extundo.com>
2359
2360         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
2361         (nnimap-split-rule): Doc fix.
2362         (nnimap-request-expire-articles): Cleanup code.
2363
2364 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2365         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
2366
2367         * gnus-art.el (gnus-article-address-banner-alist): New option.
2368         (article-strip-banner): Refer the above option to split banners of
2369         free mail servers, when no group parameter is specified.
2370
2371 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2372
2373         * nntp.el (nntp-wait-for-string): Check for a process in the
2374         current buffer instead of `nntp-server-buffer'.
2375
2376 2002-09-09  Simon Josefsson  <jas@extundo.com>
2377
2378         * gnus-art.el (gnus-button-man-handler): New variable.
2379         (gnus-button-alist): Use g-b-handle-man.
2380         (gnus-button-handle-man): New, call g-b-man-handler.
2381
2382 2002-09-08  Simon Josefsson  <jas@extundo.com>
2383
2384         * gnus-art.el (gnus-button-alist): Buttonize man page links.
2385
2386 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2387
2388         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
2389
2390 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2391
2392         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
2393
2394         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
2395         keystroke.
2396
2397         * gnus-srvr.el (gnus-browse-describe-group): New command and
2398         keystroke.
2399
2400 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2401
2402         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
2403         value for gnus-decoration property.
2404
2405 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2406
2407         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
2408         string) as group name in case we have a CRLF in the file.
2409
2410 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
2411
2412         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
2413         group.
2414         (rfc1843-decode-hzp): do.
2415         (rfc1843-newsgroups-regexp): do.
2416
2417 2002-09-04  Simon Josefsson  <jas@extundo.com>
2418
2419         * message.el (message-canlock-generate): Make sure sha1 doesn't
2420         call external programs.
2421
2422 2002-09-03  Simon Josefsson  <jas@extundo.com>
2423
2424         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
2425
2426         * gnus-agent.el (gnus-agent-batch): Add doc.
2427
2428 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
2429
2430         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
2431         check for signed and encrypted parts.
2432         * mml.el (mml-parse-1): Correct small typo which preventing
2433         setting recipients in a secure tag.
2434
2435 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2436
2437         * mm-util.el (mm-coding-system-priorities): Default to a list of
2438         iso-2022-jp and others for the Japanese environment.
2439
2440 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2441
2442         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
2443         invalid display names.
2444
2445 2002-08-30  Simon Josefsson  <jas@extundo.com>
2446
2447         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
2448         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
2449
2450 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
2451
2452         * gnus.el (gnus-group-charter-alist): New option.
2453         (gnus-group-fetch-control-use-browse-url): New option.
2454
2455         * gnus-group.el (gnus-group-fetch-charter): New function.
2456         (gnus-group-fetch-control): New function.
2457         Add them to the keymap and menu. Require mm-url.
2458
2459 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2460
2461         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
2462         From Alex Schroeder <alex@emacswiki.org>.
2463
2464 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
2465
2466         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
2467         items expecting user interaction.
2468
2469         * gnus-topic.el (gnus-topic-make-menu-bar): do.
2470
2471         * gnus-sum.el (gnus-summary-make-menu-bar): do.
2472
2473         * gnus-srvr.el (gnus-server-make-menu-bar): do.
2474
2475         * mml.el (mml-menu): do.
2476
2477 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2478
2479         * mail-source.el (mail-source-touch-pop): New function.
2480
2481         * message.el (message-smtpmail-send-it): New function.
2482         (message-send-mail-function): Add it for a candidate.
2483
2484 2002-08-27  Simon Josefsson  <jas@extundo.com>
2485
2486         * gnus-msg.el (posting-charset-alist): Use
2487         gnus-define-group-parameter instead of defcustom.
2488         (gnus-put-message): Handle SPC in GCC.
2489         (gnus-inews-insert-gcc): Ditto.
2490         (gnus-inews-insert-archive-gcc): Ditto.
2491
2492 2002-08-26  Simon Josefsson  <jas@extundo.com>
2493
2494         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
2495         (gnus-agentize): Auto agentize all nntp and nnimap groups.
2496         (gnus-agent-possibly-save-gcc): Autoload.
2497         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
2498
2499 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2500
2501         * gnus.el (gnus-other-frame-function): New user option.
2502         (gnus-other-frame): Use it; add a doc-string; make it work with
2503         the gnuclient program.
2504
2505         * gnus-util.el (gnus-frame-or-window-display-name): New function.
2506
2507         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
2508         `device-connection' and `dfw-device'.
2509
2510 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2511
2512         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
2513         positives, make it stricter.  From Jochen Hein (trivial change).
2514
2515 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2516
2517         * gnus.el (gnus-other-frame): Trivial fix.
2518
2519 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2520
2521         * gnus.el (gnus-other-frame-parameters): New user option.
2522         (gnus-other-frame-object): New variable.
2523         (gnus-other-frame): Make it search for existing Gnus frame; don't
2524         read new news; delete frame on exit.
2525
2526         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
2527
2528         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
2529
2530 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2531         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
2532
2533         * message.el (message-set-auto-save-file-name): Add support for
2534         the Cygwin Emacs; the system-type is `cygwin'.
2535         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
2536
2537 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2538
2539         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
2540
2541         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
2542         avoid arithmetic errors.
2543
2544 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2545
2546         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
2547
2548 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2549
2550         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
2551         (message-ignored-resent-headers): Add envelope From.
2552
2553 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2554
2555         * gnus.el (gnus-summary-line-format): Document %k specifier.
2556
2557 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2558
2559         * gnus-sum.el (gnus-summary-line-message-size): New function.
2560         (gnus-summary-line-format-alist): Use it.
2561
2562 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2563
2564         * gnus-art.el (article-make-date-line): Refer to the value for
2565         `gnus-article-time-format' in the summary buffer.
2566
2567         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
2568
2569 2002-08-14  Simon Josefsson  <jas@extundo.com>
2570
2571         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
2572         quoting.
2573         (gnus-button-alist): Fix doc.
2574         (gnus-header-button-alist): Use ' not ` for default value quoting.
2575         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
2576         rationale similar to 2002-05-01 change.
2577         (gnus-article-add-buttons-to-head): Evaluate expression.
2578
2579         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
2580
2581 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2582
2583         * message.el (message-font-lock-keywords): Refer to the value for
2584         `message-cite-prefix-regexp' dynamically.
2585
2586 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2587
2588         * gnus-art.el (gnus-decode-header-methods): Doc fix.
2589
2590 2002-08-12  Simon Josefsson  <jas@extundo.com>
2591
2592         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
2593         (imap-shell-open): Skip initial junk before IMAP greeting.
2594
2595 2002-08-11  Simon Josefsson  <jas@extundo.com>
2596
2597         * message-utils.el (message-xpost-default,
2598         message-xpost-fup2-header, message-xpost-fup2): Fixed
2599         Typos.  Trivial changes from Reiner Steib
2600         <4uce.02.r.steib@gmx.net>.
2601
2602 2002-08-09  Simon Josefsson  <jas@extundo.com>
2603
2604         * message.el (message-canlock-password): Set
2605         canlock-password-for-verify to newly generated canlock-password.
2606         When Emacs is restarted, Custom makes sure this is set, but during
2607         the same session we must set it manually.
2608
2609 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
2610
2611         * yenc.el: New file.
2612
2613         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
2614         (mm-uu-type-alist): Add yenc.
2615         (mm-uu-yenc-filename): New function.
2616         (mm-uu-yenc-extract): New function.
2617
2618         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
2619
2620 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2621
2622         * dgnushack.el (merge): Don't use coerce.
2623
2624 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
2625
2626         * mailcap.el (mailcap-mime-data): Test window-system rather than
2627         mm-device-type.
2628         (mailcap-mime-data): Call xdvi and gv with "-safer".
2629
2630         * mm-util.el: Don't define mm-device-type.
2631
2632 2002-08-05  Simon Josefsson  <jas@extundo.com>
2633
2634         * mm-util.el (mm-coding-system-priorities): coding-system type not
2635         supported everywhere.
2636
2637 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2638
2639         * gnus.el (gnus-version-number): Bumped version number.
2640
2641 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2642
2643         * gnus.el: Oort Gnus v0.07 is released.
2644
2645 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2646
2647         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
2648         (gnus-article-sort-functions): Doc fix.
2649         (t): New keystroke.
2650         (gnus-article-sort-by-random): New function.
2651         (gnus-thread-sort-by-random): New function.
2652
2653 2002-08-02  Simon Josefsson  <jas@extundo.com>
2654
2655         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
2656         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
2657
2658 2002-07-31  Danny Siu  <dsiu@adobe.com>
2659
2660         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
2661         when splitting malformed messages without message-id
2662
2663 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2664         From Niklas Morberg <niklas.morberg@axis.com>.
2665
2666         * nnweb.el (nnweb-type, nnweb-type-definition)
2667         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
2668         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
2669         functionality.
2670         * nnweb.el: Removed old non-functioning search engines.
2671
2672 2002-07-27  Simon Josefsson  <jas@extundo.com>
2673
2674         * message.el (message-forward-make-body): Don't use
2675         `message-forward-ignored-headers' when doing a "raw" followup (it
2676         is important to preserve e.g. CTE).
2677
2678         * flow-fill.el (fill-flowed): Disable filladapt-mode.
2679
2680         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
2681         regexp-quote, Cyrus Sieve is fixed.
2682
2683         * sieve-manage.el (sieve-manage-deletescript): New function.
2684
2685         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
2686         (sieve-manage-mode): Fix menubar.
2687         (sieve-activate): Change some messages.
2688         (sieve-deactivate-all): New function.
2689         (sieve-deactivate): New alias.
2690         (sieve-remove): New function.
2691         (sieve-help): Fix help.
2692         All suggested by Ned Ludd.
2693
2694 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2695
2696         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
2697         (mm-w3m-safe-url-regexp): New user option.
2698
2699         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
2700         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
2701
2702 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
2703
2704         * gnus-sum.el (gnus-summary-delete-article): Force
2705         nnmail-expiry-target to 'delete, so that absolute deletion
2706         happens when absolute deletion is requested.
2707
2708 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2709         From Nevin Kapur <nevin@jhu.edu>.
2710
2711         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
2712         headers as empty headers.
2713
2714 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2715         From Jochen Hein <jochen@jochen.org>.
2716
2717         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
2718         correct typo.
2719         (gnus-emphasis-strikethru): New face.
2720
2721 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2722         From Jason Merrill <jason@redhat.com>.
2723
2724         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
2725         entire file for each of a sequence of missing articles.
2726
2727         * gnus-salt.el (gnus-binary-display-article): Respect an existing
2728         value for gnus-view-pseudos.
2729
2730         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
2731         avoid nreverse.
2732
2733 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2734         From Ted Zlatanov <teodor.zlatanov@divine.com>.
2735
2736         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
2737         (gnus-summary-mode-line-format-alist): Add %h for number of
2738         spams.
2739         (gnus-newsgroup-spam-marked): New variable.
2740         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
2741         (gnus-article-read-p, gnus-article-mark)
2742         (gnus-set-global-variables, gnus-set-global-variables)
2743         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
2744         (gnus-summary-mark-article-as-unread)
2745         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
2746         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
2747         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
2748
2749 2002-07-10  Simon Josefsson  <jas@extundo.com>
2750
2751         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
2752         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
2753
2754 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
2755
2756         * gnus-sum.el (gnus-summary-delete-article): Respect group
2757         parameters while expiring.
2758
2759 2002-07-08  Simon Josefsson  <jas@extundo.com>
2760
2761         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
2762         Enberg.
2763
2764 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2765
2766         * gnus-art.el (article-unsplit-urls): Only display MIME when this
2767         function is called interactively.  From Niklas Morberg.
2768
2769 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2770
2771         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
2772         cdaar to cdar and car.
2773
2774         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
2775         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
2776
2777 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2778
2779         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
2780         don't break a narrowed article.
2781
2782         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
2783         (nntp-open-via-rlogin-and-telnet): Ditto.
2784
2785 2002-07-02  Didier Verna  <didier@xemacs.org>
2786
2787         * nnmail.el (nnmail-split-methods): fix custom type.
2788
2789 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2790
2791         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
2792         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
2793
2794 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2795
2796         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
2797         (gnus-summary-resend-message): Use it.
2798
2799 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2800
2801         * nntp.el (nntp-via-rlogin-command-switches): New variable.
2802         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
2803
2804 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2805
2806         * message.el (message-font-lock-keywords): Don't fontify
2807         headers in the message body, only in the header.
2808         (message-font-lock-make-header-matcher): New function, used by
2809         message-font-lock-keywords.
2810         From Katsumi Yamaoka <yamaoka@jpl.org>.
2811
2812 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2813
2814         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
2815
2816 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2817
2818         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
2819
2820 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2821
2822         * message.el (message-font-lock-keywords): Revert 2002-06-22
2823         change.
2824
2825 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2826
2827         * message.el (message-font-lock-keywords): Put colon in header
2828         name match.
2829
2830 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2831
2832         * message.el (message-font-lock-keywords): Don't use header faces
2833         in the body.  Thanks to Stefan Monnier for the hint on the
2834         implementation.
2835
2836 2002-05-09  Miles Bader  <miles@gnu.org>
2837
2838         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
2839         (gnus-article-hide-citation): Respect it.
2840
2841 2002-04-12  Juanma Barranquero  <lektu@terra.es>
2842
2843         * pop3.el (pop3-open-server): Fix typo.
2844
2845 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
2846
2847         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
2848         instead of push to ignore duplicate to-(list|address) values.
2849         * nnmail.el (nnmail-cache-ignore-groups): New.
2850         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
2851
2852 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2853
2854         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
2855         before sending.  Suggested by Jan Rychter.
2856
2857 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2858
2859         * dgnushack.el (remove): New compiler macro.
2860         (last, coerce, subseq): Remove compiler macros for those built-in
2861         or unused functions.
2862
2863 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2864
2865         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
2866         sure to write byte-compiled versions of gnus-*-format-alist to
2867         .newsrc.eld.  From Simon Josefsson.
2868
2869 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2870
2871         * gnus-agent.el (gnus-agent-read-servers)
2872         (gnus-agent-write-servers): Put server name (string like
2873         "nnchoke:frumple") in the file instead of a server specification
2874         (Lisp expression like (nnchoke "frumple" ...parameters...)).
2875         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
2876
2877 2002-06-16  Simon Josefsson  <jas@extundo.com>
2878
2879         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
2880         Reiner Steib <4uce.02.r.steib@gmx.net>.
2881
2882 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2883
2884         * nnheader.el (nnheader-file-name-translation-alist): Set the
2885         default value for MS Windows systems.
2886
2887         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
2888
2889 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2890
2891         * message.el (message-beginning-of-line): Keep the region active
2892         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
2893
2894 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
2895
2896         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
2897         * gnus-msg.el (gnus-summary-reply): Ditto.
2898         * gnus-msg.el (gnus-summary-handle-replysign): New.
2899
2900 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2901
2902         * message.el (message-send-mail-with-sendmail): Kill errbuf even
2903         if sending failed.
2904
2905 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
2906
2907         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
2908         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
2909         to sign while encrypting.
2910
2911 2002-06-11  Simon Josefsson  <jas@extundo.com>
2912
2913         * gnus-int.el (gnus-request-move-article): Agent expire article if
2914         successfuly moved.
2915
2916         * nnweb.el (nnweb-google-create-mapping): Honors the value of
2917         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
2918
2919 2002-06-10  Simon Josefsson  <jas@extundo.com>
2920
2921         * gnus-int.el (gnus-request-expire-articles): Fix last change?
2922
2923 2002-06-09  Simon Josefsson  <jas@extundo.com>
2924
2925         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
2926
2927         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
2928
2929 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2930
2931         * flow-fill.el (fill-flowed): Ignore errors.
2932
2933 2002-06-06  Simon Josefsson  <jas@extundo.com>
2934
2935         * message.el (message-send-mail-with-sendmail): Improve error message.
2936
2937 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2938
2939         * message.el (message-interactive): Change default from nil to t.
2940         Better to be safe than to be fast.
2941
2942 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2943
2944         * message.el (message-send-mail-with-sendmail): Check return value
2945         from call-process-region.
2946
2947 2002-06-04  Simon Josefsson  <jas@extundo.com>
2948
2949         * gnus-msg.el (gnus-group-mail, gnus-group-news)
2950         (gnus-group-post-news, gnus-summary-mail-other-window)
2951         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
2952         gnus-article-copy to nil, thereby inhibiting the `header' posting
2953         style match to use data from last viewed article.
2954         Suggested by Hrvoje Niksic.
2955
2956 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2957
2958         * spam.el (spam-point-at-eol): New alias.
2959         (spam-parse-whitelist): Use it.
2960
2961 2002-06-03  Simon Josefsson  <jas@extundo.com>
2962
2963         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
2964         (nnmail-article-group): Use it.
2965
2966 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2967
2968         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
2969         so that code reading them won't be surprised.  From Jesper Harder
2970         <harder@ifa.au.dk>.
2971
2972 2002-05-29  Simon Josefsson  <jas@extundo.com>
2973
2974         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
2975         articles.
2976
2977         * gnus.el (gnus-agent-cache): Doc fix.
2978         (gnus-agent): Change default to t.
2979
2980         * gnus-agent.el (gnus-agent-expire): Make it accept optional
2981         ARTICLES, GROUP and FORCE parameters.
2982
2983 2002-05-28  Simon Josefsson  <jas@extundo.com>
2984
2985         * gnus-group.el (gnus-group-line-format): Doc fix.
2986
2987 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2988
2989         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
2990         original article before yanking.  From Jesper Harder
2991         <harder@ifa.au.dk>.
2992
2993 2002-05-26  Simon Josefsson  <jas@extundo.com>
2994
2995         * gnus-sum.el (gnus-summary-menu-split): New function.
2996         (gnus-summary-make-menu-bar): Split charset submenu.
2997         (gnus-summary-menu-maxlen): New variable.
2998         (gnus-summary-menu-split): Use it.
2999
3000 2002-05-25  Simon Josefsson  <jas@extundo.com>
3001
3002         * mml.el (mml-preview): Generate some headers.
3003
3004         * gnus.el (gnus-large-newsgroup): Fix :type.
3005
3006         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
3007         Agent cache NOV's by default now).
3008         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
3009
3010 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
3011
3012         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
3013         call to gnus-parent-id when we check for References loops.
3014         (gnus-summary-prepare-threads): Avoid simplifying every Subject
3015         twice by saving the simplified subject string in simp-subject.
3016
3017 2002-05-23  Simon Josefsson  <jas@extundo.com>
3018
3019         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
3020         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
3021
3022         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
3023         Niklas Morberg <niklas.morberg@axis.com>.
3024
3025 2002-05-22  Simon Josefsson  <jas@extundo.com>
3026
3027         * sieve.el (sieve-change-region): Define it before it is used.
3028
3029         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
3030         (gnus-summary-reply): Ask for confirmation when replying to news.
3031         Defaults to not ask.  From Benjamin Rutt
3032         <rutt+news@cis.ohio-state.edu>.
3033
3034         * nnimap.el (nnimap-nov-is-evil): Improve doc.
3035
3036 2002-05-21  Simon Josefsson  <jas@extundo.com>
3037
3038         * sieve-mode.el (sieve-manage): Fix autoloads.
3039
3040         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
3041         name (makes it work with recent Cyrus timsieved).
3042
3043 2002-05-20  Jason  <jbaker@cs.utah.edu>
3044         Trivial patch.
3045
3046         * gnus-art.el (gnus-request-article-this-buffer): Try
3047         reconnecting if you don't get the message.
3048
3049 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3050
3051         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
3052         Reply-To headers from the headers.
3053
3054 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3055
3056         * mm-url.el (mm-url-insert): Remove junk message.
3057
3058 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3059
3060         * nnslashdot.el (nnslashdot-request-list): Parse new html.
3061         (nnslashdot-use-front-page): New variable.
3062         (nnslashdot-request-list): Use it.
3063
3064         * mm-url.el (mm-url-timeout): New variable.
3065         (mm-url-retries): Ditto.
3066         (mm-url-insert): Use it.
3067
3068 2002-05-16  Simon Josefsson  <jas@extundo.com>
3069
3070         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
3071         (gnus-simplify-subject-functions): Mention g-s-a-w.
3072
3073 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
3074
3075         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
3076         nnmail-cache-insert.
3077         * nndiary.el (nndiary-request-accept-article): Ditto.
3078         * nnfolder.el (nnfolder-request-accept-article): Ditto.
3079         * nnimap.el (nnimap-request-accept-article): Ditto.
3080         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
3081         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
3082         * nnmbox.el (nnmbox-request-accept-article): Ditto.
3083         * nnmh.el (nnmh-request-accept-article): Ditto.
3084         * nnmail.el (nnmail-cache-insert): Change group to required,
3085         removed code which tried to figure out the group.
3086
3087 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
3088
3089         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
3090         messages. From Hans de Graaff <hans@degraaff.org>.
3091         * nnml.el (nnml-request-accept-article): Pass in the group name to
3092         nnmail-cache-insert, since it's available.
3093
3094 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3095
3096         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
3097
3098 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3099         From Florian Weimer <fw@deneb.enyo.de>.
3100
3101         * gnus.el (subscribed): New group parameter.
3102         (gnus-find-subscribed-addresses): Use it.
3103
3104 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
3105
3106         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
3107         the default for pgpmime to support pgp v2.
3108         * mml-sec.el (mml-signencrypt-style): New accessor function to
3109         allow users to get/set the signencrypt style more easily without
3110         frobbing the alist directly.
3111         * mml.el (mml-generate-mime-1): Use accessor function.
3112
3113 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3114
3115         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
3116         parenthesis for "<" and ">".  Suggested by Andreas Schwab
3117         <schwab@suse.de>.
3118
3119 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3120
3121         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
3122         when intuiting the group the message is written to.  From Josh
3123         Huber <huber@alum.wpi.edu>.
3124
3125 2002-05-06  Simon Josefsson  <jas@extundo.com>
3126
3127         * gnus-topic.el (gnus-group-topic-parameters): Work when group
3128         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
3129
3130 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
3131
3132         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
3133         argument, and fixed compiler warning. (added autoload for
3134         gpg-encrypt).
3135
3136 2002-05-04  Simon Josefsson  <jas@extundo.com>
3137
3138         * mml1991.el (mml1991-function-alist): Doc fix.
3139
3140         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
3141         doesn't exist (for previewing messages without having Gnus
3142         started).
3143
3144         * mm-util.el (mm-coding-system-priorities): Defcustom.
3145
3146         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
3147
3148 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
3149
3150         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
3151         default.
3152         * mml-sec.el:
3153         * mml-sec.el (mml-signencrypt-style): New.
3154         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
3155         argument `sign'.
3156         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
3157         signencrypt.
3158         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
3159         * mml.el (mml-generate-mime-1): Changed logic so a part which is
3160         both signed & encryped is processed in one operation. (rather than
3161         two separate ops: sign, then encrypt)
3162         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
3163         indication if a message is signed by an expired key.
3164         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
3165         enables combined sign & encrypt operation. (this was always on
3166         before).
3167         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
3168
3169 2002-05-01  Simon Josefsson  <jas@extundo.com>
3170
3171         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
3172         server.
3173         (nnimap-mailbox-info): defvar instead of defvoo.
3174
3175 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3176
3177         * gnus.el: Oort Gnus v0.06 is released.
3178
3179 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3180
3181         * lpath.el: Bind url-package-version.
3182
3183 2002-05-01  Simon Josefsson  <jas@extundo.com>
3184
3185         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
3186         filename before deleting the group itself, because the presence of
3187         a group filename decides if long filenames are used or not.
3188
3189         * gnus-art.el (gnus-button-alist): Don't inline
3190         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
3191         without also modifying g-button-alist.
3192         (gnus-button-alist): Fix type to allow variable as well as regexp.
3193         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
3194         themselves, variables to its contents.
3195         (gnus-button-entry): Ditto.
3196
3197 2002-05-01  Simon Josefsson  <jas@extundo.com>
3198
3199         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
3200         UIDNEXT as a string.
3201
3202         * nnimap.el (nnimap-string-lessp-numerical): New function.
3203         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
3204         integers.
3205
3206 2002-04-29  Simon Josefsson  <jas@extundo.com>
3207
3208         * nnmail.el (nnmail-cache-insert): Accept optional group
3209         parameter.
3210
3211         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
3212         n-r-g-a is disabled.
3213
3214 2002-04-29  Simon Josefsson  <jas@extundo.com>
3215
3216         * nnimap.el (nnimap-split-fancy): Fix doc.
3217         (nnimap-split-fancy): Fix doc.
3218
3219         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
3220         (nnimap-mailbox-info): New internal variable.
3221         (nnimap-retrieve-groups): Implement faster new mail check.
3222
3223         * nnimap.el (nnimap-split-articles): Support
3224         nnmail-cache-accepted-message-ids.
3225         (nnimap-request-accept-article): Ditto.
3226
3227         * imap.el (imap-mailbox-status-asynch): New command.
3228
3229 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
3230
3231         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
3232         are no subscribed mail groups.
3233         - Strip quoted names when comparing addresses
3234
3235 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
3236
3237         * mm-decode.el (mm-text-html-renderer): Change customize type to
3238         const.
3239
3240         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
3241         (gnus-debug-exclude-variables): do.
3242
3243 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3244
3245         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
3246         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
3247
3248 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3249
3250         * dns.el (dns-make-network-process): New macro.
3251         (query-dns): Use it.
3252
3253 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3254
3255         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
3256         article-buffer.
3257
3258         * mm-url.el (mm-url-package-name): New variable.
3259         (mm-url-package-version): New variable.
3260         (mm-url-insert-file-contents): Bind url-package-name and
3261         url-package-version here.
3262         * nnrss.el (nnrss-insert-w3): Move the bindings.
3263
3264         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
3265         url-package-version. Trivial change from Andrew J Cosgriff
3266         <ajc@polydistortion.net>
3267
3268         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
3269         attachments. Trivial change from Peter 'Luna' Runestig
3270         <peter@runestig.com>.
3271
3272 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
3273
3274         * nnkiboze.el (nnkiboze-request-scan): Call
3275         nnkiboze-possibly-change-group.
3276         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
3277         problems.
3278         (nnkiboze-generate-group): Set newsrc to the *highest* article
3279         number kibozed, not the lowest.
3280
3281 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
3282
3283         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
3284
3285 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3286         From Dan Christensen <jdc+news@uwo.ca>.
3287
3288         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
3289         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
3290         Recognize math postings.  Extract Date (now ignores "(15kb)").
3291         Extract email address using gnus-extract-address-components
3292         instead of just taking the first word.  Create Date and From
3293         headers for message which are missing these headers.  Get rid
3294         of spurious \\ lines (purely cosmetic).  Extend body-end and
3295         file-end regexps, to exclude more garbage from the message.
3296         Make URL rephrasing regexp more flexible, to match current
3297         format.
3298
3299 2002-04-23  Simon Josefsson  <jas@extundo.com>
3300
3301         * netrc.el: New file, functions copied from gnus-util.el by Ted
3302         Zlatanov <tzz@lifelogs.com>.
3303
3304         * gnus-util.el: Require netrc.
3305         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
3306         new code in netrc.el.
3307
3308 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3309
3310         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
3311         message-ignored-resent-headers, too.  From Matthieu Moy
3312         <Matthieu.Moy@imag.fr>.
3313
3314 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
3315
3316         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
3317         boolean not a string
3318         * gnus-group.el (gnus-group-line-format): add description of %C
3319         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
3320           as %C
3321         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
3322
3323 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
3324
3325         * nnmaildir.el (nnmaildir-request-scan): typo: set
3326         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
3327         nnmail-get-new-mail for 'find-new-groups.
3328
3329 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
3330
3331         * nnmaildir.el (nnmaildir-request-update-info,
3332         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
3333         unnecessary calls to nnmaildir-request-scan.
3334
3335 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
3336
3337         * gnus-msg.el:
3338         * gnus-msg.el (gnus-message-replysign): New.
3339         * gnus-msg.el (gnus-message-replyencrypt): New.
3340         * gnus-msg.el (gnus-message-replysignencrypted): New.
3341         * gnus-msg.el (gnus-summary-reply): Use the three new variables
3342         (above) to automatically encrypt/sign to encrypted/signed
3343         messages.
3344         * message.el:
3345         * message.el (message-mode-map): Add keybinding for
3346         `message-to-list-only'
3347         * message.el (message-mode): Add description for
3348         `message-to-list-only'
3349         * message.el (message-to-list-only): New.
3350         * message.el (message-make-mft): Changed to use the cl loop macro,
3351         and added optional flag to return only the matched list. (for use
3352         in new message-to-list-only function)
3353
3354 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
3355
3356         * gnus-msg.el:
3357         * gnus-msg.el (gnus-message-replysign):
3358         * gnus-msg.el (gnus-replysign): New.
3359         * gnus-msg.el (gnus-replyencrypt): New.
3360         * gnus-msg.el (gnus-replysignencrypted): New.
3361         * gnus-msg.el (gnus-summary-reply):
3362         * message.el:
3363         * message.el (message-mode-map):
3364         * message.el (message-mode):
3365         * message.el (message-to-list-only): New.
3366         * message.el (message-make-mft):
3367
3368 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3369
3370         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
3371
3372 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
3373
3374         * message.el (message-gen-unsubscribed-mft): accept a prefix
3375         argument so CC can be included with C-u C-c C-f C-a
3376
3377 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3378         From Ted Zlatanov <teodor.zlatanov@divine.com>.
3379
3380         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
3381         Improve docstring.
3382         (spam-enter-blacklist): New command.
3383
3384         * gnus-sum.el (gnus-spam-mark): New mark.
3385         (gnus-auto-expirable-marks): Add gnus-spam-mark.
3386         (gnus-summary-make-tool-bar): Correct conditional.
3387         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
3388         (gnus-summary-mark-as-spam): New command.
3389
3390 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
3391
3392         * mml-sec.el (mml-secure-message): changed to support arbritrary
3393         modes.
3394         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
3395         changed to support "signencrypt" mode.
3396         * mml.el (mml-parse-1): changed to support different secure modes
3397         more easily. (for signencrypt)
3398
3399 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
3400
3401         * gnus-sum.el (gnus-update-summary-mark-positions)
3402         (gnus-summary-toggle-header):
3403         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
3404         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
3405         (gnus-uu-post-encoded):
3406         * nnfolder.el (nnfolder-possibly-change-group):
3407         * nnimap.el (nnimap-retrieve-headers):
3408         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
3409
3410 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
3411
3412         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
3413         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
3414
3415 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3416
3417         * gnus-srvr.el (gnus-server-set-info): Clear
3418         `gnus-server-method-cache' when `gnus-server-alist' is changed.
3419         From Daiki Ueno <ueno@unixuser.org>.
3420
3421 2002-04-11  Simon Josefsson  <jas@extundo.com>
3422
3423         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
3424         viewing of security buttons.  Thanks to Nicolas Kowalski
3425         <Nicolas.Kowalski@imag.fr>.
3426
3427         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
3428         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
3429         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
3430         <Nicolas.Kowalski@imag.fr>.
3431         (smime-decrypt-buffer): Ditto.
3432
3433 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3434
3435         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
3436         header line.
3437
3438 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
3439
3440         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
3441
3442 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3443
3444         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
3445
3446 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3447
3448         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
3449         errors when debug.
3450
3451 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
3452
3453         * message.el (message-make-mft): Changed MFT code from using
3454         message-recipients (which included Bcc) to use only the To and CC
3455         headers.
3456
3457 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
3458
3459         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
3460         add link.
3461         (gnus-treat-mail-picon): Ditto.
3462         (gnus-treat-newsgroups-picon): Ditto.
3463         (gnus-picon-databases): Fix custom type.
3464         (gnus-picon-databases): Add link.
3465         (gnus-article-x-face-command): Add to gnus-picon group.
3466
3467 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
3468
3469         * message.el (message-buffer-naming-style): Remove.
3470
3471 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3472
3473         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
3474
3475         * message.el (message-tool-bar-map): Ditto.
3476
3477         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3478
3479 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3480
3481         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
3482
3483 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
3484
3485         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
3486
3487 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
3488         Trivial patch.
3489
3490         * dns.el: open-network-stream under XEmacs does udp.
3491
3492 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
3493
3494         * spam.el (spam-enter-whitelist): New function.
3495         (spam-parse-whitelist): Ditto.
3496         (spam-refresh-list-cache): Ditto.
3497         (spam-address-whitelisted-p): New function.
3498
3499         * dns.el (query-dns): Use TCP when make-network-process isn't
3500         available.
3501         (dns-servers): New variable.
3502         (dns-parse-resolv-conf): New function.
3503         (query-dns): Use it.
3504
3505         * spam.el: New file.
3506
3507         * dns.el (query-dns): Test.
3508
3509 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3510
3511         * lpath.el (featurep): Bind make-network-process.
3512
3513 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
3514
3515         * nnmaildir.el: Use defstruct.  Use a single copy of
3516         nnmail-extra-headers to save memory.  Store server's group name
3517         prefix instead of each group's prefixed name.
3518         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
3519         nntp-server-buffer.
3520
3521 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3522
3523         * dns.el: New file.
3524
3525 2002-03-28  Simon Josefsson  <jas@extundo.com>
3526
3527         * gnus-sum.el (gnus-summary-dummy-line-format):
3528         * gnus.el (gnus-summary-line-format): Fixing links to Info.
3529         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
3530
3531 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3532
3533         * gnus-sum.el (gnus-summary-move-article)
3534         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
3535         the doc string.
3536
3537 2002-03-28  Simon Josefsson  <jas@extundo.com>
3538
3539         * mml-sec.el (mml-secure-message): Search after
3540         mail-header-separator from top of message.
3541
3542 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
3543
3544         * nnmaildir.el: Cosmetic changes.
3545         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
3546         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
3547         nnmaildir--group-ls): New macros/functions.  Use them.
3548         (nnmaildir--unlink): Evalutate argument only once.
3549
3550 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
3551
3552         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
3553         symbols.
3554         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
3555         `gnus-point-at-eol'.
3556
3557 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
3558
3559         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
3560         nnmaildir--marks-dir): New macros.  Use them.
3561         Use inhibit-quit for atomicity instead of in-memory journaling.
3562         (nnmaildir--edit-prep): New function.
3563         (Local Variables): Use it.
3564
3565 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
3566
3567         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3568
3569 2002-03-25  Simon Josefsson  <jas@extundo.com>
3570
3571         * message.el (message-mode): Fix doc.
3572
3573 2002-03-25  Simon Josefsson  <jas@extundo.com>
3574
3575         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
3576         Matthieu Moy <Matthieu.Moy@imag.fr>.
3577
3578 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
3579
3580         * mml-sec.el (mml-unsecure-message): Add docstring.
3581
3582 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
3583
3584         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
3585         value.
3586         Trivial change from andre@slamdunknetworks.com
3587
3588 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
3589
3590         * mml.el (mml-mode-map): Added a keybinding for
3591         `mml-unsecure-message'.  Also, added a menu entry for said
3592         function in the Attachments menu.
3593
3594 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3595
3596         * canlock.el (canlock-version): Remove.
3597         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
3598         here; simplify \x insertions.
3599         (canlock-sha1): New function, always return a unibyte string.
3600         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
3601         of a password.
3602         (canlock-insert-header): Use `canlock-sha1'.
3603         (canlock-verify): Ditto.
3604
3605 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3606
3607         * message.el (message-fix-before-sending): Add an option that
3608         ignores illegible text.
3609         Trivial change from Mark Milhollan <mlm@attglobal.net>
3610
3611         * message.el (message-font-lock-keywords): Support multi-line MML
3612         tags.
3613
3614         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
3615         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
3616
3617 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3618
3619         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
3620         symbols for "View as different encoding" submenu.
3621
3622 2002-03-19  Simon Josefsson  <jas@extundo.com>
3623
3624         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
3625         encoding" submenu.
3626
3627 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3628
3629         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
3630
3631 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3632
3633         * gnus-sum.el (gnus-sum-thread-tree-root)
3634         (gnus-sum-thread-tree-single-indent)
3635         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
3636         (gnus-sum-thread-tree-leaf-with-other)
3637         (gnus-sum-thread-tree-single-leaf): Make customizable.
3638
3639 2002-03-16  Simon Josefsson  <jas@extundo.com>
3640
3641         * gnus-util.el (gnus-extract-address-components): Don't break on
3642         names such as James "Kibo" Parry.  From Francis Litterio
3643         <franl@world.std.com>.
3644
3645 2002-03-13  Simon Josefsson  <jas@extundo.com>
3646
3647         * pop3.el (pop3-open-server): Revert multibyte change.  From
3648         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
3649
3650         * message.el (message-send-mail-with-qmail): Make it work.  From
3651         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
3652
3653 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
3654
3655         * message.el (message-make-mft): Set case-fold-search while
3656         generating the MFT.  Also, a little cleanup in the MFT code.
3657
3658 2002-03-12  Simon Josefsson  <jas@extundo.com>
3659
3660         * message.el (message-qmail-inject-args): May be function.
3661         (message-send-mail-with-qmail): Call function if m-q-i-a is
3662         function.  From fn@hungry.org (Faried Nawaz).
3663
3664 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3665
3666         * message.el (message-abbrevs-loaded): Remove.
3667         (mailabbrev): Require it.
3668
3669         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
3670
3671 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3672
3673         * pop3.el (pop3-open-server): Set process buffer unibyte.
3674
3675 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3676
3677         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
3678
3679 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3680
3681         * nnslashdot.el (nnslashdot-request-article): Remove javascript
3682         too.
3683
3684 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3685
3686         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
3687         duplication.
3688         (gnus-summary-save-parts-type-history): Ditto.
3689         (gnus-summary-save-parts-last-directory): Ditto.
3690         Trivial change from andre@slamdunknetworks.com
3691
3692 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
3693
3694         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
3695
3696 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3697
3698         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
3699         -->" as the end of the first article.
3700
3701         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
3702         From Matthieu Moy <Matthieu.Moy@imag.fr>
3703
3704         * message.el (message-add-action): Use add-to-list.
3705         (message-delete-action): New function.
3706
3707         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
3708         pieces.
3709
3710 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
3711
3712         * nnnil.el: New file.
3713         * gnus.el (gnus-valid-select-methods): Include nnnil.
3714
3715 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
3716
3717         * message.el (message-syntax-checks): Because canlock is
3718         supported, we disable sender syntax check.
3719         (message-shoot-gnksa-feet): Add cancel-messages option doc.
3720
3721         * gnus-draft.el (gnus-draft-send): If interactive, use its default
3722         value of message-syntax-checks.
3723
3724         * qp.el (quoted-printable-decode-region): Doc addition.
3725         From: Eli Zaretskii <eliz@is.elta.co.il>
3726
3727         * mail-source.el (make-source-make-complex-temp-name): Use
3728         make-temp-file.
3729
3730         * mm-util.el (mm-make-temp-file): New function.
3731         * nneething.el (nneething-file-name): Use it.
3732         * mml-smime.el (mml-smime-encrypt): Ditto.
3733         * mm-view.el (mm-inline-wash-with-file): Ditto.
3734         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
3735         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
3736         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
3737         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
3738         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
3739         * gnus-art.el (gnus-mime-print-part): Ditto.
3740
3741 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
3742
3743         * message.el (nnmaildir-article-number-to-base-name): New
3744         function.
3745         (nnmaildir-base-name-to-article-number): New function.
3746
3747 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3748
3749         * smime.el (smime-make-temp-file): Don't quote
3750         `temporary-file-directory'.
3751
3752 2002-03-04  Simon Josefsson  <jas@extundo.com>
3753
3754         * smime.el (smime-sign-region): Rename argument keyfiles to
3755         keyfile. You only sign something with one key.
3756         (smime-sign-buffer): Better completing-read prompt.
3757         (smime-decrypt-buffer): Ditto.
3758
3759         * smime.el (smime-make-temp-file): Make it work under XEmacs.
3760
3761         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
3762         completing-read.
3763         (mm-view-pkcs7-decrypt): CRLF->LF.
3764
3765 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
3766
3767         * message.el (message-hierarchical-addresses): New variable.
3768         (message-get-reply-headers): Use it.
3769         From Ted Zlatanov <teodor.zlatanov@divine.com>
3770
3771 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
3772
3773         * message.el (message-mode): If buffer-file-name, don't set auto
3774         save file name.
3775         Trivial change from Geoff Greene <ggreene@wpi.edu>
3776
3777 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3778
3779         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
3780         takes one argument in read-char.
3781
3782         * message.el (message-fix-before-sending): Forward a char.
3783         Check mmu-multibyte-p, add control-1.
3784
3785 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3786
3787         * gnus-start.el (gnus-read-init-file): Ditto.
3788
3789         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
3790
3791         * dgnushack.el (dgnushack-make-load): Ditto.
3792
3793         * mail-source.el (mail-source-fetch): Extract the right error
3794         code.
3795
3796         * message.el (message-fix-before-sending): Check illegible text.
3797
3798         * gnus-util.el (gnus-multiple-choice): New function.
3799
3800         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
3801         also defined in gnus-score.el.
3802
3803 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
3804
3805         * message.el (message-get-reply-headers): downcase email addresses
3806         for comaparisons for duplicate removal.
3807
3808 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3809
3810         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
3811         implementation of PKCS#7, which just allows users read the
3812         message.
3813         (mm-view-pkcs7): Use it.
3814
3815 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3816
3817         * gnus.el (large-newsgroup-initial): New parameter.
3818
3819         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
3820         (gnus-summary-insert-old-articles): Ditto.
3821
3822 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3823
3824         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
3825         used as the default answer of the question, "How many articles?".
3826         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
3827
3828         * nnagent.el (nnagent-retrieve-headers): Remove articles with
3829         small numbers.
3830
3831 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3832
3833         * deuglify.el: Fix comments.
3834
3835 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
3836
3837         * html2text.el (html2text-clean-anchor): If there is no HREF,
3838         insert nothing.
3839
3840         * mml.el (mml-generate-mime-1): Add cdr.
3841         From: andre@slamdunknetworks.com
3842
3843         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
3844         (mm-text-html-washer-alist): Ditto.
3845
3846         * mm-decode.el (mm-text-html-renderer): Add html2text.
3847
3848         * html2text.el: Face lift.
3849
3850         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
3851
3852 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
3853
3854         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
3855
3856         * deuglify.el: Change copy right. Add autoload. Add coding-system.
3857
3858         * deuglify.el: New file. The original file name is
3859         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
3860
3861         * mm-decode.el (mm-display-external): Use
3862         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
3863
3864 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
3865
3866         * nnmaildir.el (nnmaildir-request-list): Report the highest
3867         article number, not the total number of articles.
3868
3869 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3870
3871         * gnus-sum.el: Move uu key map here.
3872         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
3873
3874 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
3875
3876         * nnmaildir.el (nnmaildir-request-expire-articles): Use
3877         nnmail-expiry-wait* if expire-age parameter is not set.
3878
3879 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3880
3881         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
3882         function.
3883         (gnus-group-sort-selected-groups-by-real-name): New function.
3884         (gnus-group-make-menu-bar): Add sort by real name.
3885
3886         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
3887         rebuild.
3888         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
3889         nil as dependencies as well.
3890
3891 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3892
3893         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
3894         for mime-parts.
3895
3896         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
3897
3898         * gnus-group.el (gnus-group-name-decode): Don't test
3899         multibyte-string, because it breaks XEmacs.
3900         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
3901
3902         * message.el (message-send-mail): Be talkative.
3903
3904         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
3905         (mm-automatic-display): Ditto.
3906
3907         * mailcap.el (mailcap-mime-data): Ditto.
3908         From: Reiner Steib <4uce.02.r.steib@gmx.net>
3909
3910 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3911
3912         * many files: Remove trailing whitespaces, replace spc+tab with
3913         tab, replace leading whitespaces with tabs.
3914
3915 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
3916
3917         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
3918         articles with no body and no blank line after the header.
3919
3920 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3921
3922         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
3923         parts.
3924
3925         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
3926         non-ascii chars.
3927
3928         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
3929
3930         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
3931         w3-delay-image-loads.
3932         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
3933         (mm-w3-prepare-buffer): Ditto.
3934
3935         * mail-source.el (mail-source-fetch-directory): Run scripts.
3936
3937 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3938
3939         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
3940         for Majordomo confirmations.
3941
3942 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3943
3944         * gnus-fun.el (gnus-respond-to-confirmation): New command.
3945
3946 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3947
3948         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
3949
3950 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
3951
3952         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
3953         References header field.  From Mark Thomas <mthomas@cmu.edu>.
3954
3955 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3956
3957         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
3958         (mm-inline-render-with-stdin): Ditto.
3959         (mm-inline-render-with-function): Ditto.
3960         (mm-inline-wash-with-file): Bind coding-system-for-write.
3961         (mm-inline-wash-with-stdin): Ditto.
3962
3963 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3964
3965         Suggested by Felix Natter <fnatter@gmx.net>
3966
3967         * gnus-art.el (gnus-mime-view-part-externally): Rename from
3968         gnus-mime-externalize-view.
3969         (gnus-mime-view-part-internally): Rename from
3970         gnus-mime-internalize-view.
3971         (gnus-article-view-part-externally): Rename from
3972         gnus-article-externalize-part.
3973         (gnus-mime-action-alist): Change correspondingly.
3974         (gnus-mime-button-commands): Ditto.
3975         (gnus-mime-action-alist): Remove duplication.
3976
3977         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
3978
3979 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3980
3981         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
3982
3983         * gnus-art.el (gnus-display-mime): Use it.
3984
3985         * mm-partial.el (mm-partial-find-parts): Use it.
3986
3987         * gnus-sum.el (gnus-article-loose-mime): Rename from
3988         gnus-article-no-strict-mime.
3989         (gnus-summary-save-parts): Use it.
3990
3991 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3992
3993         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
3994         local variable.
3995
3996         * gnus-art.el (article-display-x-face): Don't sort multiple
3997         X-Faces.
3998
3999 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4000
4001         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
4002         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
4003
4004         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
4005
4006 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4007
4008         Some ideas is inspired by code from Hrvoje Niksic
4009         <hniksic@arsdigita.com>
4010
4011         * gnus-art.el (gnus-article-wash-function): Set the default to
4012         nil, so that we use mm-text-html-renderer instead.
4013         (article-wash-html): Use mm-text-html-renderer.
4014
4015         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
4016         (mm-text-html-renderer): New variable.
4017         (mm-inline-text-html-renderer): Set the default to nil, so that we
4018         use mm-text-html-renderer instead.
4019
4020         * mm-view.el (mm-inline-text-html): New function.
4021         (mm-text-html-renderer-alist): New variable.
4022         (mm-inline-text-vcard): New function.
4023         (mm-inline-text): Split.
4024         (mm-links-remove-leading-blank): New function.
4025         (mm-inline-render-with-file): New function.
4026         (mm-inline-render-with-stdin): New function.
4027         (mm-inline-render-with-function): New function.
4028         (mm-text-html-washer-alist): New variable.
4029         (mm-inline-wash-with-file): New function.
4030         (mm-inline-wash-with-stdin): New function.
4031
4032 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4033
4034         * message-utils.el: Fix installation doc.
4035         From: Reiner Steib <4uce.02.r.steib@gmx.net>
4036
4037 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
4038
4039         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
4040         (gnus-post-method): Use it.
4041         (gnus-summary-cancel-article): Find the correct post-method.
4042
4043         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
4044         * message.el (message-send-news): Ditto.
4045         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
4046         <ipmonger@delamancha.org>
4047
4048         * gnus.el (gnus-select-method): Fix doc.
4049         (gnus-server-string): Use 'using nntp'.
4050
4051         * gnus-agent.el (gnus-slave-unplugged): New command.
4052         From: Felix Natter <fnatter@gmx.net>
4053
4054 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4055
4056         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
4057         Call edit-done-function first, then change the window
4058         configuration.
4059         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
4060         (gnus-article-edit-mode): mml-mode.
4061
4062         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
4063         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
4064
4065         * message-utils.el: Adopt the file.
4066
4067         * message-utils.el: New file.
4068         From Holger Schauer <Holger.Schauer@gmx.de>
4069
4070 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4071
4072         * gnus-sum.el (gnus-summary-move-article): Select-article only
4073         when gnus-move-split-methods is non-nil. And we don't render or
4074         mark the article.
4075
4076         * gnus-fun.el (gnus-shell-command-to-string): New function.
4077         (gnus-shell-command-on-region): New function.
4078         (gnus-random-x-face): Use them.
4079         (gnus-x-face-from-file): Ditto.
4080         (gnus-convert-image-to-gray-x-face): Ditto.
4081         (gnus-convert-gray-x-face-to-xpm): Ditto.
4082         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
4083
4084 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4085
4086         * gnus-art.el (gnus-treat-display-xface): Don't use
4087         `shell-command-to-string' when compiling.
4088         (gnus-treat-display-grey-xface): Ditto.
4089
4090 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
4091
4092         * nnmaildir.el (nnmaildir--article-count): If the group is
4093         completely empty, report minimum article number as 1 instead of 0.
4094
4095 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
4096
4097         * gnus-agent.el (gnus-get-predicate): Use nconc.
4098
4099         * gnus-sum.el (gnus-summary-display-make-predicate): Use
4100         gnus-summary-display-cache as cache.
4101
4102         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
4103         (nndoc-mail-in-mail-type-p): New function.
4104         (nndoc-mail-in-mail-article-begin): New function.
4105
4106 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4107
4108         * mailcap.el (mailcap-mime-data): Use enriched-decode.
4109
4110         * gnus-cite.el (gnus-article-fill-cited-article): Bind
4111         use-hard-newlines to nil.
4112
4113         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
4114         image is not available if window-system is not available.
4115
4116         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
4117
4118 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4119
4120         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
4121         bookmark, because update-mark doesn't handle it correctly.
4122
4123 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4124
4125         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
4126         directly instead of calling message-send-mail.
4127
4128         * gnus-start.el (gnus-read-descriptions-file): Use
4129         gnus-default-charset.
4130
4131         * mm-util.el (mm-guess-mime-charset): New function.
4132
4133         * gnus.el (gnus-default-charset): Use it.
4134         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
4135         the default.
4136
4137 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4138
4139         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
4140         (article-display-x-face): Use it.  Disable grey xface, if
4141         uncompface is not found.
4142
4143         * message.el (message-mode): Don't enable multibyte on an indirect
4144         buffer.
4145
4146         * nnrss.el (nnrss-content-function): New variable.
4147         (nnrss-request-article): Use it.
4148
4149 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4150
4151         * gnus.el: Add article-unsplit-urls.
4152         * gnus-sum.el: Ditto.
4153         * gnus-art.el (gnus-treat-strip-cr): New variable.
4154         (gnus-treatment-function-alist): Use it.
4155         (article-unsplit-urls): New function.
4156         (gnus-article-make-menu-bar): Use it.
4157         From: Michael Cook <michael.cook@cisco.com>
4158
4159 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4160
4161         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
4162         copy.
4163
4164 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
4165
4166         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
4167         with internal whitespace.
4168         (gnus-parent-id): Ditto.
4169
4170 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4171
4172         * gnus-art.el (gnus-article-treat-body-boundary): Add
4173         gnus-decoration property.
4174         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
4175
4176         * message.el (message-mode): Set local-abbrev-table.
4177         From Matt Armstrong <matt@lickey.com>.
4178
4179         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
4180         too many spaces.
4181
4182         * rfc2047.el (rfc2047-unfold-region): Ditto.
4183         (rfc2047-decode-region): Don't unfold. Let
4184         gnus-article-treat-unfold-headers do it.
4185
4186         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
4187         From: Jesper Harder <harder@ifa.au.dk>
4188
4189 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4190
4191         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
4192         (gnus-configure-posting-styles): Use it.
4193         (gnus-configure-posting-styles): Remove trailing newspaces.
4194
4195 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4196
4197         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
4198         is non-nil.
4199
4200         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
4201
4202         * gnus.el (gnus-server-to-method): Switch position with
4203         gnus-server-get-method.
4204         (gnus-agent): Add doc.
4205
4206         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
4207         (gnus-summary-save-parts): Use it.
4208
4209         * gnus-art.el (gnus-display-mime): Use it.
4210         * mm-partial.el (mm-partial-find-parts): Use it.
4211
4212         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
4213
4214         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
4215         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
4216
4217         * nnagent.el (nnagent-request-expire-articles): Don't delete
4218         files.
4219
4220 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
4221
4222         * message.el (message-gen-unsubscribed-mft): New function.
4223         From Sriram Karra <karra@cs.utah.edu>.
4224
4225         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
4226         open parenthesis.
4227
4228         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
4229         (mm-inline-text-html-render-with-w3): Ditto.
4230         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
4231         Suggested by Dave Love  <d.love@dl.ac.uk>.
4232
4233         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
4234
4235         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
4236         * nntp.el (nntp-send-command): Ditto.
4237         * nntp.el (nntp-send-command-nodelete): Ditto.
4238
4239 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4240
4241         * mm-url.el (mm-url-load-url): New function.
4242         (mm-url-insert-file-contents): Use it.
4243
4244         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
4245
4246         * message.el (message-forward-make-body): Correctly copy
4247         forward-buffer.
4248
4249         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
4250
4251 2002-02-04  Simon Josefsson  <jas@extundo.com>
4252
4253         * gnus-art.el (gnus-article-followup-with-original): Mark with
4254         force, prevent errors when following up from article buffer.
4255         (gnus-article-reply-with-original): Ditto.
4256
4257         * binhex.el (binhex-decoder-switches): Fix doc.  From
4258         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
4259
4260 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4261
4262         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
4263         highlight-citation after emphasize.
4264
4265 2002-02-04  Simon Josefsson  <jas@extundo.com>
4266
4267         * nnfolder.el (nnfolder-open-marks):
4268
4269         * nnml.el (nnml-open-marks): Message when done.  From David
4270         Edmondson <dme@sun.com>.
4271
4272 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4273
4274         * imap.el (imap-anonymous-auth): Fix typo.
4275         From: Steinar Bang <sb@dod.no>
4276
4277         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
4278         save-excursion.
4279         (gnus-cache-braid-heads): Ditto.
4280
4281         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
4282         line, because there are extra articles in the overview buffer.
4283
4284         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
4285
4286         * message.el (message-forward-rmail-make-body): Directly use
4287         rmail-msg-restore-non-pruned-header to avoid calling
4288         vertical-motion.
4289
4290 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4291
4292         * gnus-cache.el (gnus-summary-insert-cached-articles):
4293         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
4294
4295         * gnus-group.el (gnus-group-mark-article-read): Nreverse
4296         gnus-newsgroups-unselected.
4297
4298         * gnus-agent.el (gnus-summary-set-agent-mark): Use
4299         gnus-add-to-sorted-list.
4300
4301         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
4302         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
4303         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
4304         (gnus-update-read-articles): UNREAD is sorted.
4305         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
4306         (gnus-newsgroup-marked, gnus-newsgroup-cached)
4307         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
4308         (gnus-newsgroup-dormant): Require sorted.
4309
4310         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
4311         directories.
4312         (gnus-dired-print): New function.
4313
4314         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
4315         ps-despool.
4316
4317 2002-02-02  Simon Josefsson  <jas@extundo.com>
4318
4319         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
4320
4321 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4322
4323         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
4324         t. This makes gnus-agent customizable without putting
4325         gnus-agentize into .gnus.
4326
4327         * gnus.el (gnus-agent): Make it customizable.
4328
4329         * gnus-dired.el: New file.
4330         From Benjamin Rutt <brutt@bloomington.in.us>
4331
4332         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
4333         if no article.
4334         (gnus-cache-possibly-remove-article): Ditto.
4335         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
4336
4337 2002-02-01  Simon Josefsson  <jas@extundo.com>
4338
4339         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
4340
4341 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4342
4343         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
4344         (mm-setup-w3m): Don't bind keys listed in the above.
4345
4346 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4347
4348         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
4349         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
4350         is non-nil; bind `w3m-force-redisplay' with nil.
4351
4352         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4353
4354         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
4355
4356 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
4357
4358         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
4359         use mail-header-unfold-field.
4360
4361         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
4362         gnus-summary-limit.
4363
4364         * gnus-range.el (gnus-add-to-sorted-list): New function.
4365         * gnus-sum.el (gnus-mark-article-as-read): Use it.
4366         (gnus-mark-article-as-unread): Ditto.
4367         (gnus-summary-mark-article-as-unread): Ditto.
4368         (gnus-build-get-header): Ditto.
4369         (gnus-summary-prepare-threads): Ditto.
4370         (gnus-summary-insert-pseudos): Ditto.
4371         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
4372         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
4373         (gnus-summary-insert-old-articles): Ditto.
4374
4375         * gnus-msg.el (gnus-posting-styles): Add new format of header.
4376         (gnus-configure-posting-styles): Support the new format.
4377
4378         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
4379         edebug-form-spec to (sexp body).
4380         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
4381
4382         * message.el (message-reply-headers): Add doc.
4383
4384 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4385
4386         * gnus-group.el (gnus-group-delete-group): Nix the entry in
4387         gnus-cache-active-hashtb.
4388
4389         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
4390         (gnus-agent-summary-fetch-group): Use it.
4391
4392         * gnus-msg.el (gnus-debug-files): New variable.
4393         (gnus-debug-exclude-variables): New variable.
4394         (gnus-debug): Use them.
4395
4396         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
4397
4398 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4399
4400         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
4401         (message-mode-syntax-table): Move back the previous position.
4402
4403         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
4404
4405         * gnus-agent.el (gnus-agent-retrieve-headers): Use
4406         gnus-sorted-difference.
4407
4408         * nnsoup.el (nnsoup-request-expire-articles): Use
4409         gnus-sorted-difference.
4410
4411         * nnheader.el: Autoload gnus-sorted-difference.
4412
4413         * nnfolder.el (nnfolder-request-expire-articles): Use
4414         gnus-sorted-difference.
4415
4416         * gnus-cache.el (gnus-cache-retrieve-headers): Use
4417         gnus-sorted-difference.
4418
4419         * gnus-range.el: Autoload cookies.
4420         (gnus-sorted-difference): New function.
4421         (gnus-sorted-ndifference): New function.
4422         (gnus-sorted-nintersection): Rename from
4423         gnus-set-sorted-intersection.
4424         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
4425         (gnus-list-range-difference): Rename from
4426         gnus-inverse-list-range-intersection.
4427         (gnus-inverse-list-range-intersection): Use defalias.
4428
4429         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
4430         gnus-sorted-ndifference, and gnus-sorted-nintersection.
4431         (gnus-articles-to-read): Use gnus-sorted-difference.
4432         (gnus-summary-limit-mark-excluded-as-read): Use
4433         gnus-sorted-intersection and gnus-sorted-ndifference.
4434         (gnus-list-of-read-articles): Use gnus-list-range-difference.
4435         (gnus-summary-insert-articles): Use gnus-sorted-difference.
4436
4437         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
4438
4439 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4440
4441         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
4442         property to the buffer for using emacs-w3m command keys.
4443
4444         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
4445         option.
4446
4447         * mm-view.el (mm-w3m-mode-map): New variable.
4448         (mm-w3m-mode-command-alist): New variable.
4449         (mm-w3m-minor-mode): Removed.
4450         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
4451         (mm-inline-text-html-render-with-w3m): Add keymap property to the
4452         buffer for using emacs-w3m command keys.
4453
4454 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4455
4456         * message.el (message-mode-syntax-table): Move forward.
4457         (message-cite-prefix-regexp): Auto detect non word constituents.
4458         (message-cite-prefix-regexp): Don't use with-syntax-table.
4459
4460         * gnus-sum.el (gnus-summary-update-info): Use
4461         gnus-list-range-intersection.
4462
4463         * gnus-agent.el (gnus-agent-fetch-headers): Use
4464         gnus-list-range-intersection.
4465
4466         * gnus-range.el (gnus-range-normalize): Use correct predicate.
4467         (gnus-list-range-intersection): Use it.
4468         (gnus-inverse-list-range-intersection): Ditto.
4469         (gnus-sorted-intersection): Add doc.
4470         (gnus-set-sorted-intersection): Add doc.
4471         (gnus-sorted-union): New function.
4472         (gnus-set-sorted-union): New function.
4473
4474         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
4475         (gnus-inverse-list-range-intersection): Ditto.
4476
4477 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
4478
4479         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
4480
4481         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
4482         and permit `:' and `\' in order to handle full Windows pathnames.
4483         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
4484         technically not correct per standard, but seems to have common use.
4485
4486 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4487
4488         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
4489         replacing numbers.
4490
4491 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
4492
4493         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
4494
4495         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
4496         Don't split when the window is small, e.g. when a small *BBDB*
4497         window is the lowest one.
4498
4499         * gnus-agent.el (gnus-agent-retrieve-headers): Use
4500         nnheader-find-nov-line to speed up. Use nreverse, because it is
4501         sorted. Use nnheader-insert-nov-file.
4502
4503 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4504
4505         * mm-decode.el (mm-inline-text-html-with-images): New user option.
4506
4507         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
4508         of `w3m-display-inline-images' with the value of
4509         `mm-inline-text-html-with-images'.
4510         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
4511
4512         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4513
4514 2002-01-27  Richard M. Stallman  <rms@gnu.org>
4515
4516         * time-date.el: Add autoload cookies.  Many doc fixes.
4517         (time-add): New function.
4518         (time-subtract): Renamed from subtract-time.
4519         (subtract-time): New alias for time-subtract.
4520
4521 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4522
4523         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
4524         emacs-w3m in doc-string.
4525
4526         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
4527         `w3m-current-buffer'.
4528
4529 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4530
4531         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
4532
4533         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
4534         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
4535         (mm-w3m-cid-retrieve): New function.
4536         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
4537
4538 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4539
4540         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
4541
4542 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4543
4544         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
4545
4546 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4547
4548         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
4549         32K.
4550
4551         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
4552
4553         * nnmail.el (nnmail-article-group): Decode headers before running
4554         split rules over them.
4555         (nnmail-mail-splitting-charset): New variable.
4556
4557         * smiley.el: Replaced with smiley-ems.el.
4558
4559 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4560
4561         * mm-url.el (mm-url-predefined-programs): Add w3m.
4562         (mm-url-program): Ditto.
4563
4564 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4565
4566         * nnml.el (nnml-use-compressed-files): New variable.
4567         (nnml-filenames-are-evil): Removed.
4568         (nnml-current-group-article-to-file-alist): Don't use.
4569         (nnml-update-file-alist): Inhibit.
4570         (nnml-article-to-file): Use new var.
4571
4572 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4573
4574         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
4575
4576         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
4577
4578 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4579
4580         * gnus-agent.el (gnus-agent-load-alist): Use new caching
4581         function.
4582
4583         * gnus-util.el (gnus-cache-file-contents): New function.
4584
4585         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
4586         (gnus-agent-load-alist): Use it.
4587
4588         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
4589
4590         * nnheader.el (nnheader-insert-nov-file): New function.
4591
4592         * gnus-util.el (gnus-parse-without-error): Correct the loop.
4593
4594         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
4595         there are no references.
4596         (gnus-extract-message-id-from-in-reply-to): New function.
4597         (gnus-nov-parse-line): Use in-reply-to if there are no
4598         references.
4599
4600 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4601
4602         * nnagent.el (nnagent-retrieve-headers): Use new macro.
4603
4604         * gnus-util.el (gnus-parse-without-error): New macro.
4605
4606 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
4607
4608         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
4609         (gnus-article-wash-function): use locate-library to decide which
4610         to use.
4611
4612 2002-01-25  Simon Josefsson  <jas@extundo.com>
4613
4614         * pop3.el (pop3-munge-message-separator): Work if no date.
4615         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
4616
4617 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4618
4619         * gnus-agent.el (gnus-agent-save-alist): Fix.
4620
4621         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
4622         mistake.  Reinstated lost code.
4623
4624 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
4625
4626         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
4627         one exists in the case of an encrypted message with an internal
4628         signature.
4629
4630 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4631
4632         * gnus-agent.el (gnus-agent-save-alist): Optimized.
4633
4634 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4635
4636         * dgnushack.el: Commented out the experimental code.
4637
4638 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4639
4640         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
4641         error.
4642
4643         * gnus.el (gnus-server-to-method): Made into subst.
4644         (gnus-server-method-cache): New variable.
4645         (gnus-server-to-method): Use it.
4646         (gnus-group-method-cache): New variable.
4647         (gnus-find-method-for-group-1): Renamed.
4648         (gnus-find-method-for-group): New function.
4649         (gnus-group-method-cache): Removed.
4650
4651         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
4652         function.
4653
4654         * gnus-range.el (gnus-members-of-range): New function.
4655         (gnus-list-range-intersection): Renamed.
4656         (gnus-inverse-list-range-intersection): New function.
4657
4658         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
4659
4660         * nnagent.el (nnagent-retrieve-headers): New implementation.
4661
4662         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
4663         implementation.
4664
4665 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4666
4667         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
4668         `w3m-meta-content-type-charset-regexp'.
4669
4670         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
4671         charset-encoded html contents.
4672
4673 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4674
4675         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
4676         an empty file.
4677
4678         * nnweb.el (url): Ignore errors when request url.
4679
4680         * nnrss.el: Clean up the comments.
4681
4682 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4683
4684         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
4685
4686         * mm-decode.el (mm-inline-text-html-renderer): New user option.
4687         (mm-inline-media-tests): Test whether the value of
4688         `mm-inline-text-html-renderer' is a function for text/html.
4689
4690         * mm-view.el (mm-inline-text-html-render-with-w3): New function
4691         separated from `mm-inline-text'.
4692         (mm-w3m-minor-mode): New variable.
4693         (mm-w3m-setup): New variable.
4694         (mm-setup-w3m): New function.
4695         (mm-inline-text-html-render-with-w3m): New function.
4696         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
4697         text/html.
4698
4699 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
4700
4701         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
4702
4703 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4704
4705         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
4706         and `gnus-xmas-completing-read'.
4707
4708 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4709
4710         * nneething.el (nneething-message-id-number): Abolished.
4711         (nneething-encode-file-name): Not encode numerical characters.
4712         (nneething-make-head): `nneething-message-id-number' is not
4713         used to generate message IDs.
4714
4715 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4716
4717         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
4718         characters.
4719
4720 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4721
4722         * gnus-xmas.el (gnus-xmas-completing-read): New function.
4723         (gnus-xmas-redefine): Redefine conditionally.
4724
4725 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
4726
4727         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
4728         tag.
4729
4730 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
4731
4732         * message.el (message-font-lock-keywords): Added the secure tag.
4733         * mml-sec.el: Added functions to generate/modify/remove the secure
4734         tag while in message mode.
4735         * mml-sec.el (mml-secure-message): New.
4736         * mml-sec.el (mml-unsecure-message): New.
4737         * mml-sec.el (mml-secure-message-sign-smime): New.
4738         * mml-sec.el (mml-secure-message-sign-pgp): New.
4739         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
4740         * mml-sec.el (mml-secure-message-encrypt-smime): New.
4741         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
4742         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
4743         * mml.el (mml-parse-1): Added code to recognise the secure tag and
4744         convert it to either a part or multipart depending on if there are
4745         other parts in the message.
4746         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
4747         to use the secure tag, rather than the part tag.
4748         * mml.el (mml-preview): Added a save-excursion to keep cursor
4749         position after doing an MML preview.
4750
4751 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4752
4753         * nnheader.el (nnheader-parse-overview-file): New function.
4754         (nnheader-write-overview-file): New function.
4755
4756 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4757
4758         * gnus.el (gnus-group-fast-parameter): Check better if expansion
4759         in wanted.
4760
4761         * nnweb.el (nnweb-type-definition): Clean up.
4762
4763 2002-01-21  Alastair Burt  <burt@dfki.de>
4764         Trivial patch.
4765
4766         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
4767         buffer exists before jumping to it.
4768
4769 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4770
4771         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
4772         function.
4773         (article-wash-html): Use it.
4774         (gnus-article-wash-function): New variable.
4775         (gnus-article-wash-html-with-w3m): New function.
4776
4777 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4778
4779         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
4780         XEmacs.
4781
4782 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
4783
4784         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
4785         command line.
4786
4787 2002-01-21  Simon Josefsson  <jas@extundo.com>
4788
4789         * canlock.el (base64-encode-string): Autoload it from base64.
4790         (canlock-make-cancel-key): Base64 encode unibyte string.
4791
4792 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4793
4794         * nnfolder.el (nnfolder-request-accept-article): Unfold
4795         x-from-line.
4796         (nnfolder-request-replace-article): Ditto.
4797
4798 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
4799
4800         * gnus-group.el (gnus-group-best-unread-group): Use the right
4801         positioning function.
4802
4803 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4804
4805         * smiley-ems.el (smiley-region): Use new function.
4806         (smiley-update-cache): Use general image functions.
4807         (smiley-region): Use general functions.
4808
4809         * gnus-util.el (gnus-graphic-display-p): New function.
4810
4811         * nnmail.el (nnmail-article-group): Allow outputting traces of
4812         non-strings.
4813
4814         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
4815         (nndoc-exim-bounce-type-p): New function.
4816
4817         * message.el (message-dont-send): Doc fix.
4818
4819         * gnus-util.el (gnus-completing-read): Remove
4820         inherit-input-method.
4821
4822         * gnus-art.el (gnus-treat-smiley): Doc fix.
4823
4824         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
4825         articles.
4826
4827 2002-01-19  Simon Josefsson  <jas@extundo.com>
4828
4829         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
4830         (imap-kerberos4-open): Ditto.
4831         (imap-open): Set port correctly, don't set auth.
4832
4833 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4834
4835         * gnus.el (gnus-version-number): Bump version number.
4836
4837 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4838
4839         * gnus.el: Oort Gnus v0.05 is released.
4840
4841 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4842
4843         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
4844         exists.
4845
4846         * gnus-spec.el (gnus-string-width-function): New function.
4847         (gnus-tilde-cut-form): Use it.
4848         (gnus-tilde-max-form): Ditto.
4849         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
4850         (gnus-substring-function): Use it.
4851         (gnus-tilde-cut-form): Ditto.
4852         (gnus-substring-function): New function.
4853
4854         * message.el (message-check-news-header-syntax): New message.
4855
4856         * gnus.el (gnus-slave-no-server): Doc fix.
4857
4858         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
4859
4860 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4861
4862         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
4863         `seen' if it looks like (seen NUM1 . NUM2).  It should be
4864         (seen (NUM1 . NUM2)).
4865
4866 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4867
4868         * gnus-topic.el (gnus-topic-catchup-articles): Update article
4869         number in closed topics.
4870
4871 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
4872
4873         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
4874         functions.
4875
4876 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4877
4878         * gnus.el (gnus-group-find-parameter): Clean up.
4879
4880         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
4881         articles.
4882
4883         * gnus-util.el (gnus-completing-read-with-default): Renamed.
4884
4885         * nnmail.el (nnmail-article-group): Clean up.
4886
4887 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
4888
4889         * gnus-agent.el (gnus-category-name): Intern the category name.
4890
4891 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4892
4893         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
4894
4895         * gnus-util.el (gnus-completing-read): New function.
4896
4897 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4898
4899         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
4900
4901         * smiley-ems.el (smiley-region): Register smiley.
4902         (smiley-toggle-buffer): Rewrite the function.
4903         (smiley-active): Removed.
4904
4905 2002-01-19  Simon Josefsson  <jas@extundo.com>
4906
4907         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
4908         Jesper Harder <harder@ifa.au.dk>.
4909
4910 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4911
4912         * gnus-art.el (gnus-request-article-this-buffer): Call
4913         `nneething-get-file-name' to extract the file name from the
4914         message id.
4915
4916         * nneething.el (nneething-encode-file-name): New function.
4917         (nneething-decode-file-name): Ditto.
4918         (nneething-get-file-name): Ditto.
4919         (nneething-make-head): Encode the file name and encapsulate it
4920         into the field of the message id.
4921
4922 2002-01-18  Simon Josefsson  <jas@extundo.com>
4923
4924         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
4925         stored in .marks.
4926
4927         * nnfolder.el (nnfolder-request-update-info): Ditto.
4928
4929 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4930
4931         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
4932
4933 2002-01-18  Simon Josefsson  <jas@extundo.com>
4934
4935         * imap.el (imap-starttls-p): Don't check for binary.
4936         (imap-gssapi-auth-p): Ditto.
4937         (imap-kerberos4-auth-p): Ditto.
4938         (imap-open): Change logic.  Iterate through all possible streams,
4939         instead of bailing out after first failure.  Move authenticator
4940         decision to `imap-authenticate'.
4941         (imap-authenticate): Change logic, now finds the authenticator to
4942         use, was previously in `imap-open'.
4943         (imap-open): Return nil on failure.
4944         (imap-open): Setup temp buffer correctly.
4945         (imap-open): Return buffer only on success.
4946         (imap-interactive-login, imap-interactive-login): Tell the user
4947         which stream/authenticator is used for the queried
4948         username/password.
4949         (imap-open, imap-authenticate): Set variables.
4950         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
4951         (imap-open): Don't assume how `with-temp-buffer' is implemented.
4952
4953 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4954
4955         * gnus-fun.el (gnus-grab-cam-x-face): New function.
4956
4957 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4958
4959         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
4960
4961 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4962
4963         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
4964         (gnus-agent-group-mode-map): Bind it to "Jo".
4965         (gnus-agent-group-make-menu-bar): Add it into menu bar.
4966
4967 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
4968
4969         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
4970         (gnus-summary-mail-toolbar): Add mail article deletion button.
4971
4972         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
4973         false positives for lines of "^^^^".
4974
4975         * gnus-picon.el (gnus-picon-find-face): faces database is all
4976         lowercase.
4977
4978 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4979
4980         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
4981         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
4982         duplications.
4983         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
4984
4985 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4986
4987         * gnus-sum.el (gnus-summary-initial-limit): Inline
4988         gnus-summary-limit-children.
4989         (gnus-summary-initial-limit): Don't limit if
4990         gnus-newsgroup-display is nil.
4991         (gnus-summary-initial-limit): No, don't.
4992
4993         * gnus-util.el
4994         (gnus-put-text-property-excluding-characters-with-faces): Inline
4995         gnus-put-text-property.
4996
4997         * gnus-spec.el (gnus-default-format-specs): New variable.
4998
4999         * gnus-start.el (gnus-read-newsrc-file): Don't clear
5000         gnus-format-specs.
5001         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
5002
5003         * gnus-spec.el (gnus-update-format-specifications): Really check
5004         the Gnus version of the .newsrc.eld file.
5005         (gnus-format-specs): Save the new default summary format.
5006
5007         * gnus-util.el (gnus-parent-id): Check whether references is empty
5008         before splitting.
5009
5010         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
5011         functions.
5012         (gnus-gather-threads-by-references): Inline
5013         `gnus-split-references'.
5014
5015         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
5016         default value of gnus-summary-line-format-spec.
5017
5018 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5019
5020         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
5021         message.
5022         (nnslashdot-request-list): Ditto.
5023         (nnslashdot-sid-strip): Removed.
5024
5025 2002-01-15  Simon Josefsson  <jas@extundo.com>
5026
5027         * nnimap.el (nnimap-close-asynchronous): Enable.
5028         (nnimap-close-group): Expunge.
5029
5030 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5031
5032         * gnus-util.el (gnus-user-date-format-alist): Typo.
5033         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
5034
5035 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5036
5037         * nneething.el (nneething-request-article): Set
5038         `nnmail-file-coding-system' to `binary' locally, in order to read
5039         files without any conversion.
5040
5041 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5042
5043         * gnus-agent.el (gnus-agent-retrieve-headers): Use
5044         nnheader-file-coding-system and nnmail-active-file-coding-system.
5045         (gnus-agent-regenerate-group): Ditto.
5046         (gnus-agent-regenerate): Ditto.
5047         (gnus-agent-write-active): Ditto.
5048         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
5049
5050 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5051
5052         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
5053         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
5054
5055 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5056
5057         * gnus.el: We don't need gnus-article-show-all-headers.
5058
5059         * gnus-art.el (article-show-all, gnus-article-show-all-header):
5060         Ditto.
5061
5062         * gnus-sum.el (gnus-summary-select-article): Don't call
5063         show-all-headers, because hidden headers are not hidden text any
5064         more.
5065
5066 2002-01-13  Simon Josefsson  <jas@extundo.com>
5067
5068         * message.el (message-newline-and-reformat): Use `newline' instead
5069         of inserting \n, so that the newline is marked as hard.
5070
5071         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
5072         From Jesper Harder <harder@ifa.au.dk>.
5073
5074 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5075
5076         * imap.el (imap-close): Keep going if quit.
5077
5078         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
5079         nntp-server-buffer.
5080
5081 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5082
5083         * mm-view.el (mm-display-inline-fontify): Require font-lock to
5084         avoid unbinding shadowed variables.
5085
5086         * gnus-art.el (gnus-picon-databases): Moved here.
5087         (gnus-picons-installed-p): Moved here.
5088         (gnus-article-reply-with-original): Use `mark'.
5089
5090         * gnus.el (gnus-picon): Moved here and renamed.
5091
5092         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
5093         installed.
5094         (gnus-treat-mail-picon): Ditto.
5095         (gnus-treat-newsgroups-picon): Ditto.
5096
5097         * gnus-picon.el (gnus-picons-installed-p): New function.
5098
5099 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5100
5101         * gnus-agent.el (gnus-agent-go-online): Fix doc.
5102
5103 2002-01-12  Simon Josefsson  <jas@extundo.com>
5104
5105         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
5106         (nnimap-before-find-minmax-bugworkaround): Use it.
5107         (nnimap-find-minmax-uid): Don't reselect current mailbox.
5108         (nnimap-dont-close): New variable.
5109         (nnimap-close-group): Use it.
5110
5111 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5112
5113         * gnus-art.el (gnus-article-reply-with-original): Use
5114         `mark-active'.
5115
5116         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
5117
5118         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
5119         (gnus-score-advanced): Clean up.
5120         (gnus-score-advanced): Accept a multiple of the score.
5121
5122 2002-01-12  Simon Josefsson  <jas@extundo.com>
5123
5124         * flow-fill.el (fill-flowed-display-column)
5125         (fill-flowed-encode-columnq): New variables.  Suggested by
5126         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
5127         (fill-flowed-encode, fill-flowed): Use them.
5128
5129         * message.el (message-send-news, message-send-mail): Use
5130         m-b-s-n-p-e-h-n.
5131
5132         * mml.el (autoload): Autoload fill-flowed-encode.
5133         (mml-buffer-substring-no-properties-except-hard-newlines): New
5134         function.
5135         (mml-read-part): Use it.
5136         (mml-generate-mime-1): Encode format=flowed if appropriate.
5137         (mml-insert-mime-headers): Insert format=flowed.
5138
5139         * flow-fill.el (fill-flowed-encode): New function.
5140         (fill-flowed): Bind fill-column to window width.
5141
5142 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5143
5144         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
5145         it exists.
5146         (gnus-summary-setup-buffer): Wake up dead summary buffers.
5147         (gnus-summary-buffer-name): Don't return the dead name after all.
5148         (gnus-summary-setup-buffer): Kill the dead buffer.
5149
5150         * gnus-art.el (gnus-article-followup-with-original): Store the
5151         value of the mark before deactivating it.
5152
5153 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5154
5155         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
5156         From: Karl Kleinpaste <karl@charcoal.com>
5157
5158         * gnus-art.el (article-display-x-face): Ditto.
5159         (gnus-article-reply-with-original): Use gnus-region-active-p.
5160         (gnus-article-followup-with-original): Ditto.
5161
5162         * gnus-sum.el (gnus-summary-read-group-1): Don't select
5163         downloadable article either.
5164
5165 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5166
5167         * gnus-art.el (article-display-x-face): Insert From:.
5168
5169         * gnus-sum.el (gnus-summary-move-article): Don't draw the
5170         article. Bind gnus-display-mime-function and
5171         gnus-article-prepare-hook.
5172
5173         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
5174         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
5175         gnus-agent-possibly-synchronize-flags to the last.
5176         (gnus-agent-go-online): New function. New variable.
5177
5178 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5179
5180         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
5181         (gnus-agent-regenerate): Ditto.
5182
5183 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5184
5185         * message.el (message-ignored-news-headers)
5186         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
5187         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
5188
5189         * gnus.el (gnus-gethash-safe): New macro.
5190
5191         * gnus-agent.el (gnus-agent-regenerate-history): New function.
5192         (gnus-agent-regenerate): Show messages.
5193
5194 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5195
5196         * gnus-agent.el (gnus-agent-regenerate-group): New function.
5197         (gnus-agent-regenerate): New function.
5198         (gnus-agent-save-alist): Sort.
5199         (gnus-agent-copy-nov-line): Test eobp.
5200         (gnus-agent-retrieve-headers): Erase buffer.
5201
5202 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5203
5204         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
5205         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
5206
5207         * gnus.el (gnus-agent-covered-methods): Move here.
5208         (gnus-online): New function.
5209         (gnus-agent-method-p): Move here.
5210
5211         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
5212         nil. Remove articles-alist.
5213
5214         * gnus-start.el (gnus-get-unread-articles): Check online.
5215         (gnus-groups-to-gnus-format): Ditto.
5216         (gnus-active-to-gnus-format): Ditto.
5217
5218         * gnus-agent.el (gnus-agent-get-function): Use it.
5219         (gnus-agent-get-undownloaded-list): Ditto.
5220         (gnus-agent-fetch-session): Only fetch online methods.
5221
5222         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
5223         (gnus-server-mode-map): Ditto.
5224         (gnus-server-offline-face): New face.
5225         (gnus-server-offline-face): New variable.
5226         (gnus-server-font-lock-keywords): Add offline.
5227         (gnus-server-insert-server-line): Ditto.
5228         (gnus-server-offline-server): New function.
5229
5230         * gnus-int.el (gnus-open-server): Turn to offline.
5231         (gnus-server-unopen-status): New variable.
5232
5233 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5234
5235         * nnkiboze.el (nnkiboze-request-article): Use
5236         gnus-agent-request-article.
5237
5238         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
5239         function. Insert undownloaded NOV.
5240
5241         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
5242         (gnus-agent-request-article): New function.
5243
5244         * gnus.el (gnus-agent-cache): New variable.
5245
5246         * gnus-int.el (gnus-retrieve-headers): Use
5247         gnus-agent-retrieve-headers.
5248         (gnus-request-head): Use gnus-agent-request-article.
5249         (gnus-request-body): Ditto.
5250
5251         * gnus-art.el (gnus-request-article-this-buffer): Use
5252         gnus-agent-request-article.
5253
5254         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
5255         article if it is undownloaded.
5256
5257 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5258
5259         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
5260
5261 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5262
5263         * canlock.el (canlock-string-as-unibyte): New macro.
5264         (canlock-sha1-with-openssl): Return a unibyte string.
5265         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
5266
5267 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5268
5269         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
5270
5271 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5272
5273         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
5274         application/x-emacs-lisp.
5275
5276         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
5277
5278         * nntp.el (nntp-request-article): Add group parameter.
5279         (nntp-request-head): Ditto.
5280         (nntp-find-group-and-number): Add parameter group. Figure out
5281         number if the status line doesn't give (e.g. quimby.gnus.org).
5282
5283 2002-01-08  Simon Josefsson  <jas@extundo.com>
5284
5285         * mml.el (mml-generate-mime-1): Set recipient correctly.
5286
5287 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5288
5289         * message.el (message-read-from-minibuffer): Add parameter
5290         initial-contents.
5291         * gnus-msg.el (gnus-summary-resend-message): Use it.
5292
5293         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
5294         behavior of quit-config.
5295
5296         * message.el (message-make-from): Don't quote fullname.
5297         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
5298
5299         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
5300         From: <andre@slamdunknetworks.com>
5301
5302 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5303
5304         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
5305
5306         * gnus-art.el (gnus-header-button-alist): Handle mailto.
5307
5308         * mml.el (mml-preview): Bind gnus-original-article-buffer because
5309         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
5310         because bbdb may use it.
5311
5312 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5313
5314         * nneething.el (nneething-request-article): When a non-text file
5315         is converted to an article, its data is encoded in base64.  Call
5316         `nneething-make-head' with options to specify MIME types.
5317         (nneething-make-head): Add optional arguments to specify MIME
5318         types.
5319
5320 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5321
5322         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
5323         header if there is not.
5324
5325         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
5326
5327         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
5328         (gnus-inews-mark-gcc-as-read): Obsolete variable.
5329         (gnus-inews-do-gcc): Use them.
5330
5331         * gnus-group.el (gnus-group-mark-article-read): Put holes into
5332         gnus-newsgroup-unselected.
5333
5334 2002-01-06  Simon Josefsson  <jas@extundo.com>
5335
5336         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
5337         condition-case, not ignore-errors.
5338
5339 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5340
5341         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
5342         gnus-fetch-old-headers.
5343
5344         * gnus-art.el (article-display-x-face): Use the current buffer
5345         unless `W f'. Otherwise, X-Face may be shown in the header of a
5346         forwarded part.
5347         (gnus-treatment-function-alist): Treat xface before hiding
5348         headers.
5349
5350 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5351
5352         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
5353         parameters.
5354
5355 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5356
5357         * mm-util.el (mm-multibyte-p): Define conditionally when load.
5358         (mm-guess-charset): New function.
5359         (mm-charset-after): Use it.
5360         (mm-detect-coding-region): New function.
5361         (mm-detect-mime-charset-region): New function.
5362
5363         * gnus-sum.el (gnus-summary-show-article): Use
5364         mm-detect-coding-region.
5365
5366 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5367
5368         * message.el (message-make-fqdn): Be less violent.
5369
5370         * gnus.el (gnus-logo-color-style): Compute custom form
5371         automatically.
5372
5373         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
5374         score file of the parent to the document group.
5375
5376         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
5377         parameters parameter.
5378
5379         * gnus-score.el (gnus-score-load-file): Clean up.
5380
5381 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5382
5383         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
5384         From: Damien Wyart <damien.wyart@free.fr>
5385
5386         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
5387
5388 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5389
5390         * gnus-sum.el (gnus-select-group-hook): Typo.
5391
5392         * rfc2047.el (rfc2047-decode-string): Return immediately if there
5393         is no quoted-printable-encoded STRING.
5394         From: Jesper Harder <harder@ifa.au.dk>
5395
5396         (rfc2047-decode-string): Decode it.
5397
5398 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5399
5400         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
5401
5402 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
5403         Trivial patch.
5404
5405         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
5406         buffer to get rid of junk line.
5407
5408 2002-01-05  Simon Josefsson  <jas@extundo.com>
5409
5410         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
5411         C-o.
5412         (message-mode-map): Bind message-insert-or-toggle-importance to
5413         C-c C-u.
5414         (message-mode-map): Bind message-disposition-notification-to to
5415         C-c M-n.
5416         (message-mode-menu): Add m-d-n-t.
5417         (message-mode-field-menu): Add m-goto-from.
5418         (message-mode): Doc fix.
5419         (message-goto-from): New function.
5420         (message-insert-disposition-notification-to): New function.
5421         (message-tool-bar-map): Add receipt button.
5422
5423 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5424
5425         * gnus-sum.el (gnus-thread-latest-date): New function.
5426         (gnus-thread-sort-by-most-recent-number): Renamed.
5427         (gnus-thread-sort-functions): Doc fix.
5428         (gnus-select-group-hook): Don't use setq on a hook.
5429         (gnus-thread-latest-date): Use date, not number
5430
5431         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
5432         (gnus-agent-expire): Allow regexp of expire-days.
5433
5434         * gnus-art.el (gnus-article-reply-with-original): Deactivate
5435         region.
5436         (gnus-article-followup-with-original): Ditto.
5437
5438         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
5439
5440         * gnus-art.el (gnus-mime-display-alternative): Use
5441         gnus-local-map-property.
5442         (gnus-mime-display-alternative): Ditto.
5443         (gnus-insert-mime-security-button): Ditto.
5444         (gnus-insert-next-page-button): Ditto.
5445         (gnus-button-prev-page): Take optional args.
5446         (gnus-insert-prev-page-button): widget-convert.
5447
5448         * gnus-util.el (gnus-local-map-property): New function.
5449
5450         * gnus-art.el (gnus-prev-page-map): Use parent map.
5451         (gnus-next-page-map): Ditto.
5452
5453         * gnus-spec.el (gnus-parse-format): Clean up.
5454         (gnus-parse-format): Do complex formatting for %=.
5455
5456         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
5457         "X-Face: " to the data in the built-in scenario.
5458
5459         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
5460         (gnus-correct-pad-form): Renamed.
5461         (gnus-tilde-max-form): Clean up.
5462         (gnus-pad-form): Use gnus-use-correct-string-widths.
5463
5464         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
5465         support if that is available.
5466
5467         * gnus-sum.el (gnus-thread-highest-number): New function.
5468         (gnus-thread-sort-by-most-recent-thread): New function.
5469         (gnus-thread-sort-functions): Doc fix.
5470
5471 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5472
5473         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
5474         all cases.
5475         (gnus-summary-mode): Enable it in all cases.
5476         (gnus-summary-display-article): Ditto.
5477         (gnus-summary-edit-article): Ditto.
5478
5479         * gnus-ems.el (gnus-put-image): Really return glyph.
5480
5481         * gnus-art.el (gnus-article-x-face-command): Fix :type.
5482         (gnus-treat-smiley): Don't take "P" in the interactive form.
5483
5484 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5485
5486         * compface.el (uncompface): XEmacs and Emacs have differing
5487         capabilities.
5488
5489         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
5490
5491         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
5492         (gnus-article-xface-ring-size): Removed.
5493         (gnus-article-display-xface): Removed.
5494         (gnus-remove-image): Cleaned up.
5495
5496         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
5497         (gnus-xmas-create-image): Take pbm files.
5498         (gnus-x-face): Removed.
5499         (gnus-xmas-article-display-xface): Removed.
5500
5501         * gnus-fun.el (gnus-display-x-face-in-from): Bind
5502         default-enable-multibyte-characters.
5503
5504         * compface.el (uncompface): Doc fix.
5505
5506         * gnus-art.el (gnus-article-x-face-command): Use
5507         gnus-display-x-face-in-from.
5508
5509         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
5510
5511         * gnus-ems.el (gnus-put-image): Return the image.
5512
5513         * gnus-fun.el (gnus-display-x-face-in-from): New function.
5514         (gnus-x-face): Moved here.
5515
5516 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5517
5518         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
5519         invisible if string is nil.
5520         (gnus-xmas-article-display-xface): Use it.
5521
5522         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
5523         property when string is nil.
5524         (gnus-article-display-xface): Use it.
5525
5526 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5527
5528         * gnus-art.el (article-display-x-face): Check whether valid grey
5529         face was returned.
5530         (article-display-x-face): Place image in the right spot.
5531
5532         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
5533         stderr.
5534         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
5535
5536 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5537
5538         * gnus-xmas.el (gnus-xmas-create-image): Take optional
5539         parameters.
5540         (gnus-xmas-put-image): Allow non-strings to be passed.
5541
5542         * gnus-art.el (article-display-x-face): Use optional parameters.
5543
5544         * gnus-ems.el (gnus-create-image): Take optional parameters.
5545
5546         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
5547
5548         * compface.el (compface-xbm-p): Removed.
5549
5550         * gnus-ems.el (gnus-article-compface-xbm): Removed.
5551         (gnus-article-display-xface): Use compface.
5552
5553         * compface.el: New file.
5554
5555         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
5556         (gnus-convert-image-to-x-face-command): Ditto.
5557         (gnus-random-x-face): Quote argument.
5558         (gnus-x-face-from-file): Ditto.
5559
5560 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
5561
5562         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
5563         the expire-group parameter once per article rather than once
5564         per group; bind `nnmaildir-article-file-name' and `article'
5565         for convenience.  Leave article alone when expire-group
5566         specifies the current group.
5567         (nnmaildir--update-nov): be more concurrency-friendly with
5568         temp file names.
5569
5570 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5571
5572         * gnus-start.el (gnus-read-init-file): Cleaned up.
5573
5574 2002-01-03  Dave Love  <d.love@dl.ac.uk>
5575
5576         * gnus-start.el (gnus-startup-file-coding-system): Removed.
5577         (gnus-read-init-file): Don't use it.
5578
5579 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5580
5581         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
5582
5583 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5584
5585         * gnus-start.el (gnus-read-init-file): Don't force coding system
5586         for ~/.gnus.  From Dave Love <fx@gnu.org>.
5587
5588 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5589
5590         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
5591         * nnspool.el (nnspool-request-post): Ditto.
5592
5593         * mm-util.el (mm-use-find-coding-systems-region): New variable.
5594         (mm-find-mime-charset-region): Use it.
5595
5596 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
5597
5598         * gnus.el (gnus-summary-line-format): Added :link.
5599         * gnus-topic.el (gnus-topic-line-format): Ditto.
5600         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
5601         * gnus-srvr.el (gnus-server-line-format): Ditto.
5602         * gnus-group.el (gnus-group-line-format): Ditto.
5603
5604         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
5605         :keys, it works on both Emacsen.
5606
5607 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5608
5609         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
5610
5611 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5612
5613         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
5614
5615 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
5616
5617         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
5618         very wide reply.
5619
5620 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5621
5622         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
5623         (gnus-picon-cache): New variable.
5624         (gnus-picon-transform-newsgroups): Cache stuff.
5625
5626         * gnus-art.el (gnus-article-reply-with-original): New command.
5627         (gnus-article-followup-with-original): New command.
5628
5629         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
5630         END parameters.
5631         (gnus-summary-followup): Take a list of list of articles.
5632         (gnus-inews-yank-articles): Allow lists of article/regions.
5633
5634         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
5635         longer the usual commands.
5636
5637         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
5638         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
5639         shell-command-on-region.
5640
5641 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5642
5643         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
5644           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
5645
5646 2002-01-03  Steve Youngs  <youngs@xemacs.org>
5647
5648         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
5649         understand ':keys', wrap it in an featurep 'xemacs.
5650
5651 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5652
5653         * gnus-ems.el (gnus-article-display-xface): Show xface in the
5654         order of headers (Actually, it is called in a reversed order). Add
5655         'gnus-image-text-deletable property.
5656         (gnus-remove-image): Remove text with such a property.
5657
5658         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
5659         gnus-put-image.
5660
5661         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
5662         with ", "
5663
5664 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5665
5666         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
5667
5668         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
5669         (article-display-x-face): Display grey X-Faces.
5670
5671         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
5672         (gnus-convert-gray-x-face-to-ppm): Ditto.
5673         (gnus-convert-image-to-gray-x-face): Ditto.
5674
5675         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
5676         gnus-summary-show-raw-article.
5677
5678 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5679
5680         Display picons in XEmacs without showing text.
5681
5682         * gnus-xmas.el (gnus-xmas-create-image): Don't use
5683         mm-create-image-xemacs to create xbm glyph, because it deletes
5684         temporary files.
5685         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
5686         (gnus-xmas-remove-image): Make text visible, remove glyph.
5687
5688         * gnus-picon.el (gnus-picon-transform-newsgroups)
5689         (gnus-picon-transform-address): Insert spec backward, due to the
5690         incompatibility of gnus-xmas-put-image.
5691
5692 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5693
5694         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
5695
5696 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5697
5698         * gnus.el: Doc fix.
5699
5700         * gnus-art.el: Doc fix.
5701
5702         * gnus-agent.el: Doc fix.
5703
5704 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5705
5706         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
5707
5708 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
5709
5710         * nnmaildir.el (nnmaildir--update-nov): automatically parse
5711         NOV data out of the message again if nnmail-extra-headers has
5712         changed.
5713
5714 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5715
5716         * gnus-fun.el: New file.
5717         (gnus-convert-image-to-x-face-command): New variable.
5718         (gnus-insert-x-face): New function.
5719         (gnus-random-x-face): Renamed.
5720         (gnus-x-face-from-file): Renamed.
5721
5722         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
5723         "_".
5724         (gnus-body-boundary-delimiter): Typo fix.
5725
5726 2002-01-02  Simon Josefsson  <jas@extundo.com>
5727
5728         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
5729         (gnus-body-boundary-delimiter): Fix type.
5730
5731 2002-01-01  Simon Josefsson  <jas@extundo.com>
5732
5733         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
5734         (gnus-treat-emphasize, gnus-treat-strip-cr)
5735         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
5736         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
5737         (gnus-treat-fill-article, gnus-treat-hide-citation)
5738         (gnus-treat-hide-citation-maybe)
5739         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
5740         (gnus-treat-strip-pem, gnus-treat-strip-banner)
5741         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
5742         (gnus-treat-date-ut, gnus-treat-date-local)
5743         (gnus-treat-date-english, gnus-treat-date-lapsed)
5744         (gnus-treat-date-original, gnus-treat-date-iso8601)
5745         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
5746         (gnus-treat-strip-trailing-blank-lines)
5747         (gnus-treat-strip-leading-blank-lines)
5748         (gnus-treat-strip-multiple-blank-lines)
5749         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
5750         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
5751         (gnus-treat-display-xface, gnus-treat-display-smileys)
5752         (gnus-treat-from-picon, gnus-treat-mail-picon)
5753         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
5754         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
5755         (gnus-treat-play-sounds, gnus-treat-translate)
5756         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
5757
5758         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
5759         (gnus-article-treat-body-boundary): Use it.
5760
5761         * message.el (message-mode): Fix doc.
5762         (message-mode-menu): Fix names.
5763
5764 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5765
5766         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
5767         articles.
5768
5769         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
5770         (gnus-picon-transform-address): Search for unknown faces as well.
5771         (gnus-picon-find-face): Don't search "news" for MISC.
5772         (gnus-picon-user-directories): Changed default back to exclude
5773         "unknown".
5774
5775         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
5776
5777         * gnus-picon.el (gnus-picon-find-face): Search through all
5778         databases.
5779         (gnus-picon-find-face): New implementation.
5780
5781         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
5782         keystroke.
5783         (gnus-topic-goto-next-topic): Ditto.
5784
5785         * gnus.el (gnus-summary-line-format): Changed default.
5786
5787         * nnmail.el (nnmail-extra-headers): Change default.
5788
5789         * gnus-sum.el (gnus-extra-headers): Change default.
5790
5791         * message.el (message-news-other-window): Changed "news" to
5792         "posting".
5793         (message-news-other-frame): Ditto.
5794         (message-do-send-housekeeping): Ditto.
5795
5796         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
5797         function.
5798         (gnus-article-unread-p): New function.
5799         (gnus-article-unseen-p): New function.
5800         (gnus-dead-summary-mode-map): Typo.
5801
5802         * gnus-util.el (gnus-make-predicate): New function.
5803         (gnus-make-predicate-1): New function.
5804
5805         * gnus-sum.el: New function.
5806         (gnus-map-articles): New function.
5807
5808         * gnus-art.el (gnus-treat-fold-headers): New variable.
5809         (gnus-article-treat-fold-headers): New command and keystroke.
5810
5811         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
5812         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
5813
5814 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5815
5816         * message.el (message-fcc-externalize-attachments): New variable.
5817         (message-do-fcc): Use it.
5818
5819         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
5820         (gnus-inews-do-gcc): Use it.
5821
5822         * mml.el (mml-tweak-sexp-alist): New variable.
5823         (mml-externalize-attachments): New variable.
5824         (mml-tweak-part): Use mml-tweak-sexp-alist.
5825         (mml-tweak-externalize-attachments): New function.
5826
5827 2002-01-01  Steve Youngs  <youngs@xemacs.org>
5828
5829         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
5830         'set-glyph-face' so x-face back/foreground can be set.
5831
5832 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
5833
5834         * message.el (message-fix-before-sending): Fix a typo.
5835
5836 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5837
5838         * gnus-art.el (gnus-treat-smiley): Renamed command.
5839         (gnus-article-remove-images): New command and keystroke.
5840
5841         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
5842
5843         * smiley-ems.el (gnus-smiley-display): Removed.
5844
5845         * gnus.el (gnus-version-number): Update version.
5846
5847         * message.el (message-text-with-property): Renamed and moved
5848         here.
5849         (message-fix-before-sending): Highlight invisible text and place
5850         point there.
5851
5852 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5853
5854         * gnus.el: Oort Gnus v0.04 is released.
5855
5856 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5857
5858         * gnus-delay.el (gnus-delay-send-queue): Renamed.
5859
5860         * gnus-art.el (gnus-ignored-headers): More headers,
5861
5862         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
5863         of `scan-error', since XEmacs doesn't seem to support that.
5864
5865 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5866
5867         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
5868         arg.
5869         (gnus-summary-best-unread-subject): Ditto.
5870         (gnus-summary-best-unread-subject): No, don't.
5871         (gnus-summary-better-unread-subject): New command.
5872
5873         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
5874
5875         * lpath.el ((featurep 'xemacs)): fbind url function.
5876
5877         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
5878         buffer.
5879         (gnus-xmas-remove-image): Implementation that does something.
5880         (gnus-xmas-article-display-xface): Mark images properly.
5881
5882         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
5883
5884 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
5885
5886         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
5887
5888 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5889
5890         * gnus-group.el (gnus-group-line-format): Added %O to the default
5891         value.
5892
5893         * gnus-util.el (gnus-text-with-property): The smallest point is
5894         point-min.
5895
5896         * smiley-ems.el (smiley-region): Return images.
5897         (gnus-smiley-display): Allow toggling.
5898         (smiley-region): Use text properties, not overlays.
5899
5900         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
5901         implemented yet.
5902
5903         * smiley-ems.el (smiley-update-cache): Check for valid types.
5904
5905         * gnus-art.el (gnus-with-article-buffer): New macro.
5906
5907         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
5908         strings as well as the glyphs.
5909         (gnus-picon-transform-address): Ditto.
5910         (gnus-picon-insert-glyph): Ditto.
5911         (gnus-picon-transform-newsgroups): Toggle.
5912         (gnus-picon-transform-address): Toggle.
5913
5914         * gnus-ems.el (gnus-remove-image): New function.
5915         (gnus-put-image): Take an optional string.
5916
5917         * gnus-util.el (gnus-text-with-property): New function.
5918
5919         * gnus-art.el (gnus-delete-images): New function.
5920
5921         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
5922
5923         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
5924         (gnus-article-wash-status): Use it.
5925         (gnus-signature-toggle): Clean up.
5926         (gnus-add-wash-status): New function.
5927         (gnus-delete-wash-status): New function.
5928         (gnus-article-hide-text-type): Use them throughout.
5929         (gnus-add-image): New function.
5930
5931         * gnus-ems.el (gnus-article-display-xface): Use new interface.
5932
5933         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
5934         interface.
5935
5936         * gnus-art.el (article-display-x-face): Cleaned up.
5937
5938         * rfc2047.el (rfc2047-field-value): New function.
5939
5940         * mail-parse.el (mail-header-field-value): New alias.
5941
5942         * gnus-art.el (gnus-mime-print-part): Fix typos.
5943
5944         * smiley-ems.el (gnus-smiley-file-types): New variable.
5945         (smiley-update-cache): Use it.
5946         (smiley-regexp-alist): Suffix-less smiley names.
5947         (smiley-regexp-alist): Added more smileys.
5948
5949         * gnus-sum.el (gnus-print-buffer): Made into own function.
5950         (gnus-summary-print-article): Use it.
5951
5952         * mailcap.el (mailcap-mime-info): Actually return the bit that we
5953         looked for when REQUEST is a string.
5954
5955         * gnus-art.el (gnus-mime-button-commands): Add printing
5956         keystroke.
5957         (gnus-mime-copy-part): Doc fix.
5958         (gnus-mime-print-part): New command.
5959
5960 2001-12-31  Simon Josefsson  <jas@extundo.com>
5961
5962         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
5963         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
5964
5965 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5966
5967         * gnus-picon.el (gnus-treat-from-picon): Autoload.
5968         (picon): Fix doc.
5969
5970         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
5971         longer exists. Remove those codes.
5972         * gnus.el (gnus-use-picons): Ditto.
5973
5974 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5975
5976         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
5977         infloop.
5978
5979         * gnus-sum.el (t): New `W D' map.
5980
5981         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
5982         (gnus-article-treat-body-boundary): Clean up.
5983         (gnus-body-boundary-face): Removed.
5984         (gnus-article-goto-header): Moved here.
5985         (gnus-article-goto-header): Allow better regexps.
5986         (gnus-article-treat-fold-newsgroups): New command.
5987
5988         * gnus-sum.el (gnus-summary-move-article): We have to select an
5989         article to give `gnus-read-move-group-name' an opportunity to
5990         suggest an appropriate default.
5991
5992         * rfc2047.el (rfc2047-fold-line): New function.
5993         (rfc2047-unfold-line): Ditto.
5994         (rfc2047-fold-region): Don't fold just after the header name.
5995
5996         * mail-parse.el (mail-header-fold-line): New alias.
5997         (mail-header-unfold-line): Ditto.
5998
5999         * gnus-art.el (gnus-body-boundary-face): Renamed.
6000         (gnus-article-treat-body-boundary): Use it.
6001         (gnus-article-treat-body-boundary): Use an invisible header and a
6002         line of underline characters.
6003
6004 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6005
6006         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
6007
6008         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
6009         (gnus-picon-split-address): New function.
6010         (gnus-picon-find-face): Use it.
6011         (gnus-picon-transform-address): Use it. Set first to t for each
6012         address.
6013
6014         * gnus-art.el (gnus-with-article-headers): Move to here. Define
6015         the macro then use it.
6016         (gnus-treatment-function-alist): Treat picons earlier.
6017
6018 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6019
6020         * gnus-art.el (gnus-body-separator-face): New variable.
6021         (gnus-article-treat-body-boundary): Use a blank, colored line.
6022
6023         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
6024         well.
6025
6026         * gnus-art.el (gnus-treat-body-boundary): New variable.
6027         (gnus-article-treat-unfold-headers): Use helper macro.
6028         (gnus-article-treat-body-boundary): New command.
6029
6030         * gnus.el (gnus-logo-color-style): Change the default color.
6031         (gnus-splash-face): Gray, gray.
6032
6033         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
6034         colors.
6035
6036         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
6037         (gnus-logo-color-style): Ditto.
6038         (gnus-logo-colors): Ditto.
6039
6040         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
6041
6042         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
6043
6044         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
6045         (gnus-picon-transform-newsgroups): New function.
6046
6047         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
6048         string.
6049
6050         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
6051
6052         * gnus-art.el (gnus-treat-cc-picon): New variable.
6053         (gnus-treat-mail-picon): Renamed.
6054
6055         * gnus-picon.el: New implementation.
6056         (gnus-picon-find-face): Renamed.
6057         (gnus-treat-from-picon): Use it.
6058         (gnus-picon-transform-address): Renamed.
6059         (gnus-treat-from-picon): Use it.
6060         (gnus-picon-create-glyph): Renamed.
6061         (gnus-picon-transform-address): Use it.
6062         (gnus-treat-cc-picon): New command.
6063
6064         * mm-decode.el (mm-create-image-xemacs): Separated out into
6065         function.
6066         (mm-get-image): Use it.
6067
6068         * gnus-art.el (gnus-treat-display-picons): Simplify.
6069         (gnus-treat-from-picon): Renamed.
6070
6071         * gnus-ems.el (gnus-create-image): New function.
6072         (gnus-put-image): New function.
6073
6074         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
6075         (gnus-with-article-headers): New macro.
6076         (gnus-article-goto-header): New function.
6077
6078         * gnus-xmas.el (gnus-image-type-available-p): New function.
6079
6080         * gnus-ems.el (gnus-image-type-available-p): New function.
6081
6082 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6083
6084         * nnrss.el (nnrss-check-group): Find the correct tag, because
6085         xml.el is changed.
6086
6087 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6088
6089         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
6090         lines are shorter than the window width.
6091         (gnus-ignored-headers): More headers.
6092
6093 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6094
6095         * gnus-art.el (gnus-treat-unfold-lines): New variable.
6096         (gnus-treat-unfold-headers): Renamed.
6097         (gnus-article-treat-unfold-headers): New command and keystroke.
6098
6099         * rfc2047.el (rfc2047-encode-message-header): Clean up.
6100
6101         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
6102
6103 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6104
6105         * sha1-el.el (sha1-use-external): New variable.
6106         (sha1-region): Use it.
6107         (sha1-string): Ditto.
6108
6109         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
6110         * gnus-picon.el: Less warnings when compile.
6111
6112 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6113
6114         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
6115         alias.
6116         (gnus-picons-database): Default to list.
6117         (gnus-picons-lookup-internal): Use it.
6118
6119         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
6120         to "bogus".
6121
6122         * gnus-win.el (gnus-configure-windows-hook): New hook.
6123
6124 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
6125
6126         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
6127
6128 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6129
6130         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
6131         lists.
6132         (gnus-select-newsgroup): Don't append; push.
6133         (gnus-adjust-marked-articles): Remove obsolete ranges from
6134         `seen'.
6135         (gnus-update-marks): Clean up.
6136         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
6137
6138 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
6139
6140         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
6141
6142 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6143
6144         * gnus-sum.el (gnus-auto-select-subject): New variable.
6145         (gnus-summary-best-unread-subject): New function.
6146         (gnus-summary-best-unread-article): Use it.
6147         (gnus-summary-first-unseen-subject): New function and command.
6148
6149         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
6150         other treatments.
6151
6152         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
6153         function.
6154
6155         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
6156         from the list of hidden types.
6157
6158         * mm-view.el (mm-inline-text): Ditto.
6159         (mm-inline-text): Ditto.
6160         (mm-w3-prepare-buffer): Ditto.
6161
6162         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
6163
6164 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6165
6166         * gnus-art.el (gnus-ignored-headers): Added more headers.
6167
6168 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
6169
6170         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
6171         once.
6172
6173 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6174
6175         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
6176
6177 2001-12-28  Simon Josefsson  <jas@extundo.com>
6178
6179         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
6180         Jesper Harder <harder@ifa.au.dk>.
6181
6182 2001-12-27  Simon Josefsson  <jas@extundo.com>
6183
6184         * gnus-sum.el (gnus-select-newsgroup): Make
6185         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
6186         contain all articles (instead of none) when no seen marks have
6187         been set for the group.
6188         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
6189         instead, it seems to result in shorter ranges.
6190
6191 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6192
6193         * mm-util.el (mm-iso-8859-x-to-15-region): Use
6194         insert-before-markers.
6195         From Jesper Harder <harder@ifa.au.dk>
6196
6197 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
6198
6199         * nnmaildir.el (nnmaildir-save-mail): create the destination
6200         groups if they do not exist.
6201
6202 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6203
6204         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
6205
6206 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6207
6208         * gnus-group.el (gnus-group-read-ephemeral-group): Call
6209         gnus-group-real-name.
6210
6211         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
6212         (gnus-newsgroup-variables): Ditto.
6213
6214         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
6215         return it.
6216
6217 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
6218
6219         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
6220         * nnmaildir.el (top-level): Add commentary.
6221         (nnmaildir-version): Indicate that nnmaildir is now a standard
6222         part of Gnus, not separately released.
6223
6224 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6225
6226         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
6227         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
6228         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
6229         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6230
6231 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6232
6233         * nnmaildir.el: Copyright changes. Require cl only at compile time.
6234
6235 2001-12-20  Simon Josefsson  <jas@extundo.com>
6236
6237         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
6238         ZHU <zsh@cs.rochester.edu>.
6239         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
6240         Brian P Templeton <bpt@tunes.org>.
6241
6242 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6243
6244         * nnmaildir.el: New file.
6245         From Paul Jarc <prj@po.cwru.edu>.
6246
6247 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6248
6249         * nndoc.el (nndoc-type-alist): Move forward to the end.
6250
6251 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6252
6253         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
6254         `dolist'.
6255
6256 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6257
6258         * gnus-win.el (gnus-frames-on-display-list): New function.
6259         (gnus-get-buffer-window): Use it.
6260
6261 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6262
6263         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
6264
6265 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6266
6267         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
6268
6269 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6270            From Harald Meland <Harald.Meland@usit.uio.no>
6271
6272         * gnus-win.el (gnus-get-buffer-window): New function.
6273         (gnus-all-windows-visible-p): Use it.
6274
6275         * gnus-util.el (gnus-horizontal-recenter)
6276         (gnus-horizontal-recenter, gnus-horizontal-recenter)
6277         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
6278
6279         * gnus-score.el (gnus-score-insert-help): Use it.
6280
6281         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
6282         (gnus-generate-tree, gnus-highlight-selected-tree)
6283         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
6284         it.
6285
6286         * gnus-art.el (gnus-article-set-window-start)
6287         (gnus-mm-display-part, gnus-request-article-this-buffer)
6288         (gnus-button-next-page, gnus-button-prev-page)
6289         (gnus-article-button-next-page, gnus-article-button-prev-page):
6290         Use it.
6291
6292 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
6293
6294         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
6295         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
6296         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
6297
6298 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6299
6300         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
6301         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
6302         * mml1991.el, nnultimate.el: Add `coding'.
6303
6304 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
6305
6306         * ChangeLog: changed coding to buffer-file-coding-system
6307         * ChangeLog.1: same
6308         * nnwfm.el: same
6309         * gnus-smiley.el: same
6310         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
6311         * gnus-delay.el: same
6312         * gnus-spec.el: same
6313         * message.el: same
6314         * mml1991.el: same
6315         * nnultimate.el: same
6316
6317 2001-12-16  Simon Josefsson  <jas@extundo.com>
6318         Inspired by code by Dirk Meyer <dischi@tzi.de>.
6319
6320         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
6321         (gnus-summary-save-map): Add muttprint.
6322         (gnus-summary-make-menu-bar): Ditto.
6323         (gnus-summary-muttprint): New function.
6324
6325         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
6326
6327 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6328
6329         * uudecode.el (uudecode-decode-region-internal): Speedup by using
6330         temporary list instead of buffer.
6331
6332         * mm-url.el (executable-find): autoload.
6333
6334 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6335
6336         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
6337         to variable, follow doc-string conventions).
6338
6339 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
6340
6341         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
6342         subscribe-level
6343         * gnus-topic.el (gnus-subscribe-topics): use it.
6344
6345 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6346
6347         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
6348         messages. (A small patch with indentation)
6349         From Sean Neakums <sneakums@zork.net>.
6350
6351         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
6352         nil after shooting down the gnus-original-article-buffer.
6353
6354 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6355
6356         * uudecode.el (uudecode-use-external): New variable.
6357         (uudecode-decode-region): Automatically detect external program.
6358
6359         * binhex.el (binhex-use-external): New variable.
6360         (binhex-decode-region-internal): New function.
6361         (binhex-decode-region): Automatically detect external program.
6362
6363         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
6364         Use them.
6365
6366 2001-12-12  Simon Josefsson  <jas@extundo.com>
6367
6368         * nnvirtual.el (nnvirtual-always-rescan)
6369         (nnvirtual-component-regexp): Fix doc.
6370
6371         * nnoo.el (defvoo): Add doc to defvoo variables.
6372
6373         * nnml.el (nnml-directory, nnml-active-file)
6374         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
6375         (nnml-marks-is-evil, nnml-filenames-are-evil)
6376         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
6377
6378         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
6379         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
6380         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
6381         `error'.
6382
6383         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
6384         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
6385
6386         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
6387         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
6388         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
6389         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
6390
6391         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
6392         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
6393
6394         * imap.el, nnimap.el: Fix indentation.
6395
6396         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
6397
6398 2001-12-12  Didier Verna  <didier@xemacs.org>
6399
6400         * gnus-msg.el (gnus-group-news): New function.
6401         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
6402         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
6403         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
6404         for it.
6405         * gnus-msg.el (gnus-summary-news-other-window): New function.
6406         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
6407         bind it to `i'.
6408         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
6409         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
6410         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
6411         for it (called with a prefix).
6412         * gnus-msg.el (gnus-configure-posting-styles): add an optional
6413         group-name argument.
6414         * gnus-msg.el (gnus-setup-message): use it.
6415
6416 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6417
6418         * gnus-sum.el (gnus-summary-show-article): Fix doc.
6419
6420 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6421
6422         * mml.el (mime-to-mml): Remove Content-Disposition too.
6423
6424 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6425
6426         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
6427         * gnus-group.el (gnus-group-name-decode): Decode unibyte
6428         strings only.
6429         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
6430
6431 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
6432
6433         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
6434         (nnmail-fancy-expiry-target): Use it.
6435         Suggestions from Simon Josefsson <jas@extundo.com>.
6436
6437 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6438
6439         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
6440
6441 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6442
6443         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
6444
6445         * gnus-util.el (gnus-url-unhex-string): Move here.
6446
6447 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6448
6449         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
6450         mm-url-decode-entities-nbsp.
6451
6452         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
6453         * webmail.el, nnwfm.el: Use mm-url.
6454
6455         * mm-url.el (mm-url-fetch-form): Move from nnweb.
6456         (mm-url-remove-markup): Move from nnweb.
6457         (mm-url-fetch-simple): Move from webmail.
6458
6459         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
6460
6461 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6462
6463         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
6464         (gnus-summary-print-article): Use it.
6465
6466         * gnus-util.el (gnus-replace-in-string): Typo.
6467
6468 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6469
6470         * nnweb.el (nnweb-replace-in-string): Removed.
6471
6472         * gnus-util.el (gnus-replace-in-string): New function.
6473         (gnus-mode-string-quote): Use it.
6474
6475         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
6476         * nnwfm.el (nnwfm-create-mapping): Ditto.
6477
6478 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6479
6480         * dgnushack.el (dgnushack-compile): nnrss.el and
6481         nnslashdot.el don't depend on nnweb, url, w3.
6482
6483         * nnrss.el: Use mm-url.
6484
6485 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6486
6487         * mm-url.el (mm-url-insert-file-contents): Support file:.
6488
6489 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6490
6491         * mm-view.el: Lower case for the description line. Sync from the
6492         Emacs CVS.
6493
6494 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6495
6496         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
6497         From:  Stefan Monnier  <monnier@cs.yale.edu>
6498
6499 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6500
6501         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
6502
6503 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6504
6505         * mm-url.el: Require executable.
6506         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
6507
6508 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6509
6510         * pop3.el (pop3-munge-message-separator): Only use valid date.
6511         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
6512
6513         * Makefile.in: gnus-load.elc may not be generated.
6514
6515 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6516
6517         * mm-url.el: New file.
6518         * nnslashdot.el: Use it.
6519         * mm-extern.el (mm-extern-url): Use it.
6520
6521 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6522
6523         * gnus-sum.el (gnus-summary-save-article): Nix
6524         gnus-display-mime-function and gnus-article-prepare-hook.
6525
6526         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
6527         the beginning of lines.
6528         (gnus-complex-form-to-spec): Ditto.
6529
6530 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6531
6532         * message.el (message-make-mft): Fix the m-s-a-file regexp.
6533         From Paul Jarc <prj@po.cwru.edu>.
6534
6535 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6536
6537         * message.el: New variable message-subscribed-address-file;
6538         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
6539
6540 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6541
6542         * message.el (message-tab-body-function): Set to nil.
6543         (message-tab): Use text-mode-map or global-map.
6544         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
6545
6546 2001-11-30  Simon Josefsson  <jas@extundo.com>
6547
6548         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
6549         instead of gnus-union, for speed.  Suggested by Christoph Conrad
6550         <christoph.conrad@gmx.de>.
6551         (gnus-agent-fetch-group-1): Add verbose message.
6552
6553 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6554
6555         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
6556         of integers.
6557
6558 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6559
6560         * message.el (message-newgroups-header-regexp)
6561         (message-completion-alist, message-tab-body-function): Use
6562         defcustom rather than defvar.
6563         (message-tab): Mention `message-tab-body-function' in doc.
6564         Suggested by Karl Eichwalder.
6565
6566 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6567
6568         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
6569
6570 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6571
6572         * nnheader.el (nnheader-find-nov-line): Don't use macro
6573         gnus-delete-line.
6574
6575         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
6576         (gnus-group-name-charset): Ditto.
6577
6578         * gnus-util.el (gnus-buffer-live-p): Ditto.
6579
6580 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6581
6582         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
6583         open parenthesis in doc.
6584         (sieve-manage-authenticator-alist): Typo in doc.
6585         * imap.el (imap-authenticator-alist): Typo in doc.
6586         (imap-stream-alist): Backslash.
6587
6588         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
6589           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
6590
6591 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6592
6593         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
6594
6595         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
6596
6597         * gnus-msg.el (gnus-configure-posting-styles): use
6598         make-local-hook. Add LOCAL for add-hook.
6599
6600 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
6601
6602         * message.el (message-mode): Use `make-local-hook' unless
6603         obsolete.
6604         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
6605
6606 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6607
6608         * canlock.el: Remove sha1.el and base64.el stuff.
6609
6610 2001-11-26  Didier Verna  <didier@xemacs.org>
6611
6612         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
6613         if needed.
6614
6615 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6616
6617         * message.el (message-tamago-not-in-use-p): New function.
6618         (message-strip-forbidden-properties): Use it.
6619
6620 2001-11-26  Didier Verna  <didier@xemacs.org>
6621
6622         * gnus-start.el (gnus-check-first-time-used): only check for
6623         existence of .el[d] files.
6624
6625 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6626
6627         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
6628
6629         * message.el (message-setup-1): Clean up mc-*.
6630
6631 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6632
6633         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
6634         * gnus-score.el (gnus-score-find-bnews): Use it.
6635
6636         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
6637         (gnus-summary-limit-to-author): Ditto.
6638         (gnus-summary-limit-to-extra): Ditto.
6639         (gnus-summary-find-matching): Support not-matching argument.
6640
6641 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6642
6643         * message.el (message-wash-subject): Use `insert' rather than
6644         `insert-string', which is deprecated.
6645
6646 2001-11-24  Simon Josefsson  <jas@extundo.com>
6647
6648         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
6649         message. (Gnus does not "default" to using 8bit for the message,
6650         it default to use 8bit encoding and the user-supplied CTE
6651         value. Calling this behaviour "treating it as 8bit" is perhaps
6652         better.)
6653
6654         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
6655         (compare mm-charset-to-coding-system).
6656
6657 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6658
6659         * canlock.el (canlock-sha1-with-openssl): Use unibyte
6660         buffer. Correctly decode hex.
6661
6662 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6663
6664         * gnus-agent.el (gnus-category-insert-line): Convert category
6665         names to strings.
6666
6667 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6668
6669         * message.el (sha1): eval-and-compile.
6670
6671 2001-11-20  Simon Josefsson  <jas@extundo.com>
6672
6673         * message.el (message-allow-no-recipients): New variable.
6674         (message-send): Use it, customize the prompting when posting to
6675         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
6676
6677 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6678
6679         * mm-util.el (mm-coding-system-priorities): New variable.
6680         (mm-sort-coding-systems-predicate): New function.
6681         (mm-find-mime-charset-region): Resort coding systems if needed.
6682         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
6683
6684 2001-11-20  Didier Verna  <didier@xemacs.org>
6685
6686         * gnus-group.el (gnus-group-make-help-group): new optional
6687         argument to control the error behavior.
6688         * gnus-start.el (gnus-check-first-time-used): use it to avoid
6689         erroring.
6690
6691 2001-11-19  Simon Josefsson  <jas@extundo.com>
6692
6693         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
6694         instead of C-c C-u.  Suggested by Per Abrahamsen
6695         <abraham@dina.kvl.dk>.
6696
6697 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6698
6699         * nnfolder.el (nnfolder-read-folder): Use group instead of
6700         nnfolder-current-group.
6701         Suggested by Lorentey Karoly <lorentey@elte.hu>.
6702
6703 2001-11-17  Simon Josefsson  <jas@extundo.com>
6704
6705         * message.el (message-send): Ask user if Fcc/Gcc should be
6706         performed when no other sender was specified.
6707         Suggested by prj@po.cwru.edu (Paul Jarc).
6708
6709 2001-11-17  Simon Josefsson  <jas@extundo.com>
6710
6711         * message.el (message-mode, message-mode-map): Use C-c C-u for
6712         Importance: instead of C-c C-p (used by SC).
6713
6714 2001-11-16  Simon Josefsson  <jas@extundo.com>
6715
6716         * message.el (message-insert-importance-high)
6717         (message-insert-importance-low): Save point.
6718
6719         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
6720         value.
6721
6722 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
6723
6724         * message.el (message-strip-special-text-properties): New option.
6725         (message-strip-forbidden-properties): Obey it.
6726
6727 2001-11-14  Sam Steingold  <sds@gnu.org>
6728
6729         * gnus-score.el: Fixed some doc strings to properly quote symbols.
6730
6731 2001-11-15  Simon Josefsson  <jas@extundo.com>
6732
6733         Support "Importance:" header in Message.
6734
6735         * message.el (message-mode-map): Bind C-c C-p to
6736         `message-insert-or-toggle-importance'
6737         (message-mode-menu): Add message-insert-importance-{high,low}.
6738         (message-insert-importance-high, message-insert-importance-low)
6739         (message-insert-or-toggle-importance): New functions.
6740         (message-tool-bar-map): Add {un,}important.
6741         (message-mode): Doc fix.
6742
6743 2001-11-15  Simon Josefsson  <jas@extundo.com>
6744
6745         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
6746
6747         * mml.el (mml-menu): Fix toolbar tooltip.
6748
6749 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6750
6751         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
6752         * nnml.el (nnml-save-marks): Ditto.
6753
6754         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
6755
6756 2001-11-15  Simon Josefsson  <jas@extundo.com>
6757
6758         * nnml.el (nnml-save-marks):
6759         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
6760         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
6761
6762 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
6763
6764         * gnus-art.el (gnus-article-wash-status-strings): Use
6765         `copy-sequence', not `copy-seq'.
6766
6767 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
6768
6769         * gnus-art.el (gnus-article-wash-status-strings): New constant.
6770         (gnus-gnus-article-wash-status-entry): New function.
6771         (gnus-article-wash-status): Use it.
6772
6773 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6774
6775         * mml1991.el: Add coding header.
6776
6777 2001-11-12  Simon Josefsson  <jas@extundo.com>
6778
6779         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
6780         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
6781         `mml1991-sign' and `mml1991-encrypt'.
6782         (mml1991-encrypt, mml1991-sign): New glue functions.
6783         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
6784
6785         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
6786         (mml-menu): Add PGP to menu.
6787
6788         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
6789         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
6790         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
6791         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
6792
6793         * mml2015.el: Mention RFC 3156.
6794
6795         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
6796
6797 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6798
6799         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
6800
6801         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
6802           From <Michael.Cook@cisco.com>
6803
6804 2001-11-11  Simon Josefsson  <jas@extundo.com>
6805
6806         * message.el (top-level): Autoload sha1.
6807         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
6808         canlock, no need to require two different hash algs).  Suggested
6809         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
6810
6811 2001-11-09  Simon Josefsson  <jas@extundo.com>
6812
6813         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
6814         <Pavel@Janik.cz>.
6815
6816 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6817
6818         * message.el (message-point-in-header-p): New function.
6819         (message-do-auto-fill): Use it.
6820         (message-beginning-of-line): New function.  Goes to beginning of
6821         header value (i.e., end of header name), or to beginning of line
6822         if already at beginning of value.  Behaves like
6823         `beginning-of-line' when in message body.
6824         (message-mode-map): Bind it.
6825
6826 2001-11-08  Simon Josefsson  <jas@extundo.com>
6827
6828         * gnus-msg.el (gnus-posting-styles): Add doc.
6829
6830 2001-11-07  Simon Josefsson  <jas@extundo.com>
6831
6832         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
6833
6834         * sieve-mode.el (sieve-control-commands-face)
6835         (sieve-control-commands-face, sieve-action-commands-face)
6836         (sieve-test-commands-face, sieve-tagged-arguments-face): New
6837         faces.
6838         (sieve-font-lock-keywords): Use them.
6839         (sieve-mode): Only set font-lock-defaults in emacs.
6840
6841         * gnus-art.el (gnus-default-article-saver): Add
6842         gnus-summary-save-body-in-file.
6843         (gnus-summary-write-to-file): Fix doc.
6844
6845 2001-11-07  Simon Josefsson  <jas@extundo.com>
6846
6847         * gnus-art.el (gnus-treat-highlight-signature): Add cross
6848         reference to the correct chapter in the manual.
6849
6850         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
6851         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
6852
6853 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6854
6855         * mml.el (mml-preview): Bind mail-header-separator.
6856
6857 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6858
6859         * message.el: Always require canlock.
6860         (message-ignored-supersedes-headers): Include Cancel-Lock and
6861         Cancel-Key.
6862         (message-insert-canlock): Don't require canlock.
6863         (message-cancel-news): Don't check whether canlock is available.
6864         (message-supersede): Support cancel-locks.
6865
6866         * gnus-art.el: Don't autoload canlock.
6867
6868 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6869
6870         * mail-source.el (mail-source-fetch-imap): ASYNC param.
6871         From: <andre@slamdunknetworks.com>
6872
6873 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6874
6875         * many files: Fix copyright lines.
6876
6877 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6878
6879         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
6880         Suggested by Dave Love  <fx@gnu.org>.
6881
6882 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6883
6884         * message.el (message-kill-buffer): Remove auto-save file after
6885         confirm.
6886
6887         * message.el (message-send-mail): Call message-generate-headers
6888         once.  Suggested by Matt Armstrong <matt@lickey.com>.
6889
6890         * gnus-topic.el (gnus-topic-rename): Initial-input.
6891         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
6892
6893 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
6894
6895         * message.el (message-forbidden-properties): New constant.
6896         (message-strip-forbidden-properties): New function.
6897         (message-mode): Activate it.
6898
6899 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6900
6901         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
6902         (mm-hack-charsets): Fix doc.
6903
6904 2001-11-02  Simon Josefsson  <jas@extundo.com>
6905
6906         * gnus-int.el (gnus-check-server): Message "...done" when done.
6907
6908         * imap.el (imap-close): Don't message (imap-send-command-wait
6909         returns if the connection is dropped).
6910         (imap-wait-for-tag): Nix out message only when necessary.
6911
6912         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
6913         for non-crossposting.
6914         (gnus-sieve-crosspost): Default to t to be consistent with other
6915         parts of Gnus.
6916
6917 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6918
6919         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
6920         (mm-iso-8859-x-to-15-table): Ditto.
6921         (mm-iso-8859-x-to-15-region): Ditto.
6922         (mm-find-mime-charset-region): Ditto.
6923
6924 2001-11-01  Simon Josefsson  <jas@extundo.com>
6925
6926         * nnimap.el (nnimap-close-asynchronous): New variable.
6927         (nnimap-close-group): Use it.
6928         (nnimap-expunge): Don't use it.
6929
6930         * imap.el (imap-callbacks): New variable.
6931         (imap-remassoc): Copied from `gnus-remassoc'.
6932         (imap-add-callback): New function.
6933         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
6934         behaviour.
6935         (imap-parse-response): Call the callback.
6936
6937         * message.el (message-insert-canlock): New variable.
6938         (message-canlock-generate, message-canlock-password)
6939         (message-insert-canlock): New functions.
6940         (message-send-news): Call `message-insert-canlock'.
6941         (top-level): Require canlock when compiling.
6942         (message-insert-canlock): Require canlock before we need it.
6943
6944 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6945
6946         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
6947
6948 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6949
6950         * dgnushack.el (dgnushack-make-load): A workaround for
6951         custom-add-loads bug in some versions of XEmacs.
6952
6953 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6954
6955         * mm-util.el (mm-charset-synonym-alist): Revert (some).
6956
6957 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6958
6959         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
6960         (mm-hack-charsets): New variable.
6961         (mm-iso-8859-15-compatible): New variable.
6962         (mm-iso-8859-x-to-15-table): New variable.
6963         (mm-find-mime-charset-region): Add parameter hack-charsets.
6964
6965         * mm-bodies.el (mm-encode-body): Use it.
6966         * mml.el (mml-parse-1): Ditto.
6967
6968 2001-11-01  Simon Josefsson  <jas@extundo.com>
6969
6970         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
6971
6972 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6973
6974         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
6975         is nil.
6976
6977 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6978
6979         * smiley-ems.el (smiley-update-cache): Auto detect file type.
6980
6981         * message.el (message-forward-rmail-make-body): Use
6982         save-window-excursion.
6983         (message-encode-message-body): Search with noerror.
6984         (message-setup-1): Convert compose-mail send-actions to
6985         message-send-actions.
6986
6987 2001-11-01  Simon Josefsson  <jas@extundo.com>
6988
6989         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
6990         <yamaoka@jpl.org>.
6991
6992 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6993
6994         * sieve-manage.el (sieve-string-bytes): No complain.
6995
6996 2001-11-01  Simon Josefsson  <jas@extundo.com>
6997
6998         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
6999         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
7000         has autoload cookies, so no `require' should be necessary.)
7001
7002         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
7003         files.
7004
7005 2001-10-31  Simon Josefsson  <jas@extundo.com>
7006
7007         * gnus-cus.el (gnus-group-parameters): Support integer `display'
7008         parameter.
7009
7010         * gnus-sum.el (gnus-select-newsgroup): If group parameter
7011         `display' is a number (and C-u wasn't used to enter group), only
7012         fetch that number of articles.
7013
7014 2001-10-31  Matt Armstrong  <matt@lickey.com>
7015
7016         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
7017         not-subscribed -> subscribed.
7018
7019 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7020         From: Josh Huber <huber@alum.wpi.edu>
7021
7022         * message.el (message-subscribed-address-functions): New variable.
7023         (message-subscribed-addresses): New variable.
7024         (message-subscribed-regexps): New variable.
7025         (message-goto-mail-followup-to): New function.
7026         (message-send-mail): Add Mail-Followup-To.
7027         (message-make-mft): New function.
7028
7029         * gnus.el (gnus-find-subscribed-addresses): New function.
7030
7031 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7032
7033         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
7034         (mail-source-fetch-pop): Ditto.
7035         (mail-source-check-pop): Ditto.
7036
7037         * gnus-start.el (gnus-read-init-file): Ditto.
7038         (gnus-activate-group): Ditto.
7039         (gnus-read-newsrc-el-file): Ditto.
7040
7041 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7042
7043         * message.el (message-get-reply-headers): Make sure there is ", ".
7044
7045         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
7046         mm-coding-system-p. Don't correct it only in XEmacs.
7047         (mm-charset-to-coding-system): Use mm-coding-system-p and
7048         mm-get-coding-system-list.
7049         (mm-emacs-mule, mm-mule4-p): New variables.
7050         (mm-enable-multibyte, mm-disable-multibyte,
7051         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
7052         mm-with-unibyte-current-buffer,
7053         mm-with-unibyte-current-buffer-mule4): Use them.
7054         (mm-find-mime-charset-region): Treat iso-2022-jp.
7055
7056         From  Dave Love  <fx@gnu.org>:
7057
7058         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
7059         construction.
7060         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
7061         entries conditional on not having a coding system defined for
7062         them.
7063         (mm-mule-charset-to-mime-charset): Use
7064         find-coding-systems-for-charsets if defined.
7065         (mm-charset-to-coding-system): Don't use
7066         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
7067         later.  Add last resort search of coding systems.
7068         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
7069         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
7070         Mule 4.
7071         (mm-find-mime-charset-region): Re-write.
7072         (mm-with-unibyte-current-buffer): Restore buffer as well as
7073         multibyteness.
7074
7075 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7076
7077         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
7078         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
7079         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
7080
7081 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7082
7083         * gnus-art.el (article-display-x-face): Nix buffer-read-only
7084         again.
7085
7086         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
7087
7088 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7089
7090         * gnus-spec.el (gnus-parse-simple-format): Use
7091           buffer-substring-no-properties.
7092
7093 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7094
7095         * gnus-art.el (article-verify-cancel-lock): New function.
7096
7097         * nnheader.el (nntp-process-response): New variable.
7098         (nnheader-init-server-buffer): Make `nntp-process-response'
7099         buffer-local in `nntp-server-buffer'.
7100
7101         * nntp.el (nntp-prepare-post-hook): New hook.
7102         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
7103         (nntp-async-trigger): Ditto.
7104         (nntp-request-post): Insert a server's ID if there's no Message-ID
7105         header; run `nntp-prepare-post-hook'.
7106
7107 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7108
7109         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
7110         instead.
7111
7112         * message.el (message-forward-subject-author-subject): Don't use
7113         message-news-p, which widens the buffer.
7114         (message-forward-make-body): New function.
7115         (message-forward): Use it.
7116         (message-insinuate-rmail): New function.
7117         (message-forward-rmail-make-body): New function.
7118
7119 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7120
7121         * mm-extern.el (mm-extern): Provide it.
7122
7123         * mm-partial.el (mm-partial): Provide it.
7124
7125 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7126
7127         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
7128
7129 2001-10-29  Simon Josefsson  <jas@extundo.com>
7130
7131         * mml.el (mml-preview): Bind message-this-is-news if it is
7132         news. From Jesper Harder <harder@myrealbox.com>.
7133
7134 2001-10-28  Simon Josefsson  <jas@extundo.com>
7135
7136         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
7137
7138 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
7139
7140         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
7141         ironic smilies.
7142
7143 2001-10-27  Simon Josefsson  <jas@extundo.com>
7144
7145         * message.el (message-indent-citation): Don't add trailing
7146         whitespace when citing text.
7147
7148         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
7149         <harder@ifa.au.dk>.
7150
7151 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7152
7153         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
7154         not available.
7155         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
7156         (nnweb-type-definition): Add google as alias of dejanews.
7157         (nnweb-google-parse-1): Forward 1 line.
7158
7159 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7160
7161         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
7162         variable `message-forward-ignored-headers'.
7163
7164 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
7165
7166         * gnus.el (gnus-expand-group-parameter): New function.
7167         (gnus-expand-group-parameters): Call it.
7168         (gnus-group-fast-parameter): New function.
7169         (gnus-group-find-parameter): Call it.
7170
7171 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
7172
7173         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
7174         vector (it didn't before because of a bug).
7175         * gnus-msg.el (gnus-post-news): Use header vector directly, if
7176         available.  Before it converted it to an article number.
7177
7178         This makes followup to news articles with negative numbers in
7179         nnvirtual groups use news instead of mail.
7180
7181 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
7182
7183         * gnus.el (post-method): Use `native' instead of `nil'.
7184
7185         * gnus-msg.el (gnus-post-method): Ditto.
7186
7187 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
7188
7189         * gnus.el (gnus-define-group-parameter): Grammar fix.
7190
7191 2001-10-22  Simon Josefsson  <jas@extundo.com>
7192
7193         * gnus-msg.el (gnus-extended-version): Include
7194         system-configuration.
7195         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
7196
7197 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
7198
7199         * gnus.el (post-method): Customization fix: `native' is not a
7200         valid value.
7201         * gnus-msg.el (gnus-post-method): Doc and customization fix:
7202         `native' is not a valid value.
7203
7204 2001-10-21  Simon Josefsson  <jas@extundo.com>
7205
7206         * nnimap.el (nnimap): Defgroup
7207         (nnimap-strict-function, nnimap-strict-function-match): New
7208         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
7209         (nnimap-split-crosspost, nnimap-split-inbox)
7210         (nnimap-split-rule, nnimap-split-predicate)
7211         (nnimap-split-predicate): Defcustom.
7212         (nnimap-split-inbox, nnimap-expunge-search-string)
7213         (nnimap-importantize-dormant): Remove "*" from doc.
7214
7215 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7216
7217         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
7218         not supplied via prefix arg.  From Lisp, make arg mandatory.
7219         Suggested by Frank Schmitt.
7220
7221 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
7222
7223         * message.el (message-do-auto-fill): Avoid calling
7224         'rfc822-goto-eoh'.
7225
7226 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7227         From Paul Jarc <prj@po.cwru.edu>.
7228
7229         * message.el (message-get-reply-headers): Restructure the logic
7230         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
7231
7232 2001-10-20  Simon Josefsson  <jas@extundo.com>
7233
7234         * message.el (message-cancel-news): Support cancel-locks.
7235         Suggested by Per Abrahamsson.
7236
7237         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
7238         conses.  From David Z Maze <dmaze@MIT.EDU>.
7239
7240         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
7241
7242 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
7243
7244         * mm-decode.el (mm-default-directory): Fix customize type.
7245
7246         * message.el (message-setup-fill-variables): Kludge to use
7247         normal-auto-fill-function even if auto fill is already activated.
7248
7249 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
7250
7251         * message.el (message-do-auto-fill): New version that does not
7252         rely on text properties, by Simon Josefsson <jas@extundo.com>.
7253         (message-setup-1): Removed the `message-field' property.
7254
7255         * gnus-draft.el (gnus-draft-edit-message): Removed the
7256         `message-field' property.
7257
7258 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
7259
7260         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
7261         `message-field'.  The `field' property has a special significance in
7262         Emacs 21.
7263
7264         * message.el (message-send, message-setup-1): Ditto.
7265
7266 2001-10-18  Simon Josefsson  <jas@extundo.com>
7267
7268         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
7269         when undoing.
7270
7271 2001-10-18  Simon Josefsson  <jas@extundo.com>
7272         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
7273
7274         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
7275         (gnus-summary-make-menu-bar): Ditto.
7276
7277 2001-10-17  Simon Josefsson  <jas@extundo.com>
7278
7279         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
7280         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
7281
7282 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7283
7284         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
7285         * gnus-util.el (gnus-user-date): New function.
7286         From Frank Schmitt <usenet@Frank-Schmitt.net>.
7287
7288 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
7289
7290         * message.el (message-check-news-header-syntax): Special case
7291         nnvirtual groups.
7292
7293         * gnus-sum.el (gnus-summary-respool-default-method): Changed
7294         customize type to `symbol'.
7295
7296 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7297
7298         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
7299         %&foo;.
7300         (gnus-parse-simple-format): Support user extended spec too.
7301         %u&foo; invokes gnus-user-format-function-foo.
7302
7303 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7304
7305         * nnml.el (nnml-request-expire-articles): Make sure it is back to
7306         the server.
7307         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
7308         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7309         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
7310         * nndiary.el (nndiary-request-expire-articles): Ditto.
7311         (nndiary-schedule): Defsubst it before use it.
7312         (nndiary-error): eval-and-compile.
7313
7314 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
7315
7316         * gnus-msg.el (gnus-post-method): Changed two instances of
7317         `active' to `current' and one `null' to `not'.
7318
7319 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7320         From Katsumi Yamaoka <yamaoka@jpl.org>.
7321
7322         * message.el (message-setup-fill-variables): Use
7323         `normal-auto-fill-function' instead of `auto-fill-function'.
7324
7325 2001-10-16  Simon Josefsson  <jas@extundo.com>
7326
7327         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
7328         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
7329         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
7330
7331 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7332         Patch by Oliver Scholz <oscholz@my.gnus.org>.
7333
7334         * gnus-draft.el (gnus-draft-edit-message): Add text property
7335         `field' with value `header' to message headers.
7336         * message.el (message-setup-1): Really add text property to all of
7337         the header, not just part of it.
7338
7339 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7340
7341         * gnus-group.el (gnus-group-sort-by-server): Use it.
7342
7343         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
7344
7345         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
7346         and keystroke.
7347
7348 2001-10-14  Simon Josefsson  <jas@extundo.com>
7349
7350         * dig.el: Doc fix.
7351
7352         * smime.el: Doc fix.
7353
7354         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
7355         charset magic from message.el.
7356
7357 2001-10-12  Simon Josefsson  <jas@extundo.com>
7358         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
7359
7360         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
7361         'cite from g-a-wash-types.
7362         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
7363         (gnus-article-hide-citation): Fix.
7364
7365         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
7366         character.
7367         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
7368
7369         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
7370         definition.
7371         (gnus-signature-toggle): Toggle `s' mode line character.
7372
7373         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
7374         doing stuff that clears it.
7375
7376 2001-10-12  Simon Josefsson  <jas@extundo.com>
7377
7378         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
7379         From Eric Marsden <emarsden@laas.fr>.
7380
7381 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7382
7383         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
7384         (autoload): Add some autoloads.
7385
7386 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7387         Suggested by Oliver Scholz <epameinondas@gmx.de>.
7388
7389         * message.el (message-do-auto-fill): New function.  Like
7390         `do-auto-fill' but don't fill when in the message header.
7391         (message-setup-1): Put a text property on the message header.
7392         (message-setup-fill-variables): Use `message-do-auto-fill'.
7393
7394 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7395
7396         * message.el (message-send-mail-partially): Insert an empty line
7397         first, because of the change of message-make-lines.
7398
7399 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
7400
7401         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
7402         iso-8859-15, make it an alias for iso-8859-1.
7403
7404 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7405
7406         * message.el (message-send-news): Don't modify the value of
7407         `message-syntax-checks' if it is not a list (possibly it is
7408         `dont-check-for-anything-just-trust-me').
7409
7410 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7411
7412         * gnus-group.el (gnus-group-name-charset-group-alist): Use
7413         `find-coding-system' for XEmacs to check whether the coding-system
7414         `utf-8' is available.
7415
7416 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7417
7418         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
7419
7420 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
7421
7422         * message.el (message-send-news): Oops, missed case with no
7423         "Followup-To" header...
7424
7425 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
7426
7427         * message.el (message-send-news): Allow
7428         `gnus-group-name-charset-group-alist' to affect encoding of the
7429         "Newsgroups" and "Followup-To" headers.
7430
7431 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7432
7433         * Makefile.in (install-el): Depend on gnus-load.el.
7434
7435 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7436
7437         * Makefile.in (install-el): Use -f.
7438         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
7439
7440 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
7441
7442         * message.el (message-send-news): Don't encode Followups-To when
7443         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
7444
7445         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
7446         header.
7447
7448         * gnus-art.el (article-decode-group-name): Also decode
7449         "Followup-To".
7450
7451         * rfc2047.el (rfc2047-encode-message-header): Encode without
7452         asking for null methods.
7453
7454         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
7455         default charset for newsgroup names in accordance with USEFOR.
7456
7457         * gnus-group.el (gnus-group-name-charset-method-alist,
7458         gnus-group-name-charset-group-alist): Removed "*" from doc
7459         strings, "*" should not be used for complex variables.
7460
7461 2001-10-06  Simon Josefsson  <jas@extundo.com>
7462
7463         Support UTF-8 group names better.
7464
7465         * message.el (message-check-news-header-syntax): Encode group
7466         names before comparison.
7467
7468         * gnus-msg.el (gnus-copy-article-buffer): Run all
7469         `gnus-article-decode-hook's except `article-decode-charset'
7470         instead of hardcoding call to one of them.
7471
7472         * gnus-art.el (gnus-article-decode-hook): Add
7473         `article-decode-group-name'.
7474         (article-decode-group-name): New function, use `g-d-n'.
7475
7476         * gnus-group.el (gnus-group-insert-group-line): Decode
7477         gnus-tmp-group using `g-d-n'.
7478
7479         * gnus-util.el (gnus-decode-newsgroups): New function.
7480
7481 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
7482
7483         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
7484         `gnus-group-name-charset-group-alist'.
7485
7486 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7487
7488         * Makefile.in: Install el in install. Add uninstall.
7489
7490 2001-10-05  Simon Josefsson  <jas@extundo.com>
7491
7492         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
7493
7494         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
7495
7496         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
7497         empty folders.
7498
7499         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
7500         limiting if read-all (C-u RET) was used.
7501
7502 2001-10-04  Simon Josefsson  <jas@extundo.com>
7503
7504         * mail-source.el (mail-source-movemail-program): New variable.
7505         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
7506         <thutt@thutt.vmware.com>.
7507
7508 2001-10-03  Simon Josefsson  <jas@extundo.com>
7509
7510         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
7511         (gnus-summary-line-format-alist): Fix param.
7512
7513 2001-10-02  Simon Josefsson  <jas@extundo.com>
7514
7515         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
7516         don't go through `nnimap-request-expire-articles' to delete the
7517         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
7518
7519 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7520
7521         * gnus-agent.el (gnus-agent-write-active): The min in the
7522         agent/active may be larger than that in the server/active.
7523
7524 2001-10-01  Simon Josefsson  <jas@extundo.com>
7525
7526         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
7527         is IMAP4rev1.
7528
7529         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
7530
7531         * nnfolder.el: Ditto.
7532
7533 2001-09-30  Dan Christensen  <jdc@uwo.ca>
7534
7535         * gnus-sum.el (gnus-summary-extract-address-component): New function.
7536         (gnus-summary-from-or-to-or-newsgroups): Optimize.
7537
7538 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7539
7540         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
7541         (message-mode-menu): Menu item for same.
7542
7543         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
7544         delayed articles.
7545
7546         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
7547         nndraft:delayed does not exist.
7548         (gnus-delay-initialize): Don't set up keymap, that's done from
7549         message.el now.
7550         (gnus-delay, gnus-delay-group, gnus-delay-header)
7551         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
7552
7553 2001-09-29  Simon Josefsson  <jas@extundo.com>
7554
7555         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
7556         utf-8, not eight-bit-control.
7557
7558         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
7559         (imap-log, imap-debug): Custom.
7560         (imap-log-buffer, imap-debug-buffer): New constants.
7561         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
7562         (imap-network-open, imap-shell-open, imap-starttls-open)
7563         (imap-send-command-1, imap-send-command, imap-arrival-filter)
7564         (imap-debug): Use imap-*-buffer.
7565
7566         * nndoc.el (nndoc-article-type): Add mailman.
7567         (nndoc-type-alist): Ditto.
7568         (nndoc-mailman-type-p): New function.
7569
7570 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7571
7572         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
7573         gnus-art.el.
7574
7575 2001-09-27  Simon Josefsson  <jas@extundo.com>
7576
7577         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
7578         (gnus-topic-catchup-articles): New function. Suggested by Robin
7579         S. Socha <robin-dated-1001857693.185e29@socha.net>.
7580
7581 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7582         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
7583
7584         * gnus-ems.el (gnus-article-display-xface): Insert xface after
7585         previous ones.
7586
7587 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7588         From Daiki Ueno  <ueno@unixuser.org>
7589
7590         * gnus-sum.el (gnus-summary-show-article): The arglist of
7591         detect-coding-region is incompatible.
7592
7593 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7594         From Katsuhiro Hermit Endo <hermit@koka-in.org>
7595
7596         * gnus-group.el (gnus-group-delete-group): Typo.
7597
7598 2001-09-26  Simon Josefsson  <jas@extundo.com>
7599
7600         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
7601
7602         * nnimap.el (nnimap-expiry-target): Use temp buffer.
7603
7604 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7605
7606         * gnus-cus.el (gnus-group-parameters): Display as sexp.
7607
7608 2001-09-22  Simon Josefsson  <jas@extundo.com>
7609
7610         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
7611
7612         * nnfolder.el (nnfolder-open-marks): Ditto.
7613
7614         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
7615         (gnus-update-marks): Use it.
7616         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
7617         hardcoded list.
7618
7619         * gnus.el (gnus-article-special-mark-lists): Add killed.
7620         (gnus-article-unpropagated-mark-lists): New constant.
7621
7622 2001-09-22  Simon Josefsson  <jas@extundo.com>
7623
7624         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
7625         custom option.
7626
7627 2001-09-23  Simon Josefsson  <jas@extundo.com>
7628
7629         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
7630
7631 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7632
7633         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
7634
7635 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
7636
7637         * gnus-group.el (gnus-group-sort-function): Fix customize type to
7638         accept lists of functions.
7639
7640 2001-09-20  Simon Josefsson  <jas@extundo.com>
7641
7642         * gnus-group.el (gnus-group-catchup): Update expire marks in
7643         backend.  Also, if ALL also set expire marks on tick/dormant.
7644
7645 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7646
7647         * message.el (message-tab-body-function): New variable.
7648         * message.el (message-tab): Use it.
7649
7650 2001-09-19  Sam Steingold  <sds@gnu.org>
7651
7652         * gnus-win.el (gnus-buffer-configuration): Respect
7653         `gnus-bug-create-help-buffer'.
7654
7655 2001-09-18  Simon Josefsson  <jas@extundo.com>
7656
7657         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
7658         (gnus-parse-simple-format): Re-revert.
7659
7660 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
7661         Trivial patch.
7662
7663         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
7664         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
7665
7666 2001-09-18  Simon Josefsson  <jas@extundo.com>
7667
7668         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
7669         signed.
7670         (gnus-parse-simple-format): Don't use it.
7671
7672 2001-09-17  Miles Bader  <miles@gnu.org>
7673
7674         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
7675         error querying a backend abort the whole process.
7676
7677 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7678
7679         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
7680         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
7681
7682 2001-09-17  Didier Verna  <didier@xemacs.org>
7683
7684         * nndiary.el: version 0.2-b14.
7685         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
7686         compatibility problem with XEmacs 21.1.
7687
7688 2001-09-15  Simon Josefsson  <jas@extundo.com>
7689
7690         * gnus-group.el (gnus-group-line-format): Document %c.
7691
7692         * nnml.el (nnml-parse-head): Handle CRLF files.
7693         (nnml-generate-nov-file): Ditto.
7694         (nnml-retrieve-headers): Ditto.
7695
7696 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
7697
7698         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
7699
7700 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
7701
7702         * gnus-spec.el (gnus-correct-substring): Still stopped one
7703         character before we wanted (never included last character).
7704         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
7705         add missing "," (once per function)
7706
7707 2001-09-14  Simon Josefsson  <jas@extundo.com>
7708
7709         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
7710         (otherwise e.g. gnus-agentize in .gnus overrides the customized
7711         default before gnus-group is loaded and the variable set.)
7712
7713         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
7714         killed or unsent marks.
7715
7716         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
7717         isn't an article to set it on (e.g. when you `a' in a group).
7718
7719 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7720
7721         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
7722         can read e-mails from Microsoft Outlook users not using ISO
7723         8859-2 character set.
7724
7725 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7726
7727         * gnus-diary.el: Minor modifications to avoid warnings.
7728         (gnus-summary-misc-menu): defvar.
7729         (gnus-diary-check-message): Use gnus-point-at-eol.
7730         (gnus-diary-kill-entire-line): eval-and-compile.
7731
7732 2001-09-12  Didier Verna  <didier@xemacs.org>
7733
7734         * nndiary.el: new version (0.2-b13).
7735         * nndiary.el (nndiary-mail-sources): doc update.
7736         * nndiary.el (nndiary-split-methods): ditto.
7737         * nndiary.el (nndiary-request-accept-article-hooks): New.
7738         * nndiary.el (nndiary-request-accept-article): use it, check
7739         message validity.
7740         * nndiary.el (nndiary-get-new-mail): changed default to nil.
7741         * nndiary.el (nndiary-schedule): fix bug (misplaced
7742         condition-case): it didn't return nil on error.
7743         * gnus-diary.el: new version.
7744         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
7745         * gnus-diary.el (gnus-diary-header-value-history): New.
7746         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
7747         * gnus-diary.el (gnus-diary-add-header): New.
7748         * gnus-diary.el (gnus-diary-check-message): New.
7749         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
7750         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
7751
7752 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7753
7754         * gnus-sum.el (gnus-select-newsgroup): Make
7755         `gnus-current-select-method' buffer-local.
7756
7757         * gnus-art.el (gnus-request-article-this-buffer): Refer
7758         `gnus-current-select-method' in the current summary buffer.
7759
7760 2001-09-10  Simon Josefsson  <jas@extundo.com>
7761         From Daniel Pittman <daniel@rimspace.net>
7762
7763         * gnus-spec.el (gnus-correct-pad-form): Fix.
7764
7765 2001-09-09  Simon Josefsson  <jas@extundo.com>
7766
7767         * mm-decode.el (mm-inline-media-tests): Add
7768         application/x-emacs-lisp.
7769         (mm-attachment-override-types): Add
7770         application/{x-,}pkcs7-signature.
7771
7772         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
7773         (gnus-server-line-format, gnus-server-mode-line-format)
7774         (gnus-server-browse-in-group-buffer): Customize.
7775
7776 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7777
7778         * nnml.el (nnml-marks-changed-p): Typo.
7779         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
7780         (nnml-marks-changed-p): Use gnus-gethash.
7781         (nnml-marks-modtime): Use gnus-make-hashtable.
7782
7783         * nnfolder.el (nnfolder-marks-changed-p): Typo.
7784         (nnfolder-request-expire-articles, nnfolder-save-marks)
7785         (nnfolder-open-marks): Typo.
7786         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
7787         (nnfolder-marks-changed-p): Use gnus-gethash.
7788         (nnfolder-marks-modtime): Use gnus-make-hashtable.
7789
7790 2001-09-08  Simon Josefsson  <jas@extundo.com>
7791
7792         * nnfolder.el (nnfolder-marks-modtime): New variable.
7793         (nnfolder-marks-changed-p): New function.
7794         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
7795         (nnfolder-request-update-info): Don't update if marks didn't change.
7796
7797         * nnml.el (nnml-marks-modtime): New variable.
7798         (nnml-marks-changed-p): New function.
7799         (nnml-save-marks, nnml-open-marks): Save modtime.
7800         (nnml-request-update-info): Don't update if marks didn't change.
7801
7802         * gnus-agent.el (gnus-agent-any-covered-gcc)
7803         (gnus-agent-add-server, gnus-agent-remove-server): Use
7804         gnus-agent-method-p.
7805
7806         * gnus-art.el (gnus-buttonized-mime-types): New variable.
7807         (gnus-unbuttonized-mime-type-p): Use it.
7808
7809         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
7810         fetch group.
7811
7812 2001-09-08  Simon Josefsson  <jas@extundo.com>
7813         From Daniel Pittman <daniel@rimspace.net>
7814
7815         * gnus-spec.el (gnus-correct-pad-form): New function.
7816         (gnus-parse-simple-format): Use it.
7817
7818 2001-09-07  Simon Josefsson  <jas@extundo.com>
7819
7820         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
7821         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
7822         Putnam <reader@newsguy.com>.
7823         (gnus-group-sort-selected-groups): Touch dribble file.
7824
7825 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
7826
7827         * nnml.el (nnml-filenames-are-evil): New variable.
7828         (nnml-article-to-file-alist): Rename to ...
7829         (nnml-current-group-article-to-file-alist): ... this.
7830         Respect `nnml-filenames-are-evil'.
7831         (nnml-active-number): Update.
7832         (nnml-update-file-alist): Update.
7833         (nnml-request-article): Use nnheader-article-to-file-alist.
7834         (nnml-request-rename-group): Likewise.
7835
7836 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7837
7838         * gnus-sum.el (gnus-summary-insert-line): Fix.
7839
7840 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
7841
7842         * gnus-sum.el: Bind g-s-t-s to "W g".
7843         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
7844         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
7845         display of graphical smilies.
7846
7847 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7848
7849         * gnus-start.el (gnus-setup-news): A typo.
7850         From Bill White <billw@wolfram.com>.
7851
7852 2001-09-06  Simon Josefsson  <jas@extundo.com>
7853
7854         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
7855         and unseen marks.
7856
7857 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7858
7859         * nnmail.el (nnmail-split-fancy): Document `junk'.
7860
7861 2001-09-04  Simon Josefsson  <jas@extundo.com>
7862
7863         * imap.el (imap-search): Don't error if server is broken.
7864
7865 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
7866
7867         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
7868         searching for an article that isn't in the mbox.
7869
7870 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7871
7872         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
7873         right, and get all the comments.
7874
7875 2001-09-02  Simon Josefsson  <jas@extundo.com>
7876         Suggested by Dan Christensen <jdc+news@uwo.ca>
7877
7878         * nnfolder.el (nnfolder-request-update-info): Fix message.
7879
7880         * nnml.el (nnml-request-update-info): Ditto.
7881
7882 2001-09-01  Simon Josefsson  <jas@extundo.com>
7883
7884         * nnml.el (nnml-request-expire-articles): Also bind
7885         `nnml-current-group' and `nnml-article-file-alist' when using
7886         expiry-target. (Otherwise nnml will be in a inconsistent internal
7887         state causing all kind of problems.)
7888         (nnml-request-expire-articles): If `nnml-article-to-file' or
7889         `file-attributes' failes, return article as un-expirable instead
7890         of treating it as expired.
7891
7892 2001-08-31  Sam Steingold  <sds@gnu.org>
7893
7894         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
7895         typo: `exmine' --> `examine'.
7896
7897 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7898
7899         * nndoc.el (nndoc-forward-type-p): It is not a digest.
7900
7901 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7902
7903         * nnml.el (nnml-check-directory-twice): Remove.
7904         (nnml-retrieve-headers): Ditto.
7905         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
7906
7907 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7908
7909         * nnheader.el (nnheader-directory-files-is-safe): No need to read
7910         directory twice on Windows, or on GNU Emacs-21.
7911
7912 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7913
7914         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
7915         (nnml-request-rename-group): Ditto.
7916         (nnml-active-number): Ditto.
7917         (nnml-request-create-group): Use nnml-directory-articles.
7918         (nnml-request-expire-articles): Use nnml-directory-articles, which
7919         gets list from nov database if available.
7920         (nnml-get-nov-buffer): New function.
7921         (nnml-open-nov): Use it.
7922         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
7923         gets alist from nov database if available.
7924         (nnml-directory-articles): New function.
7925         (nnml-article-to-file-alist): New function.
7926
7927 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7928
7929         * mm-decode.el (mm-display-external): Use `name' as filename, if
7930         `filename' attribute is not present.
7931
7932 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7933
7934         * mail-source.el (mail-source-flash): New defcustom.
7935         (mail-source-new-mail-p): Ring visible bell if appropriate.
7936         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
7937         timer is cleared even if mail check signals an error.
7938
7939 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7940
7941         * gnus-sum.el (gnus-summary-move-article): Only update marks of
7942         type 'list.
7943
7944 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7945
7946         * flow-fill.el (fill-flowed): eol might be point-max.
7947
7948 2001-08-27  Simon Josefsson  <jas@extundo.com>
7949
7950         * nnml.el (nnml-request-update-info): Fix message.
7951         (nnml-open-marks): Ditto.
7952
7953         * nnfolder.el (nnfolder-request-update-info):
7954         (nnfolder-open-marks): Fix message.
7955
7956 2001-08-25  Simon Josefsson  <jas@extundo.com>
7957
7958         * nnfolder.el (nnfolder-save-marks): Don't create directory named
7959         after group in ~/.
7960
7961 2001-08-25  Simon Josefsson  <jas@extundo.com>
7962         From Andreas Jaeger  <aj@suse.de>
7963
7964         * nnfolder.el (nnfolder-open-marks): Fix typo.
7965         * nnml.el (nnml-open-marks): Likewise.
7966
7967 2001-08-25  Simon Josefsson  <jas@extundo.com>
7968
7969         Make nnfolder groups self-contained as far as marks are concerned.
7970
7971         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
7972         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
7973         (nnfolder-open-server): Make marks directory.
7974         (nnfolder-request-delete-group): Delete marks file.
7975         (nnfolder-request-delete-group): Check of nov/marks file exist
7976         before deleting.
7977         (nnfolder-request-rename-group): Rename marks file.
7978         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
7979         (nnfolder-request-set-mark, nnfolder-request-update-info)
7980         (nnfolder-group-marks-pathname, nnfolder-save-marks)
7981         (nnfolder-open-marks): New functions.
7982         (top-level): Require gnus.
7983
7984 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7985
7986         * nnweb.el (nnweb-type-definition): Use google raw file.
7987         (nnweb-google-parse-1): Ditto.
7988         (nnweb-google-identity): Ditto.
7989         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
7990         (nnweb-altavista-wash-article): Ditto.
7991         (nnweb-request-article): Remove nnweb-decode-entities.
7992
7993         * nnml.el: Require 'gnus.
7994
7995 2001-08-25  Simon Josefsson  <jas@extundo.com>
7996
7997         * nnml.el (nnml-marks-is-evil): Add doc.
7998
7999 2001-08-25  Simon Josefsson  <jas@extundo.com>
8000
8001         * nnml.el (nnml-save-marks): Wrap saving marks in a
8002         condition-case, to allow user to start Gnus if saving marks failed
8003         for some reason.
8004
8005 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8006
8007         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
8008
8009         * gnus-group.el (gnus-update-group-mark-positions): Bind
8010         gnus-group-update-hook to nil.
8011
8012 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8013
8014         * mml.el (mml-generate-mime-1): Force as multibyte string.
8015
8016 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8017
8018         * gnus-sum.el (gnus-summary-insert-line)
8019         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
8020         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
8021
8022         * gnus-spec.el (gnus-correct-substring): Take optional END.
8023
8024         * nnrss.el (nnrss-request-article): Remove \n.
8025         (nnrss-retrieve-headers): Lines number is -1.
8026
8027 2001-08-24  Simon Josefsson  <jas@extundo.com>
8028
8029         * gnus-group.el (gnus-info-clear-data): Call
8030         nnfoo-request-set-mark to propagate marks.  Fix bug:
8031         `gnus-group-update-line' doesn't update read range unless we call
8032         `gnus-get-unread-articles-in-group' first.
8033
8034         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
8035         to server.
8036
8037 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8038
8039         * gnus-util.el (gnus-create-info-command): Return an interactive
8040         function.
8041
8042 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8043         From Katsumi Yamaoka <yamaoka@jpl.org>
8044
8045         * gnus-spec.el (gnus-parse-complex-format): Use equal.
8046
8047 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8048
8049         * gnus-sum.el (gnus-select-newsgroup): Use it.
8050
8051         * gnus-util.el (gnus-not-ignore): New function.
8052
8053         * lpath.el (featurep): Don't fbind char-int.
8054
8055         * gnus-util.el (gnus-create-info-command): New function.
8056
8057         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
8058         right node.
8059
8060         * gnus-sum.el (gnus-select-newsgroup): Clean up.
8061         (gnus-summary-limit-children): Use 'identity instead of `all'.
8062         (gnus-summary-limit-to-display-predicate): New command and
8063         keystroke.
8064
8065 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8066
8067         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
8068
8069         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
8070
8071 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8072
8073         * gnus-spec.el: Add the Gnus version.
8074         (gnus-update-format-specifications): If the Gnus version changes,
8075         nix out the format spec cache.
8076
8077         * gnus.el (gnus-continuum-version): Made into a command and
8078         optionalize the VERSION.
8079
8080         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
8081         the start of the lines.
8082
8083 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8084
8085         * gnus.el (gnus-visual-p): Define function before use of
8086         function.
8087
8088 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8089
8090         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
8091         (gnus-article-mark-to-type): New function.
8092         (gnus-update-missing-marks): Only update marks of type 'list.
8093
8094         * gnus.el (gnus-article-special-mark-lists): New variable.
8095
8096 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8097
8098         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
8099         (gnus-select-newsgroup): Still use 'all.
8100         (gnus-summary-initial-limit): Comparing with 'all.
8101
8102 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8103
8104         * gnus-start.el (gnus-activate-group): If dont-check, don't update
8105         active.
8106
8107 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8108
8109         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
8110         nnslashdot-*-retrieve-headers.
8111         (nnslashdot-request-article): Fix for slashcode 2.2.
8112         (nnslashdot-make-tuple): New function.
8113         (nnslashdot-read-groups): Use it.
8114
8115 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8116
8117         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
8118         list.
8119
8120         * gnus-sum.el (gnus-summary-move-article): Don't select article.
8121
8122 2001-08-20  Simon Josefsson  <jas@extundo.com>
8123
8124         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
8125         opened, error instead of continuing (and exploding later).
8126
8127 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8128
8129         * gnus.el (gnus-expand-group-parameters): Return the parameter
8130         list.
8131
8132         * gnus-sum.el (gnus-summary-show-article): Doc fix.
8133         (gnus-summary-show-article): Guess at charset if required.
8134
8135         * gnus-spec.el (gnus-correct-substring): Stopped one character
8136         before we wanted.
8137
8138 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8139
8140         * earcon.el (earcon-auto-play): Remove unused option.
8141
8142 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8143
8144         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
8145         message down in levels, since it happens very fast.
8146
8147         * smiley-ems.el (smiley-update-cache): Respect the symbol version
8148         of smiley-regexp-alist.
8149
8150         * mm-view.el (mm-inline-text): Ignore vcard errors.
8151
8152         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
8153
8154         * gnus-score.el (gnus-all-score-files): Use append instead of
8155         nconc.
8156
8157         * gnus.el (gnus-splash-face): Doc fix.
8158
8159         * mm-decode.el (mm-mailcap-command): Use
8160         mm-path-name-rewrite-functions.
8161         (mm-path-name-rewrite-functions): New variable.
8162
8163         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
8164         (gnus-complex-form-to-spec): Insert tab.
8165         (gnus-spec-tab): New function.
8166
8167         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
8168         entering the group.
8169
8170         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
8171         the positional spec.
8172         (gnus-parse-complex-format): React to %C.
8173
8174         * gnus-ems.el (gnus-char-width): Moved here.
8175
8176         * gnus-sum.el (gnus-select-newsgroup): Set
8177         gnus-newsgroup-articles.
8178         (gnus-unseen-mark): New variable.
8179         (gnus-newsgroup-unseen): Ditto.
8180         (gnus-newsgroup-seen): Ditto.
8181         (gnus-adjust-marked-articles): Use them.
8182         (gnus-update-marks): Use them.
8183         (gnus-summary-update-secondary-mark): Display.
8184         (gnus-summary-prepare-threads): Display.
8185
8186         * gnus-msg.el (gnus-inews-group-method): Use and return the
8187         method, not the server.
8188
8189 2001-08-19  Simon Josefsson  <jas@extundo.com>
8190
8191         * gnus-srvr.el (gnus-server-agent-face): New.
8192         (gnus-server-agent-face): New.
8193         (gnus-server-mode): Turn on font-lock-mode.
8194
8195         * gnus.el (gnus-server-visual): Add defgroup.
8196
8197 2001-08-19  Simon Josefsson  <jas@extundo.com>
8198         From Joe Casadonte <jcasadonte@northbound-train.com>
8199
8200         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
8201         gnus-server-denied-face): New.
8202         (gnus-server-opened-face, gnus-server-closed-face,
8203         gnus-server-denied-face): New.
8204         (gnus-server-font-lock-keywords): Add.
8205
8206 2001-08-19  Simon Josefsson  <jas@extundo.com>
8207
8208         * nnml.el (nnml-request-set-mark): Return nil.
8209         (nnml-save-marks): Use nnml-possibly-create-directory.
8210         (nnml-open-marks): Only work in temp buffer when inserting/reading
8211         .marks file.
8212
8213 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8214
8215         * gnus.el (gnus-expand-group-parameters): Fix.
8216
8217         * gnus-spec.el (gnus-char-width): New function.
8218         (gnus-correct-substring, gnus-correct-length): Use it.
8219
8220         * message.el (message-required-mail-headers): Fix doc.
8221
8222 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8223
8224         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
8225
8226         * mm-decode.el (mm-save-part-to-file): Insert the handle.
8227
8228 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8229
8230         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
8231         slashdot 2.2 (not fully fixed yet).
8232         (nnslashdot-request-article): Ditto.
8233
8234 2001-08-18  Simon Josefsson  <jas@extundo.com>
8235
8236         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
8237         nnimap.
8238
8239         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
8240         gnus-util.
8241         (nnimap-request-update-info-internal): Use new functions.
8242
8243         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
8244         new functions.
8245
8246 2001-08-18  Simon Josefsson  <jas@extundo.com>
8247
8248         Make nnml groups self-contained as far as marks are concerned.
8249
8250         * nnml.el (nnml-request-delete-group): Delete marks file.
8251         (nnml-request-rename-group): Move marks file.
8252         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
8253         variables.
8254         (nnml-request-set-mark, nnml-request-update-info): New server
8255         functions.
8256         (nnml-save-marks, nnml-open-marks): New functions.
8257
8258 2001-08-18  Simon Josefsson  <jas@extundo.com>
8259
8260         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
8261         `set' when setting marks.
8262
8263 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8264
8265         * gnus.el (gnus-info-find-node): Take an argument.
8266
8267         * gnus-art.el (gnus-button-handle-info): New function.
8268         (gnus-url-unhex-string): Replace "+" with " ".
8269
8270 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8271
8272         * message.el (message-check-news-header-syntax): Check bad From.
8273
8274 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8275
8276         * gnus-spec.el (gnus-correct-length): New function.
8277         (gnus-correct-substring): New function.
8278         (gnus-tilde-max-form): Use it.
8279
8280 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
8281
8282         * nnmh.el: Docstring changes as below.
8283
8284         * nnml.el: Docstring changes as below.
8285
8286         * nnbabyl.el: Docstring changes as below.
8287
8288         * nnmbox.el: Docstring changes as below.
8289
8290         * nnfolder.el: Added docstrings identifying each virtual server
8291         parameter.
8292
8293 2001-08-18  Simon Josefsson  <jas@extundo.com>
8294
8295         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
8296
8297 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
8298
8299         * message.el: rename "Abort Message" to "Postpone Message".
8300         Remove "Attach file as MIME" from Message menu, it's already in
8301         the MIME menu.
8302
8303 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8304
8305         * smime.el (smime-point-at-eol): eval-and-compile.
8306         (smime-make-temp-file): New function.
8307         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
8308         Use it.
8309
8310 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8311
8312         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
8313         (gnus-agent-summary-fetch-group): New command and keystroke.
8314
8315         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
8316         (gnus-mime-display-security): Make it respect
8317         gnus-unbuttonized-mime-type-p.
8318
8319         * gnus-sum.el (gnus-articles-to-read): Comments.
8320         (gnus-article-marked-p): New function.
8321         (gnus-summary-display-make-predicate): New function.
8322         (gnus-select-newsgroup): Use them.
8323
8324         * mm-decode.el (mm-save-part-to-file): Made it not error.
8325
8326 2001-08-17  Simon Josefsson  <jas@extundo.com>
8327
8328         * imap.el (imap-wait-for-tag): If process-status isn't open or
8329         run, return nil instead of sit-for looping.
8330
8331 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8332
8333         * lpath.el (featurep): fbind xml-parse-region.
8334
8335         * gnus.el (gnus-message-archive-method): Default to "archive".
8336         (gnus-message-archive-method): Doc fix.
8337         (gnus-parameters-get-parameter): Cleaned up.
8338         (gnus-expand-group-parameter): New function.
8339
8340         * gnus-start.el (gnus-setup-news): Push the archive server only
8341         the server list.
8342
8343         * mml.el (mml-menu): Changed name to "Attachments".
8344
8345         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
8346         when there is something to detroy.
8347
8348 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8349
8350         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
8351         nil.
8352
8353 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8354
8355         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
8356         which specifies a time today or tomorrow.
8357
8358 2001-08-15  Simon Josefsson  <jas@extundo.com>
8359         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
8360
8361         * gnus-agent.el (gnus-agent-make-mode-line-string)
8362         (gnus-agent-toggle-plugged): Use new API.
8363
8364 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8365
8366         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
8367         deadline has expired.
8368
8369 2001-08-12  Simon Josefsson  <jas@extundo.com>
8370         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
8371
8372         Support `recent' mark indicating newly arrived messages (to
8373         separate from old but unread messages).
8374
8375         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
8376         `nnmail-split-history' if recent is > 0.
8377         (nnimap-request-update-info-internal): Update `recent' marks.
8378         (nnimap-request-set-mark): Never set `recent' marks.
8379         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
8380         recent.
8381
8382         * gnus-sum.el (gnus-recent-mark): New mark.
8383         (gnus-newsgroup-recent): New variable.
8384         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
8385         (gnus-summary-prepare-threads): Mark recent articles.
8386         (gnus-summary-add-mark): Support recent.
8387         (gnus-summary-update-secondary-mark): Support recent.
8388
8389         * gnus.el (gnus-article-mark-lists): Add recent.
8390
8391 2001-08-12  Simon Josefsson  <jas@extundo.com>
8392
8393         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
8394         whether successful decoding took place.  Add doc.
8395
8396 2001-08-12  Simon Josefsson  <jas@extundo.com>
8397         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
8398
8399         * gnus.el (gnus-summary-line-format, gnus-parameters):
8400         * gnus-gl.el (gnus-summary-grouplens-line-format):
8401         * gnus-salt.el (gnus-summary-pick-line-format):
8402         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
8403
8404 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
8405         Committed by Kai Gro\e,b_\e(Bjohann.
8406
8407         * gnus-score.el (gnus-score-string): Fix `match' regexp
8408         for `extra' header case.
8409
8410 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8411
8412         * nnmbox.el (nnmbox-read-mbox): No warning.
8413
8414 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8415
8416         * nndoc.el (nndoc-article-type): Fix doc.
8417         (nndoc-generate-article-function): New variable.
8418         (nndoc-dissection-function): New variable.
8419         (nndoc-type-alist): Add oe-dbx.
8420         (nndoc-oe-dbx-type-p): New function.
8421         (nndoc-oe-dbx-dissection): New function.
8422         (nndoc-oe-dbx-generate-article): New function.
8423
8424 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8425
8426         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
8427         whether deadline has been reached.  Patch from Dan Nicolaescu
8428         <dann@godzilla.ics.uci.edu>.
8429
8430 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8431
8432         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
8433         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
8434         <rintaman@cs.Helsinki.FI>.
8435
8436         * mail-source.el (mail-source-movemail): The error buffer is
8437         modified, but nothing in it.
8438
8439 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8440
8441         * message.el (message-bogus-system-names): New variable.
8442         (message-make-fqdn): Use it.
8443
8444 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8445
8446         * nndraft.el (nndraft-request-group): Use
8447         nndraft-auto-save-file-name.
8448
8449 2001-08-09  Simon Josefsson  <jas@extundo.com>
8450
8451         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
8452         Don't ask whether to decrypt.  Just leave result in buffer (don't
8453         call mm).
8454
8455         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
8456         parts as well.
8457         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
8458         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
8459
8460 2001-08-09  Simon Josefsson  <jas@extundo.com>
8461
8462         * mm-decode.el (mm-insert-part): Return decoding success status.
8463         (mm-save-part-to-file): Error if decoding failed.
8464
8465 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8466
8467         * message.el (message-tab): Use indent-relative.
8468         (message-mode): Don't bind indent-line-function to indent-relative.
8469
8470 2001-08-09  Simon Josefsson  <jas@extundo.com>
8471
8472         * message.el (message-get-reply-headers): Fix string. Suggested by
8473         Christoph Conrad <cc@cli.de>.
8474
8475 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8476
8477         * message.el (message-tab): Use the current value of
8478         indent-line-function.
8479         (message-mode): Bind indent-line-function to indent-relative.
8480
8481 2001-08-08  Simon Josefsson  <jas@extundo.com>
8482
8483         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
8484         whether `imtest' is installed.
8485
8486 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8487         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
8488
8489         * gnus-sum.el (gnus-summary-show-article): Call
8490         gnus-summary-update-secondary-secondary-mark.
8491         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
8492         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
8493
8494 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8495
8496         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
8497
8498         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
8499
8500         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
8501         <gerd@gnu.org>.
8502
8503         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
8504
8505         * gnus-util.el (gnus-output-to-rmail): Ditto.
8506         (gnus-output-to-mail): Ditto.
8507
8508         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
8509
8510 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
8511
8512         * message.el (message-indent-citation): Use
8513         `message-yank-cited-prefix' for empty lines.
8514
8515 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
8516
8517         * message.el (message-indent-citation): Quote only lines starting
8518         with ">" using `message-yank-cited-prefix'.
8519
8520 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
8521         Trivial patch.
8522
8523         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
8524         gnus-cache-fully-p.
8525
8526 2001-08-04  Simon Josefsson  <jas@extundo.com>
8527
8528         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
8529         file if it doesn't exist (by calling gnus-cache-read-active).
8530
8531 2001-08-04  Simon Josefsson  <jas@extundo.com>
8532
8533         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
8534         (gnus-cache-passively-or-fully-p): Removed.
8535         (gnus-cache-fully-p): Fix it.
8536
8537         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
8538
8539 2001-08-04  Simon Josefsson  <jas@extundo.com>
8540
8541         * gnus-cache.el (gnus-cache-fully-p)
8542         (gnus-cache-passively-or-fully-p): New functions.
8543         (gnus-cache-possibly-enter-article): Cosmetic change, use
8544         `g-c-p-o-f-p'.
8545         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
8546         was bogus (`g-c-p-a-a' does not change active info, just change
8547         the functions parameters).
8548         (gnus-cache-possibly-remove-articles-1): Make sure articles are
8549         not removed in groups that match `gnus-uncacheable-groups'.
8550
8551         Reported and modifications based on discussions with Nuutti
8552         Kotivuori <nuutti.kotivuori@smarttrust.com>.
8553
8554 2001-08-04  Simon Josefsson  <jas@extundo.com>
8555         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
8556
8557         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
8558         calls `gnus-cache-update-active' if bounds has been extended.
8559
8560 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8561
8562         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
8563         before remove.
8564         (gnus-mime-security-show-details): Ditto.
8565
8566 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8567
8568         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
8569         syntax.  Protect string-match against nil string and regexp.
8570
8571 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8572
8573         * mm-util.el (mm-find-charset-region): Remove control-1.
8574
8575 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8576
8577         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
8578
8579 2001-08-04  Simon Josefsson  <jas@extundo.com>
8580
8581         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
8582         buffer.  Delete MIME-Version header.
8583
8584 2001-08-03  Simon Josefsson  <jas@extundo.com>
8585
8586         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
8587         that is entered does not necessarily have the highest article
8588         number in the group, so use `gnus-cache-possibly-alter-active'
8589         instead of `gnus-cache-update-active'.
8590
8591 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8592
8593         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
8594
8595 2001-08-03  Simon Josefsson  <jas@extundo.com>
8596
8597         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
8598         menu.
8599
8600 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8601
8602         * gnus.el (post-method): New group parameter.  It also provides
8603         the user option `gnus-post-method-alist' and the internal function
8604         `gnus-parameter-post-method'.
8605
8606         * gnus-msg.el (gnus-post-method): Bind the value of
8607         `gnus-post-method' to the group parameter if it is defined.
8608
8609 2001-08-02  Simon Josefsson  <jas@extundo.com>
8610
8611         * smime.el (smime-extra-arguments): Removed.
8612         (smime-call-openssl-region): Don't use it.
8613
8614 2001-08-02  Simon Josefsson  <jas@extundo.com>
8615
8616         * smime.el (smime-sign-region): Handle stderr.
8617         (smime-encrypt-region): Ditto.
8618
8619         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
8620         match the ASN.1 length bytes.
8621         (mm-pkcs7-enveloped-magic): Ditto.
8622         (mm-view-pkcs7-get-type): Don't regexp quote.
8623
8624 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8625         From Andreas Fuchs <asf@void.at>
8626
8627         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
8628
8629 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8630
8631         * gnus-art.el (gnus-header-button-alist): References regexp.
8632
8633 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
8634
8635         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
8636         already fboundp.  Add INTERACTIVE arg to autoload form.
8637
8638 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8639
8640         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
8641
8642         * nnmail.el (nnmail-cache-open): Ditto.
8643
8644 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8645
8646         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
8647
8648 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8649
8650         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
8651
8652 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8653         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8654
8655         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
8656         (gnus-agent-toggle-plugged): Use it.
8657
8658 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
8659
8660         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
8661         (gnus-ding-file-coding-system): New variable.
8662         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
8663         (gnus-slave-save-newsrc): Use it.
8664
8665 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8666
8667         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
8668         syntax.
8669
8670 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8671         Originally from Andreas Fuchs <asf@void.at>
8672
8673         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
8674         (mml2015-gpg-pretty-print-fpr): New function.
8675         (mml2015-gpg-extract-signature-details): More details, rename from
8676         `m-g-e-from'.
8677         (mml2015-gpg-verify): Use them.
8678         (mml2015-gpg-clear-verify): Use them.
8679
8680 2001-07-31  Simon Josefsson  <jas@extundo.com>
8681
8682         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
8683         buffer when done.
8684
8685 2001-07-30  Simon Josefsson  <jas@extundo.com>
8686
8687         * smime.el (smime-call-openssl-region): Revert previous change,
8688         just pass on buf to `call-process-region'.
8689         (smime-verify-region): Doc fix.  Don't message stuff.  Use
8690         `smime-new-details-buffer'.  Inserts error messages into buffer.
8691         (smime-noverify-region): Ditto.
8692         (smime-decrypt-region): Ditto.  Handles stderr separately.
8693         (smime-verify-buffer, smime-noverify-buffer)
8694         (smime-decrypt-buffer): Doc fix.
8695         (smime-new-details-buffer): New function.
8696         (smime-pkcs7-region, smime-pkcs7-certificates-region)
8697         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
8698         (smime-sign-region, smime-encrypt-region): Don't use
8699         `insert-buffer'.
8700
8701         * mml-smime.el (mml-smime-verify): Fix security button strings.
8702
8703 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8704
8705         * gnus-art.el (gnus-mime-save-part-and-strip): Save
8706         gnus-article-mime-handles.
8707
8708 2001-07-29  Simon Josefsson  <jas@extundo.com>
8709
8710         * mail-source.el (top-level): Require message for message-directory.
8711         (mail-source-directory): Change default to message-directory.
8712
8713         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
8714         (smime-certificate-directory, smime-openssl-program)
8715         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
8716         (smime-extra-arguments): New variable.
8717         (smime-dns-server): Fix customize group.
8718         (smime-call-openssl-region): Use `smime-extra-arguments'.
8719
8720 2001-07-29  Simon Josefsson  <jas@extundo.com>
8721         From Vladimir Volovich <vvv@vsu.ru>
8722
8723         * smime.el (smime-call-openssl-region): Ignore stderr.
8724
8725 2001-07-29  Simon Josefsson  <jas@extundo.com>
8726         From Christoph Conrad <christoph.conrad@gmx.de>
8727
8728         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
8729         file.
8730
8731 2001-07-29  Simon Josefsson  <jas@extundo.com>
8732
8733         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
8734
8735         Support S/MIME decryption.
8736
8737         * mm-decode.el (mm-inline-media-tests):
8738         (mm-inlined-types):
8739         (mm-automatic-display):
8740         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
8741
8742         * mm-view.el (mm-pkcs7-signed-magic):
8743         (mm-pkcs7-enveloped-magic): New variables.
8744         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
8745         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
8746         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
8747         PKCS#7 blobs.
8748
8749         * smime.el (smime-decrypt-region): Expand keyfile.
8750
8751 2001-07-29  Simon Josefsson  <jas@extundo.com>
8752
8753         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
8754         `ssl.el' variables.
8755
8756         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
8757         but line instead of narrowing to it, because `nnmail-parse-active'
8758         calls widen.  Thanks to Christoph Conrad
8759         <christoph.conrad@gmx.de>.
8760
8761 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8762
8763         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
8764         for %B spec.
8765
8766         * gnus-sum.el (gnus-summary-prepare-threads): If
8767         gnus-sum-thread-tree-root is nil, use subject instead.
8768         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
8769         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
8770         (gnus-sum-thread-tree-leaf-with-other)
8771         (gnus-sum-thread-tree-single-leaf): Documentation.
8772         (gnus-sum-thread-tree-single-indent): Allow nil.
8773
8774 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8775
8776         * message.el (message-fill-paragraph): Do nothing if the user
8777         wants filladapt-mode.
8778
8779 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8780
8781         * mm-decode.el (mm-image-type-from-buffer): New function.
8782         (mm-get-image): Use it.
8783
8784 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8785
8786         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
8787
8788         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
8789         mm-display-parts too.
8790
8791 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8792
8793         * nnfolder.el (nnfolder-request-accept-article): Bind
8794         nntp-server-buffer.
8795
8796         * nnmail.el (nnmail-parse-active): Read from buffer instead of
8797         nntp-server-buffer.
8798
8799 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8800
8801         * message.el (message-check-news-header-syntax): Use
8802         message-post-method.
8803         (message-send-news): Bind message-post-method.
8804
8805 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8806
8807         * mml.el (mml-tweak-type-alist): New variable.
8808         (mml-tweak-function-alist): New variable.
8809         (mml-tweak-part): New function.
8810         (mml-generate-mime-1): Use it.
8811
8812 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8813
8814         * nnfolder.el (nnfolder-request-accept-article): Replace
8815         nnfolder-request-list.
8816
8817 2001-07-27  Simon Josefsson  <jas@extundo.com>
8818
8819         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
8820         nnoo-change-server failed to do it.
8821
8822 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8823
8824         * gnus.el (gnus-parameters): Make it customizable.
8825
8826 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8827
8828         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
8829
8830         * message.el (message-set-auto-save-file-name): More
8831         poor-system-types.
8832
8833         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
8834
8835         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
8836         supports +.
8837
8838 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8839
8840         * mm-decode.el (mm-readable-p): New function.
8841         (mm-inline-media-tests): Fix the default testers.
8842
8843 2001-07-26  Simon Josefsson  <jas@extundo.com>
8844
8845         * nnimap.el (nnimap-version): Bump version number.
8846
8847 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8848         From Steven E. Harris <seh@speakeasy.org>
8849
8850         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
8851         in M$Windows too.
8852
8853 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8854
8855         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
8856
8857 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8858
8859         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
8860
8861         * mm-decode.el (mm-get-image): Guess then use the type.
8862
8863         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
8864
8865 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
8866
8867         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
8868         display (%B) for threads if threading is off.
8869
8870 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8871         From Henrik Enberg <henrik@enberg.org>
8872
8873         * gnus-msg.el: Customization patch.
8874
8875 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
8876
8877         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
8878         variable.
8879         (nnmail-split-fancy-with-parent): Ignore certain groups.
8880
8881 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8882
8883         * gnus-util.el (gnus-byte-compile): New function.
8884         (gnus-use-byte-compile): New variable.
8885         (gnus-make-sort-function): Use it.
8886
8887         * nnmail.el (nnmail-get-new-mail): Use it.
8888
8889         * gnus-agent.el (gnus-category-make-function): Simple function or
8890         compiled function.
8891         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
8892
8893         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
8894         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
8895         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
8896
8897         * message.el (message-check-news-header-syntax): Remove quote.
8898
8899 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8900
8901         * message.el (message-use-mail-followup-to): `t' is not a
8902         documented value.
8903
8904 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8905
8906         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
8907
8908 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8909
8910         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
8911         there are long lines.
8912
8913 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8914
8915         * dgnushack.el (copy-list): New compiler macro.
8916
8917 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8918
8919         * message.el (message-bounce): If no Return-Path, the whole
8920         content is considered as the original message.
8921
8922         * nnml.el (nnml-check-directory-twice): New variable.
8923         (nnml-article-to-file): Use it.
8924         (nnml-retrieve-headers): Hack it.
8925
8926 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8927
8928         * gnus-win.el (gnus-buffer-configuration): New configure.
8929
8930         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
8931         not alive.
8932
8933         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
8934         (mm-display-external): Use display-term configure.
8935
8936 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8937
8938         * gnus-delay.el (gnus-delay-default-hour): New variable.
8939         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
8940
8941 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8942         From Karl Kleinpaste <karl@charcoal.com>
8943
8944         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
8945         (gnus-summary-prepare-threads): Ditto.
8946
8947         * gnus.el (gnus-summary-line-format): Add %B.
8948
8949 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8950
8951         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
8952
8953         * mm-util.el (mm-string-as-multibyte): New function.
8954
8955         * nnmh.el (nnmh-request-list-1): Encode, not decode!
8956
8957 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8958
8959         * mm-util.el (mm-universal-coding-system): New variable.
8960
8961         * gnus-start.el (gnus-startup-file-coding-system): Use it.
8962
8963         * score-mode.el (score-mode-coding-system): Use it.
8964
8965 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8966
8967         * gnus-start.el (gnus-setup-news): Call
8968         `gnus-check-bogus-newsgroups' just after the native server is
8969         opened.
8970
8971 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8972
8973         * nnmail.el (nnmail-do-request-post): Util function to be used by
8974         `nnchoke-request-post' for all nnmail-derived backends.
8975
8976         * nnml.el (nnml-request-post): Use it.
8977
8978         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
8979         backend, for it groks nnml-request-post.
8980
8981         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
8982         Treat `mail-post' backends like `mail' backends, not like `news'
8983         backends.
8984
8985 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8986
8987         * gnus-msg.el (gnus-setup-message): make-local-hook.
8988
8989 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8990
8991         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
8992         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
8993         <karl@charcoal.com>, slightly changed by Kai.
8994
8995         * message.el (message-check-news-header-syntax): When checking
8996         whether the groups exist, check the right server based on
8997         `gnus-post-method'.
8998
8999 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9000
9001         * gnus-delay.el: New file.
9002
9003 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9004
9005         * mm-util.el (mm-read-coding-system): Take two arguments.
9006
9007         * gnus-sum.el (gnus-summary-show-article): Use
9008         mm-read-coding-system.
9009
9010         * gnus-art.el (article-de-quoted-unreadable):
9011         (article-de-base64-unreadable, article-wash-html):
9012         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
9013
9014 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9015
9016         * nnml.el (nnml-request-post): New function.  Can be used for
9017         annotations in nnml groups.
9018
9019 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9020
9021         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
9022         command.
9023
9024         * gnus-start.el (gnus-find-new-newsgroups): Use
9025         `message-make-date' instead of `current-time-string'.
9026         (gnus-ask-server-for-new-groups): Ditto.
9027         (gnus-check-first-time-used): Ditto.
9028
9029 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9030
9031         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
9032
9033 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
9034
9035         * message.el (message-shorten-references): Change `maxcount' and
9036         `cut' to obey USEFOR draft 5.
9037
9038 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
9039
9040         * gnus-sum.el (gnus-summary-display-arrow): New variable.
9041         (gnus-summary-set-article-display-arrow): New function.
9042         (gnus-summary-goto-subject): Use it.
9043
9044 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9045
9046         * gnus-sum.el (gnus-summary-import-article): Insert date if
9047         doesn't exist.
9048
9049 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9050
9051         * mml.el (mml-content-type-parameters): New variable.
9052         (mml-content-disposition-parameters): New variable.
9053         (mml-insert-mime-headers): Use them.
9054         (mml-parse-1): Accept charset.
9055
9056 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9057
9058         * gnus-group.el (gnus-group-select-group): Doc fix.
9059
9060         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
9061
9062 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9063
9064         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
9065         to handle `define-derived-mode'.
9066
9067 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9068         From:  Stefan Monnier  <monnier@cs.yale.edu>
9069
9070         * message.el (message-mode): Use define-derived-mode.
9071         (message-tab): message-completion-alist.
9072
9073         * imap.el (imap-interactive-login): Use make-local-variable.
9074         (imap-open): Ditto.
9075         (imap-authenticate): Ditto.
9076
9077         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
9078
9079         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
9080
9081 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9082
9083         * message.el (message-citation-line-function): Refer to
9084         gnus-cite-attribution-suffix.
9085
9086 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9087
9088         * gnus-art.el,...: Error convention changes.
9089
9090 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9091
9092         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
9093
9094 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9095
9096         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
9097         (nnrss-read-server-data): Ditto.
9098
9099 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9100
9101         * gnus-setup.el (gnus-use-installed-gnus): Typo.
9102         * Cleanup files.
9103         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
9104
9105 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9106
9107         * gnus.el (gnus-summary-line-format): Add %o.
9108
9109         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
9110         unless shell outputs something.
9111
9112 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9113
9114         * gnus-art.el (gnus-boring-article-headers): Better doc.
9115         (article-hide-headers): Better regexp.
9116         Suggested by Matt Swift <swift@alum.mit.edu>.
9117
9118         * nnheader.el (nnheader-max-head-length): Better doc.
9119         (nnheader-header-value): Skip spaces.
9120         (nnheader-parse-head): Remove space.
9121         Suggested by Matt Swift <swift@alum.mit.edu>.
9122
9123         * gnus-sum.el (gnus-summary-show-raw-article): New function.
9124         (gnus-get-newsgroup-headers): Remove space.
9125
9126 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9127
9128         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
9129         (gnus-summary-reply): Use it.
9130         (gnus-summary-reply-broken-reply-to): New function.
9131         (gnus-msg-force-broken-reply-to): New function.
9132
9133         * mm-view.el (mm-inline-text): Showing as text/plain when error.
9134
9135 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9136
9137         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
9138
9139 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9140
9141         * mm-decode.el (mm-external-terminal-program): New variable.
9142         (mm-display-external): Use it. Use term to display when no
9143         window-system.
9144
9145 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
9146
9147         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
9148         Browse->Next entries to Browse->Prev
9149
9150 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9151
9152         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
9153
9154 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9155
9156         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
9157         for the default encoding.
9158
9159         * nnrss.el (nnrss-url-field): New field.
9160         (nnrss-request-article): Add newsgroups.
9161
9162         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
9163
9164 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9165
9166         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
9167
9168         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
9169         (gnus-draft-setup): Remove backlog.
9170
9171 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9172
9173         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
9174         Cleanup.
9175
9176 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9177
9178         * gnus-msg.el (gnus-bug): Erase buffer.
9179
9180         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
9181
9182 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9183
9184         * mm-decode.el (mm-attachment-override-p): Fix typo.
9185
9186 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
9187
9188         * gnus-kill.el (gnus-execute): Work with the extra headers.
9189         * gnus-sum.el (gnus-summary-execute-command): Ditto.
9190
9191 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9192
9193         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
9194         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
9195
9196         * message.el (message-send-mail-real-function): New variable.
9197         (message-send-mail-partially, message-send-mail):
9198
9199         * nngateway.el (nngateway-request-post): Use it.
9200
9201         * gnus-agent.el (gnus-agentize): Use it.
9202
9203         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
9204         (nnsoup-revert-variables): Use it.
9205
9206 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
9207
9208         * mm-decode.el (mm-inline-media-tests): Default to displaying as
9209         text/plain if the type doesn't match any other media types.
9210         (mm-inlined-types): Doc fix.
9211         (mm-display-inline): Revert previous change (now handled by a
9212         default type in `mm-inline-media-tests'.
9213         (mm-inlinable-p): Revive.
9214         (mm-display-part): Call `mm-inlinable-p'.
9215         (mm-attachment-override-p): Ditto.
9216         (mm-inlined-p): Doc fix.
9217
9218         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
9219         well as `mm-inlined-p'.
9220
9221 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9222
9223         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
9224         (nntp-send-command-and-decode): Use gnus-point-at-bol.
9225
9226 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9227         From  Paul Jarc <prj@po.cwru.edu>
9228
9229         * message.el (message-use-mail-followup-to): New variable.
9230         (message-get-reply-headers): Use it.
9231
9232 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
9233
9234         * nnheader.el (nnheader-init-server-buffer): Make sure the
9235         *nntpd* buffer is made multibyte instead of a random buffer.
9236
9237 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9238
9239         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
9240         when it returns headers.
9241
9242 2001-07-07  Simon Josefsson  <jas@extundo.com>
9243
9244         * rfc2047.el (rfc2047-encode-message-header): Skip header when
9245         trying to fold. Thanks to Colin Walters
9246         <walters@cis.ohio-state.edu>
9247
9248 2001-07-06  Simon Josefsson  <jas@extundo.com>
9249
9250         * imap.el (imap-parse-address-list, imap-parse-flag-list)
9251         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
9252         Add information in `assert's.
9253
9254         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
9255         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
9256         and `nnimap-group-overview-filename', should handle all
9257         change-of-uidvalidity related issues.  But there may be other
9258         problems.)
9259
9260 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
9261
9262         * rfc2047.el (rfc2047-encode-message-header): Don't include the
9263         header name when folding.
9264
9265 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
9266
9267         * mm-decode.el (mm-inlined-types): Document relationship with
9268         `mm-inline-media-tests'.
9269         (mm-display-inline): Default to displaying as plain text if no
9270         inlining handler is available.
9271         (mm-inlinable-p): Remove.
9272         (mm-inlined-p): Don't call `mm-inlinable-p'.
9273         (mm-automatic-display-p): Ditto.
9274         (mm-attachment-override-p): Ditto.
9275
9276 2001-07-04  Simon Josefsson  <jas@extundo.com>
9277
9278         * nnimap.el (nnimap-importantize-dormant): New variable.
9279         (nnimap-request-update-info-internal): Use it.
9280         (nnimap-request-set-mark): Ditto.
9281
9282 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
9283
9284         * nntp.el (nntp-send-command): don't pass a buffer argument to
9285         `point'. Only XEmacs accepts this.
9286         * nntp.el (nntp-send-command-nodelete): ditto.
9287         * nntp.el (nntp-send-command-and-decode): ditto.
9288
9289 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
9290
9291         * nntp.el (nntp-open-connection-function): doc update.
9292         * nntp.el (nntp-pre-command): New.
9293         * nntp.el (nntp-via-rlogin-command): New.
9294         * nntp.el (nntp-via-telnet-command): New.
9295         * nntp.el (nntp-via-telnet-switches): New.
9296         * nntp.el (nntp-via-user-name): New.
9297         * nntp.el (nntp-via-user-password): New.
9298         * nntp.el (nntp-via-address): New.
9299         * nntp.el (nntp-via-envuser): New.
9300         * nntp.el (nntp-via-shell-prompt): New.
9301         * nntp.el (nntp-open-telnet-stream): New.
9302         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
9303         * nntp.el (nntp-open-via-telnet-and-telnet): New.
9304         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
9305         * nntp.el (nntp-send-command): ditto.
9306         * nntp.el (nntp-send-command-nodelete): ditto.
9307         * nntp.el (nntp-send-command-and-decode): ditto.
9308
9309 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
9310         Trivial patch.
9311
9312         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
9313         `when'.
9314
9315 2001-07-03  Simon Josefsson  <jas@extundo.com>
9316         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
9317
9318         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
9319
9320 2001-07-03  Simon Josefsson  <jas@extundo.com>
9321
9322         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
9323         remove it (workaround XEmacs `fill-region' bug).
9324
9325 2001-07-01  Simon Josefsson  <jas@extundo.com>
9326
9327         * nnimap.el (nnimap-date-days-ago): Defeat locale.
9328
9329 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9330
9331         * mml2015.el (mml2015-format-error): New function.
9332         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
9333         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
9334         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
9335
9336 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9337
9338         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
9339         Suggested by Christoph Conrad <C.Conrad@cli.de>.
9340
9341         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
9342         group variables.
9343
9344 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9345
9346         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
9347
9348         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
9349         (nnrss-save-group-data): Ditto.
9350
9351         * gnus-agent.el (gnus-agent-save-alist): Ditto.
9352
9353 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9354
9355         * message.el (message-do-send-housekeeping): Narrow to headers.
9356
9357 2001-06-24  Simon Josefsson  <jas@extundo.com>
9358
9359         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
9360         insertion when breaking lines looked for " \t" instead of "[ \t]".
9361         (rfc2047-encode-message-header): Fold lines even if
9362         no QP encoding is done.
9363
9364 2001-06-23  Simon Josefsson  <jas@extundo.com>
9365         From Samuel Tardieu <sam@inf.enst.fr>
9366
9367         * smime.el (smime-keys): Support additional certificates.
9368         (smime-make-certfiles): New function.
9369         (smime-sign-region): Use previous variables.
9370         (smime-get-certfiles): New function.
9371         (smime-sign-buffer): Use it.
9372         (smime-verify-region): Support both CAfile and CApath.
9373
9374 2001-06-23  Simon Josefsson  <jas@extundo.com>
9375
9376         * smime.el (smime-decrypt-region): Perhaps work.
9377
9378 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9379
9380         * gnus-msg.el (gnus-copy-article-buffer): Typo.
9381
9382 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
9383
9384         * mm-decode.el (mm-save-part): Rewrite file name.
9385         (mm-file-name-rewrite-functions): New variable.
9386         (mm-file-name-delete-whitespace): New function.
9387         (mm-file-name-trim-whitespace): New function.
9388         (mm-file-name-collapse-whitespace): New function.
9389         (mm-file-name-replace-whitespace): New variable and function.
9390
9391 2001-06-22  Simon Josefsson  <jas@extundo.com>
9392
9393         * message.el (message-make-date): Workaround locale for weekdays.
9394
9395 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9396
9397         * message.el (message-goto-body): Return nil if not found. (revert!)
9398
9399 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9400         From Fremlin <chief@bandits.org>
9401
9402         * message.el (message-goto-body): Some messages have no header.
9403
9404         * gnus-msg.el (gnus-copy-article-buffer): Use it.
9405
9406 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
9407
9408         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
9409
9410 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9411
9412         * message.el (message-make-date): Add week day.
9413         Suggested by Jason R. Mastaler <jason@mastaler.com>.
9414
9415 2001-06-19  Simon Josefsson  <jas@extundo.com>
9416
9417         * message.el (message-yank-prefix): Doc fix.
9418         (message-yank-cited-prefix): Ditto.
9419         (message-delete-not-region): Keep citation prefix on first line,
9420         if possible and appropriate.
9421
9422 2001-06-19  Simon Josefsson  <jas@extundo.com>
9423
9424         * imap.el (imap-process-connection-type): New variable.
9425         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
9426         recent `imtest's work completely (no line length issues), while
9427         making making old `imtest's unusable.  Thanks to NAGY Andras
9428         <nagya@inf.elte.hu> for his work.
9429
9430 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
9431
9432         * imap.el (imap-ssl-program): Add -quiet to shut up
9433         OpenSSL/SSLeay's internal debug talk.
9434
9435 2001-06-19  Matt Armstrong  <matt@lickey.com>
9436
9437         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
9438         server.
9439
9440 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9441
9442         * nnmail.el (nnmail-article-buffer): New variable.
9443         (nnmail-split-incoming): Use it.
9444
9445 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
9446
9447         * qp.el (quoted-printable-decode-region): If called interactively,
9448         use coding-system-for-read.
9449
9450 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9451
9452         * message.el (message-check-news-header-syntax): Check Reply-To.
9453
9454 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9455
9456         * mml.el (mml-parse-1): Use message options.
9457
9458         * message.el (message-do-fcc): Don't do anything if there is no
9459         FCC.
9460
9461 2001-06-16  Simon Josefsson  <jas@extundo.com>
9462
9463         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
9464         (nnimap-expunge-search-string): New variable.
9465         (nnimap-request-expire-articles): Use it.
9466
9467 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9468
9469         * message.el (message-send-mail-with-qmail): wrong exit status is
9470         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
9471
9472 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9473
9474         * gnus-art.el (article-strip-multiple-blank-lines): Use
9475         delete-region instead of replace-match.
9476
9477 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9478
9479         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
9480         (nnweb-google-wash-article): Ditto.
9481
9482 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
9483
9484         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
9485
9486 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9487
9488         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
9489         specs.
9490
9491 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9492
9493         * gnus.el (gnus-email-address): Move it here.
9494
9495         * gnus-art.el (article-de-quoted-unreadable): Read charset if
9496         requested.
9497         (article-de-base64-unreadable): Ditto.
9498         (article-wash-html): Ditto.
9499
9500 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9501
9502         * message.el (message-options-set-recipient): Don't add ", "
9503         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
9504
9505 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9506
9507         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
9508
9509 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9510
9511         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
9512         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
9513
9514         * nnrss.el (nnrss-node-text): Node might be nil.
9515
9516 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9517
9518         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
9519         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
9520
9521         * nnrss.el (nnrss-group-alist): More items.
9522
9523 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9524
9525         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
9526
9527 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9528         Trivial patch from Dale Hagglund  <rdh@best.com>
9529
9530         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
9531         restrict clauses.
9532
9533 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9534
9535         From Benjamin Rutt <brutt+news@bloomington.in.us>
9536
9537         * message.el (message-wide-reply-confirm-recipients): New variable.
9538
9539 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9540         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
9541
9542         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
9543         fix so it works with XEmacs.
9544
9545 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9546
9547         * nnrss.el (nnrss-retrieve-headers): Support description as extra
9548         headers.
9549
9550 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9551
9552         * nnrss.el: Fix a few bugs.
9553
9554 2001-06-05  Simon Josefsson  <jas@extundo.com>
9555
9556         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
9557         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
9558
9559 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
9560
9561         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
9562         binary so that we don't transmit ISO 2022 garbage to the process.
9563         This is needed under XEmacs.
9564
9565 2001-06-03  Simon Josefsson  <simon@josefsson.org>
9566
9567         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
9568         autoloaded incorrectly below because ssl-program-* is bound.)
9569         Thanks to Amos Gouaux for report.
9570
9571 2001-06-02  Simon Josefsson  <simon@josefsson.org>
9572
9573         * imap.el (imap-kerberos4-open):
9574         (imap-gssapi-open):
9575         (imap-ssl-open):
9576         (imap-network-open):
9577         (imap-shell-open):
9578         (imap-starttls-open): Set buffer to workaround spurious
9579         `accept-process-output' buffer changes.  Thanks to Mats Lidell
9580         <Mats.Lidell@contactor.se> for report and partial patch and Jake
9581         Colman <colman@ppllc.com> for report.
9582
9583 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9584
9585         * gnus-sum.el (gnus-summary-catchup): New argument.
9586         (gnus-summary-catchup-from-here): New function.
9587
9588 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9589
9590         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
9591         back, then insert glyph.  (Before, the glyph was inserted first,
9592         then the newline.)  This works around a behavior in XEmacs where
9593         it is not possible to insert a character after a glyph which is at
9594         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
9595
9596 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9597
9598         From Jaap-Henk Hoepman (jhh@xs4all.nl).
9599
9600         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
9601         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
9602         mm-destroy-postponed-undisplay-list): New functions.
9603         (mm-display-external): Use them.
9604
9605 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9606
9607         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
9608         `default-low' when evaluating `gnus-summary-highlight'.
9609         From Raja R Harinath <harinath@cs.umn.edu>.
9610
9611 2001-05-27  Simon Josefsson  <simon@josefsson.org>
9612
9613         * message.el (message-yank-cited-prefix): New variable.
9614         (message-indent-citation): Use it.
9615
9616         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
9617         as details.
9618         (mml2015-mailcrypt-clear-verify): Ditto.
9619
9620 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9621         From Nevin Kapur <nevin@jhu.edu>.
9622
9623         * gnus-sum.el (gnus-summary-default-high-score,
9624         gnus-summary-default-low-score): New variables.
9625         (gnus-summary-highlight): Use them.
9626
9627 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
9628
9629         * message.el (message-mail): pass the 'send-actions argument to
9630         `message-setup'.
9631
9632 2001-05-16  Simon Josefsson  <simon@josefsson.org>
9633         From Raymond Scholz <ray-2001@zonix.de>
9634
9635         * gnus-art.el (gnus-mime-view-part-as-charset):
9636         (gnus-mime-internalize-part): Doc fixes.
9637
9638 2001-05-11  Simon Josefsson  <simon@josefsson.org>
9639
9640         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
9641         status lines without any text ("^215$").
9642
9643 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9644
9645         * nnrss.el (nnrss-check-group): Reverse.
9646
9647 2001-05-07  Simon Josefsson  <simon@josefsson.org>
9648
9649         * message.el (message-get-reply-headers):
9650         (message-followup): Fix typo, suggested by David Green
9651         <dgreen@uab.edu>
9652
9653 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9654
9655         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
9656
9657         * nnrss.el (nnrss-open-server): Read server data when it is called.
9658         (nnrss-request-expire-articles): Fix.
9659
9660 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9661
9662         * message.el (message-do-send-housekeeping): mail-abbrevs may
9663         rename buffer behind Gnus.
9664
9665 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9666
9667         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
9668         (nnrss-group-alist): Add more resources.
9669         (nnrss-check-group): Ignore errors.
9670
9671 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9672
9673         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
9674
9675         * nnslashdot.el (nnslashdot-request-list): Add time.
9676         (nnslashdot-request-expire-articles): New function.
9677
9678         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
9679         secondary methods too.
9680
9681 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9682
9683         * message.el (message-use-followup-to): Set default value to t.
9684
9685 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
9686
9687         * message.el (message-dont-reply-to-names): Fix documentation.
9688         (message-get-reply-headers): Use Mail-Followup-To only for wide
9689         replies.
9690
9691 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9692
9693         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
9694         correctly.
9695         (nnrss-check-group): Use time.
9696
9697 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9698
9699         * gnus.el: Oort Gnus v0.03 is released.
9700
9701 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9702
9703         * nnultimate.el (nnultimate-topic-article-to-article): Use the
9704         group.
9705
9706 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9707
9708         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
9709
9710 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9711
9712         * nnultimate.el (nnultimate-retrieve-headers): Return all
9713         available headers.
9714
9715         * gnus-sum.el (gnus-read-all-available-headers): New variable.
9716         (gnus-get-newsgroup-headers-xover): Use it.
9717
9718 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9719
9720         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
9721
9722 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9723
9724         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
9725
9726 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9727
9728         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
9729         disable it.
9730
9731         * gnus.el (gnus-info-nodes): Remove a few The's.
9732
9733 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9734
9735         * mail-source.el (mail-source-movemail): Call-process may return a
9736         signal description string.
9737
9738         * gnus-start.el (gnus-read-newsrc-el-file):
9739         gnus-newsrc-file-version may be nil.
9740
9741         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
9742         Suggested by Michael Sperber [Mr. Preprocessor]
9743         <sperber@informatik.uni-tuebingen.de>.
9744
9745 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
9746
9747         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
9748
9749 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
9750
9751         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
9752         fontify HANDLE.
9753
9754 2001-04-18  Simon Josefsson  <simon@josefsson.org>
9755
9756         * smime.el (smime-ask-passphrase): Rework to return value.
9757         (smime-sign-region): Rework to bind value and use it.
9758         (smime-decrypt-region): Ditto.
9759
9760 2001-04-18  Simon Josefsson  <simon@josefsson.org>
9761         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
9762
9763         * smime.el (smime-ask-passphrase): New function.
9764         (smime-sign-region): Use it.
9765         (smime-encrypt-cipher): New variable.
9766         (smime-decrypt-region): Ditto.
9767
9768 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
9769         Committed by Simon Josefsson  <simon@josefsson.org>
9770
9771         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
9772         the log.
9773
9774 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9775
9776         * gnus.el: Oort Gnus v0.02 is released.
9777
9778 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
9779
9780         * gnus.el: Oort Gnus v0.01 is released.
9781
9782 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9783
9784         * gnus-sum.el (gnus-summary-highlight): Highlight read
9785         undownloaded articles as read articles.
9786
9787         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
9788         (gnus-agent-get-undownloaded-list): Mark all undownloaded
9789         articles, even read ones, as such.
9790
9791         * gnus-sum.el (gnus-summary-find-matching): Clean up.
9792         (gnus-find-matching-articles): New function.
9793         (gnus-summary-limit-include-matching-articles): New command.
9794         (gnus-summary-limit-include-thread): Include articles that have
9795         matching subjects.
9796         (gnus-offer-save-summaries): Clean up.
9797
9798 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9799
9800         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
9801
9802 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9803         From Jason Merrill <jason_merrill@redhat.com>
9804
9805         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
9806
9807 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
9808         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9809
9810         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
9811         newsgroup names when the original article is a news message.
9812
9813 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9814
9815         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
9816         supported. Suggest by Jim Meyering <jim@meyering.net>.
9817
9818 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
9819         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
9820
9821         * nnmail.el (nnmail-split-it): Added check for .* at the end of
9822         regexp in nnmail-split-fancy.
9823
9824 2001-04-10  Simon Josefsson  <simon@josefsson.org>
9825
9826         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
9827
9828 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
9829
9830         * message.el (message-send-mail): Improve the interaction with the
9831         user.
9832
9833 2001-04-10  Simon Josefsson  <simon@josefsson.org>
9834
9835         * imap.el (imap-message-copy): Work around buggy servers that
9836         doesn't send TRYCREATE tags.
9837
9838 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
9839
9840         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
9841
9842 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9843
9844         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
9845         date.
9846
9847 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9848
9849         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
9850         lives.
9851
9852 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9853
9854         * gnus-art.el (gnus-parse-news-url): New function.
9855         (gnus-button-handle-news): New function.
9856         (gnus-button-alist): Point to new functions.
9857
9858         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
9859
9860         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
9861         gnus-format-specs.
9862
9863         * message.el (message-check-news-header-syntax): Question even
9864         when Gnus doesn't know the group names.
9865         (message-send-news): Clean up.
9866
9867         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
9868         exited on purpose without saving.
9869
9870         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
9871
9872 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9873
9874         * gnus-score.el (gnus-score-orphans): Clean up.
9875
9876         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
9877
9878         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
9879         later.
9880
9881         * gnus-start.el (gnus-close-all-servers): Find the right items to
9882         close.
9883
9884         * qp.el (quoted-printable-decode-region): Just message
9885         malformation; don't quit.
9886
9887 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9888         From Gerd Moellmann <gerd@gnu.org>.
9889
9890         * gnus.el (gnus-interactive): A typo.
9891
9892 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
9893         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9894
9895         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
9896         `assq-delete-all', if that function exists; otherwise use the old
9897         definition. Documentation changed to match the one in
9898         `assq-delete-all'.
9899
9900 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9901
9902         * gnus-start.el (gnus-close-all-servers): New function.
9903
9904         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
9905         (gnus-server-remove-denials): Clean up.
9906
9907         * gnus-sum.el (gnus-summary-sort-by-original): New command and
9908         keystroke.
9909
9910 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9911
9912         * message.el (message-send-news): Message where we are sending.
9913         (message-send-mail): Ditto.
9914
9915         * gnus.el (gnus-server-string): New function.
9916
9917         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
9918
9919         * mm-decode.el (mm-default-directory): Customized.
9920         (mm-tmp-directory): Ditto.
9921
9922         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
9923         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
9924         or Chars.
9925         (gnus-summary-line-format-alist): ?l is now a string.
9926         (gnus-summary-prepare-threads): Output ? for unknown lines.
9927         (gnus-summary-insert-line): Ditto.
9928         (gnus-summary-print-article): Unbalanced parentheses.
9929
9930         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
9931         out whether new stuff has arrived.
9932
9933 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
9934
9935         * gnus-sum.el: Let printing work on ttys on Emacs.
9936
9937 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9938
9939         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
9940         when forcing news.
9941
9942         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
9943         command.
9944
9945 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
9946
9947         * message.el (message-set-auto-save-file-name): Don't use
9948         asterisks under nt.
9949
9950 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9951
9952         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
9953         lists of articles.
9954
9955         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
9956
9957         * gnus-msg.el (gnus-put-message): Clean up.
9958         (gnus-summary-reply): Mark all replied-to articles as replied to.
9959         (gnus-inews-add-send-actions): Also mark as forwarded.
9960         (gnus-summary-mail-forward): Mark as forwarded.
9961
9962         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
9963         of articles.
9964         (gnus-summary-mark-article-as-forwarded): Ditto.
9965
9966         * gnus-msg.el (gnus-summary-resend-message): Mark article as
9967         forwarded.
9968         (gnus-summary-mail-forward): Clean up.
9969
9970         * gnus.el (gnus-article-mark-lists): Added forward.
9971
9972         * gnus-sum.el (gnus-forwarded-mark): New variable.
9973         (gnus-summary-prepare-threads): Use it.
9974         (gnus-summary-update-secondary-mark): Ditto.
9975         (gnus-newsgroup-forwarded): New variable.
9976
9977 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9978
9979         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
9980         (gnus-summary-very-wide-reply): New command and keystroke.
9981         (gnus-summary-very-wide-reply-with-original): Ditto.
9982
9983         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
9984         (gnus-score-adaptive): Use it.
9985
9986         * gnus-start.el (gnus-get-unread-articles): Clean up.
9987
9988 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9989
9990         * nnultimate.el (nnultimate-retrieve-headers): Work for other
9991         boards.
9992
9993 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
9994
9995         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
9996         * gnus-start.el (gnus-subscribe-newsgroup): use it.
9997
9998 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9999
10000         * nnultimate.el (nnultimate-retrieve-headers): Understand
10001         long-form month names.
10002
10003 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10004
10005         * gnus-sum.el (gnus-summary-show-all-headers):
10006         gnus-article-show-all-headers is broken. Use
10007         gnus-summary-toggle-header instead.
10008
10009         * mml2015.el (mml2015-gpg-extract-from): No error.
10010
10011 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10012         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
10013
10014         * mml2015.el (mml2015-gpg-extract-from): New function.
10015         (mml2015-gpg-verify): Use it.
10016         (mml2015-gpg-clear-verify): Use it.
10017
10018 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10019
10020         * message.el (message-setup-fill-variables): Use
10021         fill-paragraph-function.
10022         (message-fill-paragraph): Take an argument.
10023         (message-newline-and-reformat): Take another argument.
10024
10025 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10026
10027         * message.el (rmail-output): It is in rmailout.el not rmail.el.
10028
10029 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10030
10031         * message.el (message-forward): local-variable-p takes an extra
10032         argument in XEmacs.
10033
10034 2001-03-16  Simon Josefsson  <simon@josefsson.org>
10035
10036         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
10037         `nnimap-use-nov-p' (it really tested the negative).
10038         (nnimap-retrieve-headers): Use it.
10039
10040 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10041
10042         * message.el (message-generate-headers-first): Update doc.
10043
10044 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
10045         Trivial patch.
10046
10047         * gnus.el (gnus-summary-line-format): Typo.
10048
10049 2001-03-11  Simon Josefsson  <simon@josefsson.org>
10050
10051         * mailcap.el (mailcap-mime-data): Add application/sieve.
10052         (mailcap-mime-extensions): Add .siv, .xls.
10053
10054 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10055         From Christoph Conrad <christoph.conrad@gmx.de>
10056
10057         * gnus-score.el (gnus-summary-lower-thread): Typo.
10058
10059 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10060
10061         * message.el (message-forward-decoded-p): New variable.
10062         (message-forward-subject-author-subject): Use it.
10063         (message-make-forward-subject): Use it.
10064         (message-forward): Use it.
10065
10066         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
10067
10068         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
10069         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
10070
10071 ;;Has been fixed -- zsh.
10072 ;;2001-03-05  Dave Love  <fx@gnu.org>
10073 ;;
10074 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
10075 ;;      Move it after definition of mm-coding-system-p.
10076 ;;
10077 2001-03-01  Dave Love  <fx@gnu.org>
10078
10079         * mm-util.el (mm-inhibit-file-name-handlers): Add
10080         image-file-handler.
10081
10082 2001-02-11  Dave Love  <fx@gnu.org>
10083
10084         * message.el (message-signature-file): Fix doc, :type.
10085
10086 2001-02-08  Dave Love  <fx@gnu.org>
10087
10088         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
10089         (message-posting-charset): Defvar when compiling again.
10090         (rfc2047-encodable-p): Require message.
10091
10092         * gnus-sum.el (gnus-alter-articles-to-read-function):
10093         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
10094
10095 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10096
10097         * nnrss.el: New file.
10098
10099 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
10100         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10101
10102         * rfc2047.el (rfc2047-unfold-region): Fix arg of
10103         `skip-chars-forward'.
10104
10105 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10106
10107         * nndraft.el (nndraft-request-group): Restore auto save files if
10108         the original files do not exist.
10109
10110 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10111
10112         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
10113         SCORE paths.
10114
10115         * mm-decode.el (mm-dissect-buffer): Call
10116         mail-extract-address-components only if necessary.
10117
10118 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10119
10120         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
10121         directory part.
10122         (gnus-score-search-global-directories): Use file-directory-p.
10123
10124         * gnus-score.el (gnus-score-score-files-1): Use
10125         gnus-kill-files-directory.
10126         From Adrian Aichner <adrian@xemacs.org>.
10127
10128 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10129
10130         * gnus.el (charset): Move here from gnus-sum.el.
10131
10132 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10133
10134         * mml.el (mml-preview): Disable local map.
10135
10136         * gnus-sum.el (gnus-summary-make-menu-bar): Make
10137         gnus-article-post-menu here.
10138
10139         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
10140         if it has not been made.
10141
10142 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10143
10144         * gnus-art.el (gnus-article-describe-key): Map key to event.
10145         (gnus-article-describe-key-briefly): Ditto
10146
10147 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10148
10149         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
10150
10151 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10152         From Katsumi Yamaoka <yamaoka@jpl.org>.
10153
10154         * dgnushack.el (coerce, merge, subseq): defmacro.
10155
10156 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10157
10158         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
10159         A fake defalias in nndraft.el results a not-activated bug in
10160         uncompiled versions.
10161
10162 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
10163         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10164
10165         * gnus-util.el (gnus-split-references): Handle malformed References:.
10166
10167 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10168
10169         * gnus-art.el (gnus-article-mime-part-status): 1 part.
10170
10171 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10172         From NAGY Andras <nagya@inf.elte.hu>.
10173
10174         * gnus.el (gnus-parameters): Typo.
10175
10176 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10177
10178         * gnus.el (gnus-read-method): Remove redundancy.
10179
10180 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10181
10182         * nnslashdot.el (nnslashdot-backslash-url): New variable.
10183         (nnslashdot-request-list): Use it.
10184
10185 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10186
10187         * nnml.el (nnml-generate-active-info): Fix the case when there is
10188         no file.
10189
10190         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
10191         (gnus-summary-create-article): New function.
10192
10193         * gnus-group.el (gnus-group-mark-article-read): New function.
10194
10195         * gnus-msg.el (gnus-inews-do-gcc): Use it.
10196
10197         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
10198
10199 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10200
10201         * gnus-art.el (gnus-article-edit-done): Don't use
10202         gnus-article-edit-exit.
10203         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
10204
10205         * gnus.el (gnus-parameters): New variable.
10206         Suggested by NAGY Andras <nagya@inf.elte.hu>.
10207         (gnus-parameters-get-parameter): New function.
10208         (gnus-group-find-parameter): Use it.
10209
10210 2001-02-23  Simon Josefsson  <simon@josefsson.org>
10211
10212         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
10213         change of default value to `current'.
10214
10215 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10216
10217         * nneething.el (nneething-get-head): Insert unreadable file too.
10218
10219 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10220
10221         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
10222
10223         * webmail.el (webmail-type-definition): Deja is bought by google.
10224
10225 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10226
10227         * gnus-sum.el (gnus-fetch-headers): New function.
10228         (gnus-select-newsgroup): Use it.
10229         (gnus-summary-insert-articles): New function.
10230         (gnus-summary-insert-old-articles): New function.
10231         (gnus-summary-insert-new-articles): New function.
10232
10233         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
10234         (gnus-group-list-active): Ditto.
10235         * gnus-sum.el (gnus-set-mode-line): Ditto.
10236         (gnus-summary-read-group-1): Ditto.
10237
10238 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10239
10240         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
10241         current topic.
10242
10243 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10244
10245         * smiley.el (gnus-smiley-display): Don't do widening.
10246
10247         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
10248         within body.
10249
10250         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
10251
10252         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
10253         New variable.
10254         (gnus-mime-display-multipart-related-as-mixed): New variable.
10255         (gnus-mime-display-part): Use them.
10256
10257 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10258
10259         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
10260         something special.
10261
10262 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10263
10264         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
10265         (nnweb-request-article): Call reference if exists.
10266         (nnweb-type-definition): Dejanews is bought by google.com.
10267         Beta!
10268
10269 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10270
10271         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
10272
10273 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10274
10275         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
10276         gnus-article-sort-functions.
10277         (gnus-article-sort-functions): Doc fix.  Refer to
10278         gnus-thread-sort-functions.
10279
10280 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10281         From Paul Jarc <prj@po.cwru.edu>.
10282
10283         * message.el (message-get-reply-headers): More fixes.
10284
10285 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
10286         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10287
10288         * message.el (message-get-reply-headers): Fix bug with
10289         Mail-Followup-To/to-address interaction.
10290
10291 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10292
10293         * gnus-msg.el (gnus-configure-posting-styles): Match header in
10294         gnus-article-copy.
10295
10296 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10297
10298         * message.el (message-do-send-housekeeping): Rename to a better
10299         name.
10300
10301 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10302
10303         * message.el (message-cancel-news): Check article first, then ask
10304         yes or no.
10305
10306 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10307
10308         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
10309
10310 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10311
10312         * gnus-range.el (gnus-range-normalize): New function.
10313
10314 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
10315
10316         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
10317
10318 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10319
10320         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
10321
10322         * nnagent.el (nnagent-request-regenerate): New function.
10323
10324         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
10325
10326         * nnml.el (nnml-generate-nov-databases): Accept argument
10327         server. Don't open server if it is opened.
10328         (nnml-request-regenerate): Use it. Change to deffoo.
10329
10330 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10331         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10332
10333         * gnus.el (gnus-define-group-parameter): Fix.
10334
10335 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10336
10337         * gnus.el (gnus-define-group-parameter): Improved.
10338
10339         * gnus-sum.el (charset): Define parameter.
10340         (ignored-charsets): Ditto.
10341         (gnus-summary-setup-default-charset): Use them.
10342
10343         * gnus-start.el (gnus-read-descriptions-file): Use them.
10344
10345         * gnus-cus.el (gnus-group-parameters): Remove them.
10346
10347 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10348
10349         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
10350
10351 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10352
10353         * gnus-sum.el (gnus-summary-read-group-1): Remove
10354         gnus-summary-set-local-parameters.
10355         (gnus-summary-setup-buffer): Put it here.
10356
10357 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10358
10359         * gnus.el (to-address): Define parameter.
10360         (to-list): Ditto.
10361         * gnus-art.el (article-hide-boring-headers): Use them.
10362         * gnus-msg.el (gnus-post-news): Ditto.
10363         * gnus-cus.el (gnus-group-parameters): Remove them.
10364
10365 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10366
10367         * gnus-draft.el (gnus-draft-reminder): New function.
10368
10369         * gnus-art.el (gnus-sender-save-name): New function.
10370
10371 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10372
10373         * mm-util.el (mm-mime-charset): Error message.
10374
10375 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10376
10377         * message.el (message-check-news-body-syntax): Don't check mml lines.
10378
10379 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10380
10381         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
10382         subscribe.
10383
10384         * gnus-start.el (gnus-call-subscribe-functions): New function.
10385         (gnus-find-new-newsgroups): Use it.
10386         (gnus-ask-server-for-new-groups): Use it.
10387         (gnus-check-first-time-used): Use it.
10388         (gnus-subscribe-newsgroup-method): Grok a list of functions.
10389         (gnus-subscribe-options-newsgroup-method): Ditto.
10390         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
10391         return .
10392
10393 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10394
10395         * gnus-cus.el (gnus-score-customize): Doc fix.
10396
10397 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
10398
10399         * dgnushack.el (my-getenv): Typo.
10400
10401 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10402
10403         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
10404
10405 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10406
10407         * gnus-group.el (gnus-group-suspend): Offer save summaries.
10408
10409         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
10410         (gnus-treatment-function-alist): Use it.
10411         (article-remove-leading-whitespace): New function.
10412         (gnus-article-make-menu-bar): Use it.
10413
10414         * gnus-sum.el (gnus-summary-wash-empty-map): Add
10415         remove-leading-whitespace.
10416         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
10417         because of conflict.
10418
10419 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10420
10421         * Makefile.in: Hack generating gnus-load.el.
10422         * dgnushack.el: Ditto.
10423         * gnus-load.el: Remove it.
10424
10425 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10426
10427         * dgnushack.el : Add URLDIR.
10428
10429         * Makefile.in (EMACS_COMP): Ditto.
10430
10431 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10432
10433         * gnus-cus.el (gnus-score-customize): Error on no score file.
10434
10435 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10436
10437         * mm-decode.el (mm-merge-handles): New function.
10438
10439         * mm-view.el (mm-inline-message): Use it.
10440         (mm-view-message): Ditto.
10441
10442         * mm-partial.el (mm-inline-partial): Ditto.
10443
10444         * mm-extern.el (mm-inline-external-body): Ditto.
10445
10446         * gnus-art.el (gnus-mime-view-part): Ditto.
10447         (gnus-mime-view-part-as-type): Ditto.
10448         (gnus-mime-save-part-and-strip): Prevent users to strip in some
10449         cases.
10450
10451 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10452
10453         * message.el (message-cancel-news): Allow to shoot foot.
10454         (message-supersede): Ditto.
10455
10456 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
10457         Trivial patch.
10458
10459         * gnus-sum.el (gnus-simplify-subject-re): Use
10460         message-subject-re-regexp.
10461
10462 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10463
10464         * nnmail.el (nnmail-expiry-target-group): Bind
10465         nnmail-cache-accepted-message-ids to nil.
10466
10467         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
10468         coding system.
10469
10470 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10471
10472         * qp.el (quoted-printable-encode-region): Make sure characters are
10473         between 00 and FF.  Don't check charset.
10474
10475         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
10476         in Emacs 20.
10477         * rfc2047.el (rfc2047-q-encode-region): Ditto.
10478
10479 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10480
10481         * message.el (message-make-forward-subject): Argument decoded.
10482         (message-forward): Use it when digest.
10483
10484         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
10485         buffer.
10486
10487 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10488
10489         * message.el (message-generate-headers-first): Doc fix.
10490
10491 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10492
10493         * gnus-art.el (article-make-date-line): Error proof.
10494
10495 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10496
10497         * gnus-group.el (gnus-group-listing-limit): New variable.
10498         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
10499
10500         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
10501
10502 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10503
10504         * message.el (message-newline-and-reformat): Special case for
10505         breaking at BOL.
10506
10507 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
10508
10509         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
10510         message/rfc822.
10511
10512 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10513
10514         * message.el (message-encode-message-body): Don't insert
10515         Content-Type if it is inside a mail.
10516
10517 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10518
10519         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
10520         gnus-article-commands-menu.
10521
10522         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
10523         in Emacs.
10524
10525         * gnus-start.el (gnus-read-descriptions-file): Use
10526         gnus-group-name-charset and gnus-group-charset-alist.
10527
10528 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10529
10530         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
10531         active region.
10532
10533         * gnus-start.el (gnus-group-change-level): Remove from both
10534         gnus-zombie-list and gnus-killed-list.
10535
10536 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10537
10538         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
10539         gnus-subscribe-topics.
10540
10541         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
10542
10543 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10544
10545         * gnus-art.el (gnus-article-make-menu-bar): Make
10546         gnus-article-post-menu.
10547
10548         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
10549
10550         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
10551
10552         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
10553
10554         * message.el (message-mode-menu): Ditto.
10555
10556         * gnus-art.el (defvar): eval-when-compile.
10557
10558 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10559
10560         * gnus-agent.el (gnus-agentize): Fix doc.
10561
10562 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
10563
10564         * mml.el (mml-preview): Bind `q'.
10565
10566 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10567
10568         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
10569
10570 2001-01-31  Dave Love  <fx@gnu.org>
10571
10572         * mm-util.el (mm-mime-mule-charset-alist)
10573         (mm-find-mime-charset-region): Consider mule-utf-8.
10574
10575 2001-01-31  Dave Love  <fx@gnu.org>
10576
10577         * gnus-art.el (gnus-article-x-face-command)
10578         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
10579         :version.
10580
10581 2001-01-26  Dave Love  <fx@gnu.org>
10582
10583         * mm-util.el (mm-multibyte-string-p): New.
10584
10585 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
10586 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
10587 ;;      string-as-multibyte on class.  Clarify line-folding.
10588         (quoted-printable-encode-string): Make temp buffer inherit
10589         string's multibyteness.
10590
10591 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
10592
10593         * nnheader.el (toplevel): Don't require `gnus-util' at
10594         compile-time; this creates a circular dependency, and prevents
10595         a bootstrap.
10596
10597 2001-01-22  Andreas Schwab  <schwab@suse.de>
10598
10599         * nnheader.el (gnus-delete-line): Autoload it as a macro.
10600
10601 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10602
10603         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
10604
10605         * gnus-art.el (article-hide-list-identifiers): Ditto.
10606
10607         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
10608
10609 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10610
10611         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
10612
10613         * gnus-art.el (article-hide-list-identifiers): Similar.
10614
10615 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
10616
10617         * nnmail.el (nnmail-remove-list-identifiers): Improved.
10618
10619 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10620
10621         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
10622
10623 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10624
10625         * gnus-util.el (gnus-string-equal): New function.
10626
10627         * gnus-art.el (article-hide-boring-headers): Use it.
10628
10629 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
10630
10631         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
10632
10633 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10634
10635         * gnus-msg.el (gnus-msg-mail): Support switch-action.
10636
10637 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10638
10639         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
10640         command if there is not last-saver.
10641
10642 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10643
10644         * nntp.el (nntp-open-connection): 201 is possible.
10645
10646 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10647
10648         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
10649         (rfc2047-charset-encoding-alist): Add big5.
10650
10651 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10652
10653         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
10654         (gnus-agent-remove-server): Ditto.
10655         (autoload): gnus-server-update-server.
10656
10657         * gnus-srvr.el (gnus-server-line-format): Add %a.
10658         (gnus-server-line-format-alist): Add gnus-tmp-agent.
10659         (gnus-server-insert-server-line): Use it.
10660
10661 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10662
10663         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
10664         GB2312 and Big5.
10665
10666 2001-01-24  Simon Josefsson  <sj@extundo.com>
10667
10668         * mail-source.el (mail-sources): Add :program specifier to IMAP
10669         mail source.
10670         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
10671
10672 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10673
10674         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
10675
10676 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10677
10678         * nntp.el (nntp-wait-for): Return the success code.
10679         (nntp-open-connection): Use it.
10680
10681 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10682
10683         * gnus-int.el (gnus-check-server): Allow breaking the opening.
10684
10685 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10686
10687         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
10688
10689 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10690
10691         * gnus-sum.el (gnus-summary-print-article): Take one prefix
10692         argument. Allow to print several articles in one file.
10693
10694 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10695
10696         * webmail.el (webmail-type-definition): netaddress changes.
10697
10698 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10699
10700         * gnus.el: Fix copyright. Remove trailing spaces.
10701
10702         * message.el (message-forward): Use mule4.
10703
10704 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10705
10706         * mm-util.el (mm-string-as-unibyte): New function.
10707
10708         * message.el (message-forward): Use it.
10709
10710 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10711
10712         * message.el (message-cite-original-without-signature): Don't peel
10713         off the blank line.
10714         (message-get-reply-headers): Add Cc if it is not in follow-to.
10715
10716 2001-01-20  Simon Josefsson  <sj@extundo.com>
10717
10718         * mm-decode.el (mm-handle-multipart-from): Add.
10719         (mm-dissect-buffer): Save From: header value.
10720         (mm-security-from): Remove.
10721         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
10722
10723         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
10724         instead of `mml-security-from'.  Protect null from value.
10725
10726 2001-01-20  Simon Josefsson  <sj@extundo.com>
10727
10728         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
10729         application/vnd.ms-excel attachments.
10730
10731 2001-01-19  Simon Josefsson  <sj@extundo.com>
10732
10733         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
10734
10735 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10736
10737         * message.el (message-ignored-mail-headers): Ditto.
10738
10739 2001-01-19  Simon Josefsson  <sj@extundo.com>
10740
10741         * message.el (message-ignored-news-headers): Only search beginning
10742         of line.
10743
10744 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
10745         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
10746
10747         * message.el (message-send-mail): Content-Type may not be there.
10748
10749 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10750
10751         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
10752         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
10753
10754         * gnus-art.el (article-display-x-face): Insert X-Face if there is
10755         not.
10756
10757 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10758
10759         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
10760         non-native groups.
10761
10762 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10763
10764         * message.el (message-yank-original): Understand
10765         universal-argument.
10766
10767 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10768
10769         * gnus-art.el (gnus-boring-article-headers): Add to-address.
10770         (article-hide-boring-headers): Ditto.
10771
10772         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
10773
10774 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10775
10776         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
10777         one.
10778
10779 2001-01-16  Simon Josefsson  <simon@josefsson.org>
10780
10781         * message.el (message-make-in-reply-to): Add comment to message-id
10782         (old syntax, see 2000-08-02 change).
10783
10784 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10785
10786         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
10787         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
10788         (gnus-button-reply): Ditto.
10789
10790 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10791
10792         * gnus-art.el (article-display-x-face): Fix.
10793
10794 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10795
10796         * gnus-art.el (article-display-x-face): Use
10797         gnus-original-article-buffer.
10798
10799 2001-01-15  Jack Twilley  <jmt@tbe.net>
10800
10801         * message.el (message-add-header): Move to point-max.
10802
10803 2001-01-15  Simon Josefsson  <simon@josefsson.org>
10804
10805         * smime.el (smime-CA-directory, smime-CA-file): Change default to
10806         nil, improve documentation.
10807         (smime-certificate-directory): Comment out false hints (until it
10808         is implemented).
10809
10810         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
10811         there aren't any keys.
10812         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
10813         verify certificate.  Default is changed to only check integrity.
10814         Improved security status texts.  If a certificate doesn't contain
10815         a email address, don't fail.
10816
10817         * smime.el (smime-noverify-region):
10818         (smime-noverify-buffer): New functions.  Verifies integrity only.
10819
10820 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10821
10822         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
10823
10824 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10825
10826         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
10827         (gnus-remove-some-windows): Ditto.
10828
10829 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10830
10831         * gnus-art.el (article-make-date-line): 11th.
10832
10833 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10834
10835         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
10836         (mml2015-gpg-sign): Ditto.
10837
10838 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10839
10840         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
10841         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
10842
10843 2001-01-08  Dave Love  <fx@gnu.org>
10844
10845         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
10846         single character.
10847
10848         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
10849
10850         * message.el: Doc and message fixes.
10851         (message-send-rename-function)
10852         (message-make-forward-subject-function)
10853         (message-send-mail-function, message-reply-to-function)
10854         (message-wide-reply-to-function, message-followup-to-function)
10855         (message-distribution-function, message-auto-save-directory): Fix
10856         :type.
10857
10858         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
10859         proceeding after warnings.  Amend multipart warning message.
10860
10861 2001-01-04  Dave Love  <fx@gnu.org>
10862
10863         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
10864         compiling.
10865         (gnus-make-directory): Require nnmail.
10866
10867         * mm-decode.el (mm-inline-media-tests): Add
10868         image/x-portable-bitmap.
10869         (mm-get-image): Grok pbm.
10870
10871 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
10872
10873         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
10874
10875 2001-01-09  Didier Verna  <didier@xemacs.org>
10876
10877         * dgnushack.el (dgnushack-compile): give a dummy value to
10878         `gnus-xmas-glyph-directory' for the time of compilation.
10879         * gnus-agent.el: moved some XEmacs specific hook add-ons from
10880         `gnus-xmas-[re]define' to avoid loosing user custom settings.
10881         * gnus-art.el: ditto.
10882         * gnus-group.el: ditto.
10883         * gnus-salt.el: ditto.
10884         * gnus-sum.el: ditto.
10885         * gnus-topic.el: ditto.
10886         * gnus-xmas.el (gnus-xmas-define): see above.
10887         * gnus-xmas.el (gnus-xmas-redefine): see above.
10888         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
10889         non-continuable error when the directory can't be found.
10890
10891 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10892
10893         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
10894         handle.
10895         * gnus-art.el (gnus-mime-view-part): Copy it.
10896         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
10897
10898 2001-01-09  Michael Downes  <mjd@ams.org>
10899
10900         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
10901
10902 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10903
10904         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
10905         orig-file. Use ',source.
10906
10907 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10908
10909         * gnus-xmas.el (gnus-xmas-modeline-glyph):
10910         (gnus-xmas-group-startup-message):
10911         Detect gnus-xmas-glyph-directory when it is nil.
10912
10913 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10914
10915         * pop3.el (pop3-get-message-count): Andrew Innes
10916         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
10917
10918 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10919
10920         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
10921
10922         * time-date.el (time-to-number-of-days): New function.
10923
10924 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
10925         Trivial patch.
10926
10927         * nnslashdot.el (nnslashdot-request-list): Always get the right
10928         sid.
10929
10930 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10931
10932         * message.el (message-minibuffer-local-map): New keymap.
10933         (message-read-from-minibuffer): Use it.
10934         * gnus-msg.el (gnus-summary-resend-message): Use it
10935
10936 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10937
10938         * gnus-start.el (gnus-display-time-event-handler): New function.
10939         (gnus-after-getting-new-news-hook): Use it.
10940
10941 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10942
10943         * message.el (message-ignored-mail-headers): Add draft header.
10944
10945 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10946
10947         * gnus-sum.el (gnus-summary-expire-articles): Don't save
10948         excursion.
10949
10950         * nnslashdot.el (nnslashdot-request-list): Get the right year.
10951
10952 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
10953         A revoked patch.
10954
10955         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
10956
10957 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10958
10959         * qp.el (quoted-printable-decode-region): Don't backward-char.
10960
10961 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10962
10963         * gnus-draft.el: Mark articles as replied.
10964
10965         * gnus-sum.el (gnus-summary-add-mark): New function.
10966
10967         * gnus-group.el (gnus-add-mark): New function.
10968
10969         * gnus-sum.el (gnus-summary-buffer-name): New function.
10970         (gnus-summary-setup-buffer): Use it.
10971
10972         * gnus-draft.el: Set things up with the right post method and
10973         stuff.
10974
10975         * message.el (message-ignored-news-headers): Remove X-Draft-From.
10976
10977         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
10978
10979         * gnus.el (gnus-draft-meta-information-header): New variable.
10980
10981 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10982
10983         * gnus-art.el (gnus-treatment-function-alist): Move the date
10984         functions before the header sorting functions.
10985
10986         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
10987
10988         * dgnushack.el (dgnushack-compile): Message whether there is w3.
10989         Don't (push "/usr/share/emacs/site-lisp" load-path).
10990
10991         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
10992         to empty fill prefixes.
10993
10994 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10995
10996         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
10997         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
10998
10999 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11000
11001         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
11002
11003         * nnml.el (autoload): Move to nnheader.el.
11004
11005         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
11006         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
11007         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
11008         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
11009
11010 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11011
11012         * gnus-art.el (article-make-date-line): Get the hours right.
11013         (gnus-ignored-headers): More hiding.
11014
11015         * nnmail.el (nnmail-expiry-wait): Not an integer.
11016
11017         * message.el (message-goto-body): Only expand abbrev when called
11018         interactively.
11019         (message-make-lines): Use it.
11020
11021 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11022
11023         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
11024
11025 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11026
11027         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
11028         include the expunged articles.
11029
11030         * gnus-group.el (gnus-group-sort-by-server): New function.
11031
11032         * gnus.el (gnus-method-to-server-name): New function.
11033         (gnus-group-prefixed-name): Use it.
11034
11035         * gnus-group.el (gnus-group-sort-function): Doc fix.
11036         (gnus-group-sort-groups-by-server): New command.
11037
11038 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11039
11040         * gnus-art.el (gnus-treat-date-english): New variable.
11041         (article-date-english): New command.
11042         (gnus-english-month-names): New variable.
11043         (article-make-date-line): Do 'english.
11044
11045         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
11046         after the fill prefix.
11047
11048         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
11049         score...".
11050
11051         * gnus-art.el (gnus-ignored-headers): Hide more headers.
11052
11053         * message.el (message-mode-map): Bind comment-region.
11054
11055         * gnus-art.el (gnus-mime-display-part): Let w3 display
11056         multipart/related.
11057
11058         * mm-bodies.el (mm-long-lines-p): New function.
11059         (mm-body-encoding): Use it.
11060         (mm-body-encoding): Encode articles with lines longer than 1000
11061         characters.
11062
11063 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11064
11065         * mm-util.el (mm-enable-multibyte): Use
11066         default-enable-multibyte-characters.
11067         (mm-enable-multibyte-mule4): Ditto.
11068         (mm-disable-multibyte): Test XEmacs.
11069         (mm-disable-multibyte-mule4): Ditto.
11070         (mm-with-unibyte-current-buffer): Simplified.
11071         (mm-with-unibyte-current-buffer-mule4): Ditto.
11072
11073 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11074
11075         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
11076
11077         * nnheader.el (nnheader-string-as-multibyte): New alias.
11078
11079         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
11080
11081         * gnus-uu.el (gnus-message-process-mark): New function.
11082         (gnus-uu-mark-by-regexp): Use it.
11083         (gnus-new-processable): New function.
11084
11085 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
11086          Trivial patch.
11087
11088         * gnus-sum.el (gnus-no-mark): New variable.
11089
11090 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11091
11092         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
11093         backslashes.
11094
11095 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11096
11097         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
11098         definition.
11099
11100 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11101
11102         * dgnushack.el (dgnushack-compile): elc is in the current directory.
11103
11104         * qp.el (quoted-printable-encode-region): Don't check multibyte in
11105         XEmacs.
11106
11107 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
11108         Trivial patch.
11109
11110         * mml.el (mml-read-tag): Save tag location.
11111
11112 2000-12-25  Simon Josefsson  <simon@josefsson.org>
11113
11114         * starttls.el: Sync with Emacs 21.
11115
11116 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11117
11118         * message.el (message-mail): Support yank-action.
11119
11120         * message.el (message-setup): Revoke the last change.
11121
11122 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11123
11124         * message.el (message-setup): Use cons. Suggested by Johan Vromans
11125         <jvromans@squirrel.nl>.
11126
11127 2000-12-24  Simon Josefsson  <sj@extundo.com>
11128
11129         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
11130         mailing list junk at end of part.
11131
11132 2000-12-23  Simon Josefsson  <sj@extundo.com>
11133
11134         * nnimap.el (nnimap-expiry-target): New function.
11135         (nnimap-request-expire-articles): Use it.
11136
11137 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11138
11139         * gnus.el (gnus-group-parameters-more): New variable.
11140         * gnus-cus.el (gnus-group-customize): Use it.
11141
11142         * gnus.el (gnus-define-group-parameter): New macro.
11143         (auto-expire): Use it
11144         (total-expire): Use it.
11145         * gnus-art.el (banner): Use it.
11146
11147         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
11148         <ljz@asfast.com>.
11149
11150 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11151
11152         * gnus-topic.el (gnus-topic-create-topic): Use list.
11153
11154         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
11155         before binding gnus-default-article-saver.
11156
11157         * gnus-sum.el (gnus-summary-save-article):
11158         (gnus-summary-pipe-output):
11159         (gnus-summary-save-article-mail):
11160         (gnus-summary-save-article-rmail):
11161         (gnus-summary-save-article-file):
11162         (gnus-summary-write-article-file):
11163         (gnus-summary-save-article-body-file): Ditto.
11164
11165         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
11166
11167 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11168
11169         * gnus-art.el (gnus-mime-security-button-map):
11170         (gnus-mime-button-map): Add parent.
11171
11172 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11173
11174         * messagexmas.el (message-xmas-redefine): New function.
11175
11176         * message.el: Use it.
11177
11178         * gnus-art.el (gnus-article-check-hidden-text): Return t.
11179
11180         * gnus-util.el (gnus-remove-text-properties-when): Return t.
11181
11182 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11183
11184         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
11185         malformatted messages.
11186
11187 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11188
11189         * mm-util.el (mm-image-load-path): New function.
11190
11191         * gnus-group.el (gnus-group-make-tool-bar): Use it.
11192
11193         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
11194
11195         * message.el (message-tool-bar-map): Use it.
11196
11197         * Makefile.in (install-el): New rule.
11198
11199 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11200
11201         * gnus-art.el (article-treat-dumbquotes): Quote \.
11202
11203 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11204
11205         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
11206         Emacs 20 runs on a terminal.
11207
11208 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11209
11210         * gnus-msg.el (gnus-bug): Revert to save-excursion.
11211
11212         * mml.el (gnus-add-minor-mode): Autoload.
11213
11214         * message.el (message-forward): Save-restriction.
11215
11216 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11217
11218         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
11219         Paul Stevenson <p.stevenson@surrey.ac.uk>
11220
11221 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11222
11223         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
11224
11225         * mml.el (gnus-ems): Don't require.
11226
11227         * gnus.el (gnus-decode-rfc1522): Removed.
11228         (gnus-set-text-properties): Define.
11229
11230 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11231
11232         * gnus-art.el (gnus-mime-*): handle may be nil.
11233
11234         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
11235
11236         * gnus.el (gnus-group-remove-excess-properties): Not defined
11237         in gnus-xmas.
11238
11239 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11240
11241         * message.el (message-mail-user-agent): Add :version.
11242
11243 2000-12-21  Miles Bader  <miles@gnu.org>
11244
11245         * message.el (message-mode): Set `comment-start' to the  yank prefix.
11246
11247 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11248
11249         * message.el (message-mail-user-agent): New variable.
11250         (message-setup): Renamed to message-setup-1. Support
11251         mail-user-agent.
11252         (message-mail-user-agent): New function.
11253         (message-mail): Use it.
11254         (message-reply): Use it.
11255         (message-resend): Use it.
11256         (message-mail-other-window): Use it.
11257         (message-mail-other-frame): Use it.
11258
11259         * gnus-msg.el (gnus-bug): Support mail-user-agent.
11260
11261 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11262
11263         * message.el (message-tool-bar-map): Simplify.
11264         (message-narrow-to-head-1): New function.
11265         (message-narrow-to-head): Use it.
11266         (message-reply): Ditto.
11267         (message-cancel-news): Ditto.
11268         (message-supersede): Ditto.
11269         (message-make-forward-subject): Ditto.
11270         (message-bounce): Ditto.
11271
11272 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11273
11274         * uudecode.el (uudecode-decode-region-external): make-temp-file
11275         may not be defined.
11276
11277         * binhex.el (defalias): eval-and-compile.
11278
11279         * message.el (message-tool-bar-map): New function.
11280         (message-mode): Use it.
11281
11282 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11283
11284         * nntp.el (nntp-find-connection): Remove the entry.
11285         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
11286
11287 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11288
11289         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
11290
11291         * message.el (message-forward): Copy buffer in unibyte mode.
11292
11293 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11294
11295         * message.el (message-make-forward-subject): Don't widen. Decode.
11296         (message-forward): Don't decode subject.
11297
11298 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
11299
11300         * qp.el (quoted-printable-encode-region): Upcase QP.
11301
11302 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11303
11304         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
11305         mail-extract-a-c instead. Don't depend on Gnus.
11306
11307         * mml.el (gnus-ems): Require it.
11308
11309         * gnus-msg.el (gnus-summary-mail-forward):
11310
11311         * message.el (message-forward):  Move mime-to-mml here.
11312
11313 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11314
11315         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
11316         * gnus-art.el (gnus-insert-mime-button): Simplify.
11317         (gnus-mime-display-alternative): Ditto.
11318         (gnus-insert-mime-security-button): Ditto.
11319
11320 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11321
11322         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
11323         text-property-not-all doesn't return nil when start=mark(end).
11324         (gnus-remove-text-properties-when): Ditto.
11325
11326 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11327
11328         * gnus-start.el (gnus-group-change-level): Remove group from
11329         gnus-active-hashtb if real killed.
11330
11331 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11332
11333         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
11334         (gnus-mime-display-alternative): Ditto.
11335         (gnus-insert-mime-security-button): Ditto.
11336
11337 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11338
11339         * gnus-start.el (gnus-group-change-level): Don't add it into
11340         killed-list if it was killed.
11341
11342 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11343
11344         * nnmbox.el (nnmbox-file-coding-system): Use binary.
11345         (nnmbox-active-file-coding-system): Ditto.
11346
11347         * gnus-cus.el (gnus-group-parameters): Add posting-style.
11348
11349 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11350
11351         * gnus.el (gnus-version):
11352         (gnus-version-number): Set to Oort Gnus 0.01.
11353
11354         * gnus-art.el (gnus-mime-security-button-map):
11355         (gnus-insert-mime-security-button): Fix for Emacs21.
11356
11357 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11358
11359         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
11360         easymenu, because XEmacs doesn't understand :help.
11361
11362         * mm-uu.el: Require binhex.
11363
11364 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11365
11366         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
11367
11368 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
11369
11370         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
11371
11372 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
11373
11374         * *.xpm, *.pbm: Convert icons icons to size 24x24.
11375
11376 2000-12-18  Dave Love  <fx@gnu.org>
11377
11378         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
11379         (unused).
11380
11381 2000-12-13  Miles Bader  <miles@gnu.org>
11382
11383         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
11384         to t, so that we don't get stuck while trying to smilefy
11385         intangible text.
11386
11387 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
11388
11389         * smiley-ems.el (smiley-regexp-alist): Make regexps match
11390         at the end of the buffer.
11391         (smiley-region): In the loop, move to the end of the submatch
11392         matching the smiley instead of using the end of the match
11393         of the whole regexp.
11394
11395 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
11396
11397         * message.el (message-mode): Doc fix.
11398
11399 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
11400
11401         * smiley-ems.el (smiley-region): Doc fix.
11402
11403 2000-12-11  Miles Bader  <miles@gnu.org>
11404
11405         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
11406         bottom line visible, check to see if it's partially obscured, and
11407         if so, either scroll one more line to make it fully visible, or
11408         revert to showing the second line from the top.
11409
11410 2000-12-07  Dave Love  <fx@gnu.org>
11411
11412         * mailcap.el (mailcap-download-directory)
11413         * gnus-audio.el (gnus-audio-directory)
11414         * smiley-ems.el (smiley-data-directory): Fix :type.
11415
11416 2000-11-30  Dave Love  <fx@gnu.org>
11417
11418         * message.el (message-auto-save-directory): Use
11419         file-name-as-directory.
11420         (message-set-auto-save-file-name): Create
11421         message-auto-save-directory if necessary.
11422         (message-replace-chars-in-string): Removed -- unused.
11423         (message-mail-alias-type): Customize.
11424         (message-headers): Remove duplicate defgroup.
11425
11426 2000-11-29  Dave Love  <fx@gnu.org>
11427
11428         * qp.el (quoted-printable-decode-region): Use error, not message
11429         to report malformed text (like base64).  Amend message.
11430
11431 2000-11-29  Miles Bader  <miles@gnu.org>
11432
11433         * message.el (message-header-lines): Fontify tag.
11434
11435 2000-11-27  Dave Love  <fx@gnu.org>
11436
11437         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
11438         compiler warning.
11439
11440 ;2000-11-26  Dave Love  <fx@gnu.org>
11441 ;
11442 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
11443 ;
11444 2000-11-23  Dave Love  <fx@gnu.org>
11445
11446         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
11447
11448         * mm-uu.el (uudecode): Require.
11449         (uudecode-decode-region, uudecode-decode-region-external): Don't
11450         autoload.
11451         (mm-uu-copy-to-buffer): Doc fix.
11452         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
11453         type fix.
11454
11455         * mailcap.el: Doc fixes.
11456         (mailcap-mime-data): Various adjustments.
11457         (mailcap): New group.
11458         (mailcap-download-directory): Customize.
11459         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
11460         (mailcap-temporary-directory): Deleted (unused).
11461         (mailcap-unescape-mime-test): Simplify slightly.
11462         (mailcap-viewer-passes-test): Use functionp.
11463         (mailcap-command-p): Aliased to executable-find.
11464
11465         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
11466         default-enable-multibyte-characters is nil.
11467
11468 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
11469
11470         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
11471
11472 2000-11-21  Dave Love  <fx@gnu.org>
11473
11474         * gnus-art.el (gnus-mime-button-map): Don't inherit from
11475         gnus-article-mode-map.
11476 ;       (gnus-mime-button-menu): Use mouse-set-point.
11477         (gnus-insert-mime-button, gnus-mime-display-alternative)
11478         (gnus-mime-display-alternative): Don't use local-map property.
11479
11480 2000-11-17  Dave Love  <fx@gnu.org>
11481
11482         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
11483         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
11484         and make-temp-file.
11485         (uudecode-decode-region): Doc fix.
11486
11487 2000-11-14  Dave Love  <fx@gnu.org>
11488
11489         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
11490         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
11491         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
11492         New files, derived from the XPMs.
11493
11494 2000-11-10  Dave Love  <fx@gnu.org>
11495
11496         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
11497         (gnus-agent-lib-file, gnus-agent-load-alist)
11498         (gnus-agent-save-alist, gnus-agent-article-name): Use
11499         expand-file-name.
11500
11501         * gnus-group.el (gnus-group-name-charset-method-alist): Add
11502         :version.
11503         (nnkiboze-score-file): Defvar when compiling.
11504
11505         * gnus-start.el (gnus-read-newsrc-file): Add :version.
11506
11507         * gnus-art.el (gnus-article-banner-alist)
11508         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
11509         (gnus-article-date-lapsed-new-header)
11510         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
11511         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
11512         (gnus-treat-strip-headers-in-body)
11513         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
11514         (gnus-treat-translate): Add :version.
11515         (gnus-article-mime-part-function): Fix defcustom.
11516
11517         * nnmail.el (nnmail-expiry-target)
11518         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
11519         (nnmail-split-header-length-limit): Add :version.
11520
11521         * gnus-sum.el (gnus-auto-expirable-marks)
11522         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
11523         (gnus-extra-headers, gnus-ignored-from-addresses)
11524         (gnus-newsgroup-ignored-charsets)
11525         (gnus-group-highlight-words-alist)
11526         (gnus-summary-show-article-charset-alist): Add :version.
11527
11528         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
11529         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
11530         files, converted from the XPMs.
11531
11532         * gnus-cache.el (gnus-cache-active-file): Don't use
11533         file-name-as-directory on directory.
11534         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
11535         use file-name-as-directory on directory.
11536
11537         * time-date.el (timezone-make-date-arpa-standard): Autoload.
11538         (date-to-time): Use it.
11539
11540 ;       * message.el (message-mode) <adaptive-fill-regexp>:
11541 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
11542 ;       (message-newline-and-reformat): Likewise.
11543         (message-forward-as-mime, message-forward-ignored-headers)
11544         (message-buffer-naming-style, message-default-charset)
11545         (message-dont-reply-to-names, message-send-mail-partially-limit):
11546         Add :version.
11547
11548         * mm-util.el: Doc fixes.
11549         (mm-mime-charset): Don't use the raw result of
11550         mm-preferred-coding-system.
11551         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
11552         (mm-with-unibyte): Simplify.
11553
11554         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
11555         concat.
11556
11557         * pop3.el (pop3-version): Deleted.
11558         (pop3-make-date): New function, avoiding message-make-date.
11559         (pop3-munge-message-separator): Use it.
11560
11561 2000-11-09  Dave Love  <fx@gnu.org>
11562
11563         * gnus-group.el (gnus-group-make-directory-group)
11564         (gnus-group-fetch-faq): Use expand-file-name.
11565         (gnus-group-fetch-faq): Simplify completing-read form.
11566
11567         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
11568         test for Mule.
11569
11570         * message.el (tool-bar-map): Defvar when compiling.
11571
11572         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
11573         (gnus-tm-lisp-directory): Deleted.
11574         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
11575         (featurep 'xemacs).
11576         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
11577         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
11578         version numbers from file names.
11579
11580 2000-11-08  Dave Love  <fx@gnu.org>
11581
11582         * mm-view.el: Use featurep for XEmacs test.
11583         (mm-inline-message): Test for `remove-specifier'; don't use
11584         condition-case.
11585
11586         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
11587
11588         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
11589         (gnus-score-find-bnews): Don't concat "".
11590
11591         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
11592         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
11593         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
11594         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
11595
11596         * gnus-sum.el: Put some defvars in eval-when-compile.
11597         (gnus-summary-mode-hook): Add :options.
11598         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
11599         (gnus-summary-tool-bar-map): New variable.
11600         (gnus-summary-make-tool-bar): New function.
11601         (gnus-summary-mode): Put kill-all-local-variables first.
11602
11603         * gnus-group.el (gnus-group-toolbar-map): New variable.
11604         (gnus-group-make-tool-bar): Rewritten.
11605         (gnus-group-mode): Put kill-all-local-variables first.
11606
11607         * rfc2047.el: Require gnus-util.
11608
11609         * nnml.el (gnus-sorted-intersection): Autoload.
11610
11611         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
11612         Put some defvars in eval-when-compile.
11613         (gnus-intersection, gnus-sorted-complement):  Autoload.
11614
11615         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
11616
11617         * mm-encode.el (mm-body-7-or-8): Autoload.
11618
11619         * mm-decode.el (mm-insert-inline): Autoload.
11620
11621         * mml.el:
11622         * message.el: Put some defvars in eval-when-compile.
11623
11624         * gnus-msg.el: Put some defvars in eval-when-compile.
11625         (gnus-msg-mail): Move after gnus-setup-message.
11626
11627         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
11628
11629 2000-11-07  Dave Love  <fx@gnu.org>
11630
11631         * gnus-util.el (nnheader): Don't require message (recursive
11632         autoload).
11633
11634         * uudecode.el: Avoid compiler warnings.
11635
11636         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
11637         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
11638
11639 2000-11-06  Dave Love  <fx@gnu.org>
11640
11641         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
11642
11643         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
11644         (uudecode-char-int): New alias, replacing char-int.
11645         (uudecode-decode-region): Don't call buffer-disable-undo.
11646
11647 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
11648 ;       (mm-uu-configure-list): Doc fix.
11649 ;
11650 ;       * earcon.el (running-xemacs): Don't define.
11651 ;
11652 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
11653 ;
11654 ;       * message.el (message-font-lock-keywords): Match a final newline
11655 ;       to help font-lock's multiline support.
11656 ;
11657 2000-11-03  Dave Love  <fx@gnu.org>
11658
11659         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
11660
11661         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
11662         name.
11663
11664         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
11665         <banner>: Fix custom type, doc.
11666
11667         * mm-decode.el (mm-display-external): Space-prefix temp buffer
11668         name.  Don't disable undo explicitly.
11669
11670 ;2000-11-02  Dave Love  <fx@gnu.org>
11671 ;
11672 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
11673 ;       cite-prefix.
11674
11675 2000-11-01  Dave Love  <fx@gnu.org>
11676
11677         * rfc2047.el (base64): Require unconditionally.
11678         (message-posting-charset): Defvar when compiling.
11679         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
11680         message.
11681
11682         * gnus-sum.el (nnoo): Require.
11683         (mm-uu-dissect): Autoload.
11684
11685         * mml.el (mml-parse-1): Clarify message.
11686         (mml-minibuffer-read-type): Use mailcap-mime-types.
11687
11688 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
11689
11690         * mml.el: Fix a typo in the requiring of CL.
11691
11692 2000-11-01  Dave Love  <fx@gnu.org>
11693
11694         * utf7.el: Require cl when compiling.
11695
11696         * binhex.el: Use (featurep 'xemacs).
11697         (binhex-char-int): New alias, replacing char-int.  Change callers.
11698         (binhex-decode-region): Simplify work buffer code.
11699         (binhex-decode-region-external): Use expand-file-name, not concat.
11700
11701 2000-10-30  Dave Love  <fx@gnu.org>
11702
11703         * gnus-art.el: Fix 2000-10-27 change properly.
11704
11705 2000-10-28  Miles Bader  <miles@gnu.org>
11706
11707         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
11708
11709 2000-10-27  Dave Love  <fx@gnu.org>
11710
11711         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
11712         strings.
11713         (gnus-group-make-tool-bar): New function.
11714         (gnus-group-mode): Use it.
11715
11716         * message.el (message-mode-menu): Add some :help strings.
11717         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
11718         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
11719
11720         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
11721         * describe-group.xpm, get-news.xpm, kill-group.xpm:
11722         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
11723
11724         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
11725         display-graphic-p here.
11726
11727 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
11728
11729         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
11730         of the `gnus-xemacs' variable, as the latter has been removed.
11731         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
11732         * gnus-art.el (gnus-treat-display-xface)
11733         (gnus-treat-display-smileys, gnus-treat-display-picons)
11734         (gnus-article-read-summary-keys): Likewise.
11735
11736 2000-10-26  Dave Love  <fx@gnu.org>
11737
11738         (defvar): Use rmail-spool-directory unconditionally.
11739
11740 2000-10-18  Dave Love  <fx@gnu.org>
11741
11742         * mm-bodies.el (mm-uu-decode-function)
11743         (mm-uu-binhex-decode-function): Defvar when compiling.
11744
11745         * gnus-nocem.el (gnus-nocem-issuers): Update.
11746         (gnus-nocem-check-from): New option.
11747         (gnus-nocem-scan-groups): Use it.
11748         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
11749         (gnus-nocem-check-article-limit): Add :version.
11750
11751 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
11752
11753         * ietf-drums.el (mm-util): Require CL when compiling.
11754
11755 2000-10-15  Dave Love  <fx@gnu.org>
11756
11757         * qp.el: Require mm-util.
11758
11759 2000-10-13  Dave Love  <fx@gnu.org>
11760
11761         * qp.el (quoted-printable-decode-region): Avoid invalid
11762         coding-systems.
11763
11764 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
11765
11766         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
11767         to a recursive load.
11768
11769 2000-10-12  Dave Love  <fx@gnu.org>
11770
11771         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
11772
11773         * gnus.el (gnus-group-startup-message): Check for PBM image.
11774
11775 2000-10-09  Dave Love  <fx@gnu.org>
11776
11777         * mail-source.el (mail-source-fetch-imap): Bind
11778         default-enable-multibyte-characters rather than using
11779         mm-disable-multibyte.
11780
11781 2000-10-05  Dave Love  <fx@gnu.org>
11782
11783         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
11784         Autoload.
11785         (quoted-printable-decode-region):  Rename arg which confused
11786         charset with coding-system.  Don't use nonascii-insert-offset.
11787         Coding-system encode the region initially.  Don't recognize `=='
11788         as valid QP.  Coding-system decode the region finally.
11789         (quoted-printable-decode-string): Rename arg which confused
11790         charset with coding-system.
11791
11792         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
11793         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
11794         mm-encode-coding-region.
11795         (mm-decode-body, mm-decode-string): Rename variables which
11796         confused charset with coding-system.
11797         (binhex-decode-region): Don't autoload.
11798         (mm-body-encoding): Require message.
11799         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
11800         cond branches.
11801
11802         * gnus-art.el (article-de-quoted-unreadable)
11803         (article-de-base64-unreadable): Fold search case
11804         rather than downcasing string.  Apply mm-charset-to-coding-system
11805         to arg of quoted-printable-decode-region.
11806
11807 2000-10-04  Dave Love  <fx@gnu.org>
11808
11809         * gnus-ems.el: Don't turn off compiler warnings in local vars.
11810         Require ring when compiling.
11811         (gnus-article-compface-xbm): New variable.
11812
11813 2000-10-04  Dave Love  <fx@gnu.org>
11814
11815         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
11816         pbm images.
11817
11818         * frown.pbm, smile.pbm, wry.pbm: New files.
11819
11820         * frown.xbm, smile.xbm, wry.xbm: Deleted.
11821
11822 2000-10-03  Dave Love  <fx@gnu.org>
11823
11824         * mail-source.el (mail-sources): Revert to nil.
11825
11826         * nnmail (nnmail-spool-file): Revert to `((file))'.
11827
11828         * qp.el: Don't require mm-util.
11829         (quoted-printable-decode-region): Rewritten.
11830         (quoted-printable-decode-string, quoted-printable-encode-region):
11831         Doc fix.
11832         (quoted-printable-encode-region): Barf on multibyte characters.
11833         Maybe make the class multibyte.  Upcase chars, not formatted
11834         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
11835         (quoted-printable-encode-string): Don't use
11836         mm-with-unibyte-buffer.
11837
11838 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
11839
11840         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
11841
11842 2000-09-21  Dave Love  <fx@gnu.org>
11843
11844         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
11845         (for Emacs 20).  Tidy somewhat.
11846
11847 2000-09-21  Dave Love  <fx@gnu.org>
11848
11849         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
11850         image processing.  Rationalize logic somewhat.
11851
11852 2000-09-20  Dave Love  <fx@gnu.org>
11853
11854         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
11855         specifically.
11856
11857         * gnus.el (gnus-version-number): Avoid some redundant
11858         autoloads.
11859
11860 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
11861
11862         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
11863         to XBM; we always have PBM support.
11864
11865 2000-09-14  Dave Love  <fx@gnu.org>
11866
11867         * gnus.el (gnus-charset):
11868         * mm-decode.el (mime-display):
11869         * imap.el (imap) <defgroup>: Add :version.
11870
11871 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
11872
11873         * parse-time.el: Fix author's mail address.
11874
11875         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
11876         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
11877         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
11878         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
11879         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
11880         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
11881         * rfc2231.el, uudecode.el: Fix copyright notice.
11882
11883         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
11884         require `w3' at load-time only if not running in batch mode.
11885
11886 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11887
11888         * gnus.el: Before merge with Emacs21.
11889
11890 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
11891
11892         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
11893
11894 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
11895
11896         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
11897         to avoid conflict with the standard `back-to-indentation'
11898         binding.
11899
11900 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11901
11902         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
11903
11904         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
11905         (mm-disable-multibyte-mule4): Ditto.
11906         (mm-with-unibyte-current-buffer-mule4): Ditto.
11907
11908 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11909
11910         * pop3.el (pop3-movemail): Use binary.
11911         (pop3-movemail-file-coding-system): Removed.
11912
11913 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11914
11915         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
11916
11917 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11918
11919         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
11920         exists.
11921
11922 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11923
11924         * gnus-msg.el (gnus-post-method): Use backend name when the
11925         address is "".
11926
11927 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11928
11929         * gnus-art.el (article-verify-x-pgp-sig): Don't test
11930         mm-verify-option.
11931         (gnus-treat-x-pgp-sig): Default value.
11932         (gnus-ignored-headers): Redundant.
11933
11934 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11935
11936         * gnus-win.el (gnus-configure-frame): Save selected window.
11937
11938 2000-02-15  Andrew Innes  <andrewi@gnu.org>
11939
11940         * nnmbox.el: Require gnus-range.
11941         (nnmbox-group-building-active-articles): New variable.
11942         (nnmbox-group-active-articles): New variable; this is a cache of
11943         all active articles by group and number.
11944         (nnmbox-in-header-p): New function.
11945         (nnmbox-find-article): New function.
11946         (nnmbox-record-active-article): New function.
11947         (nnmbox-record-deleted-article): New function.
11948         (nnmbox-is-article-active-p): New function.
11949         (nnmbox-retrieve-headers): Use nnmbox-find-article.
11950         (nnmbox-request-article): Ditto.  Also supply extra arg to
11951         nnmbox-article-group-number.
11952         (nnmbox-request-expire-articles): Ditto.
11953         (nnmbox-request-move-article): Ditto.
11954         (nnmbox-request-replace-article): Ditto.
11955         (nnmbox-request-rename-group): Rename group entry in active
11956         article cache.
11957         (nnmbox-delete-mail): Update active article cache, unless article
11958         is being replaced.
11959         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
11960         than partially duplicating it.
11961         (nnmbox-article-group-number): Add extra `this-line' arg, to
11962         handle articles belonging to multiple groups.
11963         (nnmbox-save-mail): Update active article cache.
11964         (nnmbox-read-mbox): Build active article cache when loading mbox.
11965         Also do some repair work, if we find articles that are missing the
11966         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
11967         reconstruct these from Xref info.
11968
11969 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11970
11971         * mail-source.el (mail-source-report-new-mail): Use
11972         nnheader-run-at-time.
11973
11974 2000-02-15  Andrew Innes  <andrewi@gnu.org>
11975
11976         * mail-source.el (mail-source-fetch-pop): Clear pop password when
11977         an error is thrown, and then rethrow the error.
11978         (mail-source-check-pop): Ditto.
11979         (mail-source-start-idle-timer): Prevent multiple pop checks
11980         running if the check takes a long time.
11981
11982 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11983
11984         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
11985         succeed.
11986
11987 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11988
11989         * gnus-win.el (gnus-configure-windows): Make sure
11990         nntp-server-buffer is live.
11991         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
11992
11993 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
11994
11995         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
11996
11997 2000-12-04  Andreas Jaeger  <aj@suse.de>
11998
11999         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
12000
12001 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12002
12003         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
12004
12005 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12006         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
12007
12008         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
12009
12010 2000-12-01  Simon Josefsson  <sj@extundo.com>
12011
12012         * mml-smime.el (mml-smime-verify): Fix address parsing.
12013
12014 2000-12-01  Simon Josefsson  <sj@extundo.com>
12015
12016         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
12017         more than one certificate inside PKCS#7 blob.  Better security
12018         information (clamed / actual sender, openssl output, certificates
12019         inside message).
12020
12021         * smime.el (smime-verify-region): Output to /dev/null.
12022         (smime-buffer-as-string-region): Don't parse empty lines.
12023
12024 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12025
12026         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
12027         ?d and ?D.
12028         (gnus-mime-security-show-details-inline): New variable.
12029         (gnus-mime-security-show-details): Use them.
12030         (gnus-insert-mime-security-button): Ditto.
12031
12032         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
12033         Suggest by Michael Duggan (md5i@cs.cmu.edu).
12034         (mml2015-gpg-clear-verify): Ditto.
12035         (mml2015-gpg-decrypt-1): Ditto.
12036         (mml2015-use): Prefer 'gpg.
12037
12038 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12039
12040         * gnus-util.el (gnus-add-text-properties-when): New function.
12041         (gnus-remove-text-properties-when): Ditto.
12042
12043         * gnus-cite.el (gnus-article-hide-citation): Use them.
12044         (gnus-article-toggle-cited-text): Use them.
12045
12046         * gnus-art.el (gnus-signature-toggle): Use them.
12047         (gnus-article-show-hidden-text): Ditto.
12048         (gnus-article-hide-text): Ditto.
12049
12050 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12051
12052         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
12053
12054 2000-11-30  Simon Josefsson  <sj@extundo.com>
12055
12056         * smime.el (smime-point-at-eol): New alias.
12057         (smime-buffer-as-string-region): Use it.
12058
12059 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12060
12061         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
12062
12063 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12064
12065         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
12066
12067         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
12068
12069         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
12070
12071 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12072
12073         * nnmh.el (nnmh-request-expire-articles): Implemented
12074         expiry-target for nnmh backend.
12075
12076 2000-11-30  Simon Josefsson  <sj@extundo.com>
12077
12078         * mm-decode.el (mm-security-from): New variable.
12079         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
12080
12081         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
12082         than `from'.
12083
12084 2000-11-30  Simon Josefsson  <sj@extundo.com>
12085
12086         * mml-smime.el (mml-smime-verify): Verify that certificate mail
12087         address match sender address.
12088
12089         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
12090
12091         * smime.el (smime-verify-region): Don't copy buffer.
12092         (smime-decrypt-buffer): Use expand-file-name on keyfile.
12093         (smime-pkcs7-region): New function.
12094         (smime-pkcs7-certificates-region): Ditto.
12095         (smime-pkcs7-email-region): Ditto.
12096         (smime-buffer-as-string-region): Ditto.
12097
12098         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
12099         buffer.
12100
12101 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
12102
12103         * smime.el (smime-decrypt-region): Fix keyfile argument.
12104
12105 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12106
12107         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
12108
12109 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12110
12111         * message.el (message-shoot-gnksa-feet): New variable.
12112         (message-gnksa-enable-p): New function.
12113         (message-send): Use it.
12114         (message-check-news-body-syntax): Ditto.
12115
12116 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12117
12118         * message.el (message-make-message-id): Remove the redundancy.
12119
12120 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12121
12122         * message.el (message-setup): Discourage using mc-install-*-mode.
12123
12124         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
12125
12126 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12127
12128         * gnus-cite.el (gnus-cite-parse): Guess citation length.
12129
12130 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12131
12132         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
12133
12134 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12135
12136         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
12137
12138 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12139
12140         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
12141         insert-buffer-substring.
12142
12143         * message.el (message-send-mail): Use buffer-substring-no-properties.
12144         (message-send-news): Ditto.
12145
12146 2000-11-22  David Edmondson  <dme@dme.org>
12147
12148         * imap.el (imap-wait-for-tag): Message read info.
12149
12150 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12151
12152         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
12153         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
12154         (mml2015-gpg-encrypt): Ditto.
12155
12156 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12157
12158         * mm-decode.el (mm-verify-option): Default value.
12159
12160         * mml-sec.el (mml-secure-part): Error message.
12161
12162 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12163
12164         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
12165
12166 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12167
12168         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
12169
12170 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12171
12172         * gnus-art.el (gnus-article-describe-key): Use prompt.
12173         (gnus-article-describe-key-briefly): Ditto.
12174
12175 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12176
12177         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
12178
12179 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12180
12181         * gnus-art.el (gnus-article-describe-key): New function.
12182         (gnus-article-describe-key-briefly): New function.
12183
12184 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12185
12186         * mm-decode.el (mm-decrypt-option): Doc typo.
12187
12188         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
12189         return a number.
12190
12191 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12192
12193         * message.el (message-newline-and-reformat): Typo.
12194
12195 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12196
12197         * gnus-art.el (article-verify-x-pgp-sig): Check whether
12198         original-article-buffer exists.
12199
12200         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
12201         (rfc2047-header-encoding-alist): Addresses are different from text.
12202         (rfc2047-encode-message-header): Ditto.
12203         (rfc2047-dissect-region): Extra parameter.
12204         (rfc2047-encode-region): Ditto.
12205         (rfc2047-encode-string): Ditto.
12206
12207 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12208
12209         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
12210         (mm-uu-pgp-encrypted-extract): Use it.
12211         (mm-uu-pgp-signed-extract-1): New function.
12212         (mm-uu-pgp-signed-extract): Use it.
12213
12214         * gnus-art.el (gnus-mime-display-security): New function.
12215         (gnus-mime-display-part): Use it.
12216         (gnus-mime-security-verify-or-decrypt): New function.
12217         (gnus-mime-security-press-button): New function.
12218         (gnus-insert-mime-security-button): Use it.
12219
12220         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
12221         (mm-find-raw-part-by-type): Ditto.
12222         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
12223         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
12224         (mm-destroy-parts): Kill nested multibyte buffer.
12225
12226         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
12227         (mml2015-gpg-verify): Ditto.
12228
12229 2000-11-18  Simon Josefsson  <sj@extundo.com>
12230
12231         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
12232         (mml2015-function-alist): Use it.
12233
12234         * mml-sec.el (mml-sign-alist): Update names.
12235         (mml-encrypt-alist): Ditto.
12236         (mml-secure-part-smime-sign): Moved to mml-smime.el
12237         as `mml-smime-sign-query'.
12238         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
12239         `mml-smime-get-file-cert'.
12240         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
12241         `mml-smime-get-dns-cert'.
12242         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
12243         `mml-smime-encrypt-query'.
12244         (mml-smime-sign-buffer): Use mml-smime-sign.
12245         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
12246
12247         * mml-smime.el (mml-smime-sign): New function.
12248         (mml-smime-encrypt):
12249         (mml-smime-sign-query):
12250         (mml-smime-get-file-cert):
12251         (mml-smime-get-dns-cert):
12252         (mml-smime-encrypt-query): Moved from mml-sec.el.
12253
12254 2000-11-16  Simon Josefsson  <sj@extundo.com>
12255
12256         * mml2015.el (mml2015-gpg-clear-verify): New function.
12257         (mml2015-function-alist): Add it.
12258
12259 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
12260
12261         * message.el (message-setup-fill-variables): Use
12262         message-cite-prefix-regexp.
12263         (message-newline-and-reformat): Check the end of citation, leading
12264         WSP, break in the cite prefix.
12265         (message-fill-paragraph): New function.
12266
12267 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12268
12269         * lpath.el: Shut up.
12270
12271 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
12272
12273         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
12274         raw 8-bit in headers in dk.* newsgroups.
12275
12276 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12277
12278         * message.el (message-newline-and-reformat): Match extra WSPs.
12279
12280 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
12281
12282         * mml.el (mml-generate-mime-1): Ignore ascii.
12283
12284 2000-11-16 Justin Sheehy  <justin@iago.org>
12285
12286         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
12287
12288 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12289
12290         * message.el (message-cite-prefix-regexp): Prefix should not end
12291         at space.
12292
12293 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
12294
12295         * message.el (message-mode-syntax-table): Add - as a word
12296         constituent as in articles.
12297         (message-setup-fill-variables): Add -_. as supercite-style prefix.
12298         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
12299         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
12300
12301 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
12302
12303         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
12304
12305 2000-11-12  David Edmondson  <dme@dme.org>
12306
12307         * message.el (message-font-lock-keywords): use
12308         message-cite-prefix-regexp.
12309
12310 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12311
12312         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
12313         Stein Arild Str\e,Ax\e(Bmme.
12314         (gnus-group-jump-to-group): Use it.
12315         (gnus-group-jump-to-group-prompt): Customize.
12316
12317 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
12318
12319         * mailcap.el (mailcap-possible-viewers): Match the entire string.
12320
12321 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
12322
12323         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
12324         incompatible.
12325         (mml2015-mailcrypt-sign): Ditto.
12326
12327 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12328
12329         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
12330         group is open.
12331
12332 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
12333
12334         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
12335         nnvirtual articles.
12336         (gnus-backlog-request-article): Don't request nnvirtual articles.
12337
12338 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
12339
12340         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
12341         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
12342
12343 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
12344
12345         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
12346         * mml.el (mml-generate-mime-1): Use charset attribute.
12347         * mm-bodies.el (mm-encode-body): Add parameter charset.
12348         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
12349
12350 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
12351
12352         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
12353         (mml2015-mailcrypt-clear-decrypt): Ditto.
12354         (mml2015-mailcrypt-verify): Ditto.
12355         (mml2015-mailcrypt-clear-verify): Ditto.
12356         (mml2015-gpg-verify): Ditto.
12357
12358 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12359
12360         * smime.el (smime-openssl-program): Test the existence of openssl.
12361         * mml-smime.el: Require mm-decode.
12362         (mml-smime-verify-test): New function.
12363         * mm-decode.el (mm-verify-function-alist): Use it.
12364
12365 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
12366
12367         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
12368         anyway.
12369
12370 2000-11-13  Simon Josefsson  <sj@extundo.com>
12371
12372         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
12373         verification doesn't work.
12374
12375 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
12376
12377         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
12378         (gnus-inews-do-gcc): Use it.
12379
12380 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
12381
12382         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
12383         leading space.
12384         * mm-extern.el (mm-inline-external-body): Report error when no
12385         access-type.
12386
12387 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
12388
12389         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
12390
12391 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
12392
12393         * gnus-art.el (gnus-mime-button-menu): Use select-window.
12394
12395 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
12396
12397         * gnus-art.el (gnus-mime-display-part): Display multipart/related
12398         as multipart/mixed.
12399
12400 2000-11-12  David Edmondson  <dme@dme.org>
12401
12402         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
12403         and replace `.' with `\w' to allow for different syntax tables
12404         (from Vladimir Volovich).
12405         * message.el (message-newline-and-reformat): use
12406         `message-cite-prefix-regexp'.
12407         * gnus-cite.el (gnus-supercite-regexp): use
12408         `message-cite-prefix-regexp'.
12409         * gnus-cite.el (gnus-cite-parse): use
12410         `message-cite-prefix-regexp'.
12411
12412 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
12413
12414         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
12415         PGP SIGNATURE.  Escape leading "-"'s.
12416         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
12417
12418 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
12419
12420         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
12421
12422 2000-11-11  Simon Josefsson  <sj@extundo.com>
12423
12424         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
12425
12426         * smime.el (smime-details-buffer): New variable.
12427         (smime-sign-region):
12428         (smime-encrypt-region):
12429         (smime-verify-region):
12430         (smime-decrypt-region): Copy OpenSSL output to the buffer.
12431
12432         * mml-smime.el (mml-smime-verify): Support security info.
12433
12434 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
12435
12436         * mm-decode.el (mm-verify-option): Set default to nil.
12437         (mm-decrypt-option): Ditto.
12438         * gnus-art.el (article-verify-x-pgp-sig): New function.
12439
12440 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
12441
12442         * gnus-art.el (gnus-mime-display-alternative): Show button if no
12443         preferred part.
12444
12445 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12446
12447         * gnus-sum.el (gnus-move-split-methods): Say that
12448         `gnus-split-methods' uses file names, whereas this uses group
12449         names.  (Report from Nevin Kapur)
12450
12451 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
12452
12453         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
12454
12455 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12456
12457         * nnheader.el (nnheader-directory-files-is-safe): New variable.
12458         (nnheader-directory-articles): Use it.
12459         (nnheader-article-to-file-alist): Ditto.
12460
12461 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
12462
12463         * rfc2047.el (rfc2047-pad-base64): New function.
12464         (rfc2047-decode): Use it.
12465
12466 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
12467
12468         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
12469         select method.
12470
12471 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12472
12473         * mml2015.el (mml2015-gpg-decrypt-1):
12474         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
12475
12476 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12477
12478         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
12479
12480 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
12481
12482         * pop3.el (pop3-munge-message-separator): A message may have an
12483         empty body.
12484
12485 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
12486
12487         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
12488         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
12489         (mm-uu-pgp-signed-extract): Use coding-system.
12490
12491 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
12492
12493         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
12494         (gnus-insert-mime-security-button): New function.
12495         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
12496         * mml2015.el:  Add security info when verify or decrypt.
12497         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
12498         (mm-uu-pgp-encrypted-extract): Ditto.
12499
12500 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
12501
12502         * mm-decode.el (mm-display-parts): New function.
12503         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
12504
12505 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12506
12507         * gnus-mlspl.el: Documentation tweaks.
12508
12509 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12510
12511         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
12512         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
12513         argument.
12514
12515 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
12516
12517         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
12518
12519 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
12520
12521         * gnus-art.el (gnus-article-encrypt): New function.
12522         (gnus-article-encrypt-protocol-alist): New variable.
12523         (gnus-article-encrypt-protocol): New variable.
12524         * mml2015.el (mml2015-self-encrypt): New function.
12525         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
12526
12527 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
12528
12529         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
12530         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
12531         let mailcap do it.
12532         * mml2015.el: Remove snarf code.
12533         * mm-decode.el: Remove snarf code.
12534
12535 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
12536
12537         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
12538         (mml-insert-mime): Understand gnus-decoded.
12539         (mime-to-mml): New parameter handles.
12540         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
12541         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
12542
12543 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
12544
12545         * mm-decode.el (mime-security): New group.
12546         (mm-verify-function-alist): Add test function.
12547         (mm-decrypt-function-alist): Ditto.
12548         (mm-snarf-option): Set default value as nil.
12549         (mm-find-part-by-type): Recursive parameter.
12550         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
12551         * mml2015.el: Support draft-ietf-openpgp-multsig.
12552
12553 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
12554
12555         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
12556         (gnus-article-view-part-as-charset): New function.
12557
12558 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
12559
12560         * mm-decode.el (mm-verify-option): Default value.
12561         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
12562
12563 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12564
12565         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
12566
12567 2000-11-05  Simon Josefsson  <sj@extundo.com>
12568
12569         * mml-smime.el (mml-smime-verify): Work in original multipart
12570         buffert.
12571
12572         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
12573         (mm-handle-multipart-ctl-parameter): Ditto.
12574         (mm-alist-to-plist): New function.
12575         (mm-dissect-buffer): Store CTL parameters and copy original buffer
12576         for multiparts.
12577         (mm-destroy-parts): Destroy multipart buffert.
12578         (mm-remove-part): Ditto.
12579
12580         * mml-smime.el (mml-smime-sign): Not used.
12581         (mml-smime-encrypt): Ditto.
12582
12583         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
12584
12585         Verify S/MIME signature support.
12586
12587         * mm-decode.el (mm-inline-media-tests): Add
12588         application/{x-,}pkcs7-signature.
12589         (mm-inlined-types): Ditto.
12590         (mm-automatic-display): Ditto.
12591         (mm-verify-function-alist): Ditto.  Add name of method.
12592         (mm-decrypt-function-alist): Add name of method.
12593         (mm-find-part-by-type): Add documentation.
12594         (mm-possibly-verify-or-decrypt): Use new format of
12595         mm-{verify,decrypt}-function-alist.  Use method names.
12596
12597         * mml-smime.el (mml-smime-verify): New function.
12598
12599 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12600
12601         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
12602
12603 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
12604
12605         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
12606         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
12607         * mm-decode.el (mm-snarf-option): New variable.
12608
12609 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12610
12611         * mm-util.el (mm-subst-char-in-string): New function.
12612         (mm-replace-chars-in-string): Use it.
12613         * message.el (message-replace-chars-in-string): Use it.
12614         * nnheader.el (nnheader-replace-chars-in-string): Use it.
12615         * gnus-mh.el (mh-lib-progs): Shut up.
12616
12617 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
12618
12619         * base64.el, md5.el: Moved to contrib directory.
12620
12621 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
12622
12623         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
12624         the last article when search.
12625
12626 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
12627
12628         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
12629         * nnmail.el (nnmail-pathname-coding-system): Ditto.
12630
12631 2000-09-29  David Edmondson  <dme@thus.net>
12632
12633         * message.el (message-newline-and-reformat): Typo.
12634
12635 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12636
12637         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
12638
12639 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
12640
12641         * nntp.el (nntp-decode-text): Delete bogus status lines.
12642
12643 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
12644
12645         * message.el (message-font-lock-keywords): Match a final newline
12646         to help font-lock's multiline support.
12647
12648 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12649
12650         * nnoo.el (nnoo-set): New function.
12651
12652 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
12653
12654         * gpg.el, gpg-ring.el: Moved to contrib directory.
12655
12656 2000-11-04  Simon Josefsson  <sj@extundo.com>
12657
12658         * nnimap.el (nnimap-split-inbox): Typo.
12659
12660 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12661
12662         * gnus-msg.el (gnus-msg-mail): Move it backwards.
12663
12664 2000-11-03  Simon Josefsson  <sj@extundo.com>
12665
12666         * rfc2231.el (rfc2231-parse-qp-string): New function.
12667         (require): rfc2047.
12668
12669         * mail-parse.el (mail-header-parse-content-type):
12670         (mail-header-parse-content-disposition): Support invalid QP
12671         encoded strings, by using `rfc2231-parse-qp-string'.
12672
12673 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
12674
12675         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
12676         (rfc2231-decode-encoded-string): Typo "> X 1".
12677         (rfc2231-encode-string): Insert the name of charset.
12678         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
12679
12680 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12681
12682         * mm-decode.el (mm-save-part): Return the filename.
12683         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
12684         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
12685         (gnus-mime-action-alist): Use it.
12686         (gnus-mime-button-commands): Use it.
12687         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
12688         (mm-inline-external-body): unwind-protect.
12689
12690 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
12691
12692         * gnus-art.el (gnus-insert-mime-button): Show url.
12693
12694 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
12695
12696         * mml.el (mml-generate-mime-1): Support external url.
12697         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
12698
12699 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
12700
12701         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
12702         * mm-decode.el (mm-display-external): Ditto.
12703         * mm-extern.el: New file.
12704         * mm-decode.el (mm-inline-media-tests): Hook it up.
12705         (mm-inlined-types): Inline message/external-body.
12706
12707 2000-11-02  Simon Josefsson  <sj@extundo.com>
12708
12709         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
12710
12711         * message.el (message-get-reply-headers): Better handling when
12712         Mail-Followup-To is very large.
12713
12714 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
12715
12716         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
12717         * gnus-art.el (gnus-article-edit-done):
12718         * gnus-sum.el (gnus-summary-edit-article-done): Move line
12719         counting code here.
12720         * gnus-msg.el (gnus-setup-message): Remove a hack.
12721
12722 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12723
12724         * gnus-sum.el (gnus-newsgroup-variables): New variable.
12725         (gnus-summary-mode): Make them local variables.
12726         (gnus-set-global-variables): Globalize them.
12727         (gnus-summary-exit): Kill them.
12728
12729 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
12730
12731         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
12732         word.
12733
12734 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
12735
12736         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
12737         gnus-article-wash-types.
12738         * gnus-art.el (gnus-article-wash-status): Use them.
12739
12740 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
12741
12742         * mml.el (mml-read-tag): Remove spaces and LF.
12743
12744 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12745
12746         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
12747         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
12748
12749 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
12750
12751         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
12752
12753 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
12754
12755         * gnus-sum.el (gnus-article-charset): New variable.
12756         (gnus-summary-display-article): Set it.
12757         * gnus-msg.el (gnus-copy-article-buffer): Use it.
12758         * gnus-art.el (gnus-article-mode): Make it local variable.
12759
12760 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12761
12762         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
12763
12764 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12765
12766         * nnwfm.el: New file.
12767
12768         * nnweb.el (nnweb-replace-in-string): New function.
12769
12770 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12771
12772         * mml2015.el: Wrap gpg.el.
12773         * gpg.el (gpg-verify): The last argument of apply is a list.
12774         (gpg-encrypt): Add passphrase as a parameter.
12775
12776 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
12777
12778         * gpg.el: New file.
12779         * gpg-ring.el: New file.
12780
12781 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
12782
12783         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
12784
12785 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12786
12787         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
12788         double-quote characters.
12789         (gnus-summary-prepare-threads): Ditto.
12790
12791 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12792
12793         * gnus-art.el (gnus-mime-display-single): Forward line -1.
12794         * mml.el (mml-read-tag): Don't skip the leading space.
12795         * lpath.el (font-lock-set-defaults): Shut up.
12796
12797 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
12798
12799         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
12800
12801 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
12802
12803         * qp.el (quoted-printable-encode-region): Replace leading - when
12804         ultra safe.
12805         * mml.el (mml-generate-mime-postprocess-function): Removed.
12806         (mml-postprocess-alist): Removed.
12807         (mml-generate-mime-1): Use ultra-safe when sign.
12808         * mml2015.el (mml2015-fix-micalg): Uppercase.
12809         (mml2015-verify): Insert LF.
12810         (mml2015-mailcrypt-sign): Downcase; search backward.
12811
12812 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12813
12814         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
12815         restrictive.
12816         (nnultimate-table-regexp): New variable.
12817         (nnultimate-forum-table-p): Use it.
12818
12819 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
12820         Trivial patch.
12821
12822         * gnus-sum.el (gnus-summary-expire-articles): Save point.
12823
12824 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12825
12826         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
12827         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
12828
12829 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
12830
12831         * mml2015.el: Shut up.
12832
12833 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
12834
12835         * gnus.el (gnus-server-browse-hashtb): Removed.
12836         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
12837         (gnus-group-insert-group-line-info): Use simplified method.
12838         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
12839
12840 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
12841
12842         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
12843         moved here.
12844         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
12845         * gnus-group.el (gnus-group-prepare-flat): Use it.
12846         * gnus-topic.el (gnus-group-prepare-topics): Use it.
12847
12848 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
12849
12850         * mml.el (mml-mode): Show menu in XEmacs.
12851
12852 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
12853
12854         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
12855         (gnus-server-read-server-in-server-buffer): New function.
12856         (gnus-browse-foreign-server): Browse in group buffer.
12857         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
12858         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
12859         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
12860         * gnus.el (gnus-server-browse-hashtb): New variable.
12861
12862 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
12863
12864         * nnfolder.el (nnfolder-open-nov): Use group.
12865
12866 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
12867
12868         * nnfolder.el: Add NOV. Set version to 2.0.
12869         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
12870
12871 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
12872
12873         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
12874
12875 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12876
12877         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
12878         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
12879
12880 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12881
12882         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
12883
12884 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12885
12886         * mm-decode.el (mm-verify-function-alist): New variable.
12887         (mm-verify-option): New variable.
12888         (mm-decrypt-function-alist): Ditto.
12889         (mm-decrypt-option): Ditto.
12890         (mm-find-raw-part-by-type): New function.
12891         (mm-possibly-verify-or-decrypt): New function.
12892         (mm-dissect-multipart): Use it.
12893         * mml2015.el (mml2015-fix-micalg): New function.
12894         (mml2015-decrypt): Use new interface.
12895         (mml2015-verify):  Use new interface.
12896         (mml2015-setup): Make it bogus.
12897
12898 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
12899
12900         * mml.el (mml-generate-mime-postprocess-function): Set to
12901         mml-postprocess.
12902         (autoload): Autoload mml2015 and mml-smime.
12903         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
12904         * mml2015.el (mml2015-encrypt): New function.
12905         (mml2015-sign): New function.
12906         (mml2015-encrypt-function): New variable.
12907         (mml2015-sign-function): New variable.
12908         (mml2015-mailcrypt-encrypt): Use message-recipients.
12909         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
12910         * mml-smime.el (mml-smime-setup): Ditto.
12911
12912 2000-10-28  Simon Josefsson  <sj@extundo.com>
12913
12914         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
12915         Communigate Pro 3.3.1 server.
12916
12917         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
12918         in buffers.
12919         (mml-secure-dns-server): Removed.
12920         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
12921         write certificates to files.
12922
12923         * smime.el (smime-dns-server): New variable.
12924         (smime-mail-to-domain):
12925         (smime-cert-by-dns): New functions.
12926
12927         * dig.el: New file.
12928
12929 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
12930
12931         * message.el (message-options): New variable.
12932         (message-options-set-recipient): New function.
12933         (message-send): Use them.
12934         * gnus-int.el (gnus-request-replace-article): Use them.
12935         (gnus-request-accept-article): Ditto.
12936         * mml.el (mml-preview): Use them.
12937         * gnus-sum.el (gnus-summary-edit-article): Use them.
12938
12939         * message.el (message-options-get): New function.
12940         (message-options-get): New function.
12941         * rfc2047.el (rfc2047-encode-message-header): Use them.
12942         * mm-bodies.el (mm-encode-body): Use them.
12943
12944 2000-10-28  Simon Josefsson  <sj@extundo.com>
12945
12946         * nnimap.el (nnimap-retrieve-which-headers):
12947         (nnimap-request-article-part): Quote message-id.
12948
12949         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
12950         (smime-CA-file): New variable.
12951         (smime-call-openssl-region): Don't error.
12952         (smime-sign-region): Return result value.
12953         (smime-encrypt-region): Ditto.
12954         (smime-verify-region): New function.
12955         (smime-decrypt-region): Ditto.
12956         (smime-verify-buffer): Ditto.
12957         (smime-decrypt-buffer): Ditto.
12958
12959         * mml.el: Require mml-sec.
12960         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
12961         (mml-mode-map): Add "sign" and "encrypt" maps.
12962         (mml-menu): Add security menu.
12963         (mml-preview): Use generate-new-buffer.
12964
12965         * mml-sec.el: New file.
12966
12967 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12968
12969         * mm-decode.el (mm-find-part-by-type): Move it here.
12970         * mml.el (mml-postprocess): Move it here.
12971         (mml-postprocess-alist): Move it here. Merge them.
12972
12973 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
12974
12975         * rfc2047.el (rfc2047-encode-message-header): Make sure no
12976         unencoded stuff in the header.
12977
12978 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
12979
12980         * gnus-group.el (gnus-group-listed-groups): New variable.
12981         (gnus-group-list-option): New variable.
12982         (gnus-group-list-limit-map): New keymap.
12983         (gnus-group-list-flush-map): New keymap.
12984         (gnus-group-list-plus-map): New keymap.
12985         (gnus-group-prepare-logic): New function.
12986         (gnus-group-prepare-flat): Merge with
12987         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
12988         (gnus-group-prepare-flat-list-dead): Ditto.
12989         (gnus-group-list-matching): Use gnus-group-prepare-function.
12990         (gnus-group-list-dormant): Ditto.
12991         (gnus-group-list-cached): Ditto.
12992         (gnus-group-listed-groups): New function.
12993         (gnus-group-list-limit): New function.
12994         (gnus-group-list-flush): New function.
12995         (gnus-group-list-plus): New function.
12996         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
12997         (gnus-topic-prepare-topic): Ditto.
12998
12999 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
13000
13001         * message.el (message-insert-to, message-get-reply-headers):
13002         (message-reply, message-followup): Mail-{Followup,Reply}-To.
13003
13004 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13005
13006         * mml2015.el: New file.
13007         * smime.el: New file.
13008         * mml-smime.el: New file.
13009
13010 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
13011
13012         * ChangeLog: Moved to ChangeLog.1.
13013
13014     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
13015   Copying and distribution of this file, with or without modification,
13016   are permitted provided the copyright notice and this notice are preserved.
13017
13018 ;; Local Variables:
13019 ;; coding: iso-2022-7bit
13020 ;; End: