3060c13ec3f43a1f5b70f6bbc0da7d5656e04b50
[gnus] / lisp / ChangeLog
1 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * message.el (message-check-news-header-syntax): Compute the
4         header length correctly.
5
6 2002-01-10  Kevin Greiner  <kgreiner@xpediantsolutions.com>
7
8         * gnus-agent.el (gnus-agent-expire): Do not remove article from
9         alist when keeping fetched article file.
10         (gnus-agent-retrieve-headers): When parsing response for article
11         numbers, use the same algorithm as gnus-agent-braid-nov to protect
12         against garbage in the server's response.
13
14         * gnus-int.el (gnus-request-expire-articles,
15         gnus-request-move-article): Only expire when the group's server
16         has been agentized.
17
18 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19
20         * gnus-cite.el (gnus-cite-delete-overlays): Protect against
21         errors when deleting overlays.
22
23         * gnus-score.el (gnus-score-followup): Allow tracing.
24
25         * gnus-art.el (gnus-treat-display-face): New variable.
26         (article-display-face): New command.
27
28         * gnus-fun.el (gnus-face-from-file): New function.
29         (gnus-convert-face-to-png): Ditto.
30
31         * gnus-art.el (gnus-ignored-headers): Added Face.
32
33 2003-01-10  Simon Josefsson  <jas@extundo.com>
34
35         * nndraft.el (nndraft-request-group): Avoid crash in
36         directory-files when draft directory doesn't exists.
37
38         * gnus-sum.el (gnus-select-article-hook): Add :option.
39
40 2003-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
41
42         * spam.el (spam-use-stat): new variable
43         (spam-group-spam-processor-stat-p) 
44         (spam-group-ham-processor-stat-p): new convenience functions
45         (spam-summary-prepare-exit): add spam/ham processors to sequence
46         (spam-list-of-checks): add spam-use-stat to list of checks
47         (spam-split): conditionally load the spam-stat tables
48         (spam-stat-register-spam-routine, spam-stat-register-ham-routine,
49         spam-check-ifile): new functions
50
51         * spam-stat.el (spam-stat): typo fix
52         (spam-stat-install-hooks): new variable
53         (spam-stat-split-fancy-spam-group): added documentation clarification
54         (spam-stat-split-fancy-spam-threshhold): new variable
55         (spam-stat-install-hooks): make hooks conditional
56         (spam-stat-split-fancy): use spam-stat-split-fancy-spam-threshhold
57
58         * gnus.el (gnus-group-ham-exit-processor-stat, spam-process): add
59         spam-stat ham/spam processor symbols
60
61 2003-01-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
62
63         * gnus-start.el (gnus-read-newsrc-el-file): Make sure the .eld
64         file exists.
65
66 2003-01-10  Simon Josefsson  <jas@extundo.com>
67
68         * gnus-sum.el (gnus-summary-read-group-1): Don't select first
69         undownloaded/downloadable only when unplugged.
70
71 2003-01-10  Jesper Harder  <harder@ifa.au.dk>
72
73         * gnus-srvr.el (gnus-browse-foreign-server): Optimize inner loop.
74
75 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
76
77         * spam.el (spam-check-ifile): fixed call-process-region to use the
78         db parameter only if it's set
79         (spam-ifile-register-with-ifile): ditto
80
81 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
82
83         * spam-stat.el (spam-stat-save): Set spam-stat-ngood and
84         spam-stat-nbad before creating the hash table.
85         (spam-stat-reset): Set spam-stat-ngood and spam-stat-nbad to 0.
86         Changed copyright statement to FSF.
87
88 2002-01-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
89
90         * gnus-agent.el (gnus-agent-catchup): Do not mark cached nor
91         processable articles as read.
92         (gnus-agent-summary-fetch-series): Remove processable and
93         downloadable marks on all downloaded articles in the series.
94
95         * nntp.el (nntp-report): Throw error after reporting the problem.
96         (nntp-accept-process-output): Corrected error check to report an
97         error when the process is nil.
98
99 2003-01-09  Simon Josefsson  <jas@extundo.com>
100
101         * message.el (message-tool-bar-map): Add preview.
102
103 2003-01-09  Jesper Harder  <harder@ifa.au.dk>
104
105         * mml.el (mml-preview): Get rid of MIME handles and buffers after
106         previewing.
107
108 2003-01-08  Paul Jarc  <prj@po.cwru.edu>
109
110         * nnmaildir.el (nnmaildir--grp-add-art): Fix wrong-type-argument
111         bug when the (n+1)th article to be added to a group has a smaller
112         number than the n articles already added.
113
114 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
115
116         * message.el (message-mode-field-menu): Use backquote.
117
118 2003-01-08  Teodor Zlatanov  <tzz@lifelogs.com>
119
120         * spam.el: fixed the BBDB autoloads again, using
121         bbdb-search-simple now (which is not a macro, thank god)
122
123         * lpath.el (bbdb-search): removed function from maybe-fbind list
124
125         * gnus.el (ham-process-destination): added new parameter for
126         destination of ham articles found in spam groups at summary exit
127
128         * spam.el (spam-get-ifile-database-parameter): use spam-ifile-database-path
129         (spam-check-ifile, spam-ifile-register-with-ifile): use spam-get-ifile-database-parameter
130         (spam-ifile-database-path): added new parameter for ifile's database
131         (spam-move-spam-nonspam-groups-only): new parameter to determine
132         if spam should be moved from all groups or only some
133         (spam-summary-prepare-exit): fixed logic to use
134         spam-move-spam-nonspam-groups-only when deciding to invoke
135         spam-mark-spam-as-expired-and-move-routine; always invoke that
136         routine after the spam has been expired-or-moved in case there's
137         some spam left over; use spam-ham-move-routine in spam groups
138         (spam-ham-move-routine): new function to move ham articles to the
139         ham-process-destinations group parameter
140
141 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
142
143         * gnus-spec.el (gnus-parse-complex-format): %~ => ~*.
144
145         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
146         gnus-summary-update-article-line.
147
148 2003-01-08  Simon Josefsson  <jas@extundo.com>
149
150         * nnmail.el (nnmail-expiry-target-group): Request group, create it
151         not successful.
152
153 2003-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
154
155         * lpath.el (bbdb-records): Fbind it for both Emacs and XEmacs.
156
157 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
158
159         * spam.el (spam-check-ifile): fixed the spam-ifile-all-categories
160         logic, finally
161
162 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
163
164         * gnus-spec.el (gnus-parse-format): %C is a complex format.
165         (gnus-parse-format): Change to %~.
166
167         * message.el (message-generate-headers): Don't generate optional
168         empty headers.
169
170 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
171
172         * message.el (message-cross-post-default)
173         (message-cross-post-note-function, message-shoot-gnksa-feet)
174         (message-strip-subject-trailing-was, message-change-subject)
175         (message-mark-insert-file, message-cross-post-followup-to)
176         (message-cross-post-followup-to, message-mode-map)
177         (message-generate-unsubscribed-mail-followup-to)
178         (message-make-mail-followup-to): Minor changes to doc-strings and
179         error messages.  Updated copyright line.
180
181         * message.el (message-make-mail-followup-to,
182         message-generate-unsubscribed-mail-followup-to): New function
183         names.  Renamed functions: "-mft" -> "-mail-followup-to".
184         (message-make-mft, message-gen-unsubscribed-mft): Removed function
185         names.
186
187         * mml.el (mml-preview-insert-mail-followup-to): New function name.
188         (mml-preview-insert-mft): Removed function name.
189         (mml-preview): Use new function names.
190
191         * gnus-art.el (gnus-article-edit-mode-map): Use new function names.
192
193         * message.el (message-mode-field-menu): Moved header related
194         commands from "Message" to "Field" menu.
195
196 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
197
198         * message.el (message-generate-headers-first): Added customization
199         if variable is a list.
200
201 2003-01-07  Michael Shields  <shields@msrl.com>
202
203         * gnus-art.el (gnus-article-next-page): Correctly handle the case
204         where the last line of the article is the last line of the window.
205
206 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
207
208         * gnus-msg.el (gnus-debug): Use ignore-errors.
209
210         * gnus-agent.el (gnus-agent-fetch-selected-article): Use
211         `gnus-summary-update-line'.
212
213 2003-01-08  Simon Josefsson  <jas@extundo.com>
214
215         * gnus-art.el (gnus-unbuttonized-mime-types)
216         (gnus-buttonized-mime-types): Doc fix.
217
218 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
219
220         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
221
222 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
223
224         * nnrss.el (nnrss-group-alist): Add and clear up.
225
226 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
227
228         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
229
230         * lpath.el (bbdb-search): added BBDB functions for a better way to
231         fix missing functions
232
233         * spam.el (spam-check-ifile): if should be an unless
234
235         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
236         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
237         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
238
239 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
240
241         * gnus-sum.el (gnus-summary-make-menu-bar): Added
242         gnus-summary-refer-thread to thread menu.
243
244 2002-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
245
246         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
247         summary buffer, articles that cannot be fetched are marked as
248         canceled.
249
250         * nntp.el (nntp-with-open-group): The quit signal handler must
251         propagate the quit signal to the next outer handler so that the
252         caller knows that the request aborted abnormally.
253
254 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
255
256         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile)
257         (spam-ifile-register-spam-routine)
258         (spam-ifile-register-ham-routine): added ifile functionality that
259         does not use ifile-gnus.el to classify and register articles
260         (spam-get-article-as-string): convenience function
261         (spam-summary-prepare-exit): added ifile spam and ham registration
262         (spam-ifile-all-categories, spam-ifile-spam-category)
263         (spam-ifile-path, spam-ifile): added customization options
264
265         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
266         exit processor
267         (spam-process): added gnus-group-ham-exit-processor-ifile to the
268         list of choices
269
270 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
271
272         * gnus-score.el (gnus-score-followup): Also score immediate
273         followups.
274
275 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
276
277         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
278
279 2003-01-07  Simon Josefsson  <jas@extundo.com>
280
281         * message.el (message-mode-menu): Fix receipt balloon help.
282
283 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
284
285         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
286         always be interpreted as news.
287
288 2003-01-07  Simon Josefsson  <jas@extundo.com>
289
290         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
291         gnus-sieve-script, instead of the global variable
292         gnus-sieve-crosspost.  One-line patch from Steinar Bang
293         <sb@dod.no>.
294
295 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
296
297         * gnus.el: Renamed gnus-summary-*-uncached-face as
298         gnus-summary-*-undownloaded-face to avoid confusing the agent with
299         the cache.
300
301         * gnus-sum.el: Ditto.
302
303 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
304
305         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
306         in either the group or summary buffer.
307         New command "JS", in summary buffer, will fetch articles per the
308         group's category, predicate, and processable flags.
309         (gnus-agent-summary-fetch-series): Rewritten to call
310         gnus-agent-session-fetch-group once with all articles in the
311         series.
312         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
313         return list of fetched articles.
314         (gnus-agent-fetch-articles): Split fetch list into sublists such
315         that the article buffer is only slightly larger than
316         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
317         the group's article alist is saved.
318         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
319         longer result in the agent trying to fetch an article.
320         (gnus-agent-fetch-group-1): Can now be called in either the group
321         or summary buffer.  Removed the max-fetch-size code that I added
322         on 2002-12-13 as that capability is now part of
323         gnus-agent-fetch-articles.  Added code to update summary buffer.
324         When called in the group buffer, articles that can not be fetched
325         are AUTOMATICALLY MARKED AS READ.
326
327         * gnus-sum.el (): Modified eval-when-compile to minimize
328         misleading compilation warnings.
329         (gnus-update-summary-mark-positions): Changed code to use
330         gnus-undownloaded-mark rather than gnus-downloaded-mark.
331
332         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
333         empty file as the parser assumes that the file isn't empty.
334
335         * nntp.el (nntp-send-string): The process-send-string call can,
336         because it performs I/O on the process, change the process' state
337         from open to closed.  If this happens, call nntp-report
338         immediately to report the broken connection.
339         (nntp-report): Rewritten to avoid needing a global variable to
340         determine the appropriate course of action.  Instead, two function
341         implementations are provided and the nntp-report function value is
342         bound to the appropriate implementation.
343         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
344         (nntp-with-open-group): Now binds nntp-report's function cell
345         rather than binding gnus-with-open-group-first-pass.  Added a
346         condition-case to detect a quit during a nntp command.  When the
347         quit occurs, the current connection is closed as a fetch articles
348         request could have several megabytes queued up for reading.
349         (nntp-retrieve-headers): Bind articles to itself.  If
350         nntp-with-open-group repeats this command, I must have access to
351         the original list of articles.
352         (nntp-retrieve-groups): Ditto for groups.
353         (nntp-retrieve-articles): Ditto for articles.
354         (*): Replaced nntp-possibly-change-group calls to
355         nntp-with-open-group forms in all, but one, occurrance.
356         (nntp-accept-process-output): Bug fix. Detect when called with
357         null process.
358
359 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
360
361         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
362         if we don't need to.
363         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
364
365 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
366
367         * gnus-group.el (gnus-group-make-web-group): Pass the select
368         method on to group-create.
369         (gnus-group-line-format-alist): %U is an integer.
370
371         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
372         ephemeral groups.
373         (gnus-summary-read-group-1): Ditto.
374         (gnus-group-make-articles-read): Ditto.
375
376         * mm-url.el (mm-url-program): Doc fix.
377
378         * message.el (message-mode-map): Rebound
379         message-insert-wide-reply.
380
381 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
382
383         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
384         color as `gnus-group-startup-message' does.
385
386 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
387
388         * spam.el: fixed line lengths to 80 chars or less
389
390         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
391         "not-read" mark
392         (gnus-summary-mark-forward): added the spam-mark to the list of
393         marks not to be marked as "read" when viewed
394
395 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
396
397         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply.
398
399         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
400         Protect against unactive groups.
401
402         * message.el (message-check-news-header-syntax): Check long
403         header lines.
404         (message-check-news-header-syntax): Update `start'.
405
406         * gnus-group.el (gnus-group-expire-articles): Doc fix.
407         (gnus-group-line-format): %U.
408         (gnus-group-line-format-alist): ?U.
409         (gnus-number-of-unseen-articles-in-group): New function.
410
411         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout.
412
413         * gnus.el (gnus-version-number): Bump version number.
414
415 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
416
417         * gnus.el: Oort Gnus v0.10 is released.
418
419 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
420
421         * gnus.el (gnus-version-number): Fix version number.
422
423 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
424
425         * gnus.el: Oort Gnus v0.08 is released.
426
427 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
428
429         * mm-util.el: Add mm-string-make-unibyte.
430
431         * gnus-group.el (gnus-group-jump-to-group): Make it work for
432         UTF-8 groups.
433
434 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
435
436         * gnus.el (gnus-variable-list): Write gnus-format-specs last.
437
438         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
439
440 2003-01-04  Kevin Ryde  <user42@zip.com.au>
441
442         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
443         function.
444
445 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
446
447         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p.
448         (gnus-summary-read-group-1): Update group line.
449         (gnus-summary-exit-no-update): Update group on exit.
450
451         * gnus-group.el (gnus-group-line-format): Add %*.
452         (gnus-group-line-format-alist): Ditto.
453         (gnus-group-insert-group-line): Set it.
454         (gnus-group-is-exiting-p): New variable.
455         (gnus-group-insert-group-line): Use it.
456
457 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
458
459         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
460         enable BBDB ham processing
461         (spam-blacklist-register-routine): enable blacklist spam processing
462         (spam-whitelist-register-routine): enable whitelist ham processing
463         (spam-fetch-field-from-fast): fast fetching of the "from" field
464         from (gnus-data-list)
465         (spam-summary-prepare-exit): works completely now
466         (spam-use-blacklist): oops, should be nil by default
467         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
468         split processing now; before it was for summary exit as
469         well but that's done with the spam-contents and spam-process
470         parameters now
471
472 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
473
474         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
475         characters.
476
477 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
478
479         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
480         (spam-group-processor-p, spam-group-processor-bogofilter-p)
481         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p)
482         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p)
483         (spam-mark-spam-as-expired-and-move-routine)
484         (spam-generic-register-routine, spam-BBDB-register-routine)
485         (spam-ifile-register-routine, spam-blacklist-register-routine)
486         (spam-whitelist-register-routine): new functions
487         (spam-summary-prepare-exit): added summary exit processing (expire
488         or move) of spam-marked articles for spam groups; added slots for
489         all the spam-*-register-routine functions
490
491 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
492
493         * pop3.el (pop3-retr): Wait 500 msecs.
494         (pop3-read-response): Ditto.
495
496         * gnus-msg.el (gnus-setup-message): Get the evaliation order
497         right.
498         (gnus-inews-make-draft): New function.
499         (gnus-setup-message): Use it.
500
501         * message.el (message-required-headers): Add From.
502
503 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
504         Trivial patch from Norbert Koch <nk@viteno.net>.
505
506         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
507
508 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
509
510         * message.el (message-generate-headers): Let header formatters do
511         their work.
512
513 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
514
515         * deuglify.el (gnus-article-outlook-deuglify-article):
516         Rehighlight, reapply treatments and call
517         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
518         (gnus-outlook-repair-attribution-block): Recognize cited
519         attributions.  Suggested by Niklas Morberg.
520
521 2003-01-02  Pete Kazmier  <pete@kazmier.com>
522
523         * gnus-art.el (gnus-treat-predicate): Check condition first.
524
525 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
526
527         * lpath.el: Add url-http-file-exists-p.
528
529         * gnus-group.el (gnus-group-fetch-charter): Use
530         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
531
532 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
533
534         * message.el (message-draft-headers): Also generate From to get a
535         nicer draft buffer summary.
536
537         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
538         parameter.
539
540         * gnus-art.el (article-wash-html): Clean up.
541         (article-wash-html): Typo fix.
542
543         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
544         (gnus-summary-mail-forward): To many lists of lists.
545
546         * gnus-art.el (article-wash-html): Clean up.
547
548 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
549
550         * gnus-art.el (gnus-treat-wash-html): New variable.
551
552 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
553
554         * message.el (message-check-news-header-syntax): Allow posting.
555         (message-check-news-header-syntax): Fix logic for sure, this
556         time.
557
558 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
559
560         * message.el (message-check-news-header-syntax): Check syntax of
561         continuation headers.
562
563 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
564
565         * gnus-art.el (gnus-button-url-regexp,
566         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
567         (gnus-header-button-alist): Regexps are case insensitive here.
568
569 2003-01-02  Simon Josefsson  <jas@extundo.com>
570
571         * dig.el (query-dig): Doc fix.
572
573 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
574
575         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
576         summary buffer line, not just the download mark.
577
578 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
579
580         * gnus-sum.el (gnus-summary-goto-subjects): New function.
581         (gnus-summary-insert-dormant-articles): New command and
582         keystroke.
583
584         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
585         function for mass insertion of subjects.
586
587         * nndraft.el (nndraft-generate-headers): Don't move point.
588
589         * gnus.el (nnheader): Require nnheader.
590
591         * nndraft.el (nndraft-request-associate-buffer): Use
592         make-local-variable.
593
594 2003-01-02  Michael Shields  <shields@msrl.com>
595
596         * nndraft.el (nndraft-request-associate-buffer): Make
597         write-contents-hooks buffer-local before setting it.
598
599 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
600
601         * gnus.el (gnus-group-parameter-value): Take an extra param.
602         (gnus-group-fast-parameter): Let group param results be nil.
603
604         * gnus-art.el (gnus-article-forward-header): New function.
605         (article-date-ut): Use it to remove continuation date headers.
606
607         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
608         read-event.
609         (gnus-summary-remove-bookmark): Clean up.
610         (gnus-summary-set-bookmark): Clean up.
611
612         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
613
614         * gnus.el (gnus-group-startup-message): Bind data-directory to
615         the Gnus etc directory.
616
617 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
618
619         * spam.el (spam-summary-prepare-exit): added slots for spam- and
620         ham-processing of articles; use the new
621         spam-group-(spam|ham)-contents-p functions
622         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
623         convenience functions
624         (spam-mark-junk-as-spam-routine): use the new
625         spam-group-spam-contents-p function
626
627         * gnus.el (spam-process, spam-contents, spam-process-destination):
628         added new parameters with corresponding global variables
629         (gnus-group-spam-exit-processor-ifile,
630         gnus-group-spam-exit-processor-bogofilter,
631         gnus-group-spam-exit-processor-blacklist,
632         gnus-group-spam-exit-processor-whitelist,
633         gnus-group-spam-exit-processor-BBDB,
634         gnus-group-spam-classification-spam,
635         gnus-group-spam-classification-ham): added new symbols for the
636         spam-process and spam-contents parameters
637
638         * spam.el (spam-ham-marks, spam-spam-marks): changed list
639         customization and list itself to store mark symbol rather than
640         mark character.
641         (spam-bogofilter-register-routine): added logic to generate mark
642         values list from spam-ham-marks and spam-spam-marks, so (member)
643         would work.
644
645 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
646
647         * message.el (message-cross-post-followup-to): Fix comment.
648
649 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
650
651         * spam.el (spam-ham-marks, spam-spam-marks): changed list
652         customization and list itself to store mark symbol rather than
653         mark character.
654         (spam-bogofilter-register-routine): added logic to generate mark
655         values list from spam-ham-marks and spam-spam-marks, so (member)
656         would work.
657
658 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
659
660         * message.el (message-signature-insert-empty-line): New variable.
661
662 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
663
664         * message.el: Renamed functions and variables: "xpost" ->
665         "cross-post", "-fup2" -> "-followup-to".
666         (message-cross-post-old-target, message-cross-post-default,
667         message-cross-post-note, message-followup-to-note,
668         message-cross-post-note-function): New variables names.
669         (message-xpost-old-target, message-xpost-default,
670         message-xpost-note, message-fup2-note,
671         message-xpost-note-function): Removed variable names.
672         (message-cross-post-followup-to-header,
673         message-cross-post-insert-note, message-cross-post-followup-to):
674         New function names.
675         (message-xpost-fup2-header, message-xpost-insert-note,
676         message-xpost-fup2): Removed function names.
677
678 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
679
680         * message.el (message-send-mail): Added message-cleanup-headers to
681         prevent newlines in headers.
682
683 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
684
685         * dns.el (dns-make-network-process): Comment.
686
687         * gnus-sum.el (gnus-summary-display-while-building): Default to
688         nil.
689
690 2003-01-01  Wes Hardaker  <wes@hardakers.net>
691
692         * gnus-sum.el (gnus-summary-display-while-building): New
693         variable.
694
695 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
696
697         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
698         before rearranging the article.
699
700 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
701
702         * nndraft.el (nndraft-generate-headers): New function.
703         (nndraft-request-associate-buffer): Use it to write headers on
704         buffer save.
705
706         * message.el (message-generate-headers): Let the function be a
707         lambda form.
708         (message-draft-headers): New variable.
709
710         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
711         function.
712         (gnus-setup-message): Use it.
713
714         * message.el (message-generate-headers-first): Doc fix.
715         (message-setup-1): Use new function for getting which headers to
716         generate.
717         (message-headers-to-generate): New function.
718
719 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
720
721         * gnus-agent.el (gnus-agent-save-alist): Make directory.
722
723 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
724
725         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
726         mention negatives.
727
728 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
729
730         * deuglify.el (gnus-outlook-rearrange-article): Use
731         `transpose-regions' instead of tempering the kill-ring.
732         (gnus-article-outlook-deuglify-article): Rehighlight article
733         instead of a complete redisplay.
734
735 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
736
737         * spam.el: most defvars are defcustoms now
738
739         patches from Michael Shields  <shields@msrl.com>
740
741         * spam.el (spam-bogofilter-articles): Select the article
742         body using gnus-summary-show-article t instead of
743         gnus-summary-select-article; this presents the raw text
744         without running any hooks.
745
746         * spam.el (spam-bogofilter-articles): Use message-remove-header
747         to remove headers; the old way incorrectly removed just the first
748         line of folded headers.
749
750 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
751
752         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
753
754 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
755
756         * gnus-start.el (gnus-load): New function.
757         (gnus-read-newsrc-el-file): Use it.
758
759 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
760
761         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
762         (gnus-button-handle-apropos-documentation): New function.
763         (gnus-button-handle-ctan): New function.
764         (gnus-button-alist): Use them.  Improve some regexps.
765         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
766
767 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
768
769         * message.el (message-subscribed-p): New function.
770         (message-send-mail): Use it.
771         * mml.el (mml-preview-insert-mft): New function.
772         (mml-preview): Use it.
773
774 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
775
776         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
777         when sorting by date.
778
779         * gnus-art.el (gnus-article-edit-mode): New variable.
780         (gnus-article-setup-buffer): Warn user about discarding edits.
781
782         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
783         (gnus-summary-pipe-output): Take a symbolic prefix to save all
784         headers.
785
786         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
787
788 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
789
790         * message.el (message-completion-alist): Added "Mail-Followup-To"
791         and "Mail-Copies-To".
792
793 2002-07-21  Jesper harder  <harder@ifa.au.dk>
794
795         * gnus-group.el: Add key bindings for
796         gnus-group-sort-groups-by-real-name and
797         gnus-group-sort-selected-groups-by-real-name.
798
799 2002-07-21  Jesper harder  <harder@ifa.au.dk>
800
801         * gnus.texi (Sorting Groups): Add key bindings for
802         gnus-group-sort-groups-by-real-name and
803         gnus-group-sort-selected-groups-by-real-name.
804
805 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
806
807         * spam.el (spam-use-dig): new variable for blackhole checking
808         through dig.el
809         (spam-check-blackholes): added dig.el checking functionality and
810         more verbose reporting; query-dig is autoloaded from dig.el
811         (spam-use-blackholes): disabled by default
812         (spam-blackhole-servers): removed rbl.maps.vix.com from the
813         blackhole servers list
814
815 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
816
817         * message.el (message-required-headers): New variable.
818
819 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
820
821         * dig.el (query-dig): new function
822
823 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
824
825         * flow-fill.el (fill-flowed): Don't infloop on too long fill
826         prefixes.
827
828         * dns.el (query-dns): Protect against errors.
829
830         * gnus-msg.el (gnus-article-yanked-articles): New variable.
831         (gnus-inews-add-send-actions): Mark all answered messages as
832         answered.
833
834 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
835
836         * nnmail.el (nnmail-split-it): Added tracing to
837         `:' split rule
838
839 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
840
841         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
842         and "%s" so we don't overquote them.
843
844 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
845
846         * (mm-display-external): Display the actual command that has been
847         executed in the echo area.
848
849 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
850
851         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
852
853         * message.el (message-with-reply-buffer): New macro.
854         (message-fetch-reply-field): Use it.
855         (message-insert-wide-reply): New command and keystroke.
856         (message-carefully-insert-headers): New function.
857         (message-insert-to): Use new function.
858
859         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
860         (gnus-topic-goto-missing-group): Use it.
861
862         * message.el (message-required-news-headers): Removed Lines.
863         (message-reply): Don't insert References first.
864         (message-followup): Ditto.
865         (message-make-references): New function.
866         (message-followup): Set message-reply-headers before generating
867         the buffer stuff.
868
869 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
870
871         * mml.el (mml-generate-mime-1): Reverse the order of
872         encoding/flowing.
873
874 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
875
876         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
877         after moving them.
878
879         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
880         fit with newer standard format.
881         (gnus-summary-make-false-root-always): New variable.
882         (gnus-gather-threads-by-subject): Use it.
883
884         * message.el (message-get-reply-headers): Take an address list
885         optional argument.
886
887 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
888
889         * gnus.el (gnus-keep-backlog): Change default to 20.
890
891         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
892         start.
893         (gnus-agent-check-overview-buffer): Remove negative article
894         numbers.
895
896         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
897         (nnmail-cache-ignore-groups): Doc fix.
898
899         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
900         (nnimap-debug-buffer): New variable.
901         (nnimap-debug): Use it.
902
903 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
904
905         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
906
907 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
908
909         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
910         they aren't already sorted.
911
912 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
913
914         * message.el (message-mode-menu): Add ellipses to menu items
915         expecting user interaction.
916         (message-mode-field-menu): do.
917
918 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
919
920         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
921         it isn't used any more.
922
923 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
924
925         * binhex.el (binhex-decoder-program): Fix docstring.
926
927 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
928
929         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
930         special chars if the mailcap file uses single quotes around %s.
931         From Laurent Martelli <laurent@bearteam.org>.
932
933 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
934
935         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
936         return the info object.
937
938 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
939
940         * gnus-int.el (gnus-request-update-info): Artificially add
941         (1 . (1- min)) to the read range, in case the backend doesn't
942         store marks for nonexistent articles.
943
944 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
945
946         * binhex.el (binhex-insert-char): Eval-and-compile.
947
948 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
949
950         * lpath.el: Add tool-bar-local-item-from-menu.
951
952         * message.el (message-tool-bar-local-item-from-menu): New function.
953         (message-tool-bar-map): Use it.
954
955 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
956
957         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
958
959         * gnus-art.el (gnus-article-header-rank): Last header in
960         gnus-sorted-header-list should have higher rank than non-members.
961
962 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
963
964         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
965         covered methods.
966
967 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
968
969         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
970         eval-when-compile.  Suggested by Kevin Greiner.
971
972 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
973
974         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
975         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
976         even though no headers may have been fetched
977         (gnus-agent-fetch-group-1, and perhaps others, require this
978         behavior).
979         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
980         server buffer is constrained by gnus-agent-max-fetch-size.
981         Multiple chunks in the same group may perform arbitrarily large
982         updates.
983
984 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
985
986         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
987         gnus-summary-update-download-mark to update the article in the
988         summary.
989
990 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
991
992         * gnus.el (gnus-summary-high-uncached-face,
993         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
994         New faces.
995
996         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
997         added this on 2002-11-23 but it just wasn't working out as
998         intended.  The idea isn't entirely dead, three new faces
999         gnus-summary-*-uncached-face are being added to gnus.el to provide
1000         the basis for an improved implementation.
1001         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
1002         proper file to open is lib/servers.
1003         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
1004         (i.e. removing the article from gnus-newsgroup-downloadable) will
1005         now restore the article's default mark rather than simply setting
1006         no mark.
1007         (gnus-agent-get-undownloaded-list): Corrected documentation.
1008         Added code to set new summary local variable,
1009         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
1010         a temporary list.  No longer sets gnus-newsgroup-downloadable.
1011         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
1012         up to date.  Call new gnus-summary-update-download-mark to keep
1013         summary buffer up-to-date.
1014         (gnus-agent-fetch-selected-article): Keep
1015         gnus-newsgroup-undownloaded up to date.
1016         (gnus-agent-fetch-articles): Return list of articles that were
1017         successfully fetched.
1018         (gnus-agent-check-overview-buffer): No more thingatpt.
1019         (gnus-agent-expire): No longer deletes NOV entries of unread
1020         articles.
1021         (gnus-agent-unread-articles): New function.
1022         (gnus-agent-regenerate-group): The article number must be
1023         terminated by a tab character.  Added more messages to report
1024         repairs.  Inhibit quits while writing changes so it is now safe
1025         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
1026         downloaded to 1) resolve the unbound references and 2) avoid
1027         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
1028
1029         * gnus-art.el (gnus-article-prepare): The agent
1030         downloaded/undownloaded mark is no longer stored as the article's
1031         mark.
1032
1033         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
1034         gnus-summary-highlight may use it.  Added downloaded as
1035         gnus-summary-highlight was using it.
1036
1037         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
1038         the download mark now follows Kai's +/- convention.
1039         (gnus-downloaded-mark): Added ?+ mark.
1040         (gnus-summary-highlight): Added rules to select
1041         gnus-summary-high-uncached-face,
1042         gnus-summary-normal-uncached-face, and
1043         gnus-summary-low-uncached-face.  Removed the
1044         gnus-agent-downloaded-article-face.
1045         (gnus-summary-line-format-alist): Implemented the download flag
1046         format (?O) as named in the manual.  This implementation displays
1047         either gnus-undownloaded-mark, gnus-downloaded-mark, or
1048         gnus-no-mark.
1049         (gnus-newsgroup-agentized): New local variable that identifies
1050         which groups are agentized.  While the agent is now on by default,
1051         you don't have to agentize every server that you use.
1052         (gnus-update-summary-mark-positions): Completed support for the
1053         download type of mark.
1054         (gnus-summary-insert-line): Added undownloaded to the parameters.
1055         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
1056         reference by the gnus-summary-line-format-spec.
1057
1058         * nntp.el (nntp-with-open-group): This macro handles dropped or
1059         broken connections by opening a new connection and repeating the
1060         failed command.
1061         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
1062         XOVER commands preceeding the active articles with the nov entry
1063         of the first available article.  When gnus connected to such a
1064         server, the unexpected nov entry would result in duplicate lines
1065         in the agent's overview file.  This patch fixes the duplicate
1066         lines problem and improves performance by skipping over all
1067         articles IDs that preceed the first nov entry in the server's
1068         reply.
1069
1070 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1071
1072         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
1073         (gnus-summary-highlight): Use it instead of `downloaded'.
1074         (gnus-summary-highlight-line): Ditto.
1075
1076         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
1077
1078 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1079
1080         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
1081
1082         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
1083         calls.
1084
1085         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
1086         downloaded variable if we're in an uncovered group.
1087
1088         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
1089         font to soemthing less noticeable.
1090         (gnus-agent-group-covered-p): New function.
1091
1092 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
1093
1094         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
1095         Because of an unknown bug, the group buffer is saved in .overview
1096         file.
1097
1098 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1099
1100         * nntp.el (nntp-send-command): Braino in last commit.  Replace
1101         `and' with `or'.
1102
1103 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1104
1105         * nntp.el (nntp-send-command): Assume that echo does not happen
1106         when nntp-open-connection-function is nntp-open-network-stream.
1107         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
1108
1109 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
1110
1111         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
1112
1113 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
1114
1115         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
1116         nntp-server-buffer if we aren't going to write to it.
1117
1118 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1119         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
1120
1121         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
1122
1123 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1124
1125         * rfc2047.el (rfc2047-decode-region): Remove newlines between
1126         decoded words.
1127
1128 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1129
1130         * gnus.el (fboundp): After loading mm-util, make sure it was the
1131         right one.
1132
1133 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1134
1135         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
1136         gnus-sum.  Made into a user option.
1137
1138         * gnus-sum.el (gnus-simplify-ignored-prefixes)
1139         (gnus-summary-mark-article-as-unread)
1140
1141 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
1142
1143         * time-date.el (date-to-time): Typo.
1144
1145         * parse-time.el: Typo.
1146
1147         * nnsoup.el (nnsoup-retrieve-headers): Typo.
1148
1149         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
1150
1151         * nnimap.el:
1152         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
1153
1154         * mm-encode.el (mm-safer-encoding): Typo.
1155
1156         * messcompat.el: Typo.
1157
1158         * message.el (message-face-alist): Typo.
1159
1160         * imap.el (imap-interactive-login, imap-open): Typos.
1161
1162         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
1163
1164         * gnus.el: Typo.
1165
1166         * gnus-win.el (gnus-configure-frame): Typo.
1167
1168         * gnus-util.el (gnus-atomic-progn-assign): Typo.
1169
1170         * gnus-topic.el (gnus-topic-sort-topics): Typo.
1171
1172         * gnus-sum.el (gnus-summary-article-number)
1173         (gnus-summary-read-group-1, gnus-summary-mark-article)
1174         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
1175
1176         * gnus-mule.el (gnus-mule-add-group): Typo.
1177
1178         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
1179
1180         * gnus-group.el (gnus-group-fetch-faq): Typo.
1181
1182         * gnus-art.el (gnus-decode-header-methods): Typo.
1183
1184         * flow-fill.el: Typo.
1185
1186 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
1187
1188         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
1189
1190 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1191
1192         * gnus-sum.el (gnus-simplify-ignored-prefixes)
1193         (gnus-summary-mark-article-as-unread)
1194         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
1195         Reformatting to avoid long lines.
1196         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
1197
1198 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
1199
1200         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
1201         be accessed through `mail-header-number'.
1202
1203 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
1204
1205         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
1206         compressed range to gnus-summary-insert-articles.
1207
1208 2002-11-26  Kevin Ryde <user42@zip.com.au>
1209
1210         * gnus-art.el (gnus-mime-copy-part): Look for filename
1211         parameter under content-disposition, not content-type.
1212
1213         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
1214         (gnus-summary-reselect-current-group): Use it.
1215
1216 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
1217
1218         * gnus-agent.el (gnus-agent-uncached-articles): if
1219         gnus-agent-load-alist fails, return ARTICLES.
1220
1221         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
1222
1223 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1224
1225         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
1226         superfluous function call.
1227         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
1228         Add warning to docstring.
1229
1230 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1231
1232         * gnus-agent.el: Autoload number-at-point instead.
1233         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
1234
1235 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1236
1237         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
1238         require thingatpt (for number-at-point) and protect against
1239         deactivate-mark being unbound (on XEmacs).
1240
1241 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1242
1243         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
1244         print message on entry.
1245
1246         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
1247
1248         * gnus-range.el (gnus-range-difference): New function.
1249         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
1250
1251 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1252
1253         * gnus-sum.el (gnus-summary-insert-old-articles): Use
1254         gnus-remove-from-range instead of gnus-range-difference which
1255         doesn't exist.
1256
1257 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1258         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
1259
1260         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
1261         used for showing which articles have been downloaded.
1262         (gnus-agent-article-alist): Format change.  Add documentation.
1263         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
1264         process-marked articles.
1265         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
1266         in the series are individually fetched to minimize lose of
1267         content due to an error/quit.
1268         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
1269         gnus-message instead of message.
1270         (gnus-agent-read-servers): Use file lib/methods instead of
1271         lib/servers.  TODO: Why?
1272         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
1273         (gnus-agent-get-undownloaded-list): Remove articles that appear to
1274         come from the agent.  This means that they are not downloaded.
1275         (gnus-agent-fetch-selected-article): Don't use history.
1276         (gnus-agent-save-history, gnus-agent-enter-history)
1277         (gnus-agent-article-in-history-p, gnus-agent-history-path):
1278         Removed function; history is not used anymore.
1279         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
1280         (gnus-agent-crosspost): Started rewrite then realized that a typo
1281         in gnus-agent-fetch-articles ensures that this function is never
1282         called.  This will need to be fixed later.
1283         (gnus-agent-check-overview-buffer): Some sanity checks on the
1284         agent overview buffer.  This is a safety net used during
1285         development.
1286         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
1287         changed, write a number to the file indicating this.
1288         (gnus-agent-fetch-headers): Rewrite to respect
1289         gnus-agent-consider-all-articles without relying on the
1290         `.fetched' files.  Make it fast.
1291         (gnus-agent-braid-nov): Change resulting from
1292         gnus-agent-fetch-headers change.
1293         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
1294         `.fetched' files.
1295         (gnus-agent-read-agentview): New function, used by
1296         gnus-agent-load-alist.
1297         (gnus-agent-load-fetched-headers): Remove.
1298         (gnus-agent-save-alist): Rewrite to accomodate new format.
1299         (gnus-agent-fetch-group-1): Make sure list of articles is in the
1300         same order as in gnus-newsgroup-headers.
1301         (gnus-agent-expire): Document and implement extra args ARTICLES,
1302         GROUP, FORCE.  Do not restrict usage.
1303         (gnus-agent-uncached-articles): New function.
1304         (gnus-agent-retrieve-headers): Use it.
1305         (gnus-agent-regenerate-group): No longer needs to be called from
1306         gnus-agent-regenerate.  Individual groups may be regenerated. The
1307         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
1308         The article fetch dates are validated in the article alist.  The
1309         article alist is pruned of entries that do not reference existing
1310         NOV entries.  All changes are computed then applied with
1311         inhibit-quit bound to t.  As a result, it is now safe to quit out of
1312         regeneration.  The optional clean parameter has been replaced with
1313         an optional reread parameter.  Clean is no longer necessary as
1314         regeneration gets the appropriate setting from
1315         gnus-agent-consider-all-articles.  The new reread parameter will
1316         result in fetched, or all, articles being marked as unread.
1317         (gnus-agent-regenerate): Removed code to regenerate the history
1318         file as it is no longer used.
1319
1320         * gnus-start.el (gnus-make-ascending-articles-unread): New
1321         function, for efficient mass-marking.
1322
1323         * gnus-sum.el (gnus-summary-highlight): Use new face for
1324         downloaded articles.
1325         (gnus-article-mark): Prefer to indicate read/unread status over
1326         downloaded status.
1327         (gnus-summary-highlight-line-0): New function, maybe rehighlights
1328         line.
1329         (gnus-summary-highlight-line): Use new face for downloaded
1330         articles.
1331         (gnus-summary-insert-old-articles): Improved performance by
1332         replacing the initial LIST of older articles with a compressed
1333         RANGE of older articles.  Some servers appear to lie about
1334         their active range so the original list could contain millions
1335         of article numbers.  The range is not expanded into a list
1336         until the optional ALL parameter has been applied.
1337
1338 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1339
1340         * gnus-agent.el (gnus-category-mode): Typo in doc string.
1341
1342 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
1343
1344         * spam.el:
1345         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
1346
1347         * spam.el: added `M s t' and `M s x' key mappings
1348
1349 2002-11-20  Simon Josefsson  <jas@extundo.com>
1350
1351         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
1352
1353 2002-11-19  Simon Josefsson  <jas@extundo.com>
1354
1355         * gnus-sum.el (gnus-summary-morse-message): Load
1356         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
1357         (unmorse-region): Autoload it instead.
1358
1359 2002-11-18  Simon Josefsson  <jas@extundo.com>
1360
1361         * gnus-sum.el (gnus-summary-morse-message): New function.
1362         (gnus-summary-wash-map): Bind to `W m'.
1363         (gnus-summary-make-menu-bar): Add.
1364
1365         * nnimap.el (nnimap-request-expire-articles): Compress sequence
1366         before storing \Deleted mark on expired articles.
1367
1368 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
1369         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
1370
1371         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
1372         parens in column 0.
1373
1374 2002-11-17  Juanma Barranquero  <lektu@terra.es>
1375
1376         * nnweb.el (nnweb-google-create-mapping): Fix typo.
1377
1378         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
1379
1380         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
1381
1382 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
1383
1384         * message.el (message-set-auto-save-file-name): Use
1385         make-directory, to avoid the dependence on gnus-util.
1386
1387 2002-11-16  Simon Josefsson  <jas@extundo.com>
1388
1389         * nnimap.el (nnimap-callback-callback-function):
1390         (nnimap-callback-buffer): Removed, these cannot be global but must
1391         be embedded into the callback.
1392         (nnimap-make-callback): New.  Embedd article number, callback and
1393         buffer in function.
1394         (nnimap-callback, nnimap-request-article-part): Update.
1395
1396 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1397
1398         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
1399
1400 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1401
1402         * gnus.el (gnus-summary-line-format): Document %C.
1403
1404 2002-11-11  Simon Josefsson  <jas@extundo.com>
1405
1406         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
1407         output when called interactively.
1408
1409 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1410
1411         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
1412
1413         * message.el (message-draft-coding-system): Improve comment; use
1414         mm-auto-save-coding-system for the default value.
1415
1416         * nndraft.el (nndraft-request-article): Revert to the state before
1417         2002-10-29; regexp-quote mail-header-separator.
1418
1419 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
1420
1421         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
1422         allow editing of drafts from an nnvirtual group.
1423
1424 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1425
1426         * nndraft.el (nndraft-request-article): Replace emacs-mule with
1427         mm-auto-save-coding-system.
1428
1429         * message.el (message-draft-coding-system): Default to
1430         iso-2022-7bit.
1431
1432         * mm-util.el (mm-auto-save-coding-system): Undo last change to
1433         restore the default value to emacs-mule or escape-quoted.
1434
1435 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1436
1437         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
1438         a delayed or a queued article as well as a draft.
1439
1440         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
1441         delayed or a queued article in the raw format; treat a delayed
1442         article as a raw article as well as a draft.
1443         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
1444         for the delayed group.
1445
1446         * nndraft.el (nndraft-request-article): Ignore auto save files for
1447         a delayed or a queued article; don't bother to decode a queued
1448         article; don't bind nnmail-file-coding-system for a queued article.
1449
1450         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
1451         and the queue group.
1452
1453 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
1454
1455         * gnus-group.el (gnus-group-delete-group):
1456         gnus-cache-active-hashtb might be void.
1457
1458 2002-11-02  Simon Josefsson  <jas@extundo.com>
1459
1460         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
1461         setting of the default user ID.  From Raymond Scholz
1462         <ray-2002@zonix.de>.
1463
1464 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
1465
1466         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
1467         charset.
1468
1469 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
1470         From Alex Schroeder <alex@emacswiki.org>
1471         * spam-stat.el (spam-stat-process-directory): add dir to message
1472         (spam-stat-reduce-size): No longer remove words
1473         with values close to 0.5, because the default value is 0.2.
1474
1475 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1476
1477         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
1478         documentation.
1479
1480 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1481
1482         * gnus-agent.el (gnus-agent-fetched-headers)
1483         (gnus-agent-load-fetched-headers)
1484         (gnus-agent-save-fetched-headers): Remove variable and two
1485         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
1486         works better.
1487         (gnus-agent-fetch-headers): New implementation from Kevin
1488         Greiner.  Uses gnus-agent-article-alist to store information
1489         about fetched messages which aren't on the server anymore.  The
1490         trick is to return a list of considered messages to the caller,
1491         but to only fetch those which haven't been fetched yet.
1492
1493 2002-10-30  Simon Josefsson  <jas@extundo.com>
1494
1495         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
1496
1497         * pgg.el (pgg-passphrase-cache-expiry): Removed.
1498
1499 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1500
1501         * mm-view.el (mm-w3m-local-map-property): Make it work with older
1502         versions of emacs-w3m than 1.3.3.
1503
1504         * lpath.el: Bind w3m-minor-mode-map.
1505
1506         * mm-view.el (mm-w3m-mode-command-alist)
1507         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
1508         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
1509         (mm-setup-w3m): Simplified.
1510         (mm-w3m-local-map-property): New function.
1511         (mm-inline-text-html-render-with-w3m): Use it.
1512
1513         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
1514         mm-w3m-local-map-property.
1515
1516 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1517
1518         * mm-util.el (mm-auto-save-coding-system): Default to
1519         iso-2022-7bit.
1520
1521         * nndraft.el (nndraft-request-article): Decode an article using
1522         the coding-system emacs-mule if it seems to have been saved using
1523         emacs-mule.
1524         (nndraft-request-replace-article): Use message-draft-coding-system
1525         instead of mm-auto-save-coding-system for the draft or delayed
1526         group.
1527
1528 2002-10-28  Josh  <huber@alum.wpi.edu>
1529
1530         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
1531         functions.
1532
1533 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1534         From mah@everybody.org (Mark A. Hershberger).
1535
1536         * mm-url.el (mm-url-insert-file-contents): Make it return the same
1537         type values ("url" size) regardless of the values of
1538         mm-url-use-external.
1539
1540 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1541
1542         * nnimap.el (nnimap-request-article-part): Try harder to show
1543         group name in debugging message.
1544
1545 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1546
1547         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
1548         directory if it doesn't exist.
1549         (gnus-agent-fetch-headers): Remove old cruft that tried to
1550         abstain from downloading articles more than once if
1551         gnus-agent-consider-all-articles was true.  This is now done
1552         properly via the .fetched files.
1553
1554 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1555
1556         * nndraft.el (nndraft-request-article): Treat delayed articles
1557         like drafts.
1558
1559 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1560
1561         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
1562
1563 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1564
1565         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
1566         Remove unused optional arg DIR and corresponding code.
1567
1568         * nnimap.el (nnimap-request-article-part): Include group name in
1569         debugging output.
1570
1571 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
1572
1573         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
1574
1575 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1576
1577         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
1578         contains range of headers that have been fetched by the agent
1579         already.  Compare gnus-agent-article-alist.
1580         (gnus-agent-file-header-cache): Like
1581         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
1582         (gnus-agent-fetch-headers): Improve comment.  Revert to old
1583         seen/recent logic.
1584         Remember which headers have been fetched before and don't fetch
1585         them again the next time round.
1586         (gnus-agent-load-fetched-headers)
1587         (gnus-agent-save-fetched-headers): New functions, for remembering
1588         which headers have been fetched before.
1589
1590 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1591
1592         * lpath.el: Remove useless bindings.
1593
1594 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
1595
1596         * gnus-sum.el (gnus-summary-execute-command): Disable visual
1597         features while searching.
1598
1599 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1600
1601         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
1602
1603 2002-10-22  Simon Josefsson  <jas@extundo.com>
1604
1605         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
1606         (pgg-snarf-keys): Add.
1607
1608 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1609
1610         * lpath.el: Fbind bbdb-records.
1611
1612         * spam.el: Don't autoload bbdb-records.
1613
1614 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1615
1616         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
1617         prevent inf-loop.
1618
1619 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1620
1621         * nnslashdot.el: Removed some test lines.
1622         More test.
1623
1624 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1625
1626         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
1627         are known to be downloaded already.
1628
1629 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1630
1631         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
1632         (mm-text-html-washer-alist): Ditto.
1633
1634 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1635
1636         * nnheader.el (nnheader-remove-body): Fix an error of detecting
1637         boundary between headers and body.
1638         * nnml.el (nnml-parse-head): Ditto.
1639
1640 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1641
1642         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
1643         entries.
1644
1645         * gnus-group.el (gnus-fetch-group): Allow an optional
1646         specification of the articles to select.
1647
1648         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
1649
1650 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1651
1652         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
1653         headers from the group, update variable `articles' to contain
1654         only those numbers where headers exist.  (When fetching all
1655         articles in a group, Gnus creates lots of numbers where there is
1656         no articles.)
1657
1658 2002-10-20  Steve Youngs  <youngs@xemacs.org>
1659
1660         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
1661         doesn't have the 'alist custom type, use cons cells instead.
1662         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
1663         (pgg-parse-hash-algorithm-alist): Ditto.
1664         (pgg-parse-compression-algorithm-alist): Ditto.
1665         (pgg-parse-signature-type-alist): Ditto.
1666
1667         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
1668
1669         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
1670
1671         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
1672
1673 2002-10-19  Simon Josefsson  <jas@extundo.com>
1674
1675         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
1676         buffer.
1677
1678 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1679
1680         * gnus-spec.el (gnus-make-format-preserve-properties)
1681         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
1682         properties also on XEmacs.  `gnus-xmas-format' is like format but
1683         preserves text properties on XEmacs (though it only understands
1684         simple format specs).  The variable
1685         `gnus-make-format-preserve-properties' controls whether the
1686         function is used, and is checked in `gnus-parse-simple-format'.
1687         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
1688
1689         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
1690         output.
1691         (gnus-agent-consider-all-articles): New variable.
1692         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
1693         (gnus-agent-fetch-headers): Depending on
1694         gnus-agent-consider-all-articles, maybe get all articles.
1695         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
1696         `read'.
1697         (gnus-predicate-imples-unread): New function.
1698         (gnus-agent-fetch-headers): Optimize to call
1699         gnus-list-of-unread-articles if that is sufficient.
1700         Check unseen and recent instead of seen and recent.
1701         (gnus-agent-fetch-headers): Abstain from calling
1702         gnus-list-range-intersection if range (a . b) would have (> a b).
1703
1704 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1705
1706         * message.el (message-send-mail): Make it possible to perform
1707         edebug-defun.
1708
1709 2002-10-18  Simon Josefsson  <jas@extundo.com>
1710
1711         * gnus-art.el (gnus-button-man-handler): Change default to
1712         `manual-entry' (defined in both emacsen).
1713         (gnus-button-man-handler): Remove emacsen difference and use
1714         `manual-entry'.
1715
1716 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1717
1718         * spam.el: Wrap autoload settings for bbdb-records,
1719         executable-find and ifile-spam-filter with eval-and-compile.
1720         (spam-display-buffer-contents): Remove.
1721         (spam-bogofilter-score): Merge spam-display-buffer-contents.
1722
1723 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
1724
1725         * spam.el (spam-display-buffer-contents): New function.
1726         (spam-bogofilter-score): use spam-display-buffer-contents, patch
1727         from Katsumi Yamaoka <yamaoka@jpl.org>.
1728
1729 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1730
1731         * nnheader.el (nnheader-parse-naked-head): New function.
1732         (nnheader-parse-head): Use the above function, in order to handle
1733         continuation lines properly.
1734         (nnheader-remove-body): New function.
1735         (nnheader-remove-cr-followed-by-lf): New function.
1736         (nnheader-ms-strip-cr): Use the above function.
1737
1738         * gnus-agent.el (gnus-agent-regenerate-group): Call
1739         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
1740         `nnheader-parse-head'.
1741         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
1742
1743         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
1744         continuation lines by itself; call `nnheader-parse-naked-head'
1745         instead of `nnheader-parse-head'.
1746         * nndiary.el (nndiary-parse-head): Ditto.
1747         * nnfolder.el (nnfolder-parse-head): Ditto.
1748         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
1749         * nnmaildir.el (nnmaildir--update-nov): Ditto.
1750         * nnml.el (nnml-parse-head): Ditto.
1751
1752 2002-10-17  Steve Youngs  <youngs@xemacs.org>
1753
1754         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
1755         XEmacs, default to it if featurep 'xemacs.
1756
1757 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1758
1759         * spam-stat.el: Check for the existence of hash functions instead
1760         of the Emacs version to decide whether to load cl.  Suggested by
1761         Kai Gro\e,A_\e(Bjohann.
1762
1763 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1764
1765         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
1766         if it isn't open yet.
1767
1768 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1769
1770         * gnus-group.el: Require mm-url only when compiling.
1771         (gnus-group-fetch-charter): Require mm-url.
1772
1773         * spam-stat.el: Require cl for the functions gethash,
1774         hash-table-count, make-hash-table and mapc for Emacs 20.
1775         (puthash): Alias to cl-puthash for Emacs 20.
1776         (with-syntax-table): New macro for Emacs 20.
1777
1778 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
1779
1780         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
1781
1782 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
1783
1784         * spam.el (spam-check-ifile): added ifile as a spam checking
1785         backend, and spam-use-ifle as the variable to toggle that check.
1786
1787 2002-10-12  Simon Josefsson  <jas@extundo.com>
1788
1789         * message.el (message-beginning-of-line): New variable.
1790         (message-beginning-of-line): Use it.
1791
1792 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
1793
1794         * spam.el: more compilation fixes for BBDB
1795
1796         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
1797         (spam-stat-reduce-size): Interactive.
1798         (spam-stat-reset): New function.
1799         (spam-stat-save): Interactive.
1800
1801 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1802
1803         * gnus.el: Autoload gnus-delay-initialize.
1804
1805         * message.el: Autoload gnus-delay-article.
1806
1807 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
1808
1809         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
1810         text property in Emacs.
1811
1812 2002-10-11  Simon Josefsson  <jas@extundo.com>
1813
1814         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
1815         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
1816
1817         * mml1991.el (mml1991-pgg-sign): Remove CR.
1818
1819 2002-10-10  Simon Josefsson  <jas@extundo.com>
1820
1821         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
1822         decrypt failed.
1823         (mml2015-trust-boundaries-alist): Removed.
1824         (mml2015-gpg-extract-signature-details): Don't use it.
1825         (mml2015-unabbrev-trust-alist): New.
1826         (mml2015-gpg-extract-signature-details): Use it.
1827
1828 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
1829
1830         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
1831         BBDB installed
1832
1833         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
1834         statistical analysis of spam in Lisp only
1835
1836 2002-10-10  Simon Josefsson  <jas@extundo.com>
1837
1838         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
1839         auth, selected or examine state.
1840
1841         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
1842         buffer and error buffer depending on type of information.
1843
1844         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
1845         --status-fd stuff even if gpg.el is not used (revert earlier
1846         change).
1847         (mml2015-pgg-{clear-,}verify): Store both output and errors as
1848         gnus details.
1849         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
1850         buffer.
1851
1852         * pgg.el (pgg-verify-region): Use it.
1853
1854         * pgg-def.el (pgg-query-keyserver): New variable.
1855
1856         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
1857         key-identifier in packet.  Is this a good idea?
1858
1859         * mml.el (mml-mode-map): Add security commands that operates on
1860         MIME parts.
1861         (mml-menu): And menu items for them.
1862
1863         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
1864
1865         * mml.el (mml-parse-1): Support sender in #secure tags.
1866
1867         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
1868         defined.
1869
1870         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
1871         (mml-pgp-encrypt-buffer): Support combined signing.
1872
1873         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
1874         (mml1991-gpg-encrypt): Ditto.
1875         (mml1991-pgg-encrypt): Ditto.
1876         (mml1991-encrypt): Pass sign parameter.
1877
1878         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
1879         (mml-signencrypt-style): Mention the variable.
1880
1881 2002-10-09  Simon Josefsson  <jas@extundo.com>
1882
1883         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
1884         pgg-gpg-user-id.
1885
1886         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
1887         (pgg-fetch-key-function): Nil if w3 is not installed.
1888
1889 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1890
1891         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
1892         gnus-agent-current-history.
1893
1894 2002-10-06  Simon Josefsson  <jas@extundo.com>
1895
1896         * imap.el (imap-parse-status): Don't use read to read token.
1897
1898 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1899
1900         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
1901         for methods not covered by the agent, and when unplugged.
1902
1903 2002-10-05  Simon Josefsson  <jas@extundo.com>
1904
1905         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
1906         signing.
1907
1908         * gnus-agent.el (gnus-agent-read-servers): If getting method from
1909         a named server fails, ignore the server.
1910
1911         * mml1991.el (mml1991-pgg-sign): Do QP.
1912
1913         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
1914         work.
1915
1916 2002-10-04  Simon Josefsson  <jas@extundo.com>
1917
1918         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
1919
1920         * pgg-pgp.el (pgg-pgp-verify-region): Inline
1921         binary-write-decoded-region from MEL.
1922
1923         * pgg.el (pgg-encrypt-region): Support sign.
1924
1925         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
1926
1927         * mml2015.el (mml2015-pgg-encrypt): Ditto.
1928
1929         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
1930         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
1931         branch where PGG was taken from in the ChangeLog entries below.
1932
1933 2002-10-01  Simon Josefsson  <jas@extundo.com>
1934
1935         * pgg-pgp.el: Don't require mel.  Don't use luna.
1936         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
1937         (pgg-pgp-process-region): Use expand-file-name instead of concat.
1938         (pgg-pgp-process-region): Don't use binary-funcall.
1939
1940         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
1941
1942         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
1943         instead of concat.
1944
1945         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
1946
1947 2002-09-29  Simon Josefsson  <jas@extundo.com>
1948
1949         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
1950         compile warnings.
1951
1952         * pgg.el (pgg-decrypt-region): Don't parse packet.
1953
1954         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
1955
1956 2002-09-29  Daiki Ueno <ueno@unixuser.org>
1957
1958         * pgg.el: Remove dependency on calist.el.
1959
1960 2002-09-28  Simon Josefsson  <jas@extundo.com>
1961
1962         * pgg.el (pgg-temporary-file-directory): New variable.
1963         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
1964
1965         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
1966         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
1967
1968         * pgg-parse.el (pgg-char-int): Defalias.
1969         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
1970         (pgg-read-bytes, pgg-read-body): Use it.
1971         (pgg-decode-packets): Don't use MEL, use base64-*.
1972         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
1973         (pgg-string-as-unibyte): Defalias.
1974         (pgg-parse-armor-region): Use it.
1975
1976         * pgg-gpg.el (pgg-gpg-process-region): Use
1977         pgg-temporary-file-directory.
1978
1979         * luna.el: Don't def-edebug.
1980
1981         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
1982         binary-write-decoded-region from MEL.
1983
1984         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
1985
1986         * alist.el, calist.el: Don't require product/APEL.
1987
1988         * pgg-parse.el (top-level): Remove dependency on static.el,
1989         pccl.el, mel.el.
1990         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
1991         `define-ccl-program' is boundp, instead of using broken.
1992
1993 2002-10-01  Simon Josefsson  <jas@extundo.com>
1994
1995         * message.el (message-required-mail-headers): Remove Lines:.
1996
1997 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1998         From Jesper Harder.
1999
2000         * gnus-group.el (gnus-group-fetch-charter,
2001         gnus-group-fetch-control): Prompt for group if given a prefix
2002         argument.
2003         * gnus-sum.el (t): Add gnus-group-fetch-charter and
2004         gnus-group-fetch-control to summary key map and menu.
2005
2006
2007 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
2008
2009         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
2010         number when there are no articles.
2011
2012 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2013
2014         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
2015         arg ALL means to fetch all articles, not only downloadable ones.
2016         (gnus-agent-fetch-selected-article): New function for
2017         gnus-select-article-hook or gnus-mark-article-hook.
2018
2019 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2020         From Peter von der Ahe <nospam2159@daimi.au.dk>.
2021
2022         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
2023         raw-text.
2024
2025 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
2026
2027         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
2028         Pinard).
2029         Major revamp of the code, documentation is in comments in the file
2030         for now.
2031
2032 2002-09-30  Simon Josefsson  <jas@extundo.com>
2033
2034         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
2035         buffer seem to be needed?
2036
2037 2002-09-29  Simon Josefsson  <jas@extundo.com>
2038
2039         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
2040         compile warnings.
2041
2042         * mml1991.el (mml1991-function-alist): Add pgg.
2043         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
2044         (mml1991-pgg-encrypt): Fix recipients querying.
2045
2046 2002-09-28  Simon Josefsson  <jas@extundo.com>
2047
2048         * mml2015.el (autoload): Autoload correct files.  Trivial patch
2049         from dme@dme.org.
2050         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
2051         handle is returned.
2052
2053 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2054
2055         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2056         Protect against non-existent of `nnimap-mailbox-info'.
2057
2058 2002-09-27  Simon Josefsson  <jas@extundo.com>
2059
2060         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
2061         (gnus-setup-news-hook): Use it.
2062         (gnus-after-getting-new-news-hook): Ditto.
2063
2064         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
2065
2066 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2067         From Mats Lidell <matsl@contactor.se>.
2068
2069         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
2070
2071 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
2072
2073         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
2074         the part to decode encoded words, use raw words instead of decoded
2075         words.
2076
2077 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
2078
2079         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
2080
2081         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
2082         (mm-setup-w3m): Use it.
2083
2084 2002-09-27  Simon Josefsson  <jas@extundo.com>
2085
2086         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
2087         article buffers.
2088
2089         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
2090         it just in case.
2091         (nnimap-update-unseen): New function; update unseen count in
2092         `n-m-info'.
2093         (nnimap-close-group): Call it.
2094
2095         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
2096         (gnus-after-getting-new-news-hook): Ditto.
2097
2098         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
2099         message into verboselevel 9.  Change slow mail check message.
2100         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
2101         (nnimap-fixup-unread-after-getting-new-news): New function, to be
2102         used as a hook after getting new mail.
2103
2104 2002-09-26  Simon Josefsson  <jas@extundo.com>
2105
2106         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
2107         SELECT/EXAMINE is first unseen article, not number of unseen
2108         articles.  Make them distinct by renaming the former to
2109         `first-unseen' instead of `unseen'.
2110
2111         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
2112         too.
2113         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
2114         changed.
2115         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
2116
2117         * gnus-int.el (gnus-server-unopen-status): Defcustom.
2118
2119         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
2120         better.
2121
2122         * mml2015.el (mml2015-pgg-decrypt): Only add security information
2123         if dissecting resulting buffer actually had any information.
2124
2125 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2126
2127         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
2128         because the function `string<' allows symbols.
2129
2130         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
2131
2132 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
2133
2134         * message.el (message-forward-make-body): Revert an early change
2135         because 8-bit utf-8 emails.
2136
2137 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
2138
2139         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
2140         links to Info)
2141         * gnus-art.el (gnus-treat-highlight-signature):
2142         * gnus-art.el (gnus-treat-buttonize):
2143         * gnus-art.el (gnus-treat-buttonize-head):
2144         * gnus-art.el (gnus-treat-emphasize):
2145         * gnus-art.el (gnus-treat-strip-cr):
2146         * gnus-art.el (gnus-treat-unsplit-urls):
2147         * gnus-art.el (gnus-treat-leading-whitespace):
2148         * gnus-art.el (gnus-treat-hide-headers):
2149         * gnus-art.el (gnus-treat-hide-boring-headers):
2150         * gnus-art.el (gnus-treat-hide-signature):
2151         * gnus-art.el (gnus-treat-fill-article):
2152         * gnus-art.el (gnus-treat-hide-citation):
2153         * gnus-art.el (gnus-treat-hide-citation-maybe):
2154         * gnus-art.el (gnus-treat-strip-list-identifiers):
2155         * gnus-art.el (gnus-treat-strip-pgp):
2156         * gnus-art.el (gnus-treat-strip-pem):
2157         * gnus-art.el (gnus-treat-strip-banner):
2158         * gnus-art.el (gnus-treat-highlight-headers):
2159         * gnus-art.el (gnus-treat-highlight-citation):
2160         * gnus-art.el (gnus-treat-date-ut):
2161         * gnus-art.el (gnus-treat-date-local):
2162         * gnus-art.el (gnus-treat-date-english):
2163         * gnus-art.el (gnus-treat-date-lapsed):
2164         * gnus-art.el (gnus-treat-date-original):
2165         * gnus-art.el (gnus-treat-date-iso8601):
2166         * gnus-art.el (gnus-treat-date-user-defined):
2167         * gnus-art.el (gnus-treat-strip-headers-in-body):
2168         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
2169         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
2170         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
2171         * gnus-art.el (gnus-treat-unfold-headers):
2172         * gnus-art.el (gnus-treat-fold-headers):
2173         * gnus-art.el (gnus-treat-fold-newsgroups):
2174         * gnus-art.el (gnus-treat-overstrike):
2175         * gnus-art.el (gnus-treat-display-xface):
2176         * gnus-art.el (gnus-treat-display-smileys):
2177         * gnus-art.el (gnus-treat-from-picon):
2178         * gnus-art.el (gnus-treat-mail-picon):
2179         * gnus-art.el (gnus-treat-newsgroups-picon):
2180         * gnus-art.el (gnus-treat-body-boundary):
2181         * gnus-art.el (gnus-treat-capitalize-sentences):
2182         * gnus-art.el (gnus-treat-fill-long-lines):
2183         * gnus-art.el (gnus-treat-play-sounds):
2184         * gnus-art.el (gnus-treat-translate):
2185         * gnus-art.el (gnus-treat-x-pgp-sig):
2186         * gnus-art.el (gnus-mime-button-line-format):
2187         * gnus-art.el (gnus-button-man-level):
2188         * gnus-art.el (gnus-button-emacs-level):
2189         * gnus-cus.el (gnus-group-parameters):
2190         * gnus-gl.el (bbb-build-mid-scores-alist):
2191         * gnus-group.el (gnus-group-line-format):
2192         * gnus-mlspl.el (gnus-group-split-setup):
2193         * gnus-mlspl.el (gnus-group-split):
2194         * gnus-msg.el (gnus-mailing-list-groups):
2195         * gnus-msg.el (gnus-posting-styles):
2196         * gnus-nocem.el (gnus-nocem-issuers):
2197         * gnus-score.el (gnus-score-regexp-bad-p):
2198         * gnus-srvr.el (gnus-server-line-format):
2199         * gnus-topic.el (gnus-topic-line-format):
2200         * gnus.el (gnus-summary-line-format):
2201         * mail-source.el (mail-sources):
2202         * message.el (message-subscribed-address-file):
2203         * nnmail.el (nnmail-split-fancy):
2204
2205 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
2206
2207         * mail-source.el(mail-source-run-script): use `functionp' to test
2208         whether the argument `script' is in fact a function.
2209         (mail-sources): adjust the defcustom to allow users to specify a
2210         function or a string as the value of the `:prescript' and
2211         `:postscript' arguments of the `file' and `pop3' mail sources.
2212
2213 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
2214
2215         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
2216         number when article 1 does not exist.
2217
2218 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2219
2220         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
2221         apropos if apropos-variable does not exist.
2222         (gnus-button-guessed-mid-regexp)
2223         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
2224         regexes.  From Reiner Steib.
2225         (gnus-button-handle-describe-function)
2226         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
2227         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
2228         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
2229
2230 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
2231         Trivial patch.
2232
2233         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
2234         the file.
2235
2236 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
2237
2238         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
2239
2240 2002-09-24  Simon Josefsson  <jas@extundo.com>
2241
2242         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
2243         (mml2015-use): Prefer PGG if installed.
2244         (mml2015-function-alist): Add PGG wrappers.
2245         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
2246         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
2247         prefix, make regexp optionally skip it.
2248         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
2249         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
2250         (mml2015-pgg-encrypt): New functions.
2251         (defvar, autoload): Prevent byte-compile warnings.
2252
2253 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2254         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
2255
2256         * gnus-art.el (article-strip-banner): Check for the existence of
2257         from header.
2258
2259 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
2260
2261         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
2262         (gnus-button-alist): Improved regexp for
2263         gnus-button-handle-mid-or-mail (false positives), fixed
2264         gnus-button-handle-man entries.
2265         From Reiner Steib.
2266
2267 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
2268         From Josh Huber.
2269
2270         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
2271         nnmail-extra-headers is non-nil.
2272
2273 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
2274
2275         * nnmaildir.el: Store article numbers persistently.  General
2276         revision.
2277         (nnmaildir-request-expire-articles): handle 'immediate and 'never
2278         for nnmail-expiry-wait; delete instead of moving if 'force is
2279         given.
2280
2281 2002-09-23  Simon Josefsson  <jas@extundo.com>
2282         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
2283
2284         * smime.el (smime-sign-buffer): Get key and extra certs.
2285         (smime-get-key-with-certs-by-email): Utility function.
2286
2287 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2288         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
2289
2290         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
2291         article exists.
2292
2293 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2294
2295         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
2296
2297 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
2298         From Reiner Steib.
2299
2300         * gnus-art.el (gnus-button-handle-custom,
2301         gnus-button-handle-mid-or-mail,
2302         gnus-button-handle-describe-{function,variable,key},
2303         gnus-button-handle-apropos{,command,variable}): New functions.
2304         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
2305         gnus-button-{man,emacs,mail}-level): New variables.
2306         (gnus-button-alist): Use the above to buttonize emacs and mail
2307         related links.
2308
2309 2002-09-18  Juanma Barranquero  <lektu@terra.es>
2310
2311         * gnus-int.el (gnus-status-message): Fix spacing.
2312
2313         * imap.el (imap-continuation): Fix typos.
2314
2315 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2316
2317         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
2318
2319         * gnus-art.el (gnus-article-reply-with-original): Correct
2320         with-current-buffer scope.
2321
2322         * message.el (message-completion-alist): Add Reply-To, From, etc.
2323
2324 2002-09-18  Simon Josefsson  <jas@extundo.com>
2325
2326         * nnimap.el (nnimap-request-expire-articles): Make flag setting
2327         conditional.  From Nevin Kapur <nevin@jhu.edu>.
2328
2329 2002-09-17  Simon Josefsson  <jas@extundo.com>
2330
2331         * nnimap.el (nnimap-expiry-target): Don't search for which
2332         articles exists here.
2333         (nnimap-request-expire-articles): Do it here instead.  Only expire
2334         when articles are found.  Suggested by Nevin Kapur
2335         <nevin@jhu.edu>.
2336
2337 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2338         From Reiner Steib <reiner.steib@gmx.de>.
2339
2340         * message.el (message-strip-subject-trailing-was)
2341         (message-change-subject, message-add-archive-header)
2342         (message-xpost-fup2-header, message-xpost-insert-note)
2343         (message-xpost-fup2, message-reduce-to-to-cc): New functions
2344         adopted from message-utils.el.  Add functions to the keymap, mode
2345         describtion and menu.
2346         (message-change-subject,message-xpost-fup2): Signal error if
2347         current header is empty.
2348         (message-xpost-insert-note): Changed insert position.
2349         (message-archive-note): Ensure to insert note in message body (not
2350         in head).
2351         (message-archive-header, message-archive-note)
2352         (message-xpost-default, message-xpost-note, message-fup2-note)
2353         (message-xpost-note-function): New variables adopted from
2354         message-utils.el.  Changed some doc-strings.
2355         (message-mark-insert-{begin,end}): Rename from
2356         message-{begin,end}-inserted-text-mark (message-utils.el), changed
2357         values.
2358         (message-subject-trailing-was-query)
2359         (message-subject-trailing-was-ask-regexp)
2360         (message-subject-trailing-was-regexp): New variables.
2361         (message-to-list-only): Added doc-string and menu entry.
2362
2363         * message-utils.el: Removed.  Functions are now in message.el.
2364
2365 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
2366
2367         * gnus-art.el (gnus-article-reply-with-original,
2368         gnus-article-followup-with-original): Switch to
2369         gnus-summary-buffer before reply/followup.
2370
2371 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
2372
2373         * gnus-sum.el (gnus-summary-toggle-header): The article window may
2374         not exist. Toggle it anyway.
2375
2376 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
2377
2378         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
2379
2380         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
2381         Trivial patch from Urban Engberg <ue@ccieurope.com>.
2382
2383         * rfc2047.el (message-posting-charset): Defvar it.
2384         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
2385         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
2386
2387         * mail-source.el (mail-source-fetch): Hide password.
2388
2389         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
2390
2391 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2392         From John Paul Wallington <jpw@shootybangbang.com>.
2393
2394         * gnus.el (gnus-visual, gnus-meta): Fix typo.
2395
2396 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2397
2398         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
2399
2400 2002-09-11  Simon Josefsson  <jas@extundo.com>
2401
2402         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
2403         (nnimap-split-rule): Doc fix.
2404         (nnimap-request-expire-articles): Cleanup code.
2405
2406 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2407         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
2408
2409         * gnus-art.el (gnus-article-address-banner-alist): New option.
2410         (article-strip-banner): Refer the above option to split banners of
2411         free mail servers, when no group parameter is specified.
2412
2413 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2414
2415         * nntp.el (nntp-wait-for-string): Check for a process in the
2416         current buffer instead of `nntp-server-buffer'.
2417
2418 2002-09-09  Simon Josefsson  <jas@extundo.com>
2419
2420         * gnus-art.el (gnus-button-man-handler): New variable.
2421         (gnus-button-alist): Use g-b-handle-man.
2422         (gnus-button-handle-man): New, call g-b-man-handler.
2423
2424 2002-09-08  Simon Josefsson  <jas@extundo.com>
2425
2426         * gnus-art.el (gnus-button-alist): Buttonize man page links.
2427
2428 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2429
2430         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
2431
2432 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2433
2434         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
2435
2436         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
2437         keystroke.
2438
2439         * gnus-srvr.el (gnus-browse-describe-group): New command and
2440         keystroke.
2441
2442 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2443
2444         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
2445         value for gnus-decoration property.
2446
2447 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2448
2449         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
2450         string) as group name in case we have a CRLF in the file.
2451
2452 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
2453
2454         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
2455         group.
2456         (rfc1843-decode-hzp): do.
2457         (rfc1843-newsgroups-regexp): do.
2458
2459 2002-09-04  Simon Josefsson  <jas@extundo.com>
2460
2461         * message.el (message-canlock-generate): Make sure sha1 doesn't
2462         call external programs.
2463
2464 2002-09-03  Simon Josefsson  <jas@extundo.com>
2465
2466         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
2467
2468         * gnus-agent.el (gnus-agent-batch): Add doc.
2469
2470 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
2471
2472         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
2473         check for signed and encrypted parts.
2474         * mml.el (mml-parse-1): Correct small typo which preventing
2475         setting recipients in a secure tag.
2476
2477 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2478
2479         * mm-util.el (mm-coding-system-priorities): Default to a list of
2480         iso-2022-jp and others for the Japanese environment.
2481
2482 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2483
2484         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
2485         invalid display names.
2486
2487 2002-08-30  Simon Josefsson  <jas@extundo.com>
2488
2489         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
2490         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
2491
2492 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
2493
2494         * gnus.el (gnus-group-charter-alist): New option.
2495         (gnus-group-fetch-control-use-browse-url): New option.
2496
2497         * gnus-group.el (gnus-group-fetch-charter): New function.
2498         (gnus-group-fetch-control): New function.
2499         Add them to the keymap and menu. Require mm-url.
2500
2501 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2502
2503         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
2504         From Alex Schroeder <alex@emacswiki.org>.
2505
2506 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
2507
2508         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
2509         items expecting user interaction.
2510
2511         * gnus-topic.el (gnus-topic-make-menu-bar): do.
2512
2513         * gnus-sum.el (gnus-summary-make-menu-bar): do.
2514
2515         * gnus-srvr.el (gnus-server-make-menu-bar): do.
2516
2517         * mml.el (mml-menu): do.
2518
2519 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2520
2521         * mail-source.el (mail-source-touch-pop): New function.
2522
2523         * message.el (message-smtpmail-send-it): New function.
2524         (message-send-mail-function): Add it for a candidate.
2525
2526 2002-08-27  Simon Josefsson  <jas@extundo.com>
2527
2528         * gnus-msg.el (posting-charset-alist): Use
2529         gnus-define-group-parameter instead of defcustom.
2530         (gnus-put-message): Handle SPC in GCC.
2531         (gnus-inews-insert-gcc): Ditto.
2532         (gnus-inews-insert-archive-gcc): Ditto.
2533
2534 2002-08-26  Simon Josefsson  <jas@extundo.com>
2535
2536         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
2537         (gnus-agentize): Auto agentize all nntp and nnimap groups.
2538         (gnus-agent-possibly-save-gcc): Autoload.
2539         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
2540
2541 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2542
2543         * gnus.el (gnus-other-frame-function): New user option.
2544         (gnus-other-frame): Use it; add a doc-string; make it work with
2545         the gnuclient program.
2546
2547         * gnus-util.el (gnus-frame-or-window-display-name): New function.
2548
2549         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
2550         `device-connection' and `dfw-device'.
2551
2552 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2553
2554         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
2555         positives, make it stricter.  From Jochen Hein (trivial change).
2556
2557 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2558
2559         * gnus.el (gnus-other-frame): Trivial fix.
2560
2561 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2562
2563         * gnus.el (gnus-other-frame-parameters): New user option.
2564         (gnus-other-frame-object): New variable.
2565         (gnus-other-frame): Make it search for existing Gnus frame; don't
2566         read new news; delete frame on exit.
2567
2568         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
2569
2570         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
2571
2572 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2573         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
2574
2575         * message.el (message-set-auto-save-file-name): Add support for
2576         the Cygwin Emacs; the system-type is `cygwin'.
2577         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
2578
2579 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2580
2581         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
2582
2583         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
2584         avoid arithmetic errors.
2585
2586 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2587
2588         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
2589
2590 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2591
2592         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
2593         (message-ignored-resent-headers): Add envelope From.
2594
2595 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2596
2597         * gnus.el (gnus-summary-line-format): Document %k specifier.
2598
2599 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2600
2601         * gnus-sum.el (gnus-summary-line-message-size): New function.
2602         (gnus-summary-line-format-alist): Use it.
2603
2604 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2605
2606         * gnus-art.el (article-make-date-line): Refer to the value for
2607         `gnus-article-time-format' in the summary buffer.
2608
2609         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
2610
2611 2002-08-14  Simon Josefsson  <jas@extundo.com>
2612
2613         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
2614         quoting.
2615         (gnus-button-alist): Fix doc.
2616         (gnus-header-button-alist): Use ' not ` for default value quoting.
2617         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
2618         rationale similar to 2002-05-01 change.
2619         (gnus-article-add-buttons-to-head): Evaluate expression.
2620
2621         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
2622
2623 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2624
2625         * message.el (message-font-lock-keywords): Refer to the value for
2626         `message-cite-prefix-regexp' dynamically.
2627
2628 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2629
2630         * gnus-art.el (gnus-decode-header-methods): Doc fix.
2631
2632 2002-08-12  Simon Josefsson  <jas@extundo.com>
2633
2634         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
2635         (imap-shell-open): Skip initial junk before IMAP greeting.
2636
2637 2002-08-11  Simon Josefsson  <jas@extundo.com>
2638
2639         * message-utils.el (message-xpost-default,
2640         message-xpost-fup2-header, message-xpost-fup2): Fixed
2641         Typos.  Trivial changes from Reiner Steib
2642         <4uce.02.r.steib@gmx.net>.
2643
2644 2002-08-09  Simon Josefsson  <jas@extundo.com>
2645
2646         * message.el (message-canlock-password): Set
2647         canlock-password-for-verify to newly generated canlock-password.
2648         When Emacs is restarted, Custom makes sure this is set, but during
2649         the same session we must set it manually.
2650
2651 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
2652
2653         * yenc.el: New file.
2654
2655         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
2656         (mm-uu-type-alist): Add yenc.
2657         (mm-uu-yenc-filename): New function.
2658         (mm-uu-yenc-extract): New function.
2659
2660         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
2661
2662 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2663
2664         * dgnushack.el (merge): Don't use coerce.
2665
2666 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
2667
2668         * mailcap.el (mailcap-mime-data): Test window-system rather than
2669         mm-device-type.
2670         (mailcap-mime-data): Call xdvi and gv with "-safer".
2671
2672         * mm-util.el: Don't define mm-device-type.
2673
2674 2002-08-05  Simon Josefsson  <jas@extundo.com>
2675
2676         * mm-util.el (mm-coding-system-priorities): coding-system type not
2677         supported everywhere.
2678
2679 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2680
2681         * gnus.el (gnus-version-number): Bumped version number.
2682
2683 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2684
2685         * gnus.el: Oort Gnus v0.07 is released.
2686
2687 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2688
2689         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
2690         (gnus-article-sort-functions): Doc fix.
2691         (t): New keystroke.
2692         (gnus-article-sort-by-random): New function.
2693         (gnus-thread-sort-by-random): New function.
2694
2695 2002-08-02  Simon Josefsson  <jas@extundo.com>
2696
2697         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
2698         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
2699
2700 2002-07-31  Danny Siu  <dsiu@adobe.com>
2701
2702         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
2703         when splitting malformed messages without message-id
2704
2705 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2706         From Niklas Morberg <niklas.morberg@axis.com>.
2707
2708         * nnweb.el (nnweb-type, nnweb-type-definition)
2709         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
2710         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
2711         functionality.
2712         * nnweb.el: Removed old non-functioning search engines.
2713
2714 2002-07-27  Simon Josefsson  <jas@extundo.com>
2715
2716         * message.el (message-forward-make-body): Don't use
2717         `message-forward-ignored-headers' when doing a "raw" followup (it
2718         is important to preserve e.g. CTE).
2719
2720         * flow-fill.el (fill-flowed): Disable filladapt-mode.
2721
2722         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
2723         regexp-quote, Cyrus Sieve is fixed.
2724
2725         * sieve-manage.el (sieve-manage-deletescript): New function.
2726
2727         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
2728         (sieve-manage-mode): Fix menubar.
2729         (sieve-activate): Change some messages.
2730         (sieve-deactivate-all): New function.
2731         (sieve-deactivate): New alias.
2732         (sieve-remove): New function.
2733         (sieve-help): Fix help.
2734         All suggested by Ned Ludd.
2735
2736 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2737
2738         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
2739         (mm-w3m-safe-url-regexp): New user option.
2740
2741         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
2742         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
2743
2744 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
2745
2746         * gnus-sum.el (gnus-summary-delete-article): Force
2747         nnmail-expiry-target to 'delete, so that absolute deletion
2748         happens when absolute deletion is requested.
2749
2750 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2751         From Nevin Kapur <nevin@jhu.edu>.
2752
2753         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
2754         headers as empty headers.
2755
2756 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2757         From Jochen Hein <jochen@jochen.org>.
2758
2759         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
2760         correct typo.
2761         (gnus-emphasis-strikethru): New face.
2762
2763 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2764         From Jason Merrill <jason@redhat.com>.
2765
2766         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
2767         entire file for each of a sequence of missing articles.
2768
2769         * gnus-salt.el (gnus-binary-display-article): Respect an existing
2770         value for gnus-view-pseudos.
2771
2772         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
2773         avoid nreverse.
2774
2775 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2776         From Ted Zlatanov <teodor.zlatanov@divine.com>.
2777
2778         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
2779         (gnus-summary-mode-line-format-alist): Add %h for number of
2780         spams.
2781         (gnus-newsgroup-spam-marked): New variable.
2782         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
2783         (gnus-article-read-p, gnus-article-mark)
2784         (gnus-set-global-variables, gnus-set-global-variables)
2785         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
2786         (gnus-summary-mark-article-as-unread)
2787         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
2788         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
2789         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
2790
2791 2002-07-10  Simon Josefsson  <jas@extundo.com>
2792
2793         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
2794         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
2795
2796 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
2797
2798         * gnus-sum.el (gnus-summary-delete-article): Respect group
2799         parameters while expiring.
2800
2801 2002-07-08  Simon Josefsson  <jas@extundo.com>
2802
2803         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
2804         Enberg.
2805
2806 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2807
2808         * gnus-art.el (article-unsplit-urls): Only display MIME when this
2809         function is called interactively.  From Niklas Morberg.
2810
2811 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2812
2813         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
2814         cdaar to cdar and car.
2815
2816         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
2817         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
2818
2819 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2820
2821         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
2822         don't break a narrowed article.
2823
2824         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
2825         (nntp-open-via-rlogin-and-telnet): Ditto.
2826
2827 2002-07-02  Didier Verna  <didier@xemacs.org>
2828
2829         * nnmail.el (nnmail-split-methods): fix custom type.
2830
2831 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2832
2833         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
2834         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
2835
2836 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2837
2838         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
2839         (gnus-summary-resend-message): Use it.
2840
2841 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2842
2843         * nntp.el (nntp-via-rlogin-command-switches): New variable.
2844         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
2845
2846 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2847
2848         * message.el (message-font-lock-keywords): Don't fontify
2849         headers in the message body, only in the header.
2850         (message-font-lock-make-header-matcher): New function, used by
2851         message-font-lock-keywords.
2852         From Katsumi Yamaoka <yamaoka@jpl.org>.
2853
2854 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2855
2856         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
2857
2858 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2859
2860         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
2861
2862 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2863
2864         * message.el (message-font-lock-keywords): Revert 2002-06-22
2865         change.
2866
2867 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2868
2869         * message.el (message-font-lock-keywords): Put colon in header
2870         name match.
2871
2872 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2873
2874         * message.el (message-font-lock-keywords): Don't use header faces
2875         in the body.  Thanks to Stefan Monnier for the hint on the
2876         implementation.
2877
2878 2002-05-09  Miles Bader  <miles@gnu.org>
2879
2880         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
2881         (gnus-article-hide-citation): Respect it.
2882
2883 2002-04-12  Juanma Barranquero  <lektu@terra.es>
2884
2885         * pop3.el (pop3-open-server): Fix typo.
2886
2887 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
2888
2889         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
2890         instead of push to ignore duplicate to-(list|address) values.
2891         * nnmail.el (nnmail-cache-ignore-groups): New.
2892         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
2893
2894 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2895
2896         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
2897         before sending.  Suggested by Jan Rychter.
2898
2899 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2900
2901         * dgnushack.el (remove): New compiler macro.
2902         (last, coerce, subseq): Remove compiler macros for those built-in
2903         or unused functions.
2904
2905 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2906
2907         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
2908         sure to write byte-compiled versions of gnus-*-format-alist to
2909         .newsrc.eld.  From Simon Josefsson.
2910
2911 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2912
2913         * gnus-agent.el (gnus-agent-read-servers)
2914         (gnus-agent-write-servers): Put server name (string like
2915         "nnchoke:frumple") in the file instead of a server specification
2916         (Lisp expression like (nnchoke "frumple" ...parameters...)).
2917         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
2918
2919 2002-06-16  Simon Josefsson  <jas@extundo.com>
2920
2921         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
2922         Reiner Steib <4uce.02.r.steib@gmx.net>.
2923
2924 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2925
2926         * nnheader.el (nnheader-file-name-translation-alist): Set the
2927         default value for MS Windows systems.
2928
2929         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
2930
2931 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2932
2933         * message.el (message-beginning-of-line): Keep the region active
2934         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
2935
2936 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
2937
2938         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
2939         * gnus-msg.el (gnus-summary-reply): Ditto.
2940         * gnus-msg.el (gnus-summary-handle-replysign): New.
2941
2942 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2943
2944         * message.el (message-send-mail-with-sendmail): Kill errbuf even
2945         if sending failed.
2946
2947 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
2948
2949         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
2950         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
2951         to sign while encrypting.
2952
2953 2002-06-11  Simon Josefsson  <jas@extundo.com>
2954
2955         * gnus-int.el (gnus-request-move-article): Agent expire article if
2956         successfuly moved.
2957
2958         * nnweb.el (nnweb-google-create-mapping): Honors the value of
2959         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
2960
2961 2002-06-10  Simon Josefsson  <jas@extundo.com>
2962
2963         * gnus-int.el (gnus-request-expire-articles): Fix last change?
2964
2965 2002-06-09  Simon Josefsson  <jas@extundo.com>
2966
2967         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
2968
2969         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
2970
2971 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2972
2973         * flow-fill.el (fill-flowed): Ignore errors.
2974
2975 2002-06-06  Simon Josefsson  <jas@extundo.com>
2976
2977         * message.el (message-send-mail-with-sendmail): Improve error message.
2978
2979 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2980
2981         * message.el (message-interactive): Change default from nil to t.
2982         Better to be safe than to be fast.
2983
2984 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2985
2986         * message.el (message-send-mail-with-sendmail): Check return value
2987         from call-process-region.
2988
2989 2002-06-04  Simon Josefsson  <jas@extundo.com>
2990
2991         * gnus-msg.el (gnus-group-mail, gnus-group-news)
2992         (gnus-group-post-news, gnus-summary-mail-other-window)
2993         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
2994         gnus-article-copy to nil, thereby inhibiting the `header' posting
2995         style match to use data from last viewed article.
2996         Suggested by Hrvoje Niksic.
2997
2998 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2999
3000         * spam.el (spam-point-at-eol): New alias.
3001         (spam-parse-whitelist): Use it.
3002
3003 2002-06-03  Simon Josefsson  <jas@extundo.com>
3004
3005         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
3006         (nnmail-article-group): Use it.
3007
3008 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3009
3010         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
3011         so that code reading them won't be surprised.  From Jesper Harder
3012         <harder@ifa.au.dk>.
3013
3014 2002-05-29  Simon Josefsson  <jas@extundo.com>
3015
3016         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
3017         articles.
3018
3019         * gnus.el (gnus-agent-cache): Doc fix.
3020         (gnus-agent): Change default to t.
3021
3022         * gnus-agent.el (gnus-agent-expire): Make it accept optional
3023         ARTICLES, GROUP and FORCE parameters.
3024
3025 2002-05-28  Simon Josefsson  <jas@extundo.com>
3026
3027         * gnus-group.el (gnus-group-line-format): Doc fix.
3028
3029 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3030
3031         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
3032         original article before yanking.  From Jesper Harder
3033         <harder@ifa.au.dk>.
3034
3035 2002-05-26  Simon Josefsson  <jas@extundo.com>
3036
3037         * gnus-sum.el (gnus-summary-menu-split): New function.
3038         (gnus-summary-make-menu-bar): Split charset submenu.
3039         (gnus-summary-menu-maxlen): New variable.
3040         (gnus-summary-menu-split): Use it.
3041
3042 2002-05-25  Simon Josefsson  <jas@extundo.com>
3043
3044         * mml.el (mml-preview): Generate some headers.
3045
3046         * gnus.el (gnus-large-newsgroup): Fix :type.
3047
3048         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
3049         Agent cache NOV's by default now).
3050         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
3051
3052 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
3053
3054         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
3055         call to gnus-parent-id when we check for References loops.
3056         (gnus-summary-prepare-threads): Avoid simplifying every Subject
3057         twice by saving the simplified subject string in simp-subject.
3058
3059 2002-05-23  Simon Josefsson  <jas@extundo.com>
3060
3061         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
3062         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
3063
3064         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
3065         Niklas Morberg <niklas.morberg@axis.com>.
3066
3067 2002-05-22  Simon Josefsson  <jas@extundo.com>
3068
3069         * sieve.el (sieve-change-region): Define it before it is used.
3070
3071         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
3072         (gnus-summary-reply): Ask for confirmation when replying to news.
3073         Defaults to not ask.  From Benjamin Rutt
3074         <rutt+news@cis.ohio-state.edu>.
3075
3076         * nnimap.el (nnimap-nov-is-evil): Improve doc.
3077
3078 2002-05-21  Simon Josefsson  <jas@extundo.com>
3079
3080         * sieve-mode.el (sieve-manage): Fix autoloads.
3081
3082         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
3083         name (makes it work with recent Cyrus timsieved).
3084
3085 2002-05-20  Jason  <jbaker@cs.utah.edu>
3086         Trivial patch.
3087
3088         * gnus-art.el (gnus-request-article-this-buffer): Try
3089         reconnecting if you don't get the message.
3090
3091 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3092
3093         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
3094         Reply-To headers from the headers.
3095
3096 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3097
3098         * mm-url.el (mm-url-insert): Remove junk message.
3099
3100 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3101
3102         * nnslashdot.el (nnslashdot-request-list): Parse new html.
3103         (nnslashdot-use-front-page): New variable.
3104         (nnslashdot-request-list): Use it.
3105
3106         * mm-url.el (mm-url-timeout): New variable.
3107         (mm-url-retries): Ditto.
3108         (mm-url-insert): Use it.
3109
3110 2002-05-16  Simon Josefsson  <jas@extundo.com>
3111
3112         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
3113         (gnus-simplify-subject-functions): Mention g-s-a-w.
3114
3115 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
3116
3117         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
3118         nnmail-cache-insert.
3119         * nndiary.el (nndiary-request-accept-article): Ditto.
3120         * nnfolder.el (nnfolder-request-accept-article): Ditto.
3121         * nnimap.el (nnimap-request-accept-article): Ditto.
3122         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
3123         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
3124         * nnmbox.el (nnmbox-request-accept-article): Ditto.
3125         * nnmh.el (nnmh-request-accept-article): Ditto.
3126         * nnmail.el (nnmail-cache-insert): Change group to required,
3127         removed code which tried to figure out the group.
3128
3129 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
3130
3131         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
3132         messages. From Hans de Graaff <hans@degraaff.org>.
3133         * nnml.el (nnml-request-accept-article): Pass in the group name to
3134         nnmail-cache-insert, since it's available.
3135
3136 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3137
3138         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
3139
3140 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3141         From Florian Weimer <fw@deneb.enyo.de>.
3142
3143         * gnus.el (subscribed): New group parameter.
3144         (gnus-find-subscribed-addresses): Use it.
3145
3146 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
3147
3148         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
3149         the default for pgpmime to support pgp v2.
3150         * mml-sec.el (mml-signencrypt-style): New accessor function to
3151         allow users to get/set the signencrypt style more easily without
3152         frobbing the alist directly.
3153         * mml.el (mml-generate-mime-1): Use accessor function.
3154
3155 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3156
3157         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
3158         parenthesis for "<" and ">".  Suggested by Andreas Schwab
3159         <schwab@suse.de>.
3160
3161 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3162
3163         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
3164         when intuiting the group the message is written to.  From Josh
3165         Huber <huber@alum.wpi.edu>.
3166
3167 2002-05-06  Simon Josefsson  <jas@extundo.com>
3168
3169         * gnus-topic.el (gnus-group-topic-parameters): Work when group
3170         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
3171
3172 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
3173
3174         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
3175         argument, and fixed compiler warning. (added autoload for
3176         gpg-encrypt).
3177
3178 2002-05-04  Simon Josefsson  <jas@extundo.com>
3179
3180         * mml1991.el (mml1991-function-alist): Doc fix.
3181
3182         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
3183         doesn't exist (for previewing messages without having Gnus
3184         started).
3185
3186         * mm-util.el (mm-coding-system-priorities): Defcustom.
3187
3188         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
3189
3190 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
3191
3192         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
3193         default.
3194         * mml-sec.el:
3195         * mml-sec.el (mml-signencrypt-style): New.
3196         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
3197         argument `sign'.
3198         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
3199         signencrypt.
3200         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
3201         * mml.el (mml-generate-mime-1): Changed logic so a part which is
3202         both signed & encryped is processed in one operation. (rather than
3203         two separate ops: sign, then encrypt)
3204         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
3205         indication if a message is signed by an expired key.
3206         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
3207         enables combined sign & encrypt operation. (this was always on
3208         before).
3209         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
3210
3211 2002-05-01  Simon Josefsson  <jas@extundo.com>
3212
3213         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
3214         server.
3215         (nnimap-mailbox-info): defvar instead of defvoo.
3216
3217 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3218
3219         * gnus.el: Oort Gnus v0.06 is released.
3220
3221 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3222
3223         * lpath.el: Bind url-package-version.
3224
3225 2002-05-01  Simon Josefsson  <jas@extundo.com>
3226
3227         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
3228         filename before deleting the group itself, because the presence of
3229         a group filename decides if long filenames are used or not.
3230
3231         * gnus-art.el (gnus-button-alist): Don't inline
3232         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
3233         without also modifying g-button-alist.
3234         (gnus-button-alist): Fix type to allow variable as well as regexp.
3235         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
3236         themselves, variables to its contents.
3237         (gnus-button-entry): Ditto.
3238
3239 2002-05-01  Simon Josefsson  <jas@extundo.com>
3240
3241         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
3242         UIDNEXT as a string.
3243
3244         * nnimap.el (nnimap-string-lessp-numerical): New function.
3245         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
3246         integers.
3247
3248 2002-04-29  Simon Josefsson  <jas@extundo.com>
3249
3250         * nnmail.el (nnmail-cache-insert): Accept optional group
3251         parameter.
3252
3253         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
3254         n-r-g-a is disabled.
3255
3256 2002-04-29  Simon Josefsson  <jas@extundo.com>
3257
3258         * nnimap.el (nnimap-split-fancy): Fix doc.
3259         (nnimap-split-fancy): Fix doc.
3260
3261         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
3262         (nnimap-mailbox-info): New internal variable.
3263         (nnimap-retrieve-groups): Implement faster new mail check.
3264
3265         * nnimap.el (nnimap-split-articles): Support
3266         nnmail-cache-accepted-message-ids.
3267         (nnimap-request-accept-article): Ditto.
3268
3269         * imap.el (imap-mailbox-status-asynch): New command.
3270
3271 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
3272
3273         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
3274         are no subscribed mail groups.
3275         - Strip quoted names when comparing addresses
3276
3277 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
3278
3279         * mm-decode.el (mm-text-html-renderer): Change customize type to
3280         const.
3281
3282         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
3283         (gnus-debug-exclude-variables): do.
3284
3285 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3286
3287         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
3288         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
3289
3290 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3291
3292         * dns.el (dns-make-network-process): New macro.
3293         (query-dns): Use it.
3294
3295 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3296
3297         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
3298         article-buffer.
3299
3300         * mm-url.el (mm-url-package-name): New variable.
3301         (mm-url-package-version): New variable.
3302         (mm-url-insert-file-contents): Bind url-package-name and
3303         url-package-version here.
3304         * nnrss.el (nnrss-insert-w3): Move the bindings.
3305
3306         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
3307         url-package-version. Trivial change from Andrew J Cosgriff
3308         <ajc@polydistortion.net>
3309
3310         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
3311         attachments. Trivial change from Peter 'Luna' Runestig
3312         <peter@runestig.com>.
3313
3314 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
3315
3316         * nnkiboze.el (nnkiboze-request-scan): Call
3317         nnkiboze-possibly-change-group.
3318         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
3319         problems.
3320         (nnkiboze-generate-group): Set newsrc to the *highest* article
3321         number kibozed, not the lowest.
3322
3323 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
3324
3325         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
3326
3327 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3328         From Dan Christensen <jdc+news@uwo.ca>.
3329
3330         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
3331         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
3332         Recognize math postings.  Extract Date (now ignores "(15kb)").
3333         Extract email address using gnus-extract-address-components
3334         instead of just taking the first word.  Create Date and From
3335         headers for message which are missing these headers.  Get rid
3336         of spurious \\ lines (purely cosmetic).  Extend body-end and
3337         file-end regexps, to exclude more garbage from the message.
3338         Make URL rephrasing regexp more flexible, to match current
3339         format.
3340
3341 2002-04-23  Simon Josefsson  <jas@extundo.com>
3342
3343         * netrc.el: New file, functions copied from gnus-util.el by Ted
3344         Zlatanov <tzz@lifelogs.com>.
3345
3346         * gnus-util.el: Require netrc.
3347         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
3348         new code in netrc.el.
3349
3350 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3351
3352         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
3353         message-ignored-resent-headers, too.  From Matthieu Moy
3354         <Matthieu.Moy@imag.fr>.
3355
3356 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
3357
3358         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
3359         boolean not a string
3360         * gnus-group.el (gnus-group-line-format): add description of %C
3361         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
3362           as %C
3363         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
3364
3365 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
3366
3367         * nnmaildir.el (nnmaildir-request-scan): typo: set
3368         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
3369         nnmail-get-new-mail for 'find-new-groups.
3370
3371 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
3372
3373         * nnmaildir.el (nnmaildir-request-update-info,
3374         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
3375         unnecessary calls to nnmaildir-request-scan.
3376
3377 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
3378
3379         * gnus-msg.el:
3380         * gnus-msg.el (gnus-message-replysign): New.
3381         * gnus-msg.el (gnus-message-replyencrypt): New.
3382         * gnus-msg.el (gnus-message-replysignencrypted): New.
3383         * gnus-msg.el (gnus-summary-reply): Use the three new variables
3384         (above) to automatically encrypt/sign to encrypted/signed
3385         messages.
3386         * message.el:
3387         * message.el (message-mode-map): Add keybinding for
3388         `message-to-list-only'
3389         * message.el (message-mode): Add description for
3390         `message-to-list-only'
3391         * message.el (message-to-list-only): New.
3392         * message.el (message-make-mft): Changed to use the cl loop macro,
3393         and added optional flag to return only the matched list. (for use
3394         in new message-to-list-only function)
3395
3396 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
3397
3398         * gnus-msg.el:
3399         * gnus-msg.el (gnus-message-replysign):
3400         * gnus-msg.el (gnus-replysign): New.
3401         * gnus-msg.el (gnus-replyencrypt): New.
3402         * gnus-msg.el (gnus-replysignencrypted): New.
3403         * gnus-msg.el (gnus-summary-reply):
3404         * message.el:
3405         * message.el (message-mode-map):
3406         * message.el (message-mode):
3407         * message.el (message-to-list-only): New.
3408         * message.el (message-make-mft):
3409
3410 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3411
3412         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
3413
3414 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
3415
3416         * message.el (message-gen-unsubscribed-mft): accept a prefix
3417         argument so CC can be included with C-u C-c C-f C-a
3418
3419 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3420         From Ted Zlatanov <teodor.zlatanov@divine.com>.
3421
3422         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
3423         Improve docstring.
3424         (spam-enter-blacklist): New command.
3425
3426         * gnus-sum.el (gnus-spam-mark): New mark.
3427         (gnus-auto-expirable-marks): Add gnus-spam-mark.
3428         (gnus-summary-make-tool-bar): Correct conditional.
3429         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
3430         (gnus-summary-mark-as-spam): New command.
3431
3432 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
3433
3434         * mml-sec.el (mml-secure-message): changed to support arbritrary
3435         modes.
3436         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
3437         changed to support "signencrypt" mode.
3438         * mml.el (mml-parse-1): changed to support different secure modes
3439         more easily. (for signencrypt)
3440
3441 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
3442
3443         * gnus-sum.el (gnus-update-summary-mark-positions)
3444         (gnus-summary-toggle-header):
3445         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
3446         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
3447         (gnus-uu-post-encoded):
3448         * nnfolder.el (nnfolder-possibly-change-group):
3449         * nnimap.el (nnimap-retrieve-headers):
3450         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
3451
3452 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
3453
3454         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
3455         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
3456
3457 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3458
3459         * gnus-srvr.el (gnus-server-set-info): Clear
3460         `gnus-server-method-cache' when `gnus-server-alist' is changed.
3461         From Daiki Ueno <ueno@unixuser.org>.
3462
3463 2002-04-11  Simon Josefsson  <jas@extundo.com>
3464
3465         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
3466         viewing of security buttons.  Thanks to Nicolas Kowalski
3467         <Nicolas.Kowalski@imag.fr>.
3468
3469         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
3470         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
3471         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
3472         <Nicolas.Kowalski@imag.fr>.
3473         (smime-decrypt-buffer): Ditto.
3474
3475 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3476
3477         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
3478         header line.
3479
3480 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
3481
3482         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
3483
3484 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3485
3486         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
3487
3488 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3489
3490         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
3491         errors when debug.
3492
3493 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
3494
3495         * message.el (message-make-mft): Changed MFT code from using
3496         message-recipients (which included Bcc) to use only the To and CC
3497         headers.
3498
3499 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
3500
3501         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
3502         add link.
3503         (gnus-treat-mail-picon): Ditto.
3504         (gnus-treat-newsgroups-picon): Ditto.
3505         (gnus-picon-databases): Fix custom type.
3506         (gnus-picon-databases): Add link.
3507         (gnus-article-x-face-command): Add to gnus-picon group.
3508
3509 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
3510
3511         * message.el (message-buffer-naming-style): Remove.
3512
3513 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3514
3515         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
3516
3517         * message.el (message-tool-bar-map): Ditto.
3518
3519         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3520
3521 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3522
3523         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
3524
3525 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
3526
3527         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
3528
3529 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
3530         Trivial patch.
3531
3532         * dns.el: open-network-stream under XEmacs does udp.
3533
3534 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
3535
3536         * spam.el (spam-enter-whitelist): New function.
3537         (spam-parse-whitelist): Ditto.
3538         (spam-refresh-list-cache): Ditto.
3539         (spam-address-whitelisted-p): New function.
3540
3541         * dns.el (query-dns): Use TCP when make-network-process isn't
3542         available.
3543         (dns-servers): New variable.
3544         (dns-parse-resolv-conf): New function.
3545         (query-dns): Use it.
3546
3547         * spam.el: New file.
3548
3549         * dns.el (query-dns): Test.
3550
3551 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3552
3553         * lpath.el (featurep): Bind make-network-process.
3554
3555 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
3556
3557         * nnmaildir.el: Use defstruct.  Use a single copy of
3558         nnmail-extra-headers to save memory.  Store server's group name
3559         prefix instead of each group's prefixed name.
3560         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
3561         nntp-server-buffer.
3562
3563 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3564
3565         * dns.el: New file.
3566
3567 2002-03-28  Simon Josefsson  <jas@extundo.com>
3568
3569         * gnus-sum.el (gnus-summary-dummy-line-format):
3570         * gnus.el (gnus-summary-line-format): Fixing links to Info.
3571         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
3572
3573 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3574
3575         * gnus-sum.el (gnus-summary-move-article)
3576         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
3577         the doc string.
3578
3579 2002-03-28  Simon Josefsson  <jas@extundo.com>
3580
3581         * mml-sec.el (mml-secure-message): Search after
3582         mail-header-separator from top of message.
3583
3584 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
3585
3586         * nnmaildir.el: Cosmetic changes.
3587         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
3588         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
3589         nnmaildir--group-ls): New macros/functions.  Use them.
3590         (nnmaildir--unlink): Evalutate argument only once.
3591
3592 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
3593
3594         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
3595         symbols.
3596         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
3597         `gnus-point-at-eol'.
3598
3599 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
3600
3601         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
3602         nnmaildir--marks-dir): New macros.  Use them.
3603         Use inhibit-quit for atomicity instead of in-memory journaling.
3604         (nnmaildir--edit-prep): New function.
3605         (Local Variables): Use it.
3606
3607 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
3608
3609         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3610
3611 2002-03-25  Simon Josefsson  <jas@extundo.com>
3612
3613         * message.el (message-mode): Fix doc.
3614
3615 2002-03-25  Simon Josefsson  <jas@extundo.com>
3616
3617         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
3618         Matthieu Moy <Matthieu.Moy@imag.fr>.
3619
3620 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
3621
3622         * mml-sec.el (mml-unsecure-message): Add docstring.
3623
3624 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
3625
3626         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
3627         value.
3628         Trivial change from andre@slamdunknetworks.com
3629
3630 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
3631
3632         * mml.el (mml-mode-map): Added a keybinding for
3633         `mml-unsecure-message'.  Also, added a menu entry for said
3634         function in the Attachments menu.
3635
3636 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3637
3638         * canlock.el (canlock-version): Remove.
3639         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
3640         here; simplify \x insertions.
3641         (canlock-sha1): New function, always return a unibyte string.
3642         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
3643         of a password.
3644         (canlock-insert-header): Use `canlock-sha1'.
3645         (canlock-verify): Ditto.
3646
3647 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3648
3649         * message.el (message-fix-before-sending): Add an option that
3650         ignores illegible text.
3651         Trivial change from Mark Milhollan <mlm@attglobal.net>
3652
3653         * message.el (message-font-lock-keywords): Support multi-line MML
3654         tags.
3655
3656         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
3657         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
3658
3659 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3660
3661         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
3662         symbols for "View as different encoding" submenu.
3663
3664 2002-03-19  Simon Josefsson  <jas@extundo.com>
3665
3666         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
3667         encoding" submenu.
3668
3669 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3670
3671         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
3672
3673 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3674
3675         * gnus-sum.el (gnus-sum-thread-tree-root)
3676         (gnus-sum-thread-tree-single-indent)
3677         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
3678         (gnus-sum-thread-tree-leaf-with-other)
3679         (gnus-sum-thread-tree-single-leaf): Make customizable.
3680
3681 2002-03-16  Simon Josefsson  <jas@extundo.com>
3682
3683         * gnus-util.el (gnus-extract-address-components): Don't break on
3684         names such as James "Kibo" Parry.  From Francis Litterio
3685         <franl@world.std.com>.
3686
3687 2002-03-13  Simon Josefsson  <jas@extundo.com>
3688
3689         * pop3.el (pop3-open-server): Revert multibyte change.  From
3690         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
3691
3692         * message.el (message-send-mail-with-qmail): Make it work.  From
3693         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
3694
3695 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
3696
3697         * message.el (message-make-mft): Set case-fold-search while
3698         generating the MFT.  Also, a little cleanup in the MFT code.
3699
3700 2002-03-12  Simon Josefsson  <jas@extundo.com>
3701
3702         * message.el (message-qmail-inject-args): May be function.
3703         (message-send-mail-with-qmail): Call function if m-q-i-a is
3704         function.  From fn@hungry.org (Faried Nawaz).
3705
3706 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3707
3708         * message.el (message-abbrevs-loaded): Remove.
3709         (mailabbrev): Require it.
3710
3711         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
3712
3713 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3714
3715         * pop3.el (pop3-open-server): Set process buffer unibyte.
3716
3717 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3718
3719         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
3720
3721 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3722
3723         * nnslashdot.el (nnslashdot-request-article): Remove javascript
3724         too.
3725
3726 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3727
3728         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
3729         duplication.
3730         (gnus-summary-save-parts-type-history): Ditto.
3731         (gnus-summary-save-parts-last-directory): Ditto.
3732         Trivial change from andre@slamdunknetworks.com
3733
3734 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
3735
3736         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
3737
3738 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3739
3740         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
3741         -->" as the end of the first article.
3742
3743         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
3744         From Matthieu Moy <Matthieu.Moy@imag.fr>
3745
3746         * message.el (message-add-action): Use add-to-list.
3747         (message-delete-action): New function.
3748
3749         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
3750         pieces.
3751
3752 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
3753
3754         * nnnil.el: New file.
3755         * gnus.el (gnus-valid-select-methods): Include nnnil.
3756
3757 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
3758
3759         * message.el (message-syntax-checks): Because canlock is
3760         supported, we disable sender syntax check.
3761         (message-shoot-gnksa-feet): Add cancel-messages option doc.
3762
3763         * gnus-draft.el (gnus-draft-send): If interactive, use its default
3764         value of message-syntax-checks.
3765
3766         * qp.el (quoted-printable-decode-region): Doc addition.
3767         From: Eli Zaretskii <eliz@is.elta.co.il>
3768
3769         * mail-source.el (make-source-make-complex-temp-name): Use
3770         make-temp-file.
3771
3772         * mm-util.el (mm-make-temp-file): New function.
3773         * nneething.el (nneething-file-name): Use it.
3774         * mml-smime.el (mml-smime-encrypt): Ditto.
3775         * mm-view.el (mm-inline-wash-with-file): Ditto.
3776         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
3777         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
3778         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
3779         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
3780         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
3781         * gnus-art.el (gnus-mime-print-part): Ditto.
3782
3783 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
3784
3785         * message.el (nnmaildir-article-number-to-base-name): New
3786         function.
3787         (nnmaildir-base-name-to-article-number): New function.
3788
3789 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3790
3791         * smime.el (smime-make-temp-file): Don't quote
3792         `temporary-file-directory'.
3793
3794 2002-03-04  Simon Josefsson  <jas@extundo.com>
3795
3796         * smime.el (smime-sign-region): Rename argument keyfiles to
3797         keyfile. You only sign something with one key.
3798         (smime-sign-buffer): Better completing-read prompt.
3799         (smime-decrypt-buffer): Ditto.
3800
3801         * smime.el (smime-make-temp-file): Make it work under XEmacs.
3802
3803         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
3804         completing-read.
3805         (mm-view-pkcs7-decrypt): CRLF->LF.
3806
3807 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
3808
3809         * message.el (message-hierarchical-addresses): New variable.
3810         (message-get-reply-headers): Use it.
3811         From Ted Zlatanov <teodor.zlatanov@divine.com>
3812
3813 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
3814
3815         * message.el (message-mode): If buffer-file-name, don't set auto
3816         save file name.
3817         Trivial change from Geoff Greene <ggreene@wpi.edu>
3818
3819 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3820
3821         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
3822         takes one argument in read-char.
3823
3824         * message.el (message-fix-before-sending): Forward a char.
3825         Check mmu-multibyte-p, add control-1.
3826
3827 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3828
3829         * gnus-start.el (gnus-read-init-file): Ditto.
3830
3831         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
3832
3833         * dgnushack.el (dgnushack-make-load): Ditto.
3834
3835         * mail-source.el (mail-source-fetch): Extract the right error
3836         code.
3837
3838         * message.el (message-fix-before-sending): Check illegible text.
3839
3840         * gnus-util.el (gnus-multiple-choice): New function.
3841
3842         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
3843         also defined in gnus-score.el.
3844
3845 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
3846
3847         * message.el (message-get-reply-headers): downcase email addresses
3848         for comaparisons for duplicate removal.
3849
3850 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3851
3852         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
3853         implementation of PKCS#7, which just allows users read the
3854         message.
3855         (mm-view-pkcs7): Use it.
3856
3857 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3858
3859         * gnus.el (large-newsgroup-initial): New parameter.
3860
3861         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
3862         (gnus-summary-insert-old-articles): Ditto.
3863
3864 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3865
3866         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
3867         used as the default answer of the question, "How many articles?".
3868         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
3869
3870         * nnagent.el (nnagent-retrieve-headers): Remove articles with
3871         small numbers.
3872
3873 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3874
3875         * deuglify.el: Fix comments.
3876
3877 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
3878
3879         * html2text.el (html2text-clean-anchor): If there is no HREF,
3880         insert nothing.
3881
3882         * mml.el (mml-generate-mime-1): Add cdr.
3883         From: andre@slamdunknetworks.com
3884
3885         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
3886         (mm-text-html-washer-alist): Ditto.
3887
3888         * mm-decode.el (mm-text-html-renderer): Add html2text.
3889
3890         * html2text.el: Face lift.
3891
3892         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
3893
3894 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
3895
3896         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
3897
3898         * deuglify.el: Change copy right. Add autoload. Add coding-system.
3899
3900         * deuglify.el: New file. The original file name is
3901         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
3902
3903         * mm-decode.el (mm-display-external): Use
3904         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
3905
3906 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
3907
3908         * nnmaildir.el (nnmaildir-request-list): Report the highest
3909         article number, not the total number of articles.
3910
3911 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3912
3913         * gnus-sum.el: Move uu key map here.
3914         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
3915
3916 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
3917
3918         * nnmaildir.el (nnmaildir-request-expire-articles): Use
3919         nnmail-expiry-wait* if expire-age parameter is not set.
3920
3921 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3922
3923         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
3924         function.
3925         (gnus-group-sort-selected-groups-by-real-name): New function.
3926         (gnus-group-make-menu-bar): Add sort by real name.
3927
3928         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
3929         rebuild.
3930         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
3931         nil as dependencies as well.
3932
3933 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3934
3935         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
3936         for mime-parts.
3937
3938         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
3939
3940         * gnus-group.el (gnus-group-name-decode): Don't test
3941         multibyte-string, because it breaks XEmacs.
3942         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
3943
3944         * message.el (message-send-mail): Be talkative.
3945
3946         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
3947         (mm-automatic-display): Ditto.
3948
3949         * mailcap.el (mailcap-mime-data): Ditto.
3950         From: Reiner Steib <4uce.02.r.steib@gmx.net>
3951
3952 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3953
3954         * many files: Remove trailing whitespaces, replace spc+tab with
3955         tab, replace leading whitespaces with tabs.
3956
3957 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
3958
3959         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
3960         articles with no body and no blank line after the header.
3961
3962 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3963
3964         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
3965         parts.
3966
3967         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
3968         non-ascii chars.
3969
3970         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
3971
3972         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
3973         w3-delay-image-loads.
3974         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
3975         (mm-w3-prepare-buffer): Ditto.
3976
3977         * mail-source.el (mail-source-fetch-directory): Run scripts.
3978
3979 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3980
3981         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
3982         for Majordomo confirmations.
3983
3984 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3985
3986         * gnus-fun.el (gnus-respond-to-confirmation): New command.
3987
3988 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3989
3990         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
3991
3992 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
3993
3994         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
3995         References header field.  From Mark Thomas <mthomas@cmu.edu>.
3996
3997 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3998
3999         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
4000         (mm-inline-render-with-stdin): Ditto.
4001         (mm-inline-render-with-function): Ditto.
4002         (mm-inline-wash-with-file): Bind coding-system-for-write.
4003         (mm-inline-wash-with-stdin): Ditto.
4004
4005 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4006
4007         Suggested by Felix Natter <fnatter@gmx.net>
4008
4009         * gnus-art.el (gnus-mime-view-part-externally): Rename from
4010         gnus-mime-externalize-view.
4011         (gnus-mime-view-part-internally): Rename from
4012         gnus-mime-internalize-view.
4013         (gnus-article-view-part-externally): Rename from
4014         gnus-article-externalize-part.
4015         (gnus-mime-action-alist): Change correspondingly.
4016         (gnus-mime-button-commands): Ditto.
4017         (gnus-mime-action-alist): Remove duplication.
4018
4019         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
4020
4021 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4022
4023         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
4024
4025         * gnus-art.el (gnus-display-mime): Use it.
4026
4027         * mm-partial.el (mm-partial-find-parts): Use it.
4028
4029         * gnus-sum.el (gnus-article-loose-mime): Rename from
4030         gnus-article-no-strict-mime.
4031         (gnus-summary-save-parts): Use it.
4032
4033 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4034
4035         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
4036         local variable.
4037
4038         * gnus-art.el (article-display-x-face): Don't sort multiple
4039         X-Faces.
4040
4041 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4042
4043         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
4044         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
4045
4046         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
4047
4048 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4049
4050         Some ideas is inspired by code from Hrvoje Niksic
4051         <hniksic@arsdigita.com>
4052
4053         * gnus-art.el (gnus-article-wash-function): Set the default to
4054         nil, so that we use mm-text-html-renderer instead.
4055         (article-wash-html): Use mm-text-html-renderer.
4056
4057         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
4058         (mm-text-html-renderer): New variable.
4059         (mm-inline-text-html-renderer): Set the default to nil, so that we
4060         use mm-text-html-renderer instead.
4061
4062         * mm-view.el (mm-inline-text-html): New function.
4063         (mm-text-html-renderer-alist): New variable.
4064         (mm-inline-text-vcard): New function.
4065         (mm-inline-text): Split.
4066         (mm-links-remove-leading-blank): New function.
4067         (mm-inline-render-with-file): New function.
4068         (mm-inline-render-with-stdin): New function.
4069         (mm-inline-render-with-function): New function.
4070         (mm-text-html-washer-alist): New variable.
4071         (mm-inline-wash-with-file): New function.
4072         (mm-inline-wash-with-stdin): New function.
4073
4074 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4075
4076         * message-utils.el: Fix installation doc.
4077         From: Reiner Steib <4uce.02.r.steib@gmx.net>
4078
4079 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
4080
4081         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
4082         (gnus-post-method): Use it.
4083         (gnus-summary-cancel-article): Find the correct post-method.
4084
4085         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
4086         * message.el (message-send-news): Ditto.
4087         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
4088         <ipmonger@delamancha.org>
4089
4090         * gnus.el (gnus-select-method): Fix doc.
4091         (gnus-server-string): Use 'using nntp'.
4092
4093         * gnus-agent.el (gnus-slave-unplugged): New command.
4094         From: Felix Natter <fnatter@gmx.net>
4095
4096 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4097
4098         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
4099         Call edit-done-function first, then change the window
4100         configuration.
4101         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
4102         (gnus-article-edit-mode): mml-mode.
4103
4104         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
4105         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
4106
4107         * message-utils.el: Adopt the file.
4108
4109         * message-utils.el: New file.
4110         From Holger Schauer <Holger.Schauer@gmx.de>
4111
4112 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4113
4114         * gnus-sum.el (gnus-summary-move-article): Select-article only
4115         when gnus-move-split-methods is non-nil. And we don't render or
4116         mark the article.
4117
4118         * gnus-fun.el (gnus-shell-command-to-string): New function.
4119         (gnus-shell-command-on-region): New function.
4120         (gnus-random-x-face): Use them.
4121         (gnus-x-face-from-file): Ditto.
4122         (gnus-convert-image-to-gray-x-face): Ditto.
4123         (gnus-convert-gray-x-face-to-xpm): Ditto.
4124         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
4125
4126 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4127
4128         * gnus-art.el (gnus-treat-display-xface): Don't use
4129         `shell-command-to-string' when compiling.
4130         (gnus-treat-display-grey-xface): Ditto.
4131
4132 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
4133
4134         * nnmaildir.el (nnmaildir--article-count): If the group is
4135         completely empty, report minimum article number as 1 instead of 0.
4136
4137 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
4138
4139         * gnus-agent.el (gnus-get-predicate): Use nconc.
4140
4141         * gnus-sum.el (gnus-summary-display-make-predicate): Use
4142         gnus-summary-display-cache as cache.
4143
4144         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
4145         (nndoc-mail-in-mail-type-p): New function.
4146         (nndoc-mail-in-mail-article-begin): New function.
4147
4148 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4149
4150         * mailcap.el (mailcap-mime-data): Use enriched-decode.
4151
4152         * gnus-cite.el (gnus-article-fill-cited-article): Bind
4153         use-hard-newlines to nil.
4154
4155         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
4156         image is not available if window-system is not available.
4157
4158         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
4159
4160 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4161
4162         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
4163         bookmark, because update-mark doesn't handle it correctly.
4164
4165 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
4166
4167         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
4168         directly instead of calling message-send-mail.
4169
4170         * gnus-start.el (gnus-read-descriptions-file): Use
4171         gnus-default-charset.
4172
4173         * mm-util.el (mm-guess-mime-charset): New function.
4174
4175         * gnus.el (gnus-default-charset): Use it.
4176         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
4177         the default.
4178
4179 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4180
4181         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
4182         (article-display-x-face): Use it.  Disable grey xface, if
4183         uncompface is not found.
4184
4185         * message.el (message-mode): Don't enable multibyte on an indirect
4186         buffer.
4187
4188         * nnrss.el (nnrss-content-function): New variable.
4189         (nnrss-request-article): Use it.
4190
4191 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4192
4193         * gnus.el: Add article-unsplit-urls.
4194         * gnus-sum.el: Ditto.
4195         * gnus-art.el (gnus-treat-strip-cr): New variable.
4196         (gnus-treatment-function-alist): Use it.
4197         (article-unsplit-urls): New function.
4198         (gnus-article-make-menu-bar): Use it.
4199         From: Michael Cook <michael.cook@cisco.com>
4200
4201 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
4202
4203         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
4204         copy.
4205
4206 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
4207
4208         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
4209         with internal whitespace.
4210         (gnus-parent-id): Ditto.
4211
4212 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4213
4214         * gnus-art.el (gnus-article-treat-body-boundary): Add
4215         gnus-decoration property.
4216         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
4217
4218         * message.el (message-mode): Set local-abbrev-table.
4219         From Matt Armstrong <matt@lickey.com>.
4220
4221         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
4222         too many spaces.
4223
4224         * rfc2047.el (rfc2047-unfold-region): Ditto.
4225         (rfc2047-decode-region): Don't unfold. Let
4226         gnus-article-treat-unfold-headers do it.
4227
4228         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
4229         From: Jesper Harder <harder@ifa.au.dk>
4230
4231 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4232
4233         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
4234         (gnus-configure-posting-styles): Use it.
4235         (gnus-configure-posting-styles): Remove trailing newspaces.
4236
4237 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4238
4239         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
4240         is non-nil.
4241
4242         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
4243
4244         * gnus.el (gnus-server-to-method): Switch position with
4245         gnus-server-get-method.
4246         (gnus-agent): Add doc.
4247
4248         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
4249         (gnus-summary-save-parts): Use it.
4250
4251         * gnus-art.el (gnus-display-mime): Use it.
4252         * mm-partial.el (mm-partial-find-parts): Use it.
4253
4254         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
4255
4256         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
4257         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
4258
4259         * nnagent.el (nnagent-request-expire-articles): Don't delete
4260         files.
4261
4262 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
4263
4264         * message.el (message-gen-unsubscribed-mft): New function.
4265         From Sriram Karra <karra@cs.utah.edu>.
4266
4267         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
4268         open parenthesis.
4269
4270         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
4271         (mm-inline-text-html-render-with-w3): Ditto.
4272         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
4273         Suggested by Dave Love  <d.love@dl.ac.uk>.
4274
4275         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
4276
4277         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
4278         * nntp.el (nntp-send-command): Ditto.
4279         * nntp.el (nntp-send-command-nodelete): Ditto.
4280
4281 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4282
4283         * mm-url.el (mm-url-load-url): New function.
4284         (mm-url-insert-file-contents): Use it.
4285
4286         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
4287
4288         * message.el (message-forward-make-body): Correctly copy
4289         forward-buffer.
4290
4291         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
4292
4293 2002-02-04  Simon Josefsson  <jas@extundo.com>
4294
4295         * gnus-art.el (gnus-article-followup-with-original): Mark with
4296         force, prevent errors when following up from article buffer.
4297         (gnus-article-reply-with-original): Ditto.
4298
4299         * binhex.el (binhex-decoder-switches): Fix doc.  From
4300         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
4301
4302 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4303
4304         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
4305         highlight-citation after emphasize.
4306
4307 2002-02-04  Simon Josefsson  <jas@extundo.com>
4308
4309         * nnfolder.el (nnfolder-open-marks):
4310
4311         * nnml.el (nnml-open-marks): Message when done.  From David
4312         Edmondson <dme@sun.com>.
4313
4314 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4315
4316         * imap.el (imap-anonymous-auth): Fix typo.
4317         From: Steinar Bang <sb@dod.no>
4318
4319         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
4320         save-excursion.
4321         (gnus-cache-braid-heads): Ditto.
4322
4323         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
4324         line, because there are extra articles in the overview buffer.
4325
4326         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
4327
4328         * message.el (message-forward-rmail-make-body): Directly use
4329         rmail-msg-restore-non-pruned-header to avoid calling
4330         vertical-motion.
4331
4332 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4333
4334         * gnus-cache.el (gnus-summary-insert-cached-articles):
4335         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
4336
4337         * gnus-group.el (gnus-group-mark-article-read): Nreverse
4338         gnus-newsgroups-unselected.
4339
4340         * gnus-agent.el (gnus-summary-set-agent-mark): Use
4341         gnus-add-to-sorted-list.
4342
4343         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
4344         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
4345         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
4346         (gnus-update-read-articles): UNREAD is sorted.
4347         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
4348         (gnus-newsgroup-marked, gnus-newsgroup-cached)
4349         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
4350         (gnus-newsgroup-dormant): Require sorted.
4351
4352         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
4353         directories.
4354         (gnus-dired-print): New function.
4355
4356         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
4357         ps-despool.
4358
4359 2002-02-02  Simon Josefsson  <jas@extundo.com>
4360
4361         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
4362
4363 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4364
4365         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
4366         t. This makes gnus-agent customizable without putting
4367         gnus-agentize into .gnus.
4368
4369         * gnus.el (gnus-agent): Make it customizable.
4370
4371         * gnus-dired.el: New file.
4372         From Benjamin Rutt <brutt@bloomington.in.us>
4373
4374         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
4375         if no article.
4376         (gnus-cache-possibly-remove-article): Ditto.
4377         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
4378
4379 2002-02-01  Simon Josefsson  <jas@extundo.com>
4380
4381         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
4382
4383 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4384
4385         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
4386         (mm-setup-w3m): Don't bind keys listed in the above.
4387
4388 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4389
4390         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
4391         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
4392         is non-nil; bind `w3m-force-redisplay' with nil.
4393
4394         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4395
4396         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
4397
4398 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
4399
4400         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
4401         use mail-header-unfold-field.
4402
4403         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
4404         gnus-summary-limit.
4405
4406         * gnus-range.el (gnus-add-to-sorted-list): New function.
4407         * gnus-sum.el (gnus-mark-article-as-read): Use it.
4408         (gnus-mark-article-as-unread): Ditto.
4409         (gnus-summary-mark-article-as-unread): Ditto.
4410         (gnus-build-get-header): Ditto.
4411         (gnus-summary-prepare-threads): Ditto.
4412         (gnus-summary-insert-pseudos): Ditto.
4413         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
4414         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
4415         (gnus-summary-insert-old-articles): Ditto.
4416
4417         * gnus-msg.el (gnus-posting-styles): Add new format of header.
4418         (gnus-configure-posting-styles): Support the new format.
4419
4420         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
4421         edebug-form-spec to (sexp body).
4422         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
4423
4424         * message.el (message-reply-headers): Add doc.
4425
4426 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4427
4428         * gnus-group.el (gnus-group-delete-group): Nix the entry in
4429         gnus-cache-active-hashtb.
4430
4431         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
4432         (gnus-agent-summary-fetch-group): Use it.
4433
4434         * gnus-msg.el (gnus-debug-files): New variable.
4435         (gnus-debug-exclude-variables): New variable.
4436         (gnus-debug): Use them.
4437
4438         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
4439
4440 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4441
4442         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
4443         (message-mode-syntax-table): Move back the previous position.
4444
4445         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
4446
4447         * gnus-agent.el (gnus-agent-retrieve-headers): Use
4448         gnus-sorted-difference.
4449
4450         * nnsoup.el (nnsoup-request-expire-articles): Use
4451         gnus-sorted-difference.
4452
4453         * nnheader.el: Autoload gnus-sorted-difference.
4454
4455         * nnfolder.el (nnfolder-request-expire-articles): Use
4456         gnus-sorted-difference.
4457
4458         * gnus-cache.el (gnus-cache-retrieve-headers): Use
4459         gnus-sorted-difference.
4460
4461         * gnus-range.el: Autoload cookies.
4462         (gnus-sorted-difference): New function.
4463         (gnus-sorted-ndifference): New function.
4464         (gnus-sorted-nintersection): Rename from
4465         gnus-set-sorted-intersection.
4466         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
4467         (gnus-list-range-difference): Rename from
4468         gnus-inverse-list-range-intersection.
4469         (gnus-inverse-list-range-intersection): Use defalias.
4470
4471         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
4472         gnus-sorted-ndifference, and gnus-sorted-nintersection.
4473         (gnus-articles-to-read): Use gnus-sorted-difference.
4474         (gnus-summary-limit-mark-excluded-as-read): Use
4475         gnus-sorted-intersection and gnus-sorted-ndifference.
4476         (gnus-list-of-read-articles): Use gnus-list-range-difference.
4477         (gnus-summary-insert-articles): Use gnus-sorted-difference.
4478
4479         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
4480
4481 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4482
4483         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
4484         property to the buffer for using emacs-w3m command keys.
4485
4486         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
4487         option.
4488
4489         * mm-view.el (mm-w3m-mode-map): New variable.
4490         (mm-w3m-mode-command-alist): New variable.
4491         (mm-w3m-minor-mode): Removed.
4492         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
4493         (mm-inline-text-html-render-with-w3m): Add keymap property to the
4494         buffer for using emacs-w3m command keys.
4495
4496 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4497
4498         * message.el (message-mode-syntax-table): Move forward.
4499         (message-cite-prefix-regexp): Auto detect non word constituents.
4500         (message-cite-prefix-regexp): Don't use with-syntax-table.
4501
4502         * gnus-sum.el (gnus-summary-update-info): Use
4503         gnus-list-range-intersection.
4504
4505         * gnus-agent.el (gnus-agent-fetch-headers): Use
4506         gnus-list-range-intersection.
4507
4508         * gnus-range.el (gnus-range-normalize): Use correct predicate.
4509         (gnus-list-range-intersection): Use it.
4510         (gnus-inverse-list-range-intersection): Ditto.
4511         (gnus-sorted-intersection): Add doc.
4512         (gnus-set-sorted-intersection): Add doc.
4513         (gnus-sorted-union): New function.
4514         (gnus-set-sorted-union): New function.
4515
4516         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
4517         (gnus-inverse-list-range-intersection): Ditto.
4518
4519 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
4520
4521         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
4522
4523         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
4524         and permit `:' and `\' in order to handle full Windows pathnames.
4525         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
4526         technically not correct per standard, but seems to have common use.
4527
4528 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4529
4530         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
4531         replacing numbers.
4532
4533 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
4534
4535         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
4536
4537         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
4538         Don't split when the window is small, e.g. when a small *BBDB*
4539         window is the lowest one.
4540
4541         * gnus-agent.el (gnus-agent-retrieve-headers): Use
4542         nnheader-find-nov-line to speed up. Use nreverse, because it is
4543         sorted. Use nnheader-insert-nov-file.
4544
4545 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4546
4547         * mm-decode.el (mm-inline-text-html-with-images): New user option.
4548
4549         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
4550         of `w3m-display-inline-images' with the value of
4551         `mm-inline-text-html-with-images'.
4552         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
4553
4554         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4555
4556 2002-01-27  Richard M. Stallman  <rms@gnu.org>
4557
4558         * time-date.el: Add autoload cookies.  Many doc fixes.
4559         (time-add): New function.
4560         (time-subtract): Renamed from subtract-time.
4561         (subtract-time): New alias for time-subtract.
4562
4563 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4564
4565         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
4566         emacs-w3m in doc-string.
4567
4568         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
4569         `w3m-current-buffer'.
4570
4571 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4572
4573         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
4574
4575         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
4576         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
4577         (mm-w3m-cid-retrieve): New function.
4578         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
4579
4580 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4581
4582         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
4583
4584 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4585
4586         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
4587
4588 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4589
4590         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
4591         32K.
4592
4593         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
4594
4595         * nnmail.el (nnmail-article-group): Decode headers before running
4596         split rules over them.
4597         (nnmail-mail-splitting-charset): New variable.
4598
4599         * smiley.el: Replaced with smiley-ems.el.
4600
4601 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4602
4603         * mm-url.el (mm-url-predefined-programs): Add w3m.
4604         (mm-url-program): Ditto.
4605
4606 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4607
4608         * nnml.el (nnml-use-compressed-files): New variable.
4609         (nnml-filenames-are-evil): Removed.
4610         (nnml-current-group-article-to-file-alist): Don't use.
4611         (nnml-update-file-alist): Inhibit.
4612         (nnml-article-to-file): Use new var.
4613
4614 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4615
4616         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
4617
4618         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
4619
4620 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4621
4622         * gnus-agent.el (gnus-agent-load-alist): Use new caching
4623         function.
4624
4625         * gnus-util.el (gnus-cache-file-contents): New function.
4626
4627         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
4628         (gnus-agent-load-alist): Use it.
4629
4630         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
4631
4632         * nnheader.el (nnheader-insert-nov-file): New function.
4633
4634         * gnus-util.el (gnus-parse-without-error): Correct the loop.
4635
4636         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
4637         there are no references.
4638         (gnus-extract-message-id-from-in-reply-to): New function.
4639         (gnus-nov-parse-line): Use in-reply-to if there are no
4640         references.
4641
4642 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4643
4644         * nnagent.el (nnagent-retrieve-headers): Use new macro.
4645
4646         * gnus-util.el (gnus-parse-without-error): New macro.
4647
4648 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
4649
4650         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
4651         (gnus-article-wash-function): use locate-library to decide which
4652         to use.
4653
4654 2002-01-25  Simon Josefsson  <jas@extundo.com>
4655
4656         * pop3.el (pop3-munge-message-separator): Work if no date.
4657         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
4658
4659 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4660
4661         * gnus-agent.el (gnus-agent-save-alist): Fix.
4662
4663         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
4664         mistake.  Reinstated lost code.
4665
4666 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
4667
4668         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
4669         one exists in the case of an encrypted message with an internal
4670         signature.
4671
4672 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4673
4674         * gnus-agent.el (gnus-agent-save-alist): Optimized.
4675
4676 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4677
4678         * dgnushack.el: Commented out the experimental code.
4679
4680 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4681
4682         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
4683         error.
4684
4685         * gnus.el (gnus-server-to-method): Made into subst.
4686         (gnus-server-method-cache): New variable.
4687         (gnus-server-to-method): Use it.
4688         (gnus-group-method-cache): New variable.
4689         (gnus-find-method-for-group-1): Renamed.
4690         (gnus-find-method-for-group): New function.
4691         (gnus-group-method-cache): Removed.
4692
4693         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
4694         function.
4695
4696         * gnus-range.el (gnus-members-of-range): New function.
4697         (gnus-list-range-intersection): Renamed.
4698         (gnus-inverse-list-range-intersection): New function.
4699
4700         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
4701
4702         * nnagent.el (nnagent-retrieve-headers): New implementation.
4703
4704         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
4705         implementation.
4706
4707 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4708
4709         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
4710         `w3m-meta-content-type-charset-regexp'.
4711
4712         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
4713         charset-encoded html contents.
4714
4715 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4716
4717         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
4718         an empty file.
4719
4720         * nnweb.el (url): Ignore errors when request url.
4721
4722         * nnrss.el: Clean up the comments.
4723
4724 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4725
4726         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
4727
4728         * mm-decode.el (mm-inline-text-html-renderer): New user option.
4729         (mm-inline-media-tests): Test whether the value of
4730         `mm-inline-text-html-renderer' is a function for text/html.
4731
4732         * mm-view.el (mm-inline-text-html-render-with-w3): New function
4733         separated from `mm-inline-text'.
4734         (mm-w3m-minor-mode): New variable.
4735         (mm-w3m-setup): New variable.
4736         (mm-setup-w3m): New function.
4737         (mm-inline-text-html-render-with-w3m): New function.
4738         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
4739         text/html.
4740
4741 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
4742
4743         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
4744
4745 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4746
4747         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
4748         and `gnus-xmas-completing-read'.
4749
4750 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4751
4752         * nneething.el (nneething-message-id-number): Abolished.
4753         (nneething-encode-file-name): Not encode numerical characters.
4754         (nneething-make-head): `nneething-message-id-number' is not
4755         used to generate message IDs.
4756
4757 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4758
4759         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
4760         characters.
4761
4762 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4763
4764         * gnus-xmas.el (gnus-xmas-completing-read): New function.
4765         (gnus-xmas-redefine): Redefine conditionally.
4766
4767 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
4768
4769         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
4770         tag.
4771
4772 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
4773
4774         * message.el (message-font-lock-keywords): Added the secure tag.
4775         * mml-sec.el: Added functions to generate/modify/remove the secure
4776         tag while in message mode.
4777         * mml-sec.el (mml-secure-message): New.
4778         * mml-sec.el (mml-unsecure-message): New.
4779         * mml-sec.el (mml-secure-message-sign-smime): New.
4780         * mml-sec.el (mml-secure-message-sign-pgp): New.
4781         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
4782         * mml-sec.el (mml-secure-message-encrypt-smime): New.
4783         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
4784         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
4785         * mml.el (mml-parse-1): Added code to recognise the secure tag and
4786         convert it to either a part or multipart depending on if there are
4787         other parts in the message.
4788         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
4789         to use the secure tag, rather than the part tag.
4790         * mml.el (mml-preview): Added a save-excursion to keep cursor
4791         position after doing an MML preview.
4792
4793 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4794
4795         * nnheader.el (nnheader-parse-overview-file): New function.
4796         (nnheader-write-overview-file): New function.
4797
4798 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4799
4800         * gnus.el (gnus-group-fast-parameter): Check better if expansion
4801         in wanted.
4802
4803         * nnweb.el (nnweb-type-definition): Clean up.
4804
4805 2002-01-21  Alastair Burt  <burt@dfki.de>
4806         Trivial patch.
4807
4808         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
4809         buffer exists before jumping to it.
4810
4811 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4812
4813         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
4814         function.
4815         (article-wash-html): Use it.
4816         (gnus-article-wash-function): New variable.
4817         (gnus-article-wash-html-with-w3m): New function.
4818
4819 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4820
4821         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
4822         XEmacs.
4823
4824 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
4825
4826         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
4827         command line.
4828
4829 2002-01-21  Simon Josefsson  <jas@extundo.com>
4830
4831         * canlock.el (base64-encode-string): Autoload it from base64.
4832         (canlock-make-cancel-key): Base64 encode unibyte string.
4833
4834 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4835
4836         * nnfolder.el (nnfolder-request-accept-article): Unfold
4837         x-from-line.
4838         (nnfolder-request-replace-article): Ditto.
4839
4840 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
4841
4842         * gnus-group.el (gnus-group-best-unread-group): Use the right
4843         positioning function.
4844
4845 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4846
4847         * smiley-ems.el (smiley-region): Use new function.
4848         (smiley-update-cache): Use general image functions.
4849         (smiley-region): Use general functions.
4850
4851         * gnus-util.el (gnus-graphic-display-p): New function.
4852
4853         * nnmail.el (nnmail-article-group): Allow outputting traces of
4854         non-strings.
4855
4856         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
4857         (nndoc-exim-bounce-type-p): New function.
4858
4859         * message.el (message-dont-send): Doc fix.
4860
4861         * gnus-util.el (gnus-completing-read): Remove
4862         inherit-input-method.
4863
4864         * gnus-art.el (gnus-treat-smiley): Doc fix.
4865
4866         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
4867         articles.
4868
4869 2002-01-19  Simon Josefsson  <jas@extundo.com>
4870
4871         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
4872         (imap-kerberos4-open): Ditto.
4873         (imap-open): Set port correctly, don't set auth.
4874
4875 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4876
4877         * gnus.el (gnus-version-number): Bump version number.
4878
4879 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4880
4881         * gnus.el: Oort Gnus v0.05 is released.
4882
4883 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4884
4885         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
4886         exists.
4887
4888         * gnus-spec.el (gnus-string-width-function): New function.
4889         (gnus-tilde-cut-form): Use it.
4890         (gnus-tilde-max-form): Ditto.
4891         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
4892         (gnus-substring-function): Use it.
4893         (gnus-tilde-cut-form): Ditto.
4894         (gnus-substring-function): New function.
4895
4896         * message.el (message-check-news-header-syntax): New message.
4897
4898         * gnus.el (gnus-slave-no-server): Doc fix.
4899
4900         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
4901
4902 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4903
4904         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
4905         `seen' if it looks like (seen NUM1 . NUM2).  It should be
4906         (seen (NUM1 . NUM2)).
4907
4908 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4909
4910         * gnus-topic.el (gnus-topic-catchup-articles): Update article
4911         number in closed topics.
4912
4913 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
4914
4915         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
4916         functions.
4917
4918 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4919
4920         * gnus.el (gnus-group-find-parameter): Clean up.
4921
4922         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
4923         articles.
4924
4925         * gnus-util.el (gnus-completing-read-with-default): Renamed.
4926
4927         * nnmail.el (nnmail-article-group): Clean up.
4928
4929 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
4930
4931         * gnus-agent.el (gnus-category-name): Intern the category name.
4932
4933 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4934
4935         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
4936
4937         * gnus-util.el (gnus-completing-read): New function.
4938
4939 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4940
4941         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
4942
4943         * smiley-ems.el (smiley-region): Register smiley.
4944         (smiley-toggle-buffer): Rewrite the function.
4945         (smiley-active): Removed.
4946
4947 2002-01-19  Simon Josefsson  <jas@extundo.com>
4948
4949         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
4950         Jesper Harder <harder@ifa.au.dk>.
4951
4952 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4953
4954         * gnus-art.el (gnus-request-article-this-buffer): Call
4955         `nneething-get-file-name' to extract the file name from the
4956         message id.
4957
4958         * nneething.el (nneething-encode-file-name): New function.
4959         (nneething-decode-file-name): Ditto.
4960         (nneething-get-file-name): Ditto.
4961         (nneething-make-head): Encode the file name and encapsulate it
4962         into the field of the message id.
4963
4964 2002-01-18  Simon Josefsson  <jas@extundo.com>
4965
4966         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
4967         stored in .marks.
4968
4969         * nnfolder.el (nnfolder-request-update-info): Ditto.
4970
4971 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4972
4973         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
4974
4975 2002-01-18  Simon Josefsson  <jas@extundo.com>
4976
4977         * imap.el (imap-starttls-p): Don't check for binary.
4978         (imap-gssapi-auth-p): Ditto.
4979         (imap-kerberos4-auth-p): Ditto.
4980         (imap-open): Change logic.  Iterate through all possible streams,
4981         instead of bailing out after first failure.  Move authenticator
4982         decision to `imap-authenticate'.
4983         (imap-authenticate): Change logic, now finds the authenticator to
4984         use, was previously in `imap-open'.
4985         (imap-open): Return nil on failure.
4986         (imap-open): Setup temp buffer correctly.
4987         (imap-open): Return buffer only on success.
4988         (imap-interactive-login, imap-interactive-login): Tell the user
4989         which stream/authenticator is used for the queried
4990         username/password.
4991         (imap-open, imap-authenticate): Set variables.
4992         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
4993         (imap-open): Don't assume how `with-temp-buffer' is implemented.
4994
4995 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4996
4997         * gnus-fun.el (gnus-grab-cam-x-face): New function.
4998
4999 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5000
5001         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
5002
5003 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5004
5005         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
5006         (gnus-agent-group-mode-map): Bind it to "Jo".
5007         (gnus-agent-group-make-menu-bar): Add it into menu bar.
5008
5009 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
5010
5011         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
5012         (gnus-summary-mail-toolbar): Add mail article deletion button.
5013
5014         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
5015         false positives for lines of "^^^^".
5016
5017         * gnus-picon.el (gnus-picon-find-face): faces database is all
5018         lowercase.
5019
5020 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5021
5022         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
5023         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
5024         duplications.
5025         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
5026
5027 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5028
5029         * gnus-sum.el (gnus-summary-initial-limit): Inline
5030         gnus-summary-limit-children.
5031         (gnus-summary-initial-limit): Don't limit if
5032         gnus-newsgroup-display is nil.
5033         (gnus-summary-initial-limit): No, don't.
5034
5035         * gnus-util.el
5036         (gnus-put-text-property-excluding-characters-with-faces): Inline
5037         gnus-put-text-property.
5038
5039         * gnus-spec.el (gnus-default-format-specs): New variable.
5040
5041         * gnus-start.el (gnus-read-newsrc-file): Don't clear
5042         gnus-format-specs.
5043         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
5044
5045         * gnus-spec.el (gnus-update-format-specifications): Really check
5046         the Gnus version of the .newsrc.eld file.
5047         (gnus-format-specs): Save the new default summary format.
5048
5049         * gnus-util.el (gnus-parent-id): Check whether references is empty
5050         before splitting.
5051
5052         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
5053         functions.
5054         (gnus-gather-threads-by-references): Inline
5055         `gnus-split-references'.
5056
5057         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
5058         default value of gnus-summary-line-format-spec.
5059
5060 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5061
5062         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
5063         message.
5064         (nnslashdot-request-list): Ditto.
5065         (nnslashdot-sid-strip): Removed.
5066
5067 2002-01-15  Simon Josefsson  <jas@extundo.com>
5068
5069         * nnimap.el (nnimap-close-asynchronous): Enable.
5070         (nnimap-close-group): Expunge.
5071
5072 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5073
5074         * gnus-util.el (gnus-user-date-format-alist): Typo.
5075         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
5076
5077 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5078
5079         * nneething.el (nneething-request-article): Set
5080         `nnmail-file-coding-system' to `binary' locally, in order to read
5081         files without any conversion.
5082
5083 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
5084
5085         * gnus-agent.el (gnus-agent-retrieve-headers): Use
5086         nnheader-file-coding-system and nnmail-active-file-coding-system.
5087         (gnus-agent-regenerate-group): Ditto.
5088         (gnus-agent-regenerate): Ditto.
5089         (gnus-agent-write-active): Ditto.
5090         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
5091
5092 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5093
5094         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
5095         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
5096
5097 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5098
5099         * gnus.el: We don't need gnus-article-show-all-headers.
5100
5101         * gnus-art.el (article-show-all, gnus-article-show-all-header):
5102         Ditto.
5103
5104         * gnus-sum.el (gnus-summary-select-article): Don't call
5105         show-all-headers, because hidden headers are not hidden text any
5106         more.
5107
5108 2002-01-13  Simon Josefsson  <jas@extundo.com>
5109
5110         * message.el (message-newline-and-reformat): Use `newline' instead
5111         of inserting \n, so that the newline is marked as hard.
5112
5113         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
5114         From Jesper Harder <harder@ifa.au.dk>.
5115
5116 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5117
5118         * imap.el (imap-close): Keep going if quit.
5119
5120         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
5121         nntp-server-buffer.
5122
5123 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5124
5125         * mm-view.el (mm-display-inline-fontify): Require font-lock to
5126         avoid unbinding shadowed variables.
5127
5128         * gnus-art.el (gnus-picon-databases): Moved here.
5129         (gnus-picons-installed-p): Moved here.
5130         (gnus-article-reply-with-original): Use `mark'.
5131
5132         * gnus.el (gnus-picon): Moved here and renamed.
5133
5134         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
5135         installed.
5136         (gnus-treat-mail-picon): Ditto.
5137         (gnus-treat-newsgroups-picon): Ditto.
5138
5139         * gnus-picon.el (gnus-picons-installed-p): New function.
5140
5141 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5142
5143         * gnus-agent.el (gnus-agent-go-online): Fix doc.
5144
5145 2002-01-12  Simon Josefsson  <jas@extundo.com>
5146
5147         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
5148         (nnimap-before-find-minmax-bugworkaround): Use it.
5149         (nnimap-find-minmax-uid): Don't reselect current mailbox.
5150         (nnimap-dont-close): New variable.
5151         (nnimap-close-group): Use it.
5152
5153 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5154
5155         * gnus-art.el (gnus-article-reply-with-original): Use
5156         `mark-active'.
5157
5158         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
5159
5160         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
5161         (gnus-score-advanced): Clean up.
5162         (gnus-score-advanced): Accept a multiple of the score.
5163
5164 2002-01-12  Simon Josefsson  <jas@extundo.com>
5165
5166         * flow-fill.el (fill-flowed-display-column)
5167         (fill-flowed-encode-columnq): New variables.  Suggested by
5168         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
5169         (fill-flowed-encode, fill-flowed): Use them.
5170
5171         * message.el (message-send-news, message-send-mail): Use
5172         m-b-s-n-p-e-h-n.
5173
5174         * mml.el (autoload): Autoload fill-flowed-encode.
5175         (mml-buffer-substring-no-properties-except-hard-newlines): New
5176         function.
5177         (mml-read-part): Use it.
5178         (mml-generate-mime-1): Encode format=flowed if appropriate.
5179         (mml-insert-mime-headers): Insert format=flowed.
5180
5181         * flow-fill.el (fill-flowed-encode): New function.
5182         (fill-flowed): Bind fill-column to window width.
5183
5184 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5185
5186         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
5187         it exists.
5188         (gnus-summary-setup-buffer): Wake up dead summary buffers.
5189         (gnus-summary-buffer-name): Don't return the dead name after all.
5190         (gnus-summary-setup-buffer): Kill the dead buffer.
5191
5192         * gnus-art.el (gnus-article-followup-with-original): Store the
5193         value of the mark before deactivating it.
5194
5195 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5196
5197         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
5198         From: Karl Kleinpaste <karl@charcoal.com>
5199
5200         * gnus-art.el (article-display-x-face): Ditto.
5201         (gnus-article-reply-with-original): Use gnus-region-active-p.
5202         (gnus-article-followup-with-original): Ditto.
5203
5204         * gnus-sum.el (gnus-summary-read-group-1): Don't select
5205         downloadable article either.
5206
5207 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5208
5209         * gnus-art.el (article-display-x-face): Insert From:.
5210
5211         * gnus-sum.el (gnus-summary-move-article): Don't draw the
5212         article. Bind gnus-display-mime-function and
5213         gnus-article-prepare-hook.
5214
5215         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
5216         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
5217         gnus-agent-possibly-synchronize-flags to the last.
5218         (gnus-agent-go-online): New function. New variable.
5219
5220 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5221
5222         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
5223         (gnus-agent-regenerate): Ditto.
5224
5225 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5226
5227         * message.el (message-ignored-news-headers)
5228         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
5229         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
5230
5231         * gnus.el (gnus-gethash-safe): New macro.
5232
5233         * gnus-agent.el (gnus-agent-regenerate-history): New function.
5234         (gnus-agent-regenerate): Show messages.
5235
5236 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5237
5238         * gnus-agent.el (gnus-agent-regenerate-group): New function.
5239         (gnus-agent-regenerate): New function.
5240         (gnus-agent-save-alist): Sort.
5241         (gnus-agent-copy-nov-line): Test eobp.
5242         (gnus-agent-retrieve-headers): Erase buffer.
5243
5244 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5245
5246         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
5247         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
5248
5249         * gnus.el (gnus-agent-covered-methods): Move here.
5250         (gnus-online): New function.
5251         (gnus-agent-method-p): Move here.
5252
5253         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
5254         nil. Remove articles-alist.
5255
5256         * gnus-start.el (gnus-get-unread-articles): Check online.
5257         (gnus-groups-to-gnus-format): Ditto.
5258         (gnus-active-to-gnus-format): Ditto.
5259
5260         * gnus-agent.el (gnus-agent-get-function): Use it.
5261         (gnus-agent-get-undownloaded-list): Ditto.
5262         (gnus-agent-fetch-session): Only fetch online methods.
5263
5264         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
5265         (gnus-server-mode-map): Ditto.
5266         (gnus-server-offline-face): New face.
5267         (gnus-server-offline-face): New variable.
5268         (gnus-server-font-lock-keywords): Add offline.
5269         (gnus-server-insert-server-line): Ditto.
5270         (gnus-server-offline-server): New function.
5271
5272         * gnus-int.el (gnus-open-server): Turn to offline.
5273         (gnus-server-unopen-status): New variable.
5274
5275 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5276
5277         * nnkiboze.el (nnkiboze-request-article): Use
5278         gnus-agent-request-article.
5279
5280         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
5281         function. Insert undownloaded NOV.
5282
5283         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
5284         (gnus-agent-request-article): New function.
5285
5286         * gnus.el (gnus-agent-cache): New variable.
5287
5288         * gnus-int.el (gnus-retrieve-headers): Use
5289         gnus-agent-retrieve-headers.
5290         (gnus-request-head): Use gnus-agent-request-article.
5291         (gnus-request-body): Ditto.
5292
5293         * gnus-art.el (gnus-request-article-this-buffer): Use
5294         gnus-agent-request-article.
5295
5296         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
5297         article if it is undownloaded.
5298
5299 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5300
5301         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
5302
5303 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5304
5305         * canlock.el (canlock-string-as-unibyte): New macro.
5306         (canlock-sha1-with-openssl): Return a unibyte string.
5307         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
5308
5309 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5310
5311         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
5312
5313 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5314
5315         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
5316         application/x-emacs-lisp.
5317
5318         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
5319
5320         * nntp.el (nntp-request-article): Add group parameter.
5321         (nntp-request-head): Ditto.
5322         (nntp-find-group-and-number): Add parameter group. Figure out
5323         number if the status line doesn't give (e.g. quimby.gnus.org).
5324
5325 2002-01-08  Simon Josefsson  <jas@extundo.com>
5326
5327         * mml.el (mml-generate-mime-1): Set recipient correctly.
5328
5329 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5330
5331         * message.el (message-read-from-minibuffer): Add parameter
5332         initial-contents.
5333         * gnus-msg.el (gnus-summary-resend-message): Use it.
5334
5335         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
5336         behavior of quit-config.
5337
5338         * message.el (message-make-from): Don't quote fullname.
5339         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
5340
5341         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
5342         From: <andre@slamdunknetworks.com>
5343
5344 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5345
5346         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
5347
5348         * gnus-art.el (gnus-header-button-alist): Handle mailto.
5349
5350         * mml.el (mml-preview): Bind gnus-original-article-buffer because
5351         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
5352         because bbdb may use it.
5353
5354 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5355
5356         * nneething.el (nneething-request-article): When a non-text file
5357         is converted to an article, its data is encoded in base64.  Call
5358         `nneething-make-head' with options to specify MIME types.
5359         (nneething-make-head): Add optional arguments to specify MIME
5360         types.
5361
5362 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5363
5364         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
5365         header if there is not.
5366
5367         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
5368
5369         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
5370         (gnus-inews-mark-gcc-as-read): Obsolete variable.
5371         (gnus-inews-do-gcc): Use them.
5372
5373         * gnus-group.el (gnus-group-mark-article-read): Put holes into
5374         gnus-newsgroup-unselected.
5375
5376 2002-01-06  Simon Josefsson  <jas@extundo.com>
5377
5378         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
5379         condition-case, not ignore-errors.
5380
5381 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5382
5383         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
5384         gnus-fetch-old-headers.
5385
5386         * gnus-art.el (article-display-x-face): Use the current buffer
5387         unless `W f'. Otherwise, X-Face may be shown in the header of a
5388         forwarded part.
5389         (gnus-treatment-function-alist): Treat xface before hiding
5390         headers.
5391
5392 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5393
5394         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
5395         parameters.
5396
5397 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5398
5399         * mm-util.el (mm-multibyte-p): Define conditionally when load.
5400         (mm-guess-charset): New function.
5401         (mm-charset-after): Use it.
5402         (mm-detect-coding-region): New function.
5403         (mm-detect-mime-charset-region): New function.
5404
5405         * gnus-sum.el (gnus-summary-show-article): Use
5406         mm-detect-coding-region.
5407
5408 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5409
5410         * message.el (message-make-fqdn): Be less violent.
5411
5412         * gnus.el (gnus-logo-color-style): Compute custom form
5413         automatically.
5414
5415         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
5416         score file of the parent to the document group.
5417
5418         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
5419         parameters parameter.
5420
5421         * gnus-score.el (gnus-score-load-file): Clean up.
5422
5423 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5424
5425         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
5426         From: Damien Wyart <damien.wyart@free.fr>
5427
5428         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
5429
5430 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5431
5432         * gnus-sum.el (gnus-select-group-hook): Typo.
5433
5434         * rfc2047.el (rfc2047-decode-string): Return immediately if there
5435         is no quoted-printable-encoded STRING.
5436         From: Jesper Harder <harder@ifa.au.dk>
5437
5438         (rfc2047-decode-string): Decode it.
5439
5440 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5441
5442         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
5443
5444 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
5445         Trivial patch.
5446
5447         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
5448         buffer to get rid of junk line.
5449
5450 2002-01-05  Simon Josefsson  <jas@extundo.com>
5451
5452         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
5453         C-o.
5454         (message-mode-map): Bind message-insert-or-toggle-importance to
5455         C-c C-u.
5456         (message-mode-map): Bind message-disposition-notification-to to
5457         C-c M-n.
5458         (message-mode-menu): Add m-d-n-t.
5459         (message-mode-field-menu): Add m-goto-from.
5460         (message-mode): Doc fix.
5461         (message-goto-from): New function.
5462         (message-insert-disposition-notification-to): New function.
5463         (message-tool-bar-map): Add receipt button.
5464
5465 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5466
5467         * gnus-sum.el (gnus-thread-latest-date): New function.
5468         (gnus-thread-sort-by-most-recent-number): Renamed.
5469         (gnus-thread-sort-functions): Doc fix.
5470         (gnus-select-group-hook): Don't use setq on a hook.
5471         (gnus-thread-latest-date): Use date, not number
5472
5473         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
5474         (gnus-agent-expire): Allow regexp of expire-days.
5475
5476         * gnus-art.el (gnus-article-reply-with-original): Deactivate
5477         region.
5478         (gnus-article-followup-with-original): Ditto.
5479
5480         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
5481
5482         * gnus-art.el (gnus-mime-display-alternative): Use
5483         gnus-local-map-property.
5484         (gnus-mime-display-alternative): Ditto.
5485         (gnus-insert-mime-security-button): Ditto.
5486         (gnus-insert-next-page-button): Ditto.
5487         (gnus-button-prev-page): Take optional args.
5488         (gnus-insert-prev-page-button): widget-convert.
5489
5490         * gnus-util.el (gnus-local-map-property): New function.
5491
5492         * gnus-art.el (gnus-prev-page-map): Use parent map.
5493         (gnus-next-page-map): Ditto.
5494
5495         * gnus-spec.el (gnus-parse-format): Clean up.
5496         (gnus-parse-format): Do complex formatting for %=.
5497
5498         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
5499         "X-Face: " to the data in the built-in scenario.
5500
5501         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
5502         (gnus-correct-pad-form): Renamed.
5503         (gnus-tilde-max-form): Clean up.
5504         (gnus-pad-form): Use gnus-use-correct-string-widths.
5505
5506         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
5507         support if that is available.
5508
5509         * gnus-sum.el (gnus-thread-highest-number): New function.
5510         (gnus-thread-sort-by-most-recent-thread): New function.
5511         (gnus-thread-sort-functions): Doc fix.
5512
5513 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5514
5515         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
5516         all cases.
5517         (gnus-summary-mode): Enable it in all cases.
5518         (gnus-summary-display-article): Ditto.
5519         (gnus-summary-edit-article): Ditto.
5520
5521         * gnus-ems.el (gnus-put-image): Really return glyph.
5522
5523         * gnus-art.el (gnus-article-x-face-command): Fix :type.
5524         (gnus-treat-smiley): Don't take "P" in the interactive form.
5525
5526 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5527
5528         * compface.el (uncompface): XEmacs and Emacs have differing
5529         capabilities.
5530
5531         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
5532
5533         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
5534         (gnus-article-xface-ring-size): Removed.
5535         (gnus-article-display-xface): Removed.
5536         (gnus-remove-image): Cleaned up.
5537
5538         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
5539         (gnus-xmas-create-image): Take pbm files.
5540         (gnus-x-face): Removed.
5541         (gnus-xmas-article-display-xface): Removed.
5542
5543         * gnus-fun.el (gnus-display-x-face-in-from): Bind
5544         default-enable-multibyte-characters.
5545
5546         * compface.el (uncompface): Doc fix.
5547
5548         * gnus-art.el (gnus-article-x-face-command): Use
5549         gnus-display-x-face-in-from.
5550
5551         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
5552
5553         * gnus-ems.el (gnus-put-image): Return the image.
5554
5555         * gnus-fun.el (gnus-display-x-face-in-from): New function.
5556         (gnus-x-face): Moved here.
5557
5558 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5559
5560         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
5561         invisible if string is nil.
5562         (gnus-xmas-article-display-xface): Use it.
5563
5564         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
5565         property when string is nil.
5566         (gnus-article-display-xface): Use it.
5567
5568 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5569
5570         * gnus-art.el (article-display-x-face): Check whether valid grey
5571         face was returned.
5572         (article-display-x-face): Place image in the right spot.
5573
5574         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
5575         stderr.
5576         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
5577
5578 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5579
5580         * gnus-xmas.el (gnus-xmas-create-image): Take optional
5581         parameters.
5582         (gnus-xmas-put-image): Allow non-strings to be passed.
5583
5584         * gnus-art.el (article-display-x-face): Use optional parameters.
5585
5586         * gnus-ems.el (gnus-create-image): Take optional parameters.
5587
5588         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
5589
5590         * compface.el (compface-xbm-p): Removed.
5591
5592         * gnus-ems.el (gnus-article-compface-xbm): Removed.
5593         (gnus-article-display-xface): Use compface.
5594
5595         * compface.el: New file.
5596
5597         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
5598         (gnus-convert-image-to-x-face-command): Ditto.
5599         (gnus-random-x-face): Quote argument.
5600         (gnus-x-face-from-file): Ditto.
5601
5602 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
5603
5604         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
5605         the expire-group parameter once per article rather than once
5606         per group; bind `nnmaildir-article-file-name' and `article'
5607         for convenience.  Leave article alone when expire-group
5608         specifies the current group.
5609         (nnmaildir--update-nov): be more concurrency-friendly with
5610         temp file names.
5611
5612 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5613
5614         * gnus-start.el (gnus-read-init-file): Cleaned up.
5615
5616 2002-01-03  Dave Love  <d.love@dl.ac.uk>
5617
5618         * gnus-start.el (gnus-startup-file-coding-system): Removed.
5619         (gnus-read-init-file): Don't use it.
5620
5621 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5622
5623         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
5624
5625 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5626
5627         * gnus-start.el (gnus-read-init-file): Don't force coding system
5628         for ~/.gnus.  From Dave Love <fx@gnu.org>.
5629
5630 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5631
5632         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
5633         * nnspool.el (nnspool-request-post): Ditto.
5634
5635         * mm-util.el (mm-use-find-coding-systems-region): New variable.
5636         (mm-find-mime-charset-region): Use it.
5637
5638 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
5639
5640         * gnus.el (gnus-summary-line-format): Added :link.
5641         * gnus-topic.el (gnus-topic-line-format): Ditto.
5642         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
5643         * gnus-srvr.el (gnus-server-line-format): Ditto.
5644         * gnus-group.el (gnus-group-line-format): Ditto.
5645
5646         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
5647         :keys, it works on both Emacsen.
5648
5649 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5650
5651         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
5652
5653 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5654
5655         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
5656
5657 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
5658
5659         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
5660         very wide reply.
5661
5662 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5663
5664         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
5665         (gnus-picon-cache): New variable.
5666         (gnus-picon-transform-newsgroups): Cache stuff.
5667
5668         * gnus-art.el (gnus-article-reply-with-original): New command.
5669         (gnus-article-followup-with-original): New command.
5670
5671         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
5672         END parameters.
5673         (gnus-summary-followup): Take a list of list of articles.
5674         (gnus-inews-yank-articles): Allow lists of article/regions.
5675
5676         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
5677         longer the usual commands.
5678
5679         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
5680         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
5681         shell-command-on-region.
5682
5683 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5684
5685         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
5686           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
5687
5688 2002-01-03  Steve Youngs  <youngs@xemacs.org>
5689
5690         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
5691         understand ':keys', wrap it in an featurep 'xemacs.
5692
5693 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5694
5695         * gnus-ems.el (gnus-article-display-xface): Show xface in the
5696         order of headers (Actually, it is called in a reversed order). Add
5697         'gnus-image-text-deletable property.
5698         (gnus-remove-image): Remove text with such a property.
5699
5700         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
5701         gnus-put-image.
5702
5703         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
5704         with ", "
5705
5706 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5707
5708         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
5709
5710         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
5711         (article-display-x-face): Display grey X-Faces.
5712
5713         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
5714         (gnus-convert-gray-x-face-to-ppm): Ditto.
5715         (gnus-convert-image-to-gray-x-face): Ditto.
5716
5717         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
5718         gnus-summary-show-raw-article.
5719
5720 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5721
5722         Display picons in XEmacs without showing text.
5723
5724         * gnus-xmas.el (gnus-xmas-create-image): Don't use
5725         mm-create-image-xemacs to create xbm glyph, because it deletes
5726         temporary files.
5727         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
5728         (gnus-xmas-remove-image): Make text visible, remove glyph.
5729
5730         * gnus-picon.el (gnus-picon-transform-newsgroups)
5731         (gnus-picon-transform-address): Insert spec backward, due to the
5732         incompatibility of gnus-xmas-put-image.
5733
5734 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5735
5736         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
5737
5738 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5739
5740         * gnus.el: Doc fix.
5741
5742         * gnus-art.el: Doc fix.
5743
5744         * gnus-agent.el: Doc fix.
5745
5746 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5747
5748         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
5749
5750 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
5751
5752         * nnmaildir.el (nnmaildir--update-nov): automatically parse
5753         NOV data out of the message again if nnmail-extra-headers has
5754         changed.
5755
5756 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5757
5758         * gnus-fun.el: New file.
5759         (gnus-convert-image-to-x-face-command): New variable.
5760         (gnus-insert-x-face): New function.
5761         (gnus-random-x-face): Renamed.
5762         (gnus-x-face-from-file): Renamed.
5763
5764         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
5765         "_".
5766         (gnus-body-boundary-delimiter): Typo fix.
5767
5768 2002-01-02  Simon Josefsson  <jas@extundo.com>
5769
5770         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
5771         (gnus-body-boundary-delimiter): Fix type.
5772
5773 2002-01-01  Simon Josefsson  <jas@extundo.com>
5774
5775         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
5776         (gnus-treat-emphasize, gnus-treat-strip-cr)
5777         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
5778         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
5779         (gnus-treat-fill-article, gnus-treat-hide-citation)
5780         (gnus-treat-hide-citation-maybe)
5781         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
5782         (gnus-treat-strip-pem, gnus-treat-strip-banner)
5783         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
5784         (gnus-treat-date-ut, gnus-treat-date-local)
5785         (gnus-treat-date-english, gnus-treat-date-lapsed)
5786         (gnus-treat-date-original, gnus-treat-date-iso8601)
5787         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
5788         (gnus-treat-strip-trailing-blank-lines)
5789         (gnus-treat-strip-leading-blank-lines)
5790         (gnus-treat-strip-multiple-blank-lines)
5791         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
5792         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
5793         (gnus-treat-display-xface, gnus-treat-display-smileys)
5794         (gnus-treat-from-picon, gnus-treat-mail-picon)
5795         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
5796         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
5797         (gnus-treat-play-sounds, gnus-treat-translate)
5798         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
5799
5800         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
5801         (gnus-article-treat-body-boundary): Use it.
5802
5803         * message.el (message-mode): Fix doc.
5804         (message-mode-menu): Fix names.
5805
5806 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5807
5808         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
5809         articles.
5810
5811         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
5812         (gnus-picon-transform-address): Search for unknown faces as well.
5813         (gnus-picon-find-face): Don't search "news" for MISC.
5814         (gnus-picon-user-directories): Changed default back to exclude
5815         "unknown".
5816
5817         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
5818
5819         * gnus-picon.el (gnus-picon-find-face): Search through all
5820         databases.
5821         (gnus-picon-find-face): New implementation.
5822
5823         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
5824         keystroke.
5825         (gnus-topic-goto-next-topic): Ditto.
5826
5827         * gnus.el (gnus-summary-line-format): Changed default.
5828
5829         * nnmail.el (nnmail-extra-headers): Change default.
5830
5831         * gnus-sum.el (gnus-extra-headers): Change default.
5832
5833         * message.el (message-news-other-window): Changed "news" to
5834         "posting".
5835         (message-news-other-frame): Ditto.
5836         (message-do-send-housekeeping): Ditto.
5837
5838         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
5839         function.
5840         (gnus-article-unread-p): New function.
5841         (gnus-article-unseen-p): New function.
5842         (gnus-dead-summary-mode-map): Typo.
5843
5844         * gnus-util.el (gnus-make-predicate): New function.
5845         (gnus-make-predicate-1): New function.
5846
5847         * gnus-sum.el: New function.
5848         (gnus-map-articles): New function.
5849
5850         * gnus-art.el (gnus-treat-fold-headers): New variable.
5851         (gnus-article-treat-fold-headers): New command and keystroke.
5852
5853         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
5854         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
5855
5856 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5857
5858         * message.el (message-fcc-externalize-attachments): New variable.
5859         (message-do-fcc): Use it.
5860
5861         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
5862         (gnus-inews-do-gcc): Use it.
5863
5864         * mml.el (mml-tweak-sexp-alist): New variable.
5865         (mml-externalize-attachments): New variable.
5866         (mml-tweak-part): Use mml-tweak-sexp-alist.
5867         (mml-tweak-externalize-attachments): New function.
5868
5869 2002-01-01  Steve Youngs  <youngs@xemacs.org>
5870
5871         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
5872         'set-glyph-face' so x-face back/foreground can be set.
5873
5874 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
5875
5876         * message.el (message-fix-before-sending): Fix a typo.
5877
5878 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5879
5880         * gnus-art.el (gnus-treat-smiley): Renamed command.
5881         (gnus-article-remove-images): New command and keystroke.
5882
5883         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
5884
5885         * smiley-ems.el (gnus-smiley-display): Removed.
5886
5887         * gnus.el (gnus-version-number): Update version.
5888
5889         * message.el (message-text-with-property): Renamed and moved
5890         here.
5891         (message-fix-before-sending): Highlight invisible text and place
5892         point there.
5893
5894 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5895
5896         * gnus.el: Oort Gnus v0.04 is released.
5897
5898 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5899
5900         * gnus-delay.el (gnus-delay-send-queue): Renamed.
5901
5902         * gnus-art.el (gnus-ignored-headers): More headers,
5903
5904         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
5905         of `scan-error', since XEmacs doesn't seem to support that.
5906
5907 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5908
5909         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
5910         arg.
5911         (gnus-summary-best-unread-subject): Ditto.
5912         (gnus-summary-best-unread-subject): No, don't.
5913         (gnus-summary-better-unread-subject): New command.
5914
5915         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
5916
5917         * lpath.el ((featurep 'xemacs)): fbind url function.
5918
5919         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
5920         buffer.
5921         (gnus-xmas-remove-image): Implementation that does something.
5922         (gnus-xmas-article-display-xface): Mark images properly.
5923
5924         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
5925
5926 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
5927
5928         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
5929
5930 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5931
5932         * gnus-group.el (gnus-group-line-format): Added %O to the default
5933         value.
5934
5935         * gnus-util.el (gnus-text-with-property): The smallest point is
5936         point-min.
5937
5938         * smiley-ems.el (smiley-region): Return images.
5939         (gnus-smiley-display): Allow toggling.
5940         (smiley-region): Use text properties, not overlays.
5941
5942         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
5943         implemented yet.
5944
5945         * smiley-ems.el (smiley-update-cache): Check for valid types.
5946
5947         * gnus-art.el (gnus-with-article-buffer): New macro.
5948
5949         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
5950         strings as well as the glyphs.
5951         (gnus-picon-transform-address): Ditto.
5952         (gnus-picon-insert-glyph): Ditto.
5953         (gnus-picon-transform-newsgroups): Toggle.
5954         (gnus-picon-transform-address): Toggle.
5955
5956         * gnus-ems.el (gnus-remove-image): New function.
5957         (gnus-put-image): Take an optional string.
5958
5959         * gnus-util.el (gnus-text-with-property): New function.
5960
5961         * gnus-art.el (gnus-delete-images): New function.
5962
5963         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
5964
5965         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
5966         (gnus-article-wash-status): Use it.
5967         (gnus-signature-toggle): Clean up.
5968         (gnus-add-wash-status): New function.
5969         (gnus-delete-wash-status): New function.
5970         (gnus-article-hide-text-type): Use them throughout.
5971         (gnus-add-image): New function.
5972
5973         * gnus-ems.el (gnus-article-display-xface): Use new interface.
5974
5975         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
5976         interface.
5977
5978         * gnus-art.el (article-display-x-face): Cleaned up.
5979
5980         * rfc2047.el (rfc2047-field-value): New function.
5981
5982         * mail-parse.el (mail-header-field-value): New alias.
5983
5984         * gnus-art.el (gnus-mime-print-part): Fix typos.
5985
5986         * smiley-ems.el (gnus-smiley-file-types): New variable.
5987         (smiley-update-cache): Use it.
5988         (smiley-regexp-alist): Suffix-less smiley names.
5989         (smiley-regexp-alist): Added more smileys.
5990
5991         * gnus-sum.el (gnus-print-buffer): Made into own function.
5992         (gnus-summary-print-article): Use it.
5993
5994         * mailcap.el (mailcap-mime-info): Actually return the bit that we
5995         looked for when REQUEST is a string.
5996
5997         * gnus-art.el (gnus-mime-button-commands): Add printing
5998         keystroke.
5999         (gnus-mime-copy-part): Doc fix.
6000         (gnus-mime-print-part): New command.
6001
6002 2001-12-31  Simon Josefsson  <jas@extundo.com>
6003
6004         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
6005         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
6006
6007 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6008
6009         * gnus-picon.el (gnus-treat-from-picon): Autoload.
6010         (picon): Fix doc.
6011
6012         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
6013         longer exists. Remove those codes.
6014         * gnus.el (gnus-use-picons): Ditto.
6015
6016 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6017
6018         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
6019         infloop.
6020
6021         * gnus-sum.el (t): New `W D' map.
6022
6023         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
6024         (gnus-article-treat-body-boundary): Clean up.
6025         (gnus-body-boundary-face): Removed.
6026         (gnus-article-goto-header): Moved here.
6027         (gnus-article-goto-header): Allow better regexps.
6028         (gnus-article-treat-fold-newsgroups): New command.
6029
6030         * gnus-sum.el (gnus-summary-move-article): We have to select an
6031         article to give `gnus-read-move-group-name' an opportunity to
6032         suggest an appropriate default.
6033
6034         * rfc2047.el (rfc2047-fold-line): New function.
6035         (rfc2047-unfold-line): Ditto.
6036         (rfc2047-fold-region): Don't fold just after the header name.
6037
6038         * mail-parse.el (mail-header-fold-line): New alias.
6039         (mail-header-unfold-line): Ditto.
6040
6041         * gnus-art.el (gnus-body-boundary-face): Renamed.
6042         (gnus-article-treat-body-boundary): Use it.
6043         (gnus-article-treat-body-boundary): Use an invisible header and a
6044         line of underline characters.
6045
6046 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6047
6048         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
6049
6050         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
6051         (gnus-picon-split-address): New function.
6052         (gnus-picon-find-face): Use it.
6053         (gnus-picon-transform-address): Use it. Set first to t for each
6054         address.
6055
6056         * gnus-art.el (gnus-with-article-headers): Move to here. Define
6057         the macro then use it.
6058         (gnus-treatment-function-alist): Treat picons earlier.
6059
6060 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6061
6062         * gnus-art.el (gnus-body-separator-face): New variable.
6063         (gnus-article-treat-body-boundary): Use a blank, colored line.
6064
6065         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
6066         well.
6067
6068         * gnus-art.el (gnus-treat-body-boundary): New variable.
6069         (gnus-article-treat-unfold-headers): Use helper macro.
6070         (gnus-article-treat-body-boundary): New command.
6071
6072         * gnus.el (gnus-logo-color-style): Change the default color.
6073         (gnus-splash-face): Gray, gray.
6074
6075         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
6076         colors.
6077
6078         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
6079         (gnus-logo-color-style): Ditto.
6080         (gnus-logo-colors): Ditto.
6081
6082         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
6083
6084         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
6085
6086         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
6087         (gnus-picon-transform-newsgroups): New function.
6088
6089         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
6090         string.
6091
6092         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
6093
6094         * gnus-art.el (gnus-treat-cc-picon): New variable.
6095         (gnus-treat-mail-picon): Renamed.
6096
6097         * gnus-picon.el: New implementation.
6098         (gnus-picon-find-face): Renamed.
6099         (gnus-treat-from-picon): Use it.
6100         (gnus-picon-transform-address): Renamed.
6101         (gnus-treat-from-picon): Use it.
6102         (gnus-picon-create-glyph): Renamed.
6103         (gnus-picon-transform-address): Use it.
6104         (gnus-treat-cc-picon): New command.
6105
6106         * mm-decode.el (mm-create-image-xemacs): Separated out into
6107         function.
6108         (mm-get-image): Use it.
6109
6110         * gnus-art.el (gnus-treat-display-picons): Simplify.
6111         (gnus-treat-from-picon): Renamed.
6112
6113         * gnus-ems.el (gnus-create-image): New function.
6114         (gnus-put-image): New function.
6115
6116         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
6117         (gnus-with-article-headers): New macro.
6118         (gnus-article-goto-header): New function.
6119
6120         * gnus-xmas.el (gnus-image-type-available-p): New function.
6121
6122         * gnus-ems.el (gnus-image-type-available-p): New function.
6123
6124 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
6125
6126         * nnrss.el (nnrss-check-group): Find the correct tag, because
6127         xml.el is changed.
6128
6129 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6130
6131         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
6132         lines are shorter than the window width.
6133         (gnus-ignored-headers): More headers.
6134
6135 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6136
6137         * gnus-art.el (gnus-treat-unfold-lines): New variable.
6138         (gnus-treat-unfold-headers): Renamed.
6139         (gnus-article-treat-unfold-headers): New command and keystroke.
6140
6141         * rfc2047.el (rfc2047-encode-message-header): Clean up.
6142
6143         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
6144
6145 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
6146
6147         * sha1-el.el (sha1-use-external): New variable.
6148         (sha1-region): Use it.
6149         (sha1-string): Ditto.
6150
6151         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
6152         * gnus-picon.el: Less warnings when compile.
6153
6154 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6155
6156         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
6157         alias.
6158         (gnus-picons-database): Default to list.
6159         (gnus-picons-lookup-internal): Use it.
6160
6161         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
6162         to "bogus".
6163
6164         * gnus-win.el (gnus-configure-windows-hook): New hook.
6165
6166 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
6167
6168         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
6169
6170 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6171
6172         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
6173         lists.
6174         (gnus-select-newsgroup): Don't append; push.
6175         (gnus-adjust-marked-articles): Remove obsolete ranges from
6176         `seen'.
6177         (gnus-update-marks): Clean up.
6178         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
6179
6180 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
6181
6182         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
6183
6184 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6185
6186         * gnus-sum.el (gnus-auto-select-subject): New variable.
6187         (gnus-summary-best-unread-subject): New function.
6188         (gnus-summary-best-unread-article): Use it.
6189         (gnus-summary-first-unseen-subject): New function and command.
6190
6191         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
6192         other treatments.
6193
6194         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
6195         function.
6196
6197         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
6198         from the list of hidden types.
6199
6200         * mm-view.el (mm-inline-text): Ditto.
6201         (mm-inline-text): Ditto.
6202         (mm-w3-prepare-buffer): Ditto.
6203
6204         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
6205
6206 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6207
6208         * gnus-art.el (gnus-ignored-headers): Added more headers.
6209
6210 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
6211
6212         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
6213         once.
6214
6215 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6216
6217         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
6218
6219 2001-12-28  Simon Josefsson  <jas@extundo.com>
6220
6221         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
6222         Jesper Harder <harder@ifa.au.dk>.
6223
6224 2001-12-27  Simon Josefsson  <jas@extundo.com>
6225
6226         * gnus-sum.el (gnus-select-newsgroup): Make
6227         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
6228         contain all articles (instead of none) when no seen marks have
6229         been set for the group.
6230         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
6231         instead, it seems to result in shorter ranges.
6232
6233 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6234
6235         * mm-util.el (mm-iso-8859-x-to-15-region): Use
6236         insert-before-markers.
6237         From Jesper Harder <harder@ifa.au.dk>
6238
6239 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
6240
6241         * nnmaildir.el (nnmaildir-save-mail): create the destination
6242         groups if they do not exist.
6243
6244 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6245
6246         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
6247
6248 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6249
6250         * gnus-group.el (gnus-group-read-ephemeral-group): Call
6251         gnus-group-real-name.
6252
6253         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
6254         (gnus-newsgroup-variables): Ditto.
6255
6256         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
6257         return it.
6258
6259 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
6260
6261         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
6262         * nnmaildir.el (top-level): Add commentary.
6263         (nnmaildir-version): Indicate that nnmaildir is now a standard
6264         part of Gnus, not separately released.
6265
6266 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6267
6268         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
6269         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
6270         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
6271         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6272
6273 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6274
6275         * nnmaildir.el: Copyright changes. Require cl only at compile time.
6276
6277 2001-12-20  Simon Josefsson  <jas@extundo.com>
6278
6279         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
6280         ZHU <zsh@cs.rochester.edu>.
6281         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
6282         Brian P Templeton <bpt@tunes.org>.
6283
6284 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6285
6286         * nnmaildir.el: New file.
6287         From Paul Jarc <prj@po.cwru.edu>.
6288
6289 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6290
6291         * nndoc.el (nndoc-type-alist): Move forward to the end.
6292
6293 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6294
6295         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
6296         `dolist'.
6297
6298 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6299
6300         * gnus-win.el (gnus-frames-on-display-list): New function.
6301         (gnus-get-buffer-window): Use it.
6302
6303 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6304
6305         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
6306
6307 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6308
6309         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
6310
6311 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6312            From Harald Meland <Harald.Meland@usit.uio.no>
6313
6314         * gnus-win.el (gnus-get-buffer-window): New function.
6315         (gnus-all-windows-visible-p): Use it.
6316
6317         * gnus-util.el (gnus-horizontal-recenter)
6318         (gnus-horizontal-recenter, gnus-horizontal-recenter)
6319         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
6320
6321         * gnus-score.el (gnus-score-insert-help): Use it.
6322
6323         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
6324         (gnus-generate-tree, gnus-highlight-selected-tree)
6325         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
6326         it.
6327
6328         * gnus-art.el (gnus-article-set-window-start)
6329         (gnus-mm-display-part, gnus-request-article-this-buffer)
6330         (gnus-button-next-page, gnus-button-prev-page)
6331         (gnus-article-button-next-page, gnus-article-button-prev-page):
6332         Use it.
6333
6334 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
6335
6336         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
6337         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
6338         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
6339
6340 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6341
6342         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
6343         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
6344         * mml1991.el, nnultimate.el: Add `coding'.
6345
6346 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
6347
6348         * ChangeLog: changed coding to buffer-file-coding-system
6349         * ChangeLog.1: same
6350         * nnwfm.el: same
6351         * gnus-smiley.el: same
6352         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
6353         * gnus-delay.el: same
6354         * gnus-spec.el: same
6355         * message.el: same
6356         * mml1991.el: same
6357         * nnultimate.el: same
6358
6359 2001-12-16  Simon Josefsson  <jas@extundo.com>
6360         Inspired by code by Dirk Meyer <dischi@tzi.de>.
6361
6362         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
6363         (gnus-summary-save-map): Add muttprint.
6364         (gnus-summary-make-menu-bar): Ditto.
6365         (gnus-summary-muttprint): New function.
6366
6367         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
6368
6369 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6370
6371         * uudecode.el (uudecode-decode-region-internal): Speedup by using
6372         temporary list instead of buffer.
6373
6374         * mm-url.el (executable-find): autoload.
6375
6376 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6377
6378         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
6379         to variable, follow doc-string conventions).
6380
6381 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
6382
6383         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
6384         subscribe-level
6385         * gnus-topic.el (gnus-subscribe-topics): use it.
6386
6387 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6388
6389         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
6390         messages. (A small patch with indentation)
6391         From Sean Neakums <sneakums@zork.net>.
6392
6393         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
6394         nil after shooting down the gnus-original-article-buffer.
6395
6396 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6397
6398         * uudecode.el (uudecode-use-external): New variable.
6399         (uudecode-decode-region): Automatically detect external program.
6400
6401         * binhex.el (binhex-use-external): New variable.
6402         (binhex-decode-region-internal): New function.
6403         (binhex-decode-region): Automatically detect external program.
6404
6405         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
6406         Use them.
6407
6408 2001-12-12  Simon Josefsson  <jas@extundo.com>
6409
6410         * nnvirtual.el (nnvirtual-always-rescan)
6411         (nnvirtual-component-regexp): Fix doc.
6412
6413         * nnoo.el (defvoo): Add doc to defvoo variables.
6414
6415         * nnml.el (nnml-directory, nnml-active-file)
6416         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
6417         (nnml-marks-is-evil, nnml-filenames-are-evil)
6418         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
6419
6420         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
6421         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
6422         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
6423         `error'.
6424
6425         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
6426         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
6427
6428         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
6429         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
6430         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
6431         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
6432
6433         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
6434         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
6435
6436         * imap.el, nnimap.el: Fix indentation.
6437
6438         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
6439
6440 2001-12-12  Didier Verna  <didier@xemacs.org>
6441
6442         * gnus-msg.el (gnus-group-news): New function.
6443         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
6444         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
6445         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
6446         for it.
6447         * gnus-msg.el (gnus-summary-news-other-window): New function.
6448         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
6449         bind it to `i'.
6450         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
6451         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
6452         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
6453         for it (called with a prefix).
6454         * gnus-msg.el (gnus-configure-posting-styles): add an optional
6455         group-name argument.
6456         * gnus-msg.el (gnus-setup-message): use it.
6457
6458 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6459
6460         * gnus-sum.el (gnus-summary-show-article): Fix doc.
6461
6462 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6463
6464         * mml.el (mime-to-mml): Remove Content-Disposition too.
6465
6466 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6467
6468         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
6469         * gnus-group.el (gnus-group-name-decode): Decode unibyte
6470         strings only.
6471         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
6472
6473 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
6474
6475         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
6476         (nnmail-fancy-expiry-target): Use it.
6477         Suggestions from Simon Josefsson <jas@extundo.com>.
6478
6479 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6480
6481         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
6482
6483 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6484
6485         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
6486
6487         * gnus-util.el (gnus-url-unhex-string): Move here.
6488
6489 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6490
6491         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
6492         mm-url-decode-entities-nbsp.
6493
6494         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
6495         * webmail.el, nnwfm.el: Use mm-url.
6496
6497         * mm-url.el (mm-url-fetch-form): Move from nnweb.
6498         (mm-url-remove-markup): Move from nnweb.
6499         (mm-url-fetch-simple): Move from webmail.
6500
6501         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
6502
6503 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6504
6505         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
6506         (gnus-summary-print-article): Use it.
6507
6508         * gnus-util.el (gnus-replace-in-string): Typo.
6509
6510 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6511
6512         * nnweb.el (nnweb-replace-in-string): Removed.
6513
6514         * gnus-util.el (gnus-replace-in-string): New function.
6515         (gnus-mode-string-quote): Use it.
6516
6517         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
6518         * nnwfm.el (nnwfm-create-mapping): Ditto.
6519
6520 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6521
6522         * dgnushack.el (dgnushack-compile): nnrss.el and
6523         nnslashdot.el don't depend on nnweb, url, w3.
6524
6525         * nnrss.el: Use mm-url.
6526
6527 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6528
6529         * mm-url.el (mm-url-insert-file-contents): Support file:.
6530
6531 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6532
6533         * mm-view.el: Lower case for the description line. Sync from the
6534         Emacs CVS.
6535
6536 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6537
6538         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
6539         From:  Stefan Monnier  <monnier@cs.yale.edu>
6540
6541 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6542
6543         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
6544
6545 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6546
6547         * mm-url.el: Require executable.
6548         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
6549
6550 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6551
6552         * pop3.el (pop3-munge-message-separator): Only use valid date.
6553         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
6554
6555         * Makefile.in: gnus-load.elc may not be generated.
6556
6557 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6558
6559         * mm-url.el: New file.
6560         * nnslashdot.el: Use it.
6561         * mm-extern.el (mm-extern-url): Use it.
6562
6563 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6564
6565         * gnus-sum.el (gnus-summary-save-article): Nix
6566         gnus-display-mime-function and gnus-article-prepare-hook.
6567
6568         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
6569         the beginning of lines.
6570         (gnus-complex-form-to-spec): Ditto.
6571
6572 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6573
6574         * message.el (message-make-mft): Fix the m-s-a-file regexp.
6575         From Paul Jarc <prj@po.cwru.edu>.
6576
6577 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6578
6579         * message.el: New variable message-subscribed-address-file;
6580         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
6581
6582 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6583
6584         * message.el (message-tab-body-function): Set to nil.
6585         (message-tab): Use text-mode-map or global-map.
6586         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
6587
6588 2001-11-30  Simon Josefsson  <jas@extundo.com>
6589
6590         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
6591         instead of gnus-union, for speed.  Suggested by Christoph Conrad
6592         <christoph.conrad@gmx.de>.
6593         (gnus-agent-fetch-group-1): Add verbose message.
6594
6595 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6596
6597         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
6598         of integers.
6599
6600 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6601
6602         * message.el (message-newgroups-header-regexp)
6603         (message-completion-alist, message-tab-body-function): Use
6604         defcustom rather than defvar.
6605         (message-tab): Mention `message-tab-body-function' in doc.
6606         Suggested by Karl Eichwalder.
6607
6608 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6609
6610         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
6611
6612 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6613
6614         * nnheader.el (nnheader-find-nov-line): Don't use macro
6615         gnus-delete-line.
6616
6617         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
6618         (gnus-group-name-charset): Ditto.
6619
6620         * gnus-util.el (gnus-buffer-live-p): Ditto.
6621
6622 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6623
6624         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
6625         open parenthesis in doc.
6626         (sieve-manage-authenticator-alist): Typo in doc.
6627         * imap.el (imap-authenticator-alist): Typo in doc.
6628         (imap-stream-alist): Backslash.
6629
6630         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
6631           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
6632
6633 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6634
6635         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
6636
6637         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
6638
6639         * gnus-msg.el (gnus-configure-posting-styles): use
6640         make-local-hook. Add LOCAL for add-hook.
6641
6642 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
6643
6644         * message.el (message-mode): Use `make-local-hook' unless
6645         obsolete.
6646         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
6647
6648 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6649
6650         * canlock.el: Remove sha1.el and base64.el stuff.
6651
6652 2001-11-26  Didier Verna  <didier@xemacs.org>
6653
6654         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
6655         if needed.
6656
6657 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6658
6659         * message.el (message-tamago-not-in-use-p): New function.
6660         (message-strip-forbidden-properties): Use it.
6661
6662 2001-11-26  Didier Verna  <didier@xemacs.org>
6663
6664         * gnus-start.el (gnus-check-first-time-used): only check for
6665         existence of .el[d] files.
6666
6667 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6668
6669         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
6670
6671         * message.el (message-setup-1): Clean up mc-*.
6672
6673 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6674
6675         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
6676         * gnus-score.el (gnus-score-find-bnews): Use it.
6677
6678         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
6679         (gnus-summary-limit-to-author): Ditto.
6680         (gnus-summary-limit-to-extra): Ditto.
6681         (gnus-summary-find-matching): Support not-matching argument.
6682
6683 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6684
6685         * message.el (message-wash-subject): Use `insert' rather than
6686         `insert-string', which is deprecated.
6687
6688 2001-11-24  Simon Josefsson  <jas@extundo.com>
6689
6690         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
6691         message. (Gnus does not "default" to using 8bit for the message,
6692         it default to use 8bit encoding and the user-supplied CTE
6693         value. Calling this behaviour "treating it as 8bit" is perhaps
6694         better.)
6695
6696         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
6697         (compare mm-charset-to-coding-system).
6698
6699 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6700
6701         * canlock.el (canlock-sha1-with-openssl): Use unibyte
6702         buffer. Correctly decode hex.
6703
6704 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6705
6706         * gnus-agent.el (gnus-category-insert-line): Convert category
6707         names to strings.
6708
6709 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6710
6711         * message.el (sha1): eval-and-compile.
6712
6713 2001-11-20  Simon Josefsson  <jas@extundo.com>
6714
6715         * message.el (message-allow-no-recipients): New variable.
6716         (message-send): Use it, customize the prompting when posting to
6717         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
6718
6719 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6720
6721         * mm-util.el (mm-coding-system-priorities): New variable.
6722         (mm-sort-coding-systems-predicate): New function.
6723         (mm-find-mime-charset-region): Resort coding systems if needed.
6724         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
6725
6726 2001-11-20  Didier Verna  <didier@xemacs.org>
6727
6728         * gnus-group.el (gnus-group-make-help-group): new optional
6729         argument to control the error behavior.
6730         * gnus-start.el (gnus-check-first-time-used): use it to avoid
6731         erroring.
6732
6733 2001-11-19  Simon Josefsson  <jas@extundo.com>
6734
6735         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
6736         instead of C-c C-u.  Suggested by Per Abrahamsen
6737         <abraham@dina.kvl.dk>.
6738
6739 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6740
6741         * nnfolder.el (nnfolder-read-folder): Use group instead of
6742         nnfolder-current-group.
6743         Suggested by Lorentey Karoly <lorentey@elte.hu>.
6744
6745 2001-11-17  Simon Josefsson  <jas@extundo.com>
6746
6747         * message.el (message-send): Ask user if Fcc/Gcc should be
6748         performed when no other sender was specified.
6749         Suggested by prj@po.cwru.edu (Paul Jarc).
6750
6751 2001-11-17  Simon Josefsson  <jas@extundo.com>
6752
6753         * message.el (message-mode, message-mode-map): Use C-c C-u for
6754         Importance: instead of C-c C-p (used by SC).
6755
6756 2001-11-16  Simon Josefsson  <jas@extundo.com>
6757
6758         * message.el (message-insert-importance-high)
6759         (message-insert-importance-low): Save point.
6760
6761         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
6762         value.
6763
6764 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
6765
6766         * message.el (message-strip-special-text-properties): New option.
6767         (message-strip-forbidden-properties): Obey it.
6768
6769 2001-11-14  Sam Steingold  <sds@gnu.org>
6770
6771         * gnus-score.el: Fixed some doc strings to properly quote symbols.
6772
6773 2001-11-15  Simon Josefsson  <jas@extundo.com>
6774
6775         Support "Importance:" header in Message.
6776
6777         * message.el (message-mode-map): Bind C-c C-p to
6778         `message-insert-or-toggle-importance'
6779         (message-mode-menu): Add message-insert-importance-{high,low}.
6780         (message-insert-importance-high, message-insert-importance-low)
6781         (message-insert-or-toggle-importance): New functions.
6782         (message-tool-bar-map): Add {un,}important.
6783         (message-mode): Doc fix.
6784
6785 2001-11-15  Simon Josefsson  <jas@extundo.com>
6786
6787         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
6788
6789         * mml.el (mml-menu): Fix toolbar tooltip.
6790
6791 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6792
6793         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
6794         * nnml.el (nnml-save-marks): Ditto.
6795
6796         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
6797
6798 2001-11-15  Simon Josefsson  <jas@extundo.com>
6799
6800         * nnml.el (nnml-save-marks):
6801         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
6802         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
6803
6804 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
6805
6806         * gnus-art.el (gnus-article-wash-status-strings): Use
6807         `copy-sequence', not `copy-seq'.
6808
6809 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
6810
6811         * gnus-art.el (gnus-article-wash-status-strings): New constant.
6812         (gnus-gnus-article-wash-status-entry): New function.
6813         (gnus-article-wash-status): Use it.
6814
6815 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6816
6817         * mml1991.el: Add coding header.
6818
6819 2001-11-12  Simon Josefsson  <jas@extundo.com>
6820
6821         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
6822         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
6823         `mml1991-sign' and `mml1991-encrypt'.
6824         (mml1991-encrypt, mml1991-sign): New glue functions.
6825         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
6826
6827         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
6828         (mml-menu): Add PGP to menu.
6829
6830         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
6831         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
6832         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
6833         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
6834
6835         * mml2015.el: Mention RFC 3156.
6836
6837         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
6838
6839 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6840
6841         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
6842
6843         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
6844           From <Michael.Cook@cisco.com>
6845
6846 2001-11-11  Simon Josefsson  <jas@extundo.com>
6847
6848         * message.el (top-level): Autoload sha1.
6849         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
6850         canlock, no need to require two different hash algs).  Suggested
6851         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
6852
6853 2001-11-09  Simon Josefsson  <jas@extundo.com>
6854
6855         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
6856         <Pavel@Janik.cz>.
6857
6858 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6859
6860         * message.el (message-point-in-header-p): New function.
6861         (message-do-auto-fill): Use it.
6862         (message-beginning-of-line): New function.  Goes to beginning of
6863         header value (i.e., end of header name), or to beginning of line
6864         if already at beginning of value.  Behaves like
6865         `beginning-of-line' when in message body.
6866         (message-mode-map): Bind it.
6867
6868 2001-11-08  Simon Josefsson  <jas@extundo.com>
6869
6870         * gnus-msg.el (gnus-posting-styles): Add doc.
6871
6872 2001-11-07  Simon Josefsson  <jas@extundo.com>
6873
6874         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
6875
6876         * sieve-mode.el (sieve-control-commands-face)
6877         (sieve-control-commands-face, sieve-action-commands-face)
6878         (sieve-test-commands-face, sieve-tagged-arguments-face): New
6879         faces.
6880         (sieve-font-lock-keywords): Use them.
6881         (sieve-mode): Only set font-lock-defaults in emacs.
6882
6883         * gnus-art.el (gnus-default-article-saver): Add
6884         gnus-summary-save-body-in-file.
6885         (gnus-summary-write-to-file): Fix doc.
6886
6887 2001-11-07  Simon Josefsson  <jas@extundo.com>
6888
6889         * gnus-art.el (gnus-treat-highlight-signature): Add cross
6890         reference to the correct chapter in the manual.
6891
6892         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
6893         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
6894
6895 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6896
6897         * mml.el (mml-preview): Bind mail-header-separator.
6898
6899 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6900
6901         * message.el: Always require canlock.
6902         (message-ignored-supersedes-headers): Include Cancel-Lock and
6903         Cancel-Key.
6904         (message-insert-canlock): Don't require canlock.
6905         (message-cancel-news): Don't check whether canlock is available.
6906         (message-supersede): Support cancel-locks.
6907
6908         * gnus-art.el: Don't autoload canlock.
6909
6910 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6911
6912         * mail-source.el (mail-source-fetch-imap): ASYNC param.
6913         From: <andre@slamdunknetworks.com>
6914
6915 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6916
6917         * many files: Fix copyright lines.
6918
6919 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6920
6921         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
6922         Suggested by Dave Love  <fx@gnu.org>.
6923
6924 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6925
6926         * message.el (message-kill-buffer): Remove auto-save file after
6927         confirm.
6928
6929         * message.el (message-send-mail): Call message-generate-headers
6930         once.  Suggested by Matt Armstrong <matt@lickey.com>.
6931
6932         * gnus-topic.el (gnus-topic-rename): Initial-input.
6933         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
6934
6935 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
6936
6937         * message.el (message-forbidden-properties): New constant.
6938         (message-strip-forbidden-properties): New function.
6939         (message-mode): Activate it.
6940
6941 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6942
6943         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
6944         (mm-hack-charsets): Fix doc.
6945
6946 2001-11-02  Simon Josefsson  <jas@extundo.com>
6947
6948         * gnus-int.el (gnus-check-server): Message "...done" when done.
6949
6950         * imap.el (imap-close): Don't message (imap-send-command-wait
6951         returns if the connection is dropped).
6952         (imap-wait-for-tag): Nix out message only when necessary.
6953
6954         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
6955         for non-crossposting.
6956         (gnus-sieve-crosspost): Default to t to be consistent with other
6957         parts of Gnus.
6958
6959 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6960
6961         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
6962         (mm-iso-8859-x-to-15-table): Ditto.
6963         (mm-iso-8859-x-to-15-region): Ditto.
6964         (mm-find-mime-charset-region): Ditto.
6965
6966 2001-11-01  Simon Josefsson  <jas@extundo.com>
6967
6968         * nnimap.el (nnimap-close-asynchronous): New variable.
6969         (nnimap-close-group): Use it.
6970         (nnimap-expunge): Don't use it.
6971
6972         * imap.el (imap-callbacks): New variable.
6973         (imap-remassoc): Copied from `gnus-remassoc'.
6974         (imap-add-callback): New function.
6975         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
6976         behaviour.
6977         (imap-parse-response): Call the callback.
6978
6979         * message.el (message-insert-canlock): New variable.
6980         (message-canlock-generate, message-canlock-password)
6981         (message-insert-canlock): New functions.
6982         (message-send-news): Call `message-insert-canlock'.
6983         (top-level): Require canlock when compiling.
6984         (message-insert-canlock): Require canlock before we need it.
6985
6986 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6987
6988         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
6989
6990 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6991
6992         * dgnushack.el (dgnushack-make-load): A workaround for
6993         custom-add-loads bug in some versions of XEmacs.
6994
6995 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6996
6997         * mm-util.el (mm-charset-synonym-alist): Revert (some).
6998
6999 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7000
7001         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
7002         (mm-hack-charsets): New variable.
7003         (mm-iso-8859-15-compatible): New variable.
7004         (mm-iso-8859-x-to-15-table): New variable.
7005         (mm-find-mime-charset-region): Add parameter hack-charsets.
7006
7007         * mm-bodies.el (mm-encode-body): Use it.
7008         * mml.el (mml-parse-1): Ditto.
7009
7010 2001-11-01  Simon Josefsson  <jas@extundo.com>
7011
7012         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
7013
7014 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7015
7016         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
7017         is nil.
7018
7019 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7020
7021         * smiley-ems.el (smiley-update-cache): Auto detect file type.
7022
7023         * message.el (message-forward-rmail-make-body): Use
7024         save-window-excursion.
7025         (message-encode-message-body): Search with noerror.
7026         (message-setup-1): Convert compose-mail send-actions to
7027         message-send-actions.
7028
7029 2001-11-01  Simon Josefsson  <jas@extundo.com>
7030
7031         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
7032         <yamaoka@jpl.org>.
7033
7034 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7035
7036         * sieve-manage.el (sieve-string-bytes): No complain.
7037
7038 2001-11-01  Simon Josefsson  <jas@extundo.com>
7039
7040         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
7041         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
7042         has autoload cookies, so no `require' should be necessary.)
7043
7044         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
7045         files.
7046
7047 2001-10-31  Simon Josefsson  <jas@extundo.com>
7048
7049         * gnus-cus.el (gnus-group-parameters): Support integer `display'
7050         parameter.
7051
7052         * gnus-sum.el (gnus-select-newsgroup): If group parameter
7053         `display' is a number (and C-u wasn't used to enter group), only
7054         fetch that number of articles.
7055
7056 2001-10-31  Matt Armstrong  <matt@lickey.com>
7057
7058         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
7059         not-subscribed -> subscribed.
7060
7061 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7062         From: Josh Huber <huber@alum.wpi.edu>
7063
7064         * message.el (message-subscribed-address-functions): New variable.
7065         (message-subscribed-addresses): New variable.
7066         (message-subscribed-regexps): New variable.
7067         (message-goto-mail-followup-to): New function.
7068         (message-send-mail): Add Mail-Followup-To.
7069         (message-make-mft): New function.
7070
7071         * gnus.el (gnus-find-subscribed-addresses): New function.
7072
7073 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7074
7075         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
7076         (mail-source-fetch-pop): Ditto.
7077         (mail-source-check-pop): Ditto.
7078
7079         * gnus-start.el (gnus-read-init-file): Ditto.
7080         (gnus-activate-group): Ditto.
7081         (gnus-read-newsrc-el-file): Ditto.
7082
7083 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7084
7085         * message.el (message-get-reply-headers): Make sure there is ", ".
7086
7087         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
7088         mm-coding-system-p. Don't correct it only in XEmacs.
7089         (mm-charset-to-coding-system): Use mm-coding-system-p and
7090         mm-get-coding-system-list.
7091         (mm-emacs-mule, mm-mule4-p): New variables.
7092         (mm-enable-multibyte, mm-disable-multibyte,
7093         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
7094         mm-with-unibyte-current-buffer,
7095         mm-with-unibyte-current-buffer-mule4): Use them.
7096         (mm-find-mime-charset-region): Treat iso-2022-jp.
7097
7098         From  Dave Love  <fx@gnu.org>:
7099
7100         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
7101         construction.
7102         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
7103         entries conditional on not having a coding system defined for
7104         them.
7105         (mm-mule-charset-to-mime-charset): Use
7106         find-coding-systems-for-charsets if defined.
7107         (mm-charset-to-coding-system): Don't use
7108         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
7109         later.  Add last resort search of coding systems.
7110         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
7111         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
7112         Mule 4.
7113         (mm-find-mime-charset-region): Re-write.
7114         (mm-with-unibyte-current-buffer): Restore buffer as well as
7115         multibyteness.
7116
7117 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7118
7119         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
7120         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
7121         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
7122
7123 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7124
7125         * gnus-art.el (article-display-x-face): Nix buffer-read-only
7126         again.
7127
7128         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
7129
7130 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7131
7132         * gnus-spec.el (gnus-parse-simple-format): Use
7133           buffer-substring-no-properties.
7134
7135 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7136
7137         * gnus-art.el (article-verify-cancel-lock): New function.
7138
7139         * nnheader.el (nntp-process-response): New variable.
7140         (nnheader-init-server-buffer): Make `nntp-process-response'
7141         buffer-local in `nntp-server-buffer'.
7142
7143         * nntp.el (nntp-prepare-post-hook): New hook.
7144         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
7145         (nntp-async-trigger): Ditto.
7146         (nntp-request-post): Insert a server's ID if there's no Message-ID
7147         header; run `nntp-prepare-post-hook'.
7148
7149 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7150
7151         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
7152         instead.
7153
7154         * message.el (message-forward-subject-author-subject): Don't use
7155         message-news-p, which widens the buffer.
7156         (message-forward-make-body): New function.
7157         (message-forward): Use it.
7158         (message-insinuate-rmail): New function.
7159         (message-forward-rmail-make-body): New function.
7160
7161 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7162
7163         * mm-extern.el (mm-extern): Provide it.
7164
7165         * mm-partial.el (mm-partial): Provide it.
7166
7167 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7168
7169         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
7170
7171 2001-10-29  Simon Josefsson  <jas@extundo.com>
7172
7173         * mml.el (mml-preview): Bind message-this-is-news if it is
7174         news. From Jesper Harder <harder@myrealbox.com>.
7175
7176 2001-10-28  Simon Josefsson  <jas@extundo.com>
7177
7178         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
7179
7180 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
7181
7182         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
7183         ironic smilies.
7184
7185 2001-10-27  Simon Josefsson  <jas@extundo.com>
7186
7187         * message.el (message-indent-citation): Don't add trailing
7188         whitespace when citing text.
7189
7190         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
7191         <harder@ifa.au.dk>.
7192
7193 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7194
7195         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
7196         not available.
7197         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
7198         (nnweb-type-definition): Add google as alias of dejanews.
7199         (nnweb-google-parse-1): Forward 1 line.
7200
7201 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7202
7203         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
7204         variable `message-forward-ignored-headers'.
7205
7206 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
7207
7208         * gnus.el (gnus-expand-group-parameter): New function.
7209         (gnus-expand-group-parameters): Call it.
7210         (gnus-group-fast-parameter): New function.
7211         (gnus-group-find-parameter): Call it.
7212
7213 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
7214
7215         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
7216         vector (it didn't before because of a bug).
7217         * gnus-msg.el (gnus-post-news): Use header vector directly, if
7218         available.  Before it converted it to an article number.
7219
7220         This makes followup to news articles with negative numbers in
7221         nnvirtual groups use news instead of mail.
7222
7223 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
7224
7225         * gnus.el (post-method): Use `native' instead of `nil'.
7226
7227         * gnus-msg.el (gnus-post-method): Ditto.
7228
7229 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
7230
7231         * gnus.el (gnus-define-group-parameter): Grammar fix.
7232
7233 2001-10-22  Simon Josefsson  <jas@extundo.com>
7234
7235         * gnus-msg.el (gnus-extended-version): Include
7236         system-configuration.
7237         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
7238
7239 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
7240
7241         * gnus.el (post-method): Customization fix: `native' is not a
7242         valid value.
7243         * gnus-msg.el (gnus-post-method): Doc and customization fix:
7244         `native' is not a valid value.
7245
7246 2001-10-21  Simon Josefsson  <jas@extundo.com>
7247
7248         * nnimap.el (nnimap): Defgroup
7249         (nnimap-strict-function, nnimap-strict-function-match): New
7250         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
7251         (nnimap-split-crosspost, nnimap-split-inbox)
7252         (nnimap-split-rule, nnimap-split-predicate)
7253         (nnimap-split-predicate): Defcustom.
7254         (nnimap-split-inbox, nnimap-expunge-search-string)
7255         (nnimap-importantize-dormant): Remove "*" from doc.
7256
7257 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7258
7259         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
7260         not supplied via prefix arg.  From Lisp, make arg mandatory.
7261         Suggested by Frank Schmitt.
7262
7263 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
7264
7265         * message.el (message-do-auto-fill): Avoid calling
7266         'rfc822-goto-eoh'.
7267
7268 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7269         From Paul Jarc <prj@po.cwru.edu>.
7270
7271         * message.el (message-get-reply-headers): Restructure the logic
7272         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
7273
7274 2001-10-20  Simon Josefsson  <jas@extundo.com>
7275
7276         * message.el (message-cancel-news): Support cancel-locks.
7277         Suggested by Per Abrahamsson.
7278
7279         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
7280         conses.  From David Z Maze <dmaze@MIT.EDU>.
7281
7282         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
7283
7284 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
7285
7286         * mm-decode.el (mm-default-directory): Fix customize type.
7287
7288         * message.el (message-setup-fill-variables): Kludge to use
7289         normal-auto-fill-function even if auto fill is already activated.
7290
7291 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
7292
7293         * message.el (message-do-auto-fill): New version that does not
7294         rely on text properties, by Simon Josefsson <jas@extundo.com>.
7295         (message-setup-1): Removed the `message-field' property.
7296
7297         * gnus-draft.el (gnus-draft-edit-message): Removed the
7298         `message-field' property.
7299
7300 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
7301
7302         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
7303         `message-field'.  The `field' property has a special significance in
7304         Emacs 21.
7305
7306         * message.el (message-send, message-setup-1): Ditto.
7307
7308 2001-10-18  Simon Josefsson  <jas@extundo.com>
7309
7310         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
7311         when undoing.
7312
7313 2001-10-18  Simon Josefsson  <jas@extundo.com>
7314         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
7315
7316         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
7317         (gnus-summary-make-menu-bar): Ditto.
7318
7319 2001-10-17  Simon Josefsson  <jas@extundo.com>
7320
7321         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
7322         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
7323
7324 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7325
7326         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
7327         * gnus-util.el (gnus-user-date): New function.
7328         From Frank Schmitt <usenet@Frank-Schmitt.net>.
7329
7330 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
7331
7332         * message.el (message-check-news-header-syntax): Special case
7333         nnvirtual groups.
7334
7335         * gnus-sum.el (gnus-summary-respool-default-method): Changed
7336         customize type to `symbol'.
7337
7338 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7339
7340         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
7341         %&foo;.
7342         (gnus-parse-simple-format): Support user extended spec too.
7343         %u&foo; invokes gnus-user-format-function-foo.
7344
7345 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7346
7347         * nnml.el (nnml-request-expire-articles): Make sure it is back to
7348         the server.
7349         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
7350         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7351         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
7352         * nndiary.el (nndiary-request-expire-articles): Ditto.
7353         (nndiary-schedule): Defsubst it before use it.
7354         (nndiary-error): eval-and-compile.
7355
7356 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
7357
7358         * gnus-msg.el (gnus-post-method): Changed two instances of
7359         `active' to `current' and one `null' to `not'.
7360
7361 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7362         From Katsumi Yamaoka <yamaoka@jpl.org>.
7363
7364         * message.el (message-setup-fill-variables): Use
7365         `normal-auto-fill-function' instead of `auto-fill-function'.
7366
7367 2001-10-16  Simon Josefsson  <jas@extundo.com>
7368
7369         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
7370         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
7371         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
7372
7373 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7374         Patch by Oliver Scholz <oscholz@my.gnus.org>.
7375
7376         * gnus-draft.el (gnus-draft-edit-message): Add text property
7377         `field' with value `header' to message headers.
7378         * message.el (message-setup-1): Really add text property to all of
7379         the header, not just part of it.
7380
7381 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7382
7383         * gnus-group.el (gnus-group-sort-by-server): Use it.
7384
7385         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
7386
7387         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
7388         and keystroke.
7389
7390 2001-10-14  Simon Josefsson  <jas@extundo.com>
7391
7392         * dig.el: Doc fix.
7393
7394         * smime.el: Doc fix.
7395
7396         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
7397         charset magic from message.el.
7398
7399 2001-10-12  Simon Josefsson  <jas@extundo.com>
7400         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
7401
7402         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
7403         'cite from g-a-wash-types.
7404         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
7405         (gnus-article-hide-citation): Fix.
7406
7407         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
7408         character.
7409         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
7410
7411         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
7412         definition.
7413         (gnus-signature-toggle): Toggle `s' mode line character.
7414
7415         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
7416         doing stuff that clears it.
7417
7418 2001-10-12  Simon Josefsson  <jas@extundo.com>
7419
7420         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
7421         From Eric Marsden <emarsden@laas.fr>.
7422
7423 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7424
7425         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
7426         (autoload): Add some autoloads.
7427
7428 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7429         Suggested by Oliver Scholz <epameinondas@gmx.de>.
7430
7431         * message.el (message-do-auto-fill): New function.  Like
7432         `do-auto-fill' but don't fill when in the message header.
7433         (message-setup-1): Put a text property on the message header.
7434         (message-setup-fill-variables): Use `message-do-auto-fill'.
7435
7436 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7437
7438         * message.el (message-send-mail-partially): Insert an empty line
7439         first, because of the change of message-make-lines.
7440
7441 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
7442
7443         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
7444         iso-8859-15, make it an alias for iso-8859-1.
7445
7446 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7447
7448         * message.el (message-send-news): Don't modify the value of
7449         `message-syntax-checks' if it is not a list (possibly it is
7450         `dont-check-for-anything-just-trust-me').
7451
7452 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7453
7454         * gnus-group.el (gnus-group-name-charset-group-alist): Use
7455         `find-coding-system' for XEmacs to check whether the coding-system
7456         `utf-8' is available.
7457
7458 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7459
7460         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
7461
7462 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
7463
7464         * message.el (message-send-news): Oops, missed case with no
7465         "Followup-To" header...
7466
7467 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
7468
7469         * message.el (message-send-news): Allow
7470         `gnus-group-name-charset-group-alist' to affect encoding of the
7471         "Newsgroups" and "Followup-To" headers.
7472
7473 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7474
7475         * Makefile.in (install-el): Depend on gnus-load.el.
7476
7477 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7478
7479         * Makefile.in (install-el): Use -f.
7480         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
7481
7482 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
7483
7484         * message.el (message-send-news): Don't encode Followups-To when
7485         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
7486
7487         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
7488         header.
7489
7490         * gnus-art.el (article-decode-group-name): Also decode
7491         "Followup-To".
7492
7493         * rfc2047.el (rfc2047-encode-message-header): Encode without
7494         asking for null methods.
7495
7496         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
7497         default charset for newsgroup names in accordance with USEFOR.
7498
7499         * gnus-group.el (gnus-group-name-charset-method-alist,
7500         gnus-group-name-charset-group-alist): Removed "*" from doc
7501         strings, "*" should not be used for complex variables.
7502
7503 2001-10-06  Simon Josefsson  <jas@extundo.com>
7504
7505         Support UTF-8 group names better.
7506
7507         * message.el (message-check-news-header-syntax): Encode group
7508         names before comparison.
7509
7510         * gnus-msg.el (gnus-copy-article-buffer): Run all
7511         `gnus-article-decode-hook's except `article-decode-charset'
7512         instead of hardcoding call to one of them.
7513
7514         * gnus-art.el (gnus-article-decode-hook): Add
7515         `article-decode-group-name'.
7516         (article-decode-group-name): New function, use `g-d-n'.
7517
7518         * gnus-group.el (gnus-group-insert-group-line): Decode
7519         gnus-tmp-group using `g-d-n'.
7520
7521         * gnus-util.el (gnus-decode-newsgroups): New function.
7522
7523 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
7524
7525         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
7526         `gnus-group-name-charset-group-alist'.
7527
7528 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7529
7530         * Makefile.in: Install el in install. Add uninstall.
7531
7532 2001-10-05  Simon Josefsson  <jas@extundo.com>
7533
7534         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
7535
7536         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
7537
7538         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
7539         empty folders.
7540
7541         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
7542         limiting if read-all (C-u RET) was used.
7543
7544 2001-10-04  Simon Josefsson  <jas@extundo.com>
7545
7546         * mail-source.el (mail-source-movemail-program): New variable.
7547         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
7548         <thutt@thutt.vmware.com>.
7549
7550 2001-10-03  Simon Josefsson  <jas@extundo.com>
7551
7552         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
7553         (gnus-summary-line-format-alist): Fix param.
7554
7555 2001-10-02  Simon Josefsson  <jas@extundo.com>
7556
7557         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
7558         don't go through `nnimap-request-expire-articles' to delete the
7559         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
7560
7561 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7562
7563         * gnus-agent.el (gnus-agent-write-active): The min in the
7564         agent/active may be larger than that in the server/active.
7565
7566 2001-10-01  Simon Josefsson  <jas@extundo.com>
7567
7568         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
7569         is IMAP4rev1.
7570
7571         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
7572
7573         * nnfolder.el: Ditto.
7574
7575 2001-09-30  Dan Christensen  <jdc@uwo.ca>
7576
7577         * gnus-sum.el (gnus-summary-extract-address-component): New function.
7578         (gnus-summary-from-or-to-or-newsgroups): Optimize.
7579
7580 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7581
7582         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
7583         (message-mode-menu): Menu item for same.
7584
7585         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
7586         delayed articles.
7587
7588         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
7589         nndraft:delayed does not exist.
7590         (gnus-delay-initialize): Don't set up keymap, that's done from
7591         message.el now.
7592         (gnus-delay, gnus-delay-group, gnus-delay-header)
7593         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
7594
7595 2001-09-29  Simon Josefsson  <jas@extundo.com>
7596
7597         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
7598         utf-8, not eight-bit-control.
7599
7600         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
7601         (imap-log, imap-debug): Custom.
7602         (imap-log-buffer, imap-debug-buffer): New constants.
7603         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
7604         (imap-network-open, imap-shell-open, imap-starttls-open)
7605         (imap-send-command-1, imap-send-command, imap-arrival-filter)
7606         (imap-debug): Use imap-*-buffer.
7607
7608         * nndoc.el (nndoc-article-type): Add mailman.
7609         (nndoc-type-alist): Ditto.
7610         (nndoc-mailman-type-p): New function.
7611
7612 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7613
7614         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
7615         gnus-art.el.
7616
7617 2001-09-27  Simon Josefsson  <jas@extundo.com>
7618
7619         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
7620         (gnus-topic-catchup-articles): New function. Suggested by Robin
7621         S. Socha <robin-dated-1001857693.185e29@socha.net>.
7622
7623 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7624         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
7625
7626         * gnus-ems.el (gnus-article-display-xface): Insert xface after
7627         previous ones.
7628
7629 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7630         From Daiki Ueno  <ueno@unixuser.org>
7631
7632         * gnus-sum.el (gnus-summary-show-article): The arglist of
7633         detect-coding-region is incompatible.
7634
7635 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7636         From Katsuhiro Hermit Endo <hermit@koka-in.org>
7637
7638         * gnus-group.el (gnus-group-delete-group): Typo.
7639
7640 2001-09-26  Simon Josefsson  <jas@extundo.com>
7641
7642         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
7643
7644         * nnimap.el (nnimap-expiry-target): Use temp buffer.
7645
7646 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7647
7648         * gnus-cus.el (gnus-group-parameters): Display as sexp.
7649
7650 2001-09-22  Simon Josefsson  <jas@extundo.com>
7651
7652         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
7653
7654         * nnfolder.el (nnfolder-open-marks): Ditto.
7655
7656         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
7657         (gnus-update-marks): Use it.
7658         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
7659         hardcoded list.
7660
7661         * gnus.el (gnus-article-special-mark-lists): Add killed.
7662         (gnus-article-unpropagated-mark-lists): New constant.
7663
7664 2001-09-22  Simon Josefsson  <jas@extundo.com>
7665
7666         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
7667         custom option.
7668
7669 2001-09-23  Simon Josefsson  <jas@extundo.com>
7670
7671         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
7672
7673 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7674
7675         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
7676
7677 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
7678
7679         * gnus-group.el (gnus-group-sort-function): Fix customize type to
7680         accept lists of functions.
7681
7682 2001-09-20  Simon Josefsson  <jas@extundo.com>
7683
7684         * gnus-group.el (gnus-group-catchup): Update expire marks in
7685         backend.  Also, if ALL also set expire marks on tick/dormant.
7686
7687 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7688
7689         * message.el (message-tab-body-function): New variable.
7690         * message.el (message-tab): Use it.
7691
7692 2001-09-19  Sam Steingold  <sds@gnu.org>
7693
7694         * gnus-win.el (gnus-buffer-configuration): Respect
7695         `gnus-bug-create-help-buffer'.
7696
7697 2001-09-18  Simon Josefsson  <jas@extundo.com>
7698
7699         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
7700         (gnus-parse-simple-format): Re-revert.
7701
7702 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
7703         Trivial patch.
7704
7705         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
7706         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
7707
7708 2001-09-18  Simon Josefsson  <jas@extundo.com>
7709
7710         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
7711         signed.
7712         (gnus-parse-simple-format): Don't use it.
7713
7714 2001-09-17  Miles Bader  <miles@gnu.org>
7715
7716         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
7717         error querying a backend abort the whole process.
7718
7719 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7720
7721         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
7722         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
7723
7724 2001-09-17  Didier Verna  <didier@xemacs.org>
7725
7726         * nndiary.el: version 0.2-b14.
7727         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
7728         compatibility problem with XEmacs 21.1.
7729
7730 2001-09-15  Simon Josefsson  <jas@extundo.com>
7731
7732         * gnus-group.el (gnus-group-line-format): Document %c.
7733
7734         * nnml.el (nnml-parse-head): Handle CRLF files.
7735         (nnml-generate-nov-file): Ditto.
7736         (nnml-retrieve-headers): Ditto.
7737
7738 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
7739
7740         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
7741
7742 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
7743
7744         * gnus-spec.el (gnus-correct-substring): Still stopped one
7745         character before we wanted (never included last character).
7746         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
7747         add missing "," (once per function)
7748
7749 2001-09-14  Simon Josefsson  <jas@extundo.com>
7750
7751         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
7752         (otherwise e.g. gnus-agentize in .gnus overrides the customized
7753         default before gnus-group is loaded and the variable set.)
7754
7755         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
7756         killed or unsent marks.
7757
7758         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
7759         isn't an article to set it on (e.g. when you `a' in a group).
7760
7761 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7762
7763         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
7764         can read e-mails from Microsoft Outlook users not using ISO
7765         8859-2 character set.
7766
7767 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7768
7769         * gnus-diary.el: Minor modifications to avoid warnings.
7770         (gnus-summary-misc-menu): defvar.
7771         (gnus-diary-check-message): Use gnus-point-at-eol.
7772         (gnus-diary-kill-entire-line): eval-and-compile.
7773
7774 2001-09-12  Didier Verna  <didier@xemacs.org>
7775
7776         * nndiary.el: new version (0.2-b13).
7777         * nndiary.el (nndiary-mail-sources): doc update.
7778         * nndiary.el (nndiary-split-methods): ditto.
7779         * nndiary.el (nndiary-request-accept-article-hooks): New.
7780         * nndiary.el (nndiary-request-accept-article): use it, check
7781         message validity.
7782         * nndiary.el (nndiary-get-new-mail): changed default to nil.
7783         * nndiary.el (nndiary-schedule): fix bug (misplaced
7784         condition-case): it didn't return nil on error.
7785         * gnus-diary.el: new version.
7786         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
7787         * gnus-diary.el (gnus-diary-header-value-history): New.
7788         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
7789         * gnus-diary.el (gnus-diary-add-header): New.
7790         * gnus-diary.el (gnus-diary-check-message): New.
7791         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
7792         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
7793
7794 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7795
7796         * gnus-sum.el (gnus-select-newsgroup): Make
7797         `gnus-current-select-method' buffer-local.
7798
7799         * gnus-art.el (gnus-request-article-this-buffer): Refer
7800         `gnus-current-select-method' in the current summary buffer.
7801
7802 2001-09-10  Simon Josefsson  <jas@extundo.com>
7803         From Daniel Pittman <daniel@rimspace.net>
7804
7805         * gnus-spec.el (gnus-correct-pad-form): Fix.
7806
7807 2001-09-09  Simon Josefsson  <jas@extundo.com>
7808
7809         * mm-decode.el (mm-inline-media-tests): Add
7810         application/x-emacs-lisp.
7811         (mm-attachment-override-types): Add
7812         application/{x-,}pkcs7-signature.
7813
7814         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
7815         (gnus-server-line-format, gnus-server-mode-line-format)
7816         (gnus-server-browse-in-group-buffer): Customize.
7817
7818 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7819
7820         * nnml.el (nnml-marks-changed-p): Typo.
7821         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
7822         (nnml-marks-changed-p): Use gnus-gethash.
7823         (nnml-marks-modtime): Use gnus-make-hashtable.
7824
7825         * nnfolder.el (nnfolder-marks-changed-p): Typo.
7826         (nnfolder-request-expire-articles, nnfolder-save-marks)
7827         (nnfolder-open-marks): Typo.
7828         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
7829         (nnfolder-marks-changed-p): Use gnus-gethash.
7830         (nnfolder-marks-modtime): Use gnus-make-hashtable.
7831
7832 2001-09-08  Simon Josefsson  <jas@extundo.com>
7833
7834         * nnfolder.el (nnfolder-marks-modtime): New variable.
7835         (nnfolder-marks-changed-p): New function.
7836         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
7837         (nnfolder-request-update-info): Don't update if marks didn't change.
7838
7839         * nnml.el (nnml-marks-modtime): New variable.
7840         (nnml-marks-changed-p): New function.
7841         (nnml-save-marks, nnml-open-marks): Save modtime.
7842         (nnml-request-update-info): Don't update if marks didn't change.
7843
7844         * gnus-agent.el (gnus-agent-any-covered-gcc)
7845         (gnus-agent-add-server, gnus-agent-remove-server): Use
7846         gnus-agent-method-p.
7847
7848         * gnus-art.el (gnus-buttonized-mime-types): New variable.
7849         (gnus-unbuttonized-mime-type-p): Use it.
7850
7851         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
7852         fetch group.
7853
7854 2001-09-08  Simon Josefsson  <jas@extundo.com>
7855         From Daniel Pittman <daniel@rimspace.net>
7856
7857         * gnus-spec.el (gnus-correct-pad-form): New function.
7858         (gnus-parse-simple-format): Use it.
7859
7860 2001-09-07  Simon Josefsson  <jas@extundo.com>
7861
7862         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
7863         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
7864         Putnam <reader@newsguy.com>.
7865         (gnus-group-sort-selected-groups): Touch dribble file.
7866
7867 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
7868
7869         * nnml.el (nnml-filenames-are-evil): New variable.
7870         (nnml-article-to-file-alist): Rename to ...
7871         (nnml-current-group-article-to-file-alist): ... this.
7872         Respect `nnml-filenames-are-evil'.
7873         (nnml-active-number): Update.
7874         (nnml-update-file-alist): Update.
7875         (nnml-request-article): Use nnheader-article-to-file-alist.
7876         (nnml-request-rename-group): Likewise.
7877
7878 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7879
7880         * gnus-sum.el (gnus-summary-insert-line): Fix.
7881
7882 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
7883
7884         * gnus-sum.el: Bind g-s-t-s to "W g".
7885         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
7886         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
7887         display of graphical smilies.
7888
7889 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7890
7891         * gnus-start.el (gnus-setup-news): A typo.
7892         From Bill White <billw@wolfram.com>.
7893
7894 2001-09-06  Simon Josefsson  <jas@extundo.com>
7895
7896         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
7897         and unseen marks.
7898
7899 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7900
7901         * nnmail.el (nnmail-split-fancy): Document `junk'.
7902
7903 2001-09-04  Simon Josefsson  <jas@extundo.com>
7904
7905         * imap.el (imap-search): Don't error if server is broken.
7906
7907 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
7908
7909         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
7910         searching for an article that isn't in the mbox.
7911
7912 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7913
7914         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
7915         right, and get all the comments.
7916
7917 2001-09-02  Simon Josefsson  <jas@extundo.com>
7918         Suggested by Dan Christensen <jdc+news@uwo.ca>
7919
7920         * nnfolder.el (nnfolder-request-update-info): Fix message.
7921
7922         * nnml.el (nnml-request-update-info): Ditto.
7923
7924 2001-09-01  Simon Josefsson  <jas@extundo.com>
7925
7926         * nnml.el (nnml-request-expire-articles): Also bind
7927         `nnml-current-group' and `nnml-article-file-alist' when using
7928         expiry-target. (Otherwise nnml will be in a inconsistent internal
7929         state causing all kind of problems.)
7930         (nnml-request-expire-articles): If `nnml-article-to-file' or
7931         `file-attributes' failes, return article as un-expirable instead
7932         of treating it as expired.
7933
7934 2001-08-31  Sam Steingold  <sds@gnu.org>
7935
7936         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
7937         typo: `exmine' --> `examine'.
7938
7939 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7940
7941         * nndoc.el (nndoc-forward-type-p): It is not a digest.
7942
7943 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7944
7945         * nnml.el (nnml-check-directory-twice): Remove.
7946         (nnml-retrieve-headers): Ditto.
7947         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
7948
7949 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7950
7951         * nnheader.el (nnheader-directory-files-is-safe): No need to read
7952         directory twice on Windows, or on GNU Emacs-21.
7953
7954 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7955
7956         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
7957         (nnml-request-rename-group): Ditto.
7958         (nnml-active-number): Ditto.
7959         (nnml-request-create-group): Use nnml-directory-articles.
7960         (nnml-request-expire-articles): Use nnml-directory-articles, which
7961         gets list from nov database if available.
7962         (nnml-get-nov-buffer): New function.
7963         (nnml-open-nov): Use it.
7964         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
7965         gets alist from nov database if available.
7966         (nnml-directory-articles): New function.
7967         (nnml-article-to-file-alist): New function.
7968
7969 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7970
7971         * mm-decode.el (mm-display-external): Use `name' as filename, if
7972         `filename' attribute is not present.
7973
7974 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7975
7976         * mail-source.el (mail-source-flash): New defcustom.
7977         (mail-source-new-mail-p): Ring visible bell if appropriate.
7978         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
7979         timer is cleared even if mail check signals an error.
7980
7981 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7982
7983         * gnus-sum.el (gnus-summary-move-article): Only update marks of
7984         type 'list.
7985
7986 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7987
7988         * flow-fill.el (fill-flowed): eol might be point-max.
7989
7990 2001-08-27  Simon Josefsson  <jas@extundo.com>
7991
7992         * nnml.el (nnml-request-update-info): Fix message.
7993         (nnml-open-marks): Ditto.
7994
7995         * nnfolder.el (nnfolder-request-update-info):
7996         (nnfolder-open-marks): Fix message.
7997
7998 2001-08-25  Simon Josefsson  <jas@extundo.com>
7999
8000         * nnfolder.el (nnfolder-save-marks): Don't create directory named
8001         after group in ~/.
8002
8003 2001-08-25  Simon Josefsson  <jas@extundo.com>
8004         From Andreas Jaeger  <aj@suse.de>
8005
8006         * nnfolder.el (nnfolder-open-marks): Fix typo.
8007         * nnml.el (nnml-open-marks): Likewise.
8008
8009 2001-08-25  Simon Josefsson  <jas@extundo.com>
8010
8011         Make nnfolder groups self-contained as far as marks are concerned.
8012
8013         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
8014         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
8015         (nnfolder-open-server): Make marks directory.
8016         (nnfolder-request-delete-group): Delete marks file.
8017         (nnfolder-request-delete-group): Check of nov/marks file exist
8018         before deleting.
8019         (nnfolder-request-rename-group): Rename marks file.
8020         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
8021         (nnfolder-request-set-mark, nnfolder-request-update-info)
8022         (nnfolder-group-marks-pathname, nnfolder-save-marks)
8023         (nnfolder-open-marks): New functions.
8024         (top-level): Require gnus.
8025
8026 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8027
8028         * nnweb.el (nnweb-type-definition): Use google raw file.
8029         (nnweb-google-parse-1): Ditto.
8030         (nnweb-google-identity): Ditto.
8031         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
8032         (nnweb-altavista-wash-article): Ditto.
8033         (nnweb-request-article): Remove nnweb-decode-entities.
8034
8035         * nnml.el: Require 'gnus.
8036
8037 2001-08-25  Simon Josefsson  <jas@extundo.com>
8038
8039         * nnml.el (nnml-marks-is-evil): Add doc.
8040
8041 2001-08-25  Simon Josefsson  <jas@extundo.com>
8042
8043         * nnml.el (nnml-save-marks): Wrap saving marks in a
8044         condition-case, to allow user to start Gnus if saving marks failed
8045         for some reason.
8046
8047 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8048
8049         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
8050
8051         * gnus-group.el (gnus-update-group-mark-positions): Bind
8052         gnus-group-update-hook to nil.
8053
8054 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8055
8056         * mml.el (mml-generate-mime-1): Force as multibyte string.
8057
8058 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8059
8060         * gnus-sum.el (gnus-summary-insert-line)
8061         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
8062         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
8063
8064         * gnus-spec.el (gnus-correct-substring): Take optional END.
8065
8066         * nnrss.el (nnrss-request-article): Remove \n.
8067         (nnrss-retrieve-headers): Lines number is -1.
8068
8069 2001-08-24  Simon Josefsson  <jas@extundo.com>
8070
8071         * gnus-group.el (gnus-info-clear-data): Call
8072         nnfoo-request-set-mark to propagate marks.  Fix bug:
8073         `gnus-group-update-line' doesn't update read range unless we call
8074         `gnus-get-unread-articles-in-group' first.
8075
8076         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
8077         to server.
8078
8079 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8080
8081         * gnus-util.el (gnus-create-info-command): Return an interactive
8082         function.
8083
8084 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8085         From Katsumi Yamaoka <yamaoka@jpl.org>
8086
8087         * gnus-spec.el (gnus-parse-complex-format): Use equal.
8088
8089 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8090
8091         * gnus-sum.el (gnus-select-newsgroup): Use it.
8092
8093         * gnus-util.el (gnus-not-ignore): New function.
8094
8095         * lpath.el (featurep): Don't fbind char-int.
8096
8097         * gnus-util.el (gnus-create-info-command): New function.
8098
8099         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
8100         right node.
8101
8102         * gnus-sum.el (gnus-select-newsgroup): Clean up.
8103         (gnus-summary-limit-children): Use 'identity instead of `all'.
8104         (gnus-summary-limit-to-display-predicate): New command and
8105         keystroke.
8106
8107 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8108
8109         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
8110
8111         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
8112
8113 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8114
8115         * gnus-spec.el: Add the Gnus version.
8116         (gnus-update-format-specifications): If the Gnus version changes,
8117         nix out the format spec cache.
8118
8119         * gnus.el (gnus-continuum-version): Made into a command and
8120         optionalize the VERSION.
8121
8122         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
8123         the start of the lines.
8124
8125 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8126
8127         * gnus.el (gnus-visual-p): Define function before use of
8128         function.
8129
8130 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8131
8132         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
8133         (gnus-article-mark-to-type): New function.
8134         (gnus-update-missing-marks): Only update marks of type 'list.
8135
8136         * gnus.el (gnus-article-special-mark-lists): New variable.
8137
8138 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8139
8140         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
8141         (gnus-select-newsgroup): Still use 'all.
8142         (gnus-summary-initial-limit): Comparing with 'all.
8143
8144 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8145
8146         * gnus-start.el (gnus-activate-group): If dont-check, don't update
8147         active.
8148
8149 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8150
8151         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
8152         nnslashdot-*-retrieve-headers.
8153         (nnslashdot-request-article): Fix for slashcode 2.2.
8154         (nnslashdot-make-tuple): New function.
8155         (nnslashdot-read-groups): Use it.
8156
8157 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8158
8159         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
8160         list.
8161
8162         * gnus-sum.el (gnus-summary-move-article): Don't select article.
8163
8164 2001-08-20  Simon Josefsson  <jas@extundo.com>
8165
8166         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
8167         opened, error instead of continuing (and exploding later).
8168
8169 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8170
8171         * gnus.el (gnus-expand-group-parameters): Return the parameter
8172         list.
8173
8174         * gnus-sum.el (gnus-summary-show-article): Doc fix.
8175         (gnus-summary-show-article): Guess at charset if required.
8176
8177         * gnus-spec.el (gnus-correct-substring): Stopped one character
8178         before we wanted.
8179
8180 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8181
8182         * earcon.el (earcon-auto-play): Remove unused option.
8183
8184 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8185
8186         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
8187         message down in levels, since it happens very fast.
8188
8189         * smiley-ems.el (smiley-update-cache): Respect the symbol version
8190         of smiley-regexp-alist.
8191
8192         * mm-view.el (mm-inline-text): Ignore vcard errors.
8193
8194         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
8195
8196         * gnus-score.el (gnus-all-score-files): Use append instead of
8197         nconc.
8198
8199         * gnus.el (gnus-splash-face): Doc fix.
8200
8201         * mm-decode.el (mm-mailcap-command): Use
8202         mm-path-name-rewrite-functions.
8203         (mm-path-name-rewrite-functions): New variable.
8204
8205         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
8206         (gnus-complex-form-to-spec): Insert tab.
8207         (gnus-spec-tab): New function.
8208
8209         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
8210         entering the group.
8211
8212         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
8213         the positional spec.
8214         (gnus-parse-complex-format): React to %C.
8215
8216         * gnus-ems.el (gnus-char-width): Moved here.
8217
8218         * gnus-sum.el (gnus-select-newsgroup): Set
8219         gnus-newsgroup-articles.
8220         (gnus-unseen-mark): New variable.
8221         (gnus-newsgroup-unseen): Ditto.
8222         (gnus-newsgroup-seen): Ditto.
8223         (gnus-adjust-marked-articles): Use them.
8224         (gnus-update-marks): Use them.
8225         (gnus-summary-update-secondary-mark): Display.
8226         (gnus-summary-prepare-threads): Display.
8227
8228         * gnus-msg.el (gnus-inews-group-method): Use and return the
8229         method, not the server.
8230
8231 2001-08-19  Simon Josefsson  <jas@extundo.com>
8232
8233         * gnus-srvr.el (gnus-server-agent-face): New.
8234         (gnus-server-agent-face): New.
8235         (gnus-server-mode): Turn on font-lock-mode.
8236
8237         * gnus.el (gnus-server-visual): Add defgroup.
8238
8239 2001-08-19  Simon Josefsson  <jas@extundo.com>
8240         From Joe Casadonte <jcasadonte@northbound-train.com>
8241
8242         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
8243         gnus-server-denied-face): New.
8244         (gnus-server-opened-face, gnus-server-closed-face,
8245         gnus-server-denied-face): New.
8246         (gnus-server-font-lock-keywords): Add.
8247
8248 2001-08-19  Simon Josefsson  <jas@extundo.com>
8249
8250         * nnml.el (nnml-request-set-mark): Return nil.
8251         (nnml-save-marks): Use nnml-possibly-create-directory.
8252         (nnml-open-marks): Only work in temp buffer when inserting/reading
8253         .marks file.
8254
8255 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8256
8257         * gnus.el (gnus-expand-group-parameters): Fix.
8258
8259         * gnus-spec.el (gnus-char-width): New function.
8260         (gnus-correct-substring, gnus-correct-length): Use it.
8261
8262         * message.el (message-required-mail-headers): Fix doc.
8263
8264 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8265
8266         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
8267
8268         * mm-decode.el (mm-save-part-to-file): Insert the handle.
8269
8270 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8271
8272         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
8273         slashdot 2.2 (not fully fixed yet).
8274         (nnslashdot-request-article): Ditto.
8275
8276 2001-08-18  Simon Josefsson  <jas@extundo.com>
8277
8278         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
8279         nnimap.
8280
8281         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
8282         gnus-util.
8283         (nnimap-request-update-info-internal): Use new functions.
8284
8285         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
8286         new functions.
8287
8288 2001-08-18  Simon Josefsson  <jas@extundo.com>
8289
8290         Make nnml groups self-contained as far as marks are concerned.
8291
8292         * nnml.el (nnml-request-delete-group): Delete marks file.
8293         (nnml-request-rename-group): Move marks file.
8294         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
8295         variables.
8296         (nnml-request-set-mark, nnml-request-update-info): New server
8297         functions.
8298         (nnml-save-marks, nnml-open-marks): New functions.
8299
8300 2001-08-18  Simon Josefsson  <jas@extundo.com>
8301
8302         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
8303         `set' when setting marks.
8304
8305 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8306
8307         * gnus.el (gnus-info-find-node): Take an argument.
8308
8309         * gnus-art.el (gnus-button-handle-info): New function.
8310         (gnus-url-unhex-string): Replace "+" with " ".
8311
8312 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8313
8314         * message.el (message-check-news-header-syntax): Check bad From.
8315
8316 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8317
8318         * gnus-spec.el (gnus-correct-length): New function.
8319         (gnus-correct-substring): New function.
8320         (gnus-tilde-max-form): Use it.
8321
8322 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
8323
8324         * nnmh.el: Docstring changes as below.
8325
8326         * nnml.el: Docstring changes as below.
8327
8328         * nnbabyl.el: Docstring changes as below.
8329
8330         * nnmbox.el: Docstring changes as below.
8331
8332         * nnfolder.el: Added docstrings identifying each virtual server
8333         parameter.
8334
8335 2001-08-18  Simon Josefsson  <jas@extundo.com>
8336
8337         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
8338
8339 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
8340
8341         * message.el: rename "Abort Message" to "Postpone Message".
8342         Remove "Attach file as MIME" from Message menu, it's already in
8343         the MIME menu.
8344
8345 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8346
8347         * smime.el (smime-point-at-eol): eval-and-compile.
8348         (smime-make-temp-file): New function.
8349         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
8350         Use it.
8351
8352 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8353
8354         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
8355         (gnus-agent-summary-fetch-group): New command and keystroke.
8356
8357         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
8358         (gnus-mime-display-security): Make it respect
8359         gnus-unbuttonized-mime-type-p.
8360
8361         * gnus-sum.el (gnus-articles-to-read): Comments.
8362         (gnus-article-marked-p): New function.
8363         (gnus-summary-display-make-predicate): New function.
8364         (gnus-select-newsgroup): Use them.
8365
8366         * mm-decode.el (mm-save-part-to-file): Made it not error.
8367
8368 2001-08-17  Simon Josefsson  <jas@extundo.com>
8369
8370         * imap.el (imap-wait-for-tag): If process-status isn't open or
8371         run, return nil instead of sit-for looping.
8372
8373 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8374
8375         * lpath.el (featurep): fbind xml-parse-region.
8376
8377         * gnus.el (gnus-message-archive-method): Default to "archive".
8378         (gnus-message-archive-method): Doc fix.
8379         (gnus-parameters-get-parameter): Cleaned up.
8380         (gnus-expand-group-parameter): New function.
8381
8382         * gnus-start.el (gnus-setup-news): Push the archive server only
8383         the server list.
8384
8385         * mml.el (mml-menu): Changed name to "Attachments".
8386
8387         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
8388         when there is something to detroy.
8389
8390 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8391
8392         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
8393         nil.
8394
8395 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8396
8397         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
8398         which specifies a time today or tomorrow.
8399
8400 2001-08-15  Simon Josefsson  <jas@extundo.com>
8401         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
8402
8403         * gnus-agent.el (gnus-agent-make-mode-line-string)
8404         (gnus-agent-toggle-plugged): Use new API.
8405
8406 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8407
8408         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
8409         deadline has expired.
8410
8411 2001-08-12  Simon Josefsson  <jas@extundo.com>
8412         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
8413
8414         Support `recent' mark indicating newly arrived messages (to
8415         separate from old but unread messages).
8416
8417         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
8418         `nnmail-split-history' if recent is > 0.
8419         (nnimap-request-update-info-internal): Update `recent' marks.
8420         (nnimap-request-set-mark): Never set `recent' marks.
8421         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
8422         recent.
8423
8424         * gnus-sum.el (gnus-recent-mark): New mark.
8425         (gnus-newsgroup-recent): New variable.
8426         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
8427         (gnus-summary-prepare-threads): Mark recent articles.
8428         (gnus-summary-add-mark): Support recent.
8429         (gnus-summary-update-secondary-mark): Support recent.
8430
8431         * gnus.el (gnus-article-mark-lists): Add recent.
8432
8433 2001-08-12  Simon Josefsson  <jas@extundo.com>
8434
8435         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
8436         whether successful decoding took place.  Add doc.
8437
8438 2001-08-12  Simon Josefsson  <jas@extundo.com>
8439         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
8440
8441         * gnus.el (gnus-summary-line-format, gnus-parameters):
8442         * gnus-gl.el (gnus-summary-grouplens-line-format):
8443         * gnus-salt.el (gnus-summary-pick-line-format):
8444         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
8445
8446 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
8447         Committed by Kai Gro\e,b_\e(Bjohann.
8448
8449         * gnus-score.el (gnus-score-string): Fix `match' regexp
8450         for `extra' header case.
8451
8452 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8453
8454         * nnmbox.el (nnmbox-read-mbox): No warning.
8455
8456 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8457
8458         * nndoc.el (nndoc-article-type): Fix doc.
8459         (nndoc-generate-article-function): New variable.
8460         (nndoc-dissection-function): New variable.
8461         (nndoc-type-alist): Add oe-dbx.
8462         (nndoc-oe-dbx-type-p): New function.
8463         (nndoc-oe-dbx-dissection): New function.
8464         (nndoc-oe-dbx-generate-article): New function.
8465
8466 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8467
8468         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
8469         whether deadline has been reached.  Patch from Dan Nicolaescu
8470         <dann@godzilla.ics.uci.edu>.
8471
8472 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8473
8474         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
8475         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
8476         <rintaman@cs.Helsinki.FI>.
8477
8478         * mail-source.el (mail-source-movemail): The error buffer is
8479         modified, but nothing in it.
8480
8481 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8482
8483         * message.el (message-bogus-system-names): New variable.
8484         (message-make-fqdn): Use it.
8485
8486 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8487
8488         * nndraft.el (nndraft-request-group): Use
8489         nndraft-auto-save-file-name.
8490
8491 2001-08-09  Simon Josefsson  <jas@extundo.com>
8492
8493         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
8494         Don't ask whether to decrypt.  Just leave result in buffer (don't
8495         call mm).
8496
8497         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
8498         parts as well.
8499         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
8500         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
8501
8502 2001-08-09  Simon Josefsson  <jas@extundo.com>
8503
8504         * mm-decode.el (mm-insert-part): Return decoding success status.
8505         (mm-save-part-to-file): Error if decoding failed.
8506
8507 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8508
8509         * message.el (message-tab): Use indent-relative.
8510         (message-mode): Don't bind indent-line-function to indent-relative.
8511
8512 2001-08-09  Simon Josefsson  <jas@extundo.com>
8513
8514         * message.el (message-get-reply-headers): Fix string. Suggested by
8515         Christoph Conrad <cc@cli.de>.
8516
8517 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8518
8519         * message.el (message-tab): Use the current value of
8520         indent-line-function.
8521         (message-mode): Bind indent-line-function to indent-relative.
8522
8523 2001-08-08  Simon Josefsson  <jas@extundo.com>
8524
8525         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
8526         whether `imtest' is installed.
8527
8528 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8529         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
8530
8531         * gnus-sum.el (gnus-summary-show-article): Call
8532         gnus-summary-update-secondary-secondary-mark.
8533         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
8534         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
8535
8536 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8537
8538         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
8539
8540         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
8541
8542         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
8543         <gerd@gnu.org>.
8544
8545         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
8546
8547         * gnus-util.el (gnus-output-to-rmail): Ditto.
8548         (gnus-output-to-mail): Ditto.
8549
8550         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
8551
8552 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
8553
8554         * message.el (message-indent-citation): Use
8555         `message-yank-cited-prefix' for empty lines.
8556
8557 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
8558
8559         * message.el (message-indent-citation): Quote only lines starting
8560         with ">" using `message-yank-cited-prefix'.
8561
8562 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
8563         Trivial patch.
8564
8565         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
8566         gnus-cache-fully-p.
8567
8568 2001-08-04  Simon Josefsson  <jas@extundo.com>
8569
8570         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
8571         file if it doesn't exist (by calling gnus-cache-read-active).
8572
8573 2001-08-04  Simon Josefsson  <jas@extundo.com>
8574
8575         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
8576         (gnus-cache-passively-or-fully-p): Removed.
8577         (gnus-cache-fully-p): Fix it.
8578
8579         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
8580
8581 2001-08-04  Simon Josefsson  <jas@extundo.com>
8582
8583         * gnus-cache.el (gnus-cache-fully-p)
8584         (gnus-cache-passively-or-fully-p): New functions.
8585         (gnus-cache-possibly-enter-article): Cosmetic change, use
8586         `g-c-p-o-f-p'.
8587         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
8588         was bogus (`g-c-p-a-a' does not change active info, just change
8589         the functions parameters).
8590         (gnus-cache-possibly-remove-articles-1): Make sure articles are
8591         not removed in groups that match `gnus-uncacheable-groups'.
8592
8593         Reported and modifications based on discussions with Nuutti
8594         Kotivuori <nuutti.kotivuori@smarttrust.com>.
8595
8596 2001-08-04  Simon Josefsson  <jas@extundo.com>
8597         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
8598
8599         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
8600         calls `gnus-cache-update-active' if bounds has been extended.
8601
8602 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8603
8604         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
8605         before remove.
8606         (gnus-mime-security-show-details): Ditto.
8607
8608 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8609
8610         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
8611         syntax.  Protect string-match against nil string and regexp.
8612
8613 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8614
8615         * mm-util.el (mm-find-charset-region): Remove control-1.
8616
8617 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8618
8619         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
8620
8621 2001-08-04  Simon Josefsson  <jas@extundo.com>
8622
8623         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
8624         buffer.  Delete MIME-Version header.
8625
8626 2001-08-03  Simon Josefsson  <jas@extundo.com>
8627
8628         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
8629         that is entered does not necessarily have the highest article
8630         number in the group, so use `gnus-cache-possibly-alter-active'
8631         instead of `gnus-cache-update-active'.
8632
8633 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8634
8635         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
8636
8637 2001-08-03  Simon Josefsson  <jas@extundo.com>
8638
8639         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
8640         menu.
8641
8642 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8643
8644         * gnus.el (post-method): New group parameter.  It also provides
8645         the user option `gnus-post-method-alist' and the internal function
8646         `gnus-parameter-post-method'.
8647
8648         * gnus-msg.el (gnus-post-method): Bind the value of
8649         `gnus-post-method' to the group parameter if it is defined.
8650
8651 2001-08-02  Simon Josefsson  <jas@extundo.com>
8652
8653         * smime.el (smime-extra-arguments): Removed.
8654         (smime-call-openssl-region): Don't use it.
8655
8656 2001-08-02  Simon Josefsson  <jas@extundo.com>
8657
8658         * smime.el (smime-sign-region): Handle stderr.
8659         (smime-encrypt-region): Ditto.
8660
8661         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
8662         match the ASN.1 length bytes.
8663         (mm-pkcs7-enveloped-magic): Ditto.
8664         (mm-view-pkcs7-get-type): Don't regexp quote.
8665
8666 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8667         From Andreas Fuchs <asf@void.at>
8668
8669         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
8670
8671 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8672
8673         * gnus-art.el (gnus-header-button-alist): References regexp.
8674
8675 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
8676
8677         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
8678         already fboundp.  Add INTERACTIVE arg to autoload form.
8679
8680 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8681
8682         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
8683
8684         * nnmail.el (nnmail-cache-open): Ditto.
8685
8686 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8687
8688         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
8689
8690 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8691
8692         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
8693
8694 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8695         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8696
8697         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
8698         (gnus-agent-toggle-plugged): Use it.
8699
8700 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
8701
8702         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
8703         (gnus-ding-file-coding-system): New variable.
8704         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
8705         (gnus-slave-save-newsrc): Use it.
8706
8707 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8708
8709         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
8710         syntax.
8711
8712 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8713         Originally from Andreas Fuchs <asf@void.at>
8714
8715         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
8716         (mml2015-gpg-pretty-print-fpr): New function.
8717         (mml2015-gpg-extract-signature-details): More details, rename from
8718         `m-g-e-from'.
8719         (mml2015-gpg-verify): Use them.
8720         (mml2015-gpg-clear-verify): Use them.
8721
8722 2001-07-31  Simon Josefsson  <jas@extundo.com>
8723
8724         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
8725         buffer when done.
8726
8727 2001-07-30  Simon Josefsson  <jas@extundo.com>
8728
8729         * smime.el (smime-call-openssl-region): Revert previous change,
8730         just pass on buf to `call-process-region'.
8731         (smime-verify-region): Doc fix.  Don't message stuff.  Use
8732         `smime-new-details-buffer'.  Inserts error messages into buffer.
8733         (smime-noverify-region): Ditto.
8734         (smime-decrypt-region): Ditto.  Handles stderr separately.
8735         (smime-verify-buffer, smime-noverify-buffer)
8736         (smime-decrypt-buffer): Doc fix.
8737         (smime-new-details-buffer): New function.
8738         (smime-pkcs7-region, smime-pkcs7-certificates-region)
8739         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
8740         (smime-sign-region, smime-encrypt-region): Don't use
8741         `insert-buffer'.
8742
8743         * mml-smime.el (mml-smime-verify): Fix security button strings.
8744
8745 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8746
8747         * gnus-art.el (gnus-mime-save-part-and-strip): Save
8748         gnus-article-mime-handles.
8749
8750 2001-07-29  Simon Josefsson  <jas@extundo.com>
8751
8752         * mail-source.el (top-level): Require message for message-directory.
8753         (mail-source-directory): Change default to message-directory.
8754
8755         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
8756         (smime-certificate-directory, smime-openssl-program)
8757         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
8758         (smime-extra-arguments): New variable.
8759         (smime-dns-server): Fix customize group.
8760         (smime-call-openssl-region): Use `smime-extra-arguments'.
8761
8762 2001-07-29  Simon Josefsson  <jas@extundo.com>
8763         From Vladimir Volovich <vvv@vsu.ru>
8764
8765         * smime.el (smime-call-openssl-region): Ignore stderr.
8766
8767 2001-07-29  Simon Josefsson  <jas@extundo.com>
8768         From Christoph Conrad <christoph.conrad@gmx.de>
8769
8770         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
8771         file.
8772
8773 2001-07-29  Simon Josefsson  <jas@extundo.com>
8774
8775         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
8776
8777         Support S/MIME decryption.
8778
8779         * mm-decode.el (mm-inline-media-tests):
8780         (mm-inlined-types):
8781         (mm-automatic-display):
8782         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
8783
8784         * mm-view.el (mm-pkcs7-signed-magic):
8785         (mm-pkcs7-enveloped-magic): New variables.
8786         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
8787         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
8788         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
8789         PKCS#7 blobs.
8790
8791         * smime.el (smime-decrypt-region): Expand keyfile.
8792
8793 2001-07-29  Simon Josefsson  <jas@extundo.com>
8794
8795         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
8796         `ssl.el' variables.
8797
8798         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
8799         but line instead of narrowing to it, because `nnmail-parse-active'
8800         calls widen.  Thanks to Christoph Conrad
8801         <christoph.conrad@gmx.de>.
8802
8803 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8804
8805         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
8806         for %B spec.
8807
8808         * gnus-sum.el (gnus-summary-prepare-threads): If
8809         gnus-sum-thread-tree-root is nil, use subject instead.
8810         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
8811         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
8812         (gnus-sum-thread-tree-leaf-with-other)
8813         (gnus-sum-thread-tree-single-leaf): Documentation.
8814         (gnus-sum-thread-tree-single-indent): Allow nil.
8815
8816 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8817
8818         * message.el (message-fill-paragraph): Do nothing if the user
8819         wants filladapt-mode.
8820
8821 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8822
8823         * mm-decode.el (mm-image-type-from-buffer): New function.
8824         (mm-get-image): Use it.
8825
8826 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8827
8828         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
8829
8830         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
8831         mm-display-parts too.
8832
8833 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8834
8835         * nnfolder.el (nnfolder-request-accept-article): Bind
8836         nntp-server-buffer.
8837
8838         * nnmail.el (nnmail-parse-active): Read from buffer instead of
8839         nntp-server-buffer.
8840
8841 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8842
8843         * message.el (message-check-news-header-syntax): Use
8844         message-post-method.
8845         (message-send-news): Bind message-post-method.
8846
8847 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8848
8849         * mml.el (mml-tweak-type-alist): New variable.
8850         (mml-tweak-function-alist): New variable.
8851         (mml-tweak-part): New function.
8852         (mml-generate-mime-1): Use it.
8853
8854 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8855
8856         * nnfolder.el (nnfolder-request-accept-article): Replace
8857         nnfolder-request-list.
8858
8859 2001-07-27  Simon Josefsson  <jas@extundo.com>
8860
8861         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
8862         nnoo-change-server failed to do it.
8863
8864 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8865
8866         * gnus.el (gnus-parameters): Make it customizable.
8867
8868 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8869
8870         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
8871
8872         * message.el (message-set-auto-save-file-name): More
8873         poor-system-types.
8874
8875         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
8876
8877         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
8878         supports +.
8879
8880 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8881
8882         * mm-decode.el (mm-readable-p): New function.
8883         (mm-inline-media-tests): Fix the default testers.
8884
8885 2001-07-26  Simon Josefsson  <jas@extundo.com>
8886
8887         * nnimap.el (nnimap-version): Bump version number.
8888
8889 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8890         From Steven E. Harris <seh@speakeasy.org>
8891
8892         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
8893         in M$Windows too.
8894
8895 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8896
8897         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
8898
8899 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8900
8901         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
8902
8903         * mm-decode.el (mm-get-image): Guess then use the type.
8904
8905         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
8906
8907 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
8908
8909         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
8910         display (%B) for threads if threading is off.
8911
8912 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8913         From Henrik Enberg <henrik@enberg.org>
8914
8915         * gnus-msg.el: Customization patch.
8916
8917 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
8918
8919         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
8920         variable.
8921         (nnmail-split-fancy-with-parent): Ignore certain groups.
8922
8923 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8924
8925         * gnus-util.el (gnus-byte-compile): New function.
8926         (gnus-use-byte-compile): New variable.
8927         (gnus-make-sort-function): Use it.
8928
8929         * nnmail.el (nnmail-get-new-mail): Use it.
8930
8931         * gnus-agent.el (gnus-category-make-function): Simple function or
8932         compiled function.
8933         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
8934
8935         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
8936         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
8937         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
8938
8939         * message.el (message-check-news-header-syntax): Remove quote.
8940
8941 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8942
8943         * message.el (message-use-mail-followup-to): `t' is not a
8944         documented value.
8945
8946 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8947
8948         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
8949
8950 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8951
8952         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
8953         there are long lines.
8954
8955 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8956
8957         * dgnushack.el (copy-list): New compiler macro.
8958
8959 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8960
8961         * message.el (message-bounce): If no Return-Path, the whole
8962         content is considered as the original message.
8963
8964         * nnml.el (nnml-check-directory-twice): New variable.
8965         (nnml-article-to-file): Use it.
8966         (nnml-retrieve-headers): Hack it.
8967
8968 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8969
8970         * gnus-win.el (gnus-buffer-configuration): New configure.
8971
8972         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
8973         not alive.
8974
8975         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
8976         (mm-display-external): Use display-term configure.
8977
8978 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8979
8980         * gnus-delay.el (gnus-delay-default-hour): New variable.
8981         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
8982
8983 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8984         From Karl Kleinpaste <karl@charcoal.com>
8985
8986         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
8987         (gnus-summary-prepare-threads): Ditto.
8988
8989         * gnus.el (gnus-summary-line-format): Add %B.
8990
8991 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8992
8993         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
8994
8995         * mm-util.el (mm-string-as-multibyte): New function.
8996
8997         * nnmh.el (nnmh-request-list-1): Encode, not decode!
8998
8999 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9000
9001         * mm-util.el (mm-universal-coding-system): New variable.
9002
9003         * gnus-start.el (gnus-startup-file-coding-system): Use it.
9004
9005         * score-mode.el (score-mode-coding-system): Use it.
9006
9007 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9008
9009         * gnus-start.el (gnus-setup-news): Call
9010         `gnus-check-bogus-newsgroups' just after the native server is
9011         opened.
9012
9013 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9014
9015         * nnmail.el (nnmail-do-request-post): Util function to be used by
9016         `nnchoke-request-post' for all nnmail-derived backends.
9017
9018         * nnml.el (nnml-request-post): Use it.
9019
9020         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
9021         backend, for it groks nnml-request-post.
9022
9023         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
9024         Treat `mail-post' backends like `mail' backends, not like `news'
9025         backends.
9026
9027 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9028
9029         * gnus-msg.el (gnus-setup-message): make-local-hook.
9030
9031 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9032
9033         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
9034         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
9035         <karl@charcoal.com>, slightly changed by Kai.
9036
9037         * message.el (message-check-news-header-syntax): When checking
9038         whether the groups exist, check the right server based on
9039         `gnus-post-method'.
9040
9041 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9042
9043         * gnus-delay.el: New file.
9044
9045 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9046
9047         * mm-util.el (mm-read-coding-system): Take two arguments.
9048
9049         * gnus-sum.el (gnus-summary-show-article): Use
9050         mm-read-coding-system.
9051
9052         * gnus-art.el (article-de-quoted-unreadable):
9053         (article-de-base64-unreadable, article-wash-html):
9054         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
9055
9056 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9057
9058         * nnml.el (nnml-request-post): New function.  Can be used for
9059         annotations in nnml groups.
9060
9061 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9062
9063         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
9064         command.
9065
9066         * gnus-start.el (gnus-find-new-newsgroups): Use
9067         `message-make-date' instead of `current-time-string'.
9068         (gnus-ask-server-for-new-groups): Ditto.
9069         (gnus-check-first-time-used): Ditto.
9070
9071 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9072
9073         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
9074
9075 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
9076
9077         * message.el (message-shorten-references): Change `maxcount' and
9078         `cut' to obey USEFOR draft 5.
9079
9080 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
9081
9082         * gnus-sum.el (gnus-summary-display-arrow): New variable.
9083         (gnus-summary-set-article-display-arrow): New function.
9084         (gnus-summary-goto-subject): Use it.
9085
9086 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9087
9088         * gnus-sum.el (gnus-summary-import-article): Insert date if
9089         doesn't exist.
9090
9091 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9092
9093         * mml.el (mml-content-type-parameters): New variable.
9094         (mml-content-disposition-parameters): New variable.
9095         (mml-insert-mime-headers): Use them.
9096         (mml-parse-1): Accept charset.
9097
9098 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9099
9100         * gnus-group.el (gnus-group-select-group): Doc fix.
9101
9102         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
9103
9104 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9105
9106         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
9107         to handle `define-derived-mode'.
9108
9109 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9110         From:  Stefan Monnier  <monnier@cs.yale.edu>
9111
9112         * message.el (message-mode): Use define-derived-mode.
9113         (message-tab): message-completion-alist.
9114
9115         * imap.el (imap-interactive-login): Use make-local-variable.
9116         (imap-open): Ditto.
9117         (imap-authenticate): Ditto.
9118
9119         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
9120
9121         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
9122
9123 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9124
9125         * message.el (message-citation-line-function): Refer to
9126         gnus-cite-attribution-suffix.
9127
9128 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9129
9130         * gnus-art.el,...: Error convention changes.
9131
9132 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9133
9134         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
9135
9136 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9137
9138         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
9139         (nnrss-read-server-data): Ditto.
9140
9141 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9142
9143         * gnus-setup.el (gnus-use-installed-gnus): Typo.
9144         * Cleanup files.
9145         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
9146
9147 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9148
9149         * gnus.el (gnus-summary-line-format): Add %o.
9150
9151         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
9152         unless shell outputs something.
9153
9154 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9155
9156         * gnus-art.el (gnus-boring-article-headers): Better doc.
9157         (article-hide-headers): Better regexp.
9158         Suggested by Matt Swift <swift@alum.mit.edu>.
9159
9160         * nnheader.el (nnheader-max-head-length): Better doc.
9161         (nnheader-header-value): Skip spaces.
9162         (nnheader-parse-head): Remove space.
9163         Suggested by Matt Swift <swift@alum.mit.edu>.
9164
9165         * gnus-sum.el (gnus-summary-show-raw-article): New function.
9166         (gnus-get-newsgroup-headers): Remove space.
9167
9168 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9169
9170         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
9171         (gnus-summary-reply): Use it.
9172         (gnus-summary-reply-broken-reply-to): New function.
9173         (gnus-msg-force-broken-reply-to): New function.
9174
9175         * mm-view.el (mm-inline-text): Showing as text/plain when error.
9176
9177 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9178
9179         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
9180
9181 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9182
9183         * mm-decode.el (mm-external-terminal-program): New variable.
9184         (mm-display-external): Use it. Use term to display when no
9185         window-system.
9186
9187 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
9188
9189         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
9190         Browse->Next entries to Browse->Prev
9191
9192 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9193
9194         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
9195
9196 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9197
9198         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
9199         for the default encoding.
9200
9201         * nnrss.el (nnrss-url-field): New field.
9202         (nnrss-request-article): Add newsgroups.
9203
9204         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
9205
9206 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9207
9208         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
9209
9210         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
9211         (gnus-draft-setup): Remove backlog.
9212
9213 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9214
9215         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
9216         Cleanup.
9217
9218 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9219
9220         * gnus-msg.el (gnus-bug): Erase buffer.
9221
9222         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
9223
9224 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9225
9226         * mm-decode.el (mm-attachment-override-p): Fix typo.
9227
9228 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
9229
9230         * gnus-kill.el (gnus-execute): Work with the extra headers.
9231         * gnus-sum.el (gnus-summary-execute-command): Ditto.
9232
9233 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9234
9235         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
9236         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
9237
9238         * message.el (message-send-mail-real-function): New variable.
9239         (message-send-mail-partially, message-send-mail):
9240
9241         * nngateway.el (nngateway-request-post): Use it.
9242
9243         * gnus-agent.el (gnus-agentize): Use it.
9244
9245         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
9246         (nnsoup-revert-variables): Use it.
9247
9248 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
9249
9250         * mm-decode.el (mm-inline-media-tests): Default to displaying as
9251         text/plain if the type doesn't match any other media types.
9252         (mm-inlined-types): Doc fix.
9253         (mm-display-inline): Revert previous change (now handled by a
9254         default type in `mm-inline-media-tests'.
9255         (mm-inlinable-p): Revive.
9256         (mm-display-part): Call `mm-inlinable-p'.
9257         (mm-attachment-override-p): Ditto.
9258         (mm-inlined-p): Doc fix.
9259
9260         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
9261         well as `mm-inlined-p'.
9262
9263 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9264
9265         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
9266         (nntp-send-command-and-decode): Use gnus-point-at-bol.
9267
9268 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9269         From  Paul Jarc <prj@po.cwru.edu>
9270
9271         * message.el (message-use-mail-followup-to): New variable.
9272         (message-get-reply-headers): Use it.
9273
9274 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
9275
9276         * nnheader.el (nnheader-init-server-buffer): Make sure the
9277         *nntpd* buffer is made multibyte instead of a random buffer.
9278
9279 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9280
9281         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
9282         when it returns headers.
9283
9284 2001-07-07  Simon Josefsson  <jas@extundo.com>
9285
9286         * rfc2047.el (rfc2047-encode-message-header): Skip header when
9287         trying to fold. Thanks to Colin Walters
9288         <walters@cis.ohio-state.edu>
9289
9290 2001-07-06  Simon Josefsson  <jas@extundo.com>
9291
9292         * imap.el (imap-parse-address-list, imap-parse-flag-list)
9293         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
9294         Add information in `assert's.
9295
9296         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
9297         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
9298         and `nnimap-group-overview-filename', should handle all
9299         change-of-uidvalidity related issues.  But there may be other
9300         problems.)
9301
9302 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
9303
9304         * rfc2047.el (rfc2047-encode-message-header): Don't include the
9305         header name when folding.
9306
9307 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
9308
9309         * mm-decode.el (mm-inlined-types): Document relationship with
9310         `mm-inline-media-tests'.
9311         (mm-display-inline): Default to displaying as plain text if no
9312         inlining handler is available.
9313         (mm-inlinable-p): Remove.
9314         (mm-inlined-p): Don't call `mm-inlinable-p'.
9315         (mm-automatic-display-p): Ditto.
9316         (mm-attachment-override-p): Ditto.
9317
9318 2001-07-04  Simon Josefsson  <jas@extundo.com>
9319
9320         * nnimap.el (nnimap-importantize-dormant): New variable.
9321         (nnimap-request-update-info-internal): Use it.
9322         (nnimap-request-set-mark): Ditto.
9323
9324 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
9325
9326         * nntp.el (nntp-send-command): don't pass a buffer argument to
9327         `point'. Only XEmacs accepts this.
9328         * nntp.el (nntp-send-command-nodelete): ditto.
9329         * nntp.el (nntp-send-command-and-decode): ditto.
9330
9331 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
9332
9333         * nntp.el (nntp-open-connection-function): doc update.
9334         * nntp.el (nntp-pre-command): New.
9335         * nntp.el (nntp-via-rlogin-command): New.
9336         * nntp.el (nntp-via-telnet-command): New.
9337         * nntp.el (nntp-via-telnet-switches): New.
9338         * nntp.el (nntp-via-user-name): New.
9339         * nntp.el (nntp-via-user-password): New.
9340         * nntp.el (nntp-via-address): New.
9341         * nntp.el (nntp-via-envuser): New.
9342         * nntp.el (nntp-via-shell-prompt): New.
9343         * nntp.el (nntp-open-telnet-stream): New.
9344         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
9345         * nntp.el (nntp-open-via-telnet-and-telnet): New.
9346         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
9347         * nntp.el (nntp-send-command): ditto.
9348         * nntp.el (nntp-send-command-nodelete): ditto.
9349         * nntp.el (nntp-send-command-and-decode): ditto.
9350
9351 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
9352         Trivial patch.
9353
9354         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
9355         `when'.
9356
9357 2001-07-03  Simon Josefsson  <jas@extundo.com>
9358         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
9359
9360         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
9361
9362 2001-07-03  Simon Josefsson  <jas@extundo.com>
9363
9364         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
9365         remove it (workaround XEmacs `fill-region' bug).
9366
9367 2001-07-01  Simon Josefsson  <jas@extundo.com>
9368
9369         * nnimap.el (nnimap-date-days-ago): Defeat locale.
9370
9371 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9372
9373         * mml2015.el (mml2015-format-error): New function.
9374         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
9375         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
9376         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
9377
9378 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9379
9380         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
9381         Suggested by Christoph Conrad <C.Conrad@cli.de>.
9382
9383         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
9384         group variables.
9385
9386 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9387
9388         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
9389
9390         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
9391         (nnrss-save-group-data): Ditto.
9392
9393         * gnus-agent.el (gnus-agent-save-alist): Ditto.
9394
9395 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9396
9397         * message.el (message-do-send-housekeeping): Narrow to headers.
9398
9399 2001-06-24  Simon Josefsson  <jas@extundo.com>
9400
9401         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
9402         insertion when breaking lines looked for " \t" instead of "[ \t]".
9403         (rfc2047-encode-message-header): Fold lines even if
9404         no QP encoding is done.
9405
9406 2001-06-23  Simon Josefsson  <jas@extundo.com>
9407         From Samuel Tardieu <sam@inf.enst.fr>
9408
9409         * smime.el (smime-keys): Support additional certificates.
9410         (smime-make-certfiles): New function.
9411         (smime-sign-region): Use previous variables.
9412         (smime-get-certfiles): New function.
9413         (smime-sign-buffer): Use it.
9414         (smime-verify-region): Support both CAfile and CApath.
9415
9416 2001-06-23  Simon Josefsson  <jas@extundo.com>
9417
9418         * smime.el (smime-decrypt-region): Perhaps work.
9419
9420 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9421
9422         * gnus-msg.el (gnus-copy-article-buffer): Typo.
9423
9424 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
9425
9426         * mm-decode.el (mm-save-part): Rewrite file name.
9427         (mm-file-name-rewrite-functions): New variable.
9428         (mm-file-name-delete-whitespace): New function.
9429         (mm-file-name-trim-whitespace): New function.
9430         (mm-file-name-collapse-whitespace): New function.
9431         (mm-file-name-replace-whitespace): New variable and function.
9432
9433 2001-06-22  Simon Josefsson  <jas@extundo.com>
9434
9435         * message.el (message-make-date): Workaround locale for weekdays.
9436
9437 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9438
9439         * message.el (message-goto-body): Return nil if not found. (revert!)
9440
9441 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9442         From Fremlin <chief@bandits.org>
9443
9444         * message.el (message-goto-body): Some messages have no header.
9445
9446         * gnus-msg.el (gnus-copy-article-buffer): Use it.
9447
9448 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
9449
9450         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
9451
9452 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9453
9454         * message.el (message-make-date): Add week day.
9455         Suggested by Jason R. Mastaler <jason@mastaler.com>.
9456
9457 2001-06-19  Simon Josefsson  <jas@extundo.com>
9458
9459         * message.el (message-yank-prefix): Doc fix.
9460         (message-yank-cited-prefix): Ditto.
9461         (message-delete-not-region): Keep citation prefix on first line,
9462         if possible and appropriate.
9463
9464 2001-06-19  Simon Josefsson  <jas@extundo.com>
9465
9466         * imap.el (imap-process-connection-type): New variable.
9467         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
9468         recent `imtest's work completely (no line length issues), while
9469         making making old `imtest's unusable.  Thanks to NAGY Andras
9470         <nagya@inf.elte.hu> for his work.
9471
9472 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
9473
9474         * imap.el (imap-ssl-program): Add -quiet to shut up
9475         OpenSSL/SSLeay's internal debug talk.
9476
9477 2001-06-19  Matt Armstrong  <matt@lickey.com>
9478
9479         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
9480         server.
9481
9482 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9483
9484         * nnmail.el (nnmail-article-buffer): New variable.
9485         (nnmail-split-incoming): Use it.
9486
9487 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
9488
9489         * qp.el (quoted-printable-decode-region): If called interactively,
9490         use coding-system-for-read.
9491
9492 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9493
9494         * message.el (message-check-news-header-syntax): Check Reply-To.
9495
9496 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9497
9498         * mml.el (mml-parse-1): Use message options.
9499
9500         * message.el (message-do-fcc): Don't do anything if there is no
9501         FCC.
9502
9503 2001-06-16  Simon Josefsson  <jas@extundo.com>
9504
9505         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
9506         (nnimap-expunge-search-string): New variable.
9507         (nnimap-request-expire-articles): Use it.
9508
9509 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9510
9511         * message.el (message-send-mail-with-qmail): wrong exit status is
9512         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
9513
9514 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9515
9516         * gnus-art.el (article-strip-multiple-blank-lines): Use
9517         delete-region instead of replace-match.
9518
9519 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9520
9521         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
9522         (nnweb-google-wash-article): Ditto.
9523
9524 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
9525
9526         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
9527
9528 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9529
9530         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
9531         specs.
9532
9533 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9534
9535         * gnus.el (gnus-email-address): Move it here.
9536
9537         * gnus-art.el (article-de-quoted-unreadable): Read charset if
9538         requested.
9539         (article-de-base64-unreadable): Ditto.
9540         (article-wash-html): Ditto.
9541
9542 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9543
9544         * message.el (message-options-set-recipient): Don't add ", "
9545         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
9546
9547 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9548
9549         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
9550
9551 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9552
9553         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
9554         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
9555
9556         * nnrss.el (nnrss-node-text): Node might be nil.
9557
9558 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9559
9560         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
9561         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
9562
9563         * nnrss.el (nnrss-group-alist): More items.
9564
9565 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9566
9567         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
9568
9569 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9570         Trivial patch from Dale Hagglund  <rdh@best.com>
9571
9572         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
9573         restrict clauses.
9574
9575 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9576
9577         From Benjamin Rutt <brutt+news@bloomington.in.us>
9578
9579         * message.el (message-wide-reply-confirm-recipients): New variable.
9580
9581 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9582         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
9583
9584         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
9585         fix so it works with XEmacs.
9586
9587 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9588
9589         * nnrss.el (nnrss-retrieve-headers): Support description as extra
9590         headers.
9591
9592 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9593
9594         * nnrss.el: Fix a few bugs.
9595
9596 2001-06-05  Simon Josefsson  <jas@extundo.com>
9597
9598         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
9599         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
9600
9601 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
9602
9603         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
9604         binary so that we don't transmit ISO 2022 garbage to the process.
9605         This is needed under XEmacs.
9606
9607 2001-06-03  Simon Josefsson  <simon@josefsson.org>
9608
9609         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
9610         autoloaded incorrectly below because ssl-program-* is bound.)
9611         Thanks to Amos Gouaux for report.
9612
9613 2001-06-02  Simon Josefsson  <simon@josefsson.org>
9614
9615         * imap.el (imap-kerberos4-open):
9616         (imap-gssapi-open):
9617         (imap-ssl-open):
9618         (imap-network-open):
9619         (imap-shell-open):
9620         (imap-starttls-open): Set buffer to workaround spurious
9621         `accept-process-output' buffer changes.  Thanks to Mats Lidell
9622         <Mats.Lidell@contactor.se> for report and partial patch and Jake
9623         Colman <colman@ppllc.com> for report.
9624
9625 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9626
9627         * gnus-sum.el (gnus-summary-catchup): New argument.
9628         (gnus-summary-catchup-from-here): New function.
9629
9630 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9631
9632         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
9633         back, then insert glyph.  (Before, the glyph was inserted first,
9634         then the newline.)  This works around a behavior in XEmacs where
9635         it is not possible to insert a character after a glyph which is at
9636         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
9637
9638 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9639
9640         From Jaap-Henk Hoepman (jhh@xs4all.nl).
9641
9642         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
9643         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
9644         mm-destroy-postponed-undisplay-list): New functions.
9645         (mm-display-external): Use them.
9646
9647 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9648
9649         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
9650         `default-low' when evaluating `gnus-summary-highlight'.
9651         From Raja R Harinath <harinath@cs.umn.edu>.
9652
9653 2001-05-27  Simon Josefsson  <simon@josefsson.org>
9654
9655         * message.el (message-yank-cited-prefix): New variable.
9656         (message-indent-citation): Use it.
9657
9658         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
9659         as details.
9660         (mml2015-mailcrypt-clear-verify): Ditto.
9661
9662 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9663         From Nevin Kapur <nevin@jhu.edu>.
9664
9665         * gnus-sum.el (gnus-summary-default-high-score,
9666         gnus-summary-default-low-score): New variables.
9667         (gnus-summary-highlight): Use them.
9668
9669 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
9670
9671         * message.el (message-mail): pass the 'send-actions argument to
9672         `message-setup'.
9673
9674 2001-05-16  Simon Josefsson  <simon@josefsson.org>
9675         From Raymond Scholz <ray-2001@zonix.de>
9676
9677         * gnus-art.el (gnus-mime-view-part-as-charset):
9678         (gnus-mime-internalize-part): Doc fixes.
9679
9680 2001-05-11  Simon Josefsson  <simon@josefsson.org>
9681
9682         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
9683         status lines without any text ("^215$").
9684
9685 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9686
9687         * nnrss.el (nnrss-check-group): Reverse.
9688
9689 2001-05-07  Simon Josefsson  <simon@josefsson.org>
9690
9691         * message.el (message-get-reply-headers):
9692         (message-followup): Fix typo, suggested by David Green
9693         <dgreen@uab.edu>
9694
9695 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9696
9697         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
9698
9699         * nnrss.el (nnrss-open-server): Read server data when it is called.
9700         (nnrss-request-expire-articles): Fix.
9701
9702 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9703
9704         * message.el (message-do-send-housekeeping): mail-abbrevs may
9705         rename buffer behind Gnus.
9706
9707 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9708
9709         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
9710         (nnrss-group-alist): Add more resources.
9711         (nnrss-check-group): Ignore errors.
9712
9713 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9714
9715         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
9716
9717         * nnslashdot.el (nnslashdot-request-list): Add time.
9718         (nnslashdot-request-expire-articles): New function.
9719
9720         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
9721         secondary methods too.
9722
9723 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9724
9725         * message.el (message-use-followup-to): Set default value to t.
9726
9727 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
9728
9729         * message.el (message-dont-reply-to-names): Fix documentation.
9730         (message-get-reply-headers): Use Mail-Followup-To only for wide
9731         replies.
9732
9733 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9734
9735         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
9736         correctly.
9737         (nnrss-check-group): Use time.
9738
9739 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9740
9741         * gnus.el: Oort Gnus v0.03 is released.
9742
9743 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9744
9745         * nnultimate.el (nnultimate-topic-article-to-article): Use the
9746         group.
9747
9748 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9749
9750         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
9751
9752 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9753
9754         * nnultimate.el (nnultimate-retrieve-headers): Return all
9755         available headers.
9756
9757         * gnus-sum.el (gnus-read-all-available-headers): New variable.
9758         (gnus-get-newsgroup-headers-xover): Use it.
9759
9760 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9761
9762         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
9763
9764 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9765
9766         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
9767
9768 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9769
9770         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
9771         disable it.
9772
9773         * gnus.el (gnus-info-nodes): Remove a few The's.
9774
9775 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9776
9777         * mail-source.el (mail-source-movemail): Call-process may return a
9778         signal description string.
9779
9780         * gnus-start.el (gnus-read-newsrc-el-file):
9781         gnus-newsrc-file-version may be nil.
9782
9783         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
9784         Suggested by Michael Sperber [Mr. Preprocessor]
9785         <sperber@informatik.uni-tuebingen.de>.
9786
9787 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
9788
9789         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
9790
9791 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
9792
9793         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
9794         fontify HANDLE.
9795
9796 2001-04-18  Simon Josefsson  <simon@josefsson.org>
9797
9798         * smime.el (smime-ask-passphrase): Rework to return value.
9799         (smime-sign-region): Rework to bind value and use it.
9800         (smime-decrypt-region): Ditto.
9801
9802 2001-04-18  Simon Josefsson  <simon@josefsson.org>
9803         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
9804
9805         * smime.el (smime-ask-passphrase): New function.
9806         (smime-sign-region): Use it.
9807         (smime-encrypt-cipher): New variable.
9808         (smime-decrypt-region): Ditto.
9809
9810 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
9811         Committed by Simon Josefsson  <simon@josefsson.org>
9812
9813         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
9814         the log.
9815
9816 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9817
9818         * gnus.el: Oort Gnus v0.02 is released.
9819
9820 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
9821
9822         * gnus.el: Oort Gnus v0.01 is released.
9823
9824 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9825
9826         * gnus-sum.el (gnus-summary-highlight): Highlight read
9827         undownloaded articles as read articles.
9828
9829         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
9830         (gnus-agent-get-undownloaded-list): Mark all undownloaded
9831         articles, even read ones, as such.
9832
9833         * gnus-sum.el (gnus-summary-find-matching): Clean up.
9834         (gnus-find-matching-articles): New function.
9835         (gnus-summary-limit-include-matching-articles): New command.
9836         (gnus-summary-limit-include-thread): Include articles that have
9837         matching subjects.
9838         (gnus-offer-save-summaries): Clean up.
9839
9840 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9841
9842         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
9843
9844 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9845         From Jason Merrill <jason_merrill@redhat.com>
9846
9847         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
9848
9849 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
9850         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9851
9852         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
9853         newsgroup names when the original article is a news message.
9854
9855 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9856
9857         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
9858         supported. Suggest by Jim Meyering <jim@meyering.net>.
9859
9860 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
9861         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
9862
9863         * nnmail.el (nnmail-split-it): Added check for .* at the end of
9864         regexp in nnmail-split-fancy.
9865
9866 2001-04-10  Simon Josefsson  <simon@josefsson.org>
9867
9868         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
9869
9870 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
9871
9872         * message.el (message-send-mail): Improve the interaction with the
9873         user.
9874
9875 2001-04-10  Simon Josefsson  <simon@josefsson.org>
9876
9877         * imap.el (imap-message-copy): Work around buggy servers that
9878         doesn't send TRYCREATE tags.
9879
9880 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
9881
9882         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
9883
9884 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9885
9886         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
9887         date.
9888
9889 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9890
9891         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
9892         lives.
9893
9894 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9895
9896         * gnus-art.el (gnus-parse-news-url): New function.
9897         (gnus-button-handle-news): New function.
9898         (gnus-button-alist): Point to new functions.
9899
9900         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
9901
9902         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
9903         gnus-format-specs.
9904
9905         * message.el (message-check-news-header-syntax): Question even
9906         when Gnus doesn't know the group names.
9907         (message-send-news): Clean up.
9908
9909         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
9910         exited on purpose without saving.
9911
9912         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
9913
9914 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9915
9916         * gnus-score.el (gnus-score-orphans): Clean up.
9917
9918         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
9919
9920         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
9921         later.
9922
9923         * gnus-start.el (gnus-close-all-servers): Find the right items to
9924         close.
9925
9926         * qp.el (quoted-printable-decode-region): Just message
9927         malformation; don't quit.
9928
9929 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9930         From Gerd Moellmann <gerd@gnu.org>.
9931
9932         * gnus.el (gnus-interactive): A typo.
9933
9934 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
9935         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9936
9937         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
9938         `assq-delete-all', if that function exists; otherwise use the old
9939         definition. Documentation changed to match the one in
9940         `assq-delete-all'.
9941
9942 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9943
9944         * gnus-start.el (gnus-close-all-servers): New function.
9945
9946         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
9947         (gnus-server-remove-denials): Clean up.
9948
9949         * gnus-sum.el (gnus-summary-sort-by-original): New command and
9950         keystroke.
9951
9952 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9953
9954         * message.el (message-send-news): Message where we are sending.
9955         (message-send-mail): Ditto.
9956
9957         * gnus.el (gnus-server-string): New function.
9958
9959         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
9960
9961         * mm-decode.el (mm-default-directory): Customized.
9962         (mm-tmp-directory): Ditto.
9963
9964         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
9965         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
9966         or Chars.
9967         (gnus-summary-line-format-alist): ?l is now a string.
9968         (gnus-summary-prepare-threads): Output ? for unknown lines.
9969         (gnus-summary-insert-line): Ditto.
9970         (gnus-summary-print-article): Unbalanced parentheses.
9971
9972         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
9973         out whether new stuff has arrived.
9974
9975 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
9976
9977         * gnus-sum.el: Let printing work on ttys on Emacs.
9978
9979 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9980
9981         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
9982         when forcing news.
9983
9984         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
9985         command.
9986
9987 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
9988
9989         * message.el (message-set-auto-save-file-name): Don't use
9990         asterisks under nt.
9991
9992 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9993
9994         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
9995         lists of articles.
9996
9997         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
9998
9999         * gnus-msg.el (gnus-put-message): Clean up.
10000         (gnus-summary-reply): Mark all replied-to articles as replied to.
10001         (gnus-inews-add-send-actions): Also mark as forwarded.
10002         (gnus-summary-mail-forward): Mark as forwarded.
10003
10004         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
10005         of articles.
10006         (gnus-summary-mark-article-as-forwarded): Ditto.
10007
10008         * gnus-msg.el (gnus-summary-resend-message): Mark article as
10009         forwarded.
10010         (gnus-summary-mail-forward): Clean up.
10011
10012         * gnus.el (gnus-article-mark-lists): Added forward.
10013
10014         * gnus-sum.el (gnus-forwarded-mark): New variable.
10015         (gnus-summary-prepare-threads): Use it.
10016         (gnus-summary-update-secondary-mark): Ditto.
10017         (gnus-newsgroup-forwarded): New variable.
10018
10019 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10020
10021         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
10022         (gnus-summary-very-wide-reply): New command and keystroke.
10023         (gnus-summary-very-wide-reply-with-original): Ditto.
10024
10025         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
10026         (gnus-score-adaptive): Use it.
10027
10028         * gnus-start.el (gnus-get-unread-articles): Clean up.
10029
10030 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10031
10032         * nnultimate.el (nnultimate-retrieve-headers): Work for other
10033         boards.
10034
10035 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
10036
10037         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
10038         * gnus-start.el (gnus-subscribe-newsgroup): use it.
10039
10040 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10041
10042         * nnultimate.el (nnultimate-retrieve-headers): Understand
10043         long-form month names.
10044
10045 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10046
10047         * gnus-sum.el (gnus-summary-show-all-headers):
10048         gnus-article-show-all-headers is broken. Use
10049         gnus-summary-toggle-header instead.
10050
10051         * mml2015.el (mml2015-gpg-extract-from): No error.
10052
10053 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10054         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
10055
10056         * mml2015.el (mml2015-gpg-extract-from): New function.
10057         (mml2015-gpg-verify): Use it.
10058         (mml2015-gpg-clear-verify): Use it.
10059
10060 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10061
10062         * message.el (message-setup-fill-variables): Use
10063         fill-paragraph-function.
10064         (message-fill-paragraph): Take an argument.
10065         (message-newline-and-reformat): Take another argument.
10066
10067 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10068
10069         * message.el (rmail-output): It is in rmailout.el not rmail.el.
10070
10071 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10072
10073         * message.el (message-forward): local-variable-p takes an extra
10074         argument in XEmacs.
10075
10076 2001-03-16  Simon Josefsson  <simon@josefsson.org>
10077
10078         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
10079         `nnimap-use-nov-p' (it really tested the negative).
10080         (nnimap-retrieve-headers): Use it.
10081
10082 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10083
10084         * message.el (message-generate-headers-first): Update doc.
10085
10086 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
10087         Trivial patch.
10088
10089         * gnus.el (gnus-summary-line-format): Typo.
10090
10091 2001-03-11  Simon Josefsson  <simon@josefsson.org>
10092
10093         * mailcap.el (mailcap-mime-data): Add application/sieve.
10094         (mailcap-mime-extensions): Add .siv, .xls.
10095
10096 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10097         From Christoph Conrad <christoph.conrad@gmx.de>
10098
10099         * gnus-score.el (gnus-summary-lower-thread): Typo.
10100
10101 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10102
10103         * message.el (message-forward-decoded-p): New variable.
10104         (message-forward-subject-author-subject): Use it.
10105         (message-make-forward-subject): Use it.
10106         (message-forward): Use it.
10107
10108         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
10109
10110         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
10111         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
10112
10113 ;;Has been fixed -- zsh.
10114 ;;2001-03-05  Dave Love  <fx@gnu.org>
10115 ;;
10116 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
10117 ;;      Move it after definition of mm-coding-system-p.
10118 ;;
10119 2001-03-01  Dave Love  <fx@gnu.org>
10120
10121         * mm-util.el (mm-inhibit-file-name-handlers): Add
10122         image-file-handler.
10123
10124 2001-02-11  Dave Love  <fx@gnu.org>
10125
10126         * message.el (message-signature-file): Fix doc, :type.
10127
10128 2001-02-08  Dave Love  <fx@gnu.org>
10129
10130         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
10131         (message-posting-charset): Defvar when compiling again.
10132         (rfc2047-encodable-p): Require message.
10133
10134         * gnus-sum.el (gnus-alter-articles-to-read-function):
10135         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
10136
10137 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10138
10139         * nnrss.el: New file.
10140
10141 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
10142         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10143
10144         * rfc2047.el (rfc2047-unfold-region): Fix arg of
10145         `skip-chars-forward'.
10146
10147 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10148
10149         * nndraft.el (nndraft-request-group): Restore auto save files if
10150         the original files do not exist.
10151
10152 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10153
10154         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
10155         SCORE paths.
10156
10157         * mm-decode.el (mm-dissect-buffer): Call
10158         mail-extract-address-components only if necessary.
10159
10160 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10161
10162         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
10163         directory part.
10164         (gnus-score-search-global-directories): Use file-directory-p.
10165
10166         * gnus-score.el (gnus-score-score-files-1): Use
10167         gnus-kill-files-directory.
10168         From Adrian Aichner <adrian@xemacs.org>.
10169
10170 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10171
10172         * gnus.el (charset): Move here from gnus-sum.el.
10173
10174 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10175
10176         * mml.el (mml-preview): Disable local map.
10177
10178         * gnus-sum.el (gnus-summary-make-menu-bar): Make
10179         gnus-article-post-menu here.
10180
10181         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
10182         if it has not been made.
10183
10184 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10185
10186         * gnus-art.el (gnus-article-describe-key): Map key to event.
10187         (gnus-article-describe-key-briefly): Ditto
10188
10189 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10190
10191         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
10192
10193 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10194         From Katsumi Yamaoka <yamaoka@jpl.org>.
10195
10196         * dgnushack.el (coerce, merge, subseq): defmacro.
10197
10198 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10199
10200         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
10201         A fake defalias in nndraft.el results a not-activated bug in
10202         uncompiled versions.
10203
10204 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
10205         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10206
10207         * gnus-util.el (gnus-split-references): Handle malformed References:.
10208
10209 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10210
10211         * gnus-art.el (gnus-article-mime-part-status): 1 part.
10212
10213 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10214         From NAGY Andras <nagya@inf.elte.hu>.
10215
10216         * gnus.el (gnus-parameters): Typo.
10217
10218 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10219
10220         * gnus.el (gnus-read-method): Remove redundancy.
10221
10222 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10223
10224         * nnslashdot.el (nnslashdot-backslash-url): New variable.
10225         (nnslashdot-request-list): Use it.
10226
10227 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10228
10229         * nnml.el (nnml-generate-active-info): Fix the case when there is
10230         no file.
10231
10232         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
10233         (gnus-summary-create-article): New function.
10234
10235         * gnus-group.el (gnus-group-mark-article-read): New function.
10236
10237         * gnus-msg.el (gnus-inews-do-gcc): Use it.
10238
10239         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
10240
10241 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10242
10243         * gnus-art.el (gnus-article-edit-done): Don't use
10244         gnus-article-edit-exit.
10245         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
10246
10247         * gnus.el (gnus-parameters): New variable.
10248         Suggested by NAGY Andras <nagya@inf.elte.hu>.
10249         (gnus-parameters-get-parameter): New function.
10250         (gnus-group-find-parameter): Use it.
10251
10252 2001-02-23  Simon Josefsson  <simon@josefsson.org>
10253
10254         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
10255         change of default value to `current'.
10256
10257 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10258
10259         * nneething.el (nneething-get-head): Insert unreadable file too.
10260
10261 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10262
10263         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
10264
10265         * webmail.el (webmail-type-definition): Deja is bought by google.
10266
10267 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10268
10269         * gnus-sum.el (gnus-fetch-headers): New function.
10270         (gnus-select-newsgroup): Use it.
10271         (gnus-summary-insert-articles): New function.
10272         (gnus-summary-insert-old-articles): New function.
10273         (gnus-summary-insert-new-articles): New function.
10274
10275         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
10276         (gnus-group-list-active): Ditto.
10277         * gnus-sum.el (gnus-set-mode-line): Ditto.
10278         (gnus-summary-read-group-1): Ditto.
10279
10280 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10281
10282         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
10283         current topic.
10284
10285 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10286
10287         * smiley.el (gnus-smiley-display): Don't do widening.
10288
10289         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
10290         within body.
10291
10292         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
10293
10294         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
10295         New variable.
10296         (gnus-mime-display-multipart-related-as-mixed): New variable.
10297         (gnus-mime-display-part): Use them.
10298
10299 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10300
10301         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
10302         something special.
10303
10304 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10305
10306         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
10307         (nnweb-request-article): Call reference if exists.
10308         (nnweb-type-definition): Dejanews is bought by google.com.
10309         Beta!
10310
10311 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10312
10313         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
10314
10315 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10316
10317         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
10318         gnus-article-sort-functions.
10319         (gnus-article-sort-functions): Doc fix.  Refer to
10320         gnus-thread-sort-functions.
10321
10322 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10323         From Paul Jarc <prj@po.cwru.edu>.
10324
10325         * message.el (message-get-reply-headers): More fixes.
10326
10327 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
10328         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10329
10330         * message.el (message-get-reply-headers): Fix bug with
10331         Mail-Followup-To/to-address interaction.
10332
10333 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10334
10335         * gnus-msg.el (gnus-configure-posting-styles): Match header in
10336         gnus-article-copy.
10337
10338 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10339
10340         * message.el (message-do-send-housekeeping): Rename to a better
10341         name.
10342
10343 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10344
10345         * message.el (message-cancel-news): Check article first, then ask
10346         yes or no.
10347
10348 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10349
10350         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
10351
10352 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10353
10354         * gnus-range.el (gnus-range-normalize): New function.
10355
10356 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
10357
10358         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
10359
10360 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10361
10362         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
10363
10364         * nnagent.el (nnagent-request-regenerate): New function.
10365
10366         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
10367
10368         * nnml.el (nnml-generate-nov-databases): Accept argument
10369         server. Don't open server if it is opened.
10370         (nnml-request-regenerate): Use it. Change to deffoo.
10371
10372 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10373         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10374
10375         * gnus.el (gnus-define-group-parameter): Fix.
10376
10377 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10378
10379         * gnus.el (gnus-define-group-parameter): Improved.
10380
10381         * gnus-sum.el (charset): Define parameter.
10382         (ignored-charsets): Ditto.
10383         (gnus-summary-setup-default-charset): Use them.
10384
10385         * gnus-start.el (gnus-read-descriptions-file): Use them.
10386
10387         * gnus-cus.el (gnus-group-parameters): Remove them.
10388
10389 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10390
10391         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
10392
10393 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10394
10395         * gnus-sum.el (gnus-summary-read-group-1): Remove
10396         gnus-summary-set-local-parameters.
10397         (gnus-summary-setup-buffer): Put it here.
10398
10399 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10400
10401         * gnus.el (to-address): Define parameter.
10402         (to-list): Ditto.
10403         * gnus-art.el (article-hide-boring-headers): Use them.
10404         * gnus-msg.el (gnus-post-news): Ditto.
10405         * gnus-cus.el (gnus-group-parameters): Remove them.
10406
10407 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10408
10409         * gnus-draft.el (gnus-draft-reminder): New function.
10410
10411         * gnus-art.el (gnus-sender-save-name): New function.
10412
10413 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10414
10415         * mm-util.el (mm-mime-charset): Error message.
10416
10417 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10418
10419         * message.el (message-check-news-body-syntax): Don't check mml lines.
10420
10421 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10422
10423         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
10424         subscribe.
10425
10426         * gnus-start.el (gnus-call-subscribe-functions): New function.
10427         (gnus-find-new-newsgroups): Use it.
10428         (gnus-ask-server-for-new-groups): Use it.
10429         (gnus-check-first-time-used): Use it.
10430         (gnus-subscribe-newsgroup-method): Grok a list of functions.
10431         (gnus-subscribe-options-newsgroup-method): Ditto.
10432         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
10433         return .
10434
10435 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10436
10437         * gnus-cus.el (gnus-score-customize): Doc fix.
10438
10439 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
10440
10441         * dgnushack.el (my-getenv): Typo.
10442
10443 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10444
10445         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
10446
10447 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10448
10449         * gnus-group.el (gnus-group-suspend): Offer save summaries.
10450
10451         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
10452         (gnus-treatment-function-alist): Use it.
10453         (article-remove-leading-whitespace): New function.
10454         (gnus-article-make-menu-bar): Use it.
10455
10456         * gnus-sum.el (gnus-summary-wash-empty-map): Add
10457         remove-leading-whitespace.
10458         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
10459         because of conflict.
10460
10461 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10462
10463         * Makefile.in: Hack generating gnus-load.el.
10464         * dgnushack.el: Ditto.
10465         * gnus-load.el: Remove it.
10466
10467 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10468
10469         * dgnushack.el : Add URLDIR.
10470
10471         * Makefile.in (EMACS_COMP): Ditto.
10472
10473 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10474
10475         * gnus-cus.el (gnus-score-customize): Error on no score file.
10476
10477 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10478
10479         * mm-decode.el (mm-merge-handles): New function.
10480
10481         * mm-view.el (mm-inline-message): Use it.
10482         (mm-view-message): Ditto.
10483
10484         * mm-partial.el (mm-inline-partial): Ditto.
10485
10486         * mm-extern.el (mm-inline-external-body): Ditto.
10487
10488         * gnus-art.el (gnus-mime-view-part): Ditto.
10489         (gnus-mime-view-part-as-type): Ditto.
10490         (gnus-mime-save-part-and-strip): Prevent users to strip in some
10491         cases.
10492
10493 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10494
10495         * message.el (message-cancel-news): Allow to shoot foot.
10496         (message-supersede): Ditto.
10497
10498 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
10499         Trivial patch.
10500
10501         * gnus-sum.el (gnus-simplify-subject-re): Use
10502         message-subject-re-regexp.
10503
10504 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10505
10506         * nnmail.el (nnmail-expiry-target-group): Bind
10507         nnmail-cache-accepted-message-ids to nil.
10508
10509         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
10510         coding system.
10511
10512 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10513
10514         * qp.el (quoted-printable-encode-region): Make sure characters are
10515         between 00 and FF.  Don't check charset.
10516
10517         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
10518         in Emacs 20.
10519         * rfc2047.el (rfc2047-q-encode-region): Ditto.
10520
10521 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10522
10523         * message.el (message-make-forward-subject): Argument decoded.
10524         (message-forward): Use it when digest.
10525
10526         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
10527         buffer.
10528
10529 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10530
10531         * message.el (message-generate-headers-first): Doc fix.
10532
10533 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10534
10535         * gnus-art.el (article-make-date-line): Error proof.
10536
10537 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10538
10539         * gnus-group.el (gnus-group-listing-limit): New variable.
10540         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
10541
10542         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
10543
10544 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10545
10546         * message.el (message-newline-and-reformat): Special case for
10547         breaking at BOL.
10548
10549 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
10550
10551         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
10552         message/rfc822.
10553
10554 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10555
10556         * message.el (message-encode-message-body): Don't insert
10557         Content-Type if it is inside a mail.
10558
10559 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10560
10561         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
10562         gnus-article-commands-menu.
10563
10564         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
10565         in Emacs.
10566
10567         * gnus-start.el (gnus-read-descriptions-file): Use
10568         gnus-group-name-charset and gnus-group-charset-alist.
10569
10570 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10571
10572         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
10573         active region.
10574
10575         * gnus-start.el (gnus-group-change-level): Remove from both
10576         gnus-zombie-list and gnus-killed-list.
10577
10578 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10579
10580         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
10581         gnus-subscribe-topics.
10582
10583         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
10584
10585 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10586
10587         * gnus-art.el (gnus-article-make-menu-bar): Make
10588         gnus-article-post-menu.
10589
10590         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
10591
10592         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
10593
10594         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
10595
10596         * message.el (message-mode-menu): Ditto.
10597
10598         * gnus-art.el (defvar): eval-when-compile.
10599
10600 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10601
10602         * gnus-agent.el (gnus-agentize): Fix doc.
10603
10604 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
10605
10606         * mml.el (mml-preview): Bind `q'.
10607
10608 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10609
10610         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
10611
10612 2001-01-31  Dave Love  <fx@gnu.org>
10613
10614         * mm-util.el (mm-mime-mule-charset-alist)
10615         (mm-find-mime-charset-region): Consider mule-utf-8.
10616
10617 2001-01-31  Dave Love  <fx@gnu.org>
10618
10619         * gnus-art.el (gnus-article-x-face-command)
10620         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
10621         :version.
10622
10623 2001-01-26  Dave Love  <fx@gnu.org>
10624
10625         * mm-util.el (mm-multibyte-string-p): New.
10626
10627 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
10628 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
10629 ;;      string-as-multibyte on class.  Clarify line-folding.
10630         (quoted-printable-encode-string): Make temp buffer inherit
10631         string's multibyteness.
10632
10633 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
10634
10635         * nnheader.el (toplevel): Don't require `gnus-util' at
10636         compile-time; this creates a circular dependency, and prevents
10637         a bootstrap.
10638
10639 2001-01-22  Andreas Schwab  <schwab@suse.de>
10640
10641         * nnheader.el (gnus-delete-line): Autoload it as a macro.
10642
10643 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10644
10645         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
10646
10647         * gnus-art.el (article-hide-list-identifiers): Ditto.
10648
10649         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
10650
10651 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10652
10653         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
10654
10655         * gnus-art.el (article-hide-list-identifiers): Similar.
10656
10657 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
10658
10659         * nnmail.el (nnmail-remove-list-identifiers): Improved.
10660
10661 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10662
10663         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
10664
10665 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10666
10667         * gnus-util.el (gnus-string-equal): New function.
10668
10669         * gnus-art.el (article-hide-boring-headers): Use it.
10670
10671 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
10672
10673         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
10674
10675 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10676
10677         * gnus-msg.el (gnus-msg-mail): Support switch-action.
10678
10679 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10680
10681         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
10682         command if there is not last-saver.
10683
10684 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10685
10686         * nntp.el (nntp-open-connection): 201 is possible.
10687
10688 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10689
10690         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
10691         (rfc2047-charset-encoding-alist): Add big5.
10692
10693 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10694
10695         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
10696         (gnus-agent-remove-server): Ditto.
10697         (autoload): gnus-server-update-server.
10698
10699         * gnus-srvr.el (gnus-server-line-format): Add %a.
10700         (gnus-server-line-format-alist): Add gnus-tmp-agent.
10701         (gnus-server-insert-server-line): Use it.
10702
10703 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10704
10705         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
10706         GB2312 and Big5.
10707
10708 2001-01-24  Simon Josefsson  <sj@extundo.com>
10709
10710         * mail-source.el (mail-sources): Add :program specifier to IMAP
10711         mail source.
10712         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
10713
10714 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10715
10716         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
10717
10718 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10719
10720         * nntp.el (nntp-wait-for): Return the success code.
10721         (nntp-open-connection): Use it.
10722
10723 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10724
10725         * gnus-int.el (gnus-check-server): Allow breaking the opening.
10726
10727 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10728
10729         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
10730
10731 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10732
10733         * gnus-sum.el (gnus-summary-print-article): Take one prefix
10734         argument. Allow to print several articles in one file.
10735
10736 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10737
10738         * webmail.el (webmail-type-definition): netaddress changes.
10739
10740 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10741
10742         * gnus.el: Fix copyright. Remove trailing spaces.
10743
10744         * message.el (message-forward): Use mule4.
10745
10746 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10747
10748         * mm-util.el (mm-string-as-unibyte): New function.
10749
10750         * message.el (message-forward): Use it.
10751
10752 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10753
10754         * message.el (message-cite-original-without-signature): Don't peel
10755         off the blank line.
10756         (message-get-reply-headers): Add Cc if it is not in follow-to.
10757
10758 2001-01-20  Simon Josefsson  <sj@extundo.com>
10759
10760         * mm-decode.el (mm-handle-multipart-from): Add.
10761         (mm-dissect-buffer): Save From: header value.
10762         (mm-security-from): Remove.
10763         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
10764
10765         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
10766         instead of `mml-security-from'.  Protect null from value.
10767
10768 2001-01-20  Simon Josefsson  <sj@extundo.com>
10769
10770         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
10771         application/vnd.ms-excel attachments.
10772
10773 2001-01-19  Simon Josefsson  <sj@extundo.com>
10774
10775         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
10776
10777 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10778
10779         * message.el (message-ignored-mail-headers): Ditto.
10780
10781 2001-01-19  Simon Josefsson  <sj@extundo.com>
10782
10783         * message.el (message-ignored-news-headers): Only search beginning
10784         of line.
10785
10786 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
10787         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
10788
10789         * message.el (message-send-mail): Content-Type may not be there.
10790
10791 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10792
10793         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
10794         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
10795
10796         * gnus-art.el (article-display-x-face): Insert X-Face if there is
10797         not.
10798
10799 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10800
10801         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
10802         non-native groups.
10803
10804 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10805
10806         * message.el (message-yank-original): Understand
10807         universal-argument.
10808
10809 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10810
10811         * gnus-art.el (gnus-boring-article-headers): Add to-address.
10812         (article-hide-boring-headers): Ditto.
10813
10814         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
10815
10816 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10817
10818         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
10819         one.
10820
10821 2001-01-16  Simon Josefsson  <simon@josefsson.org>
10822
10823         * message.el (message-make-in-reply-to): Add comment to message-id
10824         (old syntax, see 2000-08-02 change).
10825
10826 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10827
10828         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
10829         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
10830         (gnus-button-reply): Ditto.
10831
10832 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10833
10834         * gnus-art.el (article-display-x-face): Fix.
10835
10836 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10837
10838         * gnus-art.el (article-display-x-face): Use
10839         gnus-original-article-buffer.
10840
10841 2001-01-15  Jack Twilley  <jmt@tbe.net>
10842
10843         * message.el (message-add-header): Move to point-max.
10844
10845 2001-01-15  Simon Josefsson  <simon@josefsson.org>
10846
10847         * smime.el (smime-CA-directory, smime-CA-file): Change default to
10848         nil, improve documentation.
10849         (smime-certificate-directory): Comment out false hints (until it
10850         is implemented).
10851
10852         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
10853         there aren't any keys.
10854         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
10855         verify certificate.  Default is changed to only check integrity.
10856         Improved security status texts.  If a certificate doesn't contain
10857         a email address, don't fail.
10858
10859         * smime.el (smime-noverify-region):
10860         (smime-noverify-buffer): New functions.  Verifies integrity only.
10861
10862 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10863
10864         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
10865
10866 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10867
10868         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
10869         (gnus-remove-some-windows): Ditto.
10870
10871 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10872
10873         * gnus-art.el (article-make-date-line): 11th.
10874
10875 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10876
10877         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
10878         (mml2015-gpg-sign): Ditto.
10879
10880 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10881
10882         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
10883         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
10884
10885 2001-01-08  Dave Love  <fx@gnu.org>
10886
10887         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
10888         single character.
10889
10890         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
10891
10892         * message.el: Doc and message fixes.
10893         (message-send-rename-function)
10894         (message-make-forward-subject-function)
10895         (message-send-mail-function, message-reply-to-function)
10896         (message-wide-reply-to-function, message-followup-to-function)
10897         (message-distribution-function, message-auto-save-directory): Fix
10898         :type.
10899
10900         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
10901         proceeding after warnings.  Amend multipart warning message.
10902
10903 2001-01-04  Dave Love  <fx@gnu.org>
10904
10905         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
10906         compiling.
10907         (gnus-make-directory): Require nnmail.
10908
10909         * mm-decode.el (mm-inline-media-tests): Add
10910         image/x-portable-bitmap.
10911         (mm-get-image): Grok pbm.
10912
10913 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
10914
10915         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
10916
10917 2001-01-09  Didier Verna  <didier@xemacs.org>
10918
10919         * dgnushack.el (dgnushack-compile): give a dummy value to
10920         `gnus-xmas-glyph-directory' for the time of compilation.
10921         * gnus-agent.el: moved some XEmacs specific hook add-ons from
10922         `gnus-xmas-[re]define' to avoid loosing user custom settings.
10923         * gnus-art.el: ditto.
10924         * gnus-group.el: ditto.
10925         * gnus-salt.el: ditto.
10926         * gnus-sum.el: ditto.
10927         * gnus-topic.el: ditto.
10928         * gnus-xmas.el (gnus-xmas-define): see above.
10929         * gnus-xmas.el (gnus-xmas-redefine): see above.
10930         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
10931         non-continuable error when the directory can't be found.
10932
10933 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10934
10935         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
10936         handle.
10937         * gnus-art.el (gnus-mime-view-part): Copy it.
10938         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
10939
10940 2001-01-09  Michael Downes  <mjd@ams.org>
10941
10942         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
10943
10944 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10945
10946         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
10947         orig-file. Use ',source.
10948
10949 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10950
10951         * gnus-xmas.el (gnus-xmas-modeline-glyph):
10952         (gnus-xmas-group-startup-message):
10953         Detect gnus-xmas-glyph-directory when it is nil.
10954
10955 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10956
10957         * pop3.el (pop3-get-message-count): Andrew Innes
10958         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
10959
10960 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10961
10962         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
10963
10964         * time-date.el (time-to-number-of-days): New function.
10965
10966 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
10967         Trivial patch.
10968
10969         * nnslashdot.el (nnslashdot-request-list): Always get the right
10970         sid.
10971
10972 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10973
10974         * message.el (message-minibuffer-local-map): New keymap.
10975         (message-read-from-minibuffer): Use it.
10976         * gnus-msg.el (gnus-summary-resend-message): Use it
10977
10978 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10979
10980         * gnus-start.el (gnus-display-time-event-handler): New function.
10981         (gnus-after-getting-new-news-hook): Use it.
10982
10983 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10984
10985         * message.el (message-ignored-mail-headers): Add draft header.
10986
10987 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10988
10989         * gnus-sum.el (gnus-summary-expire-articles): Don't save
10990         excursion.
10991
10992         * nnslashdot.el (nnslashdot-request-list): Get the right year.
10993
10994 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
10995         A revoked patch.
10996
10997         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
10998
10999 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11000
11001         * qp.el (quoted-printable-decode-region): Don't backward-char.
11002
11003 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11004
11005         * gnus-draft.el: Mark articles as replied.
11006
11007         * gnus-sum.el (gnus-summary-add-mark): New function.
11008
11009         * gnus-group.el (gnus-add-mark): New function.
11010
11011         * gnus-sum.el (gnus-summary-buffer-name): New function.
11012         (gnus-summary-setup-buffer): Use it.
11013
11014         * gnus-draft.el: Set things up with the right post method and
11015         stuff.
11016
11017         * message.el (message-ignored-news-headers): Remove X-Draft-From.
11018
11019         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
11020
11021         * gnus.el (gnus-draft-meta-information-header): New variable.
11022
11023 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11024
11025         * gnus-art.el (gnus-treatment-function-alist): Move the date
11026         functions before the header sorting functions.
11027
11028         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
11029
11030         * dgnushack.el (dgnushack-compile): Message whether there is w3.
11031         Don't (push "/usr/share/emacs/site-lisp" load-path).
11032
11033         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
11034         to empty fill prefixes.
11035
11036 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11037
11038         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
11039         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
11040
11041 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11042
11043         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
11044
11045         * nnml.el (autoload): Move to nnheader.el.
11046
11047         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
11048         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
11049         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
11050         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
11051
11052 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11053
11054         * gnus-art.el (article-make-date-line): Get the hours right.
11055         (gnus-ignored-headers): More hiding.
11056
11057         * nnmail.el (nnmail-expiry-wait): Not an integer.
11058
11059         * message.el (message-goto-body): Only expand abbrev when called
11060         interactively.
11061         (message-make-lines): Use it.
11062
11063 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11064
11065         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
11066
11067 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11068
11069         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
11070         include the expunged articles.
11071
11072         * gnus-group.el (gnus-group-sort-by-server): New function.
11073
11074         * gnus.el (gnus-method-to-server-name): New function.
11075         (gnus-group-prefixed-name): Use it.
11076
11077         * gnus-group.el (gnus-group-sort-function): Doc fix.
11078         (gnus-group-sort-groups-by-server): New command.
11079
11080 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11081
11082         * gnus-art.el (gnus-treat-date-english): New variable.
11083         (article-date-english): New command.
11084         (gnus-english-month-names): New variable.
11085         (article-make-date-line): Do 'english.
11086
11087         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
11088         after the fill prefix.
11089
11090         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
11091         score...".
11092
11093         * gnus-art.el (gnus-ignored-headers): Hide more headers.
11094
11095         * message.el (message-mode-map): Bind comment-region.
11096
11097         * gnus-art.el (gnus-mime-display-part): Let w3 display
11098         multipart/related.
11099
11100         * mm-bodies.el (mm-long-lines-p): New function.
11101         (mm-body-encoding): Use it.
11102         (mm-body-encoding): Encode articles with lines longer than 1000
11103         characters.
11104
11105 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11106
11107         * mm-util.el (mm-enable-multibyte): Use
11108         default-enable-multibyte-characters.
11109         (mm-enable-multibyte-mule4): Ditto.
11110         (mm-disable-multibyte): Test XEmacs.
11111         (mm-disable-multibyte-mule4): Ditto.
11112         (mm-with-unibyte-current-buffer): Simplified.
11113         (mm-with-unibyte-current-buffer-mule4): Ditto.
11114
11115 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11116
11117         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
11118
11119         * nnheader.el (nnheader-string-as-multibyte): New alias.
11120
11121         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
11122
11123         * gnus-uu.el (gnus-message-process-mark): New function.
11124         (gnus-uu-mark-by-regexp): Use it.
11125         (gnus-new-processable): New function.
11126
11127 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
11128          Trivial patch.
11129
11130         * gnus-sum.el (gnus-no-mark): New variable.
11131
11132 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11133
11134         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
11135         backslashes.
11136
11137 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11138
11139         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
11140         definition.
11141
11142 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11143
11144         * dgnushack.el (dgnushack-compile): elc is in the current directory.
11145
11146         * qp.el (quoted-printable-encode-region): Don't check multibyte in
11147         XEmacs.
11148
11149 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
11150         Trivial patch.
11151
11152         * mml.el (mml-read-tag): Save tag location.
11153
11154 2000-12-25  Simon Josefsson  <simon@josefsson.org>
11155
11156         * starttls.el: Sync with Emacs 21.
11157
11158 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11159
11160         * message.el (message-mail): Support yank-action.
11161
11162         * message.el (message-setup): Revoke the last change.
11163
11164 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11165
11166         * message.el (message-setup): Use cons. Suggested by Johan Vromans
11167         <jvromans@squirrel.nl>.
11168
11169 2000-12-24  Simon Josefsson  <sj@extundo.com>
11170
11171         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
11172         mailing list junk at end of part.
11173
11174 2000-12-23  Simon Josefsson  <sj@extundo.com>
11175
11176         * nnimap.el (nnimap-expiry-target): New function.
11177         (nnimap-request-expire-articles): Use it.
11178
11179 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11180
11181         * gnus.el (gnus-group-parameters-more): New variable.
11182         * gnus-cus.el (gnus-group-customize): Use it.
11183
11184         * gnus.el (gnus-define-group-parameter): New macro.
11185         (auto-expire): Use it
11186         (total-expire): Use it.
11187         * gnus-art.el (banner): Use it.
11188
11189         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
11190         <ljz@asfast.com>.
11191
11192 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11193
11194         * gnus-topic.el (gnus-topic-create-topic): Use list.
11195
11196         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
11197         before binding gnus-default-article-saver.
11198
11199         * gnus-sum.el (gnus-summary-save-article):
11200         (gnus-summary-pipe-output):
11201         (gnus-summary-save-article-mail):
11202         (gnus-summary-save-article-rmail):
11203         (gnus-summary-save-article-file):
11204         (gnus-summary-write-article-file):
11205         (gnus-summary-save-article-body-file): Ditto.
11206
11207         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
11208
11209 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11210
11211         * gnus-art.el (gnus-mime-security-button-map):
11212         (gnus-mime-button-map): Add parent.
11213
11214 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11215
11216         * messagexmas.el (message-xmas-redefine): New function.
11217
11218         * message.el: Use it.
11219
11220         * gnus-art.el (gnus-article-check-hidden-text): Return t.
11221
11222         * gnus-util.el (gnus-remove-text-properties-when): Return t.
11223
11224 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11225
11226         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
11227         malformatted messages.
11228
11229 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11230
11231         * mm-util.el (mm-image-load-path): New function.
11232
11233         * gnus-group.el (gnus-group-make-tool-bar): Use it.
11234
11235         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
11236
11237         * message.el (message-tool-bar-map): Use it.
11238
11239         * Makefile.in (install-el): New rule.
11240
11241 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11242
11243         * gnus-art.el (article-treat-dumbquotes): Quote \.
11244
11245 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11246
11247         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
11248         Emacs 20 runs on a terminal.
11249
11250 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11251
11252         * gnus-msg.el (gnus-bug): Revert to save-excursion.
11253
11254         * mml.el (gnus-add-minor-mode): Autoload.
11255
11256         * message.el (message-forward): Save-restriction.
11257
11258 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11259
11260         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
11261         Paul Stevenson <p.stevenson@surrey.ac.uk>
11262
11263 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11264
11265         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
11266
11267         * mml.el (gnus-ems): Don't require.
11268
11269         * gnus.el (gnus-decode-rfc1522): Removed.
11270         (gnus-set-text-properties): Define.
11271
11272 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11273
11274         * gnus-art.el (gnus-mime-*): handle may be nil.
11275
11276         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
11277
11278         * gnus.el (gnus-group-remove-excess-properties): Not defined
11279         in gnus-xmas.
11280
11281 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11282
11283         * message.el (message-mail-user-agent): Add :version.
11284
11285 2000-12-21  Miles Bader  <miles@gnu.org>
11286
11287         * message.el (message-mode): Set `comment-start' to the  yank prefix.
11288
11289 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11290
11291         * message.el (message-mail-user-agent): New variable.
11292         (message-setup): Renamed to message-setup-1. Support
11293         mail-user-agent.
11294         (message-mail-user-agent): New function.
11295         (message-mail): Use it.
11296         (message-reply): Use it.
11297         (message-resend): Use it.
11298         (message-mail-other-window): Use it.
11299         (message-mail-other-frame): Use it.
11300
11301         * gnus-msg.el (gnus-bug): Support mail-user-agent.
11302
11303 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11304
11305         * message.el (message-tool-bar-map): Simplify.
11306         (message-narrow-to-head-1): New function.
11307         (message-narrow-to-head): Use it.
11308         (message-reply): Ditto.
11309         (message-cancel-news): Ditto.
11310         (message-supersede): Ditto.
11311         (message-make-forward-subject): Ditto.
11312         (message-bounce): Ditto.
11313
11314 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11315
11316         * uudecode.el (uudecode-decode-region-external): make-temp-file
11317         may not be defined.
11318
11319         * binhex.el (defalias): eval-and-compile.
11320
11321         * message.el (message-tool-bar-map): New function.
11322         (message-mode): Use it.
11323
11324 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11325
11326         * nntp.el (nntp-find-connection): Remove the entry.
11327         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
11328
11329 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11330
11331         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
11332
11333         * message.el (message-forward): Copy buffer in unibyte mode.
11334
11335 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11336
11337         * message.el (message-make-forward-subject): Don't widen. Decode.
11338         (message-forward): Don't decode subject.
11339
11340 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
11341
11342         * qp.el (quoted-printable-encode-region): Upcase QP.
11343
11344 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11345
11346         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
11347         mail-extract-a-c instead. Don't depend on Gnus.
11348
11349         * mml.el (gnus-ems): Require it.
11350
11351         * gnus-msg.el (gnus-summary-mail-forward):
11352
11353         * message.el (message-forward):  Move mime-to-mml here.
11354
11355 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11356
11357         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
11358         * gnus-art.el (gnus-insert-mime-button): Simplify.
11359         (gnus-mime-display-alternative): Ditto.
11360         (gnus-insert-mime-security-button): Ditto.
11361
11362 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11363
11364         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
11365         text-property-not-all doesn't return nil when start=mark(end).
11366         (gnus-remove-text-properties-when): Ditto.
11367
11368 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11369
11370         * gnus-start.el (gnus-group-change-level): Remove group from
11371         gnus-active-hashtb if real killed.
11372
11373 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11374
11375         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
11376         (gnus-mime-display-alternative): Ditto.
11377         (gnus-insert-mime-security-button): Ditto.
11378
11379 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11380
11381         * gnus-start.el (gnus-group-change-level): Don't add it into
11382         killed-list if it was killed.
11383
11384 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11385
11386         * nnmbox.el (nnmbox-file-coding-system): Use binary.
11387         (nnmbox-active-file-coding-system): Ditto.
11388
11389         * gnus-cus.el (gnus-group-parameters): Add posting-style.
11390
11391 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11392
11393         * gnus.el (gnus-version):
11394         (gnus-version-number): Set to Oort Gnus 0.01.
11395
11396         * gnus-art.el (gnus-mime-security-button-map):
11397         (gnus-insert-mime-security-button): Fix for Emacs21.
11398
11399 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11400
11401         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
11402         easymenu, because XEmacs doesn't understand :help.
11403
11404         * mm-uu.el: Require binhex.
11405
11406 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11407
11408         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
11409
11410 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
11411
11412         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
11413
11414 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
11415
11416         * *.xpm, *.pbm: Convert icons icons to size 24x24.
11417
11418 2000-12-18  Dave Love  <fx@gnu.org>
11419
11420         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
11421         (unused).
11422
11423 2000-12-13  Miles Bader  <miles@gnu.org>
11424
11425         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
11426         to t, so that we don't get stuck while trying to smilefy
11427         intangible text.
11428
11429 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
11430
11431         * smiley-ems.el (smiley-regexp-alist): Make regexps match
11432         at the end of the buffer.
11433         (smiley-region): In the loop, move to the end of the submatch
11434         matching the smiley instead of using the end of the match
11435         of the whole regexp.
11436
11437 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
11438
11439         * message.el (message-mode): Doc fix.
11440
11441 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
11442
11443         * smiley-ems.el (smiley-region): Doc fix.
11444
11445 2000-12-11  Miles Bader  <miles@gnu.org>
11446
11447         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
11448         bottom line visible, check to see if it's partially obscured, and
11449         if so, either scroll one more line to make it fully visible, or
11450         revert to showing the second line from the top.
11451
11452 2000-12-07  Dave Love  <fx@gnu.org>
11453
11454         * mailcap.el (mailcap-download-directory)
11455         * gnus-audio.el (gnus-audio-directory)
11456         * smiley-ems.el (smiley-data-directory): Fix :type.
11457
11458 2000-11-30  Dave Love  <fx@gnu.org>
11459
11460         * message.el (message-auto-save-directory): Use
11461         file-name-as-directory.
11462         (message-set-auto-save-file-name): Create
11463         message-auto-save-directory if necessary.
11464         (message-replace-chars-in-string): Removed -- unused.
11465         (message-mail-alias-type): Customize.
11466         (message-headers): Remove duplicate defgroup.
11467
11468 2000-11-29  Dave Love  <fx@gnu.org>
11469
11470         * qp.el (quoted-printable-decode-region): Use error, not message
11471         to report malformed text (like base64).  Amend message.
11472
11473 2000-11-29  Miles Bader  <miles@gnu.org>
11474
11475         * message.el (message-header-lines): Fontify tag.
11476
11477 2000-11-27  Dave Love  <fx@gnu.org>
11478
11479         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
11480         compiler warning.
11481
11482 ;2000-11-26  Dave Love  <fx@gnu.org>
11483 ;
11484 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
11485 ;
11486 2000-11-23  Dave Love  <fx@gnu.org>
11487
11488         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
11489
11490         * mm-uu.el (uudecode): Require.
11491         (uudecode-decode-region, uudecode-decode-region-external): Don't
11492         autoload.
11493         (mm-uu-copy-to-buffer): Doc fix.
11494         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
11495         type fix.
11496
11497         * mailcap.el: Doc fixes.
11498         (mailcap-mime-data): Various adjustments.
11499         (mailcap): New group.
11500         (mailcap-download-directory): Customize.
11501         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
11502         (mailcap-temporary-directory): Deleted (unused).
11503         (mailcap-unescape-mime-test): Simplify slightly.
11504         (mailcap-viewer-passes-test): Use functionp.
11505         (mailcap-command-p): Aliased to executable-find.
11506
11507         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
11508         default-enable-multibyte-characters is nil.
11509
11510 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
11511
11512         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
11513
11514 2000-11-21  Dave Love  <fx@gnu.org>
11515
11516         * gnus-art.el (gnus-mime-button-map): Don't inherit from
11517         gnus-article-mode-map.
11518 ;       (gnus-mime-button-menu): Use mouse-set-point.
11519         (gnus-insert-mime-button, gnus-mime-display-alternative)
11520         (gnus-mime-display-alternative): Don't use local-map property.
11521
11522 2000-11-17  Dave Love  <fx@gnu.org>
11523
11524         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
11525         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
11526         and make-temp-file.
11527         (uudecode-decode-region): Doc fix.
11528
11529 2000-11-14  Dave Love  <fx@gnu.org>
11530
11531         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
11532         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
11533         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
11534         New files, derived from the XPMs.
11535
11536 2000-11-10  Dave Love  <fx@gnu.org>
11537
11538         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
11539         (gnus-agent-lib-file, gnus-agent-load-alist)
11540         (gnus-agent-save-alist, gnus-agent-article-name): Use
11541         expand-file-name.
11542
11543         * gnus-group.el (gnus-group-name-charset-method-alist): Add
11544         :version.
11545         (nnkiboze-score-file): Defvar when compiling.
11546
11547         * gnus-start.el (gnus-read-newsrc-file): Add :version.
11548
11549         * gnus-art.el (gnus-article-banner-alist)
11550         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
11551         (gnus-article-date-lapsed-new-header)
11552         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
11553         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
11554         (gnus-treat-strip-headers-in-body)
11555         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
11556         (gnus-treat-translate): Add :version.
11557         (gnus-article-mime-part-function): Fix defcustom.
11558
11559         * nnmail.el (nnmail-expiry-target)
11560         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
11561         (nnmail-split-header-length-limit): Add :version.
11562
11563         * gnus-sum.el (gnus-auto-expirable-marks)
11564         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
11565         (gnus-extra-headers, gnus-ignored-from-addresses)
11566         (gnus-newsgroup-ignored-charsets)
11567         (gnus-group-highlight-words-alist)
11568         (gnus-summary-show-article-charset-alist): Add :version.
11569
11570         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
11571         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
11572         files, converted from the XPMs.
11573
11574         * gnus-cache.el (gnus-cache-active-file): Don't use
11575         file-name-as-directory on directory.
11576         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
11577         use file-name-as-directory on directory.
11578
11579         * time-date.el (timezone-make-date-arpa-standard): Autoload.
11580         (date-to-time): Use it.
11581
11582 ;       * message.el (message-mode) <adaptive-fill-regexp>:
11583 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
11584 ;       (message-newline-and-reformat): Likewise.
11585         (message-forward-as-mime, message-forward-ignored-headers)
11586         (message-buffer-naming-style, message-default-charset)
11587         (message-dont-reply-to-names, message-send-mail-partially-limit):
11588         Add :version.
11589
11590         * mm-util.el: Doc fixes.
11591         (mm-mime-charset): Don't use the raw result of
11592         mm-preferred-coding-system.
11593         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
11594         (mm-with-unibyte): Simplify.
11595
11596         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
11597         concat.
11598
11599         * pop3.el (pop3-version): Deleted.
11600         (pop3-make-date): New function, avoiding message-make-date.
11601         (pop3-munge-message-separator): Use it.
11602
11603 2000-11-09  Dave Love  <fx@gnu.org>
11604
11605         * gnus-group.el (gnus-group-make-directory-group)
11606         (gnus-group-fetch-faq): Use expand-file-name.
11607         (gnus-group-fetch-faq): Simplify completing-read form.
11608
11609         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
11610         test for Mule.
11611
11612         * message.el (tool-bar-map): Defvar when compiling.
11613
11614         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
11615         (gnus-tm-lisp-directory): Deleted.
11616         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
11617         (featurep 'xemacs).
11618         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
11619         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
11620         version numbers from file names.
11621
11622 2000-11-08  Dave Love  <fx@gnu.org>
11623
11624         * mm-view.el: Use featurep for XEmacs test.
11625         (mm-inline-message): Test for `remove-specifier'; don't use
11626         condition-case.
11627
11628         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
11629
11630         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
11631         (gnus-score-find-bnews): Don't concat "".
11632
11633         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
11634         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
11635         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
11636         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
11637
11638         * gnus-sum.el: Put some defvars in eval-when-compile.
11639         (gnus-summary-mode-hook): Add :options.
11640         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
11641         (gnus-summary-tool-bar-map): New variable.
11642         (gnus-summary-make-tool-bar): New function.
11643         (gnus-summary-mode): Put kill-all-local-variables first.
11644
11645         * gnus-group.el (gnus-group-toolbar-map): New variable.
11646         (gnus-group-make-tool-bar): Rewritten.
11647         (gnus-group-mode): Put kill-all-local-variables first.
11648
11649         * rfc2047.el: Require gnus-util.
11650
11651         * nnml.el (gnus-sorted-intersection): Autoload.
11652
11653         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
11654         Put some defvars in eval-when-compile.
11655         (gnus-intersection, gnus-sorted-complement):  Autoload.
11656
11657         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
11658
11659         * mm-encode.el (mm-body-7-or-8): Autoload.
11660
11661         * mm-decode.el (mm-insert-inline): Autoload.
11662
11663         * mml.el:
11664         * message.el: Put some defvars in eval-when-compile.
11665
11666         * gnus-msg.el: Put some defvars in eval-when-compile.
11667         (gnus-msg-mail): Move after gnus-setup-message.
11668
11669         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
11670
11671 2000-11-07  Dave Love  <fx@gnu.org>
11672
11673         * gnus-util.el (nnheader): Don't require message (recursive
11674         autoload).
11675
11676         * uudecode.el: Avoid compiler warnings.
11677
11678         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
11679         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
11680
11681 2000-11-06  Dave Love  <fx@gnu.org>
11682
11683         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
11684
11685         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
11686         (uudecode-char-int): New alias, replacing char-int.
11687         (uudecode-decode-region): Don't call buffer-disable-undo.
11688
11689 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
11690 ;       (mm-uu-configure-list): Doc fix.
11691 ;
11692 ;       * earcon.el (running-xemacs): Don't define.
11693 ;
11694 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
11695 ;
11696 ;       * message.el (message-font-lock-keywords): Match a final newline
11697 ;       to help font-lock's multiline support.
11698 ;
11699 2000-11-03  Dave Love  <fx@gnu.org>
11700
11701         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
11702
11703         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
11704         name.
11705
11706         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
11707         <banner>: Fix custom type, doc.
11708
11709         * mm-decode.el (mm-display-external): Space-prefix temp buffer
11710         name.  Don't disable undo explicitly.
11711
11712 ;2000-11-02  Dave Love  <fx@gnu.org>
11713 ;
11714 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
11715 ;       cite-prefix.
11716
11717 2000-11-01  Dave Love  <fx@gnu.org>
11718
11719         * rfc2047.el (base64): Require unconditionally.
11720         (message-posting-charset): Defvar when compiling.
11721         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
11722         message.
11723
11724         * gnus-sum.el (nnoo): Require.
11725         (mm-uu-dissect): Autoload.
11726
11727         * mml.el (mml-parse-1): Clarify message.
11728         (mml-minibuffer-read-type): Use mailcap-mime-types.
11729
11730 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
11731
11732         * mml.el: Fix a typo in the requiring of CL.
11733
11734 2000-11-01  Dave Love  <fx@gnu.org>
11735
11736         * utf7.el: Require cl when compiling.
11737
11738         * binhex.el: Use (featurep 'xemacs).
11739         (binhex-char-int): New alias, replacing char-int.  Change callers.
11740         (binhex-decode-region): Simplify work buffer code.
11741         (binhex-decode-region-external): Use expand-file-name, not concat.
11742
11743 2000-10-30  Dave Love  <fx@gnu.org>
11744
11745         * gnus-art.el: Fix 2000-10-27 change properly.
11746
11747 2000-10-28  Miles Bader  <miles@gnu.org>
11748
11749         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
11750
11751 2000-10-27  Dave Love  <fx@gnu.org>
11752
11753         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
11754         strings.
11755         (gnus-group-make-tool-bar): New function.
11756         (gnus-group-mode): Use it.
11757
11758         * message.el (message-mode-menu): Add some :help strings.
11759         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
11760         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
11761
11762         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
11763         * describe-group.xpm, get-news.xpm, kill-group.xpm:
11764         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
11765
11766         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
11767         display-graphic-p here.
11768
11769 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
11770
11771         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
11772         of the `gnus-xemacs' variable, as the latter has been removed.
11773         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
11774         * gnus-art.el (gnus-treat-display-xface)
11775         (gnus-treat-display-smileys, gnus-treat-display-picons)
11776         (gnus-article-read-summary-keys): Likewise.
11777
11778 2000-10-26  Dave Love  <fx@gnu.org>
11779
11780         (defvar): Use rmail-spool-directory unconditionally.
11781
11782 2000-10-18  Dave Love  <fx@gnu.org>
11783
11784         * mm-bodies.el (mm-uu-decode-function)
11785         (mm-uu-binhex-decode-function): Defvar when compiling.
11786
11787         * gnus-nocem.el (gnus-nocem-issuers): Update.
11788         (gnus-nocem-check-from): New option.
11789         (gnus-nocem-scan-groups): Use it.
11790         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
11791         (gnus-nocem-check-article-limit): Add :version.
11792
11793 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
11794
11795         * ietf-drums.el (mm-util): Require CL when compiling.
11796
11797 2000-10-15  Dave Love  <fx@gnu.org>
11798
11799         * qp.el: Require mm-util.
11800
11801 2000-10-13  Dave Love  <fx@gnu.org>
11802
11803         * qp.el (quoted-printable-decode-region): Avoid invalid
11804         coding-systems.
11805
11806 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
11807
11808         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
11809         to a recursive load.
11810
11811 2000-10-12  Dave Love  <fx@gnu.org>
11812
11813         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
11814
11815         * gnus.el (gnus-group-startup-message): Check for PBM image.
11816
11817 2000-10-09  Dave Love  <fx@gnu.org>
11818
11819         * mail-source.el (mail-source-fetch-imap): Bind
11820         default-enable-multibyte-characters rather than using
11821         mm-disable-multibyte.
11822
11823 2000-10-05  Dave Love  <fx@gnu.org>
11824
11825         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
11826         Autoload.
11827         (quoted-printable-decode-region):  Rename arg which confused
11828         charset with coding-system.  Don't use nonascii-insert-offset.
11829         Coding-system encode the region initially.  Don't recognize `=='
11830         as valid QP.  Coding-system decode the region finally.
11831         (quoted-printable-decode-string): Rename arg which confused
11832         charset with coding-system.
11833
11834         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
11835         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
11836         mm-encode-coding-region.
11837         (mm-decode-body, mm-decode-string): Rename variables which
11838         confused charset with coding-system.
11839         (binhex-decode-region): Don't autoload.
11840         (mm-body-encoding): Require message.
11841         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
11842         cond branches.
11843
11844         * gnus-art.el (article-de-quoted-unreadable)
11845         (article-de-base64-unreadable): Fold search case
11846         rather than downcasing string.  Apply mm-charset-to-coding-system
11847         to arg of quoted-printable-decode-region.
11848
11849 2000-10-04  Dave Love  <fx@gnu.org>
11850
11851         * gnus-ems.el: Don't turn off compiler warnings in local vars.
11852         Require ring when compiling.
11853         (gnus-article-compface-xbm): New variable.
11854
11855 2000-10-04  Dave Love  <fx@gnu.org>
11856
11857         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
11858         pbm images.
11859
11860         * frown.pbm, smile.pbm, wry.pbm: New files.
11861
11862         * frown.xbm, smile.xbm, wry.xbm: Deleted.
11863
11864 2000-10-03  Dave Love  <fx@gnu.org>
11865
11866         * mail-source.el (mail-sources): Revert to nil.
11867
11868         * nnmail (nnmail-spool-file): Revert to `((file))'.
11869
11870         * qp.el: Don't require mm-util.
11871         (quoted-printable-decode-region): Rewritten.
11872         (quoted-printable-decode-string, quoted-printable-encode-region):
11873         Doc fix.
11874         (quoted-printable-encode-region): Barf on multibyte characters.
11875         Maybe make the class multibyte.  Upcase chars, not formatted
11876         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
11877         (quoted-printable-encode-string): Don't use
11878         mm-with-unibyte-buffer.
11879
11880 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
11881
11882         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
11883
11884 2000-09-21  Dave Love  <fx@gnu.org>
11885
11886         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
11887         (for Emacs 20).  Tidy somewhat.
11888
11889 2000-09-21  Dave Love  <fx@gnu.org>
11890
11891         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
11892         image processing.  Rationalize logic somewhat.
11893
11894 2000-09-20  Dave Love  <fx@gnu.org>
11895
11896         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
11897         specifically.
11898
11899         * gnus.el (gnus-version-number): Avoid some redundant
11900         autoloads.
11901
11902 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
11903
11904         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
11905         to XBM; we always have PBM support.
11906
11907 2000-09-14  Dave Love  <fx@gnu.org>
11908
11909         * gnus.el (gnus-charset):
11910         * mm-decode.el (mime-display):
11911         * imap.el (imap) <defgroup>: Add :version.
11912
11913 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
11914
11915         * parse-time.el: Fix author's mail address.
11916
11917         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
11918         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
11919         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
11920         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
11921         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
11922         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
11923         * rfc2231.el, uudecode.el: Fix copyright notice.
11924
11925         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
11926         require `w3' at load-time only if not running in batch mode.
11927
11928 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11929
11930         * gnus.el: Before merge with Emacs21.
11931
11932 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
11933
11934         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
11935
11936 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
11937
11938         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
11939         to avoid conflict with the standard `back-to-indentation'
11940         binding.
11941
11942 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11943
11944         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
11945
11946         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
11947         (mm-disable-multibyte-mule4): Ditto.
11948         (mm-with-unibyte-current-buffer-mule4): Ditto.
11949
11950 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11951
11952         * pop3.el (pop3-movemail): Use binary.
11953         (pop3-movemail-file-coding-system): Removed.
11954
11955 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11956
11957         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
11958
11959 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11960
11961         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
11962         exists.
11963
11964 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11965
11966         * gnus-msg.el (gnus-post-method): Use backend name when the
11967         address is "".
11968
11969 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11970
11971         * gnus-art.el (article-verify-x-pgp-sig): Don't test
11972         mm-verify-option.
11973         (gnus-treat-x-pgp-sig): Default value.
11974         (gnus-ignored-headers): Redundant.
11975
11976 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11977
11978         * gnus-win.el (gnus-configure-frame): Save selected window.
11979
11980 2000-02-15  Andrew Innes  <andrewi@gnu.org>
11981
11982         * nnmbox.el: Require gnus-range.
11983         (nnmbox-group-building-active-articles): New variable.
11984         (nnmbox-group-active-articles): New variable; this is a cache of
11985         all active articles by group and number.
11986         (nnmbox-in-header-p): New function.
11987         (nnmbox-find-article): New function.
11988         (nnmbox-record-active-article): New function.
11989         (nnmbox-record-deleted-article): New function.
11990         (nnmbox-is-article-active-p): New function.
11991         (nnmbox-retrieve-headers): Use nnmbox-find-article.
11992         (nnmbox-request-article): Ditto.  Also supply extra arg to
11993         nnmbox-article-group-number.
11994         (nnmbox-request-expire-articles): Ditto.
11995         (nnmbox-request-move-article): Ditto.
11996         (nnmbox-request-replace-article): Ditto.
11997         (nnmbox-request-rename-group): Rename group entry in active
11998         article cache.
11999         (nnmbox-delete-mail): Update active article cache, unless article
12000         is being replaced.
12001         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
12002         than partially duplicating it.
12003         (nnmbox-article-group-number): Add extra `this-line' arg, to
12004         handle articles belonging to multiple groups.
12005         (nnmbox-save-mail): Update active article cache.
12006         (nnmbox-read-mbox): Build active article cache when loading mbox.
12007         Also do some repair work, if we find articles that are missing the
12008         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
12009         reconstruct these from Xref info.
12010
12011 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12012
12013         * mail-source.el (mail-source-report-new-mail): Use
12014         nnheader-run-at-time.
12015
12016 2000-02-15  Andrew Innes  <andrewi@gnu.org>
12017
12018         * mail-source.el (mail-source-fetch-pop): Clear pop password when
12019         an error is thrown, and then rethrow the error.
12020         (mail-source-check-pop): Ditto.
12021         (mail-source-start-idle-timer): Prevent multiple pop checks
12022         running if the check takes a long time.
12023
12024 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12025
12026         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
12027         succeed.
12028
12029 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12030
12031         * gnus-win.el (gnus-configure-windows): Make sure
12032         nntp-server-buffer is live.
12033         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
12034
12035 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
12036
12037         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
12038
12039 2000-12-04  Andreas Jaeger  <aj@suse.de>
12040
12041         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
12042
12043 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12044
12045         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
12046
12047 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12048         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
12049
12050         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
12051
12052 2000-12-01  Simon Josefsson  <sj@extundo.com>
12053
12054         * mml-smime.el (mml-smime-verify): Fix address parsing.
12055
12056 2000-12-01  Simon Josefsson  <sj@extundo.com>
12057
12058         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
12059         more than one certificate inside PKCS#7 blob.  Better security
12060         information (clamed / actual sender, openssl output, certificates
12061         inside message).
12062
12063         * smime.el (smime-verify-region): Output to /dev/null.
12064         (smime-buffer-as-string-region): Don't parse empty lines.
12065
12066 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12067
12068         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
12069         ?d and ?D.
12070         (gnus-mime-security-show-details-inline): New variable.
12071         (gnus-mime-security-show-details): Use them.
12072         (gnus-insert-mime-security-button): Ditto.
12073
12074         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
12075         Suggest by Michael Duggan (md5i@cs.cmu.edu).
12076         (mml2015-gpg-clear-verify): Ditto.
12077         (mml2015-gpg-decrypt-1): Ditto.
12078         (mml2015-use): Prefer 'gpg.
12079
12080 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12081
12082         * gnus-util.el (gnus-add-text-properties-when): New function.
12083         (gnus-remove-text-properties-when): Ditto.
12084
12085         * gnus-cite.el (gnus-article-hide-citation): Use them.
12086         (gnus-article-toggle-cited-text): Use them.
12087
12088         * gnus-art.el (gnus-signature-toggle): Use them.
12089         (gnus-article-show-hidden-text): Ditto.
12090         (gnus-article-hide-text): Ditto.
12091
12092 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12093
12094         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
12095
12096 2000-11-30  Simon Josefsson  <sj@extundo.com>
12097
12098         * smime.el (smime-point-at-eol): New alias.
12099         (smime-buffer-as-string-region): Use it.
12100
12101 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12102
12103         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
12104
12105 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12106
12107         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
12108
12109         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
12110
12111         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
12112
12113 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12114
12115         * nnmh.el (nnmh-request-expire-articles): Implemented
12116         expiry-target for nnmh backend.
12117
12118 2000-11-30  Simon Josefsson  <sj@extundo.com>
12119
12120         * mm-decode.el (mm-security-from): New variable.
12121         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
12122
12123         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
12124         than `from'.
12125
12126 2000-11-30  Simon Josefsson  <sj@extundo.com>
12127
12128         * mml-smime.el (mml-smime-verify): Verify that certificate mail
12129         address match sender address.
12130
12131         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
12132
12133         * smime.el (smime-verify-region): Don't copy buffer.
12134         (smime-decrypt-buffer): Use expand-file-name on keyfile.
12135         (smime-pkcs7-region): New function.
12136         (smime-pkcs7-certificates-region): Ditto.
12137         (smime-pkcs7-email-region): Ditto.
12138         (smime-buffer-as-string-region): Ditto.
12139
12140         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
12141         buffer.
12142
12143 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
12144
12145         * smime.el (smime-decrypt-region): Fix keyfile argument.
12146
12147 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12148
12149         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
12150
12151 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12152
12153         * message.el (message-shoot-gnksa-feet): New variable.
12154         (message-gnksa-enable-p): New function.
12155         (message-send): Use it.
12156         (message-check-news-body-syntax): Ditto.
12157
12158 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12159
12160         * message.el (message-make-message-id): Remove the redundancy.
12161
12162 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12163
12164         * message.el (message-setup): Discourage using mc-install-*-mode.
12165
12166         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
12167
12168 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12169
12170         * gnus-cite.el (gnus-cite-parse): Guess citation length.
12171
12172 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12173
12174         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
12175
12176 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12177
12178         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
12179
12180 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12181
12182         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
12183         insert-buffer-substring.
12184
12185         * message.el (message-send-mail): Use buffer-substring-no-properties.
12186         (message-send-news): Ditto.
12187
12188 2000-11-22  David Edmondson  <dme@dme.org>
12189
12190         * imap.el (imap-wait-for-tag): Message read info.
12191
12192 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12193
12194         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
12195         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
12196         (mml2015-gpg-encrypt): Ditto.
12197
12198 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12199
12200         * mm-decode.el (mm-verify-option): Default value.
12201
12202         * mml-sec.el (mml-secure-part): Error message.
12203
12204 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12205
12206         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
12207
12208 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12209
12210         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
12211
12212 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12213
12214         * gnus-art.el (gnus-article-describe-key): Use prompt.
12215         (gnus-article-describe-key-briefly): Ditto.
12216
12217 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12218
12219         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
12220
12221 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12222
12223         * gnus-art.el (gnus-article-describe-key): New function.
12224         (gnus-article-describe-key-briefly): New function.
12225
12226 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12227
12228         * mm-decode.el (mm-decrypt-option): Doc typo.
12229
12230         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
12231         return a number.
12232
12233 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12234
12235         * message.el (message-newline-and-reformat): Typo.
12236
12237 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12238
12239         * gnus-art.el (article-verify-x-pgp-sig): Check whether
12240         original-article-buffer exists.
12241
12242         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
12243         (rfc2047-header-encoding-alist): Addresses are different from text.
12244         (rfc2047-encode-message-header): Ditto.
12245         (rfc2047-dissect-region): Extra parameter.
12246         (rfc2047-encode-region): Ditto.
12247         (rfc2047-encode-string): Ditto.
12248
12249 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12250
12251         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
12252         (mm-uu-pgp-encrypted-extract): Use it.
12253         (mm-uu-pgp-signed-extract-1): New function.
12254         (mm-uu-pgp-signed-extract): Use it.
12255
12256         * gnus-art.el (gnus-mime-display-security): New function.
12257         (gnus-mime-display-part): Use it.
12258         (gnus-mime-security-verify-or-decrypt): New function.
12259         (gnus-mime-security-press-button): New function.
12260         (gnus-insert-mime-security-button): Use it.
12261
12262         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
12263         (mm-find-raw-part-by-type): Ditto.
12264         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
12265         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
12266         (mm-destroy-parts): Kill nested multibyte buffer.
12267
12268         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
12269         (mml2015-gpg-verify): Ditto.
12270
12271 2000-11-18  Simon Josefsson  <sj@extundo.com>
12272
12273         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
12274         (mml2015-function-alist): Use it.
12275
12276         * mml-sec.el (mml-sign-alist): Update names.
12277         (mml-encrypt-alist): Ditto.
12278         (mml-secure-part-smime-sign): Moved to mml-smime.el
12279         as `mml-smime-sign-query'.
12280         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
12281         `mml-smime-get-file-cert'.
12282         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
12283         `mml-smime-get-dns-cert'.
12284         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
12285         `mml-smime-encrypt-query'.
12286         (mml-smime-sign-buffer): Use mml-smime-sign.
12287         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
12288
12289         * mml-smime.el (mml-smime-sign): New function.
12290         (mml-smime-encrypt):
12291         (mml-smime-sign-query):
12292         (mml-smime-get-file-cert):
12293         (mml-smime-get-dns-cert):
12294         (mml-smime-encrypt-query): Moved from mml-sec.el.
12295
12296 2000-11-16  Simon Josefsson  <sj@extundo.com>
12297
12298         * mml2015.el (mml2015-gpg-clear-verify): New function.
12299         (mml2015-function-alist): Add it.
12300
12301 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
12302
12303         * message.el (message-setup-fill-variables): Use
12304         message-cite-prefix-regexp.
12305         (message-newline-and-reformat): Check the end of citation, leading
12306         WSP, break in the cite prefix.
12307         (message-fill-paragraph): New function.
12308
12309 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12310
12311         * lpath.el: Shut up.
12312
12313 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
12314
12315         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
12316         raw 8-bit in headers in dk.* newsgroups.
12317
12318 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12319
12320         * message.el (message-newline-and-reformat): Match extra WSPs.
12321
12322 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
12323
12324         * mml.el (mml-generate-mime-1): Ignore ascii.
12325
12326 2000-11-16 Justin Sheehy  <justin@iago.org>
12327
12328         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
12329
12330 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12331
12332         * message.el (message-cite-prefix-regexp): Prefix should not end
12333         at space.
12334
12335 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
12336
12337         * message.el (message-mode-syntax-table): Add - as a word
12338         constituent as in articles.
12339         (message-setup-fill-variables): Add -_. as supercite-style prefix.
12340         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
12341         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
12342
12343 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
12344
12345         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
12346
12347 2000-11-12  David Edmondson  <dme@dme.org>
12348
12349         * message.el (message-font-lock-keywords): use
12350         message-cite-prefix-regexp.
12351
12352 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12353
12354         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
12355         Stein Arild Str\e,Ax\e(Bmme.
12356         (gnus-group-jump-to-group): Use it.
12357         (gnus-group-jump-to-group-prompt): Customize.
12358
12359 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
12360
12361         * mailcap.el (mailcap-possible-viewers): Match the entire string.
12362
12363 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
12364
12365         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
12366         incompatible.
12367         (mml2015-mailcrypt-sign): Ditto.
12368
12369 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12370
12371         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
12372         group is open.
12373
12374 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
12375
12376         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
12377         nnvirtual articles.
12378         (gnus-backlog-request-article): Don't request nnvirtual articles.
12379
12380 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
12381
12382         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
12383         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
12384
12385 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
12386
12387         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
12388         * mml.el (mml-generate-mime-1): Use charset attribute.
12389         * mm-bodies.el (mm-encode-body): Add parameter charset.
12390         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
12391
12392 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
12393
12394         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
12395         (mml2015-mailcrypt-clear-decrypt): Ditto.
12396         (mml2015-mailcrypt-verify): Ditto.
12397         (mml2015-mailcrypt-clear-verify): Ditto.
12398         (mml2015-gpg-verify): Ditto.
12399
12400 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12401
12402         * smime.el (smime-openssl-program): Test the existence of openssl.
12403         * mml-smime.el: Require mm-decode.
12404         (mml-smime-verify-test): New function.
12405         * mm-decode.el (mm-verify-function-alist): Use it.
12406
12407 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
12408
12409         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
12410         anyway.
12411
12412 2000-11-13  Simon Josefsson  <sj@extundo.com>
12413
12414         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
12415         verification doesn't work.
12416
12417 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
12418
12419         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
12420         (gnus-inews-do-gcc): Use it.
12421
12422 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
12423
12424         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
12425         leading space.
12426         * mm-extern.el (mm-inline-external-body): Report error when no
12427         access-type.
12428
12429 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
12430
12431         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
12432
12433 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
12434
12435         * gnus-art.el (gnus-mime-button-menu): Use select-window.
12436
12437 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
12438
12439         * gnus-art.el (gnus-mime-display-part): Display multipart/related
12440         as multipart/mixed.
12441
12442 2000-11-12  David Edmondson  <dme@dme.org>
12443
12444         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
12445         and replace `.' with `\w' to allow for different syntax tables
12446         (from Vladimir Volovich).
12447         * message.el (message-newline-and-reformat): use
12448         `message-cite-prefix-regexp'.
12449         * gnus-cite.el (gnus-supercite-regexp): use
12450         `message-cite-prefix-regexp'.
12451         * gnus-cite.el (gnus-cite-parse): use
12452         `message-cite-prefix-regexp'.
12453
12454 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
12455
12456         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
12457         PGP SIGNATURE.  Escape leading "-"'s.
12458         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
12459
12460 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
12461
12462         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
12463
12464 2000-11-11  Simon Josefsson  <sj@extundo.com>
12465
12466         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
12467
12468         * smime.el (smime-details-buffer): New variable.
12469         (smime-sign-region):
12470         (smime-encrypt-region):
12471         (smime-verify-region):
12472         (smime-decrypt-region): Copy OpenSSL output to the buffer.
12473
12474         * mml-smime.el (mml-smime-verify): Support security info.
12475
12476 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
12477
12478         * mm-decode.el (mm-verify-option): Set default to nil.
12479         (mm-decrypt-option): Ditto.
12480         * gnus-art.el (article-verify-x-pgp-sig): New function.
12481
12482 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
12483
12484         * gnus-art.el (gnus-mime-display-alternative): Show button if no
12485         preferred part.
12486
12487 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12488
12489         * gnus-sum.el (gnus-move-split-methods): Say that
12490         `gnus-split-methods' uses file names, whereas this uses group
12491         names.  (Report from Nevin Kapur)
12492
12493 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
12494
12495         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
12496
12497 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12498
12499         * nnheader.el (nnheader-directory-files-is-safe): New variable.
12500         (nnheader-directory-articles): Use it.
12501         (nnheader-article-to-file-alist): Ditto.
12502
12503 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
12504
12505         * rfc2047.el (rfc2047-pad-base64): New function.
12506         (rfc2047-decode): Use it.
12507
12508 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
12509
12510         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
12511         select method.
12512
12513 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12514
12515         * mml2015.el (mml2015-gpg-decrypt-1):
12516         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
12517
12518 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12519
12520         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
12521
12522 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
12523
12524         * pop3.el (pop3-munge-message-separator): A message may have an
12525         empty body.
12526
12527 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
12528
12529         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
12530         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
12531         (mm-uu-pgp-signed-extract): Use coding-system.
12532
12533 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
12534
12535         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
12536         (gnus-insert-mime-security-button): New function.
12537         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
12538         * mml2015.el:  Add security info when verify or decrypt.
12539         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
12540         (mm-uu-pgp-encrypted-extract): Ditto.
12541
12542 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
12543
12544         * mm-decode.el (mm-display-parts): New function.
12545         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
12546
12547 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12548
12549         * gnus-mlspl.el: Documentation tweaks.
12550
12551 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12552
12553         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
12554         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
12555         argument.
12556
12557 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
12558
12559         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
12560
12561 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
12562
12563         * gnus-art.el (gnus-article-encrypt): New function.
12564         (gnus-article-encrypt-protocol-alist): New variable.
12565         (gnus-article-encrypt-protocol): New variable.
12566         * mml2015.el (mml2015-self-encrypt): New function.
12567         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
12568
12569 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
12570
12571         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
12572         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
12573         let mailcap do it.
12574         * mml2015.el: Remove snarf code.
12575         * mm-decode.el: Remove snarf code.
12576
12577 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
12578
12579         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
12580         (mml-insert-mime): Understand gnus-decoded.
12581         (mime-to-mml): New parameter handles.
12582         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
12583         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
12584
12585 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
12586
12587         * mm-decode.el (mime-security): New group.
12588         (mm-verify-function-alist): Add test function.
12589         (mm-decrypt-function-alist): Ditto.
12590         (mm-snarf-option): Set default value as nil.
12591         (mm-find-part-by-type): Recursive parameter.
12592         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
12593         * mml2015.el: Support draft-ietf-openpgp-multsig.
12594
12595 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
12596
12597         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
12598         (gnus-article-view-part-as-charset): New function.
12599
12600 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
12601
12602         * mm-decode.el (mm-verify-option): Default value.
12603         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
12604
12605 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12606
12607         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
12608
12609 2000-11-05  Simon Josefsson  <sj@extundo.com>
12610
12611         * mml-smime.el (mml-smime-verify): Work in original multipart
12612         buffert.
12613
12614         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
12615         (mm-handle-multipart-ctl-parameter): Ditto.
12616         (mm-alist-to-plist): New function.
12617         (mm-dissect-buffer): Store CTL parameters and copy original buffer
12618         for multiparts.
12619         (mm-destroy-parts): Destroy multipart buffert.
12620         (mm-remove-part): Ditto.
12621
12622         * mml-smime.el (mml-smime-sign): Not used.
12623         (mml-smime-encrypt): Ditto.
12624
12625         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
12626
12627         Verify S/MIME signature support.
12628
12629         * mm-decode.el (mm-inline-media-tests): Add
12630         application/{x-,}pkcs7-signature.
12631         (mm-inlined-types): Ditto.
12632         (mm-automatic-display): Ditto.
12633         (mm-verify-function-alist): Ditto.  Add name of method.
12634         (mm-decrypt-function-alist): Add name of method.
12635         (mm-find-part-by-type): Add documentation.
12636         (mm-possibly-verify-or-decrypt): Use new format of
12637         mm-{verify,decrypt}-function-alist.  Use method names.
12638
12639         * mml-smime.el (mml-smime-verify): New function.
12640
12641 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12642
12643         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
12644
12645 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
12646
12647         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
12648         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
12649         * mm-decode.el (mm-snarf-option): New variable.
12650
12651 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12652
12653         * mm-util.el (mm-subst-char-in-string): New function.
12654         (mm-replace-chars-in-string): Use it.
12655         * message.el (message-replace-chars-in-string): Use it.
12656         * nnheader.el (nnheader-replace-chars-in-string): Use it.
12657         * gnus-mh.el (mh-lib-progs): Shut up.
12658
12659 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
12660
12661         * base64.el, md5.el: Moved to contrib directory.
12662
12663 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
12664
12665         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
12666         the last article when search.
12667
12668 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
12669
12670         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
12671         * nnmail.el (nnmail-pathname-coding-system): Ditto.
12672
12673 2000-09-29  David Edmondson  <dme@thus.net>
12674
12675         * message.el (message-newline-and-reformat): Typo.
12676
12677 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12678
12679         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
12680
12681 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
12682
12683         * nntp.el (nntp-decode-text): Delete bogus status lines.
12684
12685 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
12686
12687         * message.el (message-font-lock-keywords): Match a final newline
12688         to help font-lock's multiline support.
12689
12690 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12691
12692         * nnoo.el (nnoo-set): New function.
12693
12694 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
12695
12696         * gpg.el, gpg-ring.el: Moved to contrib directory.
12697
12698 2000-11-04  Simon Josefsson  <sj@extundo.com>
12699
12700         * nnimap.el (nnimap-split-inbox): Typo.
12701
12702 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12703
12704         * gnus-msg.el (gnus-msg-mail): Move it backwards.
12705
12706 2000-11-03  Simon Josefsson  <sj@extundo.com>
12707
12708         * rfc2231.el (rfc2231-parse-qp-string): New function.
12709         (require): rfc2047.
12710
12711         * mail-parse.el (mail-header-parse-content-type):
12712         (mail-header-parse-content-disposition): Support invalid QP
12713         encoded strings, by using `rfc2231-parse-qp-string'.
12714
12715 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
12716
12717         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
12718         (rfc2231-decode-encoded-string): Typo "> X 1".
12719         (rfc2231-encode-string): Insert the name of charset.
12720         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
12721
12722 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12723
12724         * mm-decode.el (mm-save-part): Return the filename.
12725         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
12726         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
12727         (gnus-mime-action-alist): Use it.
12728         (gnus-mime-button-commands): Use it.
12729         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
12730         (mm-inline-external-body): unwind-protect.
12731
12732 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
12733
12734         * gnus-art.el (gnus-insert-mime-button): Show url.
12735
12736 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
12737
12738         * mml.el (mml-generate-mime-1): Support external url.
12739         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
12740
12741 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
12742
12743         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
12744         * mm-decode.el (mm-display-external): Ditto.
12745         * mm-extern.el: New file.
12746         * mm-decode.el (mm-inline-media-tests): Hook it up.
12747         (mm-inlined-types): Inline message/external-body.
12748
12749 2000-11-02  Simon Josefsson  <sj@extundo.com>
12750
12751         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
12752
12753         * message.el (message-get-reply-headers): Better handling when
12754         Mail-Followup-To is very large.
12755
12756 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
12757
12758         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
12759         * gnus-art.el (gnus-article-edit-done):
12760         * gnus-sum.el (gnus-summary-edit-article-done): Move line
12761         counting code here.
12762         * gnus-msg.el (gnus-setup-message): Remove a hack.
12763
12764 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12765
12766         * gnus-sum.el (gnus-newsgroup-variables): New variable.
12767         (gnus-summary-mode): Make them local variables.
12768         (gnus-set-global-variables): Globalize them.
12769         (gnus-summary-exit): Kill them.
12770
12771 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
12772
12773         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
12774         word.
12775
12776 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
12777
12778         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
12779         gnus-article-wash-types.
12780         * gnus-art.el (gnus-article-wash-status): Use them.
12781
12782 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
12783
12784         * mml.el (mml-read-tag): Remove spaces and LF.
12785
12786 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12787
12788         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
12789         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
12790
12791 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
12792
12793         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
12794
12795 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
12796
12797         * gnus-sum.el (gnus-article-charset): New variable.
12798         (gnus-summary-display-article): Set it.
12799         * gnus-msg.el (gnus-copy-article-buffer): Use it.
12800         * gnus-art.el (gnus-article-mode): Make it local variable.
12801
12802 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12803
12804         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
12805
12806 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12807
12808         * nnwfm.el: New file.
12809
12810         * nnweb.el (nnweb-replace-in-string): New function.
12811
12812 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12813
12814         * mml2015.el: Wrap gpg.el.
12815         * gpg.el (gpg-verify): The last argument of apply is a list.
12816         (gpg-encrypt): Add passphrase as a parameter.
12817
12818 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
12819
12820         * gpg.el: New file.
12821         * gpg-ring.el: New file.
12822
12823 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
12824
12825         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
12826
12827 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12828
12829         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
12830         double-quote characters.
12831         (gnus-summary-prepare-threads): Ditto.
12832
12833 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12834
12835         * gnus-art.el (gnus-mime-display-single): Forward line -1.
12836         * mml.el (mml-read-tag): Don't skip the leading space.
12837         * lpath.el (font-lock-set-defaults): Shut up.
12838
12839 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
12840
12841         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
12842
12843 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
12844
12845         * qp.el (quoted-printable-encode-region): Replace leading - when
12846         ultra safe.
12847         * mml.el (mml-generate-mime-postprocess-function): Removed.
12848         (mml-postprocess-alist): Removed.
12849         (mml-generate-mime-1): Use ultra-safe when sign.
12850         * mml2015.el (mml2015-fix-micalg): Uppercase.
12851         (mml2015-verify): Insert LF.
12852         (mml2015-mailcrypt-sign): Downcase; search backward.
12853
12854 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12855
12856         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
12857         restrictive.
12858         (nnultimate-table-regexp): New variable.
12859         (nnultimate-forum-table-p): Use it.
12860
12861 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
12862         Trivial patch.
12863
12864         * gnus-sum.el (gnus-summary-expire-articles): Save point.
12865
12866 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12867
12868         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
12869         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
12870
12871 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
12872
12873         * mml2015.el: Shut up.
12874
12875 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
12876
12877         * gnus.el (gnus-server-browse-hashtb): Removed.
12878         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
12879         (gnus-group-insert-group-line-info): Use simplified method.
12880         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
12881
12882 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
12883
12884         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
12885         moved here.
12886         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
12887         * gnus-group.el (gnus-group-prepare-flat): Use it.
12888         * gnus-topic.el (gnus-group-prepare-topics): Use it.
12889
12890 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
12891
12892         * mml.el (mml-mode): Show menu in XEmacs.
12893
12894 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
12895
12896         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
12897         (gnus-server-read-server-in-server-buffer): New function.
12898         (gnus-browse-foreign-server): Browse in group buffer.
12899         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
12900         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
12901         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
12902         * gnus.el (gnus-server-browse-hashtb): New variable.
12903
12904 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
12905
12906         * nnfolder.el (nnfolder-open-nov): Use group.
12907
12908 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
12909
12910         * nnfolder.el: Add NOV. Set version to 2.0.
12911         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
12912
12913 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
12914
12915         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
12916
12917 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12918
12919         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
12920         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
12921
12922 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12923
12924         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
12925
12926 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12927
12928         * mm-decode.el (mm-verify-function-alist): New variable.
12929         (mm-verify-option): New variable.
12930         (mm-decrypt-function-alist): Ditto.
12931         (mm-decrypt-option): Ditto.
12932         (mm-find-raw-part-by-type): New function.
12933         (mm-possibly-verify-or-decrypt): New function.
12934         (mm-dissect-multipart): Use it.
12935         * mml2015.el (mml2015-fix-micalg): New function.
12936         (mml2015-decrypt): Use new interface.
12937         (mml2015-verify):  Use new interface.
12938         (mml2015-setup): Make it bogus.
12939
12940 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
12941
12942         * mml.el (mml-generate-mime-postprocess-function): Set to
12943         mml-postprocess.
12944         (autoload): Autoload mml2015 and mml-smime.
12945         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
12946         * mml2015.el (mml2015-encrypt): New function.
12947         (mml2015-sign): New function.
12948         (mml2015-encrypt-function): New variable.
12949         (mml2015-sign-function): New variable.
12950         (mml2015-mailcrypt-encrypt): Use message-recipients.
12951         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
12952         * mml-smime.el (mml-smime-setup): Ditto.
12953
12954 2000-10-28  Simon Josefsson  <sj@extundo.com>
12955
12956         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
12957         Communigate Pro 3.3.1 server.
12958
12959         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
12960         in buffers.
12961         (mml-secure-dns-server): Removed.
12962         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
12963         write certificates to files.
12964
12965         * smime.el (smime-dns-server): New variable.
12966         (smime-mail-to-domain):
12967         (smime-cert-by-dns): New functions.
12968
12969         * dig.el: New file.
12970
12971 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
12972
12973         * message.el (message-options): New variable.
12974         (message-options-set-recipient): New function.
12975         (message-send): Use them.
12976         * gnus-int.el (gnus-request-replace-article): Use them.
12977         (gnus-request-accept-article): Ditto.
12978         * mml.el (mml-preview): Use them.
12979         * gnus-sum.el (gnus-summary-edit-article): Use them.
12980
12981         * message.el (message-options-get): New function.
12982         (message-options-get): New function.
12983         * rfc2047.el (rfc2047-encode-message-header): Use them.
12984         * mm-bodies.el (mm-encode-body): Use them.
12985
12986 2000-10-28  Simon Josefsson  <sj@extundo.com>
12987
12988         * nnimap.el (nnimap-retrieve-which-headers):
12989         (nnimap-request-article-part): Quote message-id.
12990
12991         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
12992         (smime-CA-file): New variable.
12993         (smime-call-openssl-region): Don't error.
12994         (smime-sign-region): Return result value.
12995         (smime-encrypt-region): Ditto.
12996         (smime-verify-region): New function.
12997         (smime-decrypt-region): Ditto.
12998         (smime-verify-buffer): Ditto.
12999         (smime-decrypt-buffer): Ditto.
13000
13001         * mml.el: Require mml-sec.
13002         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
13003         (mml-mode-map): Add "sign" and "encrypt" maps.
13004         (mml-menu): Add security menu.
13005         (mml-preview): Use generate-new-buffer.
13006
13007         * mml-sec.el: New file.
13008
13009 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
13010
13011         * mm-decode.el (mm-find-part-by-type): Move it here.
13012         * mml.el (mml-postprocess): Move it here.
13013         (mml-postprocess-alist): Move it here. Merge them.
13014
13015 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
13016
13017         * rfc2047.el (rfc2047-encode-message-header): Make sure no
13018         unencoded stuff in the header.
13019
13020 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
13021
13022         * gnus-group.el (gnus-group-listed-groups): New variable.
13023         (gnus-group-list-option): New variable.
13024         (gnus-group-list-limit-map): New keymap.
13025         (gnus-group-list-flush-map): New keymap.
13026         (gnus-group-list-plus-map): New keymap.
13027         (gnus-group-prepare-logic): New function.
13028         (gnus-group-prepare-flat): Merge with
13029         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
13030         (gnus-group-prepare-flat-list-dead): Ditto.
13031         (gnus-group-list-matching): Use gnus-group-prepare-function.
13032         (gnus-group-list-dormant): Ditto.
13033         (gnus-group-list-cached): Ditto.
13034         (gnus-group-listed-groups): New function.
13035         (gnus-group-list-limit): New function.
13036         (gnus-group-list-flush): New function.
13037         (gnus-group-list-plus): New function.
13038         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
13039         (gnus-topic-prepare-topic): Ditto.
13040
13041 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
13042
13043         * message.el (message-insert-to, message-get-reply-headers):
13044         (message-reply, message-followup): Mail-{Followup,Reply}-To.
13045
13046 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
13047
13048         * mml2015.el: New file.
13049         * smime.el: New file.
13050         * mml-smime.el: New file.
13051
13052 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
13053
13054         * ChangeLog: Moved to ChangeLog.1.
13055
13056     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
13057   Copying and distribution of this file, with or without modification,
13058   are permitted provided the copyright notice and this notice are preserved.
13059
13060 ;; Local Variables:
13061 ;; coding: iso-2022-7bit
13062 ;; End: