(gnus-unbuttonized-mime-types)
[gnus] / lisp / ChangeLog
1 2003-01-08  Simon Josefsson  <jas@extundo.com>
2
3         * gnus-art.el (gnus-unbuttonized-mime-types) 
4         (gnus-buttonized-mime-types): Doc fix.
5
6 2003-01-08  Jesper Harder  <harder@ifa.au.dk>
7
8         * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
9
10 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
11
12         * nnrss.el (nnrss-group-alist): Add and clear up.
13
14 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
15
16         * spam.el: removed unnecessary condition-case for loading bbdb-com.el
17
18         * lpath.el (bbdb-search): added BBDB functions for a better way to
19         fix missing functions
20
21         * spam.el (spam-check-ifile): if should be an unless
22
23         * spam.el: define 'ignore alias for spam-BBDB-register-routine,
24         spam-enter-ham-BBDB, and bbdb-create-internal initially to hush up warnings
25         (spam-ifile-all-categories): doc string fixed to be less than 80 chars
26
27 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28
29         * gnus-sum.el (gnus-summary-make-menu-bar): Added
30         gnus-summary-refer-thread to thread menu.
31
32 2002-01-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
33
34         * gnus-agent.el (gnus-agent-fetch-group-1): When fetching within a
35         summary buffer, articles that cannot be fetched are marked as
36         canceled.
37
38         * nntp.el (nntp-with-open-group): The quit signal handler must
39         propagate the quit signal to the next outer handler so that the
40         caller knows that the request aborted abnormally.
41         
42 2003-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
43
44         * spam.el (spam-check-ifile, spam-ifile-register-with-ifile) 
45         (spam-ifile-register-spam-routine) 
46         (spam-ifile-register-ham-routine): added ifile functionality that
47         does not use ifile-gnus.el to classify and register articles
48         (spam-get-article-as-string): convenience function
49         (spam-summary-prepare-exit): added ifile spam and ham registration
50         (spam-ifile-all-categories, spam-ifile-spam-category) 
51         (spam-ifile-path, spam-ifile): added customization options
52
53         * gnus.el (gnus-group-ham-exit-processor-ifile): added ifile ham
54         exit processor
55         (spam-process): added gnus-group-ham-exit-processor-ifile to the
56         list of choices
57
58 2003-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
59
60         * gnus-score.el (gnus-score-followup): Also score immediate
61         followups. 
62
63 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
64
65         * nnweb.el (nnweb-asynchronous-p): Changed to nil.
66
67 2003-01-07  Simon Josefsson  <jas@extundo.com>
68
69         * message.el (message-mode-menu): Fix receipt balloon help.
70
71 2003-01-07  Jesper Harder  <harder@ifa.au.dk>
72
73         * gnus-msg.el (gnus-group-post-news): Don't assume that "" will
74         always be interpreted as news.
75
76 2003-01-07  Simon Josefsson  <jas@extundo.com>
77
78         * gnus-sieve.el (gnus-sieve-script): Use the crosspost argument to
79         gnus-sieve-script, instead of the global variable
80         gnus-sieve-crosspost.  One-line patch from Steinar Bang
81         <sb@dod.no>.
82
83 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
84
85         * gnus.el: Renamed gnus-summary-*-uncached-face as
86         gnus-summary-*-undownloaded-face to avoid confusing the agent with
87         the cache.
88
89         * gnus-sum.el: Ditto.
90
91 2002-01-06  Kevin Greiner  <kgreiner@xpediantsolutions.com>
92
93         * gnus-agent.el (gnus-agent-fetch-group): Modified to permit execution
94         in either the group or summary buffer.  
95         New command "JS", in summary buffer, will fetch articles per the
96         group's category, predicate, and processable flags.
97         (gnus-agent-summary-fetch-series): Rewritten to call
98         gnus-agent-session-fetch-group once with all articles in the
99         series.
100         (gnus-agent-summary-fetch-group): Fixed bug and modified code to
101         return list of fetched articles.
102         (gnus-agent-fetch-articles): Split fetch list into sublists such
103         that the article buffer is only slightly larger than
104         gnus-agent-max-fetch-size.  Added unwind-protect to ensure that
105         the group's article alist is saved.
106         (gnus-agent-fetch-headers): The 'killed' and 'cached' marks no
107         longer result in the agent trying to fetch an article.
108         (gnus-agent-fetch-group-1): Can now be called in either the group
109         or summary buffer.  Removed the max-fetch-size code that I added
110         on 2002-12-13 as that capability is now part of
111         gnus-agent-fetch-articles.  Added code to update summary buffer.
112         When called in the group buffer, articles that can not be fetched
113         are AUTOMATICALLY MARKED AS READ.
114
115         * gnus-sum.el (): Modified eval-when-compile to minimize
116         misleading compilation warnings.
117         (gnus-update-summary-mark-positions): Changed code to use
118         gnus-undownloaded-mark rather than gnus-downloaded-mark.
119
120         * nnheader.el (nnheader-insert-nov-file): Do not try to insert an
121         empty file as the parser assumes that the file isn't empty.
122
123         * nntp.el (nntp-send-string): The process-send-string call can,
124         because it performs I/O on the process, change the process' state
125         from open to closed.  If this happens, call nntp-report
126         immediately to report the broken connection.
127         (nntp-report): Rewritten to avoid needing a global variable to
128         determine the appropriate course of action.  Instead, two function
129         implementations are provided and the nntp-report function value is
130         bound to the appropriate implementation.
131         (nntp-retrieve-data): Moved nntp-report call to end of implementation.
132         (nntp-with-open-group): Now binds nntp-report's function cell
133         rather than binding gnus-with-open-group-first-pass.  Added a
134         condition-case to detect a quit during a nntp command.  When the
135         quit occurs, the current connection is closed as a fetch articles
136         request could have several megabytes queued up for reading.
137         (nntp-retrieve-headers): Bind articles to itself.  If
138         nntp-with-open-group repeats this command, I must have access to
139         the original list of articles.
140         (nntp-retrieve-groups): Ditto for groups.
141         (nntp-retrieve-articles): Ditto for articles.
142         (*): Replaced nntp-possibly-change-group calls to
143         nntp-with-open-group forms in all, but one, occurrance.
144         (nntp-accept-process-output): Bug fix. Detect when called with
145         null process.
146         
147 2003-01-06  Jesper Harder  <harder@ifa.au.dk>
148
149         * mm-util.el (mm-find-mime-charset-region): Don't do Latin-9 hack
150         if we don't need to.
151         (mm-iso-8859-x-to-15-region): Fix misplaced parenthesis.
152
153 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
154
155         * gnus-group.el (gnus-group-make-web-group): Pass the select
156         method on to group-create.
157         (gnus-group-line-format-alist): %U is an integer.
158
159         * gnus-sum.el (gnus-summary-exit-no-update): Don't update
160         ephemeral groups.
161         (gnus-summary-read-group-1): Ditto.
162         (gnus-group-make-articles-read): Ditto.
163
164         * mm-url.el (mm-url-program): Doc fix.
165
166         * message.el (message-mode-map): Rebound
167         message-insert-wide-reply.
168
169 2003-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
170
171         * gnus-xmas.el (gnus-xmas-group-startup-message): Bind the oort
172         color as `gnus-group-startup-message' does.
173
174 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
175
176         * spam.el: fixed line lengths to 80 chars or less
177
178         * gnus-sum.el (gnus-read-mark-p): added the spam-mark as a
179         "not-read" mark
180         (gnus-summary-mark-forward): added the spam-mark to the list of
181         marks not to be marked as "read" when viewed
182
183 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
184
185         * gnus-msg.el (gnus-inews-make-draft): Quote article-reply. 
186
187         * gnus-group.el (gnus-number-of-unseen-articles-in-group):
188         Protect against unactive groups.
189
190         * message.el (message-check-news-header-syntax): Check long
191         header lines.
192         (message-check-news-header-syntax): Update `start'.
193
194         * gnus-group.el (gnus-group-expire-articles): Doc fix.
195         (gnus-group-line-format): %U.
196         (gnus-group-line-format-alist): ?U.
197         (gnus-number-of-unseen-articles-in-group): New function.
198
199         * nntp.el (nntp-accept-process-output): Use a 0.1 second timeout. 
200
201         * gnus.el (gnus-version-number): Bump version number.
202
203 2003-01-05 01:53:30 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
204
205         * gnus.el: Oort Gnus v0.10 is released.
206
207 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
208
209         * gnus.el (gnus-version-number): Fix version number.
210
211 2003-01-05 01:40:09 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
212
213         * gnus.el: Oort Gnus v0.08 is released.
214
215 2003-01-04  Jesper Harder  <harder@ifa.au.dk>
216
217         * mm-util.el: Add mm-string-make-unibyte.
218
219         * gnus-group.el (gnus-group-jump-to-group): Make it work for
220         UTF-8 groups.
221
222 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
223
224         * gnus.el (gnus-variable-list): Write gnus-format-specs last. 
225
226         * gnus-sum.el (gnus-summary-goto-subjects): Fix typo.
227
228 2003-01-04  Kevin Ryde  <user42@zip.com.au>
229
230         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): New
231         function. 
232
233 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
234
235         * gnus-sum.el (gnus-summary-exit): Bind gnus-group-is-exiting-p. 
236         (gnus-summary-read-group-1): Update group line.
237         (gnus-summary-exit-no-update): Update group on exit.
238
239         * gnus-group.el (gnus-group-line-format): Add %*.
240         (gnus-group-line-format-alist): Ditto.
241         (gnus-group-insert-group-line): Set it.
242         (gnus-group-is-exiting-p): New variable.
243         (gnus-group-insert-group-line): Use it.
244
245 2003-01-03  Teodor Zlatanov  <tzz@beld.net>
246
247         * spam.el (spam-enter-ham-BBDB, spam-BBDB-register-routine):
248         enable BBDB ham processing
249         (spam-blacklist-register-routine): enable blacklist spam processing
250         (spam-whitelist-register-routine): enable whitelist ham processing
251         (spam-fetch-field-from-fast): fast fetching of the "from" field
252         from (gnus-data-list)
253         (spam-summary-prepare-exit): works completely now
254         (spam-use-blacklist): oops, should be nil by default
255         (spam-summary-prepare-exit): spam-use-PROCESSOR is only for
256         split processing now; before it was for summary exit as
257         well but that's done with the spam-contents and spam-process
258         parameters now
259
260 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
261
262         * mml.el (mml-insert-tag): Don't quote non-ASCII unibyte
263         characters.
264
265 2003-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
266
267         * spam.el (spam-group-spam-contents-p, spam-group-ham-contents-p)
268         (spam-group-processor-p, spam-group-processor-bogofilter-p) 
269         (spam-group-processor-ifile-p, spam-group-processor-blacklist-p) 
270         (spam-group-processor-whitelist-p, spam-group-processor-BBDB-p) 
271         (spam-mark-spam-as-expired-and-move-routine) 
272         (spam-generic-register-routine, spam-BBDB-register-routine) 
273         (spam-ifile-register-routine, spam-blacklist-register-routine) 
274         (spam-whitelist-register-routine): new functions
275         (spam-summary-prepare-exit): added summary exit processing (expire
276         or move) of spam-marked articles for spam groups; added slots for
277         all the spam-*-register-routine functions
278
279 2003-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
280
281         * pop3.el (pop3-retr): Wait 500 msecs.
282         (pop3-read-response): Ditto.
283
284         * gnus-msg.el (gnus-setup-message): Get the evaliation order
285         right. 
286         (gnus-inews-make-draft): New function.
287         (gnus-setup-message): Use it.
288
289         * message.el (message-required-headers): Add From.
290
291 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
292         Trivial patch from Norbert Koch <nk@viteno.net>.
293
294         * gnus-msg.el (gnus-gcc-externalize-attachments): Fix typo.
295
296 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
297
298         * message.el (message-generate-headers): Let header formatters do
299         their work.
300
301 2003-01-02  Raymond Scholz  <ray-2003@zonix.de>
302
303         * deuglify.el (gnus-article-outlook-deuglify-article):
304         Rehighlight, reapply treatments and call
305         `gnus-article-prepare-hook'.  Suggested by Niels Olof Bouvin.
306         (gnus-outlook-repair-attribution-block): Recognize cited
307         attributions.  Suggested by Niklas Morberg.
308
309 2003-01-02  Pete Kazmier  <pete@kazmier.com>
310
311         * gnus-art.el (gnus-treat-predicate): Check condition first.
312
313 2003-01-02  Jesper Harder  <harder@ifa.au.dk>
314
315         * lpath.el: Add url-http-file-exists-p.
316
317         * gnus-group.el (gnus-group-fetch-charter): Use
318         http://TLH.news-admin.org/charters/GROUPNAME as a fallback.
319
320 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
321
322         * message.el (message-draft-headers): Also generate From to get a
323         nicer draft buffer summary.
324
325         * gnus-xmas.el (gnus-xmas-read-event-char): Take an optional
326         parameter.
327
328         * gnus-art.el (article-wash-html): Clean up.
329         (article-wash-html): Typo fix.
330
331         * gnus-msg.el (gnus-summary-mail-forward): Clean up.
332         (gnus-summary-mail-forward): To many lists of lists.
333
334         * gnus-art.el (article-wash-html): Clean up.
335
336 2003-01-02  pete-temp  <pete-temp-12-29-2002@kazmier.com>
337
338         * gnus-art.el (gnus-treat-wash-html): New variable.
339
340 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
341
342         * message.el (message-check-news-header-syntax): Allow posting.
343         (message-check-news-header-syntax): Fix logic for sure, this
344         time.
345
346 2003-01-02  Matthieu Moy  <Matthieu.Moy@imag.fr>
347
348         * message.el (message-check-news-header-syntax): Check syntax of
349         continuation headers.
350
351 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
352
353         * gnus-art.el (gnus-button-url-regexp,
354         (gnus-button-mid-or-mail-regexp, gnus-button-alist,
355         (gnus-header-button-alist): Regexps are case insensitive here.
356
357 2003-01-02  Simon Josefsson  <jas@extundo.com>
358
359         * dig.el (query-dig): Doc fix.
360
361 2003-01-02  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
362
363         * gnus-agent.el (gnus-agent-fetch-selected-article): Update whole
364         summary buffer line, not just the download mark.
365
366 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
367
368         * gnus-sum.el (gnus-summary-goto-subjects): New function.
369         (gnus-summary-insert-dormant-articles): New command and
370         keystroke.
371
372         * gnus-cache.el (gnus-summary-insert-cached-articles): Use new
373         function for mass insertion of subjects.
374
375         * nndraft.el (nndraft-generate-headers): Don't move point.
376
377         * gnus.el (nnheader): Require nnheader.
378
379         * nndraft.el (nndraft-request-associate-buffer): Use
380         make-local-variable.
381
382 2003-01-02  Michael Shields  <shields@msrl.com>
383
384         * nndraft.el (nndraft-request-associate-buffer): Make
385         write-contents-hooks buffer-local before setting it.
386
387 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
388
389         * gnus.el (gnus-group-parameter-value): Take an extra param.
390         (gnus-group-fast-parameter): Let group param results be nil.
391
392         * gnus-art.el (gnus-article-forward-header): New function.
393         (article-date-ut): Use it to remove continuation date headers.
394
395         * gnus-sum.el (gnus-summary-walk-group-buffer): Supply prompt to
396         read-event.
397         (gnus-summary-remove-bookmark): Clean up.
398         (gnus-summary-set-bookmark): Clean up.
399
400         * gnus-util.el (gnus-read-event-char): Take an optional prompt.
401
402         * gnus.el (gnus-group-startup-message): Bind data-directory to
403         the Gnus etc directory.
404
405 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
406
407         * spam.el (spam-summary-prepare-exit): added slots for spam- and
408         ham-processing of articles; use the new
409         spam-group-(spam|ham)-contents-p functions
410         (spam-group-spam-contents-p, spam-group-ham-contents-p): new
411         convenience functions
412         (spam-mark-junk-as-spam-routine): use the new
413         spam-group-spam-contents-p function
414
415         * gnus.el (spam-process, spam-contents, spam-process-destination):
416         added new parameters with corresponding global variables
417         (gnus-group-spam-exit-processor-ifile,
418         gnus-group-spam-exit-processor-bogofilter,
419         gnus-group-spam-exit-processor-blacklist,
420         gnus-group-spam-exit-processor-whitelist,
421         gnus-group-spam-exit-processor-BBDB,
422         gnus-group-spam-classification-spam,
423         gnus-group-spam-classification-ham): added new symbols for the
424         spam-process and spam-contents parameters
425
426         * spam.el (spam-ham-marks, spam-spam-marks): changed list
427         customization and list itself to store mark symbol rather than
428         mark character.
429         (spam-bogofilter-register-routine): added logic to generate mark
430         values list from spam-ham-marks and spam-spam-marks, so (member)
431         would work.
432
433 2003-01-02  Katsumi Yamaoka  <yamaoka@jpl.org>
434
435         * message.el (message-cross-post-followup-to): Fix comment.
436
437 2003-01-01  Teodor Zlatanov  <tzz@lifelogs.com>
438
439         * spam.el (spam-ham-marks, spam-spam-marks): changed list
440         customization and list itself to store mark symbol rather than
441         mark character.
442         (spam-bogofilter-register-routine): added logic to generate mark
443         values list from spam-ham-marks and spam-spam-marks, so (member)
444         would work.
445
446 2003-01-01  Raymond Scholz  <ray-2002@zonix.de>
447
448         * message.el (message-signature-insert-empty-line): New variable.
449
450 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
451
452         * message.el: Renamed functions and variables: "xpost" ->
453         "cross-post", "-fup2" -> "-followup-to".
454         (message-cross-post-old-target, message-cross-post-default,
455         message-cross-post-note, message-followup-to-note,
456         message-cross-post-note-function): New variables names.
457         (message-xpost-old-target, message-xpost-default,
458         message-xpost-note, message-fup2-note,
459         message-xpost-note-function): Removed variable names.
460         (message-cross-post-followup-to-header,
461         message-cross-post-insert-note, message-cross-post-followup-to):
462         New function names.
463         (message-xpost-fup2-header, message-xpost-insert-note,
464         message-xpost-fup2): Removed function names.
465
466 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
467
468         * message.el (message-send-mail): Added message-cleanup-headers to
469         prevent newlines in headers.
470
471 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
472
473         * dns.el (dns-make-network-process): Comment.
474
475         * gnus-sum.el (gnus-summary-display-while-building): Default to
476         nil.
477
478 2003-01-01  Wes Hardaker  <wes@hardakers.net>
479
480         * gnus-sum.el (gnus-summary-display-while-building): New
481         variable.
482
483 2003-01-01  Raymond Scholz  <ray-2003@zonix.de>
484
485         * deuglify.el (gnus-outlook-rearrange-article): Kill overlays
486         before rearranging the article.
487
488 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
489
490         * nndraft.el (nndraft-generate-headers): New function.
491         (nndraft-request-associate-buffer): Use it to write headers on
492         buffer save.
493
494         * message.el (message-generate-headers): Let the function be a
495         lambda form.
496         (message-draft-headers): New variable.
497
498         * gnus-msg.el (gnus-inews-make-draft-meta-information): New
499         function.
500         (gnus-setup-message): Use it.
501
502         * message.el (message-generate-headers-first): Doc fix.
503         (message-setup-1): Use new function for getting which headers to
504         generate.
505         (message-headers-to-generate): New function.
506
507 2003-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
508
509         * gnus-agent.el (gnus-agent-save-alist): Make directory.
510
511 2002-12-31  Reiner Steib  <4uce.02.r.steib@gmx.net>
512
513         * gnus-sum.el (gnus-summary-limit-to-age): Make prompt string
514         mention negatives.
515
516 2002-12-31  Raymond Scholz  <ray-2002@zonix.de>
517
518         * deuglify.el (gnus-outlook-rearrange-article): Use
519         `transpose-regions' instead of tempering the kill-ring.
520         (gnus-article-outlook-deuglify-article): Rehighlight article
521         instead of a complete redisplay.
522
523 2002-12-31  Teodor Zlatanov  <tzz@lifelogs.com>
524
525         * spam.el: most defvars are defcustoms now
526
527         patches from Michael Shields  <shields@msrl.com>
528
529         * spam.el (spam-bogofilter-articles): Select the article
530         body using gnus-summary-show-article t instead of
531         gnus-summary-select-article; this presents the raw text
532         without running any hooks.
533
534         * spam.el (spam-bogofilter-articles): Use message-remove-header
535         to remove headers; the old way incorrectly removed just the first
536         line of folded headers.
537
538 2002-12-31  Katsumi Yamaoka  <yamaoka@jpl.org>
539
540         * gnus-start.el (gnus-load): Replace `ding-file' with `file'.
541
542 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
543
544         * gnus-start.el (gnus-load): New function.
545         (gnus-read-newsrc-el-file): Use it.
546
547 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
548
549         * gnus-art.el (gnus-button-valid-fqdn-regexp): New variable.
550         (gnus-button-handle-apropos-documentation): New function.
551         (gnus-button-handle-ctan): New function.
552         (gnus-button-alist): Use them.  Improve some regexps.
553         (gnus-button-prefer-mid-or-mail): Addition to doc-string.
554
555 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
556
557         * message.el (message-subscribed-p): New function.
558         (message-send-mail): Use it.
559         * mml.el (mml-preview-insert-mft): New function.
560         (mml-preview): Use it.
561
562 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
563
564         * gnus-sum.el (gnus-thread-latest-date): Protect against errors
565         when sorting by date.
566
567         * gnus-art.el (gnus-article-edit-mode): New variable.
568         (gnus-article-setup-buffer): Warn user about discarding edits.
569
570         * gnus-sum.el (gnus-summary-pipe-output): Clean up.
571         (gnus-summary-pipe-output): Take a symbolic prefix to save all
572         headers.
573
574         * mm-uu.el (mm-uu-configure-list): Default to (shar . disabled).
575
576 2002-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
577
578         * message.el (message-completion-alist): Added "Mail-Followup-To"
579         and "Mail-Copies-To".
580
581 2002-07-21  Jesper harder  <harder@ifa.au.dk>
582
583         * gnus-group.el: Add key bindings for
584         gnus-group-sort-groups-by-real-name and
585         gnus-group-sort-selected-groups-by-real-name.
586
587 2002-07-21  Jesper harder  <harder@ifa.au.dk>
588
589         * gnus.texi (Sorting Groups): Add key bindings for
590         gnus-group-sort-groups-by-real-name and
591         gnus-group-sort-selected-groups-by-real-name.
592
593 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
594
595         * spam.el (spam-use-dig): new variable for blackhole checking
596         through dig.el
597         (spam-check-blackholes): added dig.el checking functionality and
598         more verbose reporting; query-dig is autoloaded from dig.el
599         (spam-use-blackholes): disabled by default
600         (spam-blackhole-servers): removed rbl.maps.vix.com from the
601         blackhole servers list
602
603 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
604
605         * message.el (message-required-headers): New variable.
606
607 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
608
609         * dig.el (query-dig): new function
610
611 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
612
613         * flow-fill.el (fill-flowed): Don't infloop on too long fill
614         prefixes.
615
616         * dns.el (query-dns): Protect against errors.
617
618         * gnus-msg.el (gnus-article-yanked-articles): New variable.
619         (gnus-inews-add-send-actions): Mark all answered messages as
620         answered.
621
622 2002-08-10  Jari Aalto  <jari.aalto@poboxes.com>
623
624         * nnmail.el (nnmail-split-it): Added tracing to
625         `:' split rule
626
627 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
628
629         * mm-decode.el (mm-mailcap-command): Remove the quotes around '%s'
630         and "%s" so we don't overquote them.
631
632 2002-08-13  Hrvoje Niksic  <hniksic@xemacs.org>
633
634         * (mm-display-external): Display the actual command that has been
635         executed in the echo area.
636
637 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
638
639         * gnus-topic.el (gnus-topic-display-missing-topic): Bind entry.
640
641         * message.el (message-with-reply-buffer): New macro.
642         (message-fetch-reply-field): Use it.
643         (message-insert-wide-reply): New command and keystroke.
644         (message-carefully-insert-headers): New function.
645         (message-insert-to): Use new function.
646
647         * gnus-topic.el (gnus-topic-display-missing-topic): New function.
648         (gnus-topic-goto-missing-group): Use it.
649
650         * message.el (message-required-news-headers): Removed Lines.
651         (message-reply): Don't insert References first.
652         (message-followup): Ditto.
653         (message-make-references): New function.
654         (message-followup): Set message-reply-headers before generating
655         the buffer stuff.
656
657 2002-12-29  Jesper Harder  <harder@ifa.au.dk>
658
659         * mml.el (mml-generate-mime-1): Reverse the order of
660         encoding/flowing.
661
662 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
663
664         * nnmail.el (nnmail-expiry-target-group): Mark articles as read
665         after moving them.
666
667         * gnus-sum.el (gnus-summary-dummy-line-format): Update format to
668         fit with newer standard format.
669         (gnus-summary-make-false-root-always): New variable.
670         (gnus-gather-threads-by-subject): Use it.
671
672         * message.el (message-get-reply-headers): Take an address list
673         optional argument.
674
675 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
676
677         * gnus.el (gnus-keep-backlog): Change default to 20.
678
679         * gnus-agent.el (gnus-agent-check-overview-buffer): Start from
680         start.
681         (gnus-agent-check-overview-buffer): Remove negative article
682         numbers.
683
684         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): Doc fix.
685         (nnmail-cache-ignore-groups): Doc fix.
686
687         * nnimap.el (nnimap-debug): Made into a flag and defcustomed.
688         (nnimap-debug-buffer): New variable.
689         (nnimap-debug): Use it.
690
691 2002-12-28  Lars Magne Ingebrigtsen  <kgreiner@xpediantsolutions.com>
692
693         * gnus.el (gnus-summary-high-uncached-face): New color scheme.
694
695 2002-12-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
696
697         * gnus-agent.el (gnus-agent-check-overview-buffer): Sort lines if
698         they aren't already sorted.
699
700 2002-12-28  Jesper Harder  <harder@ifa.au.dk>
701
702         * message.el (message-mode-menu): Add ellipses to menu items
703         expecting user interaction.
704         (message-mode-field-menu): do.
705
706 2002-12-26  Jesper Harder  <harder@ifa.au.dk>
707
708         * gnus-sum.el (gnus-summary-highlight-line): Don't bind `list' --
709         it isn't used any more.
710
711 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
712
713         * binhex.el (binhex-decoder-program): Fix docstring.
714
715 2002-12-21  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
716
717         * mm-decode.el (mm-mailcap-command): Do not backslash-quote
718         special chars if the mailcap file uses single quotes around %s.
719         From Laurent Martelli <laurent@bearteam.org>.
720
721 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
722
723         * gnus-int.el (gnus-request-update-info): nnchoke-r-u-i might not
724         return the info object.
725
726 2002-12-18  Paul Jarc  <prj@po.cwru.edu>
727
728         * gnus-int.el (gnus-request-update-info): Artificially add
729         (1 . (1- min)) to the read range, in case the backend doesn't
730         store marks for nonexistent articles.
731
732 2002-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
733
734         * binhex.el (binhex-insert-char): Eval-and-compile.
735
736 2002-12-17  Jesper Harder  <harder@ifa.au.dk>
737
738         * lpath.el: Add tool-bar-local-item-from-menu.
739
740         * message.el (message-tool-bar-local-item-from-menu): New function.
741         (message-tool-bar-map): Use it.
742
743 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
744
745         * gnus-uu.el (gnus-uu-digest-headers): Mention nil value in docstring.
746
747         * gnus-art.el (gnus-article-header-rank): Last header in
748         gnus-sorted-header-list should have higher rank than non-members.
749
750 2002-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
751
752         * gnus-agent.el (gnus-close-agent): Don't blank out the list of
753         covered methods.
754
755 2002-12-12  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
756
757         * nntp.el (nntp-with-open-group-first-pass): Do not wrap in
758         eval-when-compile.  Suggested by Kevin Greiner.
759
760 2002-12-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
761
762         * gnus-agent.el (gnus-agent-max-fetch-size): New, defcustom.
763         (gnus-agent-fetch-headers): Initialize gnus-agent-overview-buffer
764         even though no headers may have been fetched
765         (gnus-agent-fetch-group-1, and perhaps others, require this
766         behavior).
767         (gnus-agent-fetch-group-1): Fetch articles in chucks so that the
768         server buffer is constrained by gnus-agent-max-fetch-size.
769         Multiple chunks in the same group may perform arbitrarily large
770         updates.
771
772 2002-12-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
773
774         * gnus-agent.el (gnus-agent-fetch-selected-article): Added call to
775         gnus-summary-update-download-mark to update the article in the
776         summary.
777
778 2002-12-11  Kevin Greiner <kgreiner@xpediantsolutions.com>
779
780         * gnus.el (gnus-summary-high-uncached-face,
781         gnus-summary-normal-uncached-face, gnus-summary-low-uncached-face)
782         New faces.
783
784         * gnus-agent.el (gnus-agent-downloaded-article-face): REMOVED.  I
785         added this on 2002-11-23 but it just wasn't working out as
786         intended.  The idea isn't entirely dead, three new faces
787         gnus-summary-*-uncached-face are being added to gnus.el to provide
788         the basis for an improved implementation.
789         (gnus-agent-read-servers): Undo the change made on 2002-11-23. The
790         proper file to open is lib/servers.
791         (gnus-summary-set-agent-mark): Expanded documentation.  Unmarking
792         (i.e. removing the article from gnus-newsgroup-downloadable) will
793         now restore the article's default mark rather than simply setting
794         no mark.
795         (gnus-agent-get-undownloaded-list): Corrected documentation.
796         Added code to set new summary local variable,
797         gnus-newsgroup-agentized.  Reworked impl so that it doesn't create
798         a temporary list.  No longer sets gnus-newsgroup-downloadable.
799         (gnus-agent-summary-fetch-group): Keep gnus-newsgroup-undownloaded
800         up to date.  Call new gnus-summary-update-download-mark to keep
801         summary buffer up-to-date.
802         (gnus-agent-fetch-selected-article): Keep
803         gnus-newsgroup-undownloaded up to date.
804         (gnus-agent-fetch-articles): Return list of articles that were
805         successfully fetched.
806         (gnus-agent-check-overview-buffer): No more thingatpt.
807         (gnus-agent-expire): No longer deletes NOV entries of unread
808         articles.
809         (gnus-agent-unread-articles): New function.
810         (gnus-agent-regenerate-group): The article number must be
811         terminated by a tab character.  Added more messages to report
812         repairs.  Inhibit quits while writing changes so it is now safe
813         have to quit regeneration.  Renamed gnus-tmp-downloaded back to
814         downloaded to 1) resolve the unbound references and 2) avoid
815         confusing this list with the gnus-tmp-downloaded in gnus-sum.el
816
817         * gnus-art.el (gnus-article-prepare): The agent
818         downloaded/undownloaded mark is no longer stored as the article's
819         mark.
820
821         * gnus-salt.el (gnus-tree-highlight-node): Added uncached as
822         gnus-summary-highlight may use it.  Added downloaded as
823         gnus-summary-highlight was using it.
824
825         * gnus-sum.el (gnus-undownloaded-mark): Changed from ?@ to ?- as
826         the download mark now follows Kai's +/- convention.
827         (gnus-downloaded-mark): Added ?+ mark.
828         (gnus-summary-highlight): Added rules to select
829         gnus-summary-high-uncached-face,
830         gnus-summary-normal-uncached-face, and
831         gnus-summary-low-uncached-face.  Removed the
832         gnus-agent-downloaded-article-face.
833         (gnus-summary-line-format-alist): Implemented the download flag
834         format (?O) as named in the manual.  This implementation displays
835         either gnus-undownloaded-mark, gnus-downloaded-mark, or
836         gnus-no-mark.
837         (gnus-newsgroup-agentized): New local variable that identifies
838         which groups are agentized.  While the agent is now on by default,
839         you don't have to agentize every server that you use.
840         (gnus-update-summary-mark-positions): Completed support for the
841         download type of mark.
842         (gnus-summary-insert-line): Added undownloaded to the parameters.
843         (gnus-summary-prepare-threads): Set gnus-tmp-downloaded for
844         reference by the gnus-summary-line-format-spec.
845
846         * nntp.el (nntp-with-open-group): This macro handles dropped or
847         broken connections by opening a new connection and repeating the
848         failed command.
849         (nntp-retrieve-headers-with-xover): Some NNTP servers respond to
850         XOVER commands preceeding the active articles with the nov entry
851         of the first available article.  When gnus connected to such a
852         server, the unexpected nov entry would result in duplicate lines
853         in the agent's overview file.  This patch fixes the duplicate
854         lines problem and improves performance by skipping over all
855         articles IDs that preceed the first nov entry in the server's
856         reply.
857
858 2002-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
859
860         * gnus-sum.el (gnus-tmp-downloaded): New internal variable.
861         (gnus-summary-highlight): Use it instead of `downloaded'.
862         (gnus-summary-highlight-line): Ditto.
863
864         * gnus-agent.el (gnus-agent-regenerate-group): Ditto.
865
866 2002-12-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
867
868         * gnus.el (gnus-variable-list): Add gnus-agent-covered-methods.
869
870         * gnus-agent.el (gnus-agent-check-overview-buffer): Remove debug
871         calls.
872
873         * gnus-sum.el (gnus-summary-highlight-line): Don't set the
874         downloaded variable if we're in an uncovered group.
875
876         * gnus-agent.el (gnus-agent-downloaded-article-face): Change the
877         font to soemthing less noticeable.
878         (gnus-agent-group-covered-p): New function.
879
880 2002-12-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
881
882         * gnus-agent.el (gnus-agent-braid-nov): Remove corrupted lines.
883         Because of an unknown bug, the group buffer is saved in .overview
884         file.
885
886 2002-12-09  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
887
888         * nntp.el (nntp-send-command): Braino in last commit.  Replace
889         `and' with `or'.
890
891 2002-12-08  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
892
893         * nntp.el (nntp-send-command): Assume that echo does not happen
894         when nntp-open-connection-function is nntp-open-network-stream.
895         Suggested by Sebastian D.B. Krause <krause@my.gnus.org>.
896
897 2002-12-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
898
899         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update the parser.
900
901 2002-12-06  Paul Jarc  <prj@po.cwru.edu>
902
903         * nnmaildir.el (nnmaildir-request-group): bugfix: don't erase
904         nntp-server-buffer if we aren't going to write to it.
905
906 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
907         Trivial patch from Itai Zukerman <zukerman@math-hat.com>.
908
909         * mm-decode.el (mm-w3m-safe-url-regexp): Fix parenthesis.
910
911 2002-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
912
913         * rfc2047.el (rfc2047-decode-region): Remove newlines between
914         decoded words.
915
916 2002-12-03  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
917
918         * gnus.el (fboundp): After loading mm-util, make sure it was the
919         right one.
920
921 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
922
923         * gnus-art.el (gnus-inhibit-mime-unbuttonizing): Moved here from
924         gnus-sum.  Made into a user option.
925
926         * gnus-sum.el (gnus-simplify-ignored-prefixes)
927         (gnus-summary-mark-article-as-unread)
928
929 2002-11-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
930
931         * time-date.el (date-to-time): Typo.
932
933         * parse-time.el: Typo.
934
935         * nnsoup.el (nnsoup-retrieve-headers): Typo.
936
937         * nnmail.el (nnmail-split, nnmail-process-unix-mail-format): Typos.
938
939         * nnimap.el:
940         (nnimap-split-rule, nnimap-find-minmax-uid): Typos.
941
942         * mm-encode.el (mm-safer-encoding): Typo.
943
944         * messcompat.el: Typo.
945
946         * message.el (message-face-alist): Typo.
947
948         * imap.el (imap-interactive-login, imap-open): Typos.
949
950         * ietf-drums.el (ietf-drums-text-token, ietf-drums-qtext-token): Typos.
951
952         * gnus.el: Typo.
953
954         * gnus-win.el (gnus-configure-frame): Typo.
955
956         * gnus-util.el (gnus-atomic-progn-assign): Typo.
957
958         * gnus-topic.el (gnus-topic-sort-topics): Typo.
959
960         * gnus-sum.el (gnus-summary-article-number)
961         (gnus-summary-read-group-1, gnus-summary-mark-article)
962         (gnus-summary-fetch-faq, gnus-refer-article-methods): Typos.
963
964         * gnus-mule.el (gnus-mule-add-group): Typo.
965
966         * gnus-mlspl.el (gnus-group-split-fancy): Typo.
967
968         * gnus-group.el (gnus-group-fetch-faq): Typo.
969
970         * gnus-art.el (gnus-decode-header-methods): Typo.
971
972         * flow-fill.el: Typo.
973
974 2002-11-19  Stefan Monnier  <monnier@cs.yale.edu>
975
976         * binhex.el (binhex-decode-region): Don't hardcode point-min == 1.
977
978 2002-11-29  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
979
980         * gnus-sum.el (gnus-simplify-ignored-prefixes)
981         (gnus-summary-mark-article-as-unread)
982         (gnus-mark-article-as-unread, gnus-summary-highlight-line):
983         Reformatting to avoid long lines.
984         (gnus-inhibit-mime-unbuttonizing): Moved to gnus-art.
985
986 2002-11-28  Daiki Ueno  <ueno@unixuser.org>
987
988         * gnus-agent.el (gnus-agent-fetch-group-1): Article numbers should
989         be accessed through `mail-header-number'.
990
991 2002-11-27  Kevin Greiner  <kgreiner@xpediantsolutions.com>
992
993         * gnus-sum.el (gnus-summary-insert-old-articles): No longer passes
994         compressed range to gnus-summary-insert-articles.
995
996 2002-11-26  Kevin Ryde <user42@zip.com.au>
997
998         * gnus-art.el (gnus-mime-copy-part): Look for filename
999         parameter under content-disposition, not content-type.
1000
1001         * gnus-sum.el (gnus-summary-find-uncancelled): New function.
1002         (gnus-summary-reselect-current-group): Use it.
1003
1004 2002-11-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
1005
1006         * gnus-agent.el (gnus-agent-uncached-articles): if
1007         gnus-agent-load-alist fails, return ARTICLES.
1008
1009         * nnrss.el (nnrss-group-alist): Update the link of Jabber.
1010
1011 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1012
1013         * gnus-sum.el (gnus-summary-insert-old-articles): Remove
1014         superfluous function call.
1015         (gnus-summary-catchup-all, gnus-summary-catchup-all-and-exit):
1016         Add warning to docstring.
1017
1018 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1019
1020         * gnus-agent.el: Autoload number-at-point instead.
1021         (gnus-agent-check-overview-buffer): No warning for deactivate-mark.
1022
1023 2002-11-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1024
1025         * gnus-agent.el (gnus-agent-check-overview-buffer): Explicitly
1026         require thingatpt (for number-at-point) and protect against
1027         deactivate-mark being unbound (on XEmacs).
1028
1029 2002-11-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1030
1031         * gnus-agent.el (gnus-agent-check-overview-buffer): Make debugger
1032         print message on entry.
1033
1034         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
1035
1036         * gnus-range.el (gnus-range-difference): New function.
1037         * gnus-sum.el (gnus-summary-insert-old-articles): Use it.
1038
1039 2002-11-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1040
1041         * gnus-sum.el (gnus-summary-insert-old-articles): Use
1042         gnus-remove-from-range instead of gnus-range-difference which
1043         doesn't exist.
1044
1045 2002-11-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1046         From Kevin Greiner <kgreiner@xpediantsolutions.com>.
1047
1048         * gnus-agent.el (gnus-agent-downloaded-article-face): New face,
1049         used for showing which articles have been downloaded.
1050         (gnus-agent-article-alist): Format change.  Add documentation.
1051         (gnus-agent-summary-mode-map): New keybinding `J s' for fetching
1052         process-marked articles.
1053         (gnus-agent-summary-fetch-series): Command for `J s'.  Articles
1054         in the series are individually fetched to minimize lose of
1055         content due to an error/quit.
1056         (gnus-agent-synchronize-flags-server, gnus-agent-add-server): Use
1057         gnus-message instead of message.
1058         (gnus-agent-read-servers): Use file lib/methods instead of
1059         lib/servers.  TODO: Why?
1060         (gnus-summary-set-agent-mark): Adapt to new agent-alist format.
1061         (gnus-agent-get-undownloaded-list): Remove articles that appear to
1062         come from the agent.  This means that they are not downloaded.
1063         (gnus-agent-fetch-selected-article): Don't use history.
1064         (gnus-agent-save-history, gnus-agent-enter-history)
1065         (gnus-agent-article-in-history-p, gnus-agent-history-path):
1066         Removed function; history is not used anymore.
1067         (gnus-agent-fetch-articles): Fix handling of crossposted articles.
1068         (gnus-agent-crosspost): Started rewrite then realized that a typo
1069         in gnus-agent-fetch-articles ensures that this function is never
1070         called.  This will need to be fixed later.
1071         (gnus-agent-check-overview-buffer): Some sanity checks on the
1072         agent overview buffer.  This is a safety net used during
1073         development.
1074         (gnus-agent-flush-cache): The gnus-agent-article-alist format has
1075         changed, write a number to the file indicating this.
1076         (gnus-agent-fetch-headers): Rewrite to respect
1077         gnus-agent-consider-all-articles without relying on the
1078         `.fetched' files.  Make it fast.
1079         (gnus-agent-braid-nov): Change resulting from
1080         gnus-agent-fetch-headers change.
1081         (gnus-agent-load-alist, gnus-agent-save-alist): Don't use
1082         `.fetched' files.
1083         (gnus-agent-read-agentview): New function, used by
1084         gnus-agent-load-alist.
1085         (gnus-agent-load-fetched-headers): Remove.
1086         (gnus-agent-save-alist): Rewrite to accomodate new format.
1087         (gnus-agent-fetch-group-1): Make sure list of articles is in the
1088         same order as in gnus-newsgroup-headers.
1089         (gnus-agent-expire): Document and implement extra args ARTICLES,
1090         GROUP, FORCE.  Do not restrict usage.
1091         (gnus-agent-uncached-articles): New function.
1092         (gnus-agent-retrieve-headers): Use it.
1093         (gnus-agent-regenerate-group): No longer needs to be called from
1094         gnus-agent-regenerate.  Individual groups may be regenerated. The
1095         regeneration code now fixes duplicate, and mis-ordered, NOV entries.
1096         The article fetch dates are validated in the article alist.  The
1097         article alist is pruned of entries that do not reference existing
1098         NOV entries.  All changes are computed then applied with
1099         inhibit-quit bound to t.  As a result, it is now safe to quit out of
1100         regeneration.  The optional clean parameter has been replaced with
1101         an optional reread parameter.  Clean is no longer necessary as
1102         regeneration gets the appropriate setting from
1103         gnus-agent-consider-all-articles.  The new reread parameter will
1104         result in fetched, or all, articles being marked as unread.
1105         (gnus-agent-regenerate): Removed code to regenerate the history
1106         file as it is no longer used.
1107
1108         * gnus-start.el (gnus-make-ascending-articles-unread): New
1109         function, for efficient mass-marking.
1110
1111         * gnus-sum.el (gnus-summary-highlight): Use new face for
1112         downloaded articles.
1113         (gnus-article-mark): Prefer to indicate read/unread status over
1114         downloaded status.
1115         (gnus-summary-highlight-line-0): New function, maybe rehighlights
1116         line.
1117         (gnus-summary-highlight-line): Use new face for downloaded
1118         articles.
1119         (gnus-summary-insert-old-articles): Improved performance by
1120         replacing the initial LIST of older articles with a compressed
1121         RANGE of older articles.  Some servers appear to lie about
1122         their active range so the original list could contain millions
1123         of article numbers.  The range is not expanded into a list
1124         until the optional ALL parameter has been applied.
1125
1126 2002-11-18  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1127
1128         * gnus-agent.el (gnus-category-mode): Typo in doc string.
1129
1130 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
1131
1132         * spam.el:
1133         added patch from Andreas Fuchs <asf@void.at> to prevent apply errors
1134
1135         * spam.el: added `M s t' and `M s x' key mappings
1136
1137 2002-11-20  Simon Josefsson  <jas@extundo.com>
1138
1139         * gnus-sum.el (gnus-summary-morse-message): Narrow to body.
1140
1141 2002-11-19  Simon Josefsson  <jas@extundo.com>
1142
1143         * gnus-sum.el (gnus-summary-morse-message): Load
1144         morse.el (unmorse-region not autoloaded in Emacs 20 nor XEmacs).
1145         (unmorse-region): Autoload it instead.
1146
1147 2002-11-18  Simon Josefsson  <jas@extundo.com>
1148
1149         * gnus-sum.el (gnus-summary-morse-message): New function.
1150         (gnus-summary-wash-map): Bind to `W m'.
1151         (gnus-summary-make-menu-bar): Add.
1152
1153         * nnimap.el (nnimap-request-expire-articles): Compress sequence
1154         before storing \Deleted mark on expired articles.
1155
1156 2002-11-17  Shenghuo Zhu <zsh@cs.rochester.edu>
1157         Trivial patch from Markus Rost <rost@math.ohio-state.edu>
1158
1159         * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
1160         parens in column 0.
1161
1162 2002-11-17  Juanma Barranquero  <lektu@terra.es>
1163
1164         * nnweb.el (nnweb-google-create-mapping): Fix typo.
1165
1166         * nnlistserv.el (nnlistserv-kk-create-mapping): Likewise.
1167
1168         * gnus-nocem.el (gnus-nocem-liberal-fetch): Likewise.
1169
1170 2002-11-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
1171
1172         * message.el (message-set-auto-save-file-name): Use
1173         make-directory, to avoid the dependence on gnus-util.
1174
1175 2002-11-16  Simon Josefsson  <jas@extundo.com>
1176
1177         * nnimap.el (nnimap-callback-callback-function):
1178         (nnimap-callback-buffer): Removed, these cannot be global but must
1179         be embedded into the callback.
1180         (nnimap-make-callback): New.  Embedd article number, callback and
1181         buffer in function.
1182         (nnimap-callback, nnimap-request-article-part): Update.
1183
1184 2002-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1185
1186         * mml.el (mml-preview): Bind message-this-is-mail if it is mail.
1187
1188 2002-11-13  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1189
1190         * gnus.el (gnus-summary-line-format): Document %C.
1191
1192 2002-11-11  Simon Josefsson  <jas@extundo.com>
1193
1194         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify): Display
1195         output when called interactively.
1196
1197 2002-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1198
1199         * gnus-art.el (gnus-article-edit-exit): Kill local variables.
1200
1201         * message.el (message-draft-coding-system): Improve comment; use
1202         mm-auto-save-coding-system for the default value.
1203
1204         * nndraft.el (nndraft-request-article): Revert to the state before
1205         2002-10-29; regexp-quote mail-header-separator.
1206
1207 2002-11-06  Jesper Harder  <harder@ifa.au.dk>
1208
1209         * gnus-draft.el (gnus-draft-setup): Set gnus-message-group-art to
1210         allow editing of drafts from an nnvirtual group.
1211
1212 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1213
1214         * nndraft.el (nndraft-request-article): Replace emacs-mule with
1215         mm-auto-save-coding-system.
1216
1217         * message.el (message-draft-coding-system): Default to
1218         iso-2022-7bit.
1219
1220         * mm-util.el (mm-auto-save-coding-system): Undo last change to
1221         restore the default value to emacs-mule or escape-quoted.
1222
1223 2002-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1224
1225         * gnus-art.el (gnus-article-encrypt-body): Inhibit encrypting of
1226         a delayed or a queued article as well as a draft.
1227
1228         * gnus-sum.el (gnus-summary-edit-article): Inhibit editing of a
1229         delayed or a queued article in the raw format; treat a delayed
1230         article as a raw article as well as a draft.
1231         (gnus-summary-setup-default-charset): Clear gnus-newsgroup-charset
1232         for the delayed group.
1233
1234         * nndraft.el (nndraft-request-article): Ignore auto save files for
1235         a delayed or a queued article; don't bother to decode a queued
1236         article; don't bind nnmail-file-coding-system for a queued article.
1237
1238         * nnmail.el (nnmail-split-fancy-with-parent): Ignore the delayed
1239         and the queue group.
1240
1241 2002-11-04  Jesper Harder  <harder@ifa.au.dk>
1242
1243         * gnus-group.el (gnus-group-delete-group):
1244         gnus-cache-active-hashtb might be void.
1245
1246 2002-11-02  Simon Josefsson  <jas@extundo.com>
1247
1248         * pgg-gpg.el (pgg-gpg-encrypt-region): Makes PGG respect the
1249         setting of the default user ID.  From Raymond Scholz
1250         <ray-2002@zonix.de>.
1251
1252 2002-11-01  Jesper Harder  <harder@ifa.au.dk>
1253
1254         * mm-bodies.el (mm-body-encoding): Don't return 8bit for 7bit
1255         charset.
1256
1257 2002-10-31  Ted Zlatanov <tzz@lifelogs.com>
1258         From Alex Schroeder <alex@emacswiki.org>
1259         * spam-stat.el (spam-stat-process-directory): add dir to message
1260         (spam-stat-reduce-size): No longer remove words
1261         with values close to 0.5, because the default value is 0.2.
1262
1263 2002-10-31  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1264
1265         * gnus-util.el (gnus-user-date-format-alist): Clarify and correct
1266         documentation.
1267
1268 2002-10-28  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1269
1270         * gnus-agent.el (gnus-agent-fetched-headers)
1271         (gnus-agent-load-fetched-headers)
1272         (gnus-agent-save-fetched-headers): Remove variable and two
1273         functions.  Kevin Greiner's version of gnus-agent-fetch-headers
1274         works better.
1275         (gnus-agent-fetch-headers): New implementation from Kevin
1276         Greiner.  Uses gnus-agent-article-alist to store information
1277         about fetched messages which aren't on the server anymore.  The
1278         trick is to return a list of considered messages to the caller,
1279         but to only fetch those which haven't been fetched yet.
1280
1281 2002-10-30  Simon Josefsson  <jas@extundo.com>
1282
1283         * pgg-def.el (pgg-passphrase-cache-expiry): New, defcustom.
1284
1285         * pgg.el (pgg-passphrase-cache-expiry): Removed.
1286
1287 2002-10-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1288
1289         * mm-view.el (mm-w3m-local-map-property): Make it work with older
1290         versions of emacs-w3m than 1.3.3.
1291
1292         * lpath.el: Bind w3m-minor-mode-map.
1293
1294         * mm-view.el (mm-w3m-mode-command-alist)
1295         (mm-w3m-mode-dont-bind-keys, mm-w3m-mode-ignored-keys): Removed.
1296         (mm-w3m-mode-map): Undefined for Emacs21 and XEmacs.
1297         (mm-setup-w3m): Simplified.
1298         (mm-w3m-local-map-property): New function.
1299         (mm-inline-text-html-render-with-w3m): Use it.
1300
1301         * gnus-art.el (gnus-article-wash-html-with-w3m): Use
1302         mm-w3m-local-map-property.
1303
1304 2002-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1305
1306         * mm-util.el (mm-auto-save-coding-system): Default to
1307         iso-2022-7bit.
1308
1309         * nndraft.el (nndraft-request-article): Decode an article using
1310         the coding-system emacs-mule if it seems to have been saved using
1311         emacs-mule.
1312         (nndraft-request-replace-article): Use message-draft-coding-system
1313         instead of mm-auto-save-coding-system for the draft or delayed
1314         group.
1315
1316 2002-10-28  Josh  <huber@alum.wpi.edu>
1317
1318         * mml.el (mml-mode-map): Fixed keybindings for mml-secure-*
1319         functions.
1320
1321 2002-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1322         From mah@everybody.org (Mark A. Hershberger).
1323
1324         * mm-url.el (mm-url-insert-file-contents): Make it return the same
1325         type values ("url" size) regardless of the values of
1326         mm-url-use-external.
1327
1328 2002-10-26  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1329
1330         * nnimap.el (nnimap-request-article-part): Try harder to show
1331         group name in debugging message.
1332
1333 2002-10-25  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1334
1335         * gnus-agent.el (gnus-agent-save-fetched-headers): Create
1336         directory if it doesn't exist.
1337         (gnus-agent-fetch-headers): Remove old cruft that tried to
1338         abstain from downloading articles more than once if
1339         gnus-agent-consider-all-articles was true.  This is now done
1340         properly via the .fetched files.
1341
1342 2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1343
1344         * nndraft.el (nndraft-request-article): Treat delayed articles
1345         like drafts.
1346
1347 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1348
1349         * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
1350
1351 2002-10-24  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1352
1353         * gnus-agent.el (gnus-agent-save-alist, gnus-agent-load-alist):
1354         Remove unused optional arg DIR and corresponding code.
1355
1356         * nnimap.el (nnimap-request-article-part): Include group name in
1357         debugging output.
1358
1359 2002-10-24  Paul Jarc  <prj@po.cwru.edu>
1360
1361         * gnus-agent.el (gnus-agent-fetch-headers): Add some comments.
1362
1363 2002-10-23  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
1364
1365         * gnus-agent.el (gnus-agent-fetched-headers): New variable,
1366         contains range of headers that have been fetched by the agent
1367         already.  Compare gnus-agent-article-alist.
1368         (gnus-agent-file-header-cache): Like
1369         gnus-agent-file-loading-cache, but for gnus-agent-fetched-headers.
1370         (gnus-agent-fetch-headers): Improve comment.  Revert to old
1371         seen/recent logic.
1372         Remember which headers have been fetched before and don't fetch
1373         them again the next time round.
1374         (gnus-agent-load-fetched-headers)
1375         (gnus-agent-save-fetched-headers): New functions, for remembering
1376         which headers have been fetched before.
1377
1378 2002-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1379
1380         * lpath.el: Remove useless bindings.
1381
1382 2002-10-22  Jesper Harder  <harder@ifa.au.dk>
1383
1384         * gnus-sum.el (gnus-summary-execute-command): Disable visual
1385         features while searching.
1386
1387 2002-10-22  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1388
1389         * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
1390
1391 2002-10-22  Simon Josefsson  <jas@extundo.com>
1392
1393         * pgg.el (pgg-encrypt, pgg-decrypt, pgg-sign, pgg-verify)
1394         (pgg-snarf-keys): Add.
1395
1396 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1397
1398         * lpath.el: Fbind bbdb-records.
1399
1400         * spam.el: Don't autoload bbdb-records.
1401
1402 2002-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1403
1404         * spam.el: Set autoload for bbdb-records after loading bbdb-com to
1405         prevent inf-loop.
1406
1407 2002-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1408
1409         * nnslashdot.el: Removed some test lines.
1410         More test.
1411
1412 2002-10-21  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1413
1414         * gnus-agent.el (gnus-agent-fetch-headers): Remove articles that
1415         are known to be downloaded already.
1416
1417 2002-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1418
1419         * mm-view.el (mm-text-html-renderer-alist): Add w3m-standalone.
1420         (mm-text-html-washer-alist): Ditto.
1421
1422 2002-10-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1423
1424         * nnheader.el (nnheader-remove-body): Fix an error of detecting
1425         boundary between headers and body.
1426         * nnml.el (nnml-parse-head): Ditto.
1427
1428 2002-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1429
1430         * nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
1431         entries.
1432
1433         * gnus-group.el (gnus-fetch-group): Allow an optional
1434         specification of the articles to select.
1435
1436         * gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.
1437
1438 2002-10-20  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1439
1440         * gnus-agent.el (gnus-agent-fetch-group-1): After fetching
1441         headers from the group, update variable `articles' to contain
1442         only those numbers where headers exist.  (When fetching all
1443         articles in a group, Gnus creates lots of numbers where there is
1444         no articles.)
1445
1446 2002-10-20  Steve Youngs  <youngs@xemacs.org>
1447
1448         * pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
1449         doesn't have the 'alist custom type, use cons cells instead.
1450         (pgg-parse-symmetric-key-algorithm-alist): Ditto.
1451         (pgg-parse-hash-algorithm-alist): Ditto.
1452         (pgg-parse-compression-algorithm-alist): Ditto.
1453         (pgg-parse-signature-type-alist): Ditto.
1454
1455         * pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.
1456
1457         * pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.
1458
1459         * pgg-pgp.el (pgg-pgp-extra-args): Ditto.
1460
1461 2002-10-19  Simon Josefsson  <jas@extundo.com>
1462
1463         * nnimap.el (nnimap-open-server): Check imap-state in IMAP server
1464         buffer.
1465
1466 2002-10-18  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1467
1468         * gnus-spec.el (gnus-make-format-preserve-properties)
1469         (gnus-xmas-format, gnus-parse-simple-format): Preserve text
1470         properties also on XEmacs.  `gnus-xmas-format' is like format but
1471         preserves text properties on XEmacs (though it only understands
1472         simple format specs).  The variable
1473         `gnus-make-format-preserve-properties' controls whether the
1474         function is used, and is checked in `gnus-parse-simple-format'.
1475         Patch by Paul Moore <gustav@morpheus.demon.co.uk>.
1476
1477         * gnus-agent.el (gnus-agent-fetch-articles): More debugging
1478         output.
1479         (gnus-agent-consider-all-articles): New variable.
1480         (gnus-agent-get-undownloaded-list): Comment that marks todo item.
1481         (gnus-agent-fetch-headers): Depending on
1482         gnus-agent-consider-all-articles, maybe get all articles.
1483         (gnus-category-predicate-alist, gnus-agent-read-p): New predicate
1484         `read'.
1485         (gnus-predicate-imples-unread): New function.
1486         (gnus-agent-fetch-headers): Optimize to call
1487         gnus-list-of-unread-articles if that is sufficient.
1488         Check unseen and recent instead of seen and recent.
1489         (gnus-agent-fetch-headers): Abstain from calling
1490         gnus-list-range-intersection if range (a . b) would have (> a b).
1491
1492 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1493
1494         * message.el (message-send-mail): Make it possible to perform
1495         edebug-defun.
1496
1497 2002-10-18  Simon Josefsson  <jas@extundo.com>
1498
1499         * gnus-art.el (gnus-button-man-handler): Change default to
1500         `manual-entry' (defined in both emacsen).
1501         (gnus-button-man-handler): Remove emacsen difference and use
1502         `manual-entry'.
1503
1504 2002-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1505
1506         * spam.el: Wrap autoload settings for bbdb-records,
1507         executable-find and ifile-spam-filter with eval-and-compile.
1508         (spam-display-buffer-contents): Remove.
1509         (spam-bogofilter-score): Merge spam-display-buffer-contents.
1510
1511 2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
1512
1513         * spam.el (spam-display-buffer-contents): New function.
1514         (spam-bogofilter-score): use spam-display-buffer-contents, patch
1515         from Katsumi Yamaoka <yamaoka@jpl.org>.
1516
1517 2002-10-17  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1518
1519         * nnheader.el (nnheader-parse-naked-head): New function.
1520         (nnheader-parse-head): Use the above function, in order to handle
1521         continuation lines properly.
1522         (nnheader-remove-body): New function.
1523         (nnheader-remove-cr-followed-by-lf): New function.
1524         (nnheader-ms-strip-cr): Use the above function.
1525
1526         * gnus-agent.el (gnus-agent-regenerate-group): Call
1527         `nnheader-remove-body'; use `nnheader-parse-naked-head' instead of
1528         `nnheader-parse-head'.
1529         * gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.
1530
1531         * gnus-msg.el (gnus-inews-yank-articles): Do not unfold
1532         continuation lines by itself; call `nnheader-parse-naked-head'
1533         instead of `nnheader-parse-head'.
1534         * nndiary.el (nndiary-parse-head): Ditto.
1535         * nnfolder.el (nnfolder-parse-head): Ditto.
1536         * nnimap.el (nnimap-retrieve-headers-progress): Ditto.
1537         * nnmaildir.el (nnmaildir--update-nov): Ditto.
1538         * nnml.el (nnml-parse-head): Ditto.
1539
1540 2002-10-17  Steve Youngs  <youngs@xemacs.org>
1541
1542         * gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
1543         XEmacs, default to it if featurep 'xemacs.
1544
1545 2002-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1546
1547         * spam-stat.el: Check for the existence of hash functions instead
1548         of the Emacs version to decide whether to load cl.  Suggested by
1549         Kai Gro\e,A_\e(Bjohann.
1550
1551 2002-10-15  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1552
1553         * gnus-agent.el (gnus-agent-fetch-selected-article): Open history
1554         if it isn't open yet.
1555
1556 2002-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1557
1558         * gnus-group.el: Require mm-url only when compiling.
1559         (gnus-group-fetch-charter): Require mm-url.
1560
1561         * spam-stat.el: Require cl for the functions gethash,
1562         hash-table-count, make-hash-table and mapc for Emacs 20.
1563         (puthash): Alias to cl-puthash for Emacs 20.
1564         (with-syntax-table): New macro for Emacs 20.
1565
1566 2002-10-12  Jesper Harder  <harder@ifa.au.dk>
1567
1568         * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
1569
1570 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
1571
1572         * spam.el (spam-check-ifile): added ifile as a spam checking
1573         backend, and spam-use-ifle as the variable to toggle that check.
1574
1575 2002-10-12  Simon Josefsson  <jas@extundo.com>
1576
1577         * message.el (message-beginning-of-line): New variable.
1578         (message-beginning-of-line): Use it.
1579
1580 2002-10-11  Ted Zlatanov <tzz@lifelogs.com>
1581
1582         * spam.el: more compilation fixes for BBDB
1583
1584         * spam-stat.el added code from Alex Schroeder <alex@gnu.org>
1585         (spam-stat-reduce-size): Interactive.
1586         (spam-stat-reset): New function.
1587         (spam-stat-save): Interactive.
1588
1589 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1590
1591         * gnus.el: Autoload gnus-delay-initialize.
1592
1593         * message.el: Autoload gnus-delay-article.
1594
1595 2002-10-11  Jesper Harder  <harder@ifa.au.dk>
1596
1597         * gnus-spec.el (gnus-balloon-face-function): Use the help-echo
1598         text property in Emacs.
1599
1600 2002-10-11  Simon Josefsson  <jas@extundo.com>
1601
1602         * mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
1603         (mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.
1604
1605         * mml1991.el (mml1991-pgg-sign): Remove CR.
1606
1607 2002-10-10  Simon Josefsson  <jas@extundo.com>
1608
1609         * mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
1610         decrypt failed.
1611         (mml2015-trust-boundaries-alist): Removed.
1612         (mml2015-gpg-extract-signature-details): Don't use it.
1613         (mml2015-unabbrev-trust-alist): New.
1614         (mml2015-gpg-extract-signature-details): Use it.
1615
1616 2002-10-10  Ted Zlatanov <tzz@lifelogs.com>
1617
1618         * spam.el: compilation fixes, spam-check-bbdb function is nil if no
1619         BBDB installed
1620
1621         * spam-stat.el: added code from Alex Schroeder <alex@gnu.org> to do
1622         statistical analysis of spam in Lisp only
1623
1624 2002-10-10  Simon Josefsson  <jas@extundo.com>
1625
1626         * nnimap.el (nnimap-open-server): Re-open server if it isn't in
1627         auth, selected or examine state.
1628
1629         * pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
1630         buffer and error buffer depending on type of information.
1631
1632         * mml2015.el (mml2015-gpg-extract-signature-details): Parse
1633         --status-fd stuff even if gpg.el is not used (revert earlier
1634         change).
1635         (mml2015-pgg-{clear-,}verify): Store both output and errors as
1636         gnus details.
1637         (mml2015-pgg-{clear-,}verify): Extract signature info from errors
1638         buffer.
1639
1640         * pgg.el (pgg-verify-region): Use it.
1641
1642         * pgg-def.el (pgg-query-keyserver): New variable.
1643
1644         * pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
1645         key-identifier in packet.  Is this a good idea?
1646
1647         * mml.el (mml-mode-map): Add security commands that operates on
1648         MIME parts.
1649         (mml-menu): And menu items for them.
1650
1651         * mml1991.el (mml1991-pgg-encrypt): Remove headers.
1652
1653         * mml.el (mml-parse-1): Support sender in #secure tags.
1654
1655         * mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
1656         defined.
1657
1658         * mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
1659         (mml-pgp-encrypt-buffer): Support combined signing.
1660
1661         * mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
1662         (mml1991-gpg-encrypt): Ditto.
1663         (mml1991-pgg-encrypt): Ditto.
1664         (mml1991-encrypt): Pass sign parameter.
1665
1666         * mml-sec.el (mml-signencrypt-style-alist): Defcustom.
1667         (mml-signencrypt-style): Mention the variable.
1668
1669 2002-10-09  Simon Josefsson  <jas@extundo.com>
1670
1671         * mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
1672         pgg-gpg-user-id.
1673
1674         * pgg.el (pgg-insert-url-with-w3): Ignore errors.
1675         (pgg-fetch-key-function): Nil if w3 is not installed.
1676
1677 2002-10-08  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1678
1679         * gnus-agent.el (gnus-agent-fetch-selected-article): Bind
1680         gnus-agent-current-history.
1681
1682 2002-10-06  Simon Josefsson  <jas@extundo.com>
1683
1684         * imap.el (imap-parse-status): Don't use read to read token.
1685
1686 2002-10-05  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1687
1688         * gnus-agent.el (gnus-agent-fetch-selected-article): Do nothing
1689         for methods not covered by the agent, and when unplugged.
1690
1691 2002-10-05  Simon Josefsson  <jas@extundo.com>
1692
1693         * pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
1694         signing.
1695
1696         * gnus-agent.el (gnus-agent-read-servers): If getting method from
1697         a named server fails, ignore the server.
1698
1699         * mml1991.el (mml1991-pgg-sign): Do QP.
1700
1701         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
1702         work.
1703
1704 2002-10-04  Simon Josefsson  <jas@extundo.com>
1705
1706         * pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
1707
1708         * pgg-pgp.el (pgg-pgp-verify-region): Inline
1709         binary-write-decoded-region from MEL.
1710
1711         * pgg.el (pgg-encrypt-region): Support sign.
1712
1713         * pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.
1714
1715         * mml2015.el (mml2015-pgg-encrypt): Ditto.
1716
1717         * pgg.el, pgg-def.el, pgg-parse.el, pgg-gpg.el, pgg-pgp5.el,
1718         pgg-pgp6.el: Moved from ../pgg/.  Modifications compared to EMIKO
1719         branch where PGG was taken from in the ChangeLog entries below.
1720
1721 2002-10-01  Simon Josefsson  <jas@extundo.com>
1722
1723         * pgg-pgp.el: Don't require mel.  Don't use luna.
1724         (pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
1725         (pgg-pgp-process-region): Use expand-file-name instead of concat.
1726         (pgg-pgp-process-region): Don't use binary-funcall.
1727
1728         * pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
1729
1730         * pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
1731         instead of concat.
1732
1733         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
1734
1735 2002-09-29  Simon Josefsson  <jas@extundo.com>
1736
1737         * pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
1738         compile warnings.
1739
1740         * pgg.el (pgg-decrypt-region): Don't parse packet.
1741
1742         * pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.
1743
1744 2002-09-29  Daiki Ueno <ueno@unixuser.org>
1745
1746         * pgg.el: Remove dependency on calist.el.
1747
1748 2002-09-28  Simon Josefsson  <jas@extundo.com>
1749
1750         * pgg.el (pgg-temporary-file-directory): New variable.
1751         (pgg-verify-region): Don't assume set-buffer-multibyte exists.
1752
1753         * pgg-pgp5.el (pgg-pgp5-process-region, pgg-scheme-verify-region)
1754         (pgg-scheme-snarf-keys-region): Use pgg-temporary-file-directory.
1755
1756         * pgg-parse.el (pgg-char-int): Defalias.
1757         (pgg-format-key-identifier, pgg-byte-after, pgg-read-byte)
1758         (pgg-read-bytes, pgg-read-body): Use it.
1759         (pgg-decode-packets): Don't use MEL, use base64-*.
1760         (pgg-parse-armor): Don't assume set-buffer-multibyte exists.
1761         (pgg-string-as-unibyte): Defalias.
1762         (pgg-parse-armor-region): Use it.
1763
1764         * pgg-gpg.el (pgg-gpg-process-region): Use
1765         pgg-temporary-file-directory.
1766
1767         * luna.el: Don't def-edebug.
1768
1769         * pgg-pgp5.el (pgg-scheme-verify-region): Inline
1770         binary-write-decoded-region from MEL.
1771
1772         * pgg-pgp5.el, pgg-gpg.el: Don't require mel.
1773
1774         * alist.el, calist.el: Don't require product/APEL.
1775
1776         * pgg-parse.el (top-level): Remove dependency on static.el,
1777         pccl.el, mel.el.
1778         (pgg-parse-crc24, pgg-parse-crc24-string): Only define if
1779         `define-ccl-program' is boundp, instead of using broken.
1780
1781 2002-10-01  Simon Josefsson  <jas@extundo.com>
1782
1783         * message.el (message-required-mail-headers): Remove Lines:.
1784
1785 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1786         From Jesper Harder.
1787
1788         * gnus-group.el (gnus-group-fetch-charter,
1789         gnus-group-fetch-control): Prompt for group if given a prefix
1790         argument.
1791         * gnus-sum.el (t): Add gnus-group-fetch-charter and
1792         gnus-group-fetch-control to summary key map and menu.
1793
1794
1795 2002-10-03  Paul Jarc  <prj@po.cwru.edu>
1796
1797         * nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
1798         number when there are no articles.
1799
1800 2002-10-03  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1801
1802         * gnus-agent.el (gnus-agent-summary-fetch-group): Optional prefix
1803         arg ALL means to fetch all articles, not only downloadable ones.
1804         (gnus-agent-fetch-selected-article): New function for
1805         gnus-select-article-hook or gnus-mark-article-hook.
1806
1807 2002-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1808         From Peter von der Ahe <nospam2159@daimi.au.dk>.
1809
1810         * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
1811         raw-text.
1812
1813 2002-09-30  Ted Zlatanov <tzz@lifelogs.com>
1814
1815         * spam.el: merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
1816         Pinard).
1817         Major revamp of the code, documentation is in comments in the file
1818         for now.
1819
1820 2002-09-30  Simon Josefsson  <jas@extundo.com>
1821
1822         * mml2015.el (mml2015-pgg-clear-verify): Verifying in a unibyte
1823         buffer seem to be needed?
1824
1825 2002-09-29  Simon Josefsson  <jas@extundo.com>
1826
1827         * mml1991.el (pgg-output-buffer, pgg-errors-buffer): Prevent byte
1828         compile warnings.
1829
1830         * mml1991.el (mml1991-function-alist): Add pgg.
1831         (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.
1832         (mml1991-pgg-encrypt): Fix recipients querying.
1833
1834 2002-09-28  Simon Josefsson  <jas@extundo.com>
1835
1836         * mml2015.el (autoload): Autoload correct files.  Trivial patch
1837         from dme@dme.org.
1838         (mml2015-pgg-decrypt, mml2015-pgg-verify): Make sure either nil or
1839         handle is returned.
1840
1841 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1842
1843         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
1844         Protect against non-existent of `nnimap-mailbox-info'.
1845
1846 2002-09-27  Simon Josefsson  <jas@extundo.com>
1847
1848         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news): New.
1849         (gnus-setup-news-hook): Use it.
1850         (gnus-after-getting-new-news-hook): Ditto.
1851
1852         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Remove.
1853
1854 2002-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1855         From Mats Lidell <matsl@contactor.se>.
1856
1857         * gnus-art.el (gnus-article-mode-syntax-table): Replace "-" to " ".
1858
1859 2002-09-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
1860
1861         * gnus-sum.el (gnus-nov-parse-line): When an error is signaled in
1862         the part to decode encoded words, use raw words instead of decoded
1863         words.
1864
1865 2002-09-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
1866
1867         * nnimap.el (nnimap-update-unseen): Use gnus-gethash-safe.
1868
1869         * mm-view.el (mm-w3m-mode-ignored-keys): New variable.
1870         (mm-setup-w3m): Use it.
1871
1872 2002-09-27  Simon Josefsson  <jas@extundo.com>
1873
1874         * gnus-art.el (gnus-article-mode-syntax-table): Make M-. work in
1875         article buffers.
1876
1877         * nnimap.el (nnimap-fixup-unread-after-getting-new-news): Autoload
1878         it just in case.
1879         (nnimap-update-unseen): New function; update unseen count in
1880         `n-m-info'.
1881         (nnimap-close-group): Call it.
1882
1883         * gnus-start.el (gnus-setup-news-hook): Add n-f-u-a-g-n-n.
1884         (gnus-after-getting-new-news-hook): Ditto.
1885
1886         * nnimap.el (nnimap-retrieve-groups): Move the quick mail check
1887         message into verboselevel 9.  Change slow mail check message.
1888         (nnimap-retrieve-groups): Use prefixed names in n-mailbox-info.
1889         (nnimap-fixup-unread-after-getting-new-news): New function, to be
1890         used as a hook after getting new mail.
1891
1892 2002-09-26  Simon Josefsson  <jas@extundo.com>
1893
1894         * imap.el (imap-parse-resp-text-code): The UNSEEN value in
1895         SELECT/EXAMINE is first unseen article, not number of unseen
1896         articles.  Make them distinct by renaming the former to
1897         `first-unseen' instead of `unseen'.
1898
1899         * nnimap.el (nnimap-retrieve-groups): Get uidvalidity and unseen
1900         too.
1901         (nnimap-retrieve-groups): Don't used cached data if uidvalidity
1902         changed.
1903         (nnimap-retrieve-groups): Store uidvalidity and unseen data too.
1904
1905         * gnus-int.el (gnus-server-unopen-status): Defcustom.
1906
1907         * mml-sec.el (mml-signencrypt-style): Docstring to font-lock
1908         better.
1909
1910         * mml2015.el (mml2015-pgg-decrypt): Only add security information
1911         if dissecting resulting buffer actually had any information.
1912
1913 2002-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1914
1915         * gnus-group.el (gnus-group-sort-by-method): Remove `symbol-name'
1916         because the function `string<' allows symbols.
1917
1918         * gnus-sum.el (gnus-summary-make-menu-bar): Ditto.
1919
1920 2002-09-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
1921
1922         * message.el (message-forward-make-body): Revert an early change
1923         because 8-bit utf-8 emails.
1924
1925 2002-09-25  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
1926
1927         * gnus-agent.el (gnus-category-line-format): Doc fixes (mostly added
1928         links to Info)
1929         * gnus-art.el (gnus-treat-highlight-signature):
1930         * gnus-art.el (gnus-treat-buttonize):
1931         * gnus-art.el (gnus-treat-buttonize-head):
1932         * gnus-art.el (gnus-treat-emphasize):
1933         * gnus-art.el (gnus-treat-strip-cr):
1934         * gnus-art.el (gnus-treat-unsplit-urls):
1935         * gnus-art.el (gnus-treat-leading-whitespace):
1936         * gnus-art.el (gnus-treat-hide-headers):
1937         * gnus-art.el (gnus-treat-hide-boring-headers):
1938         * gnus-art.el (gnus-treat-hide-signature):
1939         * gnus-art.el (gnus-treat-fill-article):
1940         * gnus-art.el (gnus-treat-hide-citation):
1941         * gnus-art.el (gnus-treat-hide-citation-maybe):
1942         * gnus-art.el (gnus-treat-strip-list-identifiers):
1943         * gnus-art.el (gnus-treat-strip-pgp):
1944         * gnus-art.el (gnus-treat-strip-pem):
1945         * gnus-art.el (gnus-treat-strip-banner):
1946         * gnus-art.el (gnus-treat-highlight-headers):
1947         * gnus-art.el (gnus-treat-highlight-citation):
1948         * gnus-art.el (gnus-treat-date-ut):
1949         * gnus-art.el (gnus-treat-date-local):
1950         * gnus-art.el (gnus-treat-date-english):
1951         * gnus-art.el (gnus-treat-date-lapsed):
1952         * gnus-art.el (gnus-treat-date-original):
1953         * gnus-art.el (gnus-treat-date-iso8601):
1954         * gnus-art.el (gnus-treat-date-user-defined):
1955         * gnus-art.el (gnus-treat-strip-headers-in-body):
1956         * gnus-art.el (gnus-treat-strip-trailing-blank-lines):
1957         * gnus-art.el (gnus-treat-strip-leading-blank-lines):
1958         * gnus-art.el (gnus-treat-strip-multiple-blank-lines):
1959         * gnus-art.el (gnus-treat-unfold-headers):
1960         * gnus-art.el (gnus-treat-fold-headers):
1961         * gnus-art.el (gnus-treat-fold-newsgroups):
1962         * gnus-art.el (gnus-treat-overstrike):
1963         * gnus-art.el (gnus-treat-display-xface):
1964         * gnus-art.el (gnus-treat-display-smileys):
1965         * gnus-art.el (gnus-treat-from-picon):
1966         * gnus-art.el (gnus-treat-mail-picon):
1967         * gnus-art.el (gnus-treat-newsgroups-picon):
1968         * gnus-art.el (gnus-treat-body-boundary):
1969         * gnus-art.el (gnus-treat-capitalize-sentences):
1970         * gnus-art.el (gnus-treat-fill-long-lines):
1971         * gnus-art.el (gnus-treat-play-sounds):
1972         * gnus-art.el (gnus-treat-translate):
1973         * gnus-art.el (gnus-treat-x-pgp-sig):
1974         * gnus-art.el (gnus-mime-button-line-format):
1975         * gnus-art.el (gnus-button-man-level):
1976         * gnus-art.el (gnus-button-emacs-level):
1977         * gnus-cus.el (gnus-group-parameters):
1978         * gnus-gl.el (bbb-build-mid-scores-alist):
1979         * gnus-group.el (gnus-group-line-format):
1980         * gnus-mlspl.el (gnus-group-split-setup):
1981         * gnus-mlspl.el (gnus-group-split):
1982         * gnus-msg.el (gnus-mailing-list-groups):
1983         * gnus-msg.el (gnus-posting-styles):
1984         * gnus-nocem.el (gnus-nocem-issuers):
1985         * gnus-score.el (gnus-score-regexp-bad-p):
1986         * gnus-srvr.el (gnus-server-line-format):
1987         * gnus-topic.el (gnus-topic-line-format):
1988         * gnus.el (gnus-summary-line-format):
1989         * mail-source.el (mail-sources):
1990         * message.el (message-subscribed-address-file):
1991         * nnmail.el (nnmail-split-fancy):
1992
1993 2002-09-24  Evgeny Roubinchtein  <zhenya@freeshell.org>
1994
1995         * mail-source.el(mail-source-run-script): use `functionp' to test
1996         whether the argument `script' is in fact a function.
1997         (mail-sources): adjust the defcustom to allow users to specify a
1998         function or a string as the value of the `:prescript' and
1999         `:postscript' arguments of the `file' and `pop3' mail sources.
2000
2001 2002-09-25  Paul Jarc  <prj@po.cwru.edu>
2002
2003         * nnmaildir.el (nnmaildir--grp-add-art): fix minimum article
2004         number when article 1 does not exist.
2005
2006 2002-09-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2007
2008         * gnus-art.el (gnus-button-handle-apropos-variable): Fall back to
2009         apropos if apropos-variable does not exist.
2010         (gnus-button-guessed-mid-regexp)
2011         (gnus-button-handle-describe-prefix, gnus-button-alist): Better
2012         regexes.  From Reiner Steib.
2013         (gnus-button-handle-describe-function)
2014         (gnus-button-handle-describe-variable): Doc fix.  From Reiner Steib.
2015         (gnus-button-handle-describe-key, gnus-button-handle-apropos)
2016         (gnus-button-handle-apropos-command): Doc fix.  From Reiner Steib.
2017
2018 2002-09-25  Mark A. Hershberger  <mah@everybody.org>
2019         Trivial patch.
2020
2021         * nnrss.el (nnrss-save-server-data): Save nnrss-group-alist in
2022         the file.
2023
2024 2002-09-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
2025
2026         * gnus-start.el (gnus-1): Create nndraft:queue, nndraft:drafts.
2027
2028 2002-09-24  Simon Josefsson  <jas@extundo.com>
2029
2030         * mml2015.el (top-level): Require mm-util for mm-make-temp-file.
2031         (mml2015-use): Prefer PGG if installed.
2032         (mml2015-function-alist): Add PGG wrappers.
2033         (mml2015-gpg-extract-signature-details): Check mml2015-use too.
2034         (mml2015-gpg-extract-signature-details): PGG strips "gpg: "
2035         prefix, make regexp optionally skip it.
2036         (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
2037         (mml2015-pgg-verify, mml2015-pgg-clear-verify, mml2015-pgg-sign)
2038         (mml2015-pgg-encrypt): New functions.
2039         (defvar, autoload): Prevent byte-compile warnings.
2040
2041 2002-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2042         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
2043
2044         * gnus-art.el (article-strip-banner): Check for the existence of
2045         from header.
2046
2047 2002-09-23  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
2048
2049         * gnus-art.el (gnus-button-guessed-mid-regexp): Improved regexp.
2050         (gnus-button-alist): Improved regexp for
2051         gnus-button-handle-mid-or-mail (false positives), fixed
2052         gnus-button-handle-man entries.
2053         From Reiner Steib.
2054
2055 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
2056         From Josh Huber.
2057
2058         * nnmaildir.el (nnmaildir--update-nov): fix wrong-type error when
2059         nnmail-extra-headers is non-nil.
2060
2061 2002-09-23  Paul Jarc  <prj@po.cwru.edu>
2062
2063         * nnmaildir.el: Store article numbers persistently.  General
2064         revision.
2065         (nnmaildir-request-expire-articles): handle 'immediate and 'never
2066         for nnmail-expiry-wait; delete instead of moving if 'force is
2067         given.
2068
2069 2002-09-23  Simon Josefsson  <jas@extundo.com>
2070         Trivial fix from beaker@iavmb.pl (Krzysztof J\e,Bj\e(Bdruczyk).
2071
2072         * smime.el (smime-sign-buffer): Get key and extra certs.
2073         (smime-get-key-with-certs-by-email): Utility function.
2074
2075 2002-09-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
2076         Trivial patch from Micha Wiedenmann <mw-u1@gmx.de>
2077
2078         * gnus-soup.el (gnus-soup-add-article): Mark as read only when the
2079         article exists.
2080
2081 2002-09-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2082
2083         * gnus-sum.el (gnus-summary-next-group): Switch to the summary buffer.
2084
2085 2002-09-20  Kai Gro\e,b_\e(Bjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
2086         From Reiner Steib.
2087
2088         * gnus-art.el (gnus-button-handle-custom,
2089         gnus-button-handle-mid-or-mail,
2090         gnus-button-handle-describe-{function,variable,key},
2091         gnus-button-handle-apropos{,command,variable}): New functions.
2092         (gnus-button-prefer-mid-or-mail,gnus-button-guessed-mid-regexp,
2093         gnus-button-{man,emacs,mail}-level): New variables.
2094         (gnus-button-alist): Use the above to buttonize emacs and mail
2095         related links.
2096
2097 2002-09-18  Juanma Barranquero  <lektu@terra.es>
2098
2099         * gnus-int.el (gnus-status-message): Fix spacing.
2100
2101         * imap.el (imap-continuation): Fix typos.
2102
2103 2002-09-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
2104
2105         * gnus-msg.el (gnus-configure-posting-styles): Sort results.
2106
2107         * gnus-art.el (gnus-article-reply-with-original): Correct
2108         with-current-buffer scope.
2109
2110         * message.el (message-completion-alist): Add Reply-To, From, etc.
2111
2112 2002-09-18  Simon Josefsson  <jas@extundo.com>
2113
2114         * nnimap.el (nnimap-request-expire-articles): Make flag setting
2115         conditional.  From Nevin Kapur <nevin@jhu.edu>.
2116
2117 2002-09-17  Simon Josefsson  <jas@extundo.com>
2118
2119         * nnimap.el (nnimap-expiry-target): Don't search for which
2120         articles exists here.
2121         (nnimap-request-expire-articles): Do it here instead.  Only expire
2122         when articles are found.  Suggested by Nevin Kapur
2123         <nevin@jhu.edu>.
2124
2125 2002-09-17  Kai Gro\e,A_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2126         From Reiner Steib <reiner.steib@gmx.de>.
2127
2128         * message.el (message-strip-subject-trailing-was)
2129         (message-change-subject, message-add-archive-header)
2130         (message-xpost-fup2-header, message-xpost-insert-note)
2131         (message-xpost-fup2, message-reduce-to-to-cc): New functions
2132         adopted from message-utils.el.  Add functions to the keymap, mode
2133         describtion and menu.
2134         (message-change-subject,message-xpost-fup2): Signal error if
2135         current header is empty.
2136         (message-xpost-insert-note): Changed insert position.
2137         (message-archive-note): Ensure to insert note in message body (not
2138         in head).
2139         (message-archive-header, message-archive-note)
2140         (message-xpost-default, message-xpost-note, message-fup2-note)
2141         (message-xpost-note-function): New variables adopted from
2142         message-utils.el.  Changed some doc-strings.
2143         (message-mark-insert-{begin,end}): Rename from
2144         message-{begin,end}-inserted-text-mark (message-utils.el), changed
2145         values.
2146         (message-subject-trailing-was-query)
2147         (message-subject-trailing-was-ask-regexp)
2148         (message-subject-trailing-was-regexp): New variables.
2149         (message-to-list-only): Added doc-string and menu entry.
2150
2151         * message-utils.el: Removed.  Functions are now in message.el.
2152
2153 2002-09-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
2154
2155         * gnus-art.el (gnus-article-reply-with-original,
2156         gnus-article-followup-with-original): Switch to
2157         gnus-summary-buffer before reply/followup.
2158
2159 2002-09-15  John Paul Wallington  <jpw@shootybangbang.com>
2160
2161         * gnus-sum.el (gnus-summary-toggle-header): The article window may
2162         not exist. Toggle it anyway.
2163
2164 2002-09-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
2165
2166         * gnus-msg.el (gnus-copy-article-buffer): Bind mail-header-separator.
2167
2168         * gnus-art.el (article-fill-long-lines): Fill-paragraph properly.
2169         Trivial patch from Urban Engberg <ue@ccieurope.com>.
2170
2171         * rfc2047.el (message-posting-charset): Defvar it.
2172         (rfc2047-charset-encoding-alist): Use B for iso-8859-7 and
2173         iso-8859-8. Fix doc.  Suggested by Dave Love <fx@gnu.org>.
2174
2175         * mail-source.el (mail-source-fetch): Hide password.
2176
2177         * gnus-sum.el (gnus-summary-next-group): Semi-exit only when needed.
2178
2179 2002-09-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2180         From John Paul Wallington <jpw@shootybangbang.com>.
2181
2182         * gnus.el (gnus-visual, gnus-meta): Fix typo.
2183
2184 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2185
2186         * gnus-art.el (gnus-article-address-banner-alist): Doc fix.
2187
2188 2002-09-11  Simon Josefsson  <jas@extundo.com>
2189
2190         * nnimap.el (nnimap-expiry-target): Only expiry-target existing articles.
2191         (nnimap-split-rule): Doc fix.
2192         (nnimap-request-expire-articles): Cleanup code.
2193
2194 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2195         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
2196
2197         * gnus-art.el (gnus-article-address-banner-alist): New option.
2198         (article-strip-banner): Refer the above option to split banners of
2199         free mail servers, when no group parameter is specified.
2200
2201 2002-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2202
2203         * nntp.el (nntp-wait-for-string): Check for a process in the
2204         current buffer instead of `nntp-server-buffer'.
2205
2206 2002-09-09  Simon Josefsson  <jas@extundo.com>
2207
2208         * gnus-art.el (gnus-button-man-handler): New variable.
2209         (gnus-button-alist): Use g-b-handle-man.
2210         (gnus-button-handle-man): New, call g-b-man-handler.
2211
2212 2002-09-08  Simon Josefsson  <jas@extundo.com>
2213
2214         * gnus-art.el (gnus-button-alist): Buttonize man page links.
2215
2216 2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2217
2218         * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
2219
2220 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2221
2222         * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
2223
2224         * gnus-sum.el (gnus-summary-limit-to-unseen): New command and
2225         keystroke.
2226
2227         * gnus-srvr.el (gnus-browse-describe-group): New command and
2228         keystroke.
2229
2230 2002-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2231
2232         * gnus-art.el (gnus-article-treat-body-boundary): Don't quote a
2233         value for gnus-decoration property.
2234
2235 2002-09-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2236
2237         * nnmail.el (nnmail-cache-fetch-group): Don't return "" (empty
2238         string) as group name in case we have a CRLF in the file.
2239
2240 2002-09-04  Jesper Harder  <harder@ifa.au.dk>
2241
2242         * rfc1843.el (rfc1843-decode-loosely): Move to mime customization
2243         group.
2244         (rfc1843-decode-hzp): do.
2245         (rfc1843-newsgroups-regexp): do.
2246
2247 2002-09-04  Simon Josefsson  <jas@extundo.com>
2248
2249         * message.el (message-canlock-generate): Make sure sha1 doesn't
2250         call external programs.
2251
2252 2002-09-03  Simon Josefsson  <jas@extundo.com>
2253
2254         * nntp.el (nntp-wait-for-string): Dont infloop if process died.
2255
2256         * gnus-agent.el (gnus-agent-batch): Add doc.
2257
2258 2002-09-03  Josh Huber  <huber@alum.wpi.edu>
2259
2260         * gnus-msg.el (gnus-summary-handle-replysign): Change the order we
2261         check for signed and encrypted parts.
2262         * mml.el (mml-parse-1): Correct small typo which preventing
2263         setting recipients in a secure tag.
2264
2265 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2266
2267         * mm-util.el (mm-coding-system-priorities): Default to a list of
2268         iso-2022-jp and others for the Japanese environment.
2269
2270 2002-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
2271
2272         * gnus-util.el (gnus-frame-or-window-display-name): Exclude
2273         invalid display names.
2274
2275 2002-08-30  Simon Josefsson  <jas@extundo.com>
2276
2277         * gnus-group.el (gnus-group-fetch-control): Fix typo in last
2278         commit.  From Reiner Steib <4uce.02.r.steib@gmx.net>.
2279
2280 2002-08-26  Jesper Harder  <harder@ifa.au.dk>
2281
2282         * gnus.el (gnus-group-charter-alist): New option.
2283         (gnus-group-fetch-control-use-browse-url): New option.
2284
2285         * gnus-group.el (gnus-group-fetch-charter): New function.
2286         (gnus-group-fetch-control): New function.
2287         Add them to the keymap and menu. Require mm-url.
2288
2289 2002-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2290
2291         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix.
2292         From Alex Schroeder <alex@emacswiki.org>.
2293
2294 2002-08-29  Jesper Harder  <harder@ifa.au.dk>
2295
2296         * gnus-group.el (gnus-group-make-menu-bar): Add ellipses to menu
2297         items expecting user interaction.
2298
2299         * gnus-topic.el (gnus-topic-make-menu-bar): do.
2300
2301         * gnus-sum.el (gnus-summary-make-menu-bar): do.
2302
2303         * gnus-srvr.el (gnus-server-make-menu-bar): do.
2304
2305         * mml.el (mml-menu): do.
2306
2307 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2308
2309         * mail-source.el (mail-source-touch-pop): New function.
2310
2311         * message.el (message-smtpmail-send-it): New function.
2312         (message-send-mail-function): Add it for a candidate.
2313
2314 2002-08-27  Simon Josefsson  <jas@extundo.com>
2315
2316         * gnus-msg.el (posting-charset-alist): Use
2317         gnus-define-group-parameter instead of defcustom.
2318         (gnus-put-message): Handle SPC in GCC.
2319         (gnus-inews-insert-gcc): Ditto.
2320         (gnus-inews-insert-archive-gcc): Ditto.
2321
2322 2002-08-26  Simon Josefsson  <jas@extundo.com>
2323
2324         * gnus-agent.el (gnus-agent-auto-agentize-methods): New variable.
2325         (gnus-agentize): Auto agentize all nntp and nnimap groups.
2326         (gnus-agent-possibly-save-gcc): Autoload.
2327         Suggested by (KOSEKI Yoshinori) <kose@meadowy.org>.
2328
2329 2002-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2330
2331         * gnus.el (gnus-other-frame-function): New user option.
2332         (gnus-other-frame): Use it; add a doc-string; make it work with
2333         the gnuclient program.
2334
2335         * gnus-util.el (gnus-frame-or-window-display-name): New function.
2336
2337         * lpath.el: Fbind `frame-parameter', `make-frame-on-display',
2338         `device-connection' and `dfw-device'.
2339
2340 2002-08-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2341
2342         * gnus-art.el (gnus-emphasis-alist): Strikethru had a lot of false
2343         positives, make it stricter.  From Jochen Hein (trivial change).
2344
2345 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2346
2347         * gnus.el (gnus-other-frame): Trivial fix.
2348
2349 2002-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2350
2351         * gnus.el (gnus-other-frame-parameters): New user option.
2352         (gnus-other-frame-object): New variable.
2353         (gnus-other-frame): Make it search for existing Gnus frame; don't
2354         read new news; delete frame on exit.
2355
2356         * gnus-util.el (gnus-select-frame-set-input-focus): New function.
2357
2358         * lpath.el: Fbind w32-focus-frame and x-focus-frame.
2359
2360 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2361         From \e$B>.4X\e(B \e$B5HB'\e(B (KOSEKI Yoshinori) <kose@meadowy.org>.
2362
2363         * message.el (message-set-auto-save-file-name): Add support for
2364         the Cygwin Emacs; the system-type is `cygwin'.
2365         * nnheader.el (nnheader-file-name-translation-alist): Ditto.
2366
2367 2002-08-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
2368
2369         * gnus-art.el (gnus-button-url-regexp): Use POSIX regexp if possible.
2370
2371         * nnmh.el (nnmh-request-list-1): Use %.0f instead of %d to
2372         avoid arithmetic errors.
2373
2374 2002-08-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2375
2376         * gnus-art.el: Don't fbind `gnus-article-replace-with-quoted-text'.
2377
2378 2002-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2379
2380         * message.el (message-ignored-supersedes-headers): Add X-Hashcash.
2381         (message-ignored-resent-headers): Add envelope From.
2382
2383 2002-08-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2384
2385         * gnus.el (gnus-summary-line-format): Document %k specifier.
2386
2387 2002-08-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2388
2389         * gnus-sum.el (gnus-summary-line-message-size): New function.
2390         (gnus-summary-line-format-alist): Use it.
2391
2392 2002-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2393
2394         * gnus-art.el (article-make-date-line): Refer to the value for
2395         `gnus-article-time-format' in the summary buffer.
2396
2397         * message.el (message-cite-prefix-regexp): Exclude ":" and "\e,A;\e(B".
2398
2399 2002-08-14  Simon Josefsson  <jas@extundo.com>
2400
2401         * gnus-art.el (gnus-button-alist): Use ' not ` for default value
2402         quoting.
2403         (gnus-button-alist): Fix doc.
2404         (gnus-header-button-alist): Use ' not ` for default value quoting.
2405         (gnus-header-button-alist): Don't inline gnus-button-url-regexp,
2406         rationale similar to 2002-05-01 change.
2407         (gnus-article-add-buttons-to-head): Evaluate expression.
2408
2409         * gnus-sum.el (gnus-summary-make-menu-bar): Add MIME button option.
2410
2411 2002-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2412
2413         * message.el (message-font-lock-keywords): Refer to the value for
2414         `message-cite-prefix-regexp' dynamically.
2415
2416 2002-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2417
2418         * gnus-art.el (gnus-decode-header-methods): Doc fix.
2419
2420 2002-08-12  Simon Josefsson  <jas@extundo.com>
2421
2422         * imap.el (imap-shell-open): Allow non-list `imap-shell-program'.
2423         (imap-shell-open): Skip initial junk before IMAP greeting.
2424
2425 2002-08-11  Simon Josefsson  <jas@extundo.com>
2426
2427         * message-utils.el (message-xpost-default,
2428         message-xpost-fup2-header, message-xpost-fup2): Fixed
2429         Typos.  Trivial changes from Reiner Steib
2430         <4uce.02.r.steib@gmx.net>.
2431
2432 2002-08-09  Simon Josefsson  <jas@extundo.com>
2433
2434         * message.el (message-canlock-password): Set
2435         canlock-password-for-verify to newly generated canlock-password.
2436         When Emacs is restarted, Custom makes sure this is set, but during
2437         the same session we must set it manually.
2438
2439 2002-08-07  Jesper Harder  <harder@ifa.au.dk>
2440
2441         * yenc.el: New file.
2442
2443         * mm-uu.el (mm-uu-yenc-decode-function): New variable.
2444         (mm-uu-type-alist): Add yenc.
2445         (mm-uu-yenc-filename): New function.
2446         (mm-uu-yenc-extract): New function.
2447
2448         * mm-bodies.el (mm-decode-content-transfer-encoding): Add yenc.
2449
2450 2002-08-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2451
2452         * dgnushack.el (merge): Don't use coerce.
2453
2454 2002-05-27  Jesper Harder  <harder@ifa.au.dk>
2455
2456         * mailcap.el (mailcap-mime-data): Test window-system rather than
2457         mm-device-type.
2458         (mailcap-mime-data): Call xdvi and gv with "-safer".
2459
2460         * mm-util.el: Don't define mm-device-type.
2461
2462 2002-08-05  Simon Josefsson  <jas@extundo.com>
2463
2464         * mm-util.el (mm-coding-system-priorities): coding-system type not
2465         supported everywhere.
2466
2467 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2468
2469         * gnus.el (gnus-version-number): Bumped version number.
2470
2471 2002-08-04 01:48:57 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
2472
2473         * gnus.el: Oort Gnus v0.07 is released.
2474
2475 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2476
2477         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.
2478         (gnus-article-sort-functions): Doc fix.
2479         (t): New keystroke.
2480         (gnus-article-sort-by-random): New function.
2481         (gnus-thread-sort-by-random): New function.
2482
2483 2002-08-02  Simon Josefsson  <jas@extundo.com>
2484
2485         * gnus-logic.el (gnus-advanced-integer): Swap arguments in
2486         funcall.  From Scott A Crosby <scrosby@cs.rice.edu>.
2487
2488 2002-07-31  Danny Siu  <dsiu@adobe.com>
2489
2490         * nnimap.el (nnimap-split-articles): do not call nnmail-fetch-field
2491         when splitting malformed messages without message-id
2492
2493 2002-07-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2494         From Niklas Morberg <niklas.morberg@axis.com>.
2495
2496         * nnweb.el (nnweb-type, nnweb-type-definition)
2497         (nnweb-gmane-create-mapping, nnweb-gmane-wash-article)
2498         (nnweb-gmane-search, nnweb-gmane-identity): Added gmane
2499         functionality.
2500         * nnweb.el: Removed old non-functioning search engines.
2501
2502 2002-07-27  Simon Josefsson  <jas@extundo.com>
2503
2504         * message.el (message-forward-make-body): Don't use
2505         `message-forward-ignored-headers' when doing a "raw" followup (it
2506         is important to preserve e.g. CTE).
2507
2508         * flow-fill.el (fill-flowed): Disable filladapt-mode.
2509
2510         * gnus-sieve.el (gnus-sieve-guess-rule-for-article): Don't
2511         regexp-quote, Cyrus Sieve is fixed.
2512
2513         * sieve-manage.el (sieve-manage-deletescript): New function.
2514
2515         * sieve.el (sieve-manage-mode-map): Fix down-mouse-2 and down-mouse-3.
2516         (sieve-manage-mode): Fix menubar.
2517         (sieve-activate): Change some messages.
2518         (sieve-deactivate-all): New function.
2519         (sieve-deactivate): New alias.
2520         (sieve-remove): New function.
2521         (sieve-help): Fix help.
2522         All suggested by Ned Ludd.
2523
2524 2002-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2525
2526         * mm-decode.el (mm-inline-text-html-with-images): Doc fix.
2527         (mm-w3m-safe-url-regexp): New user option.
2528
2529         * mm-view.el (mm-inline-text-html-render-with-w3m): Use
2530         `mm-w3m-safe-url-regexp' to bind `w3m-safe-url-regexp'.
2531
2532 2002-07-23  Karl Kleinpaste  <karl@charcoal.com>
2533
2534         * gnus-sum.el (gnus-summary-delete-article): Force
2535         nnmail-expiry-target to 'delete, so that absolute deletion
2536         happens when absolute deletion is requested.
2537
2538 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2539         From Nevin Kapur <nevin@jhu.edu>.
2540
2541         * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
2542         headers as empty headers.
2543
2544 2002-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2545         From Jochen Hein <jochen@jochen.org>.
2546
2547         * gnus-art.el (gnus-emphasis-alist): Add strikethrough and
2548         correct typo.
2549         (gnus-emphasis-strikethru): New face.
2550
2551 2002-07-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2552         From Jason Merrill <jason@redhat.com>.
2553
2554         * nnfolder.el (nnfolder-retrieve-headers): Avoid searching the
2555         entire file for each of a sequence of missing articles.
2556
2557         * gnus-salt.el (gnus-binary-display-article): Respect an existing
2558         value for gnus-view-pseudos.
2559
2560         * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
2561         avoid nreverse.
2562
2563 2002-07-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2564         From Ted Zlatanov <teodor.zlatanov@divine.com>.
2565
2566         * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
2567         (gnus-summary-mode-line-format-alist): Add %h for number of
2568         spams.
2569         (gnus-newsgroup-spam-marked): New variable.
2570         (gnus-summary-local-variables): Add gnus-newsgroup-spam-marked.
2571         (gnus-article-read-p, gnus-article-mark)
2572         (gnus-set-global-variables, gnus-set-global-variables)
2573         (gnus-article-marked-p, gnus-summary-mark-article-as-read)
2574         (gnus-summary-mark-article-as-unread)
2575         (gnus-summary-mark-article-as-unread, gnus-summary-mark-article)
2576         (gnus-mark-article-as-read, gnus-mark-article-as-unread)
2577         (gnus-mark-article-as-unread, gnus-summary-catchup): Grok spam.
2578
2579 2002-07-10  Simon Josefsson  <jas@extundo.com>
2580
2581         * nnimap.el (nnimap-split-to-groups): Allow group string to be a
2582         function.  From KANEMATSU Daiji <kdaiji@bea.com>.
2583
2584 2002-07-09  Nevin Kapur  <nevin@jhu.edu>
2585
2586         * gnus-sum.el (gnus-summary-delete-article): Respect group
2587         parameters while expiring.
2588
2589 2002-07-08  Simon Josefsson  <jas@extundo.com>
2590
2591         * gnus-art.el (article-make-date-line): Fix string.  From Henrik
2592         Enberg.
2593
2594 2002-07-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2595
2596         * gnus-art.el (article-unsplit-urls): Only display MIME when this
2597         function is called interactively.  From Niklas Morberg.
2598
2599 2002-07-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
2600
2601         * gnus-topic.el (gnus-topic-indent, gnus-topic-unindent): Change
2602         cdaar to cdar and car.
2603
2604         * nnsoup.el (nnsoup-retrieve-headers, nnsoup-request-type)
2605         (nnsoup-read-active-file, nnsoup-article-to-area): Ditto.
2606
2607 2002-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2608
2609         * gnus-sum.el (gnus-summary-toggle-header): Show headers anyway;
2610         don't break a narrowed article.
2611
2612         * nntp.el (nntp-via-rlogin-command-switches): Doc fix.
2613         (nntp-open-via-rlogin-and-telnet): Ditto.
2614
2615 2002-07-02  Didier Verna  <didier@xemacs.org>
2616
2617         * nnmail.el (nnmail-split-methods): fix custom type.
2618
2619 2002-07-02  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2620
2621         * gnus-art.el (article-unsplit-urls): Keep URL buttonized after
2622         unsplitting.  From Niklas Morberg <niklas.morberg@axis.com>.
2623
2624 2002-07-01  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2625
2626         * gnus-msg.el (gnus-summary-resend-default-address): New user option.
2627         (gnus-summary-resend-message): Use it.
2628
2629 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2630
2631         * nntp.el (nntp-via-rlogin-command-switches): New variable.
2632         (nntp-open-via-rlogin-and-telnet): Re-revert; use the var above.
2633
2634 2002-06-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2635
2636         * message.el (message-font-lock-keywords): Don't fontify
2637         headers in the message body, only in the header.
2638         (message-font-lock-make-header-matcher): New function, used by
2639         message-font-lock-keywords.
2640         From Katsumi Yamaoka <yamaoka@jpl.org>.
2641
2642 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2643
2644         * nntp.el (nntp-open-via-rlogin-and-telnet): Revert last change.
2645
2646 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2647
2648         * nntp.el (nntp-open-via-rlogin-and-telnet): Hide commandline args.
2649
2650 2002-06-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2651
2652         * message.el (message-font-lock-keywords): Revert 2002-06-22
2653         change.
2654
2655 2002-06-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2656
2657         * message.el (message-font-lock-keywords): Put colon in header
2658         name match.
2659
2660 2002-06-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2661
2662         * message.el (message-font-lock-keywords): Don't use header faces
2663         in the body.  Thanks to Stefan Monnier for the hint on the
2664         implementation.
2665
2666 2002-05-09  Miles Bader  <miles@gnu.org>
2667
2668         * gnus-cite.el (gnus-cite-blank-line-after-header): New variable.
2669         (gnus-article-hide-citation): Respect it.
2670
2671 2002-04-12  Juanma Barranquero  <lektu@terra.es>
2672
2673         * pop3.el (pop3-open-server): Fix typo.
2674
2675 2002-06-18  Josh Huber  <huber@alum.wpi.edu>
2676
2677         * gnus.el (gnus-find-subscribed-addresses): Use add-to-list
2678         instead of push to ignore duplicate to-(list|address) values.
2679         * nnmail.el (nnmail-cache-ignore-groups): New.
2680         * nnmail.el (nnmail-cache-insert): Obey nnmail-cache-ignore-groups
2681
2682 2002-06-18  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2683
2684         * gnus-delay.el (gnus-delay-send-queue): Delete the delay header
2685         before sending.  Suggested by Jan Rychter.
2686
2687 2002-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2688
2689         * dgnushack.el (remove): New compiler macro.
2690         (last, coerce, subseq): Remove compiler macros for those built-in
2691         or unused functions.
2692
2693 2002-06-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2694
2695         * gnus-start.el (gnus-clear-system, gnus-read-newsrc-file): Make
2696         sure to write byte-compiled versions of gnus-*-format-alist to
2697         .newsrc.eld.  From Simon Josefsson.
2698
2699 2002-06-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2700
2701         * gnus-agent.el (gnus-agent-read-servers)
2702         (gnus-agent-write-servers): Put server name (string like
2703         "nnchoke:frumple") in the file instead of a server specification
2704         (Lisp expression like (nnchoke "frumple" ...parameters...)).
2705         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
2706
2707 2002-06-16  Simon Josefsson  <jas@extundo.com>
2708
2709         * gnus-cache.el (gnus-cache-remove-article): n is &optional.  From
2710         Reiner Steib <4uce.02.r.steib@gmx.net>.
2711
2712 2002-06-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
2713
2714         * nnheader.el (nnheader-file-name-translation-alist): Set the
2715         default value for MS Windows systems.
2716
2717         * gnus-ems.el (nnheader-file-name-translation-alist): Removed.
2718
2719 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2720
2721         * message.el (message-beginning-of-line): Keep the region active
2722         in XEmacs.  Suggested by TAKAHASHI Kaoru <kaoru@kaisei.org>.
2723
2724 2002-06-13  Josh Huber  <huber@alum.wpi.edu>
2725
2726         * gnus-msg.el (gnus-summary-followup): Use g-s-handle-replysign.
2727         * gnus-msg.el (gnus-summary-reply): Ditto.
2728         * gnus-msg.el (gnus-summary-handle-replysign): New.
2729
2730 2002-06-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2731
2732         * message.el (message-send-mail-with-sendmail): Kill errbuf even
2733         if sending failed.
2734
2735 2002-06-11  Josh Huber  <huber@alum.wpi.edu>
2736
2737         * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore
2738         * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument
2739         to sign while encrypting.
2740
2741 2002-06-11  Simon Josefsson  <jas@extundo.com>
2742
2743         * gnus-int.el (gnus-request-move-article): Agent expire article if
2744         successfuly moved.
2745
2746         * nnweb.el (nnweb-google-create-mapping): Honors the value of
2747         nnweb-max-hits.  From Niklas Morberg <niklas.morberg@axis.com>.
2748
2749 2002-06-10  Simon Josefsson  <jas@extundo.com>
2750
2751         * gnus-int.el (gnus-request-expire-articles): Fix last change?
2752
2753 2002-06-09  Simon Josefsson  <jas@extundo.com>
2754
2755         * gnus-sum.el (gnus-summary-delete-article): Don't agent expire here.
2756
2757         * gnus-int.el (gnus-request-expire-articles): Do it here instead.
2758
2759 2002-06-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
2760
2761         * flow-fill.el (fill-flowed): Ignore errors.
2762
2763 2002-06-06  Simon Josefsson  <jas@extundo.com>
2764
2765         * message.el (message-send-mail-with-sendmail): Improve error message.
2766
2767 2002-06-06  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2768
2769         * message.el (message-interactive): Change default from nil to t.
2770         Better to be safe than to be fast.
2771
2772 2002-06-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2773
2774         * message.el (message-send-mail-with-sendmail): Check return value
2775         from call-process-region.
2776
2777 2002-06-04  Simon Josefsson  <jas@extundo.com>
2778
2779         * gnus-msg.el (gnus-group-mail, gnus-group-news)
2780         (gnus-group-post-news, gnus-summary-mail-other-window)
2781         (gnus-summary-news-other-window, gnus-summary-post-news): Bind
2782         gnus-article-copy to nil, thereby inhibiting the `header' posting
2783         style match to use data from last viewed article.
2784         Suggested by Hrvoje Niksic.
2785
2786 2002-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2787
2788         * spam.el (spam-point-at-eol): New alias.
2789         (spam-parse-whitelist): Use it.
2790
2791 2002-06-03  Simon Josefsson  <jas@extundo.com>
2792
2793         * nnmail.el (nnmail-mail-splitting-decodes): New variable.
2794         (nnmail-article-group): Use it.
2795
2796 2002-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2797
2798         * gnus-msg.el (gnus-inews-yank-articles): Merge split header lines
2799         so that code reading them won't be surprised.  From Jesper Harder
2800         <harder@ifa.au.dk>.
2801
2802 2002-05-29  Simon Josefsson  <jas@extundo.com>
2803
2804         * gnus-sum.el (gnus-summary-delete-article): Agent expire deleted
2805         articles.
2806
2807         * gnus.el (gnus-agent-cache): Doc fix.
2808         (gnus-agent): Change default to t.
2809
2810         * gnus-agent.el (gnus-agent-expire): Make it accept optional
2811         ARTICLES, GROUP and FORCE parameters.
2812
2813 2002-05-28  Simon Josefsson  <jas@extundo.com>
2814
2815         * gnus-group.el (gnus-group-line-format): Doc fix.
2816
2817 2002-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2818
2819         * gnus-msg.el (gnus-inews-yank-articles): Unfold headers of
2820         original article before yanking.  From Jesper Harder
2821         <harder@ifa.au.dk>.
2822
2823 2002-05-26  Simon Josefsson  <jas@extundo.com>
2824
2825         * gnus-sum.el (gnus-summary-menu-split): New function.
2826         (gnus-summary-make-menu-bar): Split charset submenu.
2827         (gnus-summary-menu-maxlen): New variable.
2828         (gnus-summary-menu-split): Use it.
2829
2830 2002-05-25  Simon Josefsson  <jas@extundo.com>
2831
2832         * mml.el (mml-preview): Generate some headers.
2833
2834         * gnus.el (gnus-large-newsgroup): Fix :type.
2835
2836         * nnimap.el (nnimap-nov-is-evil): Change default to t (because the
2837         Agent cache NOV's by default now).
2838         (nnimap-nov-is-evil): Make it default to `gnus-agent' instead.
2839
2840 2002-05-18  Jesper Harder  <harder@ifa.au.dk>
2841
2842         * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
2843         call to gnus-parent-id when we check for References loops.
2844         (gnus-summary-prepare-threads): Avoid simplifying every Subject
2845         twice by saving the simplified subject string in simp-subject.
2846
2847 2002-05-23  Simon Josefsson  <jas@extundo.com>
2848
2849         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Typo.  Trivial
2850         change from Benjamin Rutt <rutt+news@cis.ohio-state.edu>.
2851
2852         * nnweb.el (nnweb-type): Remove dejanewsold.  Trivial change from
2853         Niklas Morberg <niklas.morberg@axis.com>.
2854
2855 2002-05-22  Simon Josefsson  <jas@extundo.com>
2856
2857         * sieve.el (sieve-change-region): Define it before it is used.
2858
2859         * gnus-msg.el (gnus-confirm-mail-reply-to-news)
2860         (gnus-summary-reply): Ask for confirmation when replying to news.
2861         Defaults to not ask.  From Benjamin Rutt
2862         <rutt+news@cis.ohio-state.edu>.
2863
2864         * nnimap.el (nnimap-nov-is-evil): Improve doc.
2865
2866 2002-05-21  Simon Josefsson  <jas@extundo.com>
2867
2868         * sieve-mode.el (sieve-manage): Fix autoloads.
2869
2870         * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
2871         name (makes it work with recent Cyrus timsieved).
2872
2873 2002-05-20  Jason  <jbaker@cs.utah.edu>
2874         Trivial patch.
2875
2876         * gnus-art.el (gnus-request-article-this-buffer): Try
2877         reconnecting if you don't get the message.
2878
2879 2002-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2880
2881         * gnus-sum.el (gnus-summary-enter-digest-group): Only get
2882         Reply-To headers from the headers.
2883
2884 2002-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2885
2886         * mm-url.el (mm-url-insert): Remove junk message.
2887
2888 2002-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2889
2890         * nnslashdot.el (nnslashdot-request-list): Parse new html.
2891         (nnslashdot-use-front-page): New variable.
2892         (nnslashdot-request-list): Use it.
2893
2894         * mm-url.el (mm-url-timeout): New variable.
2895         (mm-url-retries): Ditto.
2896         (mm-url-insert): Use it.
2897
2898 2002-05-16  Simon Josefsson  <jas@extundo.com>
2899
2900         * gnus-sum.el (gnus-simplify-all-whitespace): New function.
2901         (gnus-simplify-subject-functions): Mention g-s-a-w.
2902
2903 2002-05-15  Josh Huber  <huber@alum.wpi.edu>
2904
2905         * nnbabyl.el (nnbabyl-request-accept-article): Pass group to
2906         nnmail-cache-insert.
2907         * nndiary.el (nndiary-request-accept-article): Ditto.
2908         * nnfolder.el (nnfolder-request-accept-article): Ditto.
2909         * nnimap.el (nnimap-request-accept-article): Ditto.
2910         * nnmail.el (nnmail-process-unix-mail-format): Ditto.
2911         * nnmail.el (nnmail-check-duplication): Ditto. (from gnus-art)
2912         * nnmbox.el (nnmbox-request-accept-article): Ditto.
2913         * nnmh.el (nnmh-request-accept-article): Ditto.
2914         * nnmail.el (nnmail-cache-insert): Change group to required,
2915         removed code which tried to figure out the group.
2916
2917 2002-05-13  Josh Huber  <huber@alum.wpi.edu>
2918
2919         * mml.el (mml-generate-mime-1): Fix mml generation for signed only
2920         messages. From Hans de Graaff <hans@degraaff.org>.
2921         * nnml.el (nnml-request-accept-article): Pass in the group name to
2922         nnmail-cache-insert, since it's available.
2923
2924 2002-05-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
2925
2926         * nndoc.el (nndoc-mime-digest-type-p): Set proper file-end.
2927
2928 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2929         From Florian Weimer <fw@deneb.enyo.de>.
2930
2931         * gnus.el (subscribed): New group parameter.
2932         (gnus-find-subscribed-addresses): Use it.
2933
2934 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
2935
2936         * mml-sec.el (mml-signencrypt-style-alist): Rename.  Also, changed
2937         the default for pgpmime to support pgp v2.
2938         * mml-sec.el (mml-signencrypt-style): New accessor function to
2939         allow users to get/set the signencrypt style more easily without
2940         frobbing the alist directly.
2941         * mml.el (mml-generate-mime-1): Use accessor function.
2942
2943 2002-05-08  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2944
2945         * gnus-art.el (gnus-article-mode-syntax-table): Specify matching
2946         parenthesis for "<" and ">".  Suggested by Andreas Schwab
2947         <schwab@suse.de>.
2948
2949 2002-05-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2950
2951         * nnmail.el (nnmail-cache-insert): Prefer group-art over group
2952         when intuiting the group the message is written to.  From Josh
2953         Huber <huber@alum.wpi.edu>.
2954
2955 2002-05-06  Simon Josefsson  <jas@extundo.com>
2956
2957         * gnus-topic.el (gnus-group-topic-parameters): Work when group
2958         buffer doesn't show group.  From Matt Armstrong <matt@lickey.com>.
2959
2960 2002-05-06  Josh Huber  <huber@alum.wpi.edu>
2961
2962         * mml2015.el (mml2015-gpg-encrypt): Changed name of optional
2963         argument, and fixed compiler warning. (added autoload for
2964         gpg-encrypt).
2965
2966 2002-05-04  Simon Josefsson  <jas@extundo.com>
2967
2968         * mml1991.el (mml1991-function-alist): Doc fix.
2969
2970         * mml.el (mml-preview): Bind gnus-newsrc-hashtb temporarily if it
2971         doesn't exist (for previewing messages without having Gnus
2972         started).
2973
2974         * mm-util.el (mm-coding-system-priorities): Defcustom.
2975
2976         * mm-encode.el (mm-content-transfer-encoding-defaults): Defcustom.
2977
2978 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
2979
2980         * gnus-msg.el (gnus-message-replysignencrypted): enabled by
2981         default.
2982         * mml-sec.el:
2983         * mml-sec.el (mml-signencrypt-style): New.
2984         * mml-sec.el (mml-pgpmime-encrypt-buffer): Accept optional
2985         argument `sign'.
2986         * mml-sec.el (mml-secure-message-encrypt-pgp): Changed default to
2987         signencrypt.
2988         * mml-sec.el (mml-secure-message-encrypt-pgpmime): Ditto.
2989         * mml.el (mml-generate-mime-1): Changed logic so a part which is
2990         both signed & encryped is processed in one operation. (rather than
2991         two separate ops: sign, then encrypt)
2992         * mml2015.el (mml2015-gpg-extract-signature-details): Give some
2993         indication if a message is signed by an expired key.
2994         * mml2015.el (mml2015-gpg-encrypt): Accept optional argument which
2995         enables combined sign & encrypt operation. (this was always on
2996         before).
2997         * mml2015.el (mml2015-encrypt): Accept optional argument `sign'.
2998
2999 2002-05-01  Simon Josefsson  <jas@extundo.com>
3000
3001         * nnimap.el (nnimap-retrieve-groups): Use separate data for each
3002         server.
3003         (nnimap-mailbox-info): defvar instead of defvoo.
3004
3005 2002-05-01 20:09:21 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
3006
3007         * gnus.el: Oort Gnus v0.06 is released.
3008
3009 2002-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3010
3011         * lpath.el: Bind url-package-version.
3012
3013 2002-05-01  Simon Josefsson  <jas@extundo.com>
3014
3015         * nnfolder.el (nnfolder-request-delete-group): Figure out nov/mrk
3016         filename before deleting the group itself, because the presence of
3017         a group filename decides if long filenames are used or not.
3018
3019         * gnus-art.el (gnus-button-alist): Don't inline
3020         gnus-button-url-regexp.  This makes it possible to change g-b-u-r
3021         without also modifying g-button-alist.
3022         (gnus-button-alist): Fix type to allow variable as well as regexp.
3023         (gnus-article-add-buttons): Evaluate regexp.  Strings evaluate to
3024         themselves, variables to its contents.
3025         (gnus-button-entry): Ditto.
3026
3027 2002-05-01  Simon Josefsson  <jas@extundo.com>
3028
3029         * imap.el (imap-parse-resp-text-code, imap-parse-status): Treat
3030         UIDNEXT as a string.
3031
3032         * nnimap.el (nnimap-string-lessp-numerical): New function.
3033         (nnimap-retrieve-groups): Compare UIDNEXT as strings instead of
3034         integers.
3035
3036 2002-04-29  Simon Josefsson  <jas@extundo.com>
3037
3038         * nnmail.el (nnmail-cache-insert): Accept optional group
3039         parameter.
3040
3041         * nnimap.el (nnimap-retrieve-groups): Don't send STATUS when
3042         n-r-g-a is disabled.
3043
3044 2002-04-29  Simon Josefsson  <jas@extundo.com>
3045
3046         * nnimap.el (nnimap-split-fancy): Fix doc.
3047         (nnimap-split-fancy): Fix doc.
3048
3049         * nnimap.el (nnimap-retrieve-groups-asynchronous): New variable.
3050         (nnimap-mailbox-info): New internal variable.
3051         (nnimap-retrieve-groups): Implement faster new mail check.
3052
3053         * nnimap.el (nnimap-split-articles): Support
3054         nnmail-cache-accepted-message-ids.
3055         (nnimap-request-accept-article): Ditto.
3056
3057         * imap.el (imap-mailbox-status-asynch): New command.
3058
3059 2002-04-29  Nevin Kapur  <nevin@jhu.edu>
3060
3061         * gnus.el (gnus-find-subscribed-addresses): Return nil when there
3062         are no subscribed mail groups.
3063         - Strip quoted names when comparing addresses
3064
3065 2002-04-28  Jesper Harder  <harder@ifa.au.dk>
3066
3067         * mm-decode.el (mm-text-html-renderer): Change customize type to
3068         const.
3069
3070         * gnus-msg.el (gnus-discouraged-post-methods): Fix typo.
3071         (gnus-debug-exclude-variables): do.
3072
3073 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3074
3075         * gnus-msg.el (gnus-article-mail): Use gnus-msg-mail instead.
3076         Trivial change from Karl Pfl\e,Ad\e(Bsterer <sigurd@12move.de>.
3077
3078 2002-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3079
3080         * dns.el (dns-make-network-process): New macro.
3081         (query-dns): Use it.
3082
3083 2002-04-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3084
3085         * gnus-msg.el (gnus-summary-reply): Remove unbound variable
3086         article-buffer.
3087
3088         * mm-url.el (mm-url-package-name): New variable.
3089         (mm-url-package-version): New variable.
3090         (mm-url-insert-file-contents): Bind url-package-name and
3091         url-package-version here.
3092         * nnrss.el (nnrss-insert-w3): Move the bindings.
3093
3094         * nnrss.el (nnrss-insert-w3): Bind url-package-name and
3095         url-package-version. Trivial change from Andrew J Cosgriff
3096         <ajc@polydistortion.net>
3097
3098         * mm-decode.el (mm-save-part): Fill in file name when GUI saving
3099         attachments. Trivial change from Peter 'Luna' Runestig
3100         <peter@runestig.com>.
3101
3102 2002-04-19  Jesper Harder  <harder@ifa.au.dk>
3103
3104         * nnkiboze.el (nnkiboze-request-scan): Call
3105         nnkiboze-possibly-change-group.
3106         (nnkiboze-generate-group): Use mm-with-unibyte to avoid encoding
3107         problems.
3108         (nnkiboze-generate-group): Set newsrc to the *highest* article
3109         number kibozed, not the lowest.
3110
3111 2002-04-15  Jesper Harder  <harder@ifa.au.dk>
3112
3113         * gnus-art.el (article-unsplit-urls): Allow trailing SPC.
3114
3115 2002-04-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3116         From Dan Christensen <jdc+news@uwo.ca>.
3117
3118         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
3119         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
3120         Recognize math postings.  Extract Date (now ignores "(15kb)").
3121         Extract email address using gnus-extract-address-components
3122         instead of just taking the first word.  Create Date and From
3123         headers for message which are missing these headers.  Get rid
3124         of spurious \\ lines (purely cosmetic).  Extend body-end and
3125         file-end regexps, to exclude more garbage from the message.
3126         Make URL rephrasing regexp more flexible, to match current
3127         format.
3128
3129 2002-04-23  Simon Josefsson  <jas@extundo.com>
3130
3131         * netrc.el: New file, functions copied from gnus-util.el by Ted
3132         Zlatanov <tzz@lifelogs.com>.
3133
3134         * gnus-util.el: Require netrc.
3135         (gnus-netrc-get, gnus-netrc-machine, gnus-parse-netrc): Aliased to
3136         new code in netrc.el.
3137
3138 2002-04-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3139
3140         * gnus-msg.el (gnus-summary-resend-message-edit): Remove
3141         message-ignored-resent-headers, too.  From Matthieu Moy
3142         <Matthieu.Moy@imag.fr>.
3143
3144 2002-04-22  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
3145
3146         * gnus-srvr.el (gnus-server-browse-in-group-buffer): it is a
3147         boolean not a string
3148         * gnus-group.el (gnus-group-line-format): add description of %C
3149         * gnus-group.el (gnus-group-line-format-alist): add gnus-tmp-comment
3150           as %C
3151         * gnus-group.el (gnus-group-insert-group-line): add gnus-tmp-comment
3152
3153 2002-04-22  Paul Jarc  <prj@po.cwru.edu>
3154
3155         * nnmaildir.el (nnmaildir-request-scan): typo: set
3156         nnmaildir-get-new-mail, not nnmaildir-new-mail.  Don't call
3157         nnmail-get-new-mail for 'find-new-groups.
3158
3159 2002-04-21  Paul Jarc  <prj@po.cwru.edu>
3160
3161         * nnmaildir.el (nnmaildir-request-update-info,
3162         nnmaildir-request-group, nnmaildir-retrieve-groups): remove
3163         unnecessary calls to nnmaildir-request-scan.
3164
3165 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
3166
3167         * gnus-msg.el:
3168         * gnus-msg.el (gnus-message-replysign): New.
3169         * gnus-msg.el (gnus-message-replyencrypt): New.
3170         * gnus-msg.el (gnus-message-replysignencrypted): New.
3171         * gnus-msg.el (gnus-summary-reply): Use the three new variables
3172         (above) to automatically encrypt/sign to encrypted/signed
3173         messages.
3174         * message.el:
3175         * message.el (message-mode-map): Add keybinding for
3176         `message-to-list-only'
3177         * message.el (message-mode): Add description for
3178         `message-to-list-only'
3179         * message.el (message-to-list-only): New.
3180         * message.el (message-make-mft): Changed to use the cl loop macro,
3181         and added optional flag to return only the matched list. (for use
3182         in new message-to-list-only function)
3183
3184 2002-04-20  Josh Huber  <huber@alum.wpi.edu>
3185
3186         * gnus-msg.el:
3187         * gnus-msg.el (gnus-message-replysign):
3188         * gnus-msg.el (gnus-replysign): New.
3189         * gnus-msg.el (gnus-replyencrypt): New.
3190         * gnus-msg.el (gnus-replysignencrypted): New.
3191         * gnus-msg.el (gnus-summary-reply):
3192         * message.el:
3193         * message.el (message-mode-map):
3194         * message.el (message-mode):
3195         * message.el (message-to-list-only): New.
3196         * message.el (message-make-mft):
3197
3198 2002-04-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3199
3200         * gnus-win.el (gnus-configure-windows-hook): Fix typo.
3201
3202 2002-04-18  Josh Huber  <huber@alum.wpi.edu>
3203
3204         * message.el (message-gen-unsubscribed-mft): accept a prefix
3205         argument so CC can be included with C-u C-c C-f C-a
3206
3207 2002-04-17  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3208         From Ted Zlatanov <teodor.zlatanov@divine.com>.
3209
3210         * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
3211         Improve docstring.
3212         (spam-enter-blacklist): New command.
3213
3214         * gnus-sum.el (gnus-spam-mark): New mark.
3215         (gnus-auto-expirable-marks): Add gnus-spam-mark.
3216         (gnus-summary-make-tool-bar): Correct conditional.
3217         (gnus-summary-limit-to-unread): Add gnus-spam-mark.
3218         (gnus-summary-mark-as-spam): New command.
3219
3220 2002-04-13  Josh Huber  <huber@alum.wpi.edu>
3221
3222         * mml-sec.el (mml-secure-message): changed to support arbritrary
3223         modes.
3224         * mml-sec.el (mml-secure-message-encrypt-(smime|pgp|pgpmime)):
3225         changed to support "signencrypt" mode.
3226         * mml.el (mml-parse-1): changed to support different secure modes
3227         more easily. (for signencrypt)
3228
3229 2002-04-11  Stefan Monnier  <monnier@cs.yale.edu>
3230
3231         * gnus-sum.el (gnus-update-summary-mark-positions)
3232         (gnus-summary-toggle-header):
3233         * gnus-uu.el (gnus-uu-binhex-article, gnus-uu-reginize-string)
3234         (gnus-uu-expand-numbers, gnus-uu-post-make-mime)
3235         (gnus-uu-post-encoded):
3236         * nnfolder.el (nnfolder-possibly-change-group):
3237         * nnimap.el (nnimap-retrieve-headers):
3238         * nnmbox.el (nnmbox-create-mbox): Don't assume point-min == 1.
3239
3240 2002-04-08  Stefan Monnier  <monnier@cs.yale.edu>
3241
3242         * nnml.el (nnml-save-nov, nnml-generate-nov-file):
3243         * pop3.el (pop3-md5): Don't hardcode point-min == 1.
3244
3245 2002-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3246
3247         * gnus-srvr.el (gnus-server-set-info): Clear
3248         `gnus-server-method-cache' when `gnus-server-alist' is changed.
3249         From Daiki Ueno <ueno@unixuser.org>.
3250
3251 2002-04-11  Simon Josefsson  <jas@extundo.com>
3252
3253         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Force
3254         viewing of security buttons.  Thanks to Nicolas Kowalski
3255         <Nicolas.Kowalski@imag.fr>.
3256
3257         * smime.el (smime-CA-directory): Fix doc.  Thanks to Arne
3258         J\e,Ax\e(Brgensen <arne+usenet@daimi.au.dk>.
3259         (smime-sign-buffer): Work in XEmacs.  Thanks to Nicolas Kowalski
3260         <Nicolas.Kowalski@imag.fr>.
3261         (smime-decrypt-buffer): Ditto.
3262
3263 2002-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3264
3265         * gnus-art.el (gnus-article-prepare): Place point on the emtpy
3266         header line.
3267
3268 2002-04-11  Per Abrahamsen  <abraham@dina.kvl.dk>
3269
3270         * gnus.el (gnus-refer-article-method): Change `dejanews' to `google'.
3271
3272 2002-04-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3273
3274         * gnus-sum.el (gnus-summary-delete-marked-with): Fix typo.
3275
3276 2002-04-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
3277
3278         * mm-view.el (mm-inline-text-html-render-with-w3): Don't ignore
3279         errors when debug.
3280
3281 2002-04-07  Josh Huber  <huber@alum.wpi.edu>
3282
3283         * message.el (message-make-mft): Changed MFT code from using
3284         message-recipients (which included Bcc) to use only the To and CC
3285         headers.
3286
3287 2002-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
3288
3289         * gnus-art.el (gnus-treat-from-picon): Add to gnus-picon group and
3290         add link.
3291         (gnus-treat-mail-picon): Ditto.
3292         (gnus-treat-newsgroups-picon): Ditto.
3293         (gnus-picon-databases): Fix custom type.
3294         (gnus-picon-databases): Add link.
3295         (gnus-article-x-face-command): Add to gnus-picon group.
3296
3297 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
3298
3299         * message.el (message-buffer-naming-style): Remove.
3300
3301 2002-04-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3302
3303         * gnus-group.el (gnus-group-make-tool-bar): Load tool-bar first.
3304
3305         * message.el (message-tool-bar-map): Ditto.
3306
3307         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
3308
3309 2002-04-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3310
3311         * nnwarchive.el (nnwarchive-mail-archive-article): Fix typo.
3312
3313 2002-04-01  Paul Jarc  <prj@po.cwru.edu>
3314
3315         * nnmaildir.el: fixed some buggy invocations of nnmaildir--pgname.
3316
3317 2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
3318         Trivial patch.
3319
3320         * dns.el: open-network-stream under XEmacs does udp.
3321
3322 2002-03-31  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
3323
3324         * spam.el (spam-enter-whitelist): New function.
3325         (spam-parse-whitelist): Ditto.
3326         (spam-refresh-list-cache): Ditto.
3327         (spam-address-whitelisted-p): New function.
3328
3329         * dns.el (query-dns): Use TCP when make-network-process isn't
3330         available.
3331         (dns-servers): New variable.
3332         (dns-parse-resolv-conf): New function.
3333         (query-dns): Use it.
3334
3335         * spam.el: New file.
3336
3337         * dns.el (query-dns): Test.
3338
3339 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3340
3341         * lpath.el (featurep): Bind make-network-process.
3342
3343 2002-03-31  Paul Jarc  <prj@po.cwru.edu>
3344
3345         * nnmaildir.el: Use defstruct.  Use a single copy of
3346         nnmail-extra-headers to save memory.  Store server's group name
3347         prefix instead of each group's prefixed name.
3348         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Erase
3349         nntp-server-buffer.
3350
3351 2002-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3352
3353         * dns.el: New file.
3354
3355 2002-03-28  Simon Josefsson  <jas@extundo.com>
3356
3357         * gnus-sum.el (gnus-summary-dummy-line-format):
3358         * gnus.el (gnus-summary-line-format): Fixing links to Info.
3359         Trivial change from Bj\e,Av\e(Brn Torkelsson <torkel@pdc.kth.se>.
3360
3361 2002-03-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3362
3363         * gnus-sum.el (gnus-summary-move-article)
3364         (gnus-summary-copy-article): Mention `gnus-move-split-methods' in
3365         the doc string.
3366
3367 2002-03-28  Simon Josefsson  <jas@extundo.com>
3368
3369         * mml-sec.el (mml-secure-message): Search after
3370         mail-header-separator from top of message.
3371
3372 2002-03-28  Paul Jarc  <prj@po.cwru.edu>
3373
3374         * nnmaildir.el: Cosmetic changes.
3375         (nnmaildir--with-nntp-buffer, nnmaildir--with-work-buffer,
3376         nnmaildir--with-nov-buffer, nnmaildir--with-move-buffer,
3377         nnmaildir--group-ls): New macros/functions.  Use them.
3378         (nnmaildir--unlink): Evalutate argument only once.
3379
3380 2002-03-27  Jesper Harder  <harder@ifa.au.dk>
3381
3382         * gnus-sum.el (gnus-summary-highlight): Use `eq' when comparing
3383         symbols.
3384         (gnus-summary-highlight-line): Use `gnus-point-at-bol' and
3385         `gnus-point-at-eol'.
3386
3387 2002-03-27  Paul Jarc  <prj@po.cwru.edu>
3388
3389         * nnmaildir.el (nnmaildir--subdir, nnmaildir--nov-dir,
3390         nnmaildir--marks-dir): New macros.  Use them.
3391         Use inhibit-quit for atomicity instead of in-memory journaling.
3392         (nnmaildir--edit-prep): New function.
3393         (Local Variables): Use it.
3394
3395 2002-03-26  Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
3396
3397         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
3398
3399 2002-03-25  Simon Josefsson  <jas@extundo.com>
3400
3401         * message.el (message-mode): Fix doc.
3402
3403 2002-03-25  Simon Josefsson  <jas@extundo.com>
3404
3405         * message.el (message-subject-re-regexp): Skip Re[42]: junk.  From
3406         Matthieu Moy <Matthieu.Moy@imag.fr>.
3407
3408 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
3409
3410         * mml-sec.el (mml-unsecure-message): Add docstring.
3411
3412 2002-03-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
3413
3414         * nnmail.el (nnmail-large-newsgroup): Fix doc, allow non-numeric
3415         value.
3416         Trivial change from andre@slamdunknetworks.com
3417
3418 2002-03-22  Josh Huber  <huber@alum.wpi.edu>
3419
3420         * mml.el (mml-mode-map): Added a keybinding for
3421         `mml-unsecure-message'.  Also, added a menu entry for said
3422         function in the Attachments menu.
3423
3424 2002-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3425
3426         * canlock.el (canlock-version): Remove.
3427         (canlock-sha1-with-openssl): Don't use `canlock-string-as-unibyte'
3428         here; simplify \x insertions.
3429         (canlock-sha1): New function, always return a unibyte string.
3430         (canlock-make-cancel-key): Use `canlock-sha1'; simplify truncation
3431         of a password.
3432         (canlock-insert-header): Use `canlock-sha1'.
3433         (canlock-verify): Ditto.
3434
3435 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3436
3437         * message.el (message-fix-before-sending): Add an option that
3438         ignores illegible text.
3439         Trivial change from Mark Milhollan <mlm@attglobal.net>
3440
3441         * message.el (message-font-lock-keywords): Support multi-line MML
3442         tags.
3443
3444         * gnus-sum.el (gnus-print-buffer): Remove gnus-decoration.
3445         Trivial change from lorentey@elte.hu (L\e,Bu\e(Brentey K\e,Aa\e(Broly)
3446
3447 2002-03-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3448
3449         * gnus-sum.el (gnus-summary-make-menu-bar): Use intern'ed function
3450         symbols for "View as different encoding" submenu.
3451
3452 2002-03-19  Simon Josefsson  <jas@extundo.com>
3453
3454         * gnus-sum.el (gnus-summary-make-menu-bar): Add "View as different
3455         encoding" submenu.
3456
3457 2002-03-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3458
3459         * gnus-group.el (gnus-group-process-prefix): Make sure there is a mark.
3460
3461 2002-03-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
3462
3463         * gnus-sum.el (gnus-sum-thread-tree-root)
3464         (gnus-sum-thread-tree-single-indent)
3465         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
3466         (gnus-sum-thread-tree-leaf-with-other)
3467         (gnus-sum-thread-tree-single-leaf): Make customizable.
3468
3469 2002-03-16  Simon Josefsson  <jas@extundo.com>
3470
3471         * gnus-util.el (gnus-extract-address-components): Don't break on
3472         names such as James "Kibo" Parry.  From Francis Litterio
3473         <franl@world.std.com>.
3474
3475 2002-03-13  Simon Josefsson  <jas@extundo.com>
3476
3477         * pop3.el (pop3-open-server): Revert multibyte change.  From
3478         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
3479
3480         * message.el (message-send-mail-with-qmail): Make it work.  From
3481         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
3482
3483 2002-03-13  Josh Huber  <huber@alum.wpi.edu>
3484
3485         * message.el (message-make-mft): Set case-fold-search while
3486         generating the MFT.  Also, a little cleanup in the MFT code.
3487
3488 2002-03-12  Simon Josefsson  <jas@extundo.com>
3489
3490         * message.el (message-qmail-inject-args): May be function.
3491         (message-send-mail-with-qmail): Call function if m-q-i-a is
3492         function.  From fn@hungry.org (Faried Nawaz).
3493
3494 2002-03-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3495
3496         * message.el (message-abbrevs-loaded): Remove.
3497         (mailabbrev): Require it.
3498
3499         * nnslashdot.el (nnslashdot-request-article): Remove IFRAME.
3500
3501 2002-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3502
3503         * pop3.el (pop3-open-server): Set process buffer unibyte.
3504
3505 2002-03-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3506
3507         * gnus-fun.el (gnus-subscribe-to-mailing-list): New function.
3508
3509 2002-03-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
3510
3511         * nnslashdot.el (nnslashdot-request-article): Remove javascript
3512         too.
3513
3514 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3515
3516         * gnus-sum.el (gnus-summary-save-parts-default-mime): Remove
3517         duplication.
3518         (gnus-summary-save-parts-type-history): Ditto.
3519         (gnus-summary-save-parts-last-directory): Ditto.
3520         Trivial change from andre@slamdunknetworks.com
3521
3522 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
3523
3524         * gnus-start.el (gnus-auto-subscribed-groups): Include nnmaildir.
3525
3526 2002-03-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
3527
3528         * nnslashdot.el (nnslashdot-request-article): Use "<!-- no ad 6
3529         -->" as the end of the first article.
3530
3531         * gnus-msg.el (gnus-summary-resend-message-edit): New function.
3532         From Matthieu Moy <Matthieu.Moy@imag.fr>
3533
3534         * message.el (message-add-action): Use add-to-list.
3535         (message-delete-action): New function.
3536
3537         * nndoc.el (nndoc-mail-in-mail-type-p): Break a long regexp into
3538         pieces.
3539
3540 2002-03-05  Paul Jarc  <prj@po.cwru.edu>
3541
3542         * nnnil.el: New file.
3543         * gnus.el (gnus-valid-select-methods): Include nnnil.
3544
3545 2002-03-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
3546
3547         * message.el (message-syntax-checks): Because canlock is
3548         supported, we disable sender syntax check.
3549         (message-shoot-gnksa-feet): Add cancel-messages option doc.
3550
3551         * gnus-draft.el (gnus-draft-send): If interactive, use its default
3552         value of message-syntax-checks.
3553
3554         * qp.el (quoted-printable-decode-region): Doc addition.
3555         From: Eli Zaretskii <eliz@is.elta.co.il>
3556
3557         * mail-source.el (make-source-make-complex-temp-name): Use
3558         make-temp-file.
3559
3560         * mm-util.el (mm-make-temp-file): New function.
3561         * nneething.el (nneething-file-name): Use it.
3562         * mml-smime.el (mml-smime-encrypt): Ditto.
3563         * mm-view.el (mm-inline-wash-with-file): Ditto.
3564         * mm-decode.el (mm-display-external, mm-create-image-xemacs): Ditto.
3565         * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view)
3566         (gnus-uu-digest-mail-forward, gnus-uu-initialize): Ditto.
3567         * gnus-start.el (gnus-slave-save-newsrc): Ditto.
3568         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Ditto.
3569         * gnus-art.el (gnus-mime-print-part): Ditto.
3570
3571 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
3572
3573         * message.el (nnmaildir-article-number-to-base-name): New
3574         function.
3575         (nnmaildir-base-name-to-article-number): New function.
3576
3577 2002-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3578
3579         * smime.el (smime-make-temp-file): Don't quote
3580         `temporary-file-directory'.
3581
3582 2002-03-04  Simon Josefsson  <jas@extundo.com>
3583
3584         * smime.el (smime-sign-region): Rename argument keyfiles to
3585         keyfile. You only sign something with one key.
3586         (smime-sign-buffer): Better completing-read prompt.
3587         (smime-decrypt-buffer): Ditto.
3588
3589         * smime.el (smime-make-temp-file): Make it work under XEmacs.
3590
3591         * mm-view.el (mm-view-pkcs7-decrypt): Better prompt for
3592         completing-read.
3593         (mm-view-pkcs7-decrypt): CRLF->LF.
3594
3595 2002-03-04  Paul Jarc  <prj@po.cwru.edu>
3596
3597         * message.el (message-hierarchical-addresses): New variable.
3598         (message-get-reply-headers): Use it.
3599         From Ted Zlatanov <teodor.zlatanov@divine.com>
3600
3601 2002-03-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
3602
3603         * message.el (message-mode): If buffer-file-name, don't set auto
3604         save file name.
3605         Trivial change from Geoff Greene <ggreene@wpi.edu>
3606
3607 2002-03-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
3608
3609         * gnus-util.el (gnus-multiple-choice): Use message. XEmacs only
3610         takes one argument in read-char.
3611
3612         * message.el (message-fix-before-sending): Forward a char.
3613         Check mmu-multibyte-p, add control-1.
3614
3615 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3616
3617         * gnus-start.el (gnus-read-init-file): Ditto.
3618
3619         * gnus-agent.el (gnus-agent-fetch-session): Ditto.
3620
3621         * dgnushack.el (dgnushack-make-load): Ditto.
3622
3623         * mail-source.el (mail-source-fetch): Extract the right error
3624         code.
3625
3626         * message.el (message-fix-before-sending): Check illegible text.
3627
3628         * gnus-util.el (gnus-multiple-choice): New function.
3629
3630         * gnus-kill.el (gnus-score-insert-help): Removed, because it is
3631         also defined in gnus-score.el.
3632
3633 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
3634
3635         * message.el (message-get-reply-headers): downcase email addresses
3636         for comaparisons for duplicate removal.
3637
3638 2002-03-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
3639
3640         * mm-view.el (mm-view-pkcs7-verify): New function. A bogus
3641         implementation of PKCS#7, which just allows users read the
3642         message.
3643         (mm-view-pkcs7): Use it.
3644
3645 2002-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
3646
3647         * gnus.el (large-newsgroup-initial): New parameter.
3648
3649         * gnus-sum.el (gnus-articles-to-read): Use large-newsgroup-initial.
3650         (gnus-summary-insert-old-articles): Ditto.
3651
3652 2002-02-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
3653
3654         * gnus-sum.el (gnus-articles-to-read): `gnus-large-newsgroup' is
3655         used as the default answer of the question, "How many articles?".
3656         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
3657
3658         * nnagent.el (nnagent-retrieve-headers): Remove articles with
3659         small numbers.
3660
3661 2002-02-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
3662
3663         * deuglify.el: Fix comments.
3664
3665 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
3666
3667         * html2text.el (html2text-clean-anchor): If there is no HREF,
3668         insert nothing.
3669
3670         * mml.el (mml-generate-mime-1): Add cdr.
3671         From: andre@slamdunknetworks.com
3672
3673         * mm-view.el (mm-text-html-renderer-alist): Add html2text.
3674         (mm-text-html-washer-alist): Ditto.
3675
3676         * mm-decode.el (mm-text-html-renderer): Add html2text.
3677
3678         * html2text.el: Face lift.
3679
3680         * html2text.el: New file from Joakim Hove <hove@phys.ntnu.no>.
3681
3682 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
3683
3684         * gnus-sum.el: Add gnus-article-outlook-deuglify-article.
3685
3686         * deuglify.el: Change copy right. Add autoload. Add coding-system.
3687
3688         * deuglify.el: New file. The original file name is
3689         gnus-outlook-deuglify.el from Raymond Scholz <rscholz@zonix.de>.
3690
3691         * mm-decode.el (mm-display-external): Use
3692         mm-file-name-rewrite-functions.  From <andre@slamdunknetworks.com>
3693
3694 2002-02-22  Paul Jarc  <prj@po.cwru.edu>
3695
3696         * nnmaildir.el (nnmaildir-request-list): Report the highest
3697         article number, not the total number of articles.
3698
3699 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3700
3701         * gnus-sum.el: Move uu key map here.
3702         (gnus-summary-make-menu-bar): Add gnus-summary-save-parts.
3703
3704 2002-02-21  Paul Jarc  <prj@po.cwru.edu>
3705
3706         * nnmaildir.el (nnmaildir-request-expire-articles): Use
3707         nnmail-expiry-wait* if expire-age parameter is not set.
3708
3709 2002-02-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
3710
3711         * gnus-group.el (gnus-group-sort-groups-by-real-name): New
3712         function.
3713         (gnus-group-sort-selected-groups-by-real-name): New function.
3714         (gnus-group-make-menu-bar): Add sort by real name.
3715
3716         * gnus-sum.el (gnus-dependencies-add-header): If replaced, don't
3717         rebuild.
3718         (gnus-summary-edit-article-done): Gnus-get-newsgroup-headers takes
3719         nil as dependencies as well.
3720
3721 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
3722
3723         * nndoc.el (nndoc-dissect-mime-parts-sub): Fix MIME-Version header
3724         for mime-parts.
3725
3726         * gnus-art.el (gnus-article-edit-done): Widen the buffer.
3727
3728         * gnus-group.el (gnus-group-name-decode): Don't test
3729         multibyte-string, because it breaks XEmacs.
3730         From: TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
3731
3732         * message.el (message-send-mail): Be talkative.
3733
3734         * mm-decode.el (mm-inlined-types): Add application/x-emacs-lisp.
3735         (mm-automatic-display): Ditto.
3736
3737         * mailcap.el (mailcap-mime-data): Ditto.
3738         From: Reiner Steib <4uce.02.r.steib@gmx.net>
3739
3740 2002-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3741
3742         * many files: Remove trailing whitespaces, replace spc+tab with
3743         tab, replace leading whitespaces with tabs.
3744
3745 2002-02-19  Paul Jarc  <prj@po.cwru.edu>
3746
3747         * gnus-sum.el (gnus-summary-toggle-header): Fix handling of
3748         articles with no body and no blank line after the header.
3749
3750 2002-02-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
3751
3752         * mm-decode.el (mm-dissect-multipart): Consider the case of empty
3753         parts.
3754
3755         * ietf-drums.el (ietf-drums-syntax-table): Modify syntax of
3756         non-ascii chars.
3757
3758         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
3759
3760         * gnus-art.el (gnus-article-wash-html-with-w3): Remove
3761         w3-delay-image-loads.
3762         * mm-view.el (mm-inline-text-html-render-with-w3): Ditto.
3763         (mm-w3-prepare-buffer): Ditto.
3764
3765         * mail-source.el (mail-source-fetch-directory): Run scripts.
3766
3767 2002-02-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3768
3769         * gnus-fun.el (gnus-respond-to-confirmation): Do the right thing
3770         for Majordomo confirmations.
3771
3772 2002-02-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3773
3774         * gnus-fun.el (gnus-respond-to-confirmation): New command.
3775
3776 2002-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3777
3778         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
3779
3780 2002-02-18  Paul Jarc  <prj@po.cwru.edu>
3781
3782         * gnus-util.el (gnus-parent-id): Ignore trailing whitespace in the
3783         References header field.  From Mark Thomas <mthomas@cmu.edu>.
3784
3785 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3786
3787         * mm-view.el (mm-inline-render-with-file): With unibyte buffer.
3788         (mm-inline-render-with-stdin): Ditto.
3789         (mm-inline-render-with-function): Ditto.
3790         (mm-inline-wash-with-file): Bind coding-system-for-write.
3791         (mm-inline-wash-with-stdin): Ditto.
3792
3793 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3794
3795         Suggested by Felix Natter <fnatter@gmx.net>
3796
3797         * gnus-art.el (gnus-mime-view-part-externally): Rename from
3798         gnus-mime-externalize-view.
3799         (gnus-mime-view-part-internally): Rename from
3800         gnus-mime-internalize-view.
3801         (gnus-article-view-part-externally): Rename from
3802         gnus-article-externalize-part.
3803         (gnus-mime-action-alist): Change correspondingly.
3804         (gnus-mime-button-commands): Ditto.
3805         (gnus-mime-action-alist): Remove duplication.
3806
3807         * gnus-sum.el (gnus-summary-mime-map): Change correspondingly.
3808
3809 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
3810
3811         * mm-decode.el (mm-dissect-buffer): Add loose-mime parameter.
3812
3813         * gnus-art.el (gnus-display-mime): Use it.
3814
3815         * mm-partial.el (mm-partial-find-parts): Use it.
3816
3817         * gnus-sum.el (gnus-article-loose-mime): Rename from
3818         gnus-article-no-strict-mime.
3819         (gnus-summary-save-parts): Use it.
3820
3821 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3822
3823         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Remove unused
3824         local variable.
3825
3826         * gnus-art.el (article-display-x-face): Don't sort multiple
3827         X-Faces.
3828
3829 2002-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3830
3831         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Improved to speed
3832         up.  Suggested by Yuuichi Teranishi <teranisi@gohome.org>.
3833
3834         * gnus-art.el (article-display-x-face): Sort gray X-Faces.
3835
3836 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3837
3838         Some ideas is inspired by code from Hrvoje Niksic
3839         <hniksic@arsdigita.com>
3840
3841         * gnus-art.el (gnus-article-wash-function): Set the default to
3842         nil, so that we use mm-text-html-renderer instead.
3843         (article-wash-html): Use mm-text-html-renderer.
3844
3845         * mm-decode.el (mm-inline-media-tests): Use mm-inline-text-*.
3846         (mm-text-html-renderer): New variable.
3847         (mm-inline-text-html-renderer): Set the default to nil, so that we
3848         use mm-text-html-renderer instead.
3849
3850         * mm-view.el (mm-inline-text-html): New function.
3851         (mm-text-html-renderer-alist): New variable.
3852         (mm-inline-text-vcard): New function.
3853         (mm-inline-text): Split.
3854         (mm-links-remove-leading-blank): New function.
3855         (mm-inline-render-with-file): New function.
3856         (mm-inline-render-with-stdin): New function.
3857         (mm-inline-render-with-function): New function.
3858         (mm-text-html-washer-alist): New variable.
3859         (mm-inline-wash-with-file): New function.
3860         (mm-inline-wash-with-stdin): New function.
3861
3862 2002-02-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
3863
3864         * message-utils.el: Fix installation doc.
3865         From: Reiner Steib <4uce.02.r.steib@gmx.net>
3866
3867 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
3868
3869         * gnus-msg.el (gnus-discouraged-post-methods): New variable.
3870         (gnus-post-method): Use it.
3871         (gnus-summary-cancel-article): Find the correct post-method.
3872
3873         * gnus-soup.el (gnus-soup-send-packet): Via ... using ...
3874         * message.el (message-send-news): Ditto.
3875         Suggested by Lloyd Zusman <ljz@asfast.com> and IPmonger
3876         <ipmonger@delamancha.org>
3877
3878         * gnus.el (gnus-select-method): Fix doc.
3879         (gnus-server-string): Use 'using nntp'.
3880
3881         * gnus-agent.el (gnus-slave-unplugged): New command.
3882         From: Felix Natter <fnatter@gmx.net>
3883
3884 2002-02-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
3885
3886         * gnus-art.el (gnus-article-edit-done): Kill-all-local-variables.
3887         Call edit-done-function first, then change the window
3888         configuration.
3889         (gnus-article-edit-mode-map): Add message key bindings. Add menu.
3890         (gnus-article-edit-mode): mml-mode.
3891
3892         * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs
3893         21.4. Suggested by Russ Allbery <rra@stanford.edu> .
3894
3895         * message-utils.el: Adopt the file.
3896
3897         * message-utils.el: New file.
3898         From Holger Schauer <Holger.Schauer@gmx.de>
3899
3900 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
3901
3902         * gnus-sum.el (gnus-summary-move-article): Select-article only
3903         when gnus-move-split-methods is non-nil. And we don't render or
3904         mark the article.
3905
3906         * gnus-fun.el (gnus-shell-command-to-string): New function.
3907         (gnus-shell-command-on-region): New function.
3908         (gnus-random-x-face): Use them.
3909         (gnus-x-face-from-file): Ditto.
3910         (gnus-convert-image-to-gray-x-face): Ditto.
3911         (gnus-convert-gray-x-face-to-xpm): Ditto.
3912         (gnus-convert-image-to-x-face-command): Don't use 2>/dev/null.
3913
3914 2002-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3915
3916         * gnus-art.el (gnus-treat-display-xface): Don't use
3917         `shell-command-to-string' when compiling.
3918         (gnus-treat-display-grey-xface): Ditto.
3919
3920 2002-02-13  Paul Jarc  <prj@po.cwru.edu>
3921
3922         * nnmaildir.el (nnmaildir--article-count): If the group is
3923         completely empty, report minimum article number as 1 instead of 0.
3924
3925 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
3926
3927         * gnus-agent.el (gnus-get-predicate): Use nconc.
3928
3929         * gnus-sum.el (gnus-summary-display-make-predicate): Use
3930         gnus-summary-display-cache as cache.
3931
3932         * nndoc.el (nndoc-type-alist): Add mail-in-mail type.
3933         (nndoc-mail-in-mail-type-p): New function.
3934         (nndoc-mail-in-mail-article-begin): New function.
3935
3936 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
3937
3938         * mailcap.el (mailcap-mime-data): Use enriched-decode.
3939
3940         * gnus-cite.el (gnus-article-fill-cited-article): Bind
3941         use-hard-newlines to nil.
3942
3943         * gnus-xmas.el (gnus-xmas-image-type-available-p): Assume that
3944         image is not available if window-system is not available.
3945
3946         * gnus-sum.el (gnus-summary-display-make-predicate): Add unread.
3947
3948 2002-02-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
3949
3950         * gnus.el (gnus-article-unpropagated-mark-lists): Don't propagate
3951         bookmark, because update-mark doesn't handle it correctly.
3952
3953 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
3954
3955         * gnus-soup.el (gnus-soup-send-packet): Send news and mail
3956         directly instead of calling message-send-mail.
3957
3958         * gnus-start.el (gnus-read-descriptions-file): Use
3959         gnus-default-charset.
3960
3961         * mm-util.el (mm-guess-mime-charset): New function.
3962
3963         * gnus.el (gnus-default-charset): Use it.
3964         (gnus-group-charset-alist): Remove .*, Let gnus-default-charset be
3965         the default.
3966
3967 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3968
3969         * gnus-art.el (gnus-treat-display-grey-xface): New variable.
3970         (article-display-x-face): Use it.  Disable grey xface, if
3971         uncompface is not found.
3972
3973         * message.el (message-mode): Don't enable multibyte on an indirect
3974         buffer.
3975
3976         * nnrss.el (nnrss-content-function): New variable.
3977         (nnrss-request-article): Use it.
3978
3979 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3980
3981         * gnus.el: Add article-unsplit-urls.
3982         * gnus-sum.el: Ditto.
3983         * gnus-art.el (gnus-treat-strip-cr): New variable.
3984         (gnus-treatment-function-alist): Use it.
3985         (article-unsplit-urls): New function.
3986         (gnus-article-make-menu-bar): Use it.
3987         From: Michael Cook <michael.cook@cisco.com>
3988
3989 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
3990
3991         * gnus-agent.el (gnus-agent-braid-nov): Find the first article to
3992         copy.
3993
3994 2002-02-07  Paul Jarc  <prj@po.cwru.edu>
3995
3996         * gnus-util.el (gnus-split-references): Allow (broken) Message-IDs
3997         with internal whitespace.
3998         (gnus-parent-id): Ditto.
3999
4000 2002-02-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
4001
4002         * gnus-art.el (gnus-article-treat-body-boundary): Add
4003         gnus-decoration property.
4004         * gnus-msg.el (gnus-copy-article-buffer): Remove gnus-decoration.
4005
4006         * message.el (message-mode): Set local-abbrev-table.
4007         From Matt Armstrong <matt@lickey.com>.
4008
4009         * gnus-art.el (gnus-article-treat-unfold-headers): Don't remove
4010         too many spaces.
4011
4012         * rfc2047.el (rfc2047-unfold-region): Ditto.
4013         (rfc2047-decode-region): Don't unfold. Let
4014         gnus-article-treat-unfold-headers do it.
4015
4016         * gnus-sum.el (gnus-dependencies-add-header): Fix typo.
4017         From: Jesper Harder <harder@ifa.au.dk>
4018
4019 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4020
4021         * gnus-msg.el (gnus-posting-styles): Add x-face-file.
4022         (gnus-configure-posting-styles): Use it.
4023         (gnus-configure-posting-styles): Remove trailing newspaces.
4024
4025 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
4026
4027         * gnus-sum.el (gnus-articles-to-read): Fetch all if the predicate
4028         is non-nil.
4029
4030         * mm-util.el (mm-use-find-coding-systems-region): Add doc.
4031
4032         * gnus.el (gnus-server-to-method): Switch position with
4033         gnus-server-get-method.
4034         (gnus-agent): Add doc.
4035
4036         * gnus-sum.el (gnus-article-no-strict-mime): New variable.
4037         (gnus-summary-save-parts): Use it.
4038
4039         * gnus-art.el (gnus-display-mime): Use it.
4040         * mm-partial.el (mm-partial-find-parts): Use it.
4041
4042         * nnweb.el (nnweb-google-parse-1): Use a correct format of date.
4043
4044         * gnus-agent.el (gnus-agent-summary-make-menu-bar): Fix typo.
4045         From Stefan Reich\e,Av\e(Br <xsteve@riic.at>.
4046
4047         * nnagent.el (nnagent-request-expire-articles): Don't delete
4048         files.
4049
4050 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
4051
4052         * message.el (message-gen-unsubscribed-mft): New function.
4053         From Sriram Karra <karra@cs.utah.edu>.
4054
4055         * gnus.el (gnus-article-unpropagated-mark-lists): Backslash the
4056         open parenthesis.
4057
4058         * mm-view.el (mm-w3-prepare-buffer): Bind url-gateway-unplugged.
4059         (mm-inline-text-html-render-with-w3): Ditto.
4060         * gnus-art.el (gnus-article-wash-html-with-w3): Ditto.
4061         Suggested by Dave Love  <d.love@dl.ac.uk>.
4062
4063         * mm-url.el (mm-url-load-url): Require w3-vars for old versions.
4064
4065         * nntp.el (nntp-send-command-and-decode): Check PROCESS.
4066         * nntp.el (nntp-send-command): Ditto.
4067         * nntp.el (nntp-send-command-nodelete): Ditto.
4068
4069 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4070
4071         * mm-url.el (mm-url-load-url): New function.
4072         (mm-url-insert-file-contents): Use it.
4073
4074         * gnus-msg.el (gnus-summary-mail-forward): Use gnus-article-charset.
4075
4076         * message.el (message-forward-make-body): Correctly copy
4077         forward-buffer.
4078
4079         * rfc2047.el (rfc2047-decode-region): Don't decode us-ascii characters.
4080
4081 2002-02-04  Simon Josefsson  <jas@extundo.com>
4082
4083         * gnus-art.el (gnus-article-followup-with-original): Mark with
4084         force, prevent errors when following up from article buffer.
4085         (gnus-article-reply-with-original): Ditto.
4086
4087         * binhex.el (binhex-decoder-switches): Fix doc.  From
4088         Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
4089
4090 2002-02-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
4091
4092         * gnus-art.el (gnus-treatment-function-alist): Move hide-citation,
4093         highlight-citation after emphasize.
4094
4095 2002-02-04  Simon Josefsson  <jas@extundo.com>
4096
4097         * nnfolder.el (nnfolder-open-marks):
4098
4099         * nnml.el (nnml-open-marks): Message when done.  From David
4100         Edmondson <dme@sun.com>.
4101
4102 2002-02-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
4103
4104         * imap.el (imap-anonymous-auth): Fix typo.
4105         From: Steinar Bang <sb@dod.no>
4106
4107         * gnus-cache.el (gnus-cache-braid-nov): Use set-buffer instead of
4108         save-excursion.
4109         (gnus-cache-braid-heads): Ditto.
4110
4111         * gnus-agent.el (gnus-agent-copy-nov-line): Move to the correct
4112         line, because there are extra articles in the overview buffer.
4113
4114         * nntp.el (nntp-retrieve-groups): Check whether BUF is live.
4115
4116         * message.el (message-forward-rmail-make-body): Directly use
4117         rmail-msg-restore-non-pruned-header to avoid calling
4118         vertical-motion.
4119
4120 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4121
4122         * gnus-cache.el (gnus-summary-insert-cached-articles):
4123         (gnus-summary-limit-include-cached): gnus-newsgroup-cached is sorted.
4124
4125         * gnus-group.el (gnus-group-mark-article-read): Nreverse
4126         gnus-newsgroups-unselected.
4127
4128         * gnus-agent.el (gnus-summary-set-agent-mark): Use
4129         gnus-add-to-sorted-list.
4130
4131         * gnus-sum.el (gnus-summary-update-info): gnus-newsgroup-unreads
4132         gnus-newsgroup-unselected are sorted. Use gnus-sorted-union.
4133         (gnus-build-all-threads): Use gnus-add-to-sorted-list.
4134         (gnus-update-read-articles): UNREAD is sorted.
4135         (gnus-newsgroup-unreads, gnus-newsgroup-unselected)
4136         (gnus-newsgroup-marked, gnus-newsgroup-cached)
4137         (gnus-newsgroup-expirable, gnus-newsgroup-downloadable)
4138         (gnus-newsgroup-dormant): Require sorted.
4139
4140         * gnus-dired.el (gnus-dired-find-file-mailcap): Correctly handle
4141         directories.
4142         (gnus-dired-print): New function.
4143
4144         * gnus-art.el (gnus-mime-print-part): Add argument filename. Call
4145         ps-despool.
4146
4147 2002-02-02  Simon Josefsson  <jas@extundo.com>
4148
4149         * gnus-dired.el (turn-on-gnus-dired-mode): Autoload.  Make defun.
4150
4151 2002-02-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
4152
4153         * gnus-start.el (gnus-1): Call gnus-agentize if gnus-agent is
4154         t. This makes gnus-agent customizable without putting
4155         gnus-agentize into .gnus.
4156
4157         * gnus.el (gnus-agent): Make it customizable.
4158
4159         * gnus-dired.el: New file.
4160         From Benjamin Rutt <brutt@bloomington.in.us>
4161
4162         * gnus-cache.el (gnus-cache-articles-in-group): Remove from active
4163         if no article.
4164         (gnus-cache-possibly-remove-article): Ditto.
4165         (gnus-cache-possibly-enter-article): Use gnus-add-to-sorted-list.
4166
4167 2002-02-01  Simon Josefsson  <jas@extundo.com>
4168
4169         * gnus-int.el (gnus-request-accept-article): Use gnus-get-function.
4170
4171 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4172
4173         * mm-view.el (mm-w3m-mode-dont-bind-keys): New variable.
4174         (mm-setup-w3m): Don't bind keys listed in the above.
4175
4176 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4177
4178         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind
4179         `w3m-safe-url-regexp' with nil if `mm-inline-text-html-with-images'
4180         is non-nil; bind `w3m-force-redisplay' with nil.
4181
4182         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4183
4184         * mm-decode.el (mm-inline-text-html-with-images): Supplement docs.
4185
4186 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
4187
4188         * nnfolder.el (nnfolder-request-replace-article): Unfold. Don't
4189         use mail-header-unfold-field.
4190
4191         * gnus-cache.el (gnus-summary-insert-cached-articles): Use
4192         gnus-summary-limit.
4193
4194         * gnus-range.el (gnus-add-to-sorted-list): New function.
4195         * gnus-sum.el (gnus-mark-article-as-read): Use it.
4196         (gnus-mark-article-as-unread): Ditto.
4197         (gnus-summary-mark-article-as-unread): Ditto.
4198         (gnus-build-get-header): Ditto.
4199         (gnus-summary-prepare-threads): Ditto.
4200         (gnus-summary-insert-pseudos): Ditto.
4201         (gnus-articles-to-read): Use gnus-sorted-union and gnus-sorted-nunion.
4202         (gnus-summary-insert-new-articles): Use gnus-sorted-nunion.
4203         (gnus-summary-insert-old-articles): Ditto.
4204
4205         * gnus-msg.el (gnus-posting-styles): Add new format of header.
4206         (gnus-configure-posting-styles): Support the new format.
4207
4208         * mail-source.el (mail-source-bind, mail-source-bind-common): Set
4209         edebug-form-spec to (sexp body).
4210         Suggested by Joe Wells <jbw@izanami.cee.hw.ac.uk>.
4211
4212         * message.el (message-reply-headers): Add doc.
4213
4214 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4215
4216         * gnus-group.el (gnus-group-delete-group): Nix the entry in
4217         gnus-cache-active-hashtb.
4218
4219         * gnus-agent.el (gnus-agent-mark-unread-afer-downloaded): New variable.
4220         (gnus-agent-summary-fetch-group): Use it.
4221
4222         * gnus-msg.el (gnus-debug-files): New variable.
4223         (gnus-debug-exclude-variables): New variable.
4224         (gnus-debug): Use them.
4225
4226         * gnus-range.el (gnus-range-length): Don't use gnus-uncompress-range.
4227
4228 2002-01-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
4229
4230         * message.el (message-cite-prefix-regexp): Use text-mode-syntax-table.
4231         (message-mode-syntax-table): Move back the previous position.
4232
4233         * nnagent.el (nnagent-retrieve-headers): Use gnus-sorted-difference.
4234
4235         * gnus-agent.el (gnus-agent-retrieve-headers): Use
4236         gnus-sorted-difference.
4237
4238         * nnsoup.el (nnsoup-request-expire-articles): Use
4239         gnus-sorted-difference.
4240
4241         * nnheader.el: Autoload gnus-sorted-difference.
4242
4243         * nnfolder.el (nnfolder-request-expire-articles): Use
4244         gnus-sorted-difference.
4245
4246         * gnus-cache.el (gnus-cache-retrieve-headers): Use
4247         gnus-sorted-difference.
4248
4249         * gnus-range.el: Autoload cookies.
4250         (gnus-sorted-difference): New function.
4251         (gnus-sorted-ndifference): New function.
4252         (gnus-sorted-nintersection): Rename from
4253         gnus-set-sorted-intersection.
4254         (gnus-sorted-nunion): Rename from gnus-set-sorted-union.
4255         (gnus-list-range-difference): Rename from
4256         gnus-inverse-list-range-intersection.
4257         (gnus-inverse-list-range-intersection): Use defalias.
4258
4259         * gnus-sum.el (gnus-select-newsgroup): Use gnus-sorted-difference,
4260         gnus-sorted-ndifference, and gnus-sorted-nintersection.
4261         (gnus-articles-to-read): Use gnus-sorted-difference.
4262         (gnus-summary-limit-mark-excluded-as-read): Use
4263         gnus-sorted-intersection and gnus-sorted-ndifference.
4264         (gnus-list-of-read-articles): Use gnus-list-range-difference.
4265         (gnus-summary-insert-articles): Use gnus-sorted-difference.
4266
4267         * gnus-sum.el (gnus-summary-update-info): Use gnus-sorted-union.
4268
4269 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4270
4271         * gnus-art.el (gnus-article-wash-html-with-w3m): Add keymap
4272         property to the buffer for using emacs-w3m command keys.
4273
4274         * mm-decode.el (mm-inline-text-html-with-w3m-keymap): New user
4275         option.
4276
4277         * mm-view.el (mm-w3m-mode-map): New variable.
4278         (mm-w3m-mode-command-alist): New variable.
4279         (mm-w3m-minor-mode): Removed.
4280         (mm-setup-w3m): Setup `mm-w3m-mode-map'; don't add minor mode.
4281         (mm-inline-text-html-render-with-w3m): Add keymap property to the
4282         buffer for using emacs-w3m command keys.
4283
4284 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4285
4286         * message.el (message-mode-syntax-table): Move forward.
4287         (message-cite-prefix-regexp): Auto detect non word constituents.
4288         (message-cite-prefix-regexp): Don't use with-syntax-table.
4289
4290         * gnus-sum.el (gnus-summary-update-info): Use
4291         gnus-list-range-intersection.
4292
4293         * gnus-agent.el (gnus-agent-fetch-headers): Use
4294         gnus-list-range-intersection.
4295
4296         * gnus-range.el (gnus-range-normalize): Use correct predicate.
4297         (gnus-list-range-intersection): Use it.
4298         (gnus-inverse-list-range-intersection): Ditto.
4299         (gnus-sorted-intersection): Add doc.
4300         (gnus-set-sorted-intersection): Add doc.
4301         (gnus-sorted-union): New function.
4302         (gnus-set-sorted-union): New function.
4303
4304         * gnus-range.el (gnus-list-range-intersection): Correct the logic.
4305         (gnus-inverse-list-range-intersection): Ditto.
4306
4307 2002-01-29  Karl Kleinpaste  <karl@charcoal.com>
4308
4309         * mm-uu.el (mm-uu-type-alist): Add optional leading `0'.
4310
4311         * gnus-uu.el (gnus-uu-shar-name-marker): Add optional leading `0'
4312         and permit `:' and `\' in order to handle full Windows pathnames.
4313         (gnus-uu-begin-string): Add optional leading `0'.  Leading `0' is
4314         technically not correct per standard, but seems to have common use.
4315
4316 2002-01-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
4317
4318         * gnus-uu.el (gnus-uu-expand-numbers): Ignore errors when
4319         replacing numbers.
4320
4321 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
4322
4323         * gnus-art.el (gnus-article-followup-with-original): Use (mark).
4324
4325         * gnus-score.el (gnus-score-insert-help): Move to (point-min).
4326         Don't split when the window is small, e.g. when a small *BBDB*
4327         window is the lowest one.
4328
4329         * gnus-agent.el (gnus-agent-retrieve-headers): Use
4330         nnheader-find-nov-line to speed up. Use nreverse, because it is
4331         sorted. Use nnheader-insert-nov-file.
4332
4333 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4334
4335         * mm-decode.el (mm-inline-text-html-with-images): New user option.
4336
4337         * mm-view.el (mm-inline-text-html-render-with-w3m): Bind the value
4338         of `w3m-display-inline-images' with the value of
4339         `mm-inline-text-html-with-images'.
4340         From: TSUCHIYA Masatoshi <tsuchiya@namazu.org>.
4341
4342         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
4343
4344 2002-01-27  Richard M. Stallman  <rms@gnu.org>
4345
4346         * time-date.el: Add autoload cookies.  Many doc fixes.
4347         (time-add): New function.
4348         (time-subtract): Renamed from subtract-time.
4349         (subtract-time): New alias for time-subtract.
4350
4351 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4352
4353         * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to
4354         emacs-w3m in doc-string.
4355
4356         * lpath.el: Bind `w3m-cid-retrieve-function-alist' and
4357         `w3m-current-buffer'.
4358
4359 2002-01-27  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4360
4361         * gnus-art.el (gnus-article-wash-html-with-w3m): Handle cid: URLs.
4362
4363         * mm-view.el (mm-setup-w3m): Add `mm-w3m-cid-retrieve' to
4364         `w3m-cid-retrieve-function-alist' for `gnus-article-mode'.
4365         (mm-w3m-cid-retrieve): New function.
4366         (mm-inline-text-html-render-with-w3m): Handle cid: URLs.
4367
4368 2002-01-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4369
4370         * gnus-agent.el (gnus-agent-fetch-articles): Don't save empty articles.
4371
4372 2002-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4373
4374         * gnus-util.el (gnus-cache-file-contents): Don't use equalp.
4375
4376 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4377
4378         * nnheader.el (nnheader-insert-nov-file): Increased cutoff to
4379         32K.
4380
4381         * gnus-sum.el (gnus-summary-expire-articles): Clean up.
4382
4383         * nnmail.el (nnmail-article-group): Decode headers before running
4384         split rules over them.
4385         (nnmail-mail-splitting-charset): New variable.
4386
4387         * smiley.el: Replaced with smiley-ems.el.
4388
4389 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4390
4391         * mm-url.el (mm-url-predefined-programs): Add w3m.
4392         (mm-url-program): Ditto.
4393
4394 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4395
4396         * nnml.el (nnml-use-compressed-files): New variable.
4397         (nnml-filenames-are-evil): Removed.
4398         (nnml-current-group-article-to-file-alist): Don't use.
4399         (nnml-update-file-alist): Inhibit.
4400         (nnml-article-to-file): Use new var.
4401
4402 2002-01-26  ShengHuo ZHU  <zsh@cs.rochester.edu>
4403
4404         * gnus-util.el (gnus-parse-without-error): Add edebug-form-spec.
4405
4406         * nnagent.el (nnagent-retrieve-headers): loop until eobp.
4407
4408 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4409
4410         * gnus-agent.el (gnus-agent-load-alist): Use new caching
4411         function.
4412
4413         * gnus-util.el (gnus-cache-file-contents): New function.
4414
4415         * gnus-agent.el (gnus-agent-file-loading-cache): New variable.
4416         (gnus-agent-load-alist): Use it.
4417
4418         * nnagent.el (nnagent-retrieve-headers): Use optimized function.
4419
4420         * nnheader.el (nnheader-insert-nov-file): New function.
4421
4422         * gnus-util.el (gnus-parse-without-error): Correct the loop.
4423
4424         * gnus-sum.el (gnus-dependencies-add-header): Use in-reply-to if
4425         there are no references.
4426         (gnus-extract-message-id-from-in-reply-to): New function.
4427         (gnus-nov-parse-line): Use in-reply-to if there are no
4428         references.
4429
4430 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4431
4432         * nnagent.el (nnagent-retrieve-headers): Use new macro.
4433
4434         * gnus-util.el (gnus-parse-without-error): New macro.
4435
4436 2002-01-25  ShengHuo ZHU  <zsh@cs.rochester.edu>
4437
4438         * gnus-art.el (gnus-article-wash-html-with-w3m): Call w3m-region.
4439         (gnus-article-wash-function): use locate-library to decide which
4440         to use.
4441
4442 2002-01-25  Simon Josefsson  <jas@extundo.com>
4443
4444         * pop3.el (pop3-munge-message-separator): Work if no date.
4445         Trivial patch from Marius Vollmer <mvo@zagadka.ping.de>.
4446
4447 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4448
4449         * gnus-agent.el (gnus-agent-save-alist): Fix.
4450
4451         * nnagent.el (nnagent-retrieve-headers): Must have cut too much by
4452         mistake.  Reinstated lost code.
4453
4454 2002-01-25  Josh Huber  <huber@alum.wpi.edu>
4455
4456         * mml2015.el (mml2015-mailcrypt-decrypt): Display a signature if
4457         one exists in the case of an encrypted message with an internal
4458         signature.
4459
4460 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4461
4462         * gnus-agent.el (gnus-agent-save-alist): Optimized.
4463
4464 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4465
4466         * dgnushack.el: Commented out the experimental code.
4467
4468 2002-01-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4469
4470         * gnus-range.el (gnus-inverse-list-range-intersection): Off-by-one
4471         error.
4472
4473         * gnus.el (gnus-server-to-method): Made into subst.
4474         (gnus-server-method-cache): New variable.
4475         (gnus-server-to-method): Use it.
4476         (gnus-group-method-cache): New variable.
4477         (gnus-find-method-for-group-1): Renamed.
4478         (gnus-find-method-for-group): New function.
4479         (gnus-group-method-cache): Removed.
4480
4481         * gnus-sum.el (gnus-compute-unseen-list): Use new optimized
4482         function.
4483
4484         * gnus-range.el (gnus-members-of-range): New function.
4485         (gnus-list-range-intersection): Renamed.
4486         (gnus-inverse-list-range-intersection): New function.
4487
4488         * gnus-sum.el (gnus-compute-unseen-list): Made into own function.
4489
4490         * nnagent.el (nnagent-retrieve-headers): New implementation.
4491
4492         * gnus-agent.el (gnus-agent-get-undownloaded-list): New, faster
4493         implementation.
4494
4495 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4496
4497         * lpath.el: Fbind `w3m-charset-to-coding-system'; bind
4498         `w3m-meta-content-type-charset-regexp'.
4499
4500         * mm-view.el (mm-inline-text-html-render-with-w3m): Decode
4501         charset-encoded html contents.
4502
4503 2002-01-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4504
4505         * gnus-agent.el (gnus-agent-request-article): Make sure it is not
4506         an empty file.
4507
4508         * nnweb.el (url): Ignore errors when request url.
4509
4510         * nnrss.el: Clean up the comments.
4511
4512 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4513
4514         * lpath.el: Fbind `w3m-region'; bind `w3m-mode-map'.
4515
4516         * mm-decode.el (mm-inline-text-html-renderer): New user option.
4517         (mm-inline-media-tests): Test whether the value of
4518         `mm-inline-text-html-renderer' is a function for text/html.
4519
4520         * mm-view.el (mm-inline-text-html-render-with-w3): New function
4521         separated from `mm-inline-text'.
4522         (mm-w3m-minor-mode): New variable.
4523         (mm-w3m-setup): New variable.
4524         (mm-setup-w3m): New function.
4525         (mm-inline-text-html-render-with-w3m): New function.
4526         (mm-inline-text): Funcall `mm-inline-text-html-renderer' for
4527         text/html.
4528
4529 2002-01-23  Paul Jarc  <prj@po.cwru.edu>
4530
4531         * lpath.el: fbind make-symbolic-link and unix-sync for nnmaildir.
4532
4533 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4534
4535         * gnus-xmas.el (gnus-xmas-redefine): Quote `gnus-completing-read'
4536         and `gnus-xmas-completing-read'.
4537
4538 2002-01-19  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4539
4540         * nneething.el (nneething-message-id-number): Abolished.
4541         (nneething-encode-file-name): Not encode numerical characters.
4542         (nneething-make-head): `nneething-message-id-number' is not
4543         used to generate message IDs.
4544
4545 2002-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4546
4547         * gnus-art.el (gnus-emphasis-alist): Include !? as sentence-ending
4548         characters.
4549
4550 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4551
4552         * gnus-xmas.el (gnus-xmas-completing-read): New function.
4553         (gnus-xmas-redefine): Redefine conditionally.
4554
4555 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
4556
4557         * mml.el (mml-parse-1): Fixed usage of recipients in the secure
4558         tag.
4559
4560 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
4561
4562         * message.el (message-font-lock-keywords): Added the secure tag.
4563         * mml-sec.el: Added functions to generate/modify/remove the secure
4564         tag while in message mode.
4565         * mml-sec.el (mml-secure-message): New.
4566         * mml-sec.el (mml-unsecure-message): New.
4567         * mml-sec.el (mml-secure-message-sign-smime): New.
4568         * mml-sec.el (mml-secure-message-sign-pgp): New.
4569         * mml-sec.el (mml-secure-message-sign-pgpmime): New.
4570         * mml-sec.el (mml-secure-message-encrypt-smime): New.
4571         * mml-sec.el (mml-secure-message-encrypt-pgp): New.
4572         * mml-sec.el (mml-secure-message-encrypt-pgpmime): New.
4573         * mml.el (mml-parse-1): Added code to recognise the secure tag and
4574         convert it to either a part or multipart depending on if there are
4575         other parts in the message.
4576         * mml.el (mml-mode-map): Changed default sign/encrypt keybindings
4577         to use the secure tag, rather than the part tag.
4578         * mml.el (mml-preview): Added a save-excursion to keep cursor
4579         position after doing an MML preview.
4580
4581 2002-01-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4582
4583         * nnheader.el (nnheader-parse-overview-file): New function.
4584         (nnheader-write-overview-file): New function.
4585
4586 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4587
4588         * gnus.el (gnus-group-fast-parameter): Check better if expansion
4589         in wanted.
4590
4591         * nnweb.el (nnweb-type-definition): Clean up.
4592
4593 2002-01-21  Alastair Burt  <burt@dfki.de>
4594         Trivial patch.
4595
4596         * gnus-art.el (gnus-mm-display-part): Make sure that the summary
4597         buffer exists before jumping to it.
4598
4599 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4600
4601         * gnus-art.el (gnus-article-wash-html-with-w3): Made into own
4602         function.
4603         (article-wash-html): Use it.
4604         (gnus-article-wash-function): New variable.
4605         (gnus-article-wash-html-with-w3m): New function.
4606
4607 2002-01-20  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
4608
4609         * dgnushack.el (dgnushack-compile): Compile smiley-ems for
4610         XEmacs.
4611
4612 2002-01-20  John H. Palmieri  <palmieri@math.washington.edu>
4613
4614         * gnus-fun.el (gnus-convert-image-to-gray-x-face): More standard
4615         command line.
4616
4617 2002-01-21  Simon Josefsson  <jas@extundo.com>
4618
4619         * canlock.el (base64-encode-string): Autoload it from base64.
4620         (canlock-make-cancel-key): Base64 encode unibyte string.
4621
4622 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4623
4624         * nnfolder.el (nnfolder-request-accept-article): Unfold
4625         x-from-line.
4626         (nnfolder-request-replace-article): Ditto.
4627
4628 2002-01-20  Nevin Kapur  <nevin@jhu.edu>
4629
4630         * gnus-group.el (gnus-group-best-unread-group): Use the right
4631         positioning function.
4632
4633 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4634
4635         * smiley-ems.el (smiley-region): Use new function.
4636         (smiley-update-cache): Use general image functions.
4637         (smiley-region): Use general functions.
4638
4639         * gnus-util.el (gnus-graphic-display-p): New function.
4640
4641         * nnmail.el (nnmail-article-group): Allow outputting traces of
4642         non-strings.
4643
4644         * nndoc.el (nndoc-type-alist): Rules for exim bounces.
4645         (nndoc-exim-bounce-type-p): New function.
4646
4647         * message.el (message-dont-send): Doc fix.
4648
4649         * gnus-util.el (gnus-completing-read): Remove
4650         inherit-input-method.
4651
4652         * gnus-art.el (gnus-treat-smiley): Doc fix.
4653
4654         * gnus-agent.el (gnus-agent-fetch-headers): Ignore seen and recent
4655         articles.
4656
4657 2002-01-19  Simon Josefsson  <jas@extundo.com>
4658
4659         * imap.el (imap-gssapi-open): Don't wait for logout to complete.
4660         (imap-kerberos4-open): Ditto.
4661         (imap-open): Set port correctly, don't set auth.
4662
4663 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4664
4665         * gnus.el (gnus-version-number): Bump version number.
4666
4667 2002-01-20 05:33:30 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
4668
4669         * gnus.el: Oort Gnus v0.05 is released.
4670
4671 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4672
4673         * nnkiboze.el (nnkiboze-generate-group): Make sure the directory
4674         exists.
4675
4676         * gnus-spec.el (gnus-string-width-function): New function.
4677         (gnus-tilde-cut-form): Use it.
4678         (gnus-tilde-max-form): Ditto.
4679         (gnus-use-correct-string-widths): Default to (featurep 'xemacs).
4680         (gnus-substring-function): Use it.
4681         (gnus-tilde-cut-form): Ditto.
4682         (gnus-substring-function): New function.
4683
4684         * message.el (message-check-news-header-syntax): New message.
4685
4686         * gnus.el (gnus-slave-no-server): Doc fix.
4687
4688         * gnus-spec.el (gnus-use-correct-string-widths): Default to t.
4689
4690 2002-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4691
4692         * gnus-sum.el (gnus-adjust-marked-articles): Fix the record for
4693         `seen' if it looks like (seen NUM1 . NUM2).  It should be
4694         (seen (NUM1 . NUM2)).
4695
4696 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4697
4698         * gnus-topic.el (gnus-topic-catchup-articles): Update article
4699         number in closed topics.
4700
4701 2002-01-19  Daniel Pittman  <daniel@rimspace.net>
4702
4703         * gnus-sum.el (gnus-summary-first-unseen-or-unread-subject): New
4704         functions.
4705
4706 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4707
4708         * gnus.el (gnus-group-find-parameter): Clean up.
4709
4710         * gnus-sum.el (gnus-summary-goto-subject): Error on non-numerical
4711         articles.
4712
4713         * gnus-util.el (gnus-completing-read-with-default): Renamed.
4714
4715         * nnmail.el (nnmail-article-group): Clean up.
4716
4717 2002-01-19  Paul Stodghill  <stodghil@cs.cornell.edu>
4718
4719         * gnus-agent.el (gnus-category-name): Intern the category name.
4720
4721 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4722
4723         * gnus-topic.el (gnus-topic-move-group): Use gnus-topic-history.
4724
4725         * gnus-util.el (gnus-completing-read): New function.
4726
4727 2002-01-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4728
4729         * gnus-art.el (gnus-add-wash-type): Use add-to-list.
4730
4731         * smiley-ems.el (smiley-region): Register smiley.
4732         (smiley-toggle-buffer): Rewrite the function.
4733         (smiley-active): Removed.
4734
4735 2002-01-19  Simon Josefsson  <jas@extundo.com>
4736
4737         * gnus-util.el (gnus-parent-id): Optimize null n case.  From
4738         Jesper Harder <harder@ifa.au.dk>.
4739
4740 2002-01-18  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4741
4742         * gnus-art.el (gnus-request-article-this-buffer): Call
4743         `nneething-get-file-name' to extract the file name from the
4744         message id.
4745
4746         * nneething.el (nneething-encode-file-name): New function.
4747         (nneething-decode-file-name): Ditto.
4748         (nneething-get-file-name): Ditto.
4749         (nneething-make-head): Encode the file name and encapsulate it
4750         into the field of the message id.
4751
4752 2002-01-18  Simon Josefsson  <jas@extundo.com>
4753
4754         * nnml.el (nnml-request-update-info): Don't erase flags that isn't
4755         stored in .marks.
4756
4757         * nnfolder.el (nnfolder-request-update-info): Ditto.
4758
4759 2002-01-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
4760
4761         * gnus-art.el (gnus-url-parse-query-string): Allow new line in value.
4762
4763 2002-01-18  Simon Josefsson  <jas@extundo.com>
4764
4765         * imap.el (imap-starttls-p): Don't check for binary.
4766         (imap-gssapi-auth-p): Ditto.
4767         (imap-kerberos4-auth-p): Ditto.
4768         (imap-open): Change logic.  Iterate through all possible streams,
4769         instead of bailing out after first failure.  Move authenticator
4770         decision to `imap-authenticate'.
4771         (imap-authenticate): Change logic, now finds the authenticator to
4772         use, was previously in `imap-open'.
4773         (imap-open): Return nil on failure.
4774         (imap-open): Setup temp buffer correctly.
4775         (imap-open): Return buffer only on success.
4776         (imap-interactive-login, imap-interactive-login): Tell the user
4777         which stream/authenticator is used for the queried
4778         username/password.
4779         (imap-open, imap-authenticate): Set variables.
4780         (imap-gssapi-auth-p, imap-kerberos4-auth-p): Fix typo.
4781         (imap-open): Don't assume how `with-temp-buffer' is implemented.
4782
4783 2002-01-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4784
4785         * gnus-fun.el (gnus-grab-cam-x-face): New function.
4786
4787 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4788
4789         * gnus-art.el (gnus-emphasis-alist): Allow matching "*this*.)".
4790
4791 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4792
4793         * gnus-agent.el (gnus-agent-toggle-group-plugged): New function.
4794         (gnus-agent-group-mode-map): Bind it to "Jo".
4795         (gnus-agent-group-make-menu-bar): Add it into menu bar.
4796
4797 2002-01-17  Karl Kleinpaste  <karl@charcoal.com>
4798
4799         * gnus-xmas.el (gnus-group-toolbar): Add .newsrc save button.
4800         (gnus-summary-mail-toolbar): Add mail article deletion button.
4801
4802         * smiley.el (smiley-deformed-regexp-alist): Eliminate noseless
4803         false positives for lines of "^^^^".
4804
4805         * gnus-picon.el (gnus-picon-find-face): faces database is all
4806         lowercase.
4807
4808 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
4809
4810         * gnus-agent.el (gnus-agent-retrieve-headers): Use correct buffer.
4811         (gnus-agent-braid-nov): Switch back to nntp-server-buffer. Remove
4812         duplications.
4813         (gnus-agent-batch): Bind gnus-agent-confirmation-function.
4814
4815 2002-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4816
4817         * gnus-sum.el (gnus-summary-initial-limit): Inline
4818         gnus-summary-limit-children.
4819         (gnus-summary-initial-limit): Don't limit if
4820         gnus-newsgroup-display is nil.
4821         (gnus-summary-initial-limit): No, don't.
4822
4823         * gnus-util.el
4824         (gnus-put-text-property-excluding-characters-with-faces): Inline
4825         gnus-put-text-property.
4826
4827         * gnus-spec.el (gnus-default-format-specs): New variable.
4828
4829         * gnus-start.el (gnus-read-newsrc-file): Don't clear
4830         gnus-format-specs.
4831         (gnus-read-newsrc-el-file): Default to gnus-default-format-specs.
4832
4833         * gnus-spec.el (gnus-update-format-specifications): Really check
4834         the Gnus version of the .newsrc.eld file.
4835         (gnus-format-specs): Save the new default summary format.
4836
4837         * gnus-util.el (gnus-parent-id): Check whether references is empty
4838         before splitting.
4839
4840         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Inline some
4841         functions.
4842         (gnus-gather-threads-by-references): Inline
4843         `gnus-split-references'.
4844
4845         * gnus-spec.el (gnus-summary-line-format-spec): New, optimized
4846         default value of gnus-summary-line-format-spec.
4847
4848 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4849
4850         * nnslashdot.el (nnslashdot-retrieve-headers-1): A better error
4851         message.
4852         (nnslashdot-request-list): Ditto.
4853         (nnslashdot-sid-strip): Removed.
4854
4855 2002-01-15  Simon Josefsson  <jas@extundo.com>
4856
4857         * nnimap.el (nnimap-close-asynchronous): Enable.
4858         (nnimap-close-group): Expunge.
4859
4860 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4861
4862         * gnus-util.el (gnus-user-date-format-alist): Typo.
4863         From: Frank Schmitt <usereplyto@Frank-Schmitt.net>
4864
4865 2002-01-15  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
4866
4867         * nneething.el (nneething-request-article): Set
4868         `nnmail-file-coding-system' to `binary' locally, in order to read
4869         files without any conversion.
4870
4871 2002-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4872
4873         * gnus-agent.el (gnus-agent-retrieve-headers): Use
4874         nnheader-file-coding-system and nnmail-active-file-coding-system.
4875         (gnus-agent-regenerate-group): Ditto.
4876         (gnus-agent-regenerate): Ditto.
4877         (gnus-agent-write-active): Ditto.
4878         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>
4879
4880 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4881
4882         * gnus-art.el (gnus-button-alist): Don't highlight <URL:.
4883         Suggested by Ian Fitchet <ian.fitchet@lunanbay.com>
4884
4885 2002-01-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
4886
4887         * gnus.el: We don't need gnus-article-show-all-headers.
4888
4889         * gnus-art.el (article-show-all, gnus-article-show-all-header):
4890         Ditto.
4891
4892         * gnus-sum.el (gnus-summary-select-article): Don't call
4893         show-all-headers, because hidden headers are not hidden text any
4894         more.
4895
4896 2002-01-13  Simon Josefsson  <jas@extundo.com>
4897
4898         * message.el (message-newline-and-reformat): Use `newline' instead
4899         of inserting \n, so that the newline is marked as hard.
4900
4901         * gnus-spec.el (gnus-pad-form): Don't evaluate EL multiple times.
4902         From Jesper Harder <harder@ifa.au.dk>.
4903
4904 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4905
4906         * imap.el (imap-close): Keep going if quit.
4907
4908         * gnus-agent.el (gnus-agent-retrieve-headers): Erase
4909         nntp-server-buffer.
4910
4911 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4912
4913         * mm-view.el (mm-display-inline-fontify): Require font-lock to
4914         avoid unbinding shadowed variables.
4915
4916         * gnus-art.el (gnus-picon-databases): Moved here.
4917         (gnus-picons-installed-p): Moved here.
4918         (gnus-article-reply-with-original): Use `mark'.
4919
4920         * gnus.el (gnus-picon): Moved here and renamed.
4921
4922         * gnus-art.el (gnus-treat-from-picon): Only be on if picons are
4923         installed.
4924         (gnus-treat-mail-picon): Ditto.
4925         (gnus-treat-newsgroups-picon): Ditto.
4926
4927         * gnus-picon.el (gnus-picons-installed-p): New function.
4928
4929 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
4930
4931         * gnus-agent.el (gnus-agent-go-online): Fix doc.
4932
4933 2002-01-12  Simon Josefsson  <jas@extundo.com>
4934
4935         * nnimap.el (nnimap-need-unselect-to-notice-new-mail)
4936         (nnimap-before-find-minmax-bugworkaround): Use it.
4937         (nnimap-find-minmax-uid): Don't reselect current mailbox.
4938         (nnimap-dont-close): New variable.
4939         (nnimap-close-group): Use it.
4940
4941 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4942
4943         * gnus-art.el (gnus-article-reply-with-original): Use
4944         `mark-active'.
4945
4946         * gnus-msg.el (gnus-summary-reply): Don't bug out on regions.
4947
4948         * gnus-logic.el (gnus-advanced-score-rule): Thinko fix.
4949         (gnus-score-advanced): Clean up.
4950         (gnus-score-advanced): Accept a multiple of the score.
4951
4952 2002-01-12  Simon Josefsson  <jas@extundo.com>
4953
4954         * flow-fill.el (fill-flowed-display-column)
4955         (fill-flowed-encode-columnq): New variables.  Suggested by
4956         Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
4957         (fill-flowed-encode, fill-flowed): Use them.
4958
4959         * message.el (message-send-news, message-send-mail): Use
4960         m-b-s-n-p-e-h-n.
4961
4962         * mml.el (autoload): Autoload fill-flowed-encode.
4963         (mml-buffer-substring-no-properties-except-hard-newlines): New
4964         function.
4965         (mml-read-part): Use it.
4966         (mml-generate-mime-1): Encode format=flowed if appropriate.
4967         (mml-insert-mime-headers): Insert format=flowed.
4968
4969         * flow-fill.el (fill-flowed-encode): New function.
4970         (fill-flowed): Bind fill-column to window width.
4971
4972 2002-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4973
4974         * gnus-sum.el (gnus-summary-buffer-name): Return the dead name if
4975         it exists.
4976         (gnus-summary-setup-buffer): Wake up dead summary buffers.
4977         (gnus-summary-buffer-name): Don't return the dead name after all.
4978         (gnus-summary-setup-buffer): Kill the dead buffer.
4979
4980         * gnus-art.el (gnus-article-followup-with-original): Store the
4981         value of the mark before deactivating it.
4982
4983 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4984
4985         * gnus-fun.el (gnus-display-x-face-in-from): Fake it.
4986         From: Karl Kleinpaste <karl@charcoal.com>
4987
4988         * gnus-art.el (article-display-x-face): Ditto.
4989         (gnus-article-reply-with-original): Use gnus-region-active-p.
4990         (gnus-article-followup-with-original): Ditto.
4991
4992         * gnus-sum.el (gnus-summary-read-group-1): Don't select
4993         downloadable article either.
4994
4995 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
4996
4997         * gnus-art.el (article-display-x-face): Insert From:.
4998
4999         * gnus-sum.el (gnus-summary-move-article): Don't draw the
5000         article. Bind gnus-display-mime-function and
5001         gnus-article-prepare-hook.
5002
5003         * gnus-agent.el (gnus-agent-retrieve-headers): Load agentview.
5004         (gnus-agent-toggle-plugged): Use gnus-agent-go-online. Move
5005         gnus-agent-possibly-synchronize-flags to the last.
5006         (gnus-agent-go-online): New function. New variable.
5007
5008 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5009
5010         * gnus-agent.el (gnus-agent-regenerate-group): Add clean option.
5011         (gnus-agent-regenerate): Ditto.
5012
5013 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5014
5015         * message.el (message-ignored-news-headers)
5016         (message-ignored-mail-headers): Add X-Gnus-Agent-Meta-Information:.
5017         Suggested by ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
5018
5019         * gnus.el (gnus-gethash-safe): New macro.
5020
5021         * gnus-agent.el (gnus-agent-regenerate-history): New function.
5022         (gnus-agent-regenerate): Show messages.
5023
5024 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5025
5026         * gnus-agent.el (gnus-agent-regenerate-group): New function.
5027         (gnus-agent-regenerate): New function.
5028         (gnus-agent-save-alist): Sort.
5029         (gnus-agent-copy-nov-line): Test eobp.
5030         (gnus-agent-retrieve-headers): Erase buffer.
5031
5032 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5033
5034         * mm-util.el (mm-charset-to-coding-system): Change charset to cs.
5035         From: Torsten Hilbrich <email@myrkr.in-berlin.de>
5036
5037         * gnus.el (gnus-agent-covered-methods): Move here.
5038         (gnus-online): New function.
5039         (gnus-agent-method-p): Move here.
5040
5041         * nnagent.el (nnagent-retrieve-headers): Check whether arts is
5042         nil. Remove articles-alist.
5043
5044         * gnus-start.el (gnus-get-unread-articles): Check online.
5045         (gnus-groups-to-gnus-format): Ditto.
5046         (gnus-active-to-gnus-format): Ditto.
5047
5048         * gnus-agent.el (gnus-agent-get-function): Use it.
5049         (gnus-agent-get-undownloaded-list): Ditto.
5050         (gnus-agent-fetch-session): Only fetch online methods.
5051
5052         * gnus-srvr.el (gnus-server-make-menu-bar): Add offline.
5053         (gnus-server-mode-map): Ditto.
5054         (gnus-server-offline-face): New face.
5055         (gnus-server-offline-face): New variable.
5056         (gnus-server-font-lock-keywords): Add offline.
5057         (gnus-server-insert-server-line): Ditto.
5058         (gnus-server-offline-server): New function.
5059
5060         * gnus-int.el (gnus-open-server): Turn to offline.
5061         (gnus-server-unopen-status): New variable.
5062
5063 2002-01-10  ShengHuo ZHU  <zsh@cs.rochester.edu>
5064
5065         * nnkiboze.el (nnkiboze-request-article): Use
5066         gnus-agent-request-article.
5067
5068         * nnagent.el (nnagent-retrieve-headers): Don't use nnml
5069         function. Insert undownloaded NOV.
5070
5071         * gnus-agent.el (gnus-agent-retrieve-headers): New function.
5072         (gnus-agent-request-article): New function.
5073
5074         * gnus.el (gnus-agent-cache): New variable.
5075
5076         * gnus-int.el (gnus-retrieve-headers): Use
5077         gnus-agent-retrieve-headers.
5078         (gnus-request-head): Use gnus-agent-request-article.
5079         (gnus-request-body): Ditto.
5080
5081         * gnus-art.el (gnus-request-article-this-buffer): Use
5082         gnus-agent-request-article.
5083
5084         * gnus-sum.el (gnus-summary-read-group-1): Don't show the first
5085         article if it is undownloaded.
5086
5087 2002-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5088
5089         * gnus-spec.el (gnus-spec-tab): Deal with wide characters.
5090
5091 2002-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5092
5093         * canlock.el (canlock-string-as-unibyte): New macro.
5094         (canlock-sha1-with-openssl): Return a unibyte string.
5095         (canlock-make-cancel-key): Treat Message-ID as a unibyte string.
5096
5097 2002-01-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5098
5099         * gnus.el (gnus-expand-group-parameters): Match \N or \& only.
5100
5101 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5102
5103         * mm-encode.el (mm-content-transfer-encoding-defaults): Add
5104         application/x-emacs-lisp.
5105
5106         * gnus-msg.el (gnus-bug): Use application/emacs-lisp.
5107
5108         * nntp.el (nntp-request-article): Add group parameter.
5109         (nntp-request-head): Ditto.
5110         (nntp-find-group-and-number): Add parameter group. Figure out
5111         number if the status line doesn't give (e.g. quimby.gnus.org).
5112
5113 2002-01-08  Simon Josefsson  <jas@extundo.com>
5114
5115         * mml.el (mml-generate-mime-1): Set recipient correctly.
5116
5117 2002-01-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5118
5119         * message.el (message-read-from-minibuffer): Add parameter
5120         initial-contents.
5121         * gnus-msg.el (gnus-summary-resend-message): Use it.
5122
5123         * gnus-group.el (gnus-group-read-ephemeral-group): Restore the old
5124         behavior of quit-config.
5125
5126         * message.el (message-make-from): Don't quote fullname.
5127         From: Bj\e,Ax\e(Brn Mork <bmork@dod.no>
5128
5129         * gnus-group.el (gnus-group-suspend): Don't kill message buffers.
5130         From: <andre@slamdunknetworks.com>
5131
5132 2002-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
5133
5134         * gnus-group.el (gnus-group-mark-article-read): Typo. Increase n.
5135
5136         * gnus-art.el (gnus-header-button-alist): Handle mailto.
5137
5138         * mml.el (mml-preview): Bind gnus-original-article-buffer because
5139         article-decode-group-name uses it.  Bind gnus-article-prepare-hook
5140         because bbdb may use it.
5141
5142 2002-01-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5143
5144         * nneething.el (nneething-request-article): When a non-text file
5145         is converted to an article, its data is encoded in base64.  Call
5146         `nneething-make-head' with options to specify MIME types.
5147         (nneething-make-head): Add optional arguments to specify MIME
5148         types.
5149
5150 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5151
5152         * gnus-fun.el (gnus-display-x-face-in-from): Fake a "From: "
5153         header if there is not.
5154
5155         * gnus-xmas.el (gnus-xmas-put-image): Insert " " if bobp.
5156
5157         * gnus-msg.el (gnus-gcc-mark-as-read): New variable.
5158         (gnus-inews-mark-gcc-as-read): Obsolete variable.
5159         (gnus-inews-do-gcc): Use them.
5160
5161         * gnus-group.el (gnus-group-mark-article-read): Put holes into
5162         gnus-newsgroup-unselected.
5163
5164 2002-01-06  Simon Josefsson  <jas@extundo.com>
5165
5166         * imap.el (imap-ssl-open, imap-ssl-open, imap-parse-fetch): Use
5167         condition-case, not ignore-errors.
5168
5169 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5170
5171         * gnus-sum.el (gnus-summary-insert-old-articles): Bind
5172         gnus-fetch-old-headers.
5173
5174         * gnus-art.el (article-display-x-face): Use the current buffer
5175         unless `W f'. Otherwise, X-Face may be shown in the header of a
5176         forwarded part.
5177         (gnus-treatment-function-alist): Treat xface before hiding
5178         headers.
5179
5180 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5181
5182         * gnus-group.el (gnus-group-read-ephemeral-group): Fix
5183         parameters.
5184
5185 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5186
5187         * mm-util.el (mm-multibyte-p): Define conditionally when load.
5188         (mm-guess-charset): New function.
5189         (mm-charset-after): Use it.
5190         (mm-detect-coding-region): New function.
5191         (mm-detect-mime-charset-region): New function.
5192
5193         * gnus-sum.el (gnus-summary-show-article): Use
5194         mm-detect-coding-region.
5195
5196 2002-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5197
5198         * message.el (message-make-fqdn): Be less violent.
5199
5200         * gnus.el (gnus-logo-color-style): Compute custom form
5201         automatically.
5202
5203         * gnus-sum.el (gnus-summary-enter-digest-group): Feed the adaptive
5204         score file of the parent to the document group.
5205
5206         * gnus-group.el (gnus-group-read-ephemeral-group): Add an optional
5207         parameters parameter.
5208
5209         * gnus-score.el (gnus-score-load-file): Clean up.
5210
5211 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5212
5213         * gnus-sum.el (gnus-thread-sort-by-most-recent-number): Fix typo.
5214         From: Damien Wyart <damien.wyart@free.fr>
5215
5216         * gnus-util.el (gnus-local-map-property): In Emacs 21, use keymap.
5217
5218 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5219
5220         * gnus-sum.el (gnus-select-group-hook): Typo.
5221
5222         * rfc2047.el (rfc2047-decode-string): Return immediately if there
5223         is no quoted-printable-encoded STRING.
5224         From: Jesper Harder <harder@ifa.au.dk>
5225
5226         (rfc2047-decode-string): Decode it.
5227
5228 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5229
5230         * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
5231
5232 2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
5233         Trivial patch.
5234
5235         * nntp.el (nntp-possibly-change-group): Erase contents of nntp
5236         buffer to get rid of junk line.
5237
5238 2002-01-05  Simon Josefsson  <jas@extundo.com>
5239
5240         * message.el (message-mode-map): Bind message-goto-from to C-c C-f
5241         C-o.
5242         (message-mode-map): Bind message-insert-or-toggle-importance to
5243         C-c C-u.
5244         (message-mode-map): Bind message-disposition-notification-to to
5245         C-c M-n.
5246         (message-mode-menu): Add m-d-n-t.
5247         (message-mode-field-menu): Add m-goto-from.
5248         (message-mode): Doc fix.
5249         (message-goto-from): New function.
5250         (message-insert-disposition-notification-to): New function.
5251         (message-tool-bar-map): Add receipt button.
5252
5253 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5254
5255         * gnus-sum.el (gnus-thread-latest-date): New function.
5256         (gnus-thread-sort-by-most-recent-number): Renamed.
5257         (gnus-thread-sort-functions): Doc fix.
5258         (gnus-select-group-hook): Don't use setq on a hook.
5259         (gnus-thread-latest-date): Use date, not number
5260
5261         * gnus-agent.el (gnus-agent-expire-days): Doc fix.
5262         (gnus-agent-expire): Allow regexp of expire-days.
5263
5264         * gnus-art.el (gnus-article-reply-with-original): Deactivate
5265         region.
5266         (gnus-article-followup-with-original): Ditto.
5267
5268         * gnus-sum.el (gnus-thread-highest-number): Doc fix.
5269
5270         * gnus-art.el (gnus-mime-display-alternative): Use
5271         gnus-local-map-property.
5272         (gnus-mime-display-alternative): Ditto.
5273         (gnus-insert-mime-security-button): Ditto.
5274         (gnus-insert-next-page-button): Ditto.
5275         (gnus-button-prev-page): Take optional args.
5276         (gnus-insert-prev-page-button): widget-convert.
5277
5278         * gnus-util.el (gnus-local-map-property): New function.
5279
5280         * gnus-art.el (gnus-prev-page-map): Use parent map.
5281         (gnus-next-page-map): Ditto.
5282
5283         * gnus-spec.el (gnus-parse-format): Clean up.
5284         (gnus-parse-format): Do complex formatting for %=.
5285
5286         * gnus-fun.el (gnus-display-x-face-in-from): Add the string
5287         "X-Face: " to the data in the built-in scenario.
5288
5289         * gnus-spec.el (gnus-parse-simple-format): Use gnus-pad-form.
5290         (gnus-correct-pad-form): Renamed.
5291         (gnus-tilde-max-form): Clean up.
5292         (gnus-pad-form): Use gnus-use-correct-string-widths.
5293
5294         * gnus-fun.el (gnus-display-x-face-in-from): Use native xface
5295         support if that is available.
5296
5297         * gnus-sum.el (gnus-thread-highest-number): New function.
5298         (gnus-thread-sort-by-most-recent-thread): New function.
5299         (gnus-thread-sort-functions): Doc fix.
5300
5301 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5302
5303         * gnus-sum.el (gnus-summary-select-article): Disable multibyte in
5304         all cases.
5305         (gnus-summary-mode): Enable it in all cases.
5306         (gnus-summary-display-article): Ditto.
5307         (gnus-summary-edit-article): Ditto.
5308
5309         * gnus-ems.el (gnus-put-image): Really return glyph.
5310
5311         * gnus-art.el (gnus-article-x-face-command): Fix :type.
5312         (gnus-treat-smiley): Don't take "P" in the interactive form.
5313
5314 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5315
5316         * compface.el (uncompface): XEmacs and Emacs have differing
5317         capabilities.
5318
5319         * gnus-fun.el (gnus-display-x-face-in-from): Use face.
5320
5321         * gnus-ems.el (gnus-article-xface-ring-internal): Removed.
5322         (gnus-article-xface-ring-size): Removed.
5323         (gnus-article-display-xface): Removed.
5324         (gnus-remove-image): Cleaned up.
5325
5326         * gnus-xmas.el (gnus-xmas-create-image): Convert pbm to xbm.
5327         (gnus-xmas-create-image): Take pbm files.
5328         (gnus-x-face): Removed.
5329         (gnus-xmas-article-display-xface): Removed.
5330
5331         * gnus-fun.el (gnus-display-x-face-in-from): Bind
5332         default-enable-multibyte-characters.
5333
5334         * compface.el (uncompface): Doc fix.
5335
5336         * gnus-art.el (gnus-article-x-face-command): Use
5337         gnus-display-x-face-in-from.
5338
5339         * gnus-xmas.el (gnus-xmas-put-image): Return the image.
5340
5341         * gnus-ems.el (gnus-put-image): Return the image.
5342
5343         * gnus-fun.el (gnus-display-x-face-in-from): New function.
5344         (gnus-x-face): Moved here.
5345
5346 2002-01-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
5347
5348         * gnus-xmas.el (gnus-xmas-put-image): Don't insert SPC or make
5349         invisible if string is nil.
5350         (gnus-xmas-article-display-xface): Use it.
5351
5352         * gnus-ems.el (gnus-put-image): Explicitly use SPC, and add text
5353         property when string is nil.
5354         (gnus-article-display-xface): Use it.
5355
5356 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5357
5358         * gnus-art.el (article-display-x-face): Check whether valid grey
5359         face was returned.
5360         (article-display-x-face): Place image in the right spot.
5361
5362         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Get rid of
5363         stderr.
5364         (gnus-convert-gray-x-face-to-xpm): Check whether output is valid.
5365
5366 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5367
5368         * gnus-xmas.el (gnus-xmas-create-image): Take optional
5369         parameters.
5370         (gnus-xmas-put-image): Allow non-strings to be passed.
5371
5372         * gnus-art.el (article-display-x-face): Use optional parameters.
5373
5374         * gnus-ems.el (gnus-create-image): Take optional parameters.
5375
5376         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Use uncompface.
5377
5378         * compface.el (compface-xbm-p): Removed.
5379
5380         * gnus-ems.el (gnus-article-compface-xbm): Removed.
5381         (gnus-article-display-xface): Use compface.
5382
5383         * compface.el: New file.
5384
5385         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Remove quotes.
5386         (gnus-convert-image-to-x-face-command): Ditto.
5387         (gnus-random-x-face): Quote argument.
5388         (gnus-x-face-from-file): Ditto.
5389
5390 2002-01-03  Paul Jarc  <prj@po.cwru.edu>
5391
5392         * nnmaildir.el (nnmaildir-request-expire-articles): evaluate
5393         the expire-group parameter once per article rather than once
5394         per group; bind `nnmaildir-article-file-name' and `article'
5395         for convenience.  Leave article alone when expire-group
5396         specifies the current group.
5397         (nnmaildir--update-nov): be more concurrency-friendly with
5398         temp file names.
5399
5400 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5401
5402         * gnus-start.el (gnus-read-init-file): Cleaned up.
5403
5404 2002-01-03  Dave Love  <d.love@dl.ac.uk>
5405
5406         * gnus-start.el (gnus-startup-file-coding-system): Removed.
5407         (gnus-read-init-file): Don't use it.
5408
5409 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5410
5411         * gnus-agent.el (gnus-agent-fetch-session): Run hook.
5412
5413 2002-01-03  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5414
5415         * gnus-start.el (gnus-read-init-file): Don't force coding system
5416         for ~/.gnus.  From Dave Love <fx@gnu.org>.
5417
5418 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5419
5420         * nntp.el (nntp-send-buffer): Use mm-with-unibyte-current-buffer.
5421         * nnspool.el (nnspool-request-post): Ditto.
5422
5423         * mm-util.el (mm-use-find-coding-systems-region): New variable.
5424         (mm-find-mime-charset-region): Use it.
5425
5426 2002-01-03  Per Abrahamsen  <abraham@dina.kvl.dk>
5427
5428         * gnus.el (gnus-summary-line-format): Added :link.
5429         * gnus-topic.el (gnus-topic-line-format): Ditto.
5430         * gnus-sum.el (gnus-summary-dummy-line-format): Ditto.
5431         * gnus-srvr.el (gnus-server-line-format): Ditto.
5432         * gnus-group.el (gnus-group-line-format): Ditto.
5433
5434         * gnus-sum.el (gnus-summary-make-menu-bar): Use correct syntax for
5435         :keys, it works on both Emacsen.
5436
5437 2002-01-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
5438
5439         * mm-util.el (mm-charset-to-coding-system): Don't setq charset.
5440
5441 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5442
5443         * gnus-msg.el (gnus-summary-send-map): Fix binding for very-wide.
5444
5445 2002-01-03  Reiner Steib  <reiner.steib@gmx.de>
5446
5447         * gnus-sum.el (gnus-summary-make-menu-bar): Menu bar entries for
5448         very wide reply.
5449
5450 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5451
5452         * gnus-picon.el (gnus-picon-transform-address): Cache stuff.
5453         (gnus-picon-cache): New variable.
5454         (gnus-picon-transform-newsgroups): Cache stuff.
5455
5456         * gnus-art.el (gnus-article-reply-with-original): New command.
5457         (gnus-article-followup-with-original): New command.
5458
5459         * gnus-msg.el (gnus-copy-article-buffer): Take optional BEG and
5460         END parameters.
5461         (gnus-summary-followup): Take a list of list of articles.
5462         (gnus-inews-yank-articles): Allow lists of article/regions.
5463
5464         * gnus-art.el (gnus-article-read-summary-keys): `R' and `F' are no
5465         longer the usual commands.
5466
5467         * gnus-fun.el (gnus-convert-image-to-gray-x-face): Use pnmnoraw.
5468         (gnus-convert-gray-x-face-to-xpm): Don't use six parameters to
5469         shell-command-on-region.
5470
5471 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5472
5473         * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case
5474           "Newsgroups: rec.music.beatles.moderated, rec.music.beatles".
5475
5476 2002-01-03  Steve Youngs  <youngs@xemacs.org>
5477
5478         * gnus-sum.el (gnus-summary-make-menu-bar): XEmacs doesn't
5479         understand ':keys', wrap it in an featurep 'xemacs.
5480
5481 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5482
5483         * gnus-ems.el (gnus-article-display-xface): Show xface in the
5484         order of headers (Actually, it is called in a reversed order). Add
5485         'gnus-image-text-deletable property.
5486         (gnus-remove-image): Remove text with such a property.
5487
5488         * gnus-xmas.el (gnus-xmas-article-display-xface): Don't use
5489         gnus-put-image.
5490
5491         * gnus-art.el (gnus-article-treat-fold-newsgroups): Replace ", *"
5492         with ", "
5493
5494 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5495
5496         * gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Renamed.
5497
5498         * gnus-art.el (gnus-ignored-headers): Hide all X-Faces.
5499         (article-display-x-face): Display grey X-Faces.
5500
5501         * gnus-fun.el (gnus-convert-gray-x-face-region): New function.
5502         (gnus-convert-gray-x-face-to-ppm): Ditto.
5503         (gnus-convert-image-to-gray-x-face): Ditto.
5504
5505         * gnus-sum.el (gnus-summary-make-menu-bar): Add a :keys to
5506         gnus-summary-show-raw-article.
5507
5508 2002-01-02  ShengHuo ZHU  <zsh@cs.rochester.edu>
5509
5510         Display picons in XEmacs without showing text.
5511
5512         * gnus-xmas.el (gnus-xmas-create-image): Don't use
5513         mm-create-image-xemacs to create xbm glyph, because it deletes
5514         temporary files.
5515         (gnus-xmas-put-image): Use end-glyph. Make text invisible.
5516         (gnus-xmas-remove-image): Make text visible, remove glyph.
5517
5518         * gnus-picon.el (gnus-picon-transform-newsgroups)
5519         (gnus-picon-transform-address): Insert spec backward, due to the
5520         incompatibility of gnus-xmas-put-image.
5521
5522 2002-01-02  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
5523
5524         * gnus-fun.el (gnus-convert-pbm-to-x-face-command): Doc fix.
5525
5526 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5527
5528         * gnus.el: Doc fix.
5529
5530         * gnus-art.el: Doc fix.
5531
5532         * gnus-agent.el: Doc fix.
5533
5534 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5535
5536         * gnus-diary.el, gnus-delay.el: Fix copyright lines.
5537
5538 2002-01-01  Paul Jarc  <prj@po.cwru.edu>
5539
5540         * nnmaildir.el (nnmaildir--update-nov): automatically parse
5541         NOV data out of the message again if nnmail-extra-headers has
5542         changed.
5543
5544 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5545
5546         * gnus-fun.el: New file.
5547         (gnus-convert-image-to-x-face-command): New variable.
5548         (gnus-insert-x-face): New function.
5549         (gnus-random-x-face): Renamed.
5550         (gnus-x-face-from-file): Renamed.
5551
5552         * gnus-art.el (gnus-body-boundary-delimiter): Changed default to
5553         "_".
5554         (gnus-body-boundary-delimiter): Typo fix.
5555
5556 2002-01-02  Simon Josefsson  <jas@extundo.com>
5557
5558         * gnus-art.el (gnus-article-treat-body-boundary): Handle nil.
5559         (gnus-body-boundary-delimiter): Fix type.
5560
5561 2002-01-01  Simon Josefsson  <jas@extundo.com>
5562
5563         * gnus-art.el (gnus-treat-buttonize, gnus-treat-buttonize-head)
5564         (gnus-treat-emphasize, gnus-treat-strip-cr)
5565         (gnus-treat-leading-whitespace, gnus-treat-hide-headers)
5566         (gnus-treat-hide-boring-headers, gnus-treat-hide-signature)
5567         (gnus-treat-fill-article, gnus-treat-hide-citation)
5568         (gnus-treat-hide-citation-maybe)
5569         (gnus-treat-strip-list-identifiers, gnus-treat-strip-pgp)
5570         (gnus-treat-strip-pem, gnus-treat-strip-banner)
5571         (gnus-treat-highlight-headers, gnus-treat-highlight-citation)
5572         (gnus-treat-date-ut, gnus-treat-date-local)
5573         (gnus-treat-date-english, gnus-treat-date-lapsed)
5574         (gnus-treat-date-original, gnus-treat-date-iso8601)
5575         (gnus-treat-date-user-defined, gnus-treat-strip-headers-in-body)
5576         (gnus-treat-strip-trailing-blank-lines)
5577         (gnus-treat-strip-leading-blank-lines)
5578         (gnus-treat-strip-multiple-blank-lines)
5579         (gnus-treat-unfold-headers, gnus-treat-fold-headers)
5580         (gnus-treat-fold-newsgroups, gnus-treat-overstrike)
5581         (gnus-treat-display-xface, gnus-treat-display-smileys)
5582         (gnus-treat-from-picon, gnus-treat-mail-picon)
5583         (gnus-treat-newsgroups-picon, gnus-treat-body-boundary)
5584         (gnus-treat-capitalize-sentences, gnus-treat-fill-long-lines)
5585         (gnus-treat-play-sounds, gnus-treat-translate)
5586         (gnus-treat-x-pgp-sig): Doc fix, add link to manual.
5587
5588         * gnus-art.el (gnus-body-boundary-delimiter): New variable.
5589         (gnus-article-treat-body-boundary): Use it.
5590
5591         * message.el (message-mode): Fix doc.
5592         (message-mode-menu): Fix names.
5593
5594 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5595
5596         * gnus-sum.el (gnus-summary-first-subject): Really go to unseen
5597         articles.
5598
5599         * gnus-picon.el (gnus-picon-find-face): Search MISC for all types.
5600         (gnus-picon-transform-address): Search for unknown faces as well.
5601         (gnus-picon-find-face): Don't search "news" for MISC.
5602         (gnus-picon-user-directories): Changed default back to exclude
5603         "unknown".
5604
5605         * gnus-sum.el (gnus-summary-hide-all-threads): Reversed logic.
5606
5607         * gnus-picon.el (gnus-picon-find-face): Search through all
5608         databases.
5609         (gnus-picon-find-face): New implementation.
5610
5611         * gnus-topic.el (gnus-topic-goto-previous-topic): New command and
5612         keystroke.
5613         (gnus-topic-goto-next-topic): Ditto.
5614
5615         * gnus.el (gnus-summary-line-format): Changed default.
5616
5617         * nnmail.el (nnmail-extra-headers): Change default.
5618
5619         * gnus-sum.el (gnus-extra-headers): Change default.
5620
5621         * message.el (message-news-other-window): Changed "news" to
5622         "posting".
5623         (message-news-other-frame): Ditto.
5624         (message-do-send-housekeeping): Ditto.
5625
5626         * gnus-sum.el (gnus-summary-maybe-hide-threads): Use predicate
5627         function.
5628         (gnus-article-unread-p): New function.
5629         (gnus-article-unseen-p): New function.
5630         (gnus-dead-summary-mode-map): Typo.
5631
5632         * gnus-util.el (gnus-make-predicate): New function.
5633         (gnus-make-predicate-1): New function.
5634
5635         * gnus-sum.el: New function.
5636         (gnus-map-articles): New function.
5637
5638         * gnus-art.el (gnus-treat-fold-headers): New variable.
5639         (gnus-article-treat-fold-headers): New command and keystroke.
5640
5641         * gnus-sum.el (gnus-dead-summary-mode-map): Clean up.
5642         (gnus-dead-summary-mode-map): Bind q to bury-buffer.
5643
5644 2002-01-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
5645
5646         * message.el (message-fcc-externalize-attachments): New variable.
5647         (message-do-fcc): Use it.
5648
5649         * gnus-msg.el (gnus-gcc-externalize-attachments): New variable.
5650         (gnus-inews-do-gcc): Use it.
5651
5652         * mml.el (mml-tweak-sexp-alist): New variable.
5653         (mml-externalize-attachments): New variable.
5654         (mml-tweak-part): Use mml-tweak-sexp-alist.
5655         (mml-tweak-externalize-attachments): New function.
5656
5657 2002-01-01  Steve Youngs  <youngs@xemacs.org>
5658
5659         * gnus-xmas.el (gnus-xmas-article-display-xface): Uncomment
5660         'set-glyph-face' so x-face back/foreground can be set.
5661
5662 2001-12-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
5663
5664         * message.el (message-fix-before-sending): Fix a typo.
5665
5666 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5667
5668         * gnus-art.el (gnus-treat-smiley): Renamed command.
5669         (gnus-article-remove-images): New command and keystroke.
5670
5671         * gnus-sum.el (gnus-summary-toggle-smiley): Removed.
5672
5673         * smiley-ems.el (gnus-smiley-display): Removed.
5674
5675         * gnus.el (gnus-version-number): Update version.
5676
5677         * message.el (message-text-with-property): Renamed and moved
5678         here.
5679         (message-fix-before-sending): Highlight invisible text and place
5680         point there.
5681
5682 2002-01-01 02:32:53 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5683
5684         * gnus.el: Oort Gnus v0.04 is released.
5685
5686 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5687
5688         * gnus-delay.el (gnus-delay-send-queue): Renamed.
5689
5690         * gnus-art.el (gnus-ignored-headers): More headers,
5691
5692         * ietf-drums.el (ietf-drums-parse-addresses): Use `error' instead
5693         of `scan-error', since XEmacs doesn't seem to support that.
5694
5695 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5696
5697         * gnus-sum.el (gnus-summary-best-unread-article): Take a prefix
5698         arg.
5699         (gnus-summary-best-unread-subject): Ditto.
5700         (gnus-summary-best-unread-subject): No, don't.
5701         (gnus-summary-better-unread-subject): New command.
5702
5703         * gnus-xmas.el (gnus-xmas-put-image): Insert the string itself.
5704
5705         * lpath.el ((featurep 'xemacs)): fbind url function.
5706
5707         * gnus-xmas.el (gnus-xmas-article-display-xface): Use data, not
5708         buffer.
5709         (gnus-xmas-remove-image): Implementation that does something.
5710         (gnus-xmas-article-display-xface): Mark images properly.
5711
5712         * gnus-art.el (gnus-mime-print-part): Use mm-temp-directory.
5713
5714 2001-12-31  Florian Weimer  <fw@deneb.enyo.de>
5715
5716         * gnus.el (gnus): Warn if trying to run Gnus un-byte-compiled.
5717
5718 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5719
5720         * gnus-group.el (gnus-group-line-format): Added %O to the default
5721         value.
5722
5723         * gnus-util.el (gnus-text-with-property): The smallest point is
5724         point-min.
5725
5726         * smiley-ems.el (smiley-region): Return images.
5727         (gnus-smiley-display): Allow toggling.
5728         (smiley-region): Use text properties, not overlays.
5729
5730         * gnus-xmas.el (gnus-xmas-remove-image): New function, not
5731         implemented yet.
5732
5733         * smiley-ems.el (smiley-update-cache): Check for valid types.
5734
5735         * gnus-art.el (gnus-with-article-buffer): New macro.
5736
5737         * gnus-picon.el (gnus-picon-transform-newsgroups): Keep the
5738         strings as well as the glyphs.
5739         (gnus-picon-transform-address): Ditto.
5740         (gnus-picon-insert-glyph): Ditto.
5741         (gnus-picon-transform-newsgroups): Toggle.
5742         (gnus-picon-transform-address): Toggle.
5743
5744         * gnus-ems.el (gnus-remove-image): New function.
5745         (gnus-put-image): Take an optional string.
5746
5747         * gnus-util.el (gnus-text-with-property): New function.
5748
5749         * gnus-art.el (gnus-delete-images): New function.
5750
5751         * gnus-ems.el (gnus-article-display-xface): Mark and store image.
5752
5753         * gnus-art.el (gnus-article-wash-status-entry): Renamed.
5754         (gnus-article-wash-status): Use it.
5755         (gnus-signature-toggle): Clean up.
5756         (gnus-add-wash-status): New function.
5757         (gnus-delete-wash-status): New function.
5758         (gnus-article-hide-text-type): Use them throughout.
5759         (gnus-add-image): New function.
5760
5761         * gnus-ems.el (gnus-article-display-xface): Use new interface.
5762
5763         * gnus-xmas.el (gnus-xmas-article-display-xface): Use new
5764         interface.
5765
5766         * gnus-art.el (article-display-x-face): Cleaned up.
5767
5768         * rfc2047.el (rfc2047-field-value): New function.
5769
5770         * mail-parse.el (mail-header-field-value): New alias.
5771
5772         * gnus-art.el (gnus-mime-print-part): Fix typos.
5773
5774         * smiley-ems.el (gnus-smiley-file-types): New variable.
5775         (smiley-update-cache): Use it.
5776         (smiley-regexp-alist): Suffix-less smiley names.
5777         (smiley-regexp-alist): Added more smileys.
5778
5779         * gnus-sum.el (gnus-print-buffer): Made into own function.
5780         (gnus-summary-print-article): Use it.
5781
5782         * mailcap.el (mailcap-mime-info): Actually return the bit that we
5783         looked for when REQUEST is a string.
5784
5785         * gnus-art.el (gnus-mime-button-commands): Add printing
5786         keystroke.
5787         (gnus-mime-copy-part): Doc fix.
5788         (gnus-mime-print-part): New command.
5789
5790 2001-12-31  Simon Josefsson  <jas@extundo.com>
5791
5792         * imap.el (imap-parse-fetch): Notice empty flags responses.  From
5793         Nic Ferrier <nferrier@tf1.tapsellferrier.co.uk>.
5794
5795 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5796
5797         * gnus-picon.el (gnus-treat-from-picon): Autoload.
5798         (picon): Fix doc.
5799
5800         * gnus-win.el (gnus-window-to-buffer): gnus-picon-buffer-name no
5801         longer exists. Remove those codes.
5802         * gnus.el (gnus-use-picons): Ditto.
5803
5804 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5805
5806         * gnus-art.el (gnus-article-treat-fold-newsgroups): Don't
5807         infloop.
5808
5809         * gnus-sum.el (t): New `W D' map.
5810
5811         * gnus-art.el (gnus-treat-fold-newsgroups): New variable.
5812         (gnus-article-treat-body-boundary): Clean up.
5813         (gnus-body-boundary-face): Removed.
5814         (gnus-article-goto-header): Moved here.
5815         (gnus-article-goto-header): Allow better regexps.
5816         (gnus-article-treat-fold-newsgroups): New command.
5817
5818         * gnus-sum.el (gnus-summary-move-article): We have to select an
5819         article to give `gnus-read-move-group-name' an opportunity to
5820         suggest an appropriate default.
5821
5822         * rfc2047.el (rfc2047-fold-line): New function.
5823         (rfc2047-unfold-line): Ditto.
5824         (rfc2047-fold-region): Don't fold just after the header name.
5825
5826         * mail-parse.el (mail-header-fold-line): New alias.
5827         (mail-header-unfold-line): Ditto.
5828
5829         * gnus-art.el (gnus-body-boundary-face): Renamed.
5830         (gnus-article-treat-body-boundary): Use it.
5831         (gnus-article-treat-body-boundary): Use an invisible header and a
5832         line of underline characters.
5833
5834 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5835
5836         * ietf-drums.el (ietf-drums-parse-addresses): Recover from errors.
5837
5838         * gnus-picon.el (gnus-picon-transform-address): Skip bad addresses.
5839         (gnus-picon-split-address): New function.
5840         (gnus-picon-find-face): Use it.
5841         (gnus-picon-transform-address): Use it. Set first to t for each
5842         address.
5843
5844         * gnus-art.el (gnus-with-article-headers): Move to here. Define
5845         the macro then use it.
5846         (gnus-treatment-function-alist): Treat picons earlier.
5847
5848 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5849
5850         * gnus-art.el (gnus-body-separator-face): New variable.
5851         (gnus-article-treat-body-boundary): Use a blank, colored line.
5852
5853         * gnus-picon.el (gnus-picon-find-face): Look into misc/MISC as
5854         well.
5855
5856         * gnus-art.el (gnus-treat-body-boundary): New variable.
5857         (gnus-article-treat-unfold-headers): Use helper macro.
5858         (gnus-article-treat-body-boundary): New command.
5859
5860         * gnus.el (gnus-logo-color-style): Change the default color.
5861         (gnus-splash-face): Gray, gray.
5862
5863         * gnus-xmas.el (gnus-xmas-group-startup-message): Use general
5864         colors.
5865
5866         * gnus.el (gnus-logo-color-alist): Moved here and renamed.
5867         (gnus-logo-color-style): Ditto.
5868         (gnus-logo-colors): Ditto.
5869
5870         * gnus-picon.el (gnus-picon-create-glyph): Cache glyphs.
5871
5872         * gnus-art.el (gnus-treat-newsgroups-picon): New variable.
5873
5874         * gnus-picon.el (gnus-treat-newsgroups-picon): New function.
5875         (gnus-picon-transform-newsgroups): New function.
5876
5877         * ietf-drums.el (ietf-drums-parse-addresses): Accept a nil
5878         string.
5879
5880         * gnus-picon.el (gnus-treat-mail-picon): Renamed.
5881
5882         * gnus-art.el (gnus-treat-cc-picon): New variable.
5883         (gnus-treat-mail-picon): Renamed.
5884
5885         * gnus-picon.el: New implementation.
5886         (gnus-picon-find-face): Renamed.
5887         (gnus-treat-from-picon): Use it.
5888         (gnus-picon-transform-address): Renamed.
5889         (gnus-treat-from-picon): Use it.
5890         (gnus-picon-create-glyph): Renamed.
5891         (gnus-picon-transform-address): Use it.
5892         (gnus-treat-cc-picon): New command.
5893
5894         * mm-decode.el (mm-create-image-xemacs): Separated out into
5895         function.
5896         (mm-get-image): Use it.
5897
5898         * gnus-art.el (gnus-treat-display-picons): Simplify.
5899         (gnus-treat-from-picon): Renamed.
5900
5901         * gnus-ems.el (gnus-create-image): New function.
5902         (gnus-put-image): New function.
5903
5904         * gnus-art.el (gnus-article-treat-unfold-headers): Doc fix.
5905         (gnus-with-article-headers): New macro.
5906         (gnus-article-goto-header): New function.
5907
5908         * gnus-xmas.el (gnus-image-type-available-p): New function.
5909
5910         * gnus-ems.el (gnus-image-type-available-p): New function.
5911
5912 2001-12-30  ShengHuo ZHU  <zsh@cs.rochester.edu>
5913
5914         * nnrss.el (nnrss-check-group): Find the correct tag, because
5915         xml.el is changed.
5916
5917 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5918
5919         * gnus-art.el (gnus-article-treat-unfold-headers): Only fold when
5920         lines are shorter than the window width.
5921         (gnus-ignored-headers): More headers.
5922
5923 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5924
5925         * gnus-art.el (gnus-treat-unfold-lines): New variable.
5926         (gnus-treat-unfold-headers): Renamed.
5927         (gnus-article-treat-unfold-headers): New command and keystroke.
5928
5929         * rfc2047.el (rfc2047-encode-message-header): Clean up.
5930
5931         * gnus-int.el (gnus-open-server): Mark quit-ed server as denied.
5932
5933 2001-12-29  ShengHuo ZHU  <zsh@cs.rochester.edu>
5934
5935         * sha1-el.el (sha1-use-external): New variable.
5936         (sha1-region): Use it.
5937         (sha1-string): Ditto.
5938
5939         * dgnushack.el (dgnushack-compile): Compile gnus-picon for Emacs.
5940         * gnus-picon.el: Less warnings when compile.
5941
5942 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5943
5944         * gnus-picon.el (gnus-picons-news-directories): Removed obsolete
5945         alias.
5946         (gnus-picons-database): Default to list.
5947         (gnus-picons-lookup-internal): Use it.
5948
5949         * nnmail.el (nnmail-article-group): Default nnmail-split-methods
5950         to "bogus".
5951
5952         * gnus-win.el (gnus-configure-windows-hook): New hook.
5953
5954 2001-12-29  Sascha L\e,A|\e(Bdecke  <sascha@meta-x.de>
5955
5956         * gnus-win.el (gnus-configure-windows): Minimize tree buffer.
5957
5958 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5959
5960         * gnus-sum.el (gnus-update-marks): Don't uncompress the seen
5961         lists.
5962         (gnus-select-newsgroup): Don't append; push.
5963         (gnus-adjust-marked-articles): Remove obsolete ranges from
5964         `seen'.
5965         (gnus-update-marks): Clean up.
5966         (gnus-select-newsgroup): Don't stomp gnus-newsgroup-seen.
5967
5968 2001-12-29  Frank Schmitt  <usereplyto@Frank-Schmitt.net>
5969
5970         * gnus-sum.el (gnus-summary-limit-to-age): Allow negative days.
5971
5972 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5973
5974         * gnus-sum.el (gnus-auto-select-subject): New variable.
5975         (gnus-summary-best-unread-subject): New function.
5976         (gnus-summary-best-unread-article): Use it.
5977         (gnus-summary-first-unseen-subject): New function and command.
5978
5979         * gnus-art.el (gnus-treatment-function-alist): Emphasize after
5980         other treatments.
5981
5982         * gnus-util.el (gnus-put-overlay-excluding-newlines): New
5983         function.
5984
5985         * gnus-art.el (gnus-article-show-hidden-text): Remove the type
5986         from the list of hidden types.
5987
5988         * mm-view.el (mm-inline-text): Ditto.
5989         (mm-inline-text): Ditto.
5990         (mm-w3-prepare-buffer): Ditto.
5991
5992         * gnus-art.el (article-wash-html): Inhibit more remote fetching.
5993
5994 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5995
5996         * gnus-art.el (gnus-ignored-headers): Added more headers.
5997
5998 2001-12-29  Jesper Harder  <harder@ifa.au.dk>
5999
6000         * gnus-srvr.el (gnus-browse-foreign-server): Compute the prefix
6001         once.
6002
6003 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6004
6005         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Doc fix.
6006
6007 2001-12-28  Simon Josefsson  <jas@extundo.com>
6008
6009         * gnus-srvr.el (gnus-browse-foreign-server): Fix typo.  From
6010         Jesper Harder <harder@ifa.au.dk>.
6011
6012 2001-12-27  Simon Josefsson  <jas@extundo.com>
6013
6014         * gnus-sum.el (gnus-select-newsgroup): Make
6015         `gnus-newsgroup-unseen' sorted.  Make `gnus-newsgroup-unseen'
6016         contain all articles (instead of none) when no seen marks have
6017         been set for the group.
6018         (gnus-update-marks): Use `gnus-range-add' on a uncompressed list
6019         instead, it seems to result in shorter ranges.
6020
6021 2001-12-26 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6022
6023         * mm-util.el (mm-iso-8859-x-to-15-region): Use
6024         insert-before-markers.
6025         From Jesper Harder <harder@ifa.au.dk>
6026
6027 2001-12-26  Paul Jarc  <prj@po.cwru.edu>
6028
6029         * nnmaildir.el (nnmaildir-save-mail): create the destination
6030         groups if they do not exist.
6031
6032 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6033
6034         * canlock.el (canlock-sha1-with-openssl): Remove unused variable.
6035
6036 2001-12-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6037
6038         * gnus-group.el (gnus-group-read-ephemeral-group): Call
6039         gnus-group-real-name.
6040
6041         * gnus-sum.el (gnus-decode-encoded-word-methods): Backslash paren.
6042         (gnus-newsgroup-variables): Ditto.
6043
6044         * gnus.el (gnus-group-prefixed-name): If group name is prefixed,
6045         return it.
6046
6047 2001-12-21  Paul Jarc  <prj@po.cwru.edu>
6048
6049         * gnus.el (gnus-valid-select-methods): Include nnmaildir.
6050         * nnmaildir.el (top-level): Add commentary.
6051         (nnmaildir-version): Indicate that nnmaildir is now a standard
6052         part of Gnus, not separately released.
6053
6054 2001-12-21 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6055
6056         * gnus-art.el, gnus-picon.el, gnus-sieve.el, gnus-sum.el:
6057         * gnus-xmas.el, imap.el, mailcap.el, mm-util.el, nnfolder.el:
6058         * nnheader.el, nnmail.el: Nil/NIL vs. nil.
6059         From  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6060
6061 2001-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6062
6063         * nnmaildir.el: Copyright changes. Require cl only at compile time.
6064
6065 2001-12-20  Simon Josefsson  <jas@extundo.com>
6066
6067         * nnimap.el (top-level): Don't require cl.  Suggested by ShengHuo
6068         ZHU <zsh@cs.rochester.edu>.
6069         (nnimap-close-group): Don't quote KEYLIST items.  Suggested by
6070         Brian P Templeton <bpt@tunes.org>.
6071
6072 2001-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6073
6074         * nnmaildir.el: New file.
6075         From Paul Jarc <prj@po.cwru.edu>.
6076
6077 2001-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6078
6079         * nndoc.el (nndoc-type-alist): Move forward to the end.
6080
6081 2001-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6082
6083         * gnus.el (gnus-find-subscribed-addresses): Replace `mapc' with
6084         `dolist'.
6085
6086 2001-12-19 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6087
6088         * gnus-win.el (gnus-frames-on-display-list): New function.
6089         (gnus-get-buffer-window): Use it.
6090
6091 2001-12-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6092
6093         * nnwarchive.el (nnwarchive-mail-archive-xover): Fix the regexp.
6094
6095 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6096
6097         * gnus-win.el (gnus-get-buffer-window): Use gnus-delete-if.
6098
6099 2001-12-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6100            From Harald Meland <Harald.Meland@usit.uio.no>
6101
6102         * gnus-win.el (gnus-get-buffer-window): New function.
6103         (gnus-all-windows-visible-p): Use it.
6104
6105         * gnus-util.el (gnus-horizontal-recenter)
6106         (gnus-horizontal-recenter, gnus-horizontal-recenter)
6107         (gnus-horizontal-recenter, gnus-set-window-start): Use it.
6108
6109         * gnus-score.el (gnus-score-insert-help): Use it.
6110
6111         * gnus-salt.el (gnus-tree-recenter, gnus-generate-tree)
6112         (gnus-generate-tree, gnus-highlight-selected-tree)
6113         (gnus-highlight-selected-tree, gnus-tree-highlight-article): Use
6114         it.
6115
6116         * gnus-art.el (gnus-article-set-window-start)
6117         (gnus-mm-display-part, gnus-request-article-this-buffer)
6118         (gnus-button-next-page, gnus-button-prev-page)
6119         (gnus-article-button-next-page, gnus-article-button-prev-page):
6120         Use it.
6121
6122 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
6123
6124         * ChangeLog, ChangeLog.1, nnwfm.el, smiley.el:
6125         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
6126         * mml1991.el, nnultimate.el: Removed buffer-file-coding-system tag.
6127
6128 2001-12-18 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6129
6130         * ChangeLog,  ChangeLog.1, nnwfm.el,  gnus-smiley.el:
6131         * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el:
6132         * mml1991.el, nnultimate.el: Add `coding'.
6133
6134 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
6135
6136         * ChangeLog: changed coding to buffer-file-coding-system
6137         * ChangeLog.1: same
6138         * nnwfm.el: same
6139         * gnus-smiley.el: same
6140         * gnus-cite.el: moved -*- magic cookie -*- to Local Variables
6141         * gnus-delay.el: same
6142         * gnus-spec.el: same
6143         * message.el: same
6144         * mml1991.el: same
6145         * nnultimate.el: same
6146
6147 2001-12-16  Simon Josefsson  <jas@extundo.com>
6148         Inspired by code by Dirk Meyer <dischi@tzi.de>.
6149
6150         * gnus-sum.el (gnus-summary-muttprint-program): New variable.
6151         (gnus-summary-save-map): Add muttprint.
6152         (gnus-summary-make-menu-bar): Ditto.
6153         (gnus-summary-muttprint): New function.
6154
6155         * gnus-art.el (gnus-summary-pipe-to-muttprint): New function.
6156
6157 2001-12-14 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6158
6159         * uudecode.el (uudecode-decode-region-internal): Speedup by using
6160         temporary list instead of buffer.
6161
6162         * mm-url.el (executable-find): autoload.
6163
6164 2001-12-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
6165
6166         * gnus-mlspl.el (gnus-group-split-fancy): Doc fix (add reference
6167         to variable, follow doc-string conventions).
6168
6169 2001-12-13  Josh Huber  <huber@alum.wpi.edu>
6170
6171         * gnus-cus.el (gnus-extra-topic-parameters): added topic parameter
6172         subscribe-level
6173         * gnus-topic.el (gnus-subscribe-topics): use it.
6174
6175 2001-12-13 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6176
6177         * gnus-msg.el (gnus-summary-mail-forward): Forward all marked
6178         messages. (A small patch with indentation)
6179         From Sean Neakums <sneakums@zork.net>.
6180
6181         * gnus-uu.el (gnus-uu-grab-articles): Set gnus-current-article to
6182         nil after shooting down the gnus-original-article-buffer.
6183
6184 2001-12-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6185
6186         * uudecode.el (uudecode-use-external): New variable.
6187         (uudecode-decode-region): Automatically detect external program.
6188
6189         * binhex.el (binhex-use-external): New variable.
6190         (binhex-decode-region-internal): New function.
6191         (binhex-decode-region): Automatically detect external program.
6192
6193         * mm-uu.el (mm-uu-decode-function,mm-uu-binhex-decode-function):
6194         Use them.
6195
6196 2001-12-12  Simon Josefsson  <jas@extundo.com>
6197
6198         * nnvirtual.el (nnvirtual-always-rescan)
6199         (nnvirtual-component-regexp): Fix doc.
6200
6201         * nnoo.el (defvoo): Add doc to defvoo variables.
6202
6203         * nnml.el (nnml-directory, nnml-active-file)
6204         (nnml-newsgroups-file, nnml-get-new-mail, nnml-nov-is-evil)
6205         (nnml-marks-is-evil, nnml-filenames-are-evil)
6206         (nnml-prepare-save-mail-hook, nnml-inhibit-expiry): Fix doc.
6207
6208         * nnmh.el (nnmh-directory, nnmh-get-new-mail)
6209         (nnmh-prepare-save-mail-hook, nnmh-be-safe): Fix doc.
6210         (nnmh-possibly-change-directory): Use `nnheader-report' instead of
6211         `error'.
6212
6213         * nnmbox.el (nnmbox-mbox-file, nnmbox-active-file)
6214         (nnmbox-get-new-mail, nnmbox-prepare-save-mail-hook):
6215
6216         * nnfolder.el (nnfolder-directory, nnfolder-active-file)
6217         (nnfolder-newsgroups-file, nnfolder-get-new-mail)
6218         (nnfolder-save-buffer-hook, nnfolder-inhibit-expiry)
6219         (nnfolder-nov-is-evil, nnfolder-marks-is-evil): Fix doc.
6220
6221         * nnbabyl.el (nnbabyl-mbox-file, nnbabyl-active-file)
6222         (nnbabyl-get-new-mail, nnbabyl-prepare-save-mail-hook): Fix doc.
6223
6224         * imap.el, nnimap.el: Fix indentation.
6225
6226         * gnus-sieve.el (gnus-sieve-article-add-rule): Autoload it.
6227
6228 2001-12-12  Didier Verna  <didier@xemacs.org>
6229
6230         * gnus-msg.el (gnus-group-news): New function.
6231         * gnus-group.el (gnus-group-mode-map): bind it to `i'.
6232         * gnus-group.el (gnus-group-make-menu-bar): add a menu item for it.
6233         * gnus-salt.el (gnus-carpal-group-buffer-buttons): add a button
6234         for it.
6235         * gnus-msg.el (gnus-summary-news-other-window): New function.
6236         * gnus-msg.el ((gnus-summary-send-map "S" gnus-summary-mode-map)):
6237         bind it to `i'.
6238         * gnus-sum.el (gnus-summary-mode-map): bind it to `i'.
6239         * gnus-sum.el (gnus-summary-make-menu-bar): add a menu item for it.
6240         * gnus-salt.el (gnus-carpal-summary-buffer-buttons): add a button
6241         for it (called with a prefix).
6242         * gnus-msg.el (gnus-configure-posting-styles): add an optional
6243         group-name argument.
6244         * gnus-msg.el (gnus-setup-message): use it.
6245
6246 2001-12-12 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6247
6248         * gnus-sum.el (gnus-summary-show-article): Fix doc.
6249
6250 2001-12-10 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6251
6252         * mml.el (mime-to-mml): Remove Content-Disposition too.
6253
6254 2001-12-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6255
6256         * gnus-sum.el (gnus-summary-buffer-name): Decode group name.
6257         * gnus-group.el (gnus-group-name-decode): Decode unibyte
6258         strings only.
6259         From TSUCHIYA Masatoshi <tsuchiya@namazu.org>
6260
6261 2001-12-08  Nevin Kapur  <nevin@jhu.edu>
6262
6263         * nnmail.el (nnmail-fancy-expiry-targets): New variable.
6264         (nnmail-fancy-expiry-target): Use it.
6265         Suggestions from Simon Josefsson <jas@extundo.com>.
6266
6267 2001-12-07 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6268
6269         * gnus-sum.el (gnus-summary-show-article): Recount lines if not exist.
6270
6271 2001-12-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6272
6273         * nnwfm.el (nnwfm-create-mapping): Use gnus-url-unhex-string.
6274
6275         * gnus-util.el (gnus-url-unhex-string): Move here.
6276
6277 2001-12-07 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6278
6279         * nnrss.el (nnrss-decode-entities-unibyte-string): Use
6280         mm-url-decode-entities-nbsp.
6281
6282         * nnlistserv.el, nnultimate.el, nnwarchive.el, nnweb.el:
6283         * webmail.el, nnwfm.el: Use mm-url.
6284
6285         * mm-url.el (mm-url-fetch-form): Move from nnweb.
6286         (mm-url-remove-markup): Move from nnweb.
6287         (mm-url-fetch-simple): Move from webmail.
6288
6289         * nnslashdot.el (nnslashdot-request-post): Use mm-url-fetch-form.
6290
6291 2001-12-07 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6292
6293         * gnus-sum.el (gnus-summary-print-truncate-and-quote): New function.
6294         (gnus-summary-print-article): Use it.
6295
6296         * gnus-util.el (gnus-replace-in-string): Typo.
6297
6298 2001-12-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6299
6300         * nnweb.el (nnweb-replace-in-string): Removed.
6301
6302         * gnus-util.el (gnus-replace-in-string): New function.
6303         (gnus-mode-string-quote): Use it.
6304
6305         * nnrss.el (nnrss-format-string): Use gnus-replace-in-string.
6306         * nnwfm.el (nnwfm-create-mapping): Ditto.
6307
6308 2001-12-06 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6309
6310         * dgnushack.el (dgnushack-compile): nnrss.el and
6311         nnslashdot.el don't depend on nnweb, url, w3.
6312
6313         * nnrss.el: Use mm-url.
6314
6315 2001-12-06 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6316
6317         * mm-url.el (mm-url-insert-file-contents): Support file:.
6318
6319 2001-12-05 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6320
6321         * mm-view.el: Lower case for the description line. Sync from the
6322         Emacs CVS.
6323
6324 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6325
6326         * gnus-group.el (gnus-group-find-new-groups): Fix doc.
6327         From:  Stefan Monnier  <monnier@cs.yale.edu>
6328
6329 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6330
6331         * mm-view.wl (mm-inline-text): Decode a charset-encoded rich text.
6332
6333 2001-12-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6334
6335         * mm-url.el: Require executable.
6336         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
6337
6338 2001-12-03 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6339
6340         * pop3.el (pop3-munge-message-separator): Only use valid date.
6341         Trivial patch from Michael Welsh Duggan <md5i@cs.cmu.edu>.
6342
6343         * Makefile.in: gnus-load.elc may not be generated.
6344
6345 2001-12-03 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6346
6347         * mm-url.el: New file.
6348         * nnslashdot.el: Use it.
6349         * mm-extern.el (mm-extern-url): Use it.
6350
6351 2001-12-01 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6352
6353         * gnus-sum.el (gnus-summary-save-article): Nix
6354         gnus-display-mime-function and gnus-article-prepare-hook.
6355
6356         * gnus-spec.el (gnus-parse-complex-format): Properly handle %C at
6357         the beginning of lines.
6358         (gnus-complex-form-to-spec): Ditto.
6359
6360 2001-12-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6361
6362         * message.el (message-make-mft): Fix the m-s-a-file regexp.
6363         From Paul Jarc <prj@po.cwru.edu>.
6364
6365 2001-11-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6366
6367         * message.el: New variable message-subscribed-address-file;
6368         use it in message-make-mft.  From Paul Jarc <prj@po.cwru.edu>.
6369
6370 2001-11-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6371
6372         * message.el (message-tab-body-function): Set to nil.
6373         (message-tab): Use text-mode-map or global-map.
6374         Suggested by Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
6375
6376 2001-11-30  Simon Josefsson  <jas@extundo.com>
6377
6378         * gnus-agent.el (gnus-agent-fetch-headers): Use gnus-range-add
6379         instead of gnus-union, for speed.  Suggested by Christoph Conrad
6380         <christoph.conrad@gmx.de>.
6381         (gnus-agent-fetch-group-1): Add verbose message.
6382
6383 2001-11-29 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6384
6385         * gnus-agent.el (gnus-agent-write-active): Make sure sym is a cons
6386         of integers.
6387
6388 2001-11-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6389
6390         * message.el (message-newgroups-header-regexp)
6391         (message-completion-alist, message-tab-body-function): Use
6392         defcustom rather than defvar.
6393         (message-tab): Mention `message-tab-body-function' in doc.
6394         Suggested by Karl Eichwalder.
6395
6396 2001-11-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6397
6398         * gnus-uu.el (gnus-uu-save-article): Use #part instead of #mml.
6399
6400 2001-11-28 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6401
6402         * nnheader.el (nnheader-find-nov-line): Don't use macro
6403         gnus-delete-line.
6404
6405         * gnus-group.el (gnus-group-name-decode): Defun instead of defsubst.
6406         (gnus-group-name-charset): Ditto.
6407
6408         * gnus-util.el (gnus-buffer-live-p): Ditto.
6409
6410 2001-11-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6411
6412         * sieve-manage.el (sieve-manage-stream-alist): Backslash before
6413         open parenthesis in doc.
6414         (sieve-manage-authenticator-alist): Typo in doc.
6415         * imap.el (imap-authenticator-alist): Typo in doc.
6416         (imap-stream-alist): Backslash.
6417
6418         * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments.
6419           Thanks to david.goldberg6@verizon.net (David S. Goldberg)
6420
6421 2001-11-27 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6422
6423         * gnus-topic.el (gnus-topic-mode): Add LOCAL for add-hook.
6424
6425         * message.el (message-mode): make-local-hook is harmless in Emacs 21.
6426
6427         * gnus-msg.el (gnus-configure-posting-styles): use
6428         make-local-hook. Add LOCAL for add-hook.
6429
6430 2001-11-27  Per Abrahamsen  <abraham@dina.kvl.dk>
6431
6432         * message.el (message-mode): Use `make-local-hook' unless
6433         obsolete.
6434         Patch by Katsumi Yamaoka <yamaoka@jpl.org>.
6435
6436 2001-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6437
6438         * canlock.el: Remove sha1.el and base64.el stuff.
6439
6440 2001-11-26  Didier Verna  <didier@xemacs.org>
6441
6442         * nnmbox.el (nnmbox-create-mbox): create the mbox file directory
6443         if needed.
6444
6445 2001-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6446
6447         * message.el (message-tamago-not-in-use-p): New function.
6448         (message-strip-forbidden-properties): Use it.
6449
6450 2001-11-26  Didier Verna  <didier@xemacs.org>
6451
6452         * gnus-start.el (gnus-check-first-time-used): only check for
6453         existence of .el[d] files.
6454
6455 2001-11-25 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6456
6457         * mm-util.el (mm-coding-system-priorities): Add backslash in the doc.
6458
6459         * message.el (message-setup-1): Clean up mc-*.
6460
6461 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6462
6463         * gnus-util.el (gnus-directory-sep-char-regexp): New variable.
6464         * gnus-score.el (gnus-score-find-bnews): Use it.
6465
6466         * gnus-sum.el (gnus-summary-limit-to-subject): An exclusion version.
6467         (gnus-summary-limit-to-author): Ditto.
6468         (gnus-summary-limit-to-extra): Ditto.
6469         (gnus-summary-find-matching): Support not-matching argument.
6470
6471 2001-11-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6472
6473         * message.el (message-wash-subject): Use `insert' rather than
6474         `insert-string', which is deprecated.
6475
6476 2001-11-24  Simon Josefsson  <jas@extundo.com>
6477
6478         * mm-encode.el (mm-encode-content-transfer-encoding): Fix error
6479         message. (Gnus does not "default" to using 8bit for the message,
6480         it default to use 8bit encoding and the user-supplied CTE
6481         value. Calling this behaviour "treating it as 8bit" is perhaps
6482         better.)
6483
6484         * mm-bodies.el (mm-body-encoding): Intern encoding if needed
6485         (compare mm-charset-to-coding-system).
6486
6487 2001-11-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6488
6489         * canlock.el (canlock-sha1-with-openssl): Use unibyte
6490         buffer. Correctly decode hex.
6491
6492 2001-11-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6493
6494         * gnus-agent.el (gnus-category-insert-line): Convert category
6495         names to strings.
6496
6497 2001-11-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6498
6499         * message.el (sha1): eval-and-compile.
6500
6501 2001-11-20  Simon Josefsson  <jas@extundo.com>
6502
6503         * message.el (message-allow-no-recipients): New variable.
6504         (message-send): Use it, customize the prompting when posting to
6505         Gcc/Fcc alone.  From prj@po.cwru.edu (Paul Jarc).
6506
6507 2001-11-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6508
6509         * mm-util.el (mm-coding-system-priorities): New variable.
6510         (mm-sort-coding-systems-predicate): New function.
6511         (mm-find-mime-charset-region): Resort coding systems if needed.
6512         Suggested by Katsumi Yamaoka <yamaoka@jpl.org>.
6513
6514 2001-11-20  Didier Verna  <didier@xemacs.org>
6515
6516         * gnus-group.el (gnus-group-make-help-group): new optional
6517         argument to control the error behavior.
6518         * gnus-start.el (gnus-check-first-time-used): use it to avoid
6519         erroring.
6520
6521 2001-11-19  Simon Josefsson  <jas@extundo.com>
6522
6523         * message.el (message-mode-map): Use C-c C-f C-i for Importance:
6524         instead of C-c C-u.  Suggested by Per Abrahamsen
6525         <abraham@dina.kvl.dk>.
6526
6527 2001-11-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6528
6529         * nnfolder.el (nnfolder-read-folder): Use group instead of
6530         nnfolder-current-group.
6531         Suggested by Lorentey Karoly <lorentey@elte.hu>.
6532
6533 2001-11-17  Simon Josefsson  <jas@extundo.com>
6534
6535         * message.el (message-send): Ask user if Fcc/Gcc should be
6536         performed when no other sender was specified.
6537         Suggested by prj@po.cwru.edu (Paul Jarc).
6538
6539 2001-11-17  Simon Josefsson  <jas@extundo.com>
6540
6541         * message.el (message-mode, message-mode-map): Use C-c C-u for
6542         Importance: instead of C-c C-p (used by SC).
6543
6544 2001-11-16  Simon Josefsson  <jas@extundo.com>
6545
6546         * message.el (message-insert-importance-high)
6547         (message-insert-importance-low): Save point.
6548
6549         * mail-source.el (mail-source-fetch-imap): Fix BODY.PEEK return
6550         value.
6551
6552 2001-11-16  Per Abrahamsen  <abraham@dina.kvl.dk>
6553
6554         * message.el (message-strip-special-text-properties): New option.
6555         (message-strip-forbidden-properties): Obey it.
6556
6557 2001-11-14  Sam Steingold  <sds@gnu.org>
6558
6559         * gnus-score.el: Fixed some doc strings to properly quote symbols.
6560
6561 2001-11-15  Simon Josefsson  <jas@extundo.com>
6562
6563         Support "Importance:" header in Message.
6564
6565         * message.el (message-mode-map): Bind C-c C-p to
6566         `message-insert-or-toggle-importance'
6567         (message-mode-menu): Add message-insert-importance-{high,low}.
6568         (message-insert-importance-high, message-insert-importance-low)
6569         (message-insert-or-toggle-importance): New functions.
6570         (message-tool-bar-map): Add {un,}important.
6571         (message-mode): Doc fix.
6572
6573 2001-11-15  Simon Josefsson  <jas@extundo.com>
6574
6575         * message.el (message-tool-bar-map): Fix attach toolbar tooltip.
6576
6577         * mml.el (mml-menu): Fix toolbar tooltip.
6578
6579 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6580
6581         * nnfolder.el (nnfolder-save-marks): gnus-prin1 takes one argument.
6582         * nnml.el (nnml-save-marks): Ditto.
6583
6584         * gnus-sum.el (gnus-newsgroup-variables): Fix doc.
6585
6586 2001-11-15  Simon Josefsson  <jas@extundo.com>
6587
6588         * nnml.el (nnml-save-marks):
6589         * nnfolder.el (nnfolder-save-marks): Use `gnus-prin1'.
6590         Suggested by Istvan Marko <mi-gnus@imarko.dhs.org>.
6591
6592 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
6593
6594         * gnus-art.el (gnus-article-wash-status-strings): Use
6595         `copy-sequence', not `copy-seq'.
6596
6597 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
6598
6599         * gnus-art.el (gnus-article-wash-status-strings): New constant.
6600         (gnus-gnus-article-wash-status-entry): New function.
6601         (gnus-article-wash-status): Use it.
6602
6603 2001-11-13 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6604
6605         * mml1991.el: Add coding header.
6606
6607 2001-11-12  Simon Josefsson  <jas@extundo.com>
6608
6609         * mml1991.el (mml1991-use, mml1991-function-alist): New variables.
6610         (mml1991-gpg-sign, mml1991-gpg-encrypt): Renamed, from
6611         `mml1991-sign' and `mml1991-encrypt'.
6612         (mml1991-encrypt, mml1991-sign): New glue functions.
6613         (mml1991-mailcrypt-sign, mml1991-mailcrypt-encrypt): New functions.
6614
6615         * mml.el (mml-mode-map): `C-c RET o' map for PGP.
6616         (mml-menu): Add PGP to menu.
6617
6618         * mml-sec.el (top-level): Require mml1991.  Don't require smime.
6619         (mml-sign-alist, mml-encrypt-alist): Add "pgp".
6620         (mml-pgp-sign-buffer, mml-pgp-encrypt-buffer)
6621         (mml-secure-sign-pgp, mml-secure-encrypt-pgp): New glue functions.
6622
6623         * mml2015.el: Mention RFC 3156.
6624
6625         * mml1991.el: New file.  From Sascha L\e,A|\e(Bdecke <sascha@meta-x.de>.
6626
6627 2001-11-12 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6628
6629         * gnus-start.el (gnus-auto-subscribed-groups): Use ^nnml.
6630
6631         * gnus-sum.el (gnus-summary-move-article): Use number-to-string.
6632           From <Michael.Cook@cisco.com>
6633
6634 2001-11-11  Simon Josefsson  <jas@extundo.com>
6635
6636         * message.el (top-level): Autoload sha1.
6637         (message-canlock-generate): Use sha1 instead of md5 (sha1 used by
6638         canlock, no need to require two different hash algs).  Suggested
6639         by Ferenc Wagner <wferi@bolyai1.elte.hu>.
6640
6641 2001-11-09  Simon Josefsson  <jas@extundo.com>
6642
6643         * gnus.el (gnus-local-domain): Fix doc.  From Pavel Jan\e,Am\e(Bk
6644         <Pavel@Janik.cz>.
6645
6646 2001-11-09  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6647
6648         * message.el (message-point-in-header-p): New function.
6649         (message-do-auto-fill): Use it.
6650         (message-beginning-of-line): New function.  Goes to beginning of
6651         header value (i.e., end of header name), or to beginning of line
6652         if already at beginning of value.  Behaves like
6653         `beginning-of-line' when in message body.
6654         (message-mode-map): Bind it.
6655
6656 2001-11-08  Simon Josefsson  <jas@extundo.com>
6657
6658         * gnus-msg.el (gnus-posting-styles): Add doc.
6659
6660 2001-11-07  Simon Josefsson  <jas@extundo.com>
6661
6662         * gnus-sieve.el (gnus-sieve-generate): Don't invoke sieve-mode.
6663
6664         * sieve-mode.el (sieve-control-commands-face)
6665         (sieve-control-commands-face, sieve-action-commands-face)
6666         (sieve-test-commands-face, sieve-tagged-arguments-face): New
6667         faces.
6668         (sieve-font-lock-keywords): Use them.
6669         (sieve-mode): Only set font-lock-defaults in emacs.
6670
6671         * gnus-art.el (gnus-default-article-saver): Add
6672         gnus-summary-save-body-in-file.
6673         (gnus-summary-write-to-file): Fix doc.
6674
6675 2001-11-07  Simon Josefsson  <jas@extundo.com>
6676
6677         * gnus-art.el (gnus-treat-highlight-signature): Add cross
6678         reference to the correct chapter in the manual.
6679
6680         * mml.el (mml-mode): Add cross reference to Emacs MIME manual.
6681         Suggested by "Golubev I. N." <gin@mo.msk.ru>.
6682
6683 2001-11-07 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6684
6685         * mml.el (mml-preview): Bind mail-header-separator.
6686
6687 2001-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6688
6689         * message.el: Always require canlock.
6690         (message-ignored-supersedes-headers): Include Cancel-Lock and
6691         Cancel-Key.
6692         (message-insert-canlock): Don't require canlock.
6693         (message-cancel-news): Don't check whether canlock is available.
6694         (message-supersede): Support cancel-locks.
6695
6696         * gnus-art.el: Don't autoload canlock.
6697
6698 2001-11-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6699
6700         * mail-source.el (mail-source-fetch-imap): ASYNC param.
6701         From: <andre@slamdunknetworks.com>
6702
6703 2001-11-06 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6704
6705         * many files: Fix copyright lines.
6706
6707 2001-11-05 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6708
6709         * mml.el (mml-generate-mime-1): Use mm-with-unibyte-current-buffer.
6710         Suggested by Dave Love  <fx@gnu.org>.
6711
6712 2001-11-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6713
6714         * message.el (message-kill-buffer): Remove auto-save file after
6715         confirm.
6716
6717         * message.el (message-send-mail): Call message-generate-headers
6718         once.  Suggested by Matt Armstrong <matt@lickey.com>.
6719
6720         * gnus-topic.el (gnus-topic-rename): Initial-input.
6721         Suggested by Katsuhiro Hermit Endo <hermit@koka-in.org>.
6722
6723 2001-11-03  Per Abrahamsen  <abraham@dina.kvl.dk>
6724
6725         * message.el (message-forbidden-properties): New constant.
6726         (message-strip-forbidden-properties): New function.
6727         (message-mode): Activate it.
6728
6729 2001-11-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6730
6731         * mm-util.el (mm-iso-8859-15-compatible): Fix doc.
6732         (mm-hack-charsets): Fix doc.
6733
6734 2001-11-02  Simon Josefsson  <jas@extundo.com>
6735
6736         * gnus-int.el (gnus-check-server): Message "...done" when done.
6737
6738         * imap.el (imap-close): Don't message (imap-send-command-wait
6739         returns if the connection is dropped).
6740         (imap-wait-for-tag): Nix out message only when necessary.
6741
6742         * gnus-sieve.el (gnus-sieve-script): Use "stop" instead of "elsif"
6743         for non-crossposting.
6744         (gnus-sieve-crosspost): Default to t to be consistent with other
6745         parts of Gnus.
6746
6747 2001-11-01 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6748
6749         * mm-util.el (mm-iso-8859-15-compatible): Add inconvertible chars.
6750         (mm-iso-8859-x-to-15-table): Ditto.
6751         (mm-iso-8859-x-to-15-region): Ditto.
6752         (mm-find-mime-charset-region): Ditto.
6753
6754 2001-11-01  Simon Josefsson  <jas@extundo.com>
6755
6756         * nnimap.el (nnimap-close-asynchronous): New variable.
6757         (nnimap-close-group): Use it.
6758         (nnimap-expunge): Don't use it.
6759
6760         * imap.el (imap-callbacks): New variable.
6761         (imap-remassoc): Copied from `gnus-remassoc'.
6762         (imap-add-callback): New function.
6763         (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous
6764         behaviour.
6765         (imap-parse-response): Call the callback.
6766
6767         * message.el (message-insert-canlock): New variable.
6768         (message-canlock-generate, message-canlock-password)
6769         (message-insert-canlock): New functions.
6770         (message-send-news): Call `message-insert-canlock'.
6771         (top-level): Require canlock when compiling.
6772         (message-insert-canlock): Require canlock before we need it.
6773
6774 2001-11-01 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6775
6776         * gnus-msg.el (gnus-copy-article-buffer): Copy sequence.
6777
6778 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6779
6780         * dgnushack.el (dgnushack-make-load): A workaround for
6781         custom-add-loads bug in some versions of XEmacs.
6782
6783 2001-11-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6784
6785         * mm-util.el (mm-charset-synonym-alist): Revert (some).
6786
6787 2001-11-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6788
6789         * mm-util.el (mm-iso-8859-x-to-15-region): New function.
6790         (mm-hack-charsets): New variable.
6791         (mm-iso-8859-15-compatible): New variable.
6792         (mm-iso-8859-x-to-15-table): New variable.
6793         (mm-find-mime-charset-region): Add parameter hack-charsets.
6794
6795         * mm-bodies.el (mm-encode-body): Use it.
6796         * mml.el (mml-parse-1): Ditto.
6797
6798 2001-11-01  Simon Josefsson  <jas@extundo.com>
6799
6800         * gnus-group.el (gnus-group-make-menu-bar): Add Sieve.
6801
6802 2001-11-01 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6803
6804         * mm-util.el (mm-charset-to-coding-system): Return nil, if charset
6805         is nil.
6806
6807 2001-11-01 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6808
6809         * smiley-ems.el (smiley-update-cache): Auto detect file type.
6810
6811         * message.el (message-forward-rmail-make-body): Use
6812         save-window-excursion.
6813         (message-encode-message-body): Search with noerror.
6814         (message-setup-1): Convert compose-mail send-actions to
6815         message-send-actions.
6816
6817 2001-11-01  Simon Josefsson  <jas@extundo.com>
6818
6819         * sieve.el: Don't require easy-mmode. Suggested by Katsumi Yamaoka
6820         <yamaoka@jpl.org>.
6821
6822 2001-10-31 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6823
6824         * sieve-manage.el (sieve-string-bytes): No complain.
6825
6826 2001-11-01  Simon Josefsson  <jas@extundo.com>
6827
6828         * gnus-group.el (gnus-group-mode-map): Bind "D u" to
6829         `gnus-sieve-update' and "D g" to `gnus-sieve-generate'. (Functions
6830         has autoload cookies, so no `require' should be necessary.)
6831
6832         * sieve.el, sieve-mode.el, sieve-manage.el, gnus-sieve.el: New
6833         files.
6834
6835 2001-10-31  Simon Josefsson  <jas@extundo.com>
6836
6837         * gnus-cus.el (gnus-group-parameters): Support integer `display'
6838         parameter.
6839
6840         * gnus-sum.el (gnus-select-newsgroup): If group parameter
6841         `display' is a number (and C-u wasn't used to enter group), only
6842         fetch that number of articles.
6843
6844 2001-10-31  Matt Armstrong  <matt@lickey.com>
6845
6846         * gnus.el (gnus-find-subscribed-addresses): Doc fix:
6847         not-subscribed -> subscribed.
6848
6849 2001-10-31 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6850         From: Josh Huber <huber@alum.wpi.edu>
6851
6852         * message.el (message-subscribed-address-functions): New variable.
6853         (message-subscribed-addresses): New variable.
6854         (message-subscribed-regexps): New variable.
6855         (message-goto-mail-followup-to): New function.
6856         (message-send-mail): Add Mail-Followup-To.
6857         (message-make-mft): New function.
6858
6859         * gnus.el (gnus-find-subscribed-addresses): New function.
6860
6861 2001-10-31 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6862
6863         * mail-source.el (mail-source-fetch): If debug, don't regain signals.
6864         (mail-source-fetch-pop): Ditto.
6865         (mail-source-check-pop): Ditto.
6866
6867         * gnus-start.el (gnus-read-init-file): Ditto.
6868         (gnus-activate-group): Ditto.
6869         (gnus-read-newsrc-el-file): Ditto.
6870
6871 2001-10-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6872
6873         * message.el (message-get-reply-headers): Make sure there is ", ".
6874
6875         * mm-util.el (mm-mime-mule-charset-alist): Move down and call
6876         mm-coding-system-p. Don't correct it only in XEmacs.
6877         (mm-charset-to-coding-system): Use mm-coding-system-p and
6878         mm-get-coding-system-list.
6879         (mm-emacs-mule, mm-mule4-p): New variables.
6880         (mm-enable-multibyte, mm-disable-multibyte,
6881         mm-enable-multibyte-mule4, mm-disable-multibyte-mule4,
6882         mm-with-unibyte-current-buffer,
6883         mm-with-unibyte-current-buffer-mule4): Use them.
6884         (mm-find-mime-charset-region): Treat iso-2022-jp.
6885
6886         From  Dave Love  <fx@gnu.org>:
6887
6888         * mm-util.el (mm-mime-mule-charset-alist): Make it correct by
6889         construction.
6890         (mm-charset-synonym-alist): Remove windows-125[02].  Make other
6891         entries conditional on not having a coding system defined for
6892         them.
6893         (mm-mule-charset-to-mime-charset): Use
6894         find-coding-systems-for-charsets if defined.
6895         (mm-charset-to-coding-system): Don't use
6896         mm-get-coding-system-list.  Look in mm-charset-synonym-alist
6897         later.  Add last resort search of coding systems.
6898         (mm-enable-multibyte-mule4, mm-disable-multibyte-mule4)
6899         (mm-with-unibyte-current-buffer-mule4): Just treat Mule 5 like
6900         Mule 4.
6901         (mm-find-mime-charset-region): Re-write.
6902         (mm-with-unibyte-current-buffer): Restore buffer as well as
6903         multibyteness.
6904
6905 2001-10-30 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6906
6907         * canlock.el, sha1-el.el, hex-util.el: Move from contrib
6908         directory. Thanks to Katsumi Yamaoka <yamaoka@jpl.org> and Shuhei
6909         KOBAYASHI <shuhei@aqua.ocn.ne.jp>.
6910
6911 2001-10-30 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6912
6913         * gnus-art.el (article-display-x-face): Nix buffer-read-only
6914         again.
6915
6916         * mml2015.el (mml2015-gpg-verify): Convert <LF> to <CR><LF>.
6917
6918 2001-10-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6919
6920         * gnus-spec.el (gnus-parse-simple-format): Use
6921           buffer-substring-no-properties.
6922
6923 2001-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6924
6925         * gnus-art.el (article-verify-cancel-lock): New function.
6926
6927         * nnheader.el (nntp-process-response): New variable.
6928         (nnheader-init-server-buffer): Make `nntp-process-response'
6929         buffer-local in `nntp-server-buffer'.
6930
6931         * nntp.el (nntp-prepare-post-hook): New hook.
6932         (nntp-wait-for): Save a server's ID in `nntp-process-response'.
6933         (nntp-async-trigger): Ditto.
6934         (nntp-request-post): Insert a server's ID if there's no Message-ID
6935         header; run `nntp-prepare-post-hook'.
6936
6937 2001-10-30 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6938
6939         * gnus-art.el (article-decode-group-name): Use nnmail-fetch-field
6940         instead.
6941
6942         * message.el (message-forward-subject-author-subject): Don't use
6943         message-news-p, which widens the buffer.
6944         (message-forward-make-body): New function.
6945         (message-forward): Use it.
6946         (message-insinuate-rmail): New function.
6947         (message-forward-rmail-make-body): New function.
6948
6949 2001-10-30 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6950
6951         * mm-extern.el (mm-extern): Provide it.
6952
6953         * mm-partial.el (mm-partial): Provide it.
6954
6955 2001-10-28 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6956
6957         * gnus-msg.el (gnus-setup-message): Call post-command-hook.
6958
6959 2001-10-29  Simon Josefsson  <jas@extundo.com>
6960
6961         * mml.el (mml-preview): Bind message-this-is-news if it is
6962         news. From Jesper Harder <harder@myrealbox.com>.
6963
6964 2001-10-28  Simon Josefsson  <jas@extundo.com>
6965
6966         * gnus-sum.el (gnus-group-make-articles-read): Inline group.
6967
6968 2001-10-29  Per Abrahamsen  <abraham@dina.kvl.dk>
6969
6970         * smiley-ems.el (smiley-regexp-alist): Add support for sad and
6971         ironic smilies.
6972
6973 2001-10-27  Simon Josefsson  <jas@extundo.com>
6974
6975         * message.el (message-indent-citation): Don't add trailing
6976         whitespace when citing text.
6977
6978         * gnus.el (gnus-group-faq-directory): Fix.  From Jesper Harder
6979         <harder@ifa.au.dk>.
6980
6981 2001-10-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6982
6983         * nnweb.el (nnweb-possibly-change-server): Create nnweb-hashtb if
6984         not available.
6985         (nnweb-request-scan): Nix nnweb-hashtb if ephemeral.
6986         (nnweb-type-definition): Add google as alias of dejanews.
6987         (nnweb-google-parse-1): Forward 1 line.
6988
6989 2001-10-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6990
6991         * gnus-msg.el (gnus-summary-mail-forward): Doc fix: add pointer to
6992         variable `message-forward-ignored-headers'.
6993
6994 2001-10-24  Per Abrahamsen  <abraham@dina.kvl.dk>
6995
6996         * gnus.el (gnus-expand-group-parameter): New function.
6997         (gnus-expand-group-parameters): Call it.
6998         (gnus-group-fast-parameter): New function.
6999         (gnus-group-find-parameter): Call it.
7000
7001 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
7002
7003         * gnus.el (gnus-news-group-p): Rewrote.  Now accepts a header
7004         vector (it didn't before because of a bug).
7005         * gnus-msg.el (gnus-post-news): Use header vector directly, if
7006         available.  Before it converted it to an article number.
7007
7008         This makes followup to news articles with negative numbers in
7009         nnvirtual groups use news instead of mail.
7010
7011 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
7012
7013         * gnus.el (post-method): Use `native' instead of `nil'.
7014
7015         * gnus-msg.el (gnus-post-method): Ditto.
7016
7017 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
7018
7019         * gnus.el (gnus-define-group-parameter): Grammar fix.
7020
7021 2001-10-22  Simon Josefsson  <jas@extundo.com>
7022
7023         * gnus-msg.el (gnus-extended-version): Include
7024         system-configuration.
7025         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro\e,b_\e(Bjohann).
7026
7027 2001-10-22  Per Abrahamsen  <abraham@dina.kvl.dk>
7028
7029         * gnus.el (post-method): Customization fix: `native' is not a
7030         valid value.
7031         * gnus-msg.el (gnus-post-method): Doc and customization fix:
7032         `native' is not a valid value.
7033
7034 2001-10-21  Simon Josefsson  <jas@extundo.com>
7035
7036         * nnimap.el (nnimap): Defgroup
7037         (nnimap-strict-function, nnimap-strict-function-match): New
7038         widget, from Per Abrahamsen  <abraham@dina.kvl.dk>.
7039         (nnimap-split-crosspost, nnimap-split-inbox)
7040         (nnimap-split-rule, nnimap-split-predicate)
7041         (nnimap-split-predicate): Defcustom.
7042         (nnimap-split-inbox, nnimap-expunge-search-string)
7043         (nnimap-importantize-dormant): Remove "*" from doc.
7044
7045 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7046
7047         * gnus-sum.el (gnus-summary-limit-to-score): Prompt for score if
7048         not supplied via prefix arg.  From Lisp, make arg mandatory.
7049         Suggested by Frank Schmitt.
7050
7051 2001-10-20  Per Abrahamsen  <abraham@dina.kvl.dk>
7052
7053         * message.el (message-do-auto-fill): Avoid calling
7054         'rfc822-goto-eoh'.
7055
7056 2001-10-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7057         From Paul Jarc <prj@po.cwru.edu>.
7058
7059         * message.el (message-get-reply-headers): Restructure the logic
7060         and add comments.  From Paul Jarc <prj@po.cwru.edu>.
7061
7062 2001-10-20  Simon Josefsson  <jas@extundo.com>
7063
7064         * message.el (message-cancel-news): Support cancel-locks.
7065         Suggested by Per Abrahamsson.
7066
7067         * nnml.el (nnml-marks-changed-p): Use `equal' when comparing
7068         conses.  From David Z Maze <dmaze@MIT.EDU>.
7069
7070         * nnfolder.el (nnfolder-marks-changed-p): Ditto.
7071
7072 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
7073
7074         * mm-decode.el (mm-default-directory): Fix customize type.
7075
7076         * message.el (message-setup-fill-variables): Kludge to use
7077         normal-auto-fill-function even if auto fill is already activated.
7078
7079 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
7080
7081         * message.el (message-do-auto-fill): New version that does not
7082         rely on text properties, by Simon Josefsson <jas@extundo.com>.
7083         (message-setup-1): Removed the `message-field' property.
7084
7085         * gnus-draft.el (gnus-draft-edit-message): Removed the
7086         `message-field' property.
7087
7088 2001-10-19  Per Abrahamsen  <abraham@dina.kvl.dk>
7089
7090         * gnus-draft.el (gnus-draft-edit-message): Change `field' to
7091         `message-field'.  The `field' property has a special significance in
7092         Emacs 21.
7093
7094         * message.el (message-send, message-setup-1): Ditto.
7095
7096 2001-10-18  Simon Josefsson  <jas@extundo.com>
7097
7098         * gnus-sum.el (gnus-group-make-articles-read): Call g-r-set-mark
7099         when undoing.
7100
7101 2001-10-18  Simon Josefsson  <jas@extundo.com>
7102         From Frank Schmitt <usereplyto@Frank-Schmitt.net>
7103
7104         * gnus-sum.el (gnus-summary-limit-to-display-predicate): Fix typo.
7105         (gnus-summary-make-menu-bar): Ditto.
7106
7107 2001-10-17  Simon Josefsson  <jas@extundo.com>
7108
7109         * nnimap.el (nnimap-expiry-target): Make sure it is back to the
7110         server. Suggested by ShengHuo ZHU <zsh@cs.rochester.edu>.
7111
7112 2001-10-17 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7113
7114         * gnus-sum.el (gnus-summary-line-format-alist): user-date entry.
7115         * gnus-util.el (gnus-user-date): New function.
7116         From Frank Schmitt <usenet@Frank-Schmitt.net>.
7117
7118 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
7119
7120         * message.el (message-check-news-header-syntax): Special case
7121         nnvirtual groups.
7122
7123         * gnus-sum.el (gnus-summary-respool-default-method): Changed
7124         customize type to `symbol'.
7125
7126 2001-10-17 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7127
7128         * gnus-spec.el (gnus-parse-simple-format): Support extended spec
7129         %&foo;.
7130         (gnus-parse-simple-format): Support user extended spec too.
7131         %u&foo; invokes gnus-user-format-function-foo.
7132
7133 2001-10-17 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7134
7135         * nnml.el (nnml-request-expire-articles): Make sure it is back to
7136         the server.
7137         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
7138         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7139         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
7140         * nndiary.el (nndiary-request-expire-articles): Ditto.
7141         (nndiary-schedule): Defsubst it before use it.
7142         (nndiary-error): eval-and-compile.
7143
7144 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
7145
7146         * gnus-msg.el (gnus-post-method): Changed two instances of
7147         `active' to `current' and one `null' to `not'.
7148
7149 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7150         From Katsumi Yamaoka <yamaoka@jpl.org>.
7151
7152         * message.el (message-setup-fill-variables): Use
7153         `normal-auto-fill-function' instead of `auto-fill-function'.
7154
7155 2001-10-16  Simon Josefsson  <jas@extundo.com>
7156
7157         * mml2015.el (mml2015-fix-micalg): Fix for Mutt-bug.
7158         (mml2015-gpg-decrypt-1): Decanonicalize decrypted MIME
7159         body. (Mailcrypt seem to do this, but gpg.el doesn't.)
7160
7161 2001-10-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7162         Patch by Oliver Scholz <oscholz@my.gnus.org>.
7163
7164         * gnus-draft.el (gnus-draft-edit-message): Add text property
7165         `field' with value `header' to message headers.
7166         * message.el (message-setup-1): Really add text property to all of
7167         the header, not just part of it.
7168
7169 2001-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7170
7171         * gnus-group.el (gnus-group-sort-by-server): Use it.
7172
7173         * gnus.el (gnus-method-to-full-server-name): New, bogus function.
7174
7175         * gnus-topic.el (gnus-topic-sort-groups-by-server): New command
7176         and keystroke.
7177
7178 2001-10-14  Simon Josefsson  <jas@extundo.com>
7179
7180         * dig.el: Doc fix.
7181
7182         * smime.el: Doc fix.
7183
7184         * gnus-msg.el (gnus-inews-do-gcc): Port header encoded-word
7185         charset magic from message.el.
7186
7187 2001-10-12  Simon Josefsson  <jas@extundo.com>
7188         Suggested by david.goldberg6@verizon.net (David S. Goldberg)
7189
7190         * gnus-cite.el (gnus-article-toggle-cited-text): Don't remove
7191         'cite from g-a-wash-types.
7192         (gnus-cite-toggle): Ditto.  Add 'cite.  Set modeline.
7193         (gnus-article-hide-citation): Fix.
7194
7195         * gnus-cite.el (gnus-article-hide-citation): Add `c' mode line
7196         character.
7197         (gnus-article-toggle-cited-text): Toggle `c' mode line character.
7198
7199         * gnus-art.el (gnus-treat-hide-citation-maybe): Remove duplicate
7200         definition.
7201         (gnus-signature-toggle): Toggle `s' mode line character.
7202
7203         * gnus-art.el (article-emphasize): Set `g-a-wash-types' after
7204         doing stuff that clears it.
7205
7206 2001-10-12  Simon Josefsson  <jas@extundo.com>
7207
7208         * gnus-cache.el (gnus-summary-limit-include-cached): Rewrite.
7209         From Eric Marsden <emarsden@laas.fr>.
7210
7211 2001-10-12 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7212
7213         * message.el (message-do-auto-fill): Use gnus-point-at-bol.
7214         (autoload): Add some autoloads.
7215
7216 2001-10-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7217         Suggested by Oliver Scholz <epameinondas@gmx.de>.
7218
7219         * message.el (message-do-auto-fill): New function.  Like
7220         `do-auto-fill' but don't fill when in the message header.
7221         (message-setup-1): Put a text property on the message header.
7222         (message-setup-fill-variables): Use `message-do-auto-fill'.
7223
7224 2001-10-10 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7225
7226         * message.el (message-send-mail-partially): Insert an empty line
7227         first, because of the change of message-make-lines.
7228
7229 2001-10-10  Florian Weimer  <fw@deneb.enyo.de>
7230
7231         * mm-util.el (mm-charset-synonym-alist): If Emacs doesn't support
7232         iso-8859-15, make it an alias for iso-8859-1.
7233
7234 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7235
7236         * message.el (message-send-news): Don't modify the value of
7237         `message-syntax-checks' if it is not a list (possibly it is
7238         `dont-check-for-anything-just-trust-me').
7239
7240 2001-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7241
7242         * gnus-group.el (gnus-group-name-charset-group-alist): Use
7243         `find-coding-system' for XEmacs to check whether the coding-system
7244         `utf-8' is available.
7245
7246 2001-10-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7247
7248         * dgnushack.el (dgnushack-compile): Detect mh-e and xml.
7249
7250 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
7251
7252         * message.el (message-send-news): Oops, missed case with no
7253         "Followup-To" header...
7254
7255 2001-10-09  Per Abrahamsen  <abraham@dina.kvl.dk>
7256
7257         * message.el (message-send-news): Allow
7258         `gnus-group-name-charset-group-alist' to affect encoding of the
7259         "Newsgroups" and "Followup-To" headers.
7260
7261 2001-10-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7262
7263         * Makefile.in (install-el): Depend on gnus-load.el.
7264
7265 2001-10-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7266
7267         * Makefile.in (install-el): Use -f.
7268         From: Amos Gouaux <amos+lists.ding@utdallas.edu>
7269
7270 2001-10-07  Per Abrahamsen  <abraham@dina.kvl.dk>
7271
7272         * message.el (message-send-news): Don't encode Followups-To when
7273         `gnus-group-name-charset-group-alist is' ".*".  [Yuck]
7274
7275         * gnus-util.el (gnus-decode-newsgroups): No space in newsgroup
7276         header.
7277
7278         * gnus-art.el (article-decode-group-name): Also decode
7279         "Followup-To".
7280
7281         * rfc2047.el (rfc2047-encode-message-header): Encode without
7282         asking for null methods.
7283
7284         * gnus-group.el (gnus-group-name-charset-group-alist): Make utf-8
7285         default charset for newsgroup names in accordance with USEFOR.
7286
7287         * gnus-group.el (gnus-group-name-charset-method-alist,
7288         gnus-group-name-charset-group-alist): Removed "*" from doc
7289         strings, "*" should not be used for complex variables.
7290
7291 2001-10-06  Simon Josefsson  <jas@extundo.com>
7292
7293         Support UTF-8 group names better.
7294
7295         * message.el (message-check-news-header-syntax): Encode group
7296         names before comparison.
7297
7298         * gnus-msg.el (gnus-copy-article-buffer): Run all
7299         `gnus-article-decode-hook's except `article-decode-charset'
7300         instead of hardcoding call to one of them.
7301
7302         * gnus-art.el (gnus-article-decode-hook): Add
7303         `article-decode-group-name'.
7304         (article-decode-group-name): New function, use `g-d-n'.
7305
7306         * gnus-group.el (gnus-group-insert-group-line): Decode
7307         gnus-tmp-group using `g-d-n'.
7308
7309         * gnus-util.el (gnus-decode-newsgroups): New function.
7310
7311 2001-10-06  Per Abrahamsen  <abraham@dina.kvl.dk>
7312
7313         * gnus-srvr.el (gnus-browse-foreign-server): Fixed bug non-nil
7314         `gnus-group-name-charset-group-alist'.
7315
7316 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7317
7318         * Makefile.in: Install el in install. Add uninstall.
7319
7320 2001-10-05  Simon Josefsson  <jas@extundo.com>
7321
7322         * nnheader.el (gnus-verbose-backends, gnus-nov-is-evil): Custom.
7323
7324         * gnus-sum.el (gnus-summary-move-article): Also activate new groups.
7325
7326         * nnfolder.el (nnfolder-normalize-buffer): Don't insert \n\n in
7327         empty folders.
7328
7329         * gnus-sum.el (gnus-select-newsgroup): Don't enable `display'
7330         limiting if read-all (C-u RET) was used.
7331
7332 2001-10-04  Simon Josefsson  <jas@extundo.com>
7333
7334         * mail-source.el (mail-source-movemail-program): New variable.
7335         (mail-source-movemail): Use it.  Suggested by Taylor Hutt
7336         <thutt@thutt.vmware.com>.
7337
7338 2001-10-03  Simon Josefsson  <jas@extundo.com>
7339
7340         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): New param.
7341         (gnus-summary-line-format-alist): Fix param.
7342
7343 2001-10-02  Simon Josefsson  <jas@extundo.com>
7344
7345         * nnimap.el (nnimap-request-move-article): Use imap.el directly,
7346         don't go through `nnimap-request-expire-articles' to delete the
7347         article.  Thanks to prj@po.cwru.edu (Paul Jarc).
7348
7349 2001-10-02 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7350
7351         * gnus-agent.el (gnus-agent-write-active): The min in the
7352         agent/active may be larger than that in the server/active.
7353
7354 2001-10-01  Simon Josefsson  <jas@extundo.com>
7355
7356         * mail-source.el (mail-source-fetch-imap): Use BODY.PEEK if server
7357         is IMAP4rev1.
7358
7359         * nnml.el (gnus-article-unpropagatable-p): Autoload gnus-sum.
7360
7361         * nnfolder.el: Ditto.
7362
7363 2001-09-30  Dan Christensen  <jdc@uwo.ca>
7364
7365         * gnus-sum.el (gnus-summary-extract-address-component): New function.
7366         (gnus-summary-from-or-to-or-newsgroups): Optimize.
7367
7368 2001-09-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7369
7370         * message.el (message-mode-map): Keybinding for `gnus-delay-article'.
7371         (message-mode-menu): Menu item for same.
7372
7373         * gnus-group.el (gnus-group-make-menu-bar): Menu item for sending
7374         delayed articles.
7375
7376         * gnus-delay.el (gnus-delay-send-drafts): Do nothing if
7377         nndraft:delayed does not exist.
7378         (gnus-delay-initialize): Don't set up keymap, that's done from
7379         message.el now.
7380         (gnus-delay, gnus-delay-group, gnus-delay-header)
7381         (gnus-delay-default-delay, gnus-delay-default-hour): Customize.
7382
7383 2001-09-29  Simon Josefsson  <jas@extundo.com>
7384
7385         * mm-util.el (mm-mime-mule-charset-alist): Encode mule-utf-8 as
7386         utf-8, not eight-bit-control.
7387
7388         * imap.el (imap-shell-host, imap-default-user, imap-use-utf7)
7389         (imap-log, imap-debug): Custom.
7390         (imap-log-buffer, imap-debug-buffer): New constants.
7391         (imap-kerberos4-open, imap-gssapi-open, imap-ssl-open)
7392         (imap-network-open, imap-shell-open, imap-starttls-open)
7393         (imap-send-command-1, imap-send-command, imap-arrival-filter)
7394         (imap-debug): Use imap-*-buffer.
7395
7396         * nndoc.el (nndoc-article-type): Add mailman.
7397         (nndoc-type-alist): Ditto.
7398         (nndoc-mailman-type-p): New function.
7399
7400 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7401
7402         * gnus-xmas.el (gnus-article-x-face-command): Merge it into
7403         gnus-art.el.
7404
7405 2001-09-27  Simon Josefsson  <jas@extundo.com>
7406
7407         * gnus-topic.el (gnus-topic-mode-map): Add catchup.
7408         (gnus-topic-catchup-articles): New function. Suggested by Robin
7409         S. Socha <robin-dated-1001857693.185e29@socha.net>.
7410
7411 2001-09-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7412         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
7413
7414         * gnus-ems.el (gnus-article-display-xface): Insert xface after
7415         previous ones.
7416
7417 2001-09-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7418         From Daiki Ueno  <ueno@unixuser.org>
7419
7420         * gnus-sum.el (gnus-summary-show-article): The arglist of
7421         detect-coding-region is incompatible.
7422
7423 2001-09-26 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7424         From Katsuhiro Hermit Endo <hermit@koka-in.org>
7425
7426         * gnus-group.el (gnus-group-delete-group): Typo.
7427
7428 2001-09-26  Simon Josefsson  <jas@extundo.com>
7429
7430         * nnmail.el (nnmail-expiry-target-group): Add doc warning.
7431
7432         * nnimap.el (nnimap-expiry-target): Use temp buffer.
7433
7434 2001-09-26 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7435
7436         * gnus-cus.el (gnus-group-parameters): Display as sexp.
7437
7438 2001-09-22  Simon Josefsson  <jas@extundo.com>
7439
7440         * nnml.el (nnml-open-marks): Remove unpropagatable marks.
7441
7442         * nnfolder.el (nnfolder-open-marks): Ditto.
7443
7444         * gnus-sum.el (gnus-article-unpropagatable-p): New function.
7445         (gnus-update-marks): Use it.
7446         (gnus-update-marks): Use `gnus-article-mark-to-type' instead of
7447         hardcoded list.
7448
7449         * gnus.el (gnus-article-special-mark-lists): Add killed.
7450         (gnus-article-unpropagated-mark-lists): New constant.
7451
7452 2001-09-22  Simon Josefsson  <jas@extundo.com>
7453
7454         * gnus-sum.el (gnus-summary-mode-hook): Add gnus-pick-mode as
7455         custom option.
7456
7457 2001-09-23  Simon Josefsson  <jas@extundo.com>
7458
7459         * gnus-draft.el (gnus-draft-setup): Add mark in backend as well.
7460
7461 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7462
7463         * gnus-msg.el (gnus-button-mailto): Hack save-selected-window-window.
7464
7465 2001-09-22  Per Abrahamsen  <abraham@dina.kvl.dk>
7466
7467         * gnus-group.el (gnus-group-sort-function): Fix customize type to
7468         accept lists of functions.
7469
7470 2001-09-20  Simon Josefsson  <jas@extundo.com>
7471
7472         * gnus-group.el (gnus-group-catchup): Update expire marks in
7473         backend.  Also, if ALL also set expire marks on tick/dormant.
7474
7475 2001-09-20  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7476
7477         * message.el (message-tab-body-function): New variable.
7478         * message.el (message-tab): Use it.
7479
7480 2001-09-19  Sam Steingold  <sds@gnu.org>
7481
7482         * gnus-win.el (gnus-buffer-configuration): Respect
7483         `gnus-bug-create-help-buffer'.
7484
7485 2001-09-18  Simon Josefsson  <jas@extundo.com>
7486
7487         * gnus-spec.el (gnus-correct-pad-form): Re-revert.
7488         (gnus-parse-simple-format): Re-revert.
7489
7490 2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
7491         Trivial patch.
7492
7493         * gnus-spec.el (gnus-parse-complex-format): Don't fold search
7494         case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
7495
7496 2001-09-18  Simon Josefsson  <jas@extundo.com>
7497
7498         * gnus-spec.el (gnus-correct-pad-form): Remove until papers are
7499         signed.
7500         (gnus-parse-simple-format): Don't use it.
7501
7502 2001-09-17  Miles Bader  <miles@gnu.org>
7503
7504         * gnus-srvr.el (gnus-server-insert-server-line): Don't let an
7505         error querying a backend abort the whole process.
7506
7507 2001-09-17 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7508
7509         * gnus-srvr.el (gnus-server-mode): Fix bogus fontification.
7510         From Gerd M\e,Av\e(Bllmann <gerd@gnu.org>.
7511
7512 2001-09-17  Didier Verna  <didier@xemacs.org>
7513
7514         * nndiary.el: version 0.2-b14.
7515         * gnus-diary.el (gnus-diary-check-message): fix `read-string'
7516         compatibility problem with XEmacs 21.1.
7517
7518 2001-09-15  Simon Josefsson  <jas@extundo.com>
7519
7520         * gnus-group.el (gnus-group-line-format): Document %c.
7521
7522         * nnml.el (nnml-parse-head): Handle CRLF files.
7523         (nnml-generate-nov-file): Ditto.
7524         (nnml-retrieve-headers): Ditto.
7525
7526 2001-09-15  Michael Welsh Duggan  <md5i@cs.cmu.edu>
7527
7528         * gnus-spec.el (gnus-parse-format): Don't treat %c as %C.
7529
7530 2001-09-13  Martin Kretzschmar  <Martin.Kretzschmar@inf.tu-dresden.de>
7531
7532         * gnus-spec.el (gnus-correct-substring): Still stopped one
7533         character before we wanted (never included last character).
7534         (gnus-tilde-max-form, gnus-tilde-cut-form) Made readable again,
7535         add missing "," (once per function)
7536
7537 2001-09-14  Simon Josefsson  <jas@extundo.com>
7538
7539         * gnus-start.el (gnus-group-mode-hook): Moved from gnus-group
7540         (otherwise e.g. gnus-agentize in .gnus overrides the customized
7541         default before gnus-group is loaded and the variable set.)
7542
7543         * nnimap.el (nnimap-request-set-mark): Do not store bookmark,
7544         killed or unsent marks.
7545
7546         * gnus-draft.el (gnus-draft-setup): Don't set mark when there
7547         isn't an article to set it on (e.g. when you `a' in a group).
7548
7549 2001-09-12  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7550
7551         * mm-util.el (mm-charset-synonym-alist): add windows-1250 so we
7552         can read e-mails from Microsoft Outlook users not using ISO
7553         8859-2 character set.
7554
7555 2001-09-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7556
7557         * gnus-diary.el: Minor modifications to avoid warnings.
7558         (gnus-summary-misc-menu): defvar.
7559         (gnus-diary-check-message): Use gnus-point-at-eol.
7560         (gnus-diary-kill-entire-line): eval-and-compile.
7561
7562 2001-09-12  Didier Verna  <didier@xemacs.org>
7563
7564         * nndiary.el: new version (0.2-b13).
7565         * nndiary.el (nndiary-mail-sources): doc update.
7566         * nndiary.el (nndiary-split-methods): ditto.
7567         * nndiary.el (nndiary-request-accept-article-hooks): New.
7568         * nndiary.el (nndiary-request-accept-article): use it, check
7569         message validity.
7570         * nndiary.el (nndiary-get-new-mail): changed default to nil.
7571         * nndiary.el (nndiary-schedule): fix bug (misplaced
7572         condition-case): it didn't return nil on error.
7573         * gnus-diary.el: new version.
7574         * gnus-diary.el (gnus-diary-summary-line-format): removed %I.
7575         * gnus-diary.el (gnus-diary-header-value-history): New.
7576         * gnus-diary.el (gnus-diary-narrow-to-headers): New.
7577         * gnus-diary.el (gnus-diary-add-header): New.
7578         * gnus-diary.el (gnus-diary-check-message): New.
7579         * gnus-diary.el (message-mode-map): bind the above to `C-c D c'.
7580         * gnus-diary.el (gnus-article-edit-mode-map): ditto.
7581
7582 2001-09-10 TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
7583
7584         * gnus-sum.el (gnus-select-newsgroup): Make
7585         `gnus-current-select-method' buffer-local.
7586
7587         * gnus-art.el (gnus-request-article-this-buffer): Refer
7588         `gnus-current-select-method' in the current summary buffer.
7589
7590 2001-09-10  Simon Josefsson  <jas@extundo.com>
7591         From Daniel Pittman <daniel@rimspace.net>
7592
7593         * gnus-spec.el (gnus-correct-pad-form): Fix.
7594
7595 2001-09-09  Simon Josefsson  <jas@extundo.com>
7596
7597         * mm-decode.el (mm-inline-media-tests): Add
7598         application/x-emacs-lisp.
7599         (mm-attachment-override-types): Add
7600         application/{x-,}pkcs7-signature.
7601
7602         * gnus-srvr.el (gnus-server-mode-hook, gnus-server-exit-hook)
7603         (gnus-server-line-format, gnus-server-mode-line-format)
7604         (gnus-server-browse-in-group-buffer): Customize.
7605
7606 2001-09-08 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7607
7608         * nnml.el (nnml-marks-changed-p): Typo.
7609         (nnml-save-marks, nnml-open-marks): Use gnus-sethash.
7610         (nnml-marks-changed-p): Use gnus-gethash.
7611         (nnml-marks-modtime): Use gnus-make-hashtable.
7612
7613         * nnfolder.el (nnfolder-marks-changed-p): Typo.
7614         (nnfolder-request-expire-articles, nnfolder-save-marks)
7615         (nnfolder-open-marks): Typo.
7616         (nnfolder-save-marks, nnfolder-open-marks): Use gnus-sethash.
7617         (nnfolder-marks-changed-p): Use gnus-gethash.
7618         (nnfolder-marks-modtime): Use gnus-make-hashtable.
7619
7620 2001-09-08  Simon Josefsson  <jas@extundo.com>
7621
7622         * nnfolder.el (nnfolder-marks-modtime): New variable.
7623         (nnfolder-marks-changed-p): New function.
7624         (nnfolder-save-marks, nnfolder-open-marks): Save modtime.
7625         (nnfolder-request-update-info): Don't update if marks didn't change.
7626
7627         * nnml.el (nnml-marks-modtime): New variable.
7628         (nnml-marks-changed-p): New function.
7629         (nnml-save-marks, nnml-open-marks): Save modtime.
7630         (nnml-request-update-info): Don't update if marks didn't change.
7631
7632         * gnus-agent.el (gnus-agent-any-covered-gcc)
7633         (gnus-agent-add-server, gnus-agent-remove-server): Use
7634         gnus-agent-method-p.
7635
7636         * gnus-art.el (gnus-buttonized-mime-types): New variable.
7637         (gnus-unbuttonized-mime-type-p): Use it.
7638
7639         * gnus-agent.el (gnus-agent-fetch-group): If online, actually
7640         fetch group.
7641
7642 2001-09-08  Simon Josefsson  <jas@extundo.com>
7643         From Daniel Pittman <daniel@rimspace.net>
7644
7645         * gnus-spec.el (gnus-correct-pad-form): New function.
7646         (gnus-parse-simple-format): Use it.
7647
7648 2001-09-07  Simon Josefsson  <jas@extundo.com>
7649
7650         * gnus-group.el (gnus-group-sort-groups): Unmark all groups.
7651         (gnus-group-sort-selected-groups): Ditto.  Suggested by Harry
7652         Putnam <reader@newsguy.com>.
7653         (gnus-group-sort-selected-groups): Touch dribble file.
7654
7655 2001-09-07 Raja R Harinath  <harinath@cs.umn.edu>
7656
7657         * nnml.el (nnml-filenames-are-evil): New variable.
7658         (nnml-article-to-file-alist): Rename to ...
7659         (nnml-current-group-article-to-file-alist): ... this.
7660         Respect `nnml-filenames-are-evil'.
7661         (nnml-active-number): Update.
7662         (nnml-update-file-alist): Update.
7663         (nnml-request-article): Use nnheader-article-to-file-alist.
7664         (nnml-request-rename-group): Likewise.
7665
7666 2001-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7667
7668         * gnus-sum.el (gnus-summary-insert-line): Fix.
7669
7670 2001-09-06  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.umu.se>
7671
7672         * gnus-sum.el: Bind g-s-t-s to "W g".
7673         * gnus-sum.el (gnus-summary-make-menu-bar): Add g-s-t-s.
7674         * gnus-sum.el (gnus-summary-toggle-smiley): New function. Toggles
7675         display of graphical smilies.
7676
7677 2001-09-07 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7678
7679         * gnus-start.el (gnus-setup-news): A typo.
7680         From Bill White <billw@wolfram.com>.
7681
7682 2001-09-06  Simon Josefsson  <jas@extundo.com>
7683
7684         * gnus-sum.el (gnus-summary-insert-line): Insert forwarded, recent
7685         and unseen marks.
7686
7687 2001-09-05  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
7688
7689         * nnmail.el (nnmail-split-fancy): Document `junk'.
7690
7691 2001-09-04  Simon Josefsson  <jas@extundo.com>
7692
7693         * imap.el (imap-search): Don't error if server is broken.
7694
7695 2001-09-02  Benjamin Rutt  <brutt@bloomington.in.us>
7696
7697         * nnmbox.el (nnmbox-find-article): Fix infinite loop when
7698         searching for an article that isn't in the mbox.
7699
7700 2001-09-02 23:12:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7701
7702         * nnslashdot.el (nnslashdot-retrieve-headers-1): Get references
7703         right, and get all the comments.
7704
7705 2001-09-02  Simon Josefsson  <jas@extundo.com>
7706         Suggested by Dan Christensen <jdc+news@uwo.ca>
7707
7708         * nnfolder.el (nnfolder-request-update-info): Fix message.
7709
7710         * nnml.el (nnml-request-update-info): Ditto.
7711
7712 2001-09-01  Simon Josefsson  <jas@extundo.com>
7713
7714         * nnml.el (nnml-request-expire-articles): Also bind
7715         `nnml-current-group' and `nnml-article-file-alist' when using
7716         expiry-target. (Otherwise nnml will be in a inconsistent internal
7717         state causing all kind of problems.)
7718         (nnml-request-expire-articles): If `nnml-article-to-file' or
7719         `file-attributes' failes, return article as un-expirable instead
7720         of treating it as expired.
7721
7722 2001-08-31  Sam Steingold  <sds@gnu.org>
7723
7724         * imap.el (imap-mailbox-examine, imap-mailbox-examine-1): Fix a
7725         typo: `exmine' --> `examine'.
7726
7727 2001-08-30 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7728
7729         * nndoc.el (nndoc-forward-type-p): It is not a digest.
7730
7731 2001-08-30 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7732
7733         * nnml.el (nnml-check-directory-twice): Remove.
7734         (nnml-retrieve-headers): Ditto.
7735         (nnml-article-to-file): Use nnheader-directory-files-is-safe.
7736
7737 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7738
7739         * nnheader.el (nnheader-directory-files-is-safe): No need to read
7740         directory twice on Windows, or on GNU Emacs-21.
7741
7742 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7743
7744         * nnml.el (nnml-request-article): Use nnml-article-to-file-alist.
7745         (nnml-request-rename-group): Ditto.
7746         (nnml-active-number): Ditto.
7747         (nnml-request-create-group): Use nnml-directory-articles.
7748         (nnml-request-expire-articles): Use nnml-directory-articles, which
7749         gets list from nov database if available.
7750         (nnml-get-nov-buffer): New function.
7751         (nnml-open-nov): Use it.
7752         (nnml-update-file-alist): Use nnml-article-to-file-alist, which
7753         gets alist from nov database if available.
7754         (nnml-directory-articles): New function.
7755         (nnml-article-to-file-alist): New function.
7756
7757 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7758
7759         * mm-decode.el (mm-display-external): Use `name' as filename, if
7760         `filename' attribute is not present.
7761
7762 2001-08-30  Andrew Innes  <andrewi@gnu.org>
7763
7764         * mail-source.el (mail-source-flash): New defcustom.
7765         (mail-source-new-mail-p): Ring visible bell if appropriate.
7766         (mail-source-start-idle-timer): Use unwind-protect to ensure idle
7767         timer is cleared even if mail check signals an error.
7768
7769 2001-08-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7770
7771         * gnus-sum.el (gnus-summary-move-article): Only update marks of
7772         type 'list.
7773
7774 2001-08-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7775
7776         * flow-fill.el (fill-flowed): eol might be point-max.
7777
7778 2001-08-27  Simon Josefsson  <jas@extundo.com>
7779
7780         * nnml.el (nnml-request-update-info): Fix message.
7781         (nnml-open-marks): Ditto.
7782
7783         * nnfolder.el (nnfolder-request-update-info):
7784         (nnfolder-open-marks): Fix message.
7785
7786 2001-08-25  Simon Josefsson  <jas@extundo.com>
7787
7788         * nnfolder.el (nnfolder-save-marks): Don't create directory named
7789         after group in ~/.
7790
7791 2001-08-25  Simon Josefsson  <jas@extundo.com>
7792         From Andreas Jaeger  <aj@suse.de>
7793
7794         * nnfolder.el (nnfolder-open-marks): Fix typo.
7795         * nnml.el (nnml-open-marks): Likewise.
7796
7797 2001-08-25  Simon Josefsson  <jas@extundo.com>
7798
7799         Make nnfolder groups self-contained as far as marks are concerned.
7800
7801         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
7802         (nnfolder-marks, nnfolder-marks-file-suffix): New variables.
7803         (nnfolder-open-server): Make marks directory.
7804         (nnfolder-request-delete-group): Delete marks file.
7805         (nnfolder-request-delete-group): Check of nov/marks file exist
7806         before deleting.
7807         (nnfolder-request-rename-group): Rename marks file.
7808         (nnfolder-request-rename-group): Only rename nov/mark if they exists.
7809         (nnfolder-request-set-mark, nnfolder-request-update-info)
7810         (nnfolder-group-marks-pathname, nnfolder-save-marks)
7811         (nnfolder-open-marks): New functions.
7812         (top-level): Require gnus.
7813
7814 2001-08-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7815
7816         * nnweb.el (nnweb-type-definition): Use google raw file.
7817         (nnweb-google-parse-1): Ditto.
7818         (nnweb-google-identity): Ditto.
7819         (nnweb-reference-wash-article): Move nnweb-decode-entities here.
7820         (nnweb-altavista-wash-article): Ditto.
7821         (nnweb-request-article): Remove nnweb-decode-entities.
7822
7823         * nnml.el: Require 'gnus.
7824
7825 2001-08-25  Simon Josefsson  <jas@extundo.com>
7826
7827         * nnml.el (nnml-marks-is-evil): Add doc.
7828
7829 2001-08-25  Simon Josefsson  <jas@extundo.com>
7830
7831         * nnml.el (nnml-save-marks): Wrap saving marks in a
7832         condition-case, to allow user to start Gnus if saving marks failed
7833         for some reason.
7834
7835 2001-08-24 16:05:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7836
7837         * gnus-spec.el (gnus-compile): Don't compile gnus-version.
7838
7839         * gnus-group.el (gnus-update-group-mark-positions): Bind
7840         gnus-group-update-hook to nil.
7841
7842 2001-08-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7843
7844         * mml.el (mml-generate-mime-1): Force as multibyte string.
7845
7846 2001-08-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7847
7848         * gnus-sum.el (gnus-summary-insert-line)
7849         (gnus-summary-prepare-threads): gnus-tmp-lines should be a string.
7850         From Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>
7851
7852         * gnus-spec.el (gnus-correct-substring): Take optional END.
7853
7854         * nnrss.el (nnrss-request-article): Remove \n.
7855         (nnrss-retrieve-headers): Lines number is -1.
7856
7857 2001-08-24  Simon Josefsson  <jas@extundo.com>
7858
7859         * gnus-group.el (gnus-info-clear-data): Call
7860         nnfoo-request-set-mark to propagate marks.  Fix bug:
7861         `gnus-group-update-line' doesn't update read range unless we call
7862         `gnus-get-unread-articles-in-group' first.
7863
7864         * nnimap.el (nnimap-request-set-mark): Don't propagate seen flags
7865         to server.
7866
7867 2001-08-23 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7868
7869         * gnus-util.el (gnus-create-info-command): Return an interactive
7870         function.
7871
7872 2001-08-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7873         From Katsumi Yamaoka <yamaoka@jpl.org>
7874
7875         * gnus-spec.el (gnus-parse-complex-format): Use equal.
7876
7877 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7878
7879         * gnus-sum.el (gnus-select-newsgroup): Use it.
7880
7881         * gnus-util.el (gnus-not-ignore): New function.
7882
7883         * lpath.el (featurep): Don't fbind char-int.
7884
7885         * gnus-util.el (gnus-create-info-command): New function.
7886
7887         * gnus-group.el (gnus-group-edit-group): Make C-c C-i go to the
7888         right node.
7889
7890         * gnus-sum.el (gnus-select-newsgroup): Clean up.
7891         (gnus-summary-limit-children): Use 'identity instead of `all'.
7892         (gnus-summary-limit-to-display-predicate): New command and
7893         keystroke.
7894
7895 2001-08-23 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7896
7897         * nnrss.el (nnrss-group-alist): Use fm-releases.rdf.
7898
7899         * gnus-spec.el (gnus-format-specs): Miss a right parenthesis.
7900
7901 2001-08-23 18:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7902
7903         * gnus-spec.el: Add the Gnus version.
7904         (gnus-update-format-specifications): If the Gnus version changes,
7905         nix out the format spec cache.
7906
7907         * gnus.el (gnus-continuum-version): Made into a command and
7908         optionalize the VERSION.
7909
7910         * gnus-spec.el (gnus-parse-complex-format): Remove %C specs from
7911         the start of the lines.
7912
7913 2001-08-22 00:06:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7914
7915         * gnus.el (gnus-visual-p): Define function before use of
7916         function.
7917
7918 2001-08-21 23:28:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7919
7920         * gnus-sum.el (gnus-adjust-marked-articles): Use new variable.
7921         (gnus-article-mark-to-type): New function.
7922         (gnus-update-missing-marks): Only update marks of type 'list.
7923
7924         * gnus.el (gnus-article-special-mark-lists): New variable.
7925
7926 2001-08-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7927
7928         * gnus-sum.el (gnus-summary-limit-children): Check 'all.
7929         (gnus-select-newsgroup): Still use 'all.
7930         (gnus-summary-initial-limit): Comparing with 'all.
7931
7932 2001-08-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7933
7934         * gnus-start.el (gnus-activate-group): If dont-check, don't update
7935         active.
7936
7937 2001-08-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
7938
7939         * nnslashdot.el (nnslashdot-retrieve-headers-1): Replace
7940         nnslashdot-*-retrieve-headers.
7941         (nnslashdot-request-article): Fix for slashcode 2.2.
7942         (nnslashdot-make-tuple): New function.
7943         (nnslashdot-read-groups): Use it.
7944
7945 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7946
7947         * gnus.el (gnus-expand-group-parameters): Don't alter the variable
7948         list.
7949
7950         * gnus-sum.el (gnus-summary-move-article): Don't select article.
7951
7952 2001-08-20  Simon Josefsson  <jas@extundo.com>
7953
7954         * gnus-msg.el (gnus-inews-do-gcc): If archive server can't be
7955         opened, error instead of continuing (and exploding later).
7956
7957 2001-08-20 01:34:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7958
7959         * gnus.el (gnus-expand-group-parameters): Return the parameter
7960         list.
7961
7962         * gnus-sum.el (gnus-summary-show-article): Doc fix.
7963         (gnus-summary-show-article): Guess at charset if required.
7964
7965         * gnus-spec.el (gnus-correct-substring): Stopped one character
7966         before we wanted.
7967
7968 2001-08-19  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
7969
7970         * earcon.el (earcon-auto-play): Remove unused option.
7971
7972 2001-08-19 16:14:41  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7973
7974         * gnus-score.el (gnus-score-headers): Move the "Scoring..."
7975         message down in levels, since it happens very fast.
7976
7977         * smiley-ems.el (smiley-update-cache): Respect the symbol version
7978         of smiley-regexp-alist.
7979
7980         * mm-view.el (mm-inline-text): Ignore vcard errors.
7981
7982         * gnus-art.el (gnus-ignored-headers): Added more junk headers.
7983
7984         * gnus-score.el (gnus-all-score-files): Use append instead of
7985         nconc.
7986
7987         * gnus.el (gnus-splash-face): Doc fix.
7988
7989         * mm-decode.el (mm-mailcap-command): Use
7990         mm-path-name-rewrite-functions.
7991         (mm-path-name-rewrite-functions): New variable.
7992
7993         * gnus-spec.el (gnus-parse-complex-format): React to ?=.
7994         (gnus-complex-form-to-spec): Insert tab.
7995         (gnus-spec-tab): New function.
7996
7997         * gnus-sum.el (gnus-select-newsgroup): Set the marks before
7998         entering the group.
7999
8000         * gnus-spec.el (gnus-complex-form-to-spec): Insert Lisp to match
8001         the positional spec.
8002         (gnus-parse-complex-format): React to %C.
8003
8004         * gnus-ems.el (gnus-char-width): Moved here.
8005
8006         * gnus-sum.el (gnus-select-newsgroup): Set
8007         gnus-newsgroup-articles.
8008         (gnus-unseen-mark): New variable.
8009         (gnus-newsgroup-unseen): Ditto.
8010         (gnus-newsgroup-seen): Ditto.
8011         (gnus-adjust-marked-articles): Use them.
8012         (gnus-update-marks): Use them.
8013         (gnus-summary-update-secondary-mark): Display.
8014         (gnus-summary-prepare-threads): Display.
8015
8016         * gnus-msg.el (gnus-inews-group-method): Use and return the
8017         method, not the server.
8018
8019 2001-08-19  Simon Josefsson  <jas@extundo.com>
8020
8021         * gnus-srvr.el (gnus-server-agent-face): New.
8022         (gnus-server-agent-face): New.
8023         (gnus-server-mode): Turn on font-lock-mode.
8024
8025         * gnus.el (gnus-server-visual): Add defgroup.
8026
8027 2001-08-19  Simon Josefsson  <jas@extundo.com>
8028         From Joe Casadonte <jcasadonte@northbound-train.com>
8029
8030         * gnus-srvr.el (gnus-server-opened-face, gnus-server-closed-face,
8031         gnus-server-denied-face): New.
8032         (gnus-server-opened-face, gnus-server-closed-face,
8033         gnus-server-denied-face): New.
8034         (gnus-server-font-lock-keywords): Add.
8035
8036 2001-08-19  Simon Josefsson  <jas@extundo.com>
8037
8038         * nnml.el (nnml-request-set-mark): Return nil.
8039         (nnml-save-marks): Use nnml-possibly-create-directory.
8040         (nnml-open-marks): Only work in temp buffer when inserting/reading
8041         .marks file.
8042
8043 2001-08-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8044
8045         * gnus.el (gnus-expand-group-parameters): Fix.
8046
8047         * gnus-spec.el (gnus-char-width): New function.
8048         (gnus-correct-substring, gnus-correct-length): Use it.
8049
8050         * message.el (message-required-mail-headers): Fix doc.
8051
8052 2001-08-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8053
8054         * gnus-sum.el (gnus-group-make-articles-read): gnus-request-set-mark.
8055
8056         * mm-decode.el (mm-save-part-to-file): Insert the handle.
8057
8058 2001-08-18 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8059
8060         * nnslashdot.el (nnslashdot-threaded-retrieve-headers):
8061         slashdot 2.2 (not fully fixed yet).
8062         (nnslashdot-request-article): Ditto.
8063
8064 2001-08-18  Simon Josefsson  <jas@extundo.com>
8065
8066         * gnus-util.el (gnus-remassoc, gnus-update-alist-soft): Moved from
8067         nnimap.
8068
8069         * nnimap.el (nnimap-remassoc, nnimap-update-alist-soft): Moved to
8070         gnus-util.
8071         (nnimap-request-update-info-internal): Use new functions.
8072
8073         * nnml.el (nnml-request-set-mark, nnml-request-update-info): Use
8074         new functions.
8075
8076 2001-08-18  Simon Josefsson  <jas@extundo.com>
8077
8078         Make nnml groups self-contained as far as marks are concerned.
8079
8080         * nnml.el (nnml-request-delete-group): Delete marks file.
8081         (nnml-request-rename-group): Move marks file.
8082         (nnml-marks-file-name, nnml-marks-is-evil, nnml-marks): New server
8083         variables.
8084         (nnml-request-set-mark, nnml-request-update-info): New server
8085         functions.
8086         (nnml-save-marks, nnml-open-marks): New functions.
8087
8088 2001-08-18  Simon Josefsson  <jas@extundo.com>
8089
8090         * gnus-sum.el (gnus-summary-move-article): Use `add' instead of
8091         `set' when setting marks.
8092
8093 2001-08-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8094
8095         * gnus.el (gnus-info-find-node): Take an argument.
8096
8097         * gnus-art.el (gnus-button-handle-info): New function.
8098         (gnus-url-unhex-string): Replace "+" with " ".
8099
8100 2001-08-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8101
8102         * message.el (message-check-news-header-syntax): Check bad From.
8103
8104 2001-08-18 00:14:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8105
8106         * gnus-spec.el (gnus-correct-length): New function.
8107         (gnus-correct-substring): New function.
8108         (gnus-tilde-max-form): Use it.
8109
8110 2001-08-17  Nevin Kapur  <nevin@jhu.edu>
8111
8112         * nnmh.el: Docstring changes as below.
8113
8114         * nnml.el: Docstring changes as below.
8115
8116         * nnbabyl.el: Docstring changes as below.
8117
8118         * nnmbox.el: Docstring changes as below.
8119
8120         * nnfolder.el: Added docstrings identifying each virtual server
8121         parameter.
8122
8123 2001-08-18  Simon Josefsson  <jas@extundo.com>
8124
8125         * mml.el (mml-menu): Collapse Attach, Insert and Security submenu.
8126
8127 2001-08-17  Bj\e,Av\e(Brn Torkelsson  <torkel@acc.kth.se>
8128
8129         * message.el: rename "Abort Message" to "Postpone Message".
8130         Remove "Attach file as MIME" from Message menu, it's already in
8131         the MIME menu.
8132
8133 2001-08-17 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8134
8135         * smime.el (smime-point-at-eol): eval-and-compile.
8136         (smime-make-temp-file): New function.
8137         (smime-sign-region, smime-encrypt-region, smime-decrypt-region):
8138         Use it.
8139
8140 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8141
8142         * gnus-agent.el (gnus-agent-fetch-group): Go online if offline.
8143         (gnus-agent-summary-fetch-group): New command and keystroke.
8144
8145         * gnus-art.el (gnus-insert-mime-button): Tiny clean-up.
8146         (gnus-mime-display-security): Make it respect
8147         gnus-unbuttonized-mime-type-p.
8148
8149         * gnus-sum.el (gnus-articles-to-read): Comments.
8150         (gnus-article-marked-p): New function.
8151         (gnus-summary-display-make-predicate): New function.
8152         (gnus-select-newsgroup): Use them.
8153
8154         * mm-decode.el (mm-save-part-to-file): Made it not error.
8155
8156 2001-08-17  Simon Josefsson  <jas@extundo.com>
8157
8158         * imap.el (imap-wait-for-tag): If process-status isn't open or
8159         run, return nil instead of sit-for looping.
8160
8161 2001-08-17 10:41:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8162
8163         * lpath.el (featurep): fbind xml-parse-region.
8164
8165         * gnus.el (gnus-message-archive-method): Default to "archive".
8166         (gnus-message-archive-method): Doc fix.
8167         (gnus-parameters-get-parameter): Cleaned up.
8168         (gnus-expand-group-parameter): New function.
8169
8170         * gnus-start.el (gnus-setup-news): Push the archive server only
8171         the server list.
8172
8173         * mml.el (mml-menu): Changed name to "Attachments".
8174
8175         * mm-decode.el (mm-destroy-postponed-undisplay-list): Only message
8176         when there is something to detroy.
8177
8178 2001-05-21 17:11:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8179
8180         * gnus-srvr.el (gnus-server-browse-in-group-buffer): Default to
8181         nil.
8182
8183 2001-08-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8184
8185         * gnus-delay.el (gnus-delay-article): Allow "01:23" time spec,
8186         which specifies a time today or tomorrow.
8187
8188 2001-08-15  Simon Josefsson  <jas@extundo.com>
8189         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk)
8190
8191         * gnus-agent.el (gnus-agent-make-mode-line-string)
8192         (gnus-agent-toggle-plugged): Use new API.
8193
8194 2001-08-14  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8195
8196         * gnus-delay.el (gnus-delay-send-drafts): Fix check whether
8197         deadline has expired.
8198
8199 2001-08-12  Simon Josefsson  <jas@extundo.com>
8200         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE
8201
8202         Support `recent' mark indicating newly arrived messages (to
8203         separate from old but unread messages).
8204
8205         * nnimap.el (nnimap-retrieve-groups): Push dummy article into
8206         `nnmail-split-history' if recent is > 0.
8207         (nnimap-request-update-info-internal): Update `recent' marks.
8208         (nnimap-request-set-mark): Never set `recent' marks.
8209         (nnimap-mark-to-predicate-alist, nnimap-mark-to-flag-alist): Add
8210         recent.
8211
8212         * gnus-sum.el (gnus-recent-mark): New mark.
8213         (gnus-newsgroup-recent): New variable.
8214         (gnus-summary-local-variables): Add gnus-newsgroup-recent.
8215         (gnus-summary-prepare-threads): Mark recent articles.
8216         (gnus-summary-add-mark): Support recent.
8217         (gnus-summary-update-secondary-mark): Support recent.
8218
8219         * gnus.el (gnus-article-mark-lists): Add recent.
8220
8221 2001-08-12  Simon Josefsson  <jas@extundo.com>
8222
8223         * mm-bodies.el (mm-decode-content-transfer-encoding): Returns
8224         whether successful decoding took place.  Add doc.
8225
8226 2001-08-12  Simon Josefsson  <jas@extundo.com>
8227         Suggested by Per Abrahamsen <abraham@dina.kvl.dk>
8228
8229         * gnus.el (gnus-summary-line-format, gnus-parameters):
8230         * gnus-gl.el (gnus-summary-grouplens-line-format):
8231         * gnus-salt.el (gnus-summary-pick-line-format):
8232         * gnus-spec.el (gnus-format-specs): %n is 23 chars.
8233
8234 2001-08-11 09:40:00  Karl Kleinpaste  <karl@charcoal.com>
8235         Committed by Kai Gro\e,b_\e(Bjohann.
8236
8237         * gnus-score.el (gnus-score-string): Fix `match' regexp
8238         for `extra' header case.
8239
8240 2001-08-10 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8241
8242         * nnmbox.el (nnmbox-read-mbox): No warning.
8243
8244 2001-08-10 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8245
8246         * nndoc.el (nndoc-article-type): Fix doc.
8247         (nndoc-generate-article-function): New variable.
8248         (nndoc-dissection-function): New variable.
8249         (nndoc-type-alist): Add oe-dbx.
8250         (nndoc-oe-dbx-type-p): New function.
8251         (nndoc-oe-dbx-dissection): New function.
8252         (nndoc-oe-dbx-generate-article): New function.
8253
8254 2001-08-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8255
8256         * gnus-delay.el (gnus-delay-send-drafts): Cleaner way to check
8257         whether deadline has been reached.  Patch from Dan Nicolaescu
8258         <dann@godzilla.ics.uci.edu>.
8259
8260 2001-08-10 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8261
8262         * gnus-ml.el (turn-on-gnus-mailing-list-mode): Use
8263         gnus-group-find-parameter. Suggested by Janne Rinta-Manty
8264         <rintaman@cs.Helsinki.FI>.
8265
8266         * mail-source.el (mail-source-movemail): The error buffer is
8267         modified, but nothing in it.
8268
8269 2001-08-10 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8270
8271         * message.el (message-bogus-system-names): New variable.
8272         (message-make-fqdn): Use it.
8273
8274 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8275
8276         * nndraft.el (nndraft-request-group): Use
8277         nndraft-auto-save-file-name.
8278
8279 2001-08-09  Simon Josefsson  <jas@extundo.com>
8280
8281         * mm-view.el (mm-view-pkcs7-decrypt): Operate in current buffer.
8282         Don't ask whether to decrypt.  Just leave result in buffer (don't
8283         call mm).
8284
8285         * mm-decode.el (mm-dissect-buffer): Possibly verify/decrypt single
8286         parts as well.
8287         (mm-inline-media-tests): Ignore application/{x-,}pkcs7-mime.
8288         (mm-possibly-verify-or-decrypt): Support application/{x-,}pkcs7-mime.
8289
8290 2001-08-09  Simon Josefsson  <jas@extundo.com>
8291
8292         * mm-decode.el (mm-insert-part): Return decoding success status.
8293         (mm-save-part-to-file): Error if decoding failed.
8294
8295 2001-08-09 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8296
8297         * message.el (message-tab): Use indent-relative.
8298         (message-mode): Don't bind indent-line-function to indent-relative.
8299
8300 2001-08-09  Simon Josefsson  <jas@extundo.com>
8301
8302         * message.el (message-get-reply-headers): Fix string. Suggested by
8303         Christoph Conrad <cc@cli.de>.
8304
8305 2001-08-08 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8306
8307         * message.el (message-tab): Use the current value of
8308         indent-line-function.
8309         (message-mode): Bind indent-line-function to indent-relative.
8310
8311 2001-08-08  Simon Josefsson  <jas@extundo.com>
8312
8313         * imap.el (imap-gssapi-auth-p, imap-kerberos4-auth-p): Also check
8314         whether `imtest' is installed.
8315
8316 2001-08-04  ShengHuo ZHU  <zsh@cs.rochester.edu>
8317         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
8318
8319         * gnus-sum.el (gnus-summary-show-article): Call
8320         gnus-summary-update-secondary-secondary-mark.
8321         * gnus-sum.el (gnus-summary-edit-article-done): Ditto.
8322         * gnus-sum.el (gnus-summary-reparent-thread): Ditto.
8323
8324 2001-08-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8325
8326         * gnus-sum.el (gnus-summary-make-menu-bar): Misc -> Gnus.
8327
8328         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
8329
8330         * mm-uu.el (mm-uu-dissect): Autoload. From Gerd M\e,Av\e(Bllmann
8331         <gerd@gnu.org>.
8332
8333         * gnus-art.el (gnus-output-to-file): Bind file-name-coding-system.
8334
8335         * gnus-util.el (gnus-output-to-rmail): Ditto.
8336         (gnus-output-to-mail): Ditto.
8337
8338         * nnmail.el (nnmail-pathname-coding-system): Set default to nil.
8339
8340 2001-08-06  Florian Weimer  <fw@deneb.enyo.de>
8341
8342         * message.el (message-indent-citation): Use
8343         `message-yank-cited-prefix' for empty lines.
8344
8345 2001-08-05  Florian Weimer  <fw@deneb.enyo.de>
8346
8347         * message.el (message-indent-citation): Quote only lines starting
8348         with ">" using `message-yank-cited-prefix'.
8349
8350 2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
8351         Trivial patch.
8352
8353         * gnus-cache.el (gnus-cache-possibly-enter-article): Use
8354         gnus-cache-fully-p.
8355
8356 2001-08-04  Simon Josefsson  <jas@extundo.com>
8357
8358         * gnus-cache.el (gnus-cache-possibly-update-active): Create active
8359         file if it doesn't exist (by calling gnus-cache-read-active).
8360
8361 2001-08-04  Simon Josefsson  <jas@extundo.com>
8362
8363         * gnus-cache.el (gnus-cache-possibly-enter-article): Revert.
8364         (gnus-cache-passively-or-fully-p): Removed.
8365         (gnus-cache-fully-p): Fix it.
8366
8367         * mm-view.el (mm-pkcs7-signed-magic): Support more ASN.1 lengths.
8368
8369 2001-08-04  Simon Josefsson  <jas@extundo.com>
8370
8371         * gnus-cache.el (gnus-cache-fully-p)
8372         (gnus-cache-passively-or-fully-p): New functions.
8373         (gnus-cache-possibly-enter-article): Cosmetic change, use
8374         `g-c-p-o-f-p'.
8375         (gnus-cache-possibly-enter-article): Use `g-c-p-u-a'; last change
8376         was bogus (`g-c-p-a-a' does not change active info, just change
8377         the functions parameters).
8378         (gnus-cache-possibly-remove-articles-1): Make sure articles are
8379         not removed in groups that match `gnus-uncacheable-groups'.
8380
8381         Reported and modifications based on discussions with Nuutti
8382         Kotivuori <nuutti.kotivuori@smarttrust.com>.
8383
8384 2001-08-04  Simon Josefsson  <jas@extundo.com>
8385         Trivial patch from Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
8386
8387         * gnus-cache.el (gnus-cache-possibly-update-active): New function;
8388         calls `gnus-cache-update-active' if bounds has been extended.
8389
8390 2001-08-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8391
8392         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Insert
8393         before remove.
8394         (gnus-mime-security-show-details): Ditto.
8395
8396 2001-08-04  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8397
8398         * nnmail.el (nnmail-split-fancy-with-parent): Correct `mapconcat'
8399         syntax.  Protect string-match against nil string and regexp.
8400
8401 2001-08-03 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8402
8403         * mm-util.el (mm-find-charset-region): Remove control-1.
8404
8405 2001-08-03 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8406
8407         * mm-decode.el (mm-readable-p): Emacs 20 takes one argument.
8408
8409 2001-08-04  Simon Josefsson  <jas@extundo.com>
8410
8411         * smime.el (smime-sign-region, smime-encrypt-region): Fix details
8412         buffer.  Delete MIME-Version header.
8413
8414 2001-08-03  Simon Josefsson  <jas@extundo.com>
8415
8416         * gnus-cache.el (gnus-cache-possibly-enter-article): The article
8417         that is entered does not necessarily have the highest article
8418         number in the group, so use `gnus-cache-possibly-alter-active'
8419         instead of `gnus-cache-update-active'.
8420
8421 2001-08-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8422
8423         * mml2015.el (mml2015-gpg-extract-signature-details): Don't barf.
8424
8425 2001-08-03  Simon Josefsson  <jas@extundo.com>
8426
8427         * mml.el (mml-menu): Rename from MML to Mime. Collapse Security
8428         menu.
8429
8430 2001-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8431
8432         * gnus.el (post-method): New group parameter.  It also provides
8433         the user option `gnus-post-method-alist' and the internal function
8434         `gnus-parameter-post-method'.
8435
8436         * gnus-msg.el (gnus-post-method): Bind the value of
8437         `gnus-post-method' to the group parameter if it is defined.
8438
8439 2001-08-02  Simon Josefsson  <jas@extundo.com>
8440
8441         * smime.el (smime-extra-arguments): Removed.
8442         (smime-call-openssl-region): Don't use it.
8443
8444 2001-08-02  Simon Josefsson  <jas@extundo.com>
8445
8446         * smime.el (smime-sign-region): Handle stderr.
8447         (smime-encrypt-region): Ditto.
8448
8449         * mm-view.el (mm-pkcs7-signed-magic): Make it a regexp.  Don't
8450         match the ASN.1 length bytes.
8451         (mm-pkcs7-enveloped-magic): Ditto.
8452         (mm-view-pkcs7-get-type): Don't regexp quote.
8453
8454 2001-08-01 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8455         From Andreas Fuchs <asf@void.at>
8456
8457         * mml2015.el (mml2015-trust-boundaries-alist): Typo.
8458
8459 2001-08-01 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8460
8461         * gnus-art.el (gnus-header-button-alist): References regexp.
8462
8463 2001-08-01  Gerd Moellmann  <gerd@gnu.org>
8464
8465         * mm-view.el (autoload): Don't autoload `diff-mode' if it's
8466         already fboundp.  Add INTERACTIVE arg to autoload form.
8467
8468 2001-08-01 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8469
8470         * nnslashdot.el (nnslashdot-init): Add as gnus buffer.
8471
8472         * nnmail.el (nnmail-cache-open): Ditto.
8473
8474 2001-07-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8475
8476         * gnus-art.el (gnus-button-fetch-group): Fix the regexp.
8477
8478 2001-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8479
8480         * gnus-msg.el (gnus-post-method): Refer to `gnus-parameters'.
8481
8482 2001-07-31 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8483         Originally from Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
8484
8485         * gnus-agent.el (gnus-agent-make-mode-line-string): New function.
8486         (gnus-agent-toggle-plugged): Use it.
8487
8488 2001-07-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
8489
8490         * gnus-start.el (gnus-startup-file-coding-system): Revert to binary.
8491         (gnus-ding-file-coding-system): New variable.
8492         (gnus-read-newsrc-el-file, gnus-save-newsrc-file)
8493         (gnus-slave-save-newsrc): Use it.
8494
8495 2001-07-31  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8496
8497         * gnus-delay.el (gnus-delay-initialize): Use standard define-key
8498         syntax.
8499
8500 2001-07-30 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8501         Originally from Andreas Fuchs <asf@void.at>
8502
8503         * mml2015.el (mml2015-trust-boundaries-alist): New variable.
8504         (mml2015-gpg-pretty-print-fpr): New function.
8505         (mml2015-gpg-extract-signature-details): More details, rename from
8506         `m-g-e-from'.
8507         (mml2015-gpg-verify): Use them.
8508         (mml2015-gpg-clear-verify): Use them.
8509
8510 2001-07-31  Simon Josefsson  <jas@extundo.com>
8511
8512         * mml-smime.el (mml-smime-sign, mml-smime-encrypt): Goto end of
8513         buffer when done.
8514
8515 2001-07-30  Simon Josefsson  <jas@extundo.com>
8516
8517         * smime.el (smime-call-openssl-region): Revert previous change,
8518         just pass on buf to `call-process-region'.
8519         (smime-verify-region): Doc fix.  Don't message stuff.  Use
8520         `smime-new-details-buffer'.  Inserts error messages into buffer.
8521         (smime-noverify-region): Ditto.
8522         (smime-decrypt-region): Ditto.  Handles stderr separately.
8523         (smime-verify-buffer, smime-noverify-buffer)
8524         (smime-decrypt-buffer): Doc fix.
8525         (smime-new-details-buffer): New function.
8526         (smime-pkcs7-region, smime-pkcs7-certificates-region)
8527         (smime-pkcs7-email-region): Use `smime-new-details-buffer'.
8528         (smime-sign-region, smime-encrypt-region): Don't use
8529         `insert-buffer'.
8530
8531         * mml-smime.el (mml-smime-verify): Fix security button strings.
8532
8533 2001-07-30 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8534
8535         * gnus-art.el (gnus-mime-save-part-and-strip): Save
8536         gnus-article-mime-handles.
8537
8538 2001-07-29  Simon Josefsson  <jas@extundo.com>
8539
8540         * mail-source.el (top-level): Require message for message-directory.
8541         (mail-source-directory): Change default to message-directory.
8542
8543         * smime.el (smime-keys, smime-CA-directory, smime-CA-file)
8544         (smime-certificate-directory, smime-openssl-program)
8545         (smime-encrypt-cipher, smime-dns-server): Fix doc (leading "*").
8546         (smime-extra-arguments): New variable.
8547         (smime-dns-server): Fix customize group.
8548         (smime-call-openssl-region): Use `smime-extra-arguments'.
8549
8550 2001-07-29  Simon Josefsson  <jas@extundo.com>
8551         From Vladimir Volovich <vvv@vsu.ru>
8552
8553         * smime.el (smime-call-openssl-region): Ignore stderr.
8554
8555 2001-07-29  Simon Josefsson  <jas@extundo.com>
8556         From Christoph Conrad <christoph.conrad@gmx.de>
8557
8558         * gnus-agent.el (gnus-agent-save-group-info): Don't destroy active
8559         file.
8560
8561 2001-07-29  Simon Josefsson  <jas@extundo.com>
8562
8563         * mm-view.el (mm-view-pkcs7-decrypt): Adhere to `mm-decrypt-option'.
8564
8565         Support S/MIME decryption.
8566
8567         * mm-decode.el (mm-inline-media-tests):
8568         (mm-inlined-types):
8569         (mm-automatic-display):
8570         (mm-attachment-override-types): Add application/{x-,}pkcs7-mime.
8571
8572         * mm-view.el (mm-pkcs7-signed-magic):
8573         (mm-pkcs7-enveloped-magic): New variables.
8574         (mm-view-pkcs7-get-type): New function; identify PKCS#7 type.
8575         (mm-view-pkcs7): New function; mm viewer for PKCS#7 blobs.
8576         (mm-view-pkcs7-decrypt): New function; mm viewer for encrypted
8577         PKCS#7 blobs.
8578
8579         * smime.el (smime-decrypt-region): Expand keyfile.
8580
8581 2001-07-29  Simon Josefsson  <jas@extundo.com>
8582
8583         * nntp.el (nntp-open-ssl-stream): Don't mess with internal
8584         `ssl.el' variables.
8585
8586         * gnus-agent.el (gnus-agent-save-group-info): Delete everything
8587         but line instead of narrowing to it, because `nnmail-parse-active'
8588         calls widen.  Thanks to Christoph Conrad
8589         <christoph.conrad@gmx.de>.
8590
8591 2001-07-29  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8592
8593         * gnus.el (gnus-summary-line-format): Mention `gnus-sum-thread-*'
8594         for %B spec.
8595
8596         * gnus-sum.el (gnus-summary-prepare-threads): If
8597         gnus-sum-thread-tree-root is nil, use subject instead.
8598         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-single-indent)
8599         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
8600         (gnus-sum-thread-tree-leaf-with-other)
8601         (gnus-sum-thread-tree-single-leaf): Documentation.
8602         (gnus-sum-thread-tree-single-indent): Allow nil.
8603
8604 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8605
8606         * message.el (message-fill-paragraph): Do nothing if the user
8607         wants filladapt-mode.
8608
8609 2001-07-27 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8610
8611         * mm-decode.el (mm-image-type-from-buffer): New function.
8612         (mm-get-image): Use it.
8613
8614 2001-07-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8615
8616         * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..."
8617
8618         * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers
8619         mm-display-parts too.
8620
8621 2001-07-27 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8622
8623         * nnfolder.el (nnfolder-request-accept-article): Bind
8624         nntp-server-buffer.
8625
8626         * nnmail.el (nnmail-parse-active): Read from buffer instead of
8627         nntp-server-buffer.
8628
8629 2001-07-27 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8630
8631         * message.el (message-check-news-header-syntax): Use
8632         message-post-method.
8633         (message-send-news): Bind message-post-method.
8634
8635 2001-07-27 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8636
8637         * mml.el (mml-tweak-type-alist): New variable.
8638         (mml-tweak-function-alist): New variable.
8639         (mml-tweak-part): New function.
8640         (mml-generate-mime-1): Use it.
8641
8642 2001-07-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8643
8644         * nnfolder.el (nnfolder-request-accept-article): Replace
8645         nnfolder-request-list.
8646
8647 2001-07-27  Simon Josefsson  <jas@extundo.com>
8648
8649         * nnimap.el (nnimap-open-server): Set nnimap-server-buffer if
8650         nnoo-change-server failed to do it.
8651
8652 2001-07-26 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8653
8654         * gnus.el (gnus-parameters): Make it customizable.
8655
8656 2001-07-26 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8657
8658         * gnus-art.el (gnus-mm-display-part): Narrow to point if eobp.
8659
8660         * message.el (message-set-auto-save-file-name): More
8661         poor-system-types.
8662
8663         * mailcap.el (mailcap-parse-mimetypes): poor-system-types.
8664
8665         * gnus-ems.el (nnheader-file-name-translation-alist): M$Windows-NT
8666         supports +.
8667
8668 2001-07-26 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8669
8670         * mm-decode.el (mm-readable-p): New function.
8671         (mm-inline-media-tests): Fix the default testers.
8672
8673 2001-07-26  Simon Josefsson  <jas@extundo.com>
8674
8675         * nnimap.el (nnimap-version): Bump version number.
8676
8677 2001-07-26 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8678         From Steven E. Harris <seh@speakeasy.org>
8679
8680         * nnheader.el (nnheader-translate-file-chars): cygwin32 is running
8681         in M$Windows too.
8682
8683 2001-07-26  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8684
8685         * gnus-delay.el (gnus-delay-send-drafts): Don't `error'.
8686
8687 2001-07-25 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8688
8689         * gnus-bcklg.el (gnus-backlog-shutdown): Make interactive.
8690
8691         * mm-decode.el (mm-get-image): Guess then use the type.
8692
8693         * gnus-art.el (gnus-mime-view-part-as-type): Don't copy cache.
8694
8695 2001-07-25 12:54:00  Danny Siu  <dsiu@adobe.com>
8696
8697         * gnus-sum.el (gnus-summary-prepare-threads): Shouldn't do tree
8698         display (%B) for threads if threading is off.
8699
8700 2001-07-25 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8701         From Henrik Enberg <henrik@enberg.org>
8702
8703         * gnus-msg.el: Customization patch.
8704
8705 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
8706
8707         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups): New
8708         variable.
8709         (nnmail-split-fancy-with-parent): Ignore certain groups.
8710
8711 2001-07-25 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8712
8713         * gnus-util.el (gnus-byte-compile): New function.
8714         (gnus-use-byte-compile): New variable.
8715         (gnus-make-sort-function): Use it.
8716
8717         * nnmail.el (nnmail-get-new-mail): Use it.
8718
8719         * gnus-agent.el (gnus-category-make-function): Simple function or
8720         compiled function.
8721         (gnus-agent-fetch-group-1): Don't use (caaddr predicate).
8722
8723         * gnus-gl.el (bbb-build-rate-command): Remove quote before lambda.
8724         * gnus-topic.el (gnus-topic-sort-topics-1): Ditto.
8725         (gnus-topic-sort-topics-1): Use gnus-byte-compile.
8726
8727         * message.el (message-check-news-header-syntax): Remove quote.
8728
8729 2001-07-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8730
8731         * message.el (message-use-mail-followup-to): `t' is not a
8732         documented value.
8733
8734 2001-07-24 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8735
8736         * gnus-sum.el (gnus-summary-display-arrow): Test fboundp.
8737
8738 2001-07-24 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8739
8740         * mm-encode.el (mm-encode-buffer): Don't use 7bit encoding if
8741         there are long lines.
8742
8743 2001-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8744
8745         * dgnushack.el (copy-list): New compiler macro.
8746
8747 2001-07-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8748
8749         * message.el (message-bounce): If no Return-Path, the whole
8750         content is considered as the original message.
8751
8752         * nnml.el (nnml-check-directory-twice): New variable.
8753         (nnml-article-to-file): Use it.
8754         (nnml-retrieve-headers): Hack it.
8755
8756 2001-07-24 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8757
8758         * gnus-win.el (gnus-buffer-configuration): New configure.
8759
8760         * gnus-art.el (gnus-mm-display-part): Don't select-window if it is
8761         not alive.
8762
8763         * mm-decode.el (mm-remove-part): Don't murder the current window (nil).
8764         (mm-display-external): Use display-term configure.
8765
8766 2001-07-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8767
8768         * gnus-delay.el (gnus-delay-default-hour): New variable.
8769         (gnus-delay-article): Allow specific date in YYYY-MM-DD format.
8770
8771 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8772         From Karl Kleinpaste <karl@charcoal.com>
8773
8774         * gnus-sum.el (gnus-summary-line-format-alist): Add %B.
8775         (gnus-summary-prepare-threads): Ditto.
8776
8777         * gnus.el (gnus-summary-line-format): Add %B.
8778
8779 2001-07-23 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8780
8781         * gnus-sum.el (gnus-articles-to-read): Use gnus-group-decoded-name.
8782
8783         * mm-util.el (mm-string-as-multibyte): New function.
8784
8785         * nnmh.el (nnmh-request-list-1): Encode, not decode!
8786
8787 2001-07-23 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8788
8789         * mm-util.el (mm-universal-coding-system): New variable.
8790
8791         * gnus-start.el (gnus-startup-file-coding-system): Use it.
8792
8793         * score-mode.el (score-mode-coding-system): Use it.
8794
8795 2001-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8796
8797         * gnus-start.el (gnus-setup-news): Call
8798         `gnus-check-bogus-newsgroups' just after the native server is
8799         opened.
8800
8801 2001-07-23  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8802
8803         * nnmail.el (nnmail-do-request-post): Util function to be used by
8804         `nnchoke-request-post' for all nnmail-derived backends.
8805
8806         * nnml.el (nnml-request-post): Use it.
8807
8808         * gnus.el (gnus-valid-select-methods): nnml is a post-mail
8809         backend, for it groks nnml-request-post.
8810
8811         * gnus-group.el (gnus-group-highlight, gnus-group-highlight-line):
8812         Treat `mail-post' backends like `mail' backends, not like `news'
8813         backends.
8814
8815 2001-07-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8816
8817         * gnus-msg.el (gnus-setup-message): make-local-hook.
8818
8819 2001-07-22  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8820
8821         * gnus-delay.el (gnus-delay-article): Fix `read-string' for
8822         XEmacs.  Allow more units.  Submitted by Karl Kleinpaste
8823         <karl@charcoal.com>, slightly changed by Kai.
8824
8825         * message.el (message-check-news-header-syntax): When checking
8826         whether the groups exist, check the right server based on
8827         `gnus-post-method'.
8828
8829 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8830
8831         * gnus-delay.el: New file.
8832
8833 2001-07-21 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8834
8835         * mm-util.el (mm-read-coding-system): Take two arguments.
8836
8837         * gnus-sum.el (gnus-summary-show-article): Use
8838         mm-read-coding-system.
8839
8840         * gnus-art.el (article-de-quoted-unreadable):
8841         (article-de-base64-unreadable, article-wash-html):
8842         (gnus-mime-inline-part, gnus-mime-view-part-as-charset): Ditto.
8843
8844 2001-07-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8845
8846         * nnml.el (nnml-request-post): New function.  Can be used for
8847         annotations in nnml groups.
8848
8849 2001-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8850
8851         * nntp.el (nntp-request-newgroups): Use UTC date for NEWGROUPS
8852         command.
8853
8854         * gnus-start.el (gnus-find-new-newsgroups): Use
8855         `message-make-date' instead of `current-time-string'.
8856         (gnus-ask-server-for-new-groups): Ditto.
8857         (gnus-check-first-time-used): Ditto.
8858
8859 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8860
8861         * gnus-score.el (gnus-home-score-file): nnheader-translate-file-chars.
8862
8863 2001-07-18  Per Abrahamsen  <abraham@dina.kvl.dk>
8864
8865         * message.el (message-shorten-references): Change `maxcount' and
8866         `cut' to obey USEFOR draft 5.
8867
8868 2001-07-12  Colin Walters  <walters@cis.ohio-state.edu>
8869
8870         * gnus-sum.el (gnus-summary-display-arrow): New variable.
8871         (gnus-summary-set-article-display-arrow): New function.
8872         (gnus-summary-goto-subject): Use it.
8873
8874 2001-07-18 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8875
8876         * gnus-sum.el (gnus-summary-import-article): Insert date if
8877         doesn't exist.
8878
8879 2001-07-18 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8880
8881         * mml.el (mml-content-type-parameters): New variable.
8882         (mml-content-disposition-parameters): New variable.
8883         (mml-insert-mime-headers): Use them.
8884         (mml-parse-1): Accept charset.
8885
8886 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8887
8888         * gnus-group.el (gnus-group-select-group): Doc fix.
8889
8890         * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
8891
8892 2001-07-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8893
8894         * dgnushack.el (dgnushack-make-auto-load): Advise `make-autoload'
8895         to handle `define-derived-mode'.
8896
8897 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8898         From:  Stefan Monnier  <monnier@cs.yale.edu>
8899
8900         * message.el (message-mode): Use define-derived-mode.
8901         (message-tab): message-completion-alist.
8902
8903         * imap.el (imap-interactive-login): Use make-local-variable.
8904         (imap-open): Ditto.
8905         (imap-authenticate): Ditto.
8906
8907         * gnus-msg.el (gnus-setup-message): Change-major-mode-hook.
8908
8909         * gnus-art.el (gnus-article-edit-mode): Use define-derived-mode.
8910
8911 2001-07-16  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
8912
8913         * message.el (message-citation-line-function): Refer to
8914         gnus-cite-attribution-suffix.
8915
8916 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
8917
8918         * gnus-art.el,...: Error convention changes.
8919
8920 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8921
8922         * gnus-sum.el (gnus-rebuild-thread): Count hidden lines too.
8923
8924 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8925
8926         * nnrss.el (nnrss-read-group-data): Nuke emacs-lisp-mode-hook.
8927         (nnrss-read-server-data): Ditto.
8928
8929 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8930
8931         * gnus-setup.el (gnus-use-installed-gnus): Typo.
8932         * Cleanup files.
8933         From Pavel@Janik.cz (Pavel Jan\e,Am\e(Bk).
8934
8935 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8936
8937         * gnus.el (gnus-summary-line-format): Add %o.
8938
8939         * gnus-sum.el (gnus-summary-pipe-output): Don't configure as pipe
8940         unless shell outputs something.
8941
8942 2001-07-13 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8943
8944         * gnus-art.el (gnus-boring-article-headers): Better doc.
8945         (article-hide-headers): Better regexp.
8946         Suggested by Matt Swift <swift@alum.mit.edu>.
8947
8948         * nnheader.el (nnheader-max-head-length): Better doc.
8949         (nnheader-header-value): Skip spaces.
8950         (nnheader-parse-head): Remove space.
8951         Suggested by Matt Swift <swift@alum.mit.edu>.
8952
8953         * gnus-sum.el (gnus-summary-show-raw-article): New function.
8954         (gnus-get-newsgroup-headers): Remove space.
8955
8956 2001-07-12 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8957
8958         * gnus-msg.el (gnus-msg-treat-broken-reply-to): Add force.
8959         (gnus-summary-reply): Use it.
8960         (gnus-summary-reply-broken-reply-to): New function.
8961         (gnus-msg-force-broken-reply-to): New function.
8962
8963         * mm-view.el (mm-inline-text): Showing as text/plain when error.
8964
8965 2001-07-12 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8966
8967         * gnus-draft.el (gnus-draft-setup): Restore gnus-newsgroup-name.
8968
8969 2001-07-12 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8970
8971         * mm-decode.el (mm-external-terminal-program): New variable.
8972         (mm-display-external): Use it. Use term to display when no
8973         window-system.
8974
8975 2001-07-12  Bj\e,Av\e(Brn Torkelsson  <torkel@hpc2n.umu.se>
8976
8977         * gnus-srvr.el (gnus-browse-make-menu-bar): Changed one of the
8978         Browse->Next entries to Browse->Prev
8979
8980 2001-07-11 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8981
8982         * gnus-msg.el (gnus-inews-do-gcc): Don't test gnus-alive-p.
8983
8984 2001-07-11 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8985
8986         * mm-encode.el (mm-content-transfer-encoding-defaults): Use base64
8987         for the default encoding.
8988
8989         * nnrss.el (nnrss-url-field): New field.
8990         (nnrss-request-article): Add newsgroups.
8991
8992         * nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer.
8993
8994 2001-07-11 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
8995
8996         * nndraft.el (nndraft-request-restore-buffer): Don't remove Date.
8997
8998         * gnus-draft.el (gnus-draft-edit-message): Remove Date here.
8999         (gnus-draft-setup): Remove backlog.
9000
9001 2001-07-10  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
9002
9003         * gnus-logic.el, gnus-srvr.el, gnus-vm.el, nnheaderxm.el, nnoo.el:
9004         Cleanup.
9005
9006 2001-07-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9007
9008         * gnus-msg.el (gnus-bug): Erase buffer.
9009
9010         * nnfolder.el (nnfolder-possibly-change-group): Don't create group.
9011
9012 2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9013
9014         * mm-decode.el (mm-attachment-override-p): Fix typo.
9015
9016 2001-03-19 05:28:00  Katsumi Yamaoka  <yamaoka@jpl.org>
9017
9018         * gnus-kill.el (gnus-execute): Work with the extra headers.
9019         * gnus-sum.el (gnus-summary-execute-command): Ditto.
9020
9021 2001-07-09 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9022
9023         * mm-view.el (mm-inline-text): w3-coding-system-for-mime-charset
9024         may not defined. From: Raja R Harinath <harinath@cs.umn.edu>.
9025
9026         * message.el (message-send-mail-real-function): New variable.
9027         (message-send-mail-partially, message-send-mail):
9028
9029         * nngateway.el (nngateway-request-post): Use it.
9030
9031         * gnus-agent.el (gnus-agentize): Use it.
9032
9033         * nnsoup.el (nnsoup-old-functions, nnsoup-set-variables)
9034         (nnsoup-revert-variables): Use it.
9035
9036 2001-07-09  Colin Walters  <walters@cis.ohio-state.edu>
9037
9038         * mm-decode.el (mm-inline-media-tests): Default to displaying as
9039         text/plain if the type doesn't match any other media types.
9040         (mm-inlined-types): Doc fix.
9041         (mm-display-inline): Revert previous change (now handled by a
9042         default type in `mm-inline-media-tests'.
9043         (mm-inlinable-p): Revive.
9044         (mm-display-part): Call `mm-inlinable-p'.
9045         (mm-attachment-override-p): Ditto.
9046         (mm-inlined-p): Doc fix.
9047
9048         * gnus-art.el (gnus-mime-display-single): Call `mm-inlinable-p' as
9049         well as `mm-inlined-p'.
9050
9051 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9052
9053         * nntp.el (nntp-send-command, nntp-send-command-nodelete):
9054         (nntp-send-command-and-decode): Use gnus-point-at-bol.
9055
9056 2001-07-09 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9057         From  Paul Jarc <prj@po.cwru.edu>
9058
9059         * message.el (message-use-mail-followup-to): New variable.
9060         (message-get-reply-headers): Use it.
9061
9062 2001-07-04  Gerd Moellmann  <gerd@gnu.org>
9063
9064         * nnheader.el (nnheader-init-server-buffer): Make sure the
9065         *nntpd* buffer is made multibyte instead of a random buffer.
9066
9067 2001-07-09 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9068
9069         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Get headers only
9070         when it returns headers.
9071
9072 2001-07-07  Simon Josefsson  <jas@extundo.com>
9073
9074         * rfc2047.el (rfc2047-encode-message-header): Skip header when
9075         trying to fold. Thanks to Colin Walters
9076         <walters@cis.ohio-state.edu>
9077
9078 2001-07-06  Simon Josefsson  <jas@extundo.com>
9079
9080         * imap.el (imap-parse-address-list, imap-parse-flag-list)
9081         (imap-parse-body-extension, imap-parse-body-ext, imap-parse-body):
9082         Add information in `assert's.
9083
9084         * nnimap.el (nnimap-possibly-change-group): Ignore uidvalidity
9085         changes. (From nnimaps' point of view, `nnimap-verify-uidvalidity'
9086         and `nnimap-group-overview-filename', should handle all
9087         change-of-uidvalidity related issues.  But there may be other
9088         problems.)
9089
9090 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
9091
9092         * rfc2047.el (rfc2047-encode-message-header): Don't include the
9093         header name when folding.
9094
9095 2001-07-05  Colin Walters  <walters@cis.ohio-state.edu>
9096
9097         * mm-decode.el (mm-inlined-types): Document relationship with
9098         `mm-inline-media-tests'.
9099         (mm-display-inline): Default to displaying as plain text if no
9100         inlining handler is available.
9101         (mm-inlinable-p): Remove.
9102         (mm-inlined-p): Don't call `mm-inlinable-p'.
9103         (mm-automatic-display-p): Ditto.
9104         (mm-attachment-override-p): Ditto.
9105
9106 2001-07-04  Simon Josefsson  <jas@extundo.com>
9107
9108         * nnimap.el (nnimap-importantize-dormant): New variable.
9109         (nnimap-request-update-info-internal): Use it.
9110         (nnimap-request-set-mark): Ditto.
9111
9112 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
9113
9114         * nntp.el (nntp-send-command): don't pass a buffer argument to
9115         `point'. Only XEmacs accepts this.
9116         * nntp.el (nntp-send-command-nodelete): ditto.
9117         * nntp.el (nntp-send-command-and-decode): ditto.
9118
9119 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
9120
9121         * nntp.el (nntp-open-connection-function): doc update.
9122         * nntp.el (nntp-pre-command): New.
9123         * nntp.el (nntp-via-rlogin-command): New.
9124         * nntp.el (nntp-via-telnet-command): New.
9125         * nntp.el (nntp-via-telnet-switches): New.
9126         * nntp.el (nntp-via-user-name): New.
9127         * nntp.el (nntp-via-user-password): New.
9128         * nntp.el (nntp-via-address): New.
9129         * nntp.el (nntp-via-envuser): New.
9130         * nntp.el (nntp-via-shell-prompt): New.
9131         * nntp.el (nntp-open-telnet-stream): New.
9132         * nntp.el (nntp-open-via-rlogin-and-telnet): New.
9133         * nntp.el (nntp-open-via-telnet-and-telnet): New.
9134         * nntp.el (nntp-wait-for): check for possibly echo'ed commands.
9135         * nntp.el (nntp-send-command): ditto.
9136         * nntp.el (nntp-send-command-nodelete): ditto.
9137         * nntp.el (nntp-send-command-and-decode): ditto.
9138
9139 2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
9140         Trivial patch.
9141
9142         * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
9143         `when'.
9144
9145 2001-07-03  Simon Josefsson  <jas@extundo.com>
9146         From Nuutti Kotivuori <nuutti.kotivuori@smarttrust.com>
9147
9148         * flow-fill.el (fill-flowed): Use (1+ (point-at-eol)) instead.
9149
9150 2001-07-03  Simon Josefsson  <jas@extundo.com>
9151
9152         * flow-fill.el (fill-flowed): If `fill-region' inserts empty line,
9153         remove it (workaround XEmacs `fill-region' bug).
9154
9155 2001-07-01  Simon Josefsson  <jas@extundo.com>
9156
9157         * nnimap.el (nnimap-date-days-ago): Defeat locale.
9158
9159 2001-06-28 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9160
9161         * mml2015.el (mml2015-format-error): New function.
9162         (mml2015-mailcrypt-decrypt, mml2015-mailcrypt-clear-decrypt)
9163         (mml2015-mailcrypt-verify, mml2015-gpg-clear-verify)
9164         (mml2015-mailcrypt-clear-verify, mml2015-gpg-verify): Use it.
9165
9166 2001-06-26 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9167
9168         * nnrss.el (nnrss-retrieve-headers): The description may not exist.
9169         Suggested by Christoph Conrad <C.Conrad@cli.de>.
9170
9171         * gnus-sum.el (gnus-summary-set-local-parameters): Don't override
9172         group variables.
9173
9174 2001-06-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9175
9176         * nnslashdot.el (nnslashdot-write-groups): Use gnus-prin1.
9177
9178         * nnrss.el (nnrss-save-server-data): Bind print-level and print-length.
9179         (nnrss-save-group-data): Ditto.
9180
9181         * gnus-agent.el (gnus-agent-save-alist): Ditto.
9182
9183 2001-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9184
9185         * message.el (message-do-send-housekeeping): Narrow to headers.
9186
9187 2001-06-24  Simon Josefsson  <jas@extundo.com>
9188
9189         * rfc2047.el (rfc2047-fold-region): The check to skip WSP
9190         insertion when breaking lines looked for " \t" instead of "[ \t]".
9191         (rfc2047-encode-message-header): Fold lines even if
9192         no QP encoding is done.
9193
9194 2001-06-23  Simon Josefsson  <jas@extundo.com>
9195         From Samuel Tardieu <sam@inf.enst.fr>
9196
9197         * smime.el (smime-keys): Support additional certificates.
9198         (smime-make-certfiles): New function.
9199         (smime-sign-region): Use previous variables.
9200         (smime-get-certfiles): New function.
9201         (smime-sign-buffer): Use it.
9202         (smime-verify-region): Support both CAfile and CApath.
9203
9204 2001-06-23  Simon Josefsson  <jas@extundo.com>
9205
9206         * smime.el (smime-decrypt-region): Perhaps work.
9207
9208 2001-06-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9209
9210         * gnus-msg.el (gnus-copy-article-buffer): Typo.
9211
9212 2001-04-06  Ralph Schleicher  <rs@nunatak.allgaeu.org>
9213
9214         * mm-decode.el (mm-save-part): Rewrite file name.
9215         (mm-file-name-rewrite-functions): New variable.
9216         (mm-file-name-delete-whitespace): New function.
9217         (mm-file-name-trim-whitespace): New function.
9218         (mm-file-name-collapse-whitespace): New function.
9219         (mm-file-name-replace-whitespace): New variable and function.
9220
9221 2001-06-22  Simon Josefsson  <jas@extundo.com>
9222
9223         * message.el (message-make-date): Workaround locale for weekdays.
9224
9225 2001-06-21 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9226
9227         * message.el (message-goto-body): Return nil if not found. (revert!)
9228
9229 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9230         From Fremlin <chief@bandits.org>
9231
9232         * message.el (message-goto-body): Some messages have no header.
9233
9234         * gnus-msg.el (gnus-copy-article-buffer): Use it.
9235
9236 2001-06-21  Ralph Schleicher  <rs@nunatak.allgaeu.org>
9237
9238         * nnultimate.el (nnultimate-retrieve-headers): Date fix.
9239
9240 2001-06-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9241
9242         * message.el (message-make-date): Add week day.
9243         Suggested by Jason R. Mastaler <jason@mastaler.com>.
9244
9245 2001-06-19  Simon Josefsson  <jas@extundo.com>
9246
9247         * message.el (message-yank-prefix): Doc fix.
9248         (message-yank-cited-prefix): Ditto.
9249         (message-delete-not-region): Keep citation prefix on first line,
9250         if possible and appropriate.
9251
9252 2001-06-19  Simon Josefsson  <jas@extundo.com>
9253
9254         * imap.el (imap-process-connection-type): New variable.
9255         (imap-kerberos4-open, imap-gssapi-open): Use it.  This makes
9256         recent `imtest's work completely (no line length issues), while
9257         making making old `imtest's unusable.  Thanks to NAGY Andras
9258         <nagya@inf.elte.hu> for his work.
9259
9260 2000-12-30  NAGY Andras  <nagya@inf.elte.hu>
9261
9262         * imap.el (imap-ssl-program): Add -quiet to shut up
9263         OpenSSL/SSLeay's internal debug talk.
9264
9265 2001-06-19  Matt Armstrong  <matt@lickey.com>
9266
9267         * imap.el (imap-parse-flag-list): Workaround bug in Courier IMAP
9268         server.
9269
9270 2001-06-19 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9271
9272         * nnmail.el (nnmail-article-buffer): New variable.
9273         (nnmail-split-incoming): Use it.
9274
9275 2001-06-15  Eli Zaretskii  <eliz@is.elta.co.il>
9276
9277         * qp.el (quoted-printable-decode-region): If called interactively,
9278         use coding-system-for-read.
9279
9280 2001-06-16 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9281
9282         * message.el (message-check-news-header-syntax): Check Reply-To.
9283
9284 2001-06-16 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9285
9286         * mml.el (mml-parse-1): Use message options.
9287
9288         * message.el (message-do-fcc): Don't do anything if there is no
9289         FCC.
9290
9291 2001-06-16  Simon Josefsson  <jas@extundo.com>
9292
9293         * nnimap.el (nnimap-split-articles): Support 'junk to-groups.
9294         (nnimap-expunge-search-string): New variable.
9295         (nnimap-request-expire-articles): Use it.
9296
9297 2001-06-15 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9298
9299         * message.el (message-send-mail-with-qmail): wrong exit status is
9300         100 not 1. Reported by Paul Jarc <prj@po.cwru.edu>.
9301
9302 2001-06-15 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9303
9304         * gnus-art.el (article-strip-multiple-blank-lines): Use
9305         delete-region instead of replace-match.
9306
9307 2001-06-14 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9308
9309         * nnweb.el (nnweb-google-parse-1): Fix Google content regexp.
9310         (nnweb-google-wash-article): Ditto.
9311
9312 2001-06-14 Ferenc Wagner  <wferi@bolyai1.elte.hu>
9313
9314         * nnweb.el (nnweb-google-parse-1): Fix Google url regexp.
9315
9316 2001-06-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9317
9318         * gnus.el (gnus-define-group-parameter): Don't quote the defcustom
9319         specs.
9320
9321 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9322
9323         * gnus.el (gnus-email-address): Move it here.
9324
9325         * gnus-art.el (article-de-quoted-unreadable): Read charset if
9326         requested.
9327         (article-de-base64-unreadable): Ditto.
9328         (article-wash-html): Ditto.
9329
9330 2001-06-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9331
9332         * message.el (message-options-set-recipient): Don't add ", "
9333         unless necessary. Suggested by Josh Huber <huber@alum.wpi.edu>.
9334
9335 2001-06-12 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9336
9337         * nnrss.el (nnrss-group-alist): Use |fr| instead of [fr].
9338
9339 2001-06-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9340
9341         * gnus-art.el (gnus-plain-save-name): Use file-relative-name.
9342         From Marc Lefranc <Marc.Lefranc@univ-lille1.fr>.
9343
9344         * nnrss.el (nnrss-node-text): Node might be nil.
9345
9346 2001-06-11 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9347
9348         * gnus-uu.el (gnus-uu-save-article): Use mml tag instead of
9349         part. From Katsumi Yamaoka <yamaoka@jpl.org>.
9350
9351         * nnrss.el (nnrss-group-alist): More items.
9352
9353 2001-06-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9354
9355         * nnrss.el (nnrss-node-text): Use cddr instead xml-node-children.
9356
9357 2001-06-03  ShengHuo ZHU  <zsh@cs.rochester.edu>
9358         Trivial patch from Dale Hagglund  <rdh@best.com>
9359
9360         * gnus-mlspl.el (gnus-group-split-fancy): Fix generation of split
9361         restrict clauses.
9362
9363 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9364
9365         From Benjamin Rutt <brutt+news@bloomington.in.us>
9366
9367         * message.el (message-wide-reply-confirm-recipients): New variable.
9368
9369 2001-06-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
9370         Trivial patch from Mark Thomas  <mthomas@edrc.cmu.edu>
9371
9372         * nnmail.el (nnmail-fix-eudora-headers): Change the In-Reply-To
9373         fix so it works with XEmacs.
9374
9375 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9376
9377         * nnrss.el (nnrss-retrieve-headers): Support description as extra
9378         headers.
9379
9380 2001-06-07 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9381
9382         * nnrss.el: Fix a few bugs.
9383
9384 2001-06-05  Simon Josefsson  <jas@extundo.com>
9385
9386         * mm-decode.el (mm-handle-set-external-undisplayer): Don't
9387         generate compiler warnings.  From Alex Schroeder <alex@gnu.org>.
9388
9389 2001-06-04  Hrvoje Niksic  <hniksic@arsdigita.com>
9390
9391         * mm-decode.el (mm-pipe-part): Bind coding-system-for-write to
9392         binary so that we don't transmit ISO 2022 garbage to the process.
9393         This is needed under XEmacs.
9394
9395 2001-06-03  Simon Josefsson  <simon@josefsson.org>
9396
9397         * imap.el (imap-ssl-open): Require ssl. (Otherwise ssl.el is
9398         autoloaded incorrectly below because ssl-program-* is bound.)
9399         Thanks to Amos Gouaux for report.
9400
9401 2001-06-02  Simon Josefsson  <simon@josefsson.org>
9402
9403         * imap.el (imap-kerberos4-open):
9404         (imap-gssapi-open):
9405         (imap-ssl-open):
9406         (imap-network-open):
9407         (imap-shell-open):
9408         (imap-starttls-open): Set buffer to workaround spurious
9409         `accept-process-output' buffer changes.  Thanks to Mats Lidell
9410         <Mats.Lidell@contactor.se> for report and partial patch and Jake
9411         Colman <colman@ppllc.com> for report.
9412
9413 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9414
9415         * gnus-sum.el (gnus-summary-catchup): New argument.
9416         (gnus-summary-catchup-from-here): New function.
9417
9418 2001-05-30  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9419
9420         * mm-view.el (mm-inline-image-xemacs): Insert newline, then move
9421         back, then insert glyph.  (Before, the glyph was inserted first,
9422         then the newline.)  This works around a behavior in XEmacs where
9423         it is not possible to insert a character after a glyph which is at
9424         the end of a buffer.  Patch by Lloyd Zusman <ljz@asfast.com>.
9425
9426 2001-05-28  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9427
9428         From Jaap-Henk Hoepman (jhh@xs4all.nl).
9429
9430         * mm-decode.el (mm-keep-viewer-alive-types): New variable.
9431         (mm-keep-viewer-alive-p, mm-handle-set-external-undisplayer,
9432         mm-destroy-postponed-undisplay-list): New functions.
9433         (mm-display-external): Use them.
9434
9435 2001-05-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9436
9437         * gnus-salt.el (gnus-tree-highlight-node): Bind `default-high' and
9438         `default-low' when evaluating `gnus-summary-highlight'.
9439         From Raja R Harinath <harinath@cs.umn.edu>.
9440
9441 2001-05-27  Simon Josefsson  <simon@josefsson.org>
9442
9443         * message.el (message-yank-cited-prefix): New variable.
9444         (message-indent-citation): Use it.
9445
9446         * mml2015.el (mml2015-mailcrypt-verify): Store gpg stderr output
9447         as details.
9448         (mml2015-mailcrypt-clear-verify): Ditto.
9449
9450 2001-05-24  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9451         From Nevin Kapur <nevin@jhu.edu>.
9452
9453         * gnus-sum.el (gnus-summary-default-high-score,
9454         gnus-summary-default-low-score): New variables.
9455         (gnus-summary-highlight): Use them.
9456
9457 2001-05-16  Didier Verna  <didier@lrde.epita.fr>
9458
9459         * message.el (message-mail): pass the 'send-actions argument to
9460         `message-setup'.
9461
9462 2001-05-16  Simon Josefsson  <simon@josefsson.org>
9463         From Raymond Scholz <ray-2001@zonix.de>
9464
9465         * gnus-art.el (gnus-mime-view-part-as-charset):
9466         (gnus-mime-internalize-part): Doc fixes.
9467
9468 2001-05-11  Simon Josefsson  <simon@josefsson.org>
9469
9470         * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
9471         status lines without any text ("^215$").
9472
9473 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9474
9475         * nnrss.el (nnrss-check-group): Reverse.
9476
9477 2001-05-07  Simon Josefsson  <simon@josefsson.org>
9478
9479         * message.el (message-get-reply-headers):
9480         (message-followup): Fix typo, suggested by David Green
9481         <dgreen@uab.edu>
9482
9483 2001-05-05 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9484
9485         * nnslashdot.el (nnslashdot-request-expire-articles): Fix.
9486
9487         * nnrss.el (nnrss-open-server): Read server data when it is called.
9488         (nnrss-request-expire-articles): Fix.
9489
9490 2001-05-05 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9491
9492         * message.el (message-do-send-housekeeping): mail-abbrevs may
9493         rename buffer behind Gnus.
9494
9495 2001-05-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9496
9497         * nnrss.el (nnrss-check-group): Use nnheader-translate-file-chars.
9498         (nnrss-group-alist): Add more resources.
9499         (nnrss-check-group): Ignore errors.
9500
9501 2001-05-04 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9502
9503         * nnrss.el (nnrss-request-expire-articles): Correct the return value.
9504
9505         * nnslashdot.el (nnslashdot-request-list): Add time.
9506         (nnslashdot-request-expire-articles): New function.
9507
9508         * gnus-start.el (gnus-check-bogus-newsgroups): Remove bogus
9509         secondary methods too.
9510
9511 2001-05-03 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9512
9513         * message.el (message-use-followup-to): Set default value to t.
9514
9515 2001-05-03  Florian Weimer  <fw@deneb.enyo.de>
9516
9517         * message.el (message-dont-reply-to-names): Fix documentation.
9518         (message-get-reply-headers): Use Mail-Followup-To only for wide
9519         replies.
9520
9521 2001-05-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9522
9523         * nnrss.el (nnrss-request-expire-articles): Calculate # of days
9524         correctly.
9525         (nnrss-check-group): Use time.
9526
9527 2001-05-01 19:21:19 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9528
9529         * gnus.el: Oort Gnus v0.03 is released.
9530
9531 2001-05-01 19:06:21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9532
9533         * nnultimate.el (nnultimate-topic-article-to-article): Use the
9534         group.
9535
9536 2001-04-24 19:50:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9537
9538         * gnus-srvr.el (gnus-server-insert-server-line): Add a space.
9539
9540 2001-04-15 14:55:03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9541
9542         * nnultimate.el (nnultimate-retrieve-headers): Return all
9543         available headers.
9544
9545         * gnus-sum.el (gnus-read-all-available-headers): New variable.
9546         (gnus-get-newsgroup-headers-xover): Use it.
9547
9548 2001-04-14 15:47:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9549
9550         * nnultimate.el (nnultimate-retrieve-headers): Clean up.
9551
9552 2001-04-30 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9553
9554         * nntp.el (nntp-retrieve-groups): Use throw instead of error.
9555
9556 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9557
9558         * nnrss.el (nnrss-insert-w3): Use cache before I figure out how to
9559         disable it.
9560
9561         * gnus.el (gnus-info-nodes): Remove a few The's.
9562
9563 2001-04-29 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9564
9565         * mail-source.el (mail-source-movemail): Call-process may return a
9566         signal description string.
9567
9568         * gnus-start.el (gnus-read-newsrc-el-file):
9569         gnus-newsrc-file-version may be nil.
9570
9571         * nnmail.el (nnmail-get-new-mail): Use the exact file only.
9572         Suggested by Michael Sperber [Mr. Preprocessor]
9573         <sperber@informatik.uni-tuebingen.de>.
9574
9575 2001-04-25  Per Abrahamsen  <abraham@dina.kvl.dk>
9576
9577         * mm-uu.el (mm-uu-configure-list): Fixed customize type.
9578
9579 2001-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
9580
9581         * mm-view.el (mm-display-inline-fontify): Allow XEmacs to fully
9582         fontify HANDLE.
9583
9584 2001-04-18  Simon Josefsson  <simon@josefsson.org>
9585
9586         * smime.el (smime-ask-passphrase): Rework to return value.
9587         (smime-sign-region): Rework to bind value and use it.
9588         (smime-decrypt-region): Ditto.
9589
9590 2001-04-18  Simon Josefsson  <simon@josefsson.org>
9591         Trivial patch from Mathias Herberts  <Mathias.Herberts@iroise.net>
9592
9593         * smime.el (smime-ask-passphrase): New function.
9594         (smime-sign-region): Use it.
9595         (smime-encrypt-cipher): New variable.
9596         (smime-decrypt-region): Ditto.
9597
9598 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
9599         Committed by Simon Josefsson  <simon@josefsson.org>
9600
9601         * imap.el (imap-shell-open): Erase the buffer *after* copying it into
9602         the log.
9603
9604 2001-04-14 01:14:42 Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9605
9606         * gnus.el: Oort Gnus v0.02 is released.
9607
9608 2001-04-14 00:48:42  Lars Magne Ingebrigtsen  <larsi@quimby.gnus.org>
9609
9610         * gnus.el: Oort Gnus v0.01 is released.
9611
9612 2001-04-13 22:01:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9613
9614         * gnus-sum.el (gnus-summary-highlight): Highlight read
9615         undownloaded articles as read articles.
9616
9617         * gnus-agent.el (gnus-agent-get-undownloaded-list): Clean up.
9618         (gnus-agent-get-undownloaded-list): Mark all undownloaded
9619         articles, even read ones, as such.
9620
9621         * gnus-sum.el (gnus-summary-find-matching): Clean up.
9622         (gnus-find-matching-articles): New function.
9623         (gnus-summary-limit-include-matching-articles): New command.
9624         (gnus-summary-limit-include-thread): Include articles that have
9625         matching subjects.
9626         (gnus-offer-save-summaries): Clean up.
9627
9628 2001-04-13  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9629
9630         * nnmail.el (nnmail-split-fancy-with-parent): Add docstring.
9631
9632 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9633         From Jason Merrill <jason_merrill@redhat.com>
9634
9635         * gnus-sum.el (gnus-summary-insert-new-articles): Reverse the articles.
9636
9637 2001-04-10 08:01:15  Katsumi Yamaoka  <yamaoka@jpl.org>
9638         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9639
9640         * gnus-msg.el (gnus-post-news): Fill the Newsgroups header by the
9641         newsgroup names when the original article is a news message.
9642
9643 2001-04-12 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9644
9645         * message.el (message-cite-prefix-regexp): Use POSIX regexp if
9646         supported. Suggest by Jim Meyering <jim@meyering.net>.
9647
9648 2001-04-02  Nevin Kapur  <nevin@jhu.edu>
9649         Committed by Kai Gro\e,b_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
9650
9651         * nnmail.el (nnmail-split-it): Added check for .* at the end of
9652         regexp in nnmail-split-fancy.
9653
9654 2001-04-10  Simon Josefsson  <simon@josefsson.org>
9655
9656         * message.el (message-options-set-recipient): Look at Cc and Bcc too.
9657
9658 2001-04-10  Colin Marquardt  <colin@marquardt-home.de>
9659
9660         * message.el (message-send-mail): Improve the interaction with the
9661         user.
9662
9663 2001-04-10  Simon Josefsson  <simon@josefsson.org>
9664
9665         * imap.el (imap-message-copy): Work around buggy servers that
9666         doesn't send TRYCREATE tags.
9667
9668 2001-04-09 01:15:54  Katsumi Yamaoka  <yamaoka@jpl.org>
9669
9670         * gnus-start.el (gnus-read-newsrc-el-file): Work with Semi-gnusae.
9671
9672 2001-04-05 21:43:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9673
9674         * gnus-sum.el (gnus-update-summary-mark-positions): Use a valid
9675         date.
9676
9677 2001-04-04 16:13:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9678
9679         * gnus-group.el (gnus-group-quit): Check that the dribble buffer
9680         lives.
9681
9682 2001-04-02 00:40:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9683
9684         * gnus-art.el (gnus-parse-news-url): New function.
9685         (gnus-button-handle-news): New function.
9686         (gnus-button-alist): Point to new functions.
9687
9688         * gnus-group.el (gnus-group-quit): Only mark buffer in non-empty.
9689
9690         * gnus-start.el (gnus-read-newsrc-el-file): Nix out
9691         gnus-format-specs.
9692
9693         * message.el (message-check-news-header-syntax): Question even
9694         when Gnus doesn't know the group names.
9695         (message-send-news): Clean up.
9696
9697         * gnus-start.el (gnus-dribble-read-file): Say whether Gnus was
9698         exited on purpose without saving.
9699
9700         * gnus-group.el (gnus-group-quit): Mark the dribble file as `Q'.
9701
9702 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9703
9704         * gnus-score.el (gnus-score-orphans): Clean up.
9705
9706         * gnus-win.el (gnus-remove-some-windows): Leave one Gnus window.
9707
9708         * gnus-sum.el (gnus-summary-exit): Kill the summary buffer a bit
9709         later.
9710
9711         * gnus-start.el (gnus-close-all-servers): Find the right items to
9712         close.
9713
9714         * qp.el (quoted-printable-decode-region): Just message
9715         malformation; don't quit.
9716
9717 2001-03-31 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9718         From Gerd Moellmann <gerd@gnu.org>.
9719
9720         * gnus.el (gnus-interactive): A typo.
9721
9722 2001-03-26  Juanma Barranquero  <lektu@uol.com.br>
9723         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9724
9725         * gnus-util.el (gnus-delete-alist): Declare it as an alias of
9726         `assq-delete-all', if that function exists; otherwise use the old
9727         definition. Documentation changed to match the one in
9728         `assq-delete-all'.
9729
9730 2001-04-01 00:37:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9731
9732         * gnus-start.el (gnus-close-all-servers): New function.
9733
9734         * gnus-srvr.el (gnus-server-close-all-servers): Clean up.
9735         (gnus-server-remove-denials): Clean up.
9736
9737         * gnus-sum.el (gnus-summary-sort-by-original): New command and
9738         keystroke.
9739
9740 2001-03-31 02:56:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9741
9742         * message.el (message-send-news): Message where we are sending.
9743         (message-send-mail): Ditto.
9744
9745         * gnus.el (gnus-server-string): New function.
9746
9747         * gnus-sum.el (gnus-summary-up-thread): Doc fix.
9748
9749         * mm-decode.el (mm-default-directory): Customized.
9750         (mm-tmp-directory): Ditto.
9751
9752         * gnus-sum.el (gnus-summary-catchup-and-exit): Doc fix.
9753         (gnus-get-newsgroup-headers): Return -1 for articles without Lines
9754         or Chars.
9755         (gnus-summary-line-format-alist): ?l is now a string.
9756         (gnus-summary-prepare-threads): Output ? for unknown lines.
9757         (gnus-summary-insert-line): Ditto.
9758         (gnus-summary-print-article): Unbalanced parentheses.
9759
9760         * gnus-msg.el (gnus-inews-do-gcc): Check group to allow it to find
9761         out whether new stuff has arrived.
9762
9763 2001-03-31 02:14:38  Alan Shutko  <ats@acm.org>
9764
9765         * gnus-sum.el: Let printing work on ttys on Emacs.
9766
9767 2001-03-31 01:11:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9768
9769         * gnus-msg.el (gnus-post-news): Add an empty Newsgroups header
9770         when forcing news.
9771
9772         * gnus-sum.el (gnus-summary-mark-article-as-replied): Make into a
9773         command.
9774
9775 2001-03-31 01:04:54  Francis Litterio  <franl@world.std.com>
9776
9777         * message.el (message-set-auto-save-file-name): Don't use
9778         asterisks under nt.
9779
9780 2001-03-31 00:03:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9781
9782         * gnus-msg.el (gnus-inews-insert-draft-meta-information): Allow
9783         lists of articles.
9784
9785         * gnus-uu.el (gnus-uu-digest-mail-forward): Mark as forwarded.
9786
9787         * gnus-msg.el (gnus-put-message): Clean up.
9788         (gnus-summary-reply): Mark all replied-to articles as replied to.
9789         (gnus-inews-add-send-actions): Also mark as forwarded.
9790         (gnus-summary-mail-forward): Mark as forwarded.
9791
9792         * gnus-sum.el (gnus-summary-mark-article-as-replied): Take a list
9793         of articles.
9794         (gnus-summary-mark-article-as-forwarded): Ditto.
9795
9796         * gnus-msg.el (gnus-summary-resend-message): Mark article as
9797         forwarded.
9798         (gnus-summary-mail-forward): Clean up.
9799
9800         * gnus.el (gnus-article-mark-lists): Added forward.
9801
9802         * gnus-sum.el (gnus-forwarded-mark): New variable.
9803         (gnus-summary-prepare-threads): Use it.
9804         (gnus-summary-update-secondary-mark): Ditto.
9805         (gnus-newsgroup-forwarded): New variable.
9806
9807 2001-03-30 23:13:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9808
9809         * gnus-msg.el (gnus-summary-reply): Allow very wide replies.
9810         (gnus-summary-very-wide-reply): New command and keystroke.
9811         (gnus-summary-very-wide-reply-with-original): Ditto.
9812
9813         * gnus-score.el (gnus-adaptive-word-length-limit): New variable.
9814         (gnus-score-adaptive): Use it.
9815
9816         * gnus-start.el (gnus-get-unread-articles): Clean up.
9817
9818 2001-03-21 20:00:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9819
9820         * nnultimate.el (nnultimate-retrieve-headers): Work for other
9821         boards.
9822
9823 2001-03-21  Didier Verna  <didier@lrde.epita.fr>
9824
9825         * gnus-start.el (gnus-subscribe-newsgroup-hooks): New.
9826         * gnus-start.el (gnus-subscribe-newsgroup): use it.
9827
9828 2001-03-15 09:47:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9829
9830         * nnultimate.el (nnultimate-retrieve-headers): Understand
9831         long-form month names.
9832
9833 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9834
9835         * gnus-sum.el (gnus-summary-show-all-headers):
9836         gnus-article-show-all-headers is broken. Use
9837         gnus-summary-toggle-header instead.
9838
9839         * mml2015.el (mml2015-gpg-extract-from): No error.
9840
9841 2001-03-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9842         From Bj\e,Ax\e(Brn Mork <bmork@dod.no>.
9843
9844         * mml2015.el (mml2015-gpg-extract-from): New function.
9845         (mml2015-gpg-verify): Use it.
9846         (mml2015-gpg-clear-verify): Use it.
9847
9848 2001-03-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9849
9850         * message.el (message-setup-fill-variables): Use
9851         fill-paragraph-function.
9852         (message-fill-paragraph): Take an argument.
9853         (message-newline-and-reformat): Take another argument.
9854
9855 2001-03-16 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9856
9857         * message.el (rmail-output): It is in rmailout.el not rmail.el.
9858
9859 2001-03-16 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9860
9861         * message.el (message-forward): local-variable-p takes an extra
9862         argument in XEmacs.
9863
9864 2001-03-16  Simon Josefsson  <simon@josefsson.org>
9865
9866         * nnimap.el (nnimap-dont-use-nov-p): Renamed from
9867         `nnimap-use-nov-p' (it really tested the negative).
9868         (nnimap-retrieve-headers): Use it.
9869
9870 2001-03-11  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
9871
9872         * message.el (message-generate-headers-first): Update doc.
9873
9874 2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
9875         Trivial patch.
9876
9877         * gnus.el (gnus-summary-line-format): Typo.
9878
9879 2001-03-11  Simon Josefsson  <simon@josefsson.org>
9880
9881         * mailcap.el (mailcap-mime-data): Add application/sieve.
9882         (mailcap-mime-extensions): Add .siv, .xls.
9883
9884 2001-03-14 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9885         From Christoph Conrad <christoph.conrad@gmx.de>
9886
9887         * gnus-score.el (gnus-summary-lower-thread): Typo.
9888
9889 2001-03-14 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9890
9891         * message.el (message-forward-decoded-p): New variable.
9892         (message-forward-subject-author-subject): Use it.
9893         (message-make-forward-subject): Use it.
9894         (message-forward): Use it.
9895
9896         * gnus-uu.el (gnus-uu-digest-mail-forward): Use it.
9897
9898         * mm-util.el, message.el, rfc2047.el, gnus-sum.el, gnus-score.el:
9899         Sync with Emacs 21 (tag EMACS_PRETEST_21_0_100).
9900
9901 ;;Has been fixed -- zsh.
9902 ;;2001-03-05  Dave Love  <fx@gnu.org>
9903 ;;
9904 ;;      * mm-util.el (mm-mime-mule-charset-alist): Fix utf-8 case.
9905 ;;      Move it after definition of mm-coding-system-p.
9906 ;;
9907 2001-03-01  Dave Love  <fx@gnu.org>
9908
9909         * mm-util.el (mm-inhibit-file-name-handlers): Add
9910         image-file-handler.
9911
9912 2001-02-11  Dave Love  <fx@gnu.org>
9913
9914         * message.el (message-signature-file): Fix doc, :type.
9915
9916 2001-02-08  Dave Love  <fx@gnu.org>
9917
9918         * rfc2047.el (rfc2047-fold-region): Don't forward-char at EOB.
9919         (message-posting-charset): Defvar when compiling again.
9920         (rfc2047-encodable-p): Require message.
9921
9922         * gnus-sum.el (gnus-alter-articles-to-read-function):
9923         * gnus-score.el (gnus-score-after-write-file-function): Fix :type.
9924
9925 2001-03-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9926
9927         * nnrss.el: New file.
9928
9929 2001-03-08 02:41:36  Katsumi Yamaoka  <yamaoka@jpl.org>
9930         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9931
9932         * rfc2047.el (rfc2047-unfold-region): Fix arg of
9933         `skip-chars-forward'.
9934
9935 2001-03-07 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9936
9937         * nndraft.el (nndraft-request-group): Restore auto save files if
9938         the original files do not exist.
9939
9940 2001-03-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9941
9942         * gnus-score.el (gnus-score-find-bnews): Print messages on illegal
9943         SCORE paths.
9944
9945         * mm-decode.el (mm-dissect-buffer): Call
9946         mail-extract-address-components only if necessary.
9947
9948 2001-03-06 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9949
9950         * gnus-score.el (gnus-score-find-bnews): Maybe there is no
9951         directory part.
9952         (gnus-score-search-global-directories): Use file-directory-p.
9953
9954         * gnus-score.el (gnus-score-score-files-1): Use
9955         gnus-kill-files-directory.
9956         From Adrian Aichner <adrian@xemacs.org>.
9957
9958 2001-03-05 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9959
9960         * gnus.el (charset): Move here from gnus-sum.el.
9961
9962 2001-03-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9963
9964         * mml.el (mml-preview): Disable local map.
9965
9966         * gnus-sum.el (gnus-summary-make-menu-bar): Make
9967         gnus-article-post-menu here.
9968
9969         * gnus-art.el (gnus-article-make-menu-bar): Make summary-menu bar
9970         if it has not been made.
9971
9972 2001-03-02 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9973
9974         * gnus-art.el (gnus-article-describe-key): Map key to event.
9975         (gnus-article-describe-key-briefly): Ditto
9976
9977 2001-03-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9978
9979         * gnus-sum.el (gnus-summary-limit-include-expunged): Fix.
9980
9981 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9982         From Katsumi Yamaoka <yamaoka@jpl.org>.
9983
9984         * dgnushack.el (coerce, merge, subseq): defmacro.
9985
9986 2001-03-01 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9987
9988         * lpath.el (nndraft-request-group): Move it here from nndraft.el.
9989         A fake defalias in nndraft.el results a not-activated bug in
9990         uncompiled versions.
9991
9992 2001-02-26 11:27:27  Paul Jarc  <prj@po.cwru.edu>
9993         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
9994
9995         * gnus-util.el (gnus-split-references): Handle malformed References:.
9996
9997 2001-02-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
9998
9999         * gnus-art.el (gnus-article-mime-part-status): 1 part.
10000
10001 2001-02-25 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10002         From NAGY Andras <nagya@inf.elte.hu>.
10003
10004         * gnus.el (gnus-parameters): Typo.
10005
10006 2001-02-24 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10007
10008         * gnus.el (gnus-read-method): Remove redundancy.
10009
10010 2001-02-23 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10011
10012         * nnslashdot.el (nnslashdot-backslash-url): New variable.
10013         (nnslashdot-request-list): Use it.
10014
10015 2001-02-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10016
10017         * nnml.el (nnml-generate-active-info): Fix the case when there is
10018         no file.
10019
10020         * gnus-sum.el (gnus-summary-import-article): Display it. Enable edit.
10021         (gnus-summary-create-article): New function.
10022
10023         * gnus-group.el (gnus-group-mark-article-read): New function.
10024
10025         * gnus-msg.el (gnus-inews-do-gcc): Use it.
10026
10027         * gnus-art.el (gnus-article-edit-article): Set modified-p nil.
10028
10029 2001-02-23 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10030
10031         * gnus-art.el (gnus-article-edit-done): Don't use
10032         gnus-article-edit-exit.
10033         (gnus-article-edit-exit): Confirm and insert original-article-buffer.
10034
10035         * gnus.el (gnus-parameters): New variable.
10036         Suggested by NAGY Andras <nagya@inf.elte.hu>.
10037         (gnus-parameters-get-parameter): New function.
10038         (gnus-group-find-parameter): Use it.
10039
10040 2001-02-23  Simon Josefsson  <simon@josefsson.org>
10041
10042         * gnus-msg.el (gnus-post-method): Fix documentation to reflect
10043         change of default value to `current'.
10044
10045 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10046
10047         * nneething.el (nneething-get-head): Insert unreadable file too.
10048
10049 2001-02-22 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10050
10051         * gnus-sum.el (gnus-summary-insert-articles): Remove fetched headers.
10052
10053         * webmail.el (webmail-type-definition): Deja is bought by google.
10054
10055 2001-02-22 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10056
10057         * gnus-sum.el (gnus-fetch-headers): New function.
10058         (gnus-select-newsgroup): Use it.
10059         (gnus-summary-insert-articles): New function.
10060         (gnus-summary-insert-old-articles): New function.
10061         (gnus-summary-insert-new-articles): New function.
10062
10063         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use decoded-name.
10064         (gnus-group-list-active): Ditto.
10065         * gnus-sum.el (gnus-set-mode-line): Ditto.
10066         (gnus-summary-read-group-1): Ditto.
10067
10068 2001-02-21 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10069
10070         * gnus-topic.el (gnus-topic-get-new-news-this-topic): Redraw the
10071         current topic.
10072
10073 2001-02-21 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10074
10075         * smiley.el (gnus-smiley-display): Don't do widening.
10076
10077         * smiley-ems.el (gnus-smiley-display): Don't do widening. Smiley
10078         within body.
10079
10080         * gnus-msg.el (gnus-inews-do-gcc): Activate group anyway.
10081
10082         * gnus-art.el (gnus-mime-display-multipart-alternative-as-mixed):
10083         New variable.
10084         (gnus-mime-display-multipart-related-as-mixed): New variable.
10085         (gnus-mime-display-part): Use them.
10086
10087 2001-02-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10088
10089         * gnus-start.el (gnus-setup-news): Allow gnus-group-line-format to be
10090         something special.
10091
10092 2001-02-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10093
10094         * nnweb.el (nnweb-request-group): Set nnweb-group anyway.
10095         (nnweb-request-article): Call reference if exists.
10096         (nnweb-type-definition): Dejanews is bought by google.com.
10097         Beta!
10098
10099 2001-02-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10100
10101         * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?"
10102
10103 2001-02-19  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10104
10105         * gnus-sum.el (gnus-thread-sort-functions): Doc fix.  Refer to
10106         gnus-article-sort-functions.
10107         (gnus-article-sort-functions): Doc fix.  Refer to
10108         gnus-thread-sort-functions.
10109
10110 2001-02-18 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10111         From Paul Jarc <prj@po.cwru.edu>.
10112
10113         * message.el (message-get-reply-headers): More fixes.
10114
10115 2001-02-17  Paul Jarc  <prj@po.cwru.edu>
10116         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10117
10118         * message.el (message-get-reply-headers): Fix bug with
10119         Mail-Followup-To/to-address interaction.
10120
10121 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10122
10123         * gnus-msg.el (gnus-configure-posting-styles): Match header in
10124         gnus-article-copy.
10125
10126 2001-02-16 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10127
10128         * message.el (message-do-send-housekeeping): Rename to a better
10129         name.
10130
10131 2001-02-16 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10132
10133         * message.el (message-cancel-news): Check article first, then ask
10134         yes or no.
10135
10136 2001-02-16 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10137
10138         * mm-uu.el (mm-uu-type-alist): Add emacs-sources.
10139
10140 2001-02-16 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10141
10142         * gnus-range.el (gnus-range-normalize): New function.
10143
10144 2001-02-15  NAGY Andras  <nagya@inf.elte.hu>
10145
10146         * imap.el (imap-gssapi-open): Set imap-c-l-s-first.
10147
10148 2001-02-14 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10149
10150         * gnus-srvr.el (gnus-server-regenerate-server): Use gnus-get-function.
10151
10152         * nnagent.el (nnagent-request-regenerate): New function.
10153
10154         * nnfolder.el (nnfolder-request-regenerate): New deffoo.
10155
10156         * nnml.el (nnml-generate-nov-databases): Accept argument
10157         server. Don't open server if it is opened.
10158         (nnml-request-regenerate): Use it. Change to deffoo.
10159
10160 2001-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10161         Committed by ShengHuo ZHU  <zsh@cs.rochester.edu>
10162
10163         * gnus.el (gnus-define-group-parameter): Fix.
10164
10165 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10166
10167         * gnus.el (gnus-define-group-parameter): Improved.
10168
10169         * gnus-sum.el (charset): Define parameter.
10170         (ignored-charsets): Ditto.
10171         (gnus-summary-setup-default-charset): Use them.
10172
10173         * gnus-start.el (gnus-read-descriptions-file): Use them.
10174
10175         * gnus-cus.el (gnus-group-parameters): Remove them.
10176
10177 2001-02-14 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10178
10179         * gnus-sum.el (gnus-summary-print-article): Redo highlight.
10180
10181 2001-02-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10182
10183         * gnus-sum.el (gnus-summary-read-group-1): Remove
10184         gnus-summary-set-local-parameters.
10185         (gnus-summary-setup-buffer): Put it here.
10186
10187 2001-02-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10188
10189         * gnus.el (to-address): Define parameter.
10190         (to-list): Ditto.
10191         * gnus-art.el (article-hide-boring-headers): Use them.
10192         * gnus-msg.el (gnus-post-news): Ditto.
10193         * gnus-cus.el (gnus-group-parameters): Remove them.
10194
10195 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10196
10197         * gnus-draft.el (gnus-draft-reminder): New function.
10198
10199         * gnus-art.el (gnus-sender-save-name): New function.
10200
10201 2001-02-13 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10202
10203         * mm-util.el (mm-mime-charset): Error message.
10204
10205 2001-02-13 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10206
10207         * message.el (message-check-news-body-syntax): Don't check mml lines.
10208
10209 2001-02-12 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10210
10211         * gnus-topic.el (gnus-subscribe-topics): Return nil if not
10212         subscribe.
10213
10214         * gnus-start.el (gnus-call-subscribe-functions): New function.
10215         (gnus-find-new-newsgroups): Use it.
10216         (gnus-ask-server-for-new-groups): Use it.
10217         (gnus-check-first-time-used): Use it.
10218         (gnus-subscribe-newsgroup-method): Grok a list of functions.
10219         (gnus-subscribe-options-newsgroup-method): Ditto.
10220         (gnus-subscribe-hierarchically): Return gnus-subscribe-newsgroup's
10221         return .
10222
10223 2001-02-12  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10224
10225         * gnus-cus.el (gnus-score-customize): Doc fix.
10226
10227 2001-02-11  Jesper Harder  <harder@ifa.au.dk>
10228
10229         * dgnushack.el (my-getenv): Typo.
10230
10231 2001-02-11 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10232
10233         * dgnushack.el (dgnushack-make-load): Don't autoload smiley functions.
10234
10235 2001-02-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10236
10237         * gnus-group.el (gnus-group-suspend): Offer save summaries.
10238
10239         * gnus-art.el (gnus-treat-leading-whitespace): New variable.
10240         (gnus-treatment-function-alist): Use it.
10241         (article-remove-leading-whitespace): New function.
10242         (gnus-article-make-menu-bar): Use it.
10243
10244         * gnus-sum.el (gnus-summary-wash-empty-map): Add
10245         remove-leading-whitespace.
10246         (gnus-summary-wash-map): Bind strip-headers-in-body to `W a',
10247         because of conflict.
10248
10249 2001-02-09 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10250
10251         * Makefile.in: Hack generating gnus-load.el.
10252         * dgnushack.el: Ditto.
10253         * gnus-load.el: Remove it.
10254
10255 2001-02-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10256
10257         * dgnushack.el : Add URLDIR.
10258
10259         * Makefile.in (EMACS_COMP): Ditto.
10260
10261 2001-02-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10262
10263         * gnus-cus.el (gnus-score-customize): Error on no score file.
10264
10265 2001-02-09 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10266
10267         * mm-decode.el (mm-merge-handles): New function.
10268
10269         * mm-view.el (mm-inline-message): Use it.
10270         (mm-view-message): Ditto.
10271
10272         * mm-partial.el (mm-inline-partial): Ditto.
10273
10274         * mm-extern.el (mm-inline-external-body): Ditto.
10275
10276         * gnus-art.el (gnus-mime-view-part): Ditto.
10277         (gnus-mime-view-part-as-type): Ditto.
10278         (gnus-mime-save-part-and-strip): Prevent users to strip in some
10279         cases.
10280
10281 2001-02-08 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10282
10283         * message.el (message-cancel-news): Allow to shoot foot.
10284         (message-supersede): Ditto.
10285
10286 2001-02-08  Tommi Vainikainen  <thv@iki.fi>
10287         Trivial patch.
10288
10289         * gnus-sum.el (gnus-simplify-subject-re): Use
10290         message-subject-re-regexp.
10291
10292 2001-02-08 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10293
10294         * nnmail.el (nnmail-expiry-target-group): Bind
10295         nnmail-cache-accepted-message-ids to nil.
10296
10297         * gnus-xmas.el (gnus-xmas-article-display-xface): Use binary
10298         coding system.
10299
10300 2001-02-07 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10301
10302         * qp.el (quoted-printable-encode-region): Make sure characters are
10303         between 00 and FF.  Don't check charset.
10304
10305         * mm-encode.el (mm-encode-content-transfer-encoding): Use unibyte
10306         in Emacs 20.
10307         * rfc2047.el (rfc2047-q-encode-region): Ditto.
10308
10309 2001-02-07 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10310
10311         * message.el (message-make-forward-subject): Argument decoded.
10312         (message-forward): Use it when digest.
10313
10314         * gnus-uu.el (gnus-uu-grab-articles): Shoot down original article
10315         buffer.
10316
10317 2001-02-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
10318
10319         * message.el (message-generate-headers-first): Doc fix.
10320
10321 2001-02-07 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10322
10323         * gnus-art.el (article-make-date-line): Error proof.
10324
10325 2001-02-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10326
10327         * gnus-group.el (gnus-group-listing-limit): New variable.
10328         (gnus-group-prepare-flat-list-dead): Use old trick to speed up.
10329
10330         * gnus-topic.el (gnus-group-prepare-topics): Use gnus-killed-hashtb.
10331
10332 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10333
10334         * message.el (message-newline-and-reformat): Special case for
10335         breaking at BOL.
10336
10337 2001-02-06  Per Abrahamsen  <abraham@dina.kvl.dk>
10338
10339         * gnus-uu.el (gnus-uu-save-article): Make the topics summary a
10340         message/rfc822.
10341
10342 2001-02-06 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10343
10344         * message.el (message-encode-message-body): Don't insert
10345         Content-Type if it is inside a mail.
10346
10347 2001-02-06 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10348
10349         * gnus-xmas.el (gnus-xmas-article-menu-add): Add
10350         gnus-article-commands-menu.
10351
10352         * gnus-sum.el (gnus-summary-make-menu-bar): Don't share menu bar
10353         in Emacs.
10354
10355         * gnus-start.el (gnus-read-descriptions-file): Use
10356         gnus-group-name-charset and gnus-group-charset-alist.
10357
10358 2001-02-04 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10359
10360         * gnus-sum.el (gnus-summary-mark-as-processable): Understand
10361         active region.
10362
10363         * gnus-start.el (gnus-group-change-level): Remove from both
10364         gnus-zombie-list and gnus-killed-list.
10365
10366 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10367
10368         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Add
10369         gnus-subscribe-topics.
10370
10371         * gnus-cus.el (gnus-extra-topic-parameters): Fix doc.
10372
10373 2001-02-04 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10374
10375         * gnus-art.el (gnus-article-make-menu-bar): Make
10376         gnus-article-post-menu.
10377
10378         * gnus-xmas.el (gnus-xmas-article-menu-add): Add post menu.
10379
10380         * gnus-sum.el (gnus-summary-make-menu-bar): Use t if XEmacs.
10381
10382         * gnus-group.el (gnus-group-make-menu-bar): Ditto.
10383
10384         * message.el (message-mode-menu): Ditto.
10385
10386         * gnus-art.el (defvar): eval-when-compile.
10387
10388 2001-02-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10389
10390         * gnus-agent.el (gnus-agentize): Fix doc.
10391
10392 2001-02-02  Karl Kleinpaste  <karl@charcoal.com>
10393
10394         * mml.el (mml-preview): Bind `q'.
10395
10396 2001-02-02 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10397
10398         * mm-util.el (mm-mime-mule-charset-alist): non-Mule case.
10399
10400 2001-01-31  Dave Love  <fx@gnu.org>
10401
10402         * mm-util.el (mm-mime-mule-charset-alist)
10403         (mm-find-mime-charset-region): Consider mule-utf-8.
10404
10405 2001-01-31  Dave Love  <fx@gnu.org>
10406
10407         * gnus-art.el (gnus-article-x-face-command)
10408         (gnus-treat-display-xface, gnus-treat-display-smileys): Add
10409         :version.
10410
10411 2001-01-26  Dave Love  <fx@gnu.org>
10412
10413         * mm-util.el (mm-multibyte-string-p): New.
10414
10415 ;;      * qp.el: Remove un-logged bogus changes from 2000-12-20.
10416 ;;      (quoted-printable-encode-region): Doc fix.  Don't call
10417 ;;      string-as-multibyte on class.  Clarify line-folding.
10418         (quoted-printable-encode-string): Make temp buffer inherit
10419         string's multibyteness.
10420
10421 2001-01-23  Gerd Moellmann  <gerd@gnu.org>
10422
10423         * nnheader.el (toplevel): Don't require `gnus-util' at
10424         compile-time; this creates a circular dependency, and prevents
10425         a bootstrap.
10426
10427 2001-01-22  Andreas Schwab  <schwab@suse.de>
10428
10429         * nnheader.el (gnus-delete-line): Autoload it as a macro.
10430
10431 2001-01-31 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10432
10433         * nnmail.el (nnmail-remove-list-identifiers): Use consp.
10434
10435         * gnus-art.el (article-hide-list-identifiers): Ditto.
10436
10437         * gnus-sum.el (gnus-summary-remove-list-identifiers): Ditto.
10438
10439 2001-01-31 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10440
10441         * gnus-sum.el (gnus-summary-remove-list-identifiers): Similar.
10442
10443         * gnus-art.el (article-hide-list-identifiers): Similar.
10444
10445 2001-01-31  Karl Kleinpaste  <karl@charcoal.com>
10446
10447         * nnmail.el (nnmail-remove-list-identifiers): Improved.
10448
10449 2001-01-31 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10450
10451         * gnus-score.el (gnus-summary-score-entry): match may be an integer.
10452
10453 2001-01-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10454
10455         * gnus-util.el (gnus-string-equal): New function.
10456
10457         * gnus-art.el (article-hide-boring-headers): Use it.
10458
10459 2001-01-27  Karl Kleinpaste  <karl@charcoal.com>
10460
10461         * gnus-art.el (gnus-article-banner-alist): eGroups new banner.
10462
10463 2001-01-27 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10464
10465         * gnus-msg.el (gnus-msg-mail): Support switch-action.
10466
10467 2001-01-26 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10468
10469         * gnus-art.el (gnus-summary-save-in-pipe): Prompt for saving
10470         command if there is not last-saver.
10471
10472 2001-01-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10473
10474         * nntp.el (nntp-open-connection): 201 is possible.
10475
10476 2001-01-24 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10477
10478         * rfc2047.el (rfc2047-encode): MIME charset is not coding system.
10479         (rfc2047-charset-encoding-alist): Add big5.
10480
10481 2001-01-24 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10482
10483         * gnus-agent.el (gnus-agent-add-server): Redraw the line.
10484         (gnus-agent-remove-server): Ditto.
10485         (autoload): gnus-server-update-server.
10486
10487         * gnus-srvr.el (gnus-server-line-format): Add %a.
10488         (gnus-server-line-format-alist): Add gnus-tmp-agent.
10489         (gnus-server-insert-server-line): Use it.
10490
10491 2001-01-24 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10492
10493         * mm-util.el (mm-mime-mule-charset-alist): Preferred MIME names
10494         GB2312 and Big5.
10495
10496 2001-01-24  Simon Josefsson  <sj@extundo.com>
10497
10498         * mail-source.el (mail-sources): Add :program specifier to IMAP
10499         mail source.
10500         (mail-source-fetch-imap): Map :program to `imap-shell-program'.
10501
10502 2001-01-24 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10503
10504         * gnus-score.el (gnus-score-lower-thread): Fix a doc typo.
10505
10506 2001-01-24 12:22:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10507
10508         * nntp.el (nntp-wait-for): Return the success code.
10509         (nntp-open-connection): Use it.
10510
10511 2001-01-11 11:49:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10512
10513         * gnus-int.el (gnus-check-server): Allow breaking the opening.
10514
10515 2001-01-23 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10516
10517         * gnus-sum.el (gnus-summary-print-article): Remove process mark.
10518
10519 2001-01-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10520
10521         * gnus-sum.el (gnus-summary-print-article): Take one prefix
10522         argument. Allow to print several articles in one file.
10523
10524 2001-01-21 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10525
10526         * webmail.el (webmail-type-definition): netaddress changes.
10527
10528 2001-01-21 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10529
10530         * gnus.el: Fix copyright. Remove trailing spaces.
10531
10532         * message.el (message-forward): Use mule4.
10533
10534 2001-01-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10535
10536         * mm-util.el (mm-string-as-unibyte): New function.
10537
10538         * message.el (message-forward): Use it.
10539
10540 2001-01-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10541
10542         * message.el (message-cite-original-without-signature): Don't peel
10543         off the blank line.
10544         (message-get-reply-headers): Add Cc if it is not in follow-to.
10545
10546 2001-01-20  Simon Josefsson  <sj@extundo.com>
10547
10548         * mm-decode.el (mm-handle-multipart-from): Add.
10549         (mm-dissect-buffer): Save From: header value.
10550         (mm-security-from): Remove.
10551         (mm-possibly-verify-or-decrypt): Don't set mm-security-from.
10552
10553         * mml-smime.el (mml-smime-verify): Use `mm-handle-multipart-from'
10554         instead of `mml-security-from'.  Protect null from value.
10555
10556 2001-01-20  Simon Josefsson  <sj@extundo.com>
10557
10558         * mailcap.el (mailcap-mime-data): Run `gnumeric' on
10559         application/vnd.ms-excel attachments.
10560
10561 2001-01-19  Simon Josefsson  <sj@extundo.com>
10562
10563         * gnus-art.el (gnus-button-alist): Add `?=' to mailto URL regexp.
10564
10565 2001-01-19 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10566
10567         * message.el (message-ignored-mail-headers): Ditto.
10568
10569 2001-01-19  Simon Josefsson  <sj@extundo.com>
10570
10571         * message.el (message-ignored-news-headers): Only search beginning
10572         of line.
10573
10574 2001-01-19  ShengHuo Zhu  <zsh@cs.rochester.edu>
10575         Trivial patch from Alberto Lusiani  <a.lusiani@noemail.org>
10576
10577         * message.el (message-send-mail): Content-Type may not be there.
10578
10579 2001-01-18 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10580
10581         * gnus-ems.el (gnus-article-display-xface): Add BUFFER.
10582         * gnus-xmas.el (gnus-xmas-article-display-xface): Ditto.
10583
10584         * gnus-art.el (article-display-x-face): Insert X-Face if there is
10585         not.
10586
10587 2001-01-18 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10588
10589         * gnus-sum.el (gnus-summary-read-group-1): Don't test dead
10590         non-native groups.
10591
10592 2001-01-18 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10593
10594         * message.el (message-yank-original): Understand
10595         universal-argument.
10596
10597 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10598
10599         * gnus-art.el (gnus-boring-article-headers): Add to-address.
10600         (article-hide-boring-headers): Ditto.
10601
10602         * mm-view.el (mm-inline-message): Insert a newline unless bolp.
10603
10604 2001-01-18 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10605
10606         * rfc2047.el (rfc2047-fold-region): Don't insert LWSP if there is
10607         one.
10608
10609 2001-01-16  Simon Josefsson  <simon@josefsson.org>
10610
10611         * message.el (message-make-in-reply-to): Add comment to message-id
10612         (old syntax, see 2000-08-02 change).
10613
10614 2001-01-16 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10615
10616         * gnus-art.el (gnus-url-mailto): Use gnus-msg-mail.
10617         (gnus-button-mailto): Setup message. Moved to gnus-msg.el.
10618         (gnus-button-reply): Ditto.
10619
10620 2001-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10621
10622         * gnus-art.el (article-display-x-face): Fix.
10623
10624 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10625
10626         * gnus-art.el (article-display-x-face): Use
10627         gnus-original-article-buffer.
10628
10629 2001-01-15  Jack Twilley  <jmt@tbe.net>
10630
10631         * message.el (message-add-header): Move to point-max.
10632
10633 2001-01-15  Simon Josefsson  <simon@josefsson.org>
10634
10635         * smime.el (smime-CA-directory, smime-CA-file): Change default to
10636         nil, improve documentation.
10637         (smime-certificate-directory): Comment out false hints (until it
10638         is implemented).
10639
10640         * mml-smime.el (mml-smime-sign): Place user in customize buffer if
10641         there aren't any keys.
10642         (mml-smime-verify): If smime-CA-{file,directory} set, also try to
10643         verify certificate.  Default is changed to only check integrity.
10644         Improved security status texts.  If a certificate doesn't contain
10645         a email address, don't fail.
10646
10647         * smime.el (smime-noverify-region):
10648         (smime-noverify-buffer): New functions.  Verifies integrity only.
10649
10650 2001-01-12 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10651
10652         * gnus-group.el (gnus-group-sort-by-score): Reverse order.
10653
10654 2001-01-12 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10655
10656         * gnus-win.el (gnus-configure-windows): switch-to-buffer in XEmacs.
10657         (gnus-remove-some-windows): Ditto.
10658
10659 2001-01-12 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10660
10661         * gnus-art.el (article-make-date-line): 11th.
10662
10663 2001-01-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10664
10665         * mml2015.el (mml2015-gpg-encrypt): Remove CR.
10666         (mml2015-gpg-sign): Ditto.
10667
10668 2001-01-10 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10669
10670         * gnus.el: Sync with EMACS_PRETEST_21_0_95.
10671         * gnus.el (gnus-default-posting-charset): Bogus. Removed.
10672
10673 2001-01-08  Dave Love  <fx@gnu.org>
10674
10675         * mm-encode.el (mm-qp-or-base64): Don't base64 for the sake of a
10676         single character.
10677
10678         * mm-util.el (mm-mime-mule-charset-alist): Add Latin-{8,9}.
10679
10680         * message.el: Doc and message fixes.
10681         (message-send-rename-function)
10682         (message-make-forward-subject-function)
10683         (message-send-mail-function, message-reply-to-function)
10684         (message-wide-reply-to-function, message-followup-to-function)
10685         (message-distribution-function, message-auto-save-directory): Fix
10686         :type.
10687
10688         * gnus/mml.el (mml-parse-1): Frob mml-confirmation-set when
10689         proceeding after warnings.  Amend multipart warning message.
10690
10691 2001-01-04  Dave Love  <fx@gnu.org>
10692
10693         * gnus-util.el (nnmail-pathname-coding-system): Defvar when
10694         compiling.
10695         (gnus-make-directory): Require nnmail.
10696
10697         * mm-decode.el (mm-inline-media-tests): Add
10698         image/x-portable-bitmap.
10699         (mm-get-image): Grok pbm.
10700
10701 2001-01-10  Paul Stevenson  <p.stevenson@surrey.ac.uk>
10702
10703         * nnvirtual.el (nnvirtual-request-expire-articles): delq nil.
10704
10705 2001-01-09  Didier Verna  <didier@xemacs.org>
10706
10707         * dgnushack.el (dgnushack-compile): give a dummy value to
10708         `gnus-xmas-glyph-directory' for the time of compilation.
10709         * gnus-agent.el: moved some XEmacs specific hook add-ons from
10710         `gnus-xmas-[re]define' to avoid loosing user custom settings.
10711         * gnus-art.el: ditto.
10712         * gnus-group.el: ditto.
10713         * gnus-salt.el: ditto.
10714         * gnus-sum.el: ditto.
10715         * gnus-topic.el: ditto.
10716         * gnus-xmas.el (gnus-xmas-define): see above.
10717         * gnus-xmas.el (gnus-xmas-redefine): see above.
10718         * gnus-xmas.el (gnus-xmas-glyph-directory): generate a
10719         non-continuable error when the directory can't be found.
10720
10721 2001-01-09 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10722
10723         * mm-decode.el (mm-interactively-view-part): Don't copy-sequence
10724         handle.
10725         * gnus-art.el (gnus-mime-view-part): Copy it.
10726         (gnus-mime-view-part-as-type): Add into gnus-article-mime-handles.
10727
10728 2001-01-09  Michael Downes  <mjd@ams.org>
10729
10730         * gnus-sum.el (gnus-summary-read-group-1): More useful message.
10731
10732 2001-01-08 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10733
10734         * nnmail.el (nnmail-get-new-mail): Find group only if file is not
10735         orig-file. Use ',source.
10736
10737 2001-01-08 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10738
10739         * gnus-xmas.el (gnus-xmas-modeline-glyph):
10740         (gnus-xmas-group-startup-message):
10741         Detect gnus-xmas-glyph-directory when it is nil.
10742
10743 2001-01-08 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10744
10745         * pop3.el (pop3-get-message-count): Andrew Innes
10746         <andrewi@gnu.org>'s patch of 1999-12-01 was not fully committed.
10747
10748 2001-01-05 06:49:37  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10749
10750         * gnus-agent.el (gnus-agent-fetch-session): Say what we quit.
10751
10752         * time-date.el (time-to-number-of-days): New function.
10753
10754 2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
10755         Trivial patch.
10756
10757         * nnslashdot.el (nnslashdot-request-list): Always get the right
10758         sid.
10759
10760 2001-01-05 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10761
10762         * message.el (message-minibuffer-local-map): New keymap.
10763         (message-read-from-minibuffer): Use it.
10764         * gnus-msg.el (gnus-summary-resend-message): Use it
10765
10766 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10767
10768         * gnus-start.el (gnus-display-time-event-handler): New function.
10769         (gnus-after-getting-new-news-hook): Use it.
10770
10771 2001-01-03 07:26:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10772
10773         * message.el (message-ignored-mail-headers): Add draft header.
10774
10775 2001-01-02 06:28:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10776
10777         * gnus-sum.el (gnus-summary-expire-articles): Don't save
10778         excursion.
10779
10780         * nnslashdot.el (nnslashdot-request-list): Get the right year.
10781
10782 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
10783         A revoked patch.
10784
10785         * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
10786
10787 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10788
10789         * qp.el (quoted-printable-decode-region): Don't backward-char.
10790
10791 2000-12-31 03:57:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10792
10793         * gnus-draft.el: Mark articles as replied.
10794
10795         * gnus-sum.el (gnus-summary-add-mark): New function.
10796
10797         * gnus-group.el (gnus-add-mark): New function.
10798
10799         * gnus-sum.el (gnus-summary-buffer-name): New function.
10800         (gnus-summary-setup-buffer): Use it.
10801
10802         * gnus-draft.el: Set things up with the right post method and
10803         stuff.
10804
10805         * message.el (message-ignored-news-headers): Remove X-Draft-From.
10806
10807         * gnus-msg.el (gnus-inews-insert-draft-meta-information): New function.
10808
10809         * gnus.el (gnus-draft-meta-information-header): New variable.
10810
10811 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10812
10813         * gnus-art.el (gnus-treatment-function-alist): Move the date
10814         functions before the header sorting functions.
10815
10816         * mm-uu.el (mm-uu-pgp-signed-extract-1): Unquote "- " quotes.
10817
10818         * dgnushack.el (dgnushack-compile): Message whether there is w3.
10819         Don't (push "/usr/share/emacs/site-lisp" load-path).
10820
10821         * gnus-cite.el (gnus-article-fill-cited-article): Don't add space
10822         to empty fill prefixes.
10823
10824 2000-12-30 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10825
10826         * nntp.el (nntp-open-connection): Kill pbuffer if process is nil.
10827         Suggested by Christoph Conrad <christoph.conrad@gmx.de>.
10828
10829 2000-12-30 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10830
10831         * nnheader.el (autoload): Autoload gnus-sorted-intersection.
10832
10833         * nnml.el (autoload): Move to nnheader.el.
10834
10835         * nnfolder.el (nnfolder-existing-articles): Reversed, i.e. sorted.
10836         (nnfolder-request-expire-articles): Use gnus-sorted-intersection.
10837         (nnfolder-retrieve-headers): Use intersection. Suggested by Jonas
10838         Kvarnstr\e,Av\e(Bm <jonkv@ida.liu.se>.
10839
10840 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10841
10842         * gnus-art.el (article-make-date-line): Get the hours right.
10843         (gnus-ignored-headers): More hiding.
10844
10845         * nnmail.el (nnmail-expiry-wait): Not an integer.
10846
10847         * message.el (message-goto-body): Only expand abbrev when called
10848         interactively.
10849         (message-make-lines): Use it.
10850
10851 2000-12-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10852
10853         * gnus-msg.el (gnus-inews-yank-articles): Reparse headers.
10854
10855 2000-12-30 00:17:38  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10856
10857         * gnus-sum.el (gnus-summary-limit-include-expunged): Really
10858         include the expunged articles.
10859
10860         * gnus-group.el (gnus-group-sort-by-server): New function.
10861
10862         * gnus.el (gnus-method-to-server-name): New function.
10863         (gnus-group-prefixed-name): Use it.
10864
10865         * gnus-group.el (gnus-group-sort-function): Doc fix.
10866         (gnus-group-sort-groups-by-server): New command.
10867
10868 2000-12-29 13:25:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10869
10870         * gnus-art.el (gnus-treat-date-english): New variable.
10871         (article-date-english): New command.
10872         (gnus-english-month-names): New variable.
10873         (article-make-date-line): Do 'english.
10874
10875         * gnus-cite.el (gnus-article-fill-cited-article): Add a space
10876         after the fill prefix.
10877
10878         * gnus-sum.el (gnus-summary-make-menu-bar): Removed "Enter
10879         score...".
10880
10881         * gnus-art.el (gnus-ignored-headers): Hide more headers.
10882
10883         * message.el (message-mode-map): Bind comment-region.
10884
10885         * gnus-art.el (gnus-mime-display-part): Let w3 display
10886         multipart/related.
10887
10888         * mm-bodies.el (mm-long-lines-p): New function.
10889         (mm-body-encoding): Use it.
10890         (mm-body-encoding): Encode articles with lines longer than 1000
10891         characters.
10892
10893 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10894
10895         * mm-util.el (mm-enable-multibyte): Use
10896         default-enable-multibyte-characters.
10897         (mm-enable-multibyte-mule4): Ditto.
10898         (mm-disable-multibyte): Test XEmacs.
10899         (mm-disable-multibyte-mule4): Ditto.
10900         (mm-with-unibyte-current-buffer): Simplified.
10901         (mm-with-unibyte-current-buffer-mule4): Ditto.
10902
10903 2000-12-28 19:44:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10904
10905         * nnheaderxm.el (nnheader-string-as-multibyte): New alias.
10906
10907         * nnheader.el (nnheader-string-as-multibyte): New alias.
10908
10909         * mm-view.el (mm-inline-text): Warn when bugging out in w3.
10910
10911         * gnus-uu.el (gnus-message-process-mark): New function.
10912         (gnus-uu-mark-by-regexp): Use it.
10913         (gnus-new-processable): New function.
10914
10915 2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
10916          Trivial patch.
10917
10918         * gnus-sum.el (gnus-no-mark): New variable.
10919
10920 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10921
10922         * nnwfm.el (nnwfm-create-mapping): Remove quote marks and
10923         backslashes.
10924
10925 2000-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10926
10927         * gnus-art.el (gnus-article-banner-alist): Remove duplicate
10928         definition.
10929
10930 2000-12-25 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10931
10932         * dgnushack.el (dgnushack-compile): elc is in the current directory.
10933
10934         * qp.el (quoted-printable-encode-region): Don't check multibyte in
10935         XEmacs.
10936
10937 2000-12-25  Lloyd Zusman  <ljz@asfast.com>
10938         Trivial patch.
10939
10940         * mml.el (mml-read-tag): Save tag location.
10941
10942 2000-12-25  Simon Josefsson  <simon@josefsson.org>
10943
10944         * starttls.el: Sync with Emacs 21.
10945
10946 2000-12-24 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10947
10948         * message.el (message-mail): Support yank-action.
10949
10950         * message.el (message-setup): Revoke the last change.
10951
10952 2000-12-24 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10953
10954         * message.el (message-setup): Use cons. Suggested by Johan Vromans
10955         <jvromans@squirrel.nl>.
10956
10957 2000-12-24  Simon Josefsson  <sj@extundo.com>
10958
10959         * mm-bodies.el (mm-decode-content-transfer-encoding): Preserve
10960         mailing list junk at end of part.
10961
10962 2000-12-23  Simon Josefsson  <sj@extundo.com>
10963
10964         * nnimap.el (nnimap-expiry-target): New function.
10965         (nnimap-request-expire-articles): Use it.
10966
10967 2000-12-22 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10968
10969         * gnus.el (gnus-group-parameters-more): New variable.
10970         * gnus-cus.el (gnus-group-customize): Use it.
10971
10972         * gnus.el (gnus-define-group-parameter): New macro.
10973         (auto-expire): Use it
10974         (total-expire): Use it.
10975         * gnus-art.el (banner): Use it.
10976
10977         * mml.el (mml-parse): save-excursion. Suggested by Lloyd Zusman
10978         <ljz@asfast.com>.
10979
10980 2000-12-22 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10981
10982         * gnus-topic.el (gnus-topic-create-topic): Use list.
10983
10984         * gnus-vm.el (gnus-summary-save-article-vm): Require gnus-art
10985         before binding gnus-default-article-saver.
10986
10987         * gnus-sum.el (gnus-summary-save-article):
10988         (gnus-summary-pipe-output):
10989         (gnus-summary-save-article-mail):
10990         (gnus-summary-save-article-rmail):
10991         (gnus-summary-save-article-file):
10992         (gnus-summary-write-article-file):
10993         (gnus-summary-save-article-body-file): Ditto.
10994
10995         * gnus-mh.el (gnus-summary-save-article-folder): Ditto.
10996
10997 2000-12-22 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
10998
10999         * gnus-art.el (gnus-mime-security-button-map):
11000         (gnus-mime-button-map): Add parent.
11001
11002 2000-12-22 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11003
11004         * messagexmas.el (message-xmas-redefine): New function.
11005
11006         * message.el: Use it.
11007
11008         * gnus-art.el (gnus-article-check-hidden-text): Return t.
11009
11010         * gnus-util.el (gnus-remove-text-properties-when): Return t.
11011
11012 2000-12-22 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11013
11014         * mm-decode.el (mm-dissect-multipart): Avoid errors owing to
11015         malformatted messages.
11016
11017 2000-12-22 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11018
11019         * mm-util.el (mm-image-load-path): New function.
11020
11021         * gnus-group.el (gnus-group-make-tool-bar): Use it.
11022
11023         * gnus-sum.el (gnus-summary-make-tool-bar): Use it.
11024
11025         * message.el (message-tool-bar-map): Use it.
11026
11027         * Makefile.in (install-el): New rule.
11028
11029 2000-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11030
11031         * gnus-art.el (article-treat-dumbquotes): Quote \.
11032
11033 2000-12-21 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11034
11035         * gnus-art.el (gnus-treat-emphasize): Don't treat emphasis if
11036         Emacs 20 runs on a terminal.
11037
11038 2000-12-21 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11039
11040         * gnus-msg.el (gnus-bug): Revert to save-excursion.
11041
11042         * mml.el (gnus-add-minor-mode): Autoload.
11043
11044         * message.el (message-forward): Save-restriction.
11045
11046 2000-12-21  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
11047
11048         * gnus-art.el (article-treat-dumbquotes): More doc, provided by
11049         Paul Stevenson <p.stevenson@surrey.ac.uk>
11050
11051 2000-12-21 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11052
11053         * gnus-ml.el (gnus-mailing-list-mode-map): Use C-c C-n prefix.
11054
11055         * mml.el (gnus-ems): Don't require.
11056
11057         * gnus.el (gnus-decode-rfc1522): Removed.
11058         (gnus-set-text-properties): Define.
11059
11060 2000-12-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11061
11062         * gnus-art.el (gnus-mime-*): handle may be nil.
11063
11064         * gnus-sum.el (gnus-summary-mode): Turn on gnus-mailing-list-mode.
11065
11066         * gnus.el (gnus-group-remove-excess-properties): Not defined
11067         in gnus-xmas.
11068
11069 2000-12-20 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11070
11071         * message.el (message-mail-user-agent): Add :version.
11072
11073 2000-12-21  Miles Bader  <miles@gnu.org>
11074
11075         * message.el (message-mode): Set `comment-start' to the  yank prefix.
11076
11077 2000-12-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11078
11079         * message.el (message-mail-user-agent): New variable.
11080         (message-setup): Renamed to message-setup-1. Support
11081         mail-user-agent.
11082         (message-mail-user-agent): New function.
11083         (message-mail): Use it.
11084         (message-reply): Use it.
11085         (message-resend): Use it.
11086         (message-mail-other-window): Use it.
11087         (message-mail-other-frame): Use it.
11088
11089         * gnus-msg.el (gnus-bug): Support mail-user-agent.
11090
11091 2000-12-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11092
11093         * message.el (message-tool-bar-map): Simplify.
11094         (message-narrow-to-head-1): New function.
11095         (message-narrow-to-head): Use it.
11096         (message-reply): Ditto.
11097         (message-cancel-news): Ditto.
11098         (message-supersede): Ditto.
11099         (message-make-forward-subject): Ditto.
11100         (message-bounce): Ditto.
11101
11102 2000-12-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11103
11104         * uudecode.el (uudecode-decode-region-external): make-temp-file
11105         may not be defined.
11106
11107         * binhex.el (defalias): eval-and-compile.
11108
11109         * message.el (message-tool-bar-map): New function.
11110         (message-mode): Use it.
11111
11112 2000-12-20 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11113
11114         * nntp.el (nntp-find-connection): Remove the entry.
11115         (nntp-retrieve-groups): (gnus-buffer-live-p buf).
11116
11117 2000-12-20 05:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11118
11119         * gnus-msg.el (gnus-summary-mail-forward): Use original buffer.
11120
11121         * message.el (message-forward): Copy buffer in unibyte mode.
11122
11123 2000-12-20 04:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11124
11125         * message.el (message-make-forward-subject): Don't widen. Decode.
11126         (message-forward): Don't decode subject.
11127
11128 2000-12-20  Christoph Conrad  <C.Conrad@cli.de>
11129
11130         * qp.el (quoted-printable-encode-region): Upcase QP.
11131
11132 2000-12-20 03:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11133
11134         * mm-decode.el (mm-possibly-verify-or-decrypt): Use
11135         mail-extract-a-c instead. Don't depend on Gnus.
11136
11137         * mml.el (gnus-ems): Require it.
11138
11139         * gnus-msg.el (gnus-summary-mail-forward):
11140
11141         * message.el (message-forward):  Move mime-to-mml here.
11142
11143 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11144
11145         * gnus-group.el, gnus-sum.el, message.el: Add :help unless Emacs.
11146         * gnus-art.el (gnus-insert-mime-button): Simplify.
11147         (gnus-mime-display-alternative): Ditto.
11148         (gnus-insert-mime-security-button): Ditto.
11149
11150 2000-12-20 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11151
11152         * gnus-util.el (gnus-add-text-properties-when): In XEmacs,
11153         text-property-not-all doesn't return nil when start=mark(end).
11154         (gnus-remove-text-properties-when): Ditto.
11155
11156 2000-12-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11157
11158         * gnus-start.el (gnus-group-change-level): Remove group from
11159         gnus-active-hashtb if real killed.
11160
11161 2000-12-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11162
11163         * gnus-art.el (gnus-insert-mime-button): Emacs20 needs local-map.
11164         (gnus-mime-display-alternative): Ditto.
11165         (gnus-insert-mime-security-button): Ditto.
11166
11167 2000-12-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11168
11169         * gnus-start.el (gnus-group-change-level): Don't add it into
11170         killed-list if it was killed.
11171
11172 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11173
11174         * nnmbox.el (nnmbox-file-coding-system): Use binary.
11175         (nnmbox-active-file-coding-system): Ditto.
11176
11177         * gnus-cus.el (gnus-group-parameters): Add posting-style.
11178
11179 2000-12-19 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11180
11181         * gnus.el (gnus-version):
11182         (gnus-version-number): Set to Oort Gnus 0.01.
11183
11184         * gnus-art.el (gnus-mime-security-button-map):
11185         (gnus-insert-mime-security-button): Fix for Emacs21.
11186
11187 2000-12-19 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11188
11189         * gnus-group.el, gnus-sum.el, message.el: Comment out :help in
11190         easymenu, because XEmacs doesn't understand :help.
11191
11192         * mm-uu.el: Require binhex.
11193
11194 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11195
11196         * gnus.el: Merged. Emacs21 CVS tag is zsh-merge-ognus-1.
11197
11198 2000-12-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
11199
11200         * mm-util.el (mm-charset-synonym-alist): Fix a typo.
11201
11202 2000-12-18  Gerd Moellmann  <gerd@gnu.org>
11203
11204         * *.xpm, *.pbm: Convert icons icons to size 24x24.
11205
11206 2000-12-18  Dave Love  <fx@gnu.org>
11207
11208         * gnus-msg.el (news-setup, news-reply-mode): Don't autoload
11209         (unused).
11210
11211 2000-12-13  Miles Bader  <miles@gnu.org>
11212
11213         * smiley-ems.el (smiley-region): Bind `inhibit-point-motion-hooks'
11214         to t, so that we don't get stuck while trying to smilefy
11215         intangible text.
11216
11217 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
11218
11219         * smiley-ems.el (smiley-regexp-alist): Make regexps match
11220         at the end of the buffer.
11221         (smiley-region): In the loop, move to the end of the submatch
11222         matching the smiley instead of using the end of the match
11223         of the whole regexp.
11224
11225 2000-12-12  Eli Zaretskii  <eliz@is.elta.co.il>
11226
11227         * message.el (message-mode): Doc fix.
11228
11229 2000-12-12  Gerd Moellmann  <gerd@gnu.org>
11230
11231         * smiley-ems.el (smiley-region): Doc fix.
11232
11233 2000-12-11  Miles Bader  <miles@gnu.org>
11234
11235         * gnus-sum.el (gnus-summary-recenter): When trying to keep the
11236         bottom line visible, check to see if it's partially obscured, and
11237         if so, either scroll one more line to make it fully visible, or
11238         revert to showing the second line from the top.
11239
11240 2000-12-07  Dave Love  <fx@gnu.org>
11241
11242         * mailcap.el (mailcap-download-directory)
11243         * gnus-audio.el (gnus-audio-directory)
11244         * smiley-ems.el (smiley-data-directory): Fix :type.
11245
11246 2000-11-30  Dave Love  <fx@gnu.org>
11247
11248         * message.el (message-auto-save-directory): Use
11249         file-name-as-directory.
11250         (message-set-auto-save-file-name): Create
11251         message-auto-save-directory if necessary.
11252         (message-replace-chars-in-string): Removed -- unused.
11253         (message-mail-alias-type): Customize.
11254         (message-headers): Remove duplicate defgroup.
11255
11256 2000-11-29  Dave Love  <fx@gnu.org>
11257
11258         * qp.el (quoted-printable-decode-region): Use error, not message
11259         to report malformed text (like base64).  Amend message.
11260
11261 2000-11-29  Miles Bader  <miles@gnu.org>
11262
11263         * message.el (message-header-lines): Fontify tag.
11264
11265 2000-11-27  Dave Love  <fx@gnu.org>
11266
11267         * nnlistserv.el: Ignore errors when requiring nnweb and avoid a
11268         compiler warning.
11269
11270 ;2000-11-26  Dave Love  <fx@gnu.org>
11271 ;
11272 ;       * mm-uu.el (mm-uu-configure-list): Fix typo in :type.
11273 ;
11274 2000-11-23  Dave Love  <fx@gnu.org>
11275
11276         * uu-post.pbm, uu-decode.pbm: new files from XPMs.
11277
11278         * mm-uu.el (uudecode): Require.
11279         (uudecode-decode-region, uudecode-decode-region-external): Don't
11280         autoload.
11281         (mm-uu-copy-to-buffer): Doc fix.
11282         (mm-uu-decode-function, mm-uu-binhex-decode-function): Doc, custom
11283         type fix.
11284
11285         * mailcap.el: Doc fixes.
11286         (mailcap-mime-data): Various adjustments.
11287         (mailcap): New group.
11288         (mailcap-download-directory): Customize.
11289         (mailcap-generate-unique-filename, mailcap-binary-suffixes)
11290         (mailcap-temporary-directory): Deleted (unused).
11291         (mailcap-unescape-mime-test): Simplify slightly.
11292         (mailcap-viewer-passes-test): Use functionp.
11293         (mailcap-command-p): Aliased to executable-find.
11294
11295         * rfc2047.el (rfc2047-encode-message-header): Don't encode if
11296         default-enable-multibyte-characters is nil.
11297
11298 2000-11-22  Gerd Moellmann  <gerd@gnu.org>
11299
11300         * gnus-group.el (gnus-group-make-tool-bar): Fix a paren typo.
11301
11302 2000-11-21  Dave Love  <fx@gnu.org>
11303
11304         * gnus-art.el (gnus-mime-button-map): Don't inherit from
11305         gnus-article-mode-map.
11306 ;       (gnus-mime-button-menu): Use mouse-set-point.
11307         (gnus-insert-mime-button, gnus-mime-display-alternative)
11308         (gnus-mime-display-alternative): Don't use local-map property.
11309
11310 2000-11-17  Dave Love  <fx@gnu.org>
11311
11312         * uudecode.el (uudecode-insert-char): Fix bogus feature test.
11313         (uudecode-decode-region-external): Doc fix.  Use with-temp-buffer
11314         and make-temp-file.
11315         (uudecode-decode-region): Doc fix.
11316
11317 2000-11-14  Dave Love  <fx@gnu.org>
11318
11319         * cu-exit.pbm, exit-summ.pbm, followup.pbm, fuwo.pbm:
11320         * mail-reply.pbm, next-ur.pbm, post.pbm, prev-ur.pbm:
11321         * reply-wo.pbm, reply.pbm, rot13.pbm, save-aif.pbm, save-art.pbm:
11322         New files, derived from the XPMs.
11323
11324 2000-11-10  Dave Love  <fx@gnu.org>
11325
11326         * gnus-agent.el (gnus-agent-confirmation-function): Add :version.
11327         (gnus-agent-lib-file, gnus-agent-load-alist)
11328         (gnus-agent-save-alist, gnus-agent-article-name): Use
11329         expand-file-name.
11330
11331         * gnus-group.el (gnus-group-name-charset-method-alist): Add
11332         :version.
11333         (nnkiboze-score-file): Defvar when compiling.
11334
11335         * gnus-start.el (gnus-read-newsrc-file): Add :version.
11336
11337         * gnus-art.el (gnus-article-banner-alist)
11338         (gnus-emphasize-whitespace-regexp, gnus-ignored-mime-types)
11339         (gnus-article-date-lapsed-new-header)
11340         (gnus-article-mime-match-handle-function, gnus-mime-action-alist)
11341         (gnus-treat-strip-list-identifiers, gnus-treat-date-iso8601)
11342         (gnus-treat-strip-headers-in-body)
11343         (gnus-treat-capitalize-sentences, gnus-treat-play-sounds)
11344         (gnus-treat-translate): Add :version.
11345         (gnus-article-mime-part-function): Fix defcustom.
11346
11347         * nnmail.el (nnmail-expiry-target)
11348         (nnmail-scan-directory-mail-source-once, nnmail-extra-headers)
11349         (nnmail-split-header-length-limit): Add :version.
11350
11351         * gnus-sum.el (gnus-auto-expirable-marks)
11352         (gnus-inhibit-user-auto-expire, gnus-list-identifiers)
11353         (gnus-extra-headers, gnus-ignored-from-addresses)
11354         (gnus-newsgroup-ignored-charsets)
11355         (gnus-group-highlight-words-alist)
11356         (gnus-summary-show-article-charset-alist): Add :version.
11357
11358         * catchup.pbm, describe-group.pbm, exit-gnus.pbm, get-news.pbm:
11359         gnntg.pbm, kill-group.pbm, subscribe.pbm, unsubscribe.pbm: New
11360         files, converted from the XPMs.
11361
11362         * gnus-cache.el (gnus-cache-active-file): Don't use
11363         file-name-as-directory on directory.
11364         (gnus-cache-file-name): Use expand-file-name, not concat.  Don't
11365         use file-name-as-directory on directory.
11366
11367         * time-date.el (timezone-make-date-arpa-standard): Autoload.
11368         (date-to-time): Use it.
11369
11370 ;       * message.el (message-mode) <adaptive-fill-regexp>:
11371 ;       <adaptive-fill-first-line-regexp>: Use [:alnum:] in regexp range.
11372 ;       (message-newline-and-reformat): Likewise.
11373         (message-forward-as-mime, message-forward-ignored-headers)
11374         (message-buffer-naming-style, message-default-charset)
11375         (message-dont-reply-to-names, message-send-mail-partially-limit):
11376         Add :version.
11377
11378         * mm-util.el: Doc fixes.
11379         (mm-mime-charset): Don't use the raw result of
11380         mm-preferred-coding-system.
11381         (mm-with-unibyte-buffer, mm-with-unibyte-current-buffer)
11382         (mm-with-unibyte): Simplify.
11383
11384         * gnus-int.el (gnus-start-news-server): Use expand-file-name, not
11385         concat.
11386
11387         * pop3.el (pop3-version): Deleted.
11388         (pop3-make-date): New function, avoiding message-make-date.
11389         (pop3-munge-message-separator): Use it.
11390
11391 2000-11-09  Dave Love  <fx@gnu.org>
11392
11393         * gnus-group.el (gnus-group-make-directory-group)
11394         (gnus-group-fetch-faq): Use expand-file-name.
11395         (gnus-group-fetch-faq): Simplify completing-read form.
11396
11397         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p, don't just
11398         test for Mule.
11399
11400         * message.el (tool-bar-map): Defvar when compiling.
11401
11402         * gnus-setup.el (running-xemacs, gnus-use-installed-tm)
11403         (gnus-tm-lisp-directory): Deleted.
11404         (gnus-use-installed-mailcrypt, gnus-emacs-lisp-directory): Use
11405         (featurep 'xemacs).
11406         (gnus-gnus-lisp-directory, gnus-mailcrypt-lisp-directory)
11407         (gnus-mailcrypt-lisp-directory, gnus-bbdb-lisp-directory): Remove
11408         version numbers from file names.
11409
11410 2000-11-08  Dave Love  <fx@gnu.org>
11411
11412         * mm-view.el: Use featurep for XEmacs test.
11413         (mm-inline-message): Test for `remove-specifier'; don't use
11414         condition-case.
11415
11416         * mm-bodies.el (mm-encode-body): Use mm-multibyte-p.
11417
11418         * gnus-score.el (gnus-score-load-file): Use expand-file-name.
11419         (gnus-score-find-bnews): Don't concat "".
11420
11421         * cu-exit.xpm, prev-ur.xpm, next-ur.xpm, post.xpm, fuwo.xpm:
11422         * followup.xpm, uu-post.xpm, uu-decode.xpm, mail-reply.xpm:
11423         * reply.xpm, reply-wo.xpm, rot13.xpm, save-aif.xpm, save-art.xpm:
11424         * exit-summ.xpm: New files, renamed from icons by Luis Fernandes.
11425
11426         * gnus-sum.el: Put some defvars in eval-when-compile.
11427         (gnus-summary-mode-hook): Add :options.
11428         (gnus-summary-make-menu-bar): Add some :help, used by tool bar.
11429         (gnus-summary-tool-bar-map): New variable.
11430         (gnus-summary-make-tool-bar): New function.
11431         (gnus-summary-mode): Put kill-all-local-variables first.
11432
11433         * gnus-group.el (gnus-group-toolbar-map): New variable.
11434         (gnus-group-make-tool-bar): Rewritten.
11435         (gnus-group-mode): Put kill-all-local-variables first.
11436
11437         * rfc2047.el: Require gnus-util.
11438
11439         * nnml.el (gnus-sorted-intersection): Autoload.
11440
11441         * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
11442         Put some defvars in eval-when-compile.
11443         (gnus-intersection, gnus-sorted-complement):  Autoload.
11444
11445         * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
11446
11447         * mm-encode.el (mm-body-7-or-8): Autoload.
11448
11449         * mm-decode.el (mm-insert-inline): Autoload.
11450
11451         * mml.el:
11452         * message.el: Put some defvars in eval-when-compile.
11453
11454         * gnus-msg.el: Put some defvars in eval-when-compile.
11455         (gnus-msg-mail): Move after gnus-setup-message.
11456
11457         * smiley-ems.el (smiley-data-directory, smiley-regexp-alist): Doc fix.
11458
11459 2000-11-07  Dave Love  <fx@gnu.org>
11460
11461         * gnus-util.el (nnheader): Don't require message (recursive
11462         autoload).
11463
11464         * uudecode.el: Avoid compiler warnings.
11465
11466         * rfc2047.el: (rfc2047-fold-region): Use gnus-point-at-bol.
11467         (rfc2047-charset-encoding-alist): Add iso-8859-1[45].
11468
11469 2000-11-06  Dave Love  <fx@gnu.org>
11470
11471         * gnus-salt.el (gnus-binary-mode): Fix call to gnus-add-minor-mode.
11472
11473         * uudecode.el: Use (featurep 'xemacs).  Require cl when compiling.
11474         (uudecode-char-int): New alias, replacing char-int.
11475         (uudecode-decode-region): Don't call buffer-disable-undo.
11476
11477 ;       * mm-uu.el (mm-uu-configure): Unquote lambda.
11478 ;       (mm-uu-configure-list): Doc fix.
11479 ;
11480 ;       * earcon.el (running-xemacs): Don't define.
11481 ;
11482 ;2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
11483 ;
11484 ;       * message.el (message-font-lock-keywords): Match a final newline
11485 ;       to help font-lock's multiline support.
11486 ;
11487 2000-11-03  Dave Love  <fx@gnu.org>
11488
11489         * gnus-nocem.el (gnus-nocem-check-article-limit): Default to 500.
11490
11491         * mm-partial.el (mm-inline-partial): Space-prefix temp buffer
11492         name.
11493
11494         * gnus-cus.el (gnus-group-parameters) <gcc-self>: Fix custom type.
11495         <banner>: Fix custom type, doc.
11496
11497         * mm-decode.el (mm-display-external): Space-prefix temp buffer
11498         name.  Don't disable undo explicitly.
11499
11500 ;2000-11-02  Dave Love  <fx@gnu.org>
11501 ;
11502 ;       * message.el (message-font-lock-keywords): Use [:alpha:] for
11503 ;       cite-prefix.
11504
11505 2000-11-01  Dave Love  <fx@gnu.org>
11506
11507         * rfc2047.el (base64): Require unconditionally.
11508         (message-posting-charset): Defvar when compiling.
11509         (rfc2047-encode-message-header, rfc2047-encodable-p): Require
11510         message.
11511
11512         * gnus-sum.el (nnoo): Require.
11513         (mm-uu-dissect): Autoload.
11514
11515         * mml.el (mml-parse-1): Clarify message.
11516         (mml-minibuffer-read-type): Use mailcap-mime-types.
11517
11518 2000-11-01  Stefan Monnier  <monnier@cs.yale.edu>
11519
11520         * mml.el: Fix a typo in the requiring of CL.
11521
11522 2000-11-01  Dave Love  <fx@gnu.org>
11523
11524         * utf7.el: Require cl when compiling.
11525
11526         * binhex.el: Use (featurep 'xemacs).
11527         (binhex-char-int): New alias, replacing char-int.  Change callers.
11528         (binhex-decode-region): Simplify work buffer code.
11529         (binhex-decode-region-external): Use expand-file-name, not concat.
11530
11531 2000-10-30  Dave Love  <fx@gnu.org>
11532
11533         * gnus-art.el: Fix 2000-10-27 change properly.
11534
11535 2000-10-28  Miles Bader  <miles@gnu.org>
11536
11537         * gnus-art.el (gnus-read-save-file-name): Remove extraneous paren.
11538
11539 2000-10-27  Dave Love  <fx@gnu.org>
11540
11541         * gnus-group.el (gnus-group-make-menu-bar): Add some :help
11542         strings.
11543         (gnus-group-make-tool-bar): New function.
11544         (gnus-group-mode): Use it.
11545
11546         * message.el (message-mode-menu): Add some :help strings.
11547         (message-mode) [message-tool-bar-map]: Define tool-bar-map.
11548         (featurep): Use (featurep 'xemacs).  Install tool bar for Emacs.
11549
11550         * catchup.xpm, exit-gnus.xpm, gnntg.xpm, subscribe.xpm:
11551         * describe-group.xpm, get-news.xpm, kill-group.xpm:
11552         * unsubscribe.xpm: New files.  Renamed icons from Luis Fernandes.
11553
11554         * mm-decode.el (mm-valid-and-fit-image-p): Don't test
11555         display-graphic-p here.
11556
11557 2000-10-27  Miles Bader  <miles@lsi.nec.co.jp>
11558
11559         * gnus-ems.el (gnus-ems-redefine): Use (featurep 'xemacs) instead
11560         of the `gnus-xemacs' variable, as the latter has been removed.
11561         * gnus-start.el (gnus-1, gnus-read-descriptions-file): Likewise.
11562         * gnus-art.el (gnus-treat-display-xface)
11563         (gnus-treat-display-smileys, gnus-treat-display-picons)
11564         (gnus-article-read-summary-keys): Likewise.
11565
11566 2000-10-26  Dave Love  <fx@gnu.org>
11567
11568         (defvar): Use rmail-spool-directory unconditionally.
11569
11570 2000-10-18  Dave Love  <fx@gnu.org>
11571
11572         * mm-bodies.el (mm-uu-decode-function)
11573         (mm-uu-binhex-decode-function): Defvar when compiling.
11574
11575         * gnus-nocem.el (gnus-nocem-issuers): Update.
11576         (gnus-nocem-check-from): New option.
11577         (gnus-nocem-scan-groups): Use it.
11578         (gnus-nocem-check-article): Bind gnus-newsgroup-name.
11579         (gnus-nocem-check-article-limit): Add :version.
11580
11581 2000-10-16  Stefan Monnier  <monnier@cs.yale.edu>
11582
11583         * ietf-drums.el (mm-util): Require CL when compiling.
11584
11585 2000-10-15  Dave Love  <fx@gnu.org>
11586
11587         * qp.el: Require mm-util.
11588
11589 2000-10-13  Dave Love  <fx@gnu.org>
11590
11591         * qp.el (quoted-printable-decode-region): Avoid invalid
11592         coding-systems.
11593
11594 2000-10-12  Gerd Moellmann  <gerd@gnu.org>
11595
11596         * mm-bodies.el: Don't require `mm-uu' at compile-time; it leads
11597         to a recursive load.
11598
11599 2000-10-12  Dave Love  <fx@gnu.org>
11600
11601         * mm-util.el (mm-charset-synonym-alist): Add windows-1252.
11602
11603         * gnus.el (gnus-group-startup-message): Check for PBM image.
11604
11605 2000-10-09  Dave Love  <fx@gnu.org>
11606
11607         * mail-source.el (mail-source-fetch-imap): Bind
11608         default-enable-multibyte-characters rather than using
11609         mm-disable-multibyte.
11610
11611 2000-10-05  Dave Love  <fx@gnu.org>
11612
11613         * qp.el (mm-decode-coding-region, mm-encode-coding-region):
11614         Autoload.
11615         (quoted-printable-decode-region):  Rename arg which confused
11616         charset with coding-system.  Don't use nonascii-insert-offset.
11617         Coding-system encode the region initially.  Don't recognize `=='
11618         as valid QP.  Coding-system decode the region finally.
11619         (quoted-printable-decode-string): Rename arg which confused
11620         charset with coding-system.
11621
11622         * mm-bodies.el: Require mm-uu, Don't require qp, uudecode.
11623         (mm-encode-body): Apply mm-charset-to-coding-system to arg of
11624         mm-encode-coding-region.
11625         (mm-decode-body, mm-decode-string): Rename variables which
11626         confused charset with coding-system.
11627         (binhex-decode-region): Don't autoload.
11628         (mm-body-encoding): Require message.
11629         (mm-decode-content-transfer-encoding): Require mm-uu in relevant
11630         cond branches.
11631
11632         * gnus-art.el (article-de-quoted-unreadable)
11633         (article-de-base64-unreadable): Fold search case
11634         rather than downcasing string.  Apply mm-charset-to-coding-system
11635         to arg of quoted-printable-decode-region.
11636
11637 2000-10-04  Dave Love  <fx@gnu.org>
11638
11639         * gnus-ems.el: Don't turn off compiler warnings in local vars.
11640         Require ring when compiling.
11641         (gnus-article-compface-xbm): New variable.
11642
11643 2000-10-04  Dave Love  <fx@gnu.org>
11644
11645         * smiley-ems.el (smiley-regexp-alist, smiley-update-cache): Use
11646         pbm images.
11647
11648         * frown.pbm, smile.pbm, wry.pbm: New files.
11649
11650         * frown.xbm, smile.xbm, wry.xbm: Deleted.
11651
11652 2000-10-03  Dave Love  <fx@gnu.org>
11653
11654         * mail-source.el (mail-sources): Revert to nil.
11655
11656         * nnmail (nnmail-spool-file): Revert to `((file))'.
11657
11658         * qp.el: Don't require mm-util.
11659         (quoted-printable-decode-region): Rewritten.
11660         (quoted-printable-decode-string, quoted-printable-encode-region):
11661         Doc fix.
11662         (quoted-printable-encode-region): Barf on multibyte characters.
11663         Maybe make the class multibyte.  Upcase chars, not formatted
11664         strings.  Allow mm-use-ultra-safe-encoding to be unbound.
11665         (quoted-printable-encode-string): Don't use
11666         mm-with-unibyte-buffer.
11667
11668 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
11669
11670         * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
11671
11672 2000-09-21  Dave Love  <fx@gnu.org>
11673
11674         * smiley-ems.el (smiley-region): Test if display-graphic-p bound
11675         (for Emacs 20).  Tidy somewhat.
11676
11677 2000-09-21  Dave Love  <fx@gnu.org>
11678
11679         * gnus-ems.el (gnus-article-display-xface): Use unibyte for the
11680         image processing.  Rationalize logic somewhat.
11681
11682 2000-09-20  Dave Love  <fx@gnu.org>
11683
11684         * gnus-start.el (gnus-1) <gnus-simple-splash>: Don't test for X
11685         specifically.
11686
11687         * gnus.el (gnus-version-number): Avoid some redundant
11688         autoloads.
11689
11690 2000-09-20  Gerd Moellmann  <gerd@gnu.org>
11691
11692         * gnus-ems.el (gnus-article-display-xface): Don't convert PBM
11693         to XBM; we always have PBM support.
11694
11695 2000-09-14  Dave Love  <fx@gnu.org>
11696
11697         * gnus.el (gnus-charset):
11698         * mm-decode.el (mime-display):
11699         * imap.el (imap) <defgroup>: Add :version.
11700
11701 2000-09-13  Gerd Moellmann  <gerd@gnu.org>
11702
11703         * parse-time.el: Fix author's mail address.
11704
11705         * earcon.el, flow-fill.el, gnus-cite.el, gnus-gl.el, gnus-ml.el:
11706         * gnus-mlspl.el, gnus-nocem.el, gnus-range.el, gnus-salt.el:
11707         * gnus-setup.el, gnus-soup.el, gnus-undo.el, gnus-vm.el:
11708         * messcompat.el, nnbabyl.el, nndir.el, nneething.el:
11709         * nngateway.el, nnheaderxm.el, nnkiboze.el, nnlistserv.el:
11710         * nnmbox.el, nnmh.el, nnoo.el, nnsoup.el, nnspool.el, rfc2045.el:
11711         * rfc2231.el, uudecode.el: Fix copyright notice.
11712
11713         * nnweb.el (toplevel): To make the file bootstrap in Emacs,
11714         require `w3' at load-time only if not running in batch mode.
11715
11716 2000-12-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11717
11718         * gnus.el: Before merge with Emacs21.
11719
11720 2000-12-19  Raymond Scholz  <ray-2000@zonix.de>
11721
11722         * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
11723
11724 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
11725
11726         * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
11727         to avoid conflict with the standard `back-to-indentation'
11728         binding.
11729
11730 2000-12-17 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11731
11732         * mm-extern.el (mm-inline-external-body): g-a-m-h may be a handle.
11733
11734         * mm-util.el (mm-enable-multibyte-mule4): Test charsetp.
11735         (mm-disable-multibyte-mule4): Ditto.
11736         (mm-with-unibyte-current-buffer-mule4): Ditto.
11737
11738 2000-12-15 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11739
11740         * pop3.el (pop3-movemail): Use binary.
11741         (pop3-movemail-file-coding-system): Removed.
11742
11743 2000-12-14 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11744
11745         * mm-util.el (mm-charset-synonym-alist): Add cn-gb.
11746
11747 2000-12-13 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11748
11749         * nnspool.el (nnspool-lib-dir): Check whether /usr/lib/news/active
11750         exists.
11751
11752 2000-12-13 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11753
11754         * gnus-msg.el (gnus-post-method): Use backend name when the
11755         address is "".
11756
11757 2000-12-08 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11758
11759         * gnus-art.el (article-verify-x-pgp-sig): Don't test
11760         mm-verify-option.
11761         (gnus-treat-x-pgp-sig): Default value.
11762         (gnus-ignored-headers): Redundant.
11763
11764 2000-12-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11765
11766         * gnus-win.el (gnus-configure-frame): Save selected window.
11767
11768 2000-02-15  Andrew Innes  <andrewi@gnu.org>
11769
11770         * nnmbox.el: Require gnus-range.
11771         (nnmbox-group-building-active-articles): New variable.
11772         (nnmbox-group-active-articles): New variable; this is a cache of
11773         all active articles by group and number.
11774         (nnmbox-in-header-p): New function.
11775         (nnmbox-find-article): New function.
11776         (nnmbox-record-active-article): New function.
11777         (nnmbox-record-deleted-article): New function.
11778         (nnmbox-is-article-active-p): New function.
11779         (nnmbox-retrieve-headers): Use nnmbox-find-article.
11780         (nnmbox-request-article): Ditto.  Also supply extra arg to
11781         nnmbox-article-group-number.
11782         (nnmbox-request-expire-articles): Ditto.
11783         (nnmbox-request-move-article): Ditto.
11784         (nnmbox-request-replace-article): Ditto.
11785         (nnmbox-request-rename-group): Rename group entry in active
11786         article cache.
11787         (nnmbox-delete-mail): Update active article cache, unless article
11788         is being replaced.
11789         (nnmbox-possibly-change-newsgroup): Call nnmbox-read-mbox, rather
11790         than partially duplicating it.
11791         (nnmbox-article-group-number): Add extra `this-line' arg, to
11792         handle articles belonging to multiple groups.
11793         (nnmbox-save-mail): Update active article cache.
11794         (nnmbox-read-mbox): Build active article cache when loading mbox.
11795         Also do some repair work, if we find articles that are missing the
11796         appropriate X-Gnus-Newsgroup lines in the header.  We can usually
11797         reconstruct these from Xref info.
11798
11799 2000-12-04 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11800
11801         * mail-source.el (mail-source-report-new-mail): Use
11802         nnheader-run-at-time.
11803
11804 2000-02-15  Andrew Innes  <andrewi@gnu.org>
11805
11806         * mail-source.el (mail-source-fetch-pop): Clear pop password when
11807         an error is thrown, and then rethrow the error.
11808         (mail-source-check-pop): Ditto.
11809         (mail-source-start-idle-timer): Prevent multiple pop checks
11810         running if the check takes a long time.
11811
11812 2000-12-04 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11813
11814         * gnus-msg.el (gnus-msg-mail): COMPOSEFUNC should return t if
11815         succeed.
11816
11817 2000-12-04 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11818
11819         * gnus-win.el (gnus-configure-windows): Make sure
11820         nntp-server-buffer is live.
11821         (gnus-remove-some-windows): switch-to-buffer -> set-buffer.
11822
11823 2000-11-21  Stefan Monnier  <monnier@cs.yale.edu>
11824
11825         * gnus-win.el (gnus-configure-windows): switch-to-buffer -> set-buffer.
11826
11827 2000-12-04  Andreas Jaeger  <aj@suse.de>
11828
11829         * gnus-msg.el (gnus-summary-mail-forward): Fix typos in description.
11830
11831 2000-12-03 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11832
11833         * mml2015.el (mml2015-fix-micalg): Alg might be nil.
11834
11835 2000-12-01  ShengHuo ZHU  <zsh@cs.rochester.edu>
11836         Trivial patch from Christopher Splinter  <chris@splinter.inka.de>
11837
11838         * gnus-sum.el (gnus-summary-limit-to-age): Fix typo.
11839
11840 2000-12-01  Simon Josefsson  <sj@extundo.com>
11841
11842         * mml-smime.el (mml-smime-verify): Fix address parsing.
11843
11844 2000-12-01  Simon Josefsson  <sj@extundo.com>
11845
11846         * mml-smime.el (mml-smime-verify): Don't modify MM buffer.  Handle
11847         more than one certificate inside PKCS#7 blob.  Better security
11848         information (clamed / actual sender, openssl output, certificates
11849         inside message).
11850
11851         * smime.el (smime-verify-region): Output to /dev/null.
11852         (smime-buffer-as-string-region): Don't parse empty lines.
11853
11854 2000-11-30 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11855
11856         * gnus-art.el (gnus-mime-security-button-line-format-alist): Add
11857         ?d and ?D.
11858         (gnus-mime-security-show-details-inline): New variable.
11859         (gnus-mime-security-show-details): Use them.
11860         (gnus-insert-mime-security-button): Ditto.
11861
11862         * mml2015.el (mml2015-gpg-verify): Set details when succeed.
11863         Suggest by Michael Duggan (md5i@cs.cmu.edu).
11864         (mml2015-gpg-clear-verify): Ditto.
11865         (mml2015-gpg-decrypt-1): Ditto.
11866         (mml2015-use): Prefer 'gpg.
11867
11868 2000-11-30 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11869
11870         * gnus-util.el (gnus-add-text-properties-when): New function.
11871         (gnus-remove-text-properties-when): Ditto.
11872
11873         * gnus-cite.el (gnus-article-hide-citation): Use them.
11874         (gnus-article-toggle-cited-text): Use them.
11875
11876         * gnus-art.el (gnus-signature-toggle): Use them.
11877         (gnus-article-show-hidden-text): Ditto.
11878         (gnus-article-hide-text): Ditto.
11879
11880 2000-11-30 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11881
11882         * mm-util.el (mm-find-charset-region): Remove eight-bit-*.
11883
11884 2000-11-30  Simon Josefsson  <sj@extundo.com>
11885
11886         * smime.el (smime-point-at-eol): New alias.
11887         (smime-buffer-as-string-region): Use it.
11888
11889 2000-11-29 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11890
11891         * nndraft.el (nndraft-request-restore-buffer): Remove Date field.
11892
11893 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11894
11895         * nnfolder.el (nnfolder-request-expire-articles): expiry-target.
11896
11897         * nnbabyl.el (nnbabyl-request-expire-articles): Ditto.
11898
11899         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
11900
11901 2000-11-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11902
11903         * nnmh.el (nnmh-request-expire-articles): Implemented
11904         expiry-target for nnmh backend.
11905
11906 2000-11-30  Simon Josefsson  <sj@extundo.com>
11907
11908         * mm-decode.el (mm-security-from): New variable.
11909         (mm-possibly-verify-or-decrypt): Use it rather than `from'.
11910
11911         * mml-smime.el (mml-smime-verify): Use `mm-security-from' rather
11912         than `from'.
11913
11914 2000-11-30  Simon Josefsson  <sj@extundo.com>
11915
11916         * mml-smime.el (mml-smime-verify): Verify that certificate mail
11917         address match sender address.
11918
11919         * mm-decode.el (mm-possibly-verify-or-decrypt): Bind sender address.
11920
11921         * smime.el (smime-verify-region): Don't copy buffer.
11922         (smime-decrypt-buffer): Use expand-file-name on keyfile.
11923         (smime-pkcs7-region): New function.
11924         (smime-pkcs7-certificates-region): Ditto.
11925         (smime-pkcs7-email-region): Ditto.
11926         (smime-buffer-as-string-region): Ditto.
11927
11928         * gnus-art.el (gnus-mime-security-show-details): Goto beginning of
11929         buffer.
11930
11931 2000-11-23  Jens Krinke  <j.krinke@gmx.de>
11932
11933         * smime.el (smime-decrypt-region): Fix keyfile argument.
11934
11935 2000-11-29 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11936
11937         * nnmail.el (nnmail-cache-accepted-message-ids): Add doc.
11938
11939 2000-11-28 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11940
11941         * message.el (message-shoot-gnksa-feet): New variable.
11942         (message-gnksa-enable-p): New function.
11943         (message-send): Use it.
11944         (message-check-news-body-syntax): Ditto.
11945
11946 2000-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11947
11948         * message.el (message-make-message-id): Remove the redundancy.
11949
11950 2000-11-22 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11951
11952         * message.el (message-setup): Discourage using mc-install-*-mode.
11953
11954         * gnus-setup.el (gnus-use-mailcrypt): Don't hook mail-crypt.
11955
11956 2000-11-22 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11957
11958         * gnus-cite.el (gnus-cite-parse): Guess citation length.
11959
11960 2000-11-22 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11961
11962         * gnus-ml.el (gnus-mailing-list-insinuate): New function.
11963
11964 2000-11-22 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11965
11966         * gnus-ml.el (gnus-mailing-list-archive): Find the real url.
11967
11968 2000-11-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11969
11970         * gnus-xmas.el (gnus-xmas-article-display-xface): Use
11971         insert-buffer-substring.
11972
11973         * message.el (message-send-mail): Use buffer-substring-no-properties.
11974         (message-send-news): Ditto.
11975
11976 2000-11-22  David Edmondson  <dme@dme.org>
11977
11978         * imap.el (imap-wait-for-tag): Message read info.
11979
11980 2000-11-21 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11981
11982         * mml2015.el (mml2015-mailcrypt-encrypt): Ensure the part is encrypted.
11983         (mml2015-mailcrypt-encrypt): Use unibyte-buffer.
11984         (mml2015-gpg-encrypt): Ditto.
11985
11986 2000-11-21 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11987
11988         * mm-decode.el (mm-verify-option): Default value.
11989
11990         * mml-sec.el (mml-secure-part): Error message.
11991
11992 2000-11-20 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11993
11994         * gnus-ml.el (gnus-mailing-list-archive): Use browse-url.
11995
11996 2000-11-20 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
11997
11998         * gnus-art.el (gnus-article-make-menu-bar): Use easy-menu-add.
11999
12000 2000-11-20 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12001
12002         * gnus-art.el (gnus-article-describe-key): Use prompt.
12003         (gnus-article-describe-key-briefly): Ditto.
12004
12005 2000-11-20 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12006
12007         * gnus-agent.el (gnus-agent-expire): Ignore corrupted history.
12008
12009 2000-11-20 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12010
12011         * gnus-art.el (gnus-article-describe-key): New function.
12012         (gnus-article-describe-key-briefly): New function.
12013
12014 2000-11-19 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12015
12016         * mm-decode.el (mm-decrypt-option): Doc typo.
12017
12018         * gnus-art.el (gnus-article-read-summary-keys): lookup-key may
12019         return a number.
12020
12021 2000-11-19 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12022
12023         * message.el (message-newline-and-reformat): Typo.
12024
12025 2000-11-19 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12026
12027         * gnus-art.el (article-verify-x-pgp-sig): Check whether
12028         original-article-buffer exists.
12029
12030         * rfc2047.el (rfc2047-q-encoding-alist): Match Resent-.
12031         (rfc2047-header-encoding-alist): Addresses are different from text.
12032         (rfc2047-encode-message-header): Ditto.
12033         (rfc2047-dissect-region): Extra parameter.
12034         (rfc2047-encode-region): Ditto.
12035         (rfc2047-encode-string): Ditto.
12036
12037 2000-11-19 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12038
12039         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): New function.
12040         (mm-uu-pgp-encrypted-extract): Use it.
12041         (mm-uu-pgp-signed-extract-1): New function.
12042         (mm-uu-pgp-signed-extract): Use it.
12043
12044         * gnus-art.el (gnus-mime-display-security): New function.
12045         (gnus-mime-display-part): Use it.
12046         (gnus-mime-security-verify-or-decrypt): New function.
12047         (gnus-mime-security-press-button): New function.
12048         (gnus-insert-mime-security-button): Use it.
12049
12050         * mm-decode.el (mm-possibly-verify-or-decrypt): Use mm-h-m-c-p.
12051         (mm-find-raw-part-by-type): Ditto.
12052         (mm-verify-function-alist): Add x-gnus-pgp-signature handle.
12053         (mm-decrypt-function-alist): Add x-gnus-pgp-encrypted handle.
12054         (mm-destroy-parts): Kill nested multibyte buffer.
12055
12056         * mml2015.el (mml2015-mailcrypt-verify): Use mm-h-m-c-p.
12057         (mml2015-gpg-verify): Ditto.
12058
12059 2000-11-18  Simon Josefsson  <sj@extundo.com>
12060
12061         * mml2015.el (mml2015-mailcrypt-clear-verify): New function.
12062         (mml2015-function-alist): Use it.
12063
12064         * mml-sec.el (mml-sign-alist): Update names.
12065         (mml-encrypt-alist): Ditto.
12066         (mml-secure-part-smime-sign): Moved to mml-smime.el
12067         as `mml-smime-sign-query'.
12068         (mml-secure-part-smime-encrypt-by-file): Moved to mml-smime.el as
12069         `mml-smime-get-file-cert'.
12070         (mml-secure-part-smime-encrypt-by-dns): Moved to mml-smime.el as
12071         `mml-smime-get-dns-cert'.
12072         (mml-secure-part-smime-encrypt): Moved to mml-smime.el as
12073         `mml-smime-encrypt-query'.
12074         (mml-smime-sign-buffer): Use mml-smime-sign.
12075         (mml-smime-encrypt-buffer): Use mml-smime-encrypt.
12076
12077         * mml-smime.el (mml-smime-sign): New function.
12078         (mml-smime-encrypt):
12079         (mml-smime-sign-query):
12080         (mml-smime-get-file-cert):
12081         (mml-smime-get-dns-cert):
12082         (mml-smime-encrypt-query): Moved from mml-sec.el.
12083
12084 2000-11-16  Simon Josefsson  <sj@extundo.com>
12085
12086         * mml2015.el (mml2015-gpg-clear-verify): New function.
12087         (mml2015-function-alist): Add it.
12088
12089 2000-11-17 14:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
12090
12091         * message.el (message-setup-fill-variables): Use
12092         message-cite-prefix-regexp.
12093         (message-newline-and-reformat): Check the end of citation, leading
12094         WSP, break in the cite prefix.
12095         (message-fill-paragraph): New function.
12096
12097 2000-11-17 13:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12098
12099         * lpath.el: Shut up.
12100
12101 2000-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
12102
12103         * gnus-msg.el (gnus-group-posting-charset-alist): No longer allow
12104         raw 8-bit in headers in dk.* newsgroups.
12105
12106 2000-11-17 08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12107
12108         * message.el (message-newline-and-reformat): Match extra WSPs.
12109
12110 2000-11-16 23:31  ShengHuo ZHU  <zsh@cs.rochester.edu>
12111
12112         * mml.el (mml-generate-mime-1): Ignore ascii.
12113
12114 2000-11-16 Justin Sheehy  <justin@iago.org>
12115
12116         * gnus-sum.el (gnus-summary-make-menu-bar): Fix menu items.
12117
12118 2000-11-16 17:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
12119
12120         * message.el (message-cite-prefix-regexp): Prefix should not end
12121         at space.
12122
12123 2000-11-15 18:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
12124
12125         * message.el (message-mode-syntax-table): Add - as a word
12126         constituent as in articles.
12127         (message-setup-fill-variables): Add -_. as supercite-style prefix.
12128         * gnus-art.el (gnus-article-mode-syntax-table): Remove ?-.
12129         * gnus-cite.el (gnus-cite-parse): Match from the beginning of line.
12130
12131 2000-11-15 13:21  ShengHuo ZHU  <zsh@cs.rochester.edu>
12132
12133         * gnus-msg.el (gnus-inews-do-gcc): Expire the article.
12134
12135 2000-11-12  David Edmondson  <dme@dme.org>
12136
12137         * message.el (message-font-lock-keywords): use
12138         message-cite-prefix-regexp.
12139
12140 2000-11-15  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12141
12142         * gnus-group.el (gnus-group-jump-to-group-prompt): New variable by
12143         Stein Arild Str\e,Ax\e(Bmme.
12144         (gnus-group-jump-to-group): Use it.
12145         (gnus-group-jump-to-group-prompt): Customize.
12146
12147 2000-11-14 10:32:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
12148
12149         * mailcap.el (mailcap-possible-viewers): Match the entire string.
12150
12151 2000-11-14 10:20:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
12152
12153         * mml2015.el (mml2015-mailcrypt-verify): replace-match is
12154         incompatible.
12155         (mml2015-mailcrypt-sign): Ditto.
12156
12157 2000-11-14 10:12:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12158
12159         * gnus-msg.el (gnus-inews-do-gcc): Update summary data when the
12160         group is open.
12161
12162 2000-11-14 00:48:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
12163
12164         * gnus-bcklg.el (gnus-backlog-enter-article): Don't enter
12165         nnvirtual articles.
12166         (gnus-backlog-request-article): Don't request nnvirtual articles.
12167
12168 2000-11-13 22:08:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
12169
12170         * mml2015.el (mml2015-mailcrypt-sign): Remove "-" escape.
12171         * mml.el (mml-generate-mime-1): Save cont. skip multipart attributes.
12172
12173 2000-11-13 20:43:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
12174
12175         * mm-decode.el (mm-get-part): Don't call mm-insert-part.
12176         * mml.el (mml-generate-mime-1): Use charset attribute.
12177         * mm-bodies.el (mm-encode-body): Add parameter charset.
12178         * mm-util.el (mm-mime-charset): Show error when find 8-bit characters.
12179
12180 2000-11-13 16:09:09  ShengHuo ZHU  <zsh@cs.rochester.edu>
12181
12182         * mml2015.el (mml2015-mailcrypt-decrypt): Handle quit.
12183         (mml2015-mailcrypt-clear-decrypt): Ditto.
12184         (mml2015-mailcrypt-verify): Ditto.
12185         (mml2015-mailcrypt-clear-verify): Ditto.
12186         (mml2015-gpg-verify): Ditto.
12187
12188 2000-11-13 15:29:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12189
12190         * smime.el (smime-openssl-program): Test the existence of openssl.
12191         * mml-smime.el: Require mm-decode.
12192         (mml-smime-verify-test): New function.
12193         * mm-decode.el (mm-verify-function-alist): Use it.
12194
12195 2000-11-13 09:50:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
12196
12197         * gnus-sum.el (gnus-summary-repair-multipart): Fix Mime-Version
12198         anyway.
12199
12200 2000-11-13  Simon Josefsson  <sj@extundo.com>
12201
12202         * mm-uu.el (mm-uu-pgp-signed-extract): Explain why clear
12203         verification doesn't work.
12204
12205 2000-11-12 23:36:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
12206
12207         * gnus-msg.el (gnus-inews-mark-gcc-as-read): New variable.
12208         (gnus-inews-do-gcc): Use it.
12209
12210 2000-11-12 21:35:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
12211
12212         * rfc2231.el (rfc2231-encode-string): Insert semi-colon and
12213         leading space.
12214         * mm-extern.el (mm-inline-external-body): Report error when no
12215         access-type.
12216
12217 2000-11-12 19:48:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
12218
12219         * gnus-sum.el (gnus-select-newsgroup): Change the error message.
12220
12221 2000-11-12 11:53:18  ShengHuo ZHU  <zsh@cs.rochester.edu>
12222
12223         * gnus-art.el (gnus-mime-button-menu): Use select-window.
12224
12225 2000-11-12 09:47:54  ShengHuo ZHU  <zsh@cs.rochester.edu>
12226
12227         * gnus-art.el (gnus-mime-display-part): Display multipart/related
12228         as multipart/mixed.
12229
12230 2000-11-12  David Edmondson  <dme@dme.org>
12231
12232         * message.el (message-cite-prefix-regexp): moved from gnus-cite.el
12233         and replace `.' with `\w' to allow for different syntax tables
12234         (from Vladimir Volovich).
12235         * message.el (message-newline-and-reformat): use
12236         `message-cite-prefix-regexp'.
12237         * gnus-cite.el (gnus-supercite-regexp): use
12238         `message-cite-prefix-regexp'.
12239         * gnus-cite.el (gnus-cite-parse): use
12240         `message-cite-prefix-regexp'.
12241
12242 2000-11-12 08:52:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
12243
12244         * mml2015.el (mml2015-mailcrypt-verify): Replace armors with
12245         PGP SIGNATURE.  Escape leading "-"'s.
12246         (mml2015-mailcrypt-sign): Replace armors with PGP MESSAGE.
12247
12248 2000-11-11 15:55:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
12249
12250         * mm-uu.el (mm-uu-type-alist): Stricter shar regexp.
12251
12252 2000-11-11  Simon Josefsson  <sj@extundo.com>
12253
12254         * mml2015.el (mml2015-gpg-verify): Set "OK" security status.
12255
12256         * smime.el (smime-details-buffer): New variable.
12257         (smime-sign-region):
12258         (smime-encrypt-region):
12259         (smime-verify-region):
12260         (smime-decrypt-region): Copy OpenSSL output to the buffer.
12261
12262         * mml-smime.el (mml-smime-verify): Support security info.
12263
12264 2000-11-10 17:11:22  ShengHuo ZHU  <zsh@cs.rochester.edu>
12265
12266         * mm-decode.el (mm-verify-option): Set default to nil.
12267         (mm-decrypt-option): Ditto.
12268         * gnus-art.el (article-verify-x-pgp-sig): New function.
12269
12270 2000-11-10 09:01:25  ShengHuo ZHU  <zsh@cs.rochester.edu>
12271
12272         * gnus-art.el (gnus-mime-display-alternative): Show button if no
12273         preferred part.
12274
12275 2000-11-07  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
12276
12277         * gnus-sum.el (gnus-move-split-methods): Say that
12278         `gnus-split-methods' uses file names, whereas this uses group
12279         names.  (Report from Nevin Kapur)
12280
12281 2000-11-10 01:23:20  ShengHuo ZHU  <zsh@cs.rochester.edu>
12282
12283         * mm-partial.el (mm-inline-partial): Insert MIME-Version.
12284
12285 2000-11-09 17:02:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12286
12287         * nnheader.el (nnheader-directory-files-is-safe): New variable.
12288         (nnheader-directory-articles): Use it.
12289         (nnheader-article-to-file-alist): Ditto.
12290
12291 2000-11-09 16:20:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
12292
12293         * rfc2047.el (rfc2047-pad-base64): New function.
12294         (rfc2047-decode): Use it.
12295
12296 2000-11-09 08:53:04  ShengHuo ZHU  <zsh@cs.rochester.edu>
12297
12298         * gnus-srvr.el (gnus-browse-foreign-server): Bind the original
12299         select method.
12300
12301 2000-11-08 19:58:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12302
12303         * mml2015.el (mml2015-gpg-decrypt-1):
12304         (mml2015-gpg-verify): buffer-string has no argument in Emacs.
12305
12306 2000-11-08 16:37:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12307
12308         * gnus-cache.el (gnus-cache-generate-nov-databases): Reopen cache.
12309
12310 2000-11-08 08:38:30  ShengHuo ZHU  <zsh@cs.rochester.edu>
12311
12312         * pop3.el (pop3-munge-message-separator): A message may have an
12313         empty body.
12314
12315 2000-11-07 18:02:26  ShengHuo ZHU  <zsh@cs.rochester.edu>
12316
12317         * mm-uu.el (mm-uu-type-alist): Don't test pgp stuff.
12318         (mm-uu-pgp-encrypted-extract): Clean mml2015 buffer.
12319         (mm-uu-pgp-signed-extract): Use coding-system.
12320
12321 2000-11-07 14:33:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
12322
12323         * gnus-art.el (gnus-mime-display-part): Show MIME security button.
12324         (gnus-insert-mime-security-button): New function.
12325         * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
12326         * mml2015.el:  Add security info when verify or decrypt.
12327         * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
12328         (mm-uu-pgp-encrypted-extract): Ditto.
12329
12330 2000-11-07 08:49:36  ShengHuo ZHU  <zsh@cs.rochester.edu>
12331
12332         * mm-decode.el (mm-display-parts): New function.
12333         * gnus-art.el (gnus-mime-view-all-parts): Use it. Remove parts first.
12334
12335 2000-02-02  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12336
12337         * gnus-mlspl.el: Documentation tweaks.
12338
12339 2000-11-06 22:06:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12340
12341         * mm-decode.el (mm-possibly-verify-or-decrypt): Fix.
12342         * gnus-art.el (gnus-article-encrypt-body): Rename and support prefix
12343         argument.
12344
12345 2000-11-06 19:10:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
12346
12347         * rfc2231.el (rfc2231-encode-string): Use us-ascii if charset is nil.
12348
12349 2000-11-06 18:17:53  ShengHuo ZHU  <zsh@cs.rochester.edu>
12350
12351         * gnus-art.el (gnus-article-encrypt): New function.
12352         (gnus-article-encrypt-protocol-alist): New variable.
12353         (gnus-article-encrypt-protocol): New variable.
12354         * mml2015.el (mml2015-self-encrypt): New function.
12355         (mml2015-mailcrypt-encrypt): Set mc-pgp-always-sign.
12356
12357 2000-11-06 16:02:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
12358
12359         * mm-uu.el (mm-uu-gpg-key-skip-to-last): New function.
12360         (mm-uu-pgp-key-extract): Use application/pgp-keys, don't snarf,
12361         let mailcap do it.
12362         * mml2015.el: Remove snarf code.
12363         * mm-decode.el: Remove snarf code.
12364
12365 2000-11-06 14:03:10  ShengHuo ZHU  <zsh@cs.rochester.edu>
12366
12367         * mml.el (mml-insert-mml-markup): Ignore internal stuff.
12368         (mml-insert-mime): Understand gnus-decoded.
12369         (mime-to-mml): New parameter handles.
12370         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
12371         * gnus-sum.el (gnus-summary-edit-article): Add argument `3'.
12372
12373 2000-11-06 13:51:37  ShengHuo ZHU  <zsh@cs.rochester.edu>
12374
12375         * mm-decode.el (mime-security): New group.
12376         (mm-verify-function-alist): Add test function.
12377         (mm-decrypt-function-alist): Ditto.
12378         (mm-snarf-option): Set default value as nil.
12379         (mm-find-part-by-type): Recursive parameter.
12380         (mm-possibly-verify-or-decrypt): Support draft-ietf-openpgp-multsig.
12381         * mml2015.el: Support draft-ietf-openpgp-multsig.
12382
12383 2000-11-06 13:01:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
12384
12385         * gnus-art.el (gnus-mime-view-part-as-charset): New function.
12386         (gnus-article-view-part-as-charset): New function.
12387
12388 2000-11-05 22:34:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
12389
12390         * mm-decode.el (mm-verify-option): Default value.
12391         (mm-possibly-verify-or-decrypt): Dealing with broken messages.
12392
12393 2000-11-05 15:06:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12394
12395         * nnvirtual.el (nnvirtual-request-expire-articles): Uncompress range.
12396
12397 2000-11-05  Simon Josefsson  <sj@extundo.com>
12398
12399         * mml-smime.el (mml-smime-verify): Work in original multipart
12400         buffert.
12401
12402         * mm-decode.el (mm-handle-multipart-original-buffer): New macro.
12403         (mm-handle-multipart-ctl-parameter): Ditto.
12404         (mm-alist-to-plist): New function.
12405         (mm-dissect-buffer): Store CTL parameters and copy original buffer
12406         for multiparts.
12407         (mm-destroy-parts): Destroy multipart buffert.
12408         (mm-remove-part): Ditto.
12409
12410         * mml-smime.el (mml-smime-sign): Not used.
12411         (mml-smime-encrypt): Ditto.
12412
12413         * mm-decode.el (mml-smime-verify): Autoload mml-smime.
12414
12415         Verify S/MIME signature support.
12416
12417         * mm-decode.el (mm-inline-media-tests): Add
12418         application/{x-,}pkcs7-signature.
12419         (mm-inlined-types): Ditto.
12420         (mm-automatic-display): Ditto.
12421         (mm-verify-function-alist): Ditto.  Add name of method.
12422         (mm-decrypt-function-alist): Add name of method.
12423         (mm-find-part-by-type): Add documentation.
12424         (mm-possibly-verify-or-decrypt): Use new format of
12425         mm-{verify,decrypt}-function-alist.  Use method names.
12426
12427         * mml-smime.el (mml-smime-verify): New function.
12428
12429 2000-11-04 20:38:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12430
12431         * mm-view.el (mm-inline-text): Move point to the end of inserted text.
12432
12433 2000-11-04 19:07:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
12434
12435         * mml2015.el (mml2015-function-alist): Clear verify and decrypt.
12436         * mm-uu.el: Reorganized.  Add gnatsweb, pgp-signed, pgp-encrypted.
12437         * mm-decode.el (mm-snarf-option): New variable.
12438
12439 2000-11-04 13:08:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12440
12441         * mm-util.el (mm-subst-char-in-string): New function.
12442         (mm-replace-chars-in-string): Use it.
12443         * message.el (message-replace-chars-in-string): Use it.
12444         * nnheader.el (nnheader-replace-chars-in-string): Use it.
12445         * gnus-mh.el (mh-lib-progs): Shut up.
12446
12447 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
12448
12449         * base64.el, md5.el: Moved to contrib directory.
12450
12451 2000-11-04 11:13:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
12452
12453         * gnus-sum.el (gnus-summary-search-article-forward): Don't move
12454         the last article when search.
12455
12456 2000-11-04 10:34:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
12457
12458         * nnheader.el (nnheader-pathname-coding-system): Default iso-8859-1.
12459         * nnmail.el (nnmail-pathname-coding-system): Ditto.
12460
12461 2000-09-29  David Edmondson  <dme@thus.net>
12462
12463         * message.el (message-newline-and-reformat): Typo.
12464
12465 2000-11-04 10:11:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12466
12467         * rfc2231.el (rfc2231-decode-encoded-string): Test mm-multibyte-p.
12468
12469 2000-11-04 09:53:42  ShengHuo ZHU  <zsh@cs.rochester.edu>
12470
12471         * nntp.el (nntp-decode-text): Delete bogus status lines.
12472
12473 2000-11-03  Stefan Monnier  <monnier@cs.yale.edu>
12474
12475         * message.el (message-font-lock-keywords): Match a final newline
12476         to help font-lock's multiline support.
12477
12478 2000-11-04 09:11:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12479
12480         * nnoo.el (nnoo-set): New function.
12481
12482 2000-11-04  ShengHuo Zhu  <zsh@cs.rochester.edu>
12483
12484         * gpg.el, gpg-ring.el: Moved to contrib directory.
12485
12486 2000-11-04  Simon Josefsson  <sj@extundo.com>
12487
12488         * nnimap.el (nnimap-split-inbox): Typo.
12489
12490 2000-11-03 10:46:44  ShengHuo ZHU  <zsh@cs.rochester.edu>
12491
12492         * gnus-msg.el (gnus-msg-mail): Move it backwards.
12493
12494 2000-11-03  Simon Josefsson  <sj@extundo.com>
12495
12496         * rfc2231.el (rfc2231-parse-qp-string): New function.
12497         (require): rfc2047.
12498
12499         * mail-parse.el (mail-header-parse-content-type):
12500         (mail-header-parse-content-disposition): Support invalid QP
12501         encoded strings, by using `rfc2231-parse-qp-string'.
12502
12503 2000-11-03 08:58:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
12504
12505         * rfc2231.el (rfc2231-parse-string): Decode when there is no number.
12506         (rfc2231-decode-encoded-string): Typo "> X 1".
12507         (rfc2231-encode-string): Insert the name of charset.
12508         * mail-parse.el (mail-header-encode-parameter): Use RFC2231.
12509
12510 2000-11-02 23:35:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12511
12512         * mm-decode.el (mm-save-part): Return the filename.
12513         * gnus-sum.el (gnus-summary-edit-article): Remove a hack.
12514         * gnus-art.el (gnus-mime-save-part-and-strip): New function.
12515         (gnus-mime-action-alist): Use it.
12516         (gnus-mime-button-commands): Use it.
12517         * mm-extern.el (mm-extern-local-file): Error when the file is gone.
12518         (mm-inline-external-body): unwind-protect.
12519
12520 2000-11-02 21:08:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
12521
12522         * gnus-art.el (gnus-insert-mime-button): Show url.
12523
12524 2000-11-02 19:51:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
12525
12526         * mml.el (mml-generate-mime-1): Support external url.
12527         * nnwarchive.el (nnwarchive-mail-archive-article): Use external url.
12528
12529 2000-11-02 16:53:32  ShengHuo ZHU  <zsh@cs.rochester.edu>
12530
12531         * mm-partial.el (mm-inline-partial): Buffer name with a leading space.
12532         * mm-decode.el (mm-display-external): Ditto.
12533         * mm-extern.el: New file.
12534         * mm-decode.el (mm-inline-media-tests): Hook it up.
12535         (mm-inlined-types): Inline message/external-body.
12536
12537 2000-11-02  Simon Josefsson  <sj@extundo.com>
12538
12539         * gnus-art.el (gnus-visible-headers): Add Mail-Followup-To.
12540
12541         * message.el (message-get-reply-headers): Better handling when
12542         Mail-Followup-To is very large.
12543
12544 2000-11-02 13:27:56  ShengHuo ZHU  <zsh@cs.rochester.edu>
12545
12546         * gnus-uu.el (gnus-uu-post-news): Comment out the redundancy.
12547         * gnus-art.el (gnus-article-edit-done):
12548         * gnus-sum.el (gnus-summary-edit-article-done): Move line
12549         counting code here.
12550         * gnus-msg.el (gnus-setup-message): Remove a hack.
12551
12552 2000-11-02 09:33:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12553
12554         * gnus-sum.el (gnus-newsgroup-variables): New variable.
12555         (gnus-summary-mode): Make them local variables.
12556         (gnus-set-global-variables): Globalize them.
12557         (gnus-summary-exit): Kill them.
12558
12559 2000-11-02  Hrvoje Niksic  <hniksic@arsdigita.com>
12560
12561         * rfc2047.el (rfc2047-encoded-word-regexp): Allow empty encoded
12562         word.
12563
12564 2000-11-01 10:07:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
12565
12566         * gnus-art.el (gnus-mime-display-part): Add to signed or encrypted.
12567         gnus-article-wash-types.
12568         * gnus-art.el (gnus-article-wash-status): Use them.
12569
12570 2000-11-01 08:54:11  ShengHuo ZHU  <zsh@cs.rochester.edu>
12571
12572         * mml.el (mml-read-tag): Remove spaces and LF.
12573
12574 2000-11-01 08:01:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12575
12576         * mml2015.el (mml2015-mailcrypt-encrypt): Use from and sign parameters.
12577         * mml.el (mml-generate-mime-1): Add sender and recipients attributes.
12578
12579 2000-11-01 07:39:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
12580
12581         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): New function.
12582
12583 2000-10-31 22:06:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
12584
12585         * gnus-sum.el (gnus-article-charset): New variable.
12586         (gnus-summary-display-article): Set it.
12587         * gnus-msg.el (gnus-copy-article-buffer): Use it.
12588         * gnus-art.el (gnus-article-mode): Make it local variable.
12589
12590 2000-11-01 01:12:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12591
12592         * nnultimate.el (nnultimate-create-mapping): Use nreverse.
12593
12594 2000-10-31 23:45:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12595
12596         * nnwfm.el: New file.
12597
12598         * nnweb.el (nnweb-replace-in-string): New function.
12599
12600 2000-10-31 17:32:02  ShengHuo ZHU  <zsh@cs.rochester.edu>
12601
12602         * mml2015.el: Wrap gpg.el.
12603         * gpg.el (gpg-verify): The last argument of apply is a list.
12604         (gpg-encrypt): Add passphrase as a parameter.
12605
12606 2000-10-31 17:28:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
12607
12608         * gpg.el: New file.
12609         * gpg-ring.el: New file.
12610
12611 2000-10-31 11:44:29  ShengHuo ZHU  <zsh@cs.rochester.edu>
12612
12613         * gnus-sum.el (gnus-summary-show-article): Fix the summary line.
12614
12615 2000-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12616
12617         * gnus-sum.el (gnus-summary-insert-line): Work with quoted
12618         double-quote characters.
12619         (gnus-summary-prepare-threads): Ditto.
12620
12621 2000-10-31 08:36:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12622
12623         * gnus-art.el (gnus-mime-display-single): Forward line -1.
12624         * mml.el (mml-read-tag): Don't skip the leading space.
12625         * lpath.el (font-lock-set-defaults): Shut up.
12626
12627 2000-10-31 00:04:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
12628
12629         * mml2015.el: Fix doc. Remove bogus mml2015-setup.
12630
12631 2000-10-30 23:37:07  ShengHuo ZHU  <zsh@cs.rochester.edu>
12632
12633         * qp.el (quoted-printable-encode-region): Replace leading - when
12634         ultra safe.
12635         * mml.el (mml-generate-mime-postprocess-function): Removed.
12636         (mml-postprocess-alist): Removed.
12637         (mml-generate-mime-1): Use ultra-safe when sign.
12638         * mml2015.el (mml2015-fix-micalg): Uppercase.
12639         (mml2015-verify): Insert LF.
12640         (mml2015-mailcrypt-sign): Downcase; search backward.
12641
12642 2000-10-16 11:36:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12643
12644         * nnultimate.el (nnultimate-forum-table-p): Be a bit more
12645         restrictive.
12646         (nnultimate-table-regexp): New variable.
12647         (nnultimate-forum-table-p): Use it.
12648
12649 2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
12650         Trivial patch.
12651
12652         * gnus-sum.el (gnus-summary-expire-articles): Save point.
12653
12654 2000-10-30 08:52:50  ShengHuo ZHU  <zsh@cs.rochester.edu>
12655
12656         * mml-sec.el (mml-pgpmime-sign-buffer): Use mml2015-sign.
12657         (mml-pgpmime-encrypt-buffer): Use mml2015-encrypt.
12658
12659 2000-10-30 08:38:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
12660
12661         * mml2015.el: Shut up.
12662
12663 2000-10-30 08:17:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
12664
12665         * gnus.el (gnus-server-browse-hashtb): Removed.
12666         * gnus-group.el (gnus-group-prepare-flat-list-dead): Use gnus-active.
12667         (gnus-group-insert-group-line-info): Use simplified method.
12668         * gnus-srvr.el (gnus-browse-foreign-server): Use gnus-set-active.
12669
12670 2000-10-30 01:52:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
12671
12672         * gnus-util.el (gnus-union): Renamed from gnus-agent-union, and
12673         moved here.
12674         * gnus-agent.el (gnus-agent-fetch-headers): Use it.
12675         * gnus-group.el (gnus-group-prepare-flat): Use it.
12676         * gnus-topic.el (gnus-group-prepare-topics): Use it.
12677
12678 2000-10-30 01:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
12679
12680         * mml.el (mml-mode): Show menu in XEmacs.
12681
12682 2000-10-30 00:49:33  ShengHuo ZHU  <zsh@cs.rochester.edu>
12683
12684         * gnus-srvr.el (gnus-server-browse-in-group-buffer): New variable.
12685         (gnus-server-read-server-in-server-buffer): New function.
12686         (gnus-browse-foreign-server): Browse in group buffer.
12687         * gnus-group.el (gnus-group-prepare-flat): List group not in list.
12688         (gnus-group-prepare-flat-list-dead): Use gnus-group-insert-group-line.
12689         * gnus-topic.el (gnus-group-prepare-topics): Ditto.
12690         * gnus.el (gnus-server-browse-hashtb): New variable.
12691
12692 2000-10-29 22:31:40  ShengHuo ZHU  <zsh@cs.rochester.edu>
12693
12694         * nnfolder.el (nnfolder-open-nov): Use group.
12695
12696 2000-10-29 17:23:15  ShengHuo ZHU  <zsh@cs.rochester.edu>
12697
12698         * nnfolder.el: Add NOV. Set version to 2.0.
12699         (nnfolder-nov-is-evil): If non-nil, nnfolder acts like 1.0.
12700
12701 2000-10-29 10:35:08  ShengHuo ZHU  <zsh@cs.rochester.edu>
12702
12703         * mml2015.el (mml2015-mailcrypt-sign): Use mc-sign-generic.
12704
12705 2000-10-29 09:42:05  ShengHuo ZHU  <zsh@cs.rochester.edu>
12706
12707         * gnus-srvr.el (gnus-browse-foreign-server): Show level mark.
12708         (gnus-browse-unsubscribe-group): Unsubscribed is not killed.
12709
12710 2000-10-29 08:28:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12711
12712         * nnfolder.el (nnfolder-read-folder): Don't goto point-min.
12713
12714 2000-10-28 19:11:01  ShengHuo ZHU  <zsh@cs.rochester.edu>
12715
12716         * mm-decode.el (mm-verify-function-alist): New variable.
12717         (mm-verify-option): New variable.
12718         (mm-decrypt-function-alist): Ditto.
12719         (mm-decrypt-option): Ditto.
12720         (mm-find-raw-part-by-type): New function.
12721         (mm-possibly-verify-or-decrypt): New function.
12722         (mm-dissect-multipart): Use it.
12723         * mml2015.el (mml2015-fix-micalg): New function.
12724         (mml2015-decrypt): Use new interface.
12725         (mml2015-verify):  Use new interface.
12726         (mml2015-setup): Make it bogus.
12727
12728 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
12729
12730         * mml.el (mml-generate-mime-postprocess-function): Set to
12731         mml-postprocess.
12732         (autoload): Autoload mml2015 and mml-smime.
12733         (mml-postprocess-alist): Use mml2015-sign and mml2015-encrypt.
12734         * mml2015.el (mml2015-encrypt): New function.
12735         (mml2015-sign): New function.
12736         (mml2015-encrypt-function): New variable.
12737         (mml2015-sign-function): New variable.
12738         (mml2015-mailcrypt-encrypt): Use message-recipients.
12739         (mml2015-setup): Don't set mml-generate-mime-postprocess-function.
12740         * mml-smime.el (mml-smime-setup): Ditto.
12741
12742 2000-10-28  Simon Josefsson  <sj@extundo.com>
12743
12744         * imap.el (imap-parse-resp-text-code): Workaround bug in Stalker
12745         Communigate Pro 3.3.1 server.
12746
12747         * mml-sec.el (mml-smime-encrypt-buffer): Support certfiles stored
12748         in buffers.
12749         (mml-secure-dns-server): Removed.
12750         (mml-secure-part-smime-encrypt-by-dns): Use DIG interface.  Don't
12751         write certificates to files.
12752
12753         * smime.el (smime-dns-server): New variable.
12754         (smime-mail-to-domain):
12755         (smime-cert-by-dns): New functions.
12756
12757         * dig.el: New file.
12758
12759 2000-10-28 10:09:41  ShengHuo ZHU  <zsh@cs.rochester.edu>
12760
12761         * message.el (message-options): New variable.
12762         (message-options-set-recipient): New function.
12763         (message-send): Use them.
12764         * gnus-int.el (gnus-request-replace-article): Use them.
12765         (gnus-request-accept-article): Ditto.
12766         * mml.el (mml-preview): Use them.
12767         * gnus-sum.el (gnus-summary-edit-article): Use them.
12768
12769         * message.el (message-options-get): New function.
12770         (message-options-get): New function.
12771         * rfc2047.el (rfc2047-encode-message-header): Use them.
12772         * mm-bodies.el (mm-encode-body): Use them.
12773
12774 2000-10-28  Simon Josefsson  <sj@extundo.com>
12775
12776         * nnimap.el (nnimap-retrieve-which-headers):
12777         (nnimap-request-article-part): Quote message-id.
12778
12779         * smime.el (smime-CA-directory): Rename from `smime-CAs'.
12780         (smime-CA-file): New variable.
12781         (smime-call-openssl-region): Don't error.
12782         (smime-sign-region): Return result value.
12783         (smime-encrypt-region): Ditto.
12784         (smime-verify-region): New function.
12785         (smime-decrypt-region): Ditto.
12786         (smime-verify-buffer): Ditto.
12787         (smime-decrypt-buffer): Ditto.
12788
12789         * mml.el: Require mml-sec.
12790         (mml-generate-mime-1): Support "sign" and "encrypt" MML tags.
12791         (mml-mode-map): Add "sign" and "encrypt" maps.
12792         (mml-menu): Add security menu.
12793         (mml-preview): Use generate-new-buffer.
12794
12795         * mml-sec.el: New file.
12796
12797 2000-10-28 03:43:03  ShengHuo ZHU  <zsh@cs.rochester.edu>
12798
12799         * mm-decode.el (mm-find-part-by-type): Move it here.
12800         * mml.el (mml-postprocess): Move it here.
12801         (mml-postprocess-alist): Move it here. Merge them.
12802
12803 2000-10-28 03:38:39  ShengHuo ZHU  <zsh@cs.rochester.edu>
12804
12805         * rfc2047.el (rfc2047-encode-message-header): Make sure no
12806         unencoded stuff in the header.
12807
12808 2000-10-28 02:40:46  ShengHuo ZHU  <zsh@cs.rochester.edu>
12809
12810         * gnus-group.el (gnus-group-listed-groups): New variable.
12811         (gnus-group-list-option): New variable.
12812         (gnus-group-list-limit-map): New keymap.
12813         (gnus-group-list-flush-map): New keymap.
12814         (gnus-group-list-plus-map): New keymap.
12815         (gnus-group-prepare-logic): New function.
12816         (gnus-group-prepare-flat): Merge with
12817         gnus-group-prepare-flat-predicate. Use gnus-group-listed-groups.
12818         (gnus-group-prepare-flat-list-dead): Ditto.
12819         (gnus-group-list-matching): Use gnus-group-prepare-function.
12820         (gnus-group-list-dormant): Ditto.
12821         (gnus-group-list-cached): Ditto.
12822         (gnus-group-listed-groups): New function.
12823         (gnus-group-list-limit): New function.
12824         (gnus-group-list-flush): New function.
12825         (gnus-group-list-plus): New function.
12826         * gnus-topic.el (gnus-group-prepare-topics): Accept predicate.
12827         (gnus-topic-prepare-topic): Ditto.
12828
12829 2000-10-27  Paul Jarc  <prj@po.cwru.edu>
12830
12831         * message.el (message-insert-to, message-get-reply-headers):
12832         (message-reply, message-followup): Mail-{Followup,Reply}-To.
12833
12834 2000-10-27 19:45:58  ShengHuo ZHU  <zsh@cs.rochester.edu>
12835
12836         * mml2015.el: New file.
12837         * smime.el: New file.
12838         * mml-smime.el: New file.
12839
12840 2000-10-27 19:42:12  ShengHuo ZHU  <zsh@cs.rochester.edu>
12841
12842         * ChangeLog: Moved to ChangeLog.1.
12843
12844     Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
12845   Copying and distribution of this file, with or without modification,
12846   are permitted provided the copyright notice and this notice are preserved.
12847
12848 ;; Local Variables:
12849 ;; coding: iso-2022-7bit
12850 ;; End: